@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

@font-face {
  font-family: "avenir-lt-w01_35-light1475496";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "helvetica-w01-light";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.parastorage.com/fonts/v2/8eac109b-0fa9-42bf-a305-43e471e23779/v1/helvetica-w01-light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "helvetica-w01-roman";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-w01-roman.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "helvetica-w01-bold";
  font-style: normal;
  font-weight: 700;
  src: url("https://static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-w01-bold.woff2") format("woff2");
  font-display: swap;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --text: #ffffff;
  --muted: #d7d7d7;
  --ink: #050505;
  --gold: #dcb633;
  --orange: #ffb433;
  --blue: #0d0d85;
  --footer-line: rgba(255, 255, 255, 0.28);
  --field: #f4f7ff;
  --font-heading: "avenir-lt-w01_35-light1475496", Arial, Helvetica, sans-serif;
  --font-body: "helvetica-w01-roman", Helvetica, Arial, sans-serif;
  --font-light: "helvetica-w01-light", Helvetica, Arial, sans-serif;
  --font-bold: "helvetica-w01-bold", Arial, Helvetica, sans-serif;
  --font-montserrat: "Montserrat", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  position: relative;
  z-index: 30;
  background: #000000;
}

.nav {
  width: 100%;
  min-height: 139px;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.brand {
  width: 280px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}

.nav .brand {
  width: 300px;
  margin: 17px 0 0 28px;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand span {
  max-width: 200px;
  color: var(--white);
  font-family: var(--font-bold);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.navlinks {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  min-height: 40px;
  margin-top: 29px;
}

.navlinks > a,
.nav-trigger {
  min-width: 128px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
  color: #ffffff;
  font-family: var(--font-montserrat);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.navlinks > a:hover,
.navlinks > a.active,
.nav-trigger:hover,
.nav-trigger.active,
.nav-item:hover .nav-trigger,
.nav-item:focus-within .nav-trigger {
  border-color: var(--gold);
  color: #ffffff;
}

.nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}

.has-dropdown {
  width: 184px;
}

.has-dropdown .nav-trigger {
  width: 100%;
  min-width: 0;
}

.dropdown-menu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 184px;
  z-index: 50;
  display: grid;
  padding: 10px 0 14px;
  background: var(--blue);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2px);
  transition: opacity 120ms ease, transform 120ms ease, visibility 120ms ease;
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #ffffff;
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  border: 0;
}

.dropdown-menu a:hover,
.dropdown-menu a.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 92px;
  height: 42px;
  border: 1px solid rgba(220, 182, 51, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-family: var(--font-montserrat);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.menu-toggle i,
.menu-toggle i::before,
.menu-toggle i::after {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--gold);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle i {
  position: relative;
}

.menu-toggle i::before,
.menu-toggle i::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle i::before {
  top: -5px;
}

.menu-toggle i::after {
  top: 5px;
}

.nav.menu-open .menu-toggle i {
  transform: rotate(45deg);
}

.nav.menu-open .menu-toggle i::before {
  transform: translateY(5px) rotate(90deg);
}

.nav.menu-open .menu-toggle i::after {
  opacity: 0;
}

.header-utils {
  margin: 23px 24px 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #ffffff;
  font-family: var(--font-montserrat);
  font-size: 16px;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.search-box input {
  width: 206px;
  height: 44px;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  color: #000000;
  padding: 0 44px 0 15px;
  font: 16px Arial, Helvetica, sans-serif;
  outline: none;
}

.search-box input::placeholder {
  color: #000000;
  opacity: 1;
}

.search-icon {
  position: absolute;
  right: 15px;
  width: 14px;
  height: 14px;
  border: 1.7px solid #6d6d6d;
  border-radius: 50%;
  pointer-events: none;
}

.search-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 7px;
  height: 1.7px;
  background: #6d6d6d;
  transform: rotate(45deg);
  transform-origin: left center;
}

.login-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.login-icon {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
}

.login-icon::before,
.login-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  background: #000000;
  transform: translateX(-50%);
}

.login-icon::before {
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.login-icon::after {
  bottom: 5px;
  width: 15px;
  height: 8px;
  border-radius: 10px 10px 5px 5px;
}

.button {
  display: inline-flex;
  min-width: 160px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 20px;
  background: var(--orange);
  color: #000000;
  padding: 0 24px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
}

.button.secondary {
  background: #ffffff;
  color: var(--gold);
  border-color: var(--gold);
}

.button.ghost {
  background: #ffffff;
  color: #000000;
}

.button.button-disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.66;
  filter: saturate(0.8);
}

.button.outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: start;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.74) 35%, rgba(0, 0, 0, 0.30) 67%, rgba(0, 0, 0, 0.18) 100%),
    url("/website/assets/advanced-life-coaching-coach-workspace-hero.jpg") center / cover;
}

.hero-product-led {
  overflow: hidden;
  background: #05070c;
}

.hero-product-led .slider-arrow {
  display: none;
}

.hero-product-led .hero-inner {
  position: relative;
  z-index: 2;
}

.hero-product-led h1 {
  width: min(560px, 100%);
}

.hero-product-led .hero-actions {
  margin-left: 0;
}

.creator-workshop-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.78) 33%, rgba(0, 0, 0, 0.30) 64%, rgba(0, 0, 0, 0.12) 100%),
    url("/website/assets/advanced-life-coaching-creator-workshop-hero-v2.jpg") center / cover;
}

.creator-workshop-hero .hero-inner {
  position: relative;
  z-index: 2;
}

.creator-workshop-hero .hero-actions {
  margin-left: 0;
}

.hero-workspace {
  position: absolute;
  top: 108px;
  right: max(44px, calc((100vw - 1240px) / 2));
  z-index: 1;
  width: min(550px, 43vw);
  overflow: hidden;
  border: 1px solid rgba(220, 182, 51, 0.56);
  border-radius: 8px;
  background: #171a22;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.54);
  transform: perspective(1300px) rotateY(-5deg) rotateX(1deg);
  transform-origin: right center;
}

.hero-workspace-bar {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #11141a;
}

.hero-workspace-bar > span {
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: rgba(220, 182, 51, 0.78);
}

.hero-workspace-bar strong {
  margin-left: 10px;
  color: #ffffff;
  font-family: var(--font-bold);
  font-size: 12px;
  line-height: 1.2;
}

.hero-workspace-body {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  min-height: 300px;
}

.hero-workspace aside {
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 19px 11px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: #11141a;
}

.hero-workspace aside b {
  margin: 0 7px 11px;
  color: rgba(255, 255, 255, 0.57);
  font-family: var(--font-montserrat);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-workspace aside span {
  padding: 9px 8px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.2;
}

.hero-workspace aside .active {
  background: rgba(220, 182, 51, 0.15);
  color: #f0c64c;
}

.hero-workspace-content {
  padding: 24px;
}

.hero-workspace-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.hero-workspace-head span {
  display: block;
  margin-bottom: 6px;
  color: #dcb633;
  font-family: var(--font-montserrat);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.hero-workspace-head strong {
  display: block;
  color: #ffffff;
  font-family: var(--font-bold);
  font-size: 20px;
  line-height: 1.18;
}

.hero-workspace-head em {
  flex: 0 0 auto;
  padding: 7px 8px;
  border: 1px solid rgba(220, 182, 51, 0.44);
  border-radius: 4px;
  color: #e4bd3c;
  font-family: var(--font-montserrat);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.hero-workspace-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 24px;
}

.hero-workspace-metrics div,
.hero-workspace-flow span {
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: #222630;
}

.hero-workspace-metrics strong,
.hero-workspace-metrics span {
  display: block;
}

.hero-workspace-metrics strong {
  color: #ffffff;
  font-family: var(--font-bold);
  font-size: 12px;
  line-height: 1.2;
}

.hero-workspace-metrics span {
  margin-top: 7px;
  color: #b7bbc3;
  font-size: 10px;
  line-height: 1.3;
}

.hero-workspace-flow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
}

.hero-workspace-flow span {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  min-height: 50px;
  color: #f0f0f0;
  font-size: 10px;
  line-height: 1.25;
}

.hero-workspace-flow i {
  width: 12px;
  height: 1px;
  background: var(--gold);
}

.hero-inner {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
  padding-top: 144px;
}

@media (min-width: 981px) {
  .hero-inner {
    padding-left: 145px;
  }
}

.hero h1 {
  width: min(675px, 100%);
  margin: 0;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 45px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.hero .lead {
  display: none;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hero .hero-actions {
  margin-left: -98px;
}

.slider-arrow {
  position: absolute;
  top: 39.5%;
  z-index: 4;
  width: 37px;
  height: 37px;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: rgba(255, 255, 255, 0.54);
  color: var(--blue);
  font: 26px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.slider-arrow-left {
  left: 24px;
}

.slider-arrow-right {
  right: 24px;
}

.notice-strip {
  display: none;
}

.shell {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
}

.section {
  padding: 86px 0;
  background: var(--black);
}

.section.tight {
  padding: 56px 0;
}

.section.soft {
  background: var(--black);
}

.section.blue {
  background: var(--black);
}

.section.gold {
  background: var(--black);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 70px;
  align-items: center;
}

.split > *,
.reverse > *,
.contact-grid > *,
.event-card > *,
.policy-layout > *,
.pricing-grid > * {
  min-width: 0;
}

.reverse {
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1fr);
}

.kicker {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.kicker::after,
.section-title h2::after,
.clone-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin-top: 13px;
  background: var(--gold);
}

h1,
h2,
h3,
p,
li,
blockquote {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1 {
  font-family: var(--font-heading);
}

h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.45;
}

.intro-copy {
  min-width: 0;
  max-width: 670px;
}

.intro-copy .leadline {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 32px;
}

.intro-copy p:not(.leadline) {
  font-size: 16px;
  line-height: 1.45;
}

.media-frame {
  border-radius: 0;
  min-height: 340px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.media-frame img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.circle-media {
  display: flex;
  justify-content: center;
  gap: 0;
}

.circle-media img {
  width: 315px;
  height: 315px;
  border-radius: 50%;
  object-fit: cover;
}

.circle-media img + img {
  width: 260px;
  height: 260px;
  margin-left: -84px;
  margin-top: 40px;
}

@media (max-width: 1100px) and (min-width: 761px) {
  .split {
    gap: 44px;
  }

  .circle-media img {
    width: 250px;
    height: 250px;
  }

  .circle-media img + img {
    width: 210px;
    height: 210px;
    margin-left: -72px;
    margin-top: 32px;
  }
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.mini-row,
.stats-row,
.services-icons {
  display: grid;
  gap: 22px;
}

.mini-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 72px;
  text-align: center;
}

.mini-feature {
  color: #ffffff;
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

svg.mini-svg {
  display: none;
}

.mini-source-icon {
  display: block;
  object-fit: contain;
  margin: 0 auto 18px;
}

.mini-source-calm {
  width: 45px;
  height: 56px;
}

.mini-source-workshop {
  width: 56px;
  height: 56px;
}

.mini-source-coach {
  width: 65px;
  height: 62px;
}

.mini-source-income {
  width: 56px;
  height: 56px;
}

.mini-svg {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto 18px;
}

.mini-svg-calm,
.mini-svg-workshop,
.mini-svg-coach {
  fill: currentColor;
}

.mini-svg-calm {
  color: #04723d;
}

.mini-svg-workshop {
  color: #106f9a;
}

.mini-svg-coach {
  color: #343333;
}

.mini-svg-income .income-bg {
  fill: #55d6d2;
}

.mini-svg-income .income-hand {
  fill: #fff8e6;
}

.mini-svg-income .income-coin {
  fill: #fdb813;
}

.mini-svg-income .income-note {
  fill: #18627d;
}

.stats-band {
  min-height: 520px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
    url("https://static.wixstatic.com/media/b83c2e_cd111d1e1aab4ca18eb75f57bda1bcb5~mv2.jpg/v1/fill/w_1905,h_850,al_c,q_85,enc_avif,quality_auto/b83c2e_cd111d1e1aab4ca18eb75f57bda1bcb5~mv2.jpg") center / cover;
}

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

.stat {
  min-height: 180px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0 18px;
}

.stat strong {
  display: block;
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

.stat strong::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin: 12px auto 18px;
  background: var(--gold);
}

.stat span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.services-icons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
  text-align: center;
}

.service-icon {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
}

.service-source-icon {
  display: block;
  object-fit: contain;
  margin: 0 auto 14px;
}

.service-source-coaching {
  width: 120px;
  height: 62px;
}

.service-source-relationship {
  width: 105px;
  height: 71px;
}

.service-source-mindfulness {
  width: 85px;
  height: 85px;
}

.service-source-training {
  width: 105px;
  height: 62px;
}

.service-mark {
  position: relative;
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto 14px;
  border: 0;
  border-radius: 0;
}

.service-mark::before,
.service-mark::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 34px;
  height: 2px;
  background: var(--blue);
  transform: translate(-50%, -50%);
}

.service-mark.one::after {
  width: 2px;
  height: 34px;
}

.service-mark.two::before {
  width: 36px;
  box-shadow: 0 12px 0 var(--blue), 0 -12px 0 var(--blue);
}

.service-mark.two::after {
  display: none;
}

.service-mark.three::before {
  width: 38px;
  height: 38px;
  border: 2px solid var(--blue);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 999px;
  background: transparent;
  transform: translate(-50%, -50%) rotate(45deg);
}

.service-mark.three::after {
  display: none;
}

.service-mark.four::before {
  width: 34px;
  transform: translate(-50%, -50%) rotate(-35deg);
}

.service-mark.four::after {
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--blue);
  border-top: 2px solid var(--blue);
  background: transparent;
  transform: translate(3px, -8px) rotate(45deg);
}

.form button.button {
  border-radius: 60px;
  background: var(--blue);
  color: #ffffff;
}

.section-title {
  max-width: 820px;
  margin-bottom: 40px;
}

.section-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-title.center h2::after {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-band {
  background: #ffffff;
  color: #18315d;
  padding: 50px 0 44px;
  text-align: center;
}

.testimonial-band h2 {
  color: #18315d;
  font-size: 28px;
}

.testimonial-band h2::after {
  content: "";
  display: block;
  width: 86px;
  height: 2px;
  margin: 16px auto 0;
  background: var(--gold);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px;
  padding-top: 38px;
}

.testimonial,
.card,
.price-card,
.policy-card,
.contact-card {
  background: #ffffff;
  color: #000000;
}

.testimonial {
  min-height: 380px;
  display: grid;
  align-content: center;
  border: 0;
  border-radius: 0;
  padding: 42px 36px;
  text-align: center;
}

.testimonial img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 28px;
}

.testimonial blockquote {
  margin: 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.45;
}

.testimonial cite {
  display: block;
  margin-top: 26px;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
}

.event-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  max-width: 1080px;
  margin: 0 auto;
  background: #ffffff;
  color: #000000;
}

.event-copy {
  padding: 52px 56px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 28px;
}

.event-date {
  color: var(--gold);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.event-copy h3 {
  color: #000000;
}

.event-copy p {
  color: #444444;
  font-size: 14px;
}

.event-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 92px;
  align-items: center;
}

.contact-grid .media-frame img {
  min-height: 520px;
}

.contact-card {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.contact-card h3,
.contact-card p {
  color: #ffffff;
}

.form {
  display: grid;
  gap: 14px;
}

.form label {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.form input,
.form textarea {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: var(--field);
  color: #000000;
  padding: 12px 16px;
  font: 13px Arial, Helvetica, sans-serif;
}

/* Keep spam-trap fields visually hidden without expanding the page width. */
.form input.sr-only {
  width: 1px;
  min-width: 0;
}

.form textarea {
  min-height: 124px;
  resize: vertical;
}

.form-status {
  min-height: 18px;
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

.form-status[data-state="success"] {
  color: #8ee6a8;
}

.form-status[data-state="error"] {
  color: #ffb6b6;
}

.form .button {
  justify-self: end;
  min-width: 144px;
  background: var(--gold);
  border-radius: 10px;
}

.page-hero {
  min-height: 382px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),
    url("https://static.wixstatic.com/media/nsplsh_f295f2bf24634e988c63560729d70fba~mv2.jpg/v1/fill/w_1905,h_382,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/nsplsh_f295f2bf24634e988c63560729d70fba~mv2.jpg") center / cover;
}

.page-hero .shell {
  padding: 60px 0;
}

.page-hero h1 {
  width: 100%;
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  overflow-wrap: break-word;
}

.page-hero .lead {
  width: 100%;
  max-width: 680px;
  margin-top: 24px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.pricing-grid,
.grid-3,
.grid-4 {
  display: grid;
  gap: 20px;
}

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

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

.card,
.price-card,
.policy-card {
  border: 0;
  border-radius: 0;
  padding: 36px;
}

.card h3,
.price-card h3,
.policy-card h2,
.policy-card h3 {
  color: #000000;
}

.card p,
.price-card p,
.policy-card p {
  color: #444444;
}

.card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  margin-bottom: 20px;
}

.price-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #d8d8d8;
}

.price-card.featured {
  border-color: var(--gold);
}

.plan-comparison-grid {
  align-items: stretch;
  gap: 22px;
}

.compare-card {
  min-height: 590px;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  border-color: rgba(220, 182, 51, 0.34);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32);
}

.compare-card.featured {
  border-width: 2px;
  box-shadow: 0 24px 54px rgba(220, 182, 51, 0.22);
}

.plan-head {
  min-height: 176px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 34px 36px 28px;
  border-bottom: 1px solid rgba(13, 13, 133, 0.12);
}

.free-plan .plan-head {
  background: linear-gradient(135deg, #f6fbf4, #ffffff);
}

.starter-plan .plan-head {
  background: linear-gradient(135deg, #fff5d9, #ffffff);
}

.pro-plan .plan-head {
  background: linear-gradient(135deg, #edf3ff, #ffffff);
}

.compare-card > p,
.compare-card > .feature-list,
.compare-card > .button,
.compare-card > .cta-note {
  margin-left: 36px;
  margin-right: 36px;
}

.compare-card > p {
  width: auto;
  max-width: calc(100% - 72px);
  min-height: 64px;
  margin-top: 24px;
  margin-bottom: 0;
  color: #222222;
  font-size: 16px;
  line-height: 1.48;
  overflow-wrap: break-word;
}

.compare-card .feature-list {
  width: auto;
  max-width: calc(100% - 72px);
  gap: 13px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px dashed rgba(13, 13, 133, 0.18);
}

.compare-card .feature-list li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.compare-card .feature-list li::before {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--gold);
  transform: rotate(45deg);
}

.free-plan .feature-list li::before {
  background: #168038;
}

.pro-plan .feature-list li::before {
  background: #2186d9;
}

.plan-label {
  color: var(--blue);
  font-family: var(--font-bold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price {
  color: var(--blue);
  font-family: var(--font-bold);
  font-size: 38px;
  font-weight: 700;
}

.price small {
  color: #444444;
  font-size: 14px;
}

.price-card .feature-list li {
  color: #000000;
  font-size: 15px;
}

.price-card .button {
  width: 100%;
  margin-top: auto;
  background: var(--orange);
  color: #000000;
  border-color: var(--orange);
}

.price-card .button.ghost {
  background: var(--blue);
  color: #ffffff;
  border-color: var(--blue);
}

.price-card.compare-card .button {
  width: calc(100% - 72px);
  min-height: 48px;
  margin-bottom: 34px;
  border-radius: 28px;
}

.price-card.compare-card .button.button-disabled {
  margin-bottom: 8px;
}

.cta-note {
  display: block;
  margin-bottom: 28px;
  color: #666666;
  font-family: var(--font-bold);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.plan-compare-section {
  padding-top: 32px;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(220, 182, 51, 0.36);
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.05fr repeat(3, minmax(0, 1fr));
  min-height: 70px;
  border-top: 1px solid #e3e3e3;
}

.comparison-row:first-child {
  border-top: 0;
}

.comparison-row > div {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 18px 20px;
  border-left: 1px solid #e3e3e3;
  color: #1d1d1d;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.comparison-row > div:first-child {
  border-left: 0;
  color: var(--blue);
  font-family: var(--font-bold);
  font-weight: 700;
}

.comparison-link {
  color: var(--blue);
  font-family: var(--font-bold);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.comparison-link:hover {
  color: #dcb633;
}

.comparison-link.is-disabled {
  color: #777777;
  cursor: not-allowed;
}

.comparison-link.is-disabled:hover {
  color: #777777;
}

.comparison-head {
  background: #090957;
}

.comparison-head > div {
  color: #ffffff;
  border-left-color: rgba(255, 255, 255, 0.2);
  font-family: var(--font-bold);
  font-size: 14px;
  font-weight: 700;
}

.comparison-head > div:first-child {
  color: #ffffff;
}

.policy-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.policy-nav {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 12px;
  background: #ffffff;
  padding: 28px;
}

.policy-nav a {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.policy-card {
  margin-bottom: 22px;
}

.policy-card .kicker {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.policy-card .kicker::after {
  display: none;
}

@media (max-width: 1180px) {
  .header-utils {
    display: none;
  }
}

.footer {
  background: #000000;
  color: #ffffff;
  padding: 56px 0 26px;
  border-top: 1px solid var(--footer-line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr 1.2fr;
  gap: 44px;
}

.footer strong {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 13px;
}

.footer p,
.footer a {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.45;
}

.footer-links {
  display: grid;
  gap: 7px;
}

.subscribe-row {
  display: flex;
  gap: 8px;
}

.subscribe-row input {
  min-height: 42px;
  min-width: 210px;
  border: 1px solid #ffffff;
  border-radius: 60px;
  background: transparent;
  color: #ffffff;
  padding: 0 18px;
  font-size: 12px;
}

.subscribe-row .button {
  min-width: 104px;
  background: var(--blue);
  color: #ffffff;
}

.copyright {
  margin-top: 40px;
  border-top: 1px solid var(--footer-line);
  padding-top: 18px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 760px) {
  body {
    min-width: 0;
    font-size: 14px;
  }

  .nav {
    width: 100%;
    min-height: auto;
    padding: 12px 14px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    overflow: visible;
  }

  .brand {
    width: auto;
    min-width: 0;
  }

  .nav .brand {
    flex: 1 1 auto;
    width: auto;
    margin: 0;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand span {
    max-width: 176px;
    font-size: 13px;
    line-height: 1.2;
  }

  body.menu-js .menu-toggle {
    display: inline-flex;
  }

  .navlinks {
    order: 3;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    align-items: stretch;
    min-height: auto;
    margin-top: 0;
    gap: 4px;
  }

  body.menu-js .navlinks {
    display: none;
  }

  body.menu-js .nav.menu-open .navlinks {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 8px;
    border: 1px solid rgba(220, 182, 51, 0.22);
    border-radius: 14px;
    background: rgba(8, 8, 8, 0.98);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
  }

  .navlinks > a,
  .nav-trigger {
    min-width: 0;
    width: 100%;
    height: 46px;
    justify-content: flex-start;
    padding: 0 12px;
    font-size: 13px;
    line-height: 1.1;
    border-bottom-width: 2px;
    text-align: left;
  }

  .nav-item {
    display: block;
  }

  .has-dropdown {
    width: 100%;
  }

  .has-dropdown .nav-trigger {
    width: 100%;
  }

  .dropdown-menu {
    display: none;
  }

  body.menu-js .nav.menu-open .dropdown-menu {
    position: static;
    width: 100%;
    display: grid;
    gap: 2px;
    padding: 0 0 8px 14px;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  body.menu-js .nav.menu-open .dropdown-menu a {
    min-height: 36px;
    justify-content: flex-start;
    padding: 0 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    text-align: left;
  }

  .hero {
    min-height: auto;
    display: block;
    padding: 86px 0 54px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.52)),
      url("/website/assets/advanced-life-coaching-coach-workspace-hero.jpg") center / cover;
  }

  .creator-workshop-hero {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.54) 100%),
      url("/website/assets/advanced-life-coaching-creator-workshop-hero-v2.jpg") center / cover;
  }

  .hero-product-led {
    padding-bottom: 44px;
    background: #05070c;
  }

  .hero-product-led h1 {
    max-width: 360px;
  }

  .hero-workspace {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 44px);
    margin: 38px auto 0;
    transform: none;
  }

  .hero-workspace-body {
    min-height: 280px;
  }

  .hero-workspace-content {
    padding: 20px;
  }

  .hero-inner,
  .shell {
    width: calc(100% - 44px);
    max-width: calc(100% - 44px);
  }

  .hero-inner {
    padding-top: 0;
  }

  .hero .hero-actions {
    margin-left: 0;
    margin-top: 28px;
  }

  .slider-arrow {
    display: none;
  }

  .hero h1 {
    max-width: 330px;
    font-size: 30px;
    line-height: 1.18;
    text-wrap: balance;
  }

  .split,
  .reverse,
  .contact-grid,
  .event-card,
  .policy-layout {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: 34px;
  }

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

  .services-icons,
  .testimonial-grid,
  .pricing-grid,
  .grid-3,
  .grid-4,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .mini-row {
    gap: 24px 14px;
    margin-top: 48px;
  }

  .mini-feature {
    font-size: 13px;
  }

  .circle-media img {
    width: 46vw;
    max-width: 172px;
    height: 46vw;
    max-height: 172px;
  }

  .circle-media img + img {
    width: 42vw;
    max-width: 156px;
    height: 42vw;
    max-height: 156px;
    margin-left: -30px;
    margin-top: 22px;
  }

  .stats-band {
    min-height: auto;
    padding: 52px 0;
  }

  .stat {
    min-height: 138px;
    padding: 0 10px;
  }

  .stat strong {
    font-size: 34px;
  }

  .stat span {
    font-size: 13px;
  }

  .event-copy {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .event-card img,
  .media-frame img,
  .contact-grid .media-frame img {
    min-height: 260px;
  }

  .page-hero {
    min-height: 310px;
    background-position: center;
  }

  .page-hero .shell {
    padding: 48px 0;
  }

  .page-hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .page-hero .lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.42;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .price-card,
  .card,
  .policy-card,
  .testimonial {
    padding: 28px;
  }

  .price-card {
    min-height: auto;
  }

  .compare-card {
    padding: 0;
    min-height: auto;
  }

  .plan-head {
    min-height: auto;
    padding: 30px 28px 24px;
  }

  .compare-card > p,
  .compare-card > .feature-list,
  .compare-card > .button,
  .compare-card > .cta-note {
    margin-left: 28px;
    margin-right: 28px;
  }

  .compare-card > p {
    min-height: 0;
  }

  .price-card.compare-card .button {
    width: calc(100% - 56px);
    margin-bottom: 28px;
  }

  .price-card.compare-card .button.button-disabled {
    margin-bottom: 8px;
  }

  .price {
    font-size: 32px;
    line-height: 1.15;
  }

  .form .button,
  .price-card .button {
    min-height: 48px;
  }

  .footer {
    padding: 44px 0 24px;
  }

  .policy-nav {
    position: static;
  }

  .comparison-table {
    display: grid;
    gap: 14px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-head {
    display: none;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    overflow: hidden;
    min-height: 0;
    border: 1px solid rgba(220, 182, 51, 0.36);
    border-radius: 12px;
    background: #ffffff;
  }

  .comparison-row > div {
    min-height: 48px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    border-left: 0;
    border-top: 1px solid #e3e3e3;
    padding: 14px 18px;
  }

  .comparison-row > div:first-child {
    border-top: 0;
    background: #090957;
    color: #ffffff;
  }

  .comparison-row > div[role="cell"]::before {
    content: attr(data-label);
    flex: 0 0 112px;
    color: var(--blue);
    font-family: var(--font-bold);
    font-size: 12px;
    font-weight: 700;
  }
}

@media (max-width: 520px) {
  .hero-actions,
  .subscribe-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 12px;
  }

  .section {
    padding: 52px 0;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .intro-copy .leadline {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.32;
  }

  .intro-copy .leadline strong {
    display: block;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .intro-copy,
  .intro-copy p {
    max-width: 100%;
  }

  p {
    font-size: 15px;
    line-height: 1.5;
  }

  .nav {
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand span {
    max-width: 152px;
    font-size: 12px;
  }

  .menu-toggle {
    width: 44px;
    min-width: 44px;
    padding: 0;
  }

  .menu-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .shell,
  .hero-inner {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .navlinks > a,
  .nav-trigger {
    font-size: 13px;
  }

  .hero {
    padding: 74px 0 46px;
  }

  .hero h1 {
    max-width: 310px;
    font-size: 28px;
  }

  .page-hero {
    min-height: 280px;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: 30px;
    overflow-wrap: anywhere;
  }

  .page-hero .lead {
    max-width: 30ch;
    font-size: 15px;
  }

  .mini-row,
  .stats-row {
    gap: 18px 12px;
  }

  .services-icons {
    gap: 28px;
  }

  .price-card,
  .card,
  .policy-card,
  .testimonial {
    padding: 24px;
  }

  .compare-card {
    padding: 0;
  }

  .plan-head {
    padding: 28px 24px 22px;
  }

  .compare-card > p,
  .compare-card > .feature-list,
  .compare-card > .button,
  .compare-card > .cta-note {
    margin-left: 24px;
    margin-right: 24px;
  }

  .price-card.compare-card .button {
    width: calc(100% - 48px);
    margin-bottom: 24px;
  }

  .price-card.compare-card .button.button-disabled {
    margin-bottom: 8px;
  }

  .comparison-row > div {
    display: grid;
    gap: 7px;
  }

  .comparison-row > div[role="cell"]::before {
    flex-basis: auto;
  }

  .contact-grid,
  .split,
  .reverse,
  .policy-layout {
    gap: 28px;
  }

  .subscribe-row input {
    width: 100%;
    min-width: 0;
  }
}

/* ALC creator-platform homepage content. */
.hero-kicker,
.section-eyebrow,
.preview-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: var(--font-montserrat);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.alc-hero h1 {
  max-width: 760px;
}

.alc-intro-section {
  background: #ffffff;
  color: var(--ink);
}

.alc-intro-section .intro-copy p {
  color: #202020;
}

.alc-intro-section .intro-copy .leadline {
  color: var(--blue);
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 68px;
}

.benefit-card {
  min-height: 230px;
  padding: 28px 24px;
  border: 1px solid rgba(13, 13, 133, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 15px 34px rgba(13, 13, 133, 0.07);
}

.benefit-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.benefit-card h2 {
  margin: 0;
  color: #111111;
  font-family: var(--font-bold);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.24;
}

.benefit-card p {
  margin: 12px 0 0;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 1.52;
}

.alc-offerings-section {
  background: #070707;
}

.alc-offerings-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 66px;
  align-items: center;
}

.alc-offerings-copy h2 {
  max-width: 570px;
  margin: 0;
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 400;
}

.alc-offerings-copy > p:not(.section-eyebrow) {
  max-width: 540px;
  margin: 22px 0 0;
  color: #d5d5d5;
}

.alc-offerings-list {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(220, 182, 51, 0.34);
}

.alc-offerings-list article {
  padding: 19px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.alc-offerings-list h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-bold);
  font-size: 18px;
  font-weight: 700;
}

.alc-offerings-list p {
  margin: 7px 0 0;
  color: #cbcbcb;
  font-size: 15px;
  line-height: 1.5;
}

.platform-preview {
  margin: 0;
}

.platform-window {
  overflow: hidden;
  border: 1px solid rgba(220, 182, 51, 0.44);
  border-radius: 8px;
  background: #1d2027;
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.38);
}

.platform-window-bar {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #17191f;
}

.platform-window-bar span {
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: rgba(220, 182, 51, 0.76);
}

.platform-window-bar strong {
  margin-left: 11px;
  color: #ffffff;
  font-family: var(--font-bold);
  font-size: 13px;
}

.platform-window-body {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  min-height: 340px;
}

.platform-window aside {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 22px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: #15171c;
}

.platform-window aside b {
  margin: 0 8px 14px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-montserrat);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-window aside span {
  padding: 10px 9px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.platform-window aside span.active {
  background: rgba(220, 182, 51, 0.16);
  color: #f0c64c;
}

.platform-content {
  padding: 27px;
}

.platform-content-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.platform-content-head .preview-kicker {
  margin-bottom: 7px;
  font-size: 9px;
}

.platform-content-head strong {
  display: block;
  color: #ffffff;
  font-family: var(--font-bold);
  font-size: 19px;
  line-height: 1.22;
}

.preview-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border: 0;
  border-radius: 4px;
  background: var(--gold);
  color: #111111;
  font-family: var(--font-bold);
  font-size: 11px;
  font-weight: 700;
  padding: 0 12px;
}

.preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.preview-metrics div,
.preview-workflow span {
  min-height: 78px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: #252932;
}

.preview-metrics strong,
.preview-metrics span {
  display: block;
}

.preview-metrics strong {
  color: #ffffff;
  font-family: var(--font-bold);
  font-size: 13px;
}

.preview-metrics span {
  margin-top: 8px;
  color: #b4b7bd;
  font-size: 11px;
  line-height: 1.32;
}

.preview-workflow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.preview-workflow span {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  min-height: 56px;
  color: #efefef;
  font-size: 11px;
  line-height: 1.25;
}

.preview-workflow i {
  width: 14px;
  height: 1px;
  background: var(--gold);
}

.platform-preview > p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  text-align: center;
}

.alc-contact-section {
  background: #000000;
}

.contact-card > .section-eyebrow {
  margin-bottom: 16px;
}

.contact-card > p:not(.section-eyebrow):not(.form-status) {
  margin: -7px 0 24px;
  color: #e0e0e0;
}

@media (max-width: 960px) {
  .benefit-strip,
  .alc-offerings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alc-offerings-grid {
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .benefit-strip,
  .alc-offerings-grid {
    grid-template-columns: 1fr;
  }

  .benefit-strip {
    margin-top: 46px;
  }

  .benefit-card {
    min-height: 0;
  }

  .platform-window-body {
    grid-template-columns: 1fr;
  }

  .platform-window aside {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    padding: 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .platform-window aside b {
    display: none;
  }

  .platform-window aside span {
    padding: 8px 4px;
    font-size: 10px;
    text-align: center;
  }

  .platform-content {
    padding: 20px;
  }
}

@media (max-width: 520px) {
  .hero-kicker,
  .section-eyebrow {
    font-size: 11px;
  }

  .hero-workspace-body {
    grid-template-columns: 1fr;
  }

  .hero-workspace aside {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 2px;
    padding: 9px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hero-workspace aside b {
    display: none;
  }

  .hero-workspace aside span {
    padding: 8px 2px;
    font-size: 9px;
    text-align: center;
  }

  .hero-workspace-content {
    padding: 18px;
  }

  .hero-workspace-head strong {
    font-size: 18px;
  }

  .hero-workspace-metrics {
    gap: 6px;
    margin-top: 18px;
  }

  .hero-workspace-metrics div {
    min-height: 64px;
    padding: 9px;
  }

  .hero-workspace-metrics strong {
    font-size: 10px;
  }

  .hero-workspace-metrics span {
    font-size: 9px;
  }

  .hero-workspace-flow {
    gap: 5px;
    margin-top: 12px;
  }

  .hero-workspace-flow span {
    min-height: 44px;
    padding: 8px;
    font-size: 9px;
  }

  .hero-workspace-flow i {
    width: 8px;
  }

  .benefit-card {
    padding: 24px 22px;
  }

  .benefit-card h2 {
    font-size: 19px;
  }

  .platform-content-head {
    display: block;
  }

  .preview-action {
    margin-top: 16px;
  }

  .preview-metrics {
    grid-template-columns: 1fr;
  }

  .preview-workflow {
    align-items: stretch;
    flex-direction: column;
  }

  .preview-workflow i {
    width: 1px;
    height: 10px;
    margin: 0 auto;
  }
}

/* Professional typography and spacing normalization for the public ALC site. */
html {
  font-size: 16px;
}

body {
  font-size: 16px;
  line-height: 1.55;
}

.brand span {
  font-size: 15px;
  line-height: 1.22;
}

.navlinks > a,
.nav-trigger {
  font-size: 14px;
  line-height: 1.15;
}

.dropdown-menu a {
  font-size: 14px;
  line-height: 1.28;
}

.button {
  min-height: 44px;
  padding: 0 26px;
  font-family: var(--font-montserrat);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.button.button-disabled,
.button:disabled {
  opacity: 0.78;
}

.hero {
  min-height: 620px;
}

.hero h1 {
  font-size: clamp(38px, 3.8vw, 50px);
  line-height: 1.28;
}

.hero-actions {
  gap: 16px;
}

.section {
  padding: 76px 0;
}

.section.tight {
  padding: 52px 0;
}

h2 {
  font-size: clamp(28px, 2.5vw, 34px);
  line-height: 1.2;
}

h3 {
  font-size: clamp(21px, 1.7vw, 24px);
  line-height: 1.28;
}

p {
  font-size: 16px;
  line-height: 1.62;
}

.kicker,
.plan-label {
  font-size: 13px;
  line-height: 1.25;
}

.intro-copy .leadline {
  font-size: clamp(23px, 2.15vw, 29px);
  line-height: 1.34;
}

.intro-copy p:not(.leadline),
.event-copy p,
.card p,
.price-card p,
.policy-card p,
.contact-card p {
  font-size: 16px;
  line-height: 1.62;
}

.feature-list {
  gap: 13px;
}

.feature-list li,
.price-card .feature-list li,
.compare-card .feature-list li {
  font-size: 15px;
  line-height: 1.48;
}

.mini-feature,
.service-icon,
.stat span {
  font-size: 16px;
  line-height: 1.32;
}

.testimonial blockquote {
  font-size: 15px;
  line-height: 1.58;
}

.testimonial cite {
  font-size: 15px;
  line-height: 1.45;
}

.form {
  gap: 16px;
}

.form label {
  font-size: 14px;
  line-height: 1.35;
}

.form input,
.form textarea {
  font-size: 15px;
  line-height: 1.45;
}

.subscribe-row input {
  font-size: 14px;
  line-height: 1.45;
}

.page-hero {
  min-height: 340px;
}

.page-hero .shell {
  padding: 54px 0;
}

.page-hero h1 {
  max-width: 800px;
  font-size: clamp(42px, 4.4vw, 56px);
  line-height: 1.12;
}

.page-hero .lead {
  max-width: 720px;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.48;
}

.card,
.price-card,
.policy-card {
  padding: 34px;
}

.compare-card {
  padding: 0;
}

.compare-card > p {
  min-height: 72px;
  font-size: 16px;
  line-height: 1.54;
}

.plan-head {
  min-height: 166px;
}

.price {
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1.08;
}

.price small {
  font-size: 14px;
  line-height: 1.3;
}

.price-card.compare-card .button {
  min-height: 50px;
  margin-bottom: 32px;
  font-size: 13px;
}

.cta-note {
  font-size: 13px;
  line-height: 1.38;
}

.comparison-row > div {
  font-size: 15px;
  line-height: 1.45;
}

.comparison-link {
  font-size: 15px;
  line-height: 1.35;
}

.policy-nav a {
  font-size: 15px;
  line-height: 1.35;
}

.policy-card h2 {
  font-size: clamp(27px, 2.2vw, 32px);
}

.policy-card h3 {
  font-size: 22px;
}

.footer strong {
  font-size: 14px;
  line-height: 1.35;
}

.footer p,
.footer a {
  font-size: 14px;
  line-height: 1.5;
}

.copyright {
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
    line-height: 1.55;
  }

  .brand span {
    max-width: 178px;
    font-size: 13px;
    line-height: 1.22;
  }

  .menu-toggle {
    font-size: 13px;
  }

  .navlinks > a,
  .nav-trigger {
    min-height: 46px;
    font-size: 13px;
    line-height: 1.2;
  }

  body.menu-js .nav.menu-open .dropdown-menu a {
    min-height: 38px;
    font-size: 13px;
    line-height: 1.25;
  }

  .hero {
    padding: 78px 0 52px;
  }

  .hero h1 {
    max-width: 335px;
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.18;
  }

  .section {
    padding: 58px 0;
  }

  h2 {
    font-size: clamp(25px, 6.3vw, 30px);
  }

  h3 {
    font-size: 21px;
  }

  p,
  .intro-copy p:not(.leadline),
  .event-copy p,
  .card p,
  .price-card p,
  .policy-card p,
  .contact-card p {
    font-size: 15px;
    line-height: 1.56;
  }

  .intro-copy .leadline {
    font-size: clamp(21px, 5.7vw, 25px);
    line-height: 1.32;
  }

  .feature-list li,
  .price-card .feature-list li,
  .compare-card .feature-list li {
    font-size: 15px;
    line-height: 1.45;
  }

  .mini-feature,
  .service-icon,
  .stat span {
    font-size: 14px;
  }

  .page-hero {
    min-height: 292px;
  }

  .page-hero .shell {
    padding: 44px 0;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 8.2vw, 40px);
    line-height: 1.14;
    overflow-wrap: anywhere;
  }

  .page-hero .lead {
    max-width: 34ch;
    font-size: 16px;
    line-height: 1.48;
  }

  .card,
  .price-card,
  .policy-card,
  .testimonial {
    padding: 26px;
  }

  .compare-card {
    padding: 0;
  }

  .plan-head {
    padding: 28px 26px 22px;
  }

  .compare-card > p {
    min-height: 0;
    font-size: 15px;
  }

  .price-card.compare-card .button {
    min-height: 50px;
    font-size: 13px;
  }

  .comparison-row > div {
    font-size: 14px;
    line-height: 1.42;
  }

  .comparison-row > div[role="cell"]::before {
    font-size: 13px;
    line-height: 1.3;
  }

  .form label {
    font-size: 14px;
  }

  .footer strong,
  .footer p,
  .footer a {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .button {
    min-height: 48px;
    font-size: 13px;
  }

  .brand span {
    max-width: 164px;
    font-size: 13px;
  }

  .navlinks > a,
  .nav-trigger {
    font-size: 13px;
  }

  .hero {
    padding: 70px 0 46px;
  }

  .hero h1 {
    max-width: 320px;
    font-size: clamp(29px, 8.1vw, 35px);
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(31px, 8vw, 38px);
    overflow-wrap: anywhere;
  }

  .page-hero .lead {
    max-width: 32ch;
    font-size: 15px;
  }

  .price-card,
  .card,
  .policy-card,
  .testimonial {
    padding: 24px;
  }

  .compare-card {
    padding: 0;
  }

  .plan-head {
    padding: 26px 24px 20px;
  }
}
