/*
 * Exit Five — /16-marketing-leadership-lessons LP styles.
 * Scoped under .marketing-leadership-page. Matches the design language
 * of community.css, pricing.css, ai-seo-course.css.
 */

@font-face {
  font-family: "Onsite Standard";
  src: url("https://cdn.prod.website-files.com/662f071987728937d4adcba6/6740d7106f71dcd3d0755fd5_OnsiteStandard-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onsite Standard";
  src: url("https://cdn.prod.website-files.com/662f071987728937d4adcba6/6740d710744b16e3070a5338_OnsiteStandard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onsite Standard";
  src: url("https://cdn.prod.website-files.com/662f071987728937d4adcba6/6740d7107ec1b7a124e1c544_OnsiteStandard-Medium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* -----------------------------------------------------------------
 * Base
 * ----------------------------------------------------------------- */

.marketing-leadership-page {
  background: #fdfff3;
  color: #04130d;
  font-family: "Onsite Standard", "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}

.marketing-leadership-page * {
  box-sizing: border-box;
}

.marketing-leadership-page a {
  color: inherit;
  text-decoration: none;
}

.marketing-leadership-page img {
  display: block;
  max-width: 100%;
}

.ml-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.ml-section {
  padding: 80px 0;
}

.ml-eyebrow {
  display: inline-block;
  font-family: "Rajdhani", "Onsite Standard", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #04130d;
  background: rgba(138, 255, 128, 0.45);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

/* -----------------------------------------------------------------
 * Hero
 * ----------------------------------------------------------------- */

.ml-hero {
  padding: 80px 0 56px;
  position: relative;
}

.ml-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(138, 255, 128, 0.16), transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(4, 19, 13, 0.05), transparent 60%);
  pointer-events: none;
}

.ml-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: start;
  position: relative;
}

@media (max-width: 980px) {
  .ml-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.ml-hero-copy h1 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 500;
  margin: 0 0 20px;
  letter-spacing: -0.015em;
}

.ml-hero-copy > p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 28px;
  color: rgba(4, 19, 13, 0.78);
}

.ml-hero-graphic {
  width: 100%;
  max-width: 460px;
  height: auto;
  border-radius: 14px;
}

/* Form card */

.ml-form-card {
  background: #04130d;
  color: #fdfff3;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 16px 40px rgba(4, 19, 13, 0.18);
  position: sticky;
  top: 88px;
}

@media (max-width: 980px) {
  .ml-form-card {
    position: static;
  }
}

.ml-form-card h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.ml-form-card > p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 20px;
  color: rgba(253, 255, 243, 0.78);
}

.ml-form-mount {
  margin-bottom: 12px;
  min-height: 200px;
}

.ml-form-footnote {
  font-size: 12px;
  margin: 0;
  color: rgba(253, 255, 243, 0.5);
  text-align: center;
}

/* HubSpot form skin (dark card) */

.marketing-leadership-page .hs-form-frame { width: 100%; }

.marketing-leadership-page .hs-form label,
.marketing-leadership-page .hsForm label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  color: rgba(253, 255, 243, 0.85);
}

.marketing-leadership-page .hs-form .hs-required,
.marketing-leadership-page .hsForm .hs-required {
  color: #8aff80 !important;
}

.marketing-leadership-page .hs-form input[type="text"],
.marketing-leadership-page .hs-form input[type="email"],
.marketing-leadership-page .hs-form input[type="tel"],
.marketing-leadership-page .hs-form input[type="number"],
.marketing-leadership-page .hs-form select,
.marketing-leadership-page .hs-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(253, 255, 243, 0.18);
  background: rgba(253, 255, 243, 0.08);
  color: #fdfff3;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.marketing-leadership-page .hs-form input:focus,
.marketing-leadership-page .hs-form select:focus,
.marketing-leadership-page .hs-form textarea:focus {
  outline: none;
  border-color: #8aff80;
  background: rgba(253, 255, 243, 0.12);
}

.marketing-leadership-page .hs-form .hs-input::placeholder {
  color: rgba(253, 255, 243, 0.4);
}

.marketing-leadership-page .hs-form .hs-form-field,
.marketing-leadership-page .hs-form fieldset {
  margin-bottom: 14px;
  max-width: 100% !important;
  width: 100% !important;
}

.marketing-leadership-page .hs-form .hs-button,
.marketing-leadership-page .hs-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border-radius: 999px;
  background: #8aff80;
  color: #04130d;
  border: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

.marketing-leadership-page .hs-form .hs-button:hover,
.marketing-leadership-page .hs-form input[type="submit"]:hover {
  background: #c8ffbf;
  transform: translateY(-1px);
}

.marketing-leadership-page .hs-form .hs-error-msgs,
.marketing-leadership-page .hs-form .hs_error_rollup {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  font-size: 12px;
  color: #ffb3b3;
}

.marketing-leadership-page .hs-form iframe {
  width: 100% !important;
  max-width: 100% !important;
  border: none;
}

/* -----------------------------------------------------------------
 * Buttons
 * ----------------------------------------------------------------- */

.ml-primary-button,
.ml-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease;
}

.ml-primary-button {
  background: #8aff80;
  color: #04130d;
}

.ml-primary-button:hover {
  background: #c8ffbf;
  transform: translateY(-1px);
}

.ml-secondary-button {
  background: transparent;
  color: #04130d;
  border: 1.5px solid #04130d;
}

.ml-secondary-button:hover {
  background: #04130d;
  color: #fdfff3;
}

.ml-text-link {
  font-size: 14px;
  font-weight: 500;
  color: #04130d;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 16px;
}

/* -----------------------------------------------------------------
 * What's Inside
 * ----------------------------------------------------------------- */

.ml-whats-inside {
  background: rgba(4, 19, 13, 0.03);
}

.ml-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

@media (max-width: 900px) {
  .ml-two-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.ml-whats-inside-copy h2 {
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.ml-whats-inside-copy > p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 14px;
  color: rgba(4, 19, 13, 0.78);
}

.ml-bullets-intro {
  margin: 14px 0 12px !important;
}

.ml-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ml-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.55;
}

.ml-bullets svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #1f7a1f;
}

.ml-plus {
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 28px;
  color: rgba(4, 19, 13, 0.85);
}

.ml-whats-inside-image {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid rgba(4, 19, 13, 0.08);
  box-shadow: 0 12px 32px rgba(4, 19, 13, 0.06);
}

.ml-whats-inside-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* -----------------------------------------------------------------
 * Meet Your Author
 * ----------------------------------------------------------------- */

.ml-author-section {
  padding: 80px 0;
}

.ml-author-card {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(4, 19, 13, 0.1);
  border-radius: 24px;
  padding: 48px 40px;
}

.ml-author-eyebrow {
  display: inline-block;
  font-family: "Rajdhani", "Onsite Standard", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #04130d;
  background: rgba(138, 255, 128, 0.45);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.ml-author-card h2 {
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.ml-author-role {
  font-size: 15px;
  color: rgba(4, 19, 13, 0.7);
  margin: 0 0 24px;
}

.ml-author-bio p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 14px;
  color: rgba(4, 19, 13, 0.85);
  text-align: left;
}

.ml-author-bio p:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------
 * FAQ
 * ----------------------------------------------------------------- */

.ml-faq-section {
  padding: 80px 0;
  background: rgba(4, 19, 13, 0.04);
}

.ml-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  align-items: start;
}

@media (max-width: 900px) {
  .ml-faq-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.ml-faq-intro h2 {
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

.ml-faq-intro p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: rgba(4, 19, 13, 0.75);
}

.ml-faq-intro a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}

.ml-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ml-faq-item {
  background: #ffffff;
  border: 1px solid rgba(4, 19, 13, 0.1);
  border-radius: 14px;
  overflow: hidden;
}

.ml-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.ml-faq-item summary::-webkit-details-marker {
  display: none;
}

.ml-faq-question { flex: 1; }

.ml-faq-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(4, 19, 13, 0.06);
  transition: transform 0.2s ease, background 0.2s ease;
}

.ml-faq-item[open] .ml-faq-icon {
  transform: rotate(45deg);
  background: rgba(138, 255, 128, 0.5);
}

.ml-faq-answer {
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(4, 19, 13, 0.82);
}

.ml-faq-answer p { margin: 0 0 12px; }
.ml-faq-answer p:last-child { margin-bottom: 0; }
.ml-faq-answer ul {
  margin: 8px 0 12px;
  padding-left: 20px;
}
.ml-faq-answer ul li {
  margin-bottom: 6px;
}
.ml-faq-answer strong { color: #04130d; }

/* -----------------------------------------------------------------
 * Membership upsell
 * ----------------------------------------------------------------- */

.ml-membership-section {
  padding: 80px 0 96px;
}

.ml-membership-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  background: #04130d;
  color: #fdfff3;
  border-radius: 28px;
  padding: 48px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .ml-membership-card {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 28px;
  }
}

.ml-membership-copy h2 {
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 14px;
  color: #8aff80;
  letter-spacing: -0.01em;
}

.ml-membership-price {
  font-family: "Rajdhani", "Onsite Standard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(253, 255, 243, 0.85);
  margin-bottom: 20px;
}

.ml-membership-price span {
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(253, 255, 243, 0.55);
  margin-left: 6px;
  font-family: inherit;
}

.ml-membership-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ml-membership-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(253, 255, 243, 0.9);
}

.ml-membership-bullets svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #8aff80;
}

.ml-membership-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.ml-membership-actions .ml-text-link {
  color: rgba(253, 255, 243, 0.78);
}

.ml-membership-actions .ml-text-link:hover {
  color: #8aff80;
}

.ml-membership-image {
  border-radius: 18px;
  overflow: hidden;
}

.ml-membership-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
