.elementor-65533 .elementor-element.elementor-element-f49b1f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65533 .elementor-element.elementor-element-ced43af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65533 .elementor-element.elementor-element-9798857{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65533 .elementor-element.elementor-element-9d4471e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65533 .elementor-element.elementor-element-c55588e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65533 .elementor-element.elementor-element-9b8691f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65533 .elementor-element.elementor-element-d8b55a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65533 .elementor-element.elementor-element-60b94a0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65533 .elementor-element.elementor-element-b385158{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-65533{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* ============================================================
   MLM MASTERY CLUB — ABOUT PAGE CSS
   Delivery: Paste into Page Settings > Custom CSS in Elementor
   (Use Page Settings to avoid site-wide bleed)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Lato:wght@300;400;700;900&display=swap');

/* === BRAND VARIABLES === */
:root {
  --mlm-orange:     #ffa62b;
  --mlm-teal:       #16697a;
  --mlm-blue-mid:   #489fb5;
  --mlm-blue-light: #82c0cc;
  --mlm-sand:       #FAF6F1;
  --mlm-dark:       #1c1c1c;
  --mlm-white:      #ffffff;
}

/* ============================================================
   ABOUT NAV
   ============================================================ */
.about-nav {
  background: var(--mlm-teal);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
}

.about-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.about-nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.about-nav-brand img {
  height: 46px;
  width: auto;
}

.about-nav-brand-name {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.about-nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}

.about-nav-links li { margin: 0; padding: 0; }

.about-nav-links a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.82;
  transition: opacity 0.2s, color 0.2s;
  white-space: nowrap;
}

.about-nav-links a:hover,
.about-nav-links a.nav-active {
  opacity: 1;
  color: var(--mlm-orange);
}

.about-nav-login {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.2s, opacity 0.2s;
  flex-shrink: 0;
}

.about-nav-login:hover {
  color: var(--mlm-orange);
  opacity: 1;
}

.about-nav-hamburger {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}

.about-nav-mobile-menu {
  display: none;
  flex-direction: column;
  background: #0f4e5c;
  padding: 8px 5%;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.about-nav-mobile-menu.open {
  display: flex;
}

.about-nav-mobile-menu a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: color 0.2s;
}

.about-nav-mobile-menu a:last-child {
  border-bottom: none;
}

.about-nav-mobile-menu a:hover {
  color: var(--mlm-orange);
}

@media (max-width: 820px) {
  .about-nav-links,
  .about-nav-login { display: none; }
  .about-nav-hamburger { display: block; }
}

/* ============================================================
   HERO
   ============================================================ */
.about-hero {
  background: linear-gradient(140deg, #0d4a57 0%, var(--mlm-teal) 60%, #1a7a8e 100%);
  padding: 100px 5% 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 60%, rgba(255,166,43,0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 15%, rgba(130,192,204,0.12) 0%, transparent 50%);
  pointer-events: none;
}

.about-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-hero-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mlm-orange);
  margin: 0 0 18px;
}

.about-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 1.15;
}

.about-hero-sub {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .about-hero h1   { font-size: 34px; }
  .about-hero-sub  { font-size: 18px; }
  .about-hero      { padding: 72px 5% 64px; }
}

/* ============================================================
   STATS BAR
   ============================================================ */
.about-stats {
  background: var(--mlm-orange);
  padding: 44px 5%;
}

.about-stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

.about-stat-item {
  text-align: center;
  flex: 1;
  min-width: 160px;
}

.about-stat-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}

.about-stat-label {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  line-height: 1.35;
}

@media (max-width: 600px) {
  .about-stat-number { font-size: 36px; }
}

/* ============================================================
   BIO SECTION
   ============================================================ */
.about-bio {
  background: var(--mlm-sand);
  padding: 90px 5%;
}

.about-bio-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 72px;
  align-items: start;
}

.about-bio-photo-wrap {
  position: sticky;
  top: 88px;
}

.about-bio-photo {
  width: 100%;
  border-radius: 12px;
  display: block;
  box-shadow: 0 20px 56px rgba(22,105,122,0.18);
}

.about-bio-signature {
  margin-top: 24px;
  width: 172px;
  display: block;
  opacity: 0.85;
}

.about-bio-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mlm-orange);
  margin: 0 0 12px;
}

.about-bio-content h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  color: var(--mlm-teal);
  margin: 0 0 32px;
  line-height: 1.2;
}

.about-bio-content p {
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 20px;
}

.about-bio-content p strong {
  color: var(--mlm-teal);
  font-weight: 700;
}

.about-bio-promise {
  background: var(--mlm-teal);
  border-radius: 10px;
  padding: 30px 36px;
  margin-top: 36px;
}

.about-bio-promise p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 21px;
  font-style: italic;
  color: #ffffff;
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 960px) {
  .about-bio-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-bio-photo-wrap {
    position: static;
    max-width: 280px;
    margin: 0 auto;
  }
  .about-bio-content h2 { font-size: 28px; }
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.about-testimonials {
  background: #ffffff;
  padding: 90px 5%;
}

.about-testimonials-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-section-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mlm-orange);
  margin: 0 0 12px;
  text-align: center;
}

.about-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  color: var(--mlm-teal);
  text-align: center;
  margin: 0 0 56px;
  line-height: 1.2;
}

.about-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.about-testimonial-card {
  background: var(--mlm-sand);
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-top: 4px solid var(--mlm-orange);
  transition: box-shadow 0.25s;
}

.about-testimonial-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.about-testimonial-headline {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--mlm-teal);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}

.about-testimonial-quote {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 1.75;
  margin: 0;
  flex: 1;
}

.about-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.07);
}

.about-testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--mlm-blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--mlm-teal);
  flex-shrink: 0;
  overflow: hidden;
  /* Replace background with headshot image later */
}

.about-testimonial-name {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--mlm-dark);
  margin: 0 0 3px;
}

.about-testimonial-rank {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #888;
  margin: 0;
}

@media (max-width: 900px) {
  .about-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .about-testimonials-grid {
    grid-template-columns: 1fr;
  }
  .about-section-title { font-size: 28px; }
}

/* ============================================================
   MISSION SECTION
   ============================================================ */
.about-mission {
  background: var(--mlm-teal);
  padding: 90px 5%;
  text-align: center;
}

.about-mission-inner {
  max-width: 900px;
  margin: 0 auto;
}

.about-mission .about-section-eyebrow {
  color: var(--mlm-orange);
}

.about-mission h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 1.25;
}

.about-mission-lead {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
  margin: 0 0 60px;
}

.about-mission-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: left;
}

.about-mission-pillar {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  padding: 30px 26px;
}

.about-mission-pillar-icon {
  font-size: 34px;
  display: block;
  margin-bottom: 14px;
}

.about-mission-pillar h3 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--mlm-orange);
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.about-mission-pillar p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: rgba(255,255,255,0.82);
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .about-mission-pillars { grid-template-columns: 1fr; }
  .about-mission h2     { font-size: 28px; }
  .about-mission-lead   { font-size: 18px; }
}

/* ============================================================
   CREATORS SECTION
   ============================================================ */
.about-creators {
  background: var(--mlm-sand);
  padding: 90px 5%;
}

.about-creators-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-creators-intro {
  max-width: 720px;
  margin: 0 auto 60px;
  text-align: center;
}

.about-creators-intro p {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #444;
  line-height: 1.75;
  margin: 0;
}

.about-creators-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.about-creator-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 44px 40px;
  box-shadow: 0 4px 28px rgba(0,0,0,0.06);
  border-left: 5px solid var(--mlm-teal);
}

.about-creator-card.creator-orange {
  border-left-color: var(--mlm-orange);
}

.about-creator-icon {
  font-size: 40px;
  display: block;
  margin-bottom: 18px;
}

.about-creator-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--mlm-teal);
  margin: 0 0 16px;
  line-height: 1.25;
}

.about-creator-card.creator-orange h3 {
  color: var(--mlm-orange);
}

.about-creator-card p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #555;
  line-height: 1.75;
  margin: 0;
}

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

/* ============================================================
   CTA SECTION
   ============================================================ */
.about-cta {
  background: linear-gradient(140deg, #0d4a57 0%, var(--mlm-teal) 100%);
  padding: 96px 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(255,166,43,0.12) 0%, transparent 65%);
  pointer-events: none;
}

.about-cta-inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-cta-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mlm-orange);
  margin: 0 0 18px;
}

.about-cta h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
  line-height: 1.2;
}

.about-cta p {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin: 0 0 40px;
}

.about-cta-btn {
  display: inline-block;
  background: var(--mlm-orange);
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 20px 52px;
  border-radius: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 10px 36px rgba(255,166,43,0.32);
}

.about-cta-btn:hover {
  background: #e8921a;
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(255,166,43,0.4);
}

@media (max-width: 768px) {
  .about-cta h2    { font-size: 30px; }
  .about-cta p     { font-size: 18px; }
  .about-cta-btn   { font-size: 18px; padding: 18px 36px; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.about-footer {
  background: var(--mlm-dark);
  padding: 52px 5% 36px;
}

.about-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 36px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.about-footer-links a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.about-footer-links a:hover {
  color: var(--mlm-orange);
}

.about-footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 0 0 24px;
}

.about-footer-copy {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.35);
  text-align: center;
  margin: 0;
  line-height: 1.6;
}/* End custom CSS */