/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2026 | 05:59:34 */
/* ============================================================
   AUSTRALIAN BEAUTY SCHOOL — CRO LANDING PAGE
   MASTER STYLESHEET v1.0
   ─────────────────────────────────────────────────────────
   ALL rules scoped to .aubs-lp to prevent ANY bleed onto
   other pages or Elementor global styles.

   Add body class  aubs-lp  via:
   • Elementor Page Settings → Body Class, OR
   • The bsa-page-class-injector.js pattern (replace class name)

   SECTION INDEX
   ─────────────────────────────────────────────────────────
   00  TOKENS & RESET
   01  HERO
   02  SOCIAL PROOF BAR
   03  COURSE PICKER
   04  TRANSFORMATION / OUTCOMES
   05  WHY US — TRUST TRINITY
   06  TESTIMONIALS
   07  TUTOR STRIP
   08  FAQ
   09  FINAL CTA
   10  FULL-WIDTH BREAKOUT (Elementor fix)
   11  UTILITY / SHARED
   ============================================================ */


/* ============================================================
   00  TOKENS & RESET
   ============================================================ */

.aubs-lp {
  /* Colour */
  --lp-pink:        #F072AB;
  --lp-pink-dark:   #d4589a;
  --lp-pink-light:  #FCE3EE;
  --lp-ink:         #1C1712;
  --lp-warm-white:  #FAF8F5;
  --lp-stone:       #E8E0D8;
  --lp-stone-mid:   #CFC4B8;
  --lp-muted:       #7A6F68;
  --lp-white:       #FFFFFF;
  --lp-green:       #1a7a4a;
  --lp-green-light: #e6f4ed;

  /* Typography */
  --lp-font-display: 'GT Super Display', 'Playfair Display', Georgia, serif;
  --lp-font-body:    'Sofia Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Layout */
  --lp-max:   1160px;
  --lp-gutter: clamp(20px, 4vw, 40px);

  font-family: var(--lp-font-body);
  color: var(--lp-ink);
  -webkit-font-smoothing: antialiased;
  background: var(--lp-warm-white);
  line-height: 1.6;
}

.aubs-lp *, .aubs-lp *::before, .aubs-lp *::after {
  box-sizing: border-box;
}

.aubs-lp img { max-width: 100%; display: block; }

/* Inner content box — keeps content at max-width while bg bleeds */
.aubs-lp .lp-wrap {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 0 var(--lp-gutter);
}

/* Shared section vertical padding */
.aubs-lp .lp-section { padding: 80px 0; }
@media (max-width: 640px) { .aubs-lp .lp-section { padding: 56px 0; } }


/* ============================================================
   01  HERO
   ============================================================ */

.aubs-lp .lp-hero {
  background: var(--lp-ink);
  color: var(--lp-white);
  padding: 64px 0 0;
  overflow: hidden;
  position: relative;
}

/* Subtle grain texture overlay */
.aubs-lp .lp-hero::before {
  content: '';
  position: absolute; inset: 0;
  opacity: 0.035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.aubs-lp .lp-hero-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: end;
  padding-bottom: 0;
}

/* Eyebrow label */
.aubs-lp .lp-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--lp-pink);
  margin-bottom: 24px;
}
.aubs-lp .lp-hero-eyebrow::before {
  content: '';
  width: 28px; height: 2px; background: var(--lp-pink);
  border-radius: 2px;
}

/* The editorial transformation headline */
.aubs-lp .lp-hero h1 {
  font-family: var(--lp-font-display);
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  color: var(--lp-white);
}
.aubs-lp .lp-hero h1 em {
  font-style: italic;
  color: var(--lp-pink);
}

.aubs-lp .lp-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.72);
  max-width: 500px;
  line-height: 1.6;
  margin-bottom: 36px;
}
.aubs-lp .lp-hero-sub strong { color: var(--lp-white); }

/* Investment bar — the editorial signature element */
.aubs-lp .lp-invest-bar {
  display: flex; align-items: center; gap: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 36px;
  width: fit-content;
}
.aubs-lp .lp-invest-bar-num {
  font-family: var(--lp-font-display);
  font-size: 34px; font-weight: 700; font-style: italic;
  color: var(--lp-pink); line-height: 1;
}
.aubs-lp .lp-invest-bar-divider {
  width: 1px; height: 44px; background: rgba(255,255,255,0.18);
}
.aubs-lp .lp-invest-bar-label {
  font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.4;
}
.aubs-lp .lp-invest-bar-label strong {
  display: block; font-size: 20px; color: var(--lp-white); font-weight: 700;
  font-family: var(--lp-font-display); font-style: italic;
}

/* CTA buttons */
.aubs-lp .lp-hero-btns {
  display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px;
}

/* Proof chips */
.aubs-lp .lp-proof-chips {
  display: flex; gap: 10px; flex-wrap: wrap;
}
.aubs-lp .lp-proof-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 30px; padding: 7px 14px;
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.85);
}
.aubs-lp .lp-proof-chip-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--lp-pink); flex-shrink: 0;
}

/* Hero right — course card stack */
.aubs-lp .lp-hero-card {
  background: var(--lp-white);
  border-radius: 20px 20px 0 0;
  padding: 32px;
  color: var(--lp-ink);
  align-self: stretch;
  display: flex; flex-direction: column;
}
.aubs-lp .lp-hero-card-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--lp-pink-light); color: var(--lp-pink);
  padding: 6px 14px; border-radius: 30px;
  font-size: 12px; font-weight: 700; margin-bottom: 20px;
  width: fit-content;
}
.aubs-lp .lp-hero-card h3 {
  font-family: var(--lp-font-display);
  font-size: 22px; font-weight: 700; font-style: italic;
  margin-bottom: 6px; line-height: 1.2;
}
.aubs-lp .lp-hero-card-sub {
  font-size: 13px; color: var(--lp-muted); margin-bottom: 20px;
}
.aubs-lp .lp-hero-card-course-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 0;
  flex: 1;
}
.aubs-lp .lp-hero-card-course-list li {
  border-bottom: 1px solid var(--lp-stone);
}
.aubs-lp .lp-hero-card-course-list li:last-child {
  border-bottom: none;
}
.aubs-lp .lp-hero-card-course-list a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0;
  font-size: 14px; font-weight: 600; color: var(--lp-ink);
  text-decoration: none; gap: 12px;
  transition: color 0.2s;
}
.aubs-lp .lp-hero-card-course-list a:hover { color: var(--lp-pink); }
.aubs-lp .lp-hero-card-course-list a svg { flex-shrink: 0; opacity: 0.35; }
.aubs-lp .lp-hero-card-enrol {
  margin-top: 20px;
  display: block; width: 100%; padding: 14px;
  background: var(--lp-pink); color: var(--lp-white);
  border-radius: 8px; font-weight: 700; font-size: 14px;
  text-transform: uppercase; letter-spacing: 0.06em;
  text-align: center; text-decoration: none;
  transition: background 0.2s;
  font-family: var(--lp-font-body);
}
.aubs-lp .lp-hero-card-enrol:hover { background: var(--lp-pink-dark); }

@media (max-width: 960px) {
  .aubs-lp .lp-hero-inner { grid-template-columns: 1fr; }
  .aubs-lp .lp-hero-card { border-radius: 20px; margin-top: 0; }
}


/* ============================================================
   02  SOCIAL PROOF BAR
   ============================================================ */

.aubs-lp .lp-proof-bar {
  background: var(--lp-pink);
  padding: 0;
  overflow: hidden;
}
.aubs-lp .lp-proof-ticker {
  display: flex; gap: 0; width: max-content;
  animation: lpTickerScroll 28s linear infinite;
}
.aubs-lp .lp-proof-ticker:hover { animation-play-state: paused; }
@keyframes lpTickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.aubs-lp .lp-proof-tick-item {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 32px;
  font-size: 13px; font-weight: 700; color: var(--lp-white);
  white-space: nowrap; flex-shrink: 0;
  border-right: 1px solid rgba(255,255,255,0.25);
}
.aubs-lp .lp-proof-tick-item em {
  font-style: normal; opacity: 0.75; font-weight: 400;
}


/* ============================================================
   03  COURSE PICKER
   ============================================================ */

.aubs-lp .lp-courses { background: var(--lp-warm-white); }

.aubs-lp .lp-section-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--lp-pink);
  margin-bottom: 10px; display: block;
}
.aubs-lp .lp-section-heading {
  font-family: var(--lp-font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700; line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--lp-ink); margin-bottom: 0;
}
.aubs-lp .lp-section-heading em { font-style: italic; color: var(--lp-pink); }
.aubs-lp .lp-section-sub {
  font-size: 16px; color: var(--lp-muted); max-width: 560px;
  line-height: 1.65; margin-top: 12px;
}

.aubs-lp .lp-courses-header {
  display: grid; grid-template-columns: 1fr auto;
  gap: 24px; align-items: end; margin-bottom: 40px;
}

/* Course card grid */
.aubs-lp .lp-course-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-bottom: 36px;
}

.aubs-lp .lp-course-card {
  background: var(--lp-white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--lp-stone);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex; flex-direction: column;
  text-decoration: none; color: var(--lp-ink);
}
.aubs-lp .lp-course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
}
.aubs-lp .lp-course-card-img {
  width: 100%; aspect-ratio: 16/10;
  background: var(--lp-stone); position: relative; overflow: hidden;
}
.aubs-lp .lp-course-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.3s;
}
.aubs-lp .lp-course-card:hover .lp-course-card-img img { transform: scale(1.05); }
.aubs-lp .lp-course-card-kit-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--lp-white); color: var(--lp-ink);
  border-radius: 6px; padding: 5px 10px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
}
.aubs-lp .lp-course-card-body { padding: 20px 20px 24px; flex: 1; display: flex; flex-direction: column; }
.aubs-lp .lp-course-card-cat {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--lp-pink); margin-bottom: 6px;
}
.aubs-lp .lp-course-card h3 {
  font-size: 17px; font-weight: 700; line-height: 1.3;
  margin-bottom: 8px; color: var(--lp-ink);
}
.aubs-lp .lp-course-card p {
  font-size: 13px; color: var(--lp-muted); line-height: 1.5;
  margin-bottom: 16px; flex: 1;
}
.aubs-lp .lp-course-card-meta {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px;
}
.aubs-lp .lp-course-card-tag {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--lp-stone); border-radius: 6px;
  padding: 4px 10px; font-size: 11px; font-weight: 600; color: var(--lp-muted);
}
.aubs-lp .lp-course-card-cta {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px; font-weight: 700; color: var(--lp-pink);
}

/* View all link */
.aubs-lp .lp-courses-viewall {
  text-align: center;
}
.aubs-lp .lp-courses-viewall a {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 700; color: var(--lp-ink);
  text-decoration: none; border-bottom: 2px solid var(--lp-pink);
  padding-bottom: 2px; transition: color 0.2s;
}
.aubs-lp .lp-courses-viewall a:hover { color: var(--lp-pink); }

@media (max-width: 900px) {
  .aubs-lp .lp-course-grid { grid-template-columns: 1fr 1fr; }
  .aubs-lp .lp-courses-header { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .aubs-lp .lp-course-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   04  TRANSFORMATION / OUTCOMES
   ============================================================ */

.aubs-lp .lp-outcomes {
  background: var(--lp-ink);
  color: var(--lp-white);
}

/* Big editorial pull-quote stat row */
.aubs-lp .lp-stat-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 64px;
}
.aubs-lp .lp-stat-cell {
  padding: 36px 28px;
  background: rgba(255,255,255,0.04);
  text-align: center;
}
.aubs-lp .lp-stat-cell-num {
  font-family: var(--lp-font-display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700; font-style: italic;
  color: var(--lp-pink); line-height: 1;
  margin-bottom: 8px; display: block;
}
.aubs-lp .lp-stat-cell-label {
  font-size: 13px; color: rgba(255,255,255,0.55);
  font-weight: 500; line-height: 1.4;
}

/* Three earning-tier cards */
.aubs-lp .lp-outcomes-header { margin-bottom: 40px; }
.aubs-lp .lp-outcomes-header .lp-section-heading { color: var(--lp-white); }
.aubs-lp .lp-outcomes-header .lp-section-eyebrow { color: rgba(255,255,255,0.45); letter-spacing: 0.2em; }
.aubs-lp .lp-outcomes-header .lp-section-sub { color: rgba(255,255,255,0.5); max-width: 100%; }

.aubs-lp .lp-tier-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-bottom: 48px;
}
.aubs-lp .lp-tier-card {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 32px 26px;
  transition: border-color 0.2s;
}
.aubs-lp .lp-tier-card:hover { border-color: var(--lp-pink); }
.aubs-lp .lp-tier-card.lp-featured {
  background: var(--lp-pink); border-color: var(--lp-pink);
}
.aubs-lp .lp-tier-card-label {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.15em; color: rgba(255,255,255,0.5);
  margin-bottom: 12px; display: block;
}
.aubs-lp .lp-tier-card.lp-featured .lp-tier-card-label { color: rgba(255,255,255,0.75); }
.aubs-lp .lp-tier-card-emoji { font-size: 28px; margin-bottom: 12px; display: block; }
.aubs-lp .lp-tier-card-title {
  font-size: 15px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.04em; color: var(--lp-white); margin-bottom: 6px;
}
.aubs-lp .lp-tier-card-income {
  font-family: var(--lp-font-display);
  font-size: clamp(26px, 3vw, 34px); font-weight: 700; font-style: italic;
  color: var(--lp-white); line-height: 1; margin-bottom: 4px;
}
.aubs-lp .lp-tier-card-freq {
  font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 14px;
}
.aubs-lp .lp-tier-card.lp-featured .lp-tier-card-freq { color: rgba(255,255,255,0.7); }
.aubs-lp .lp-tier-card p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.5; }
.aubs-lp .lp-tier-card.lp-featured p { color: rgba(255,255,255,0.9); }

/* Guarantee strip */
.aubs-lp .lp-guarantee {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 28px 32px;
  display: flex; align-items: flex-start; gap: 20px;
  max-width: 800px;
}
.aubs-lp .lp-guarantee-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--lp-pink); display: flex; align-items: center;
  justify-content: center; font-size: 26px; flex-shrink: 0;
}
.aubs-lp .lp-guarantee h4 {
  font-size: 17px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.04em; margin-bottom: 6px; color: var(--lp-white);
}
.aubs-lp .lp-guarantee p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; }
.aubs-lp .lp-guarantee a { color: var(--lp-pink); }

@media (max-width: 800px) {
  .aubs-lp .lp-stat-row { grid-template-columns: 1fr 1fr; }
  .aubs-lp .lp-tier-grid { grid-template-columns: 1fr; }
  .aubs-lp .lp-guarantee { flex-direction: column; }
}
@media (max-width: 480px) {
  .aubs-lp .lp-stat-row { grid-template-columns: 1fr 1fr; }
}


/* ============================================================
   05  WHY US — TRUST TRINITY
   ============================================================ */

.aubs-lp .lp-why { background: var(--lp-warm-white); }
.aubs-lp .lp-why-header {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  align-items: center; margin-bottom: 60px;
}
.aubs-lp .lp-why-header-img {
  border-radius: 16px; overflow: hidden;
  aspect-ratio: 4/3; background: var(--lp-stone);
}
.aubs-lp .lp-why-header-img img { width: 100%; height: 100%; object-fit: cover; }

/* Feature cards */
.aubs-lp .lp-feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.aubs-lp .lp-feature-card {
  background: var(--lp-white);
  border-radius: 14px; padding: 28px 24px;
  border: 1px solid var(--lp-stone);
}
.aubs-lp .lp-feature-card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--lp-pink-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 16px;
}
.aubs-lp .lp-feature-card h4 {
  font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--lp-ink);
}
.aubs-lp .lp-feature-card p { font-size: 14px; color: var(--lp-muted); line-height: 1.6; margin: 0; }

@media (max-width: 900px) {
  .aubs-lp .lp-why-header { grid-template-columns: 1fr; }
  .aubs-lp .lp-feature-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 580px) {
  .aubs-lp .lp-feature-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   06  TESTIMONIALS
   ============================================================ */

.aubs-lp .lp-testimonials { background: var(--lp-stone); }

.aubs-lp .lp-testi-header { text-align: center; margin-bottom: 48px; }
.aubs-lp .lp-testi-header .lp-section-sub { margin: 12px auto 0; text-align: center; }

.aubs-lp .lp-testi-grid {
  columns: 3; gap: 20px;
  column-fill: balance;
}
.aubs-lp .lp-testi-card {
  background: var(--lp-white);
  border-radius: 12px; padding: 24px;
  break-inside: avoid;
  margin-bottom: 20px;
}
.aubs-lp .lp-testi-stars { color: #f59e0b; font-size: 14px; margin-bottom: 12px; }
.aubs-lp .lp-testi-card blockquote {
  font-size: 14px; color: var(--lp-muted); line-height: 1.65;
  font-style: italic; margin: 0 0 16px;
}
.aubs-lp .lp-testi-card blockquote strong { color: var(--lp-pink); font-style: normal; }
.aubs-lp .lp-testi-author {
  display: flex; align-items: center; gap: 10px;
}
.aubs-lp .lp-testi-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--lp-stone); overflow: hidden; flex-shrink: 0;
}
.aubs-lp .lp-testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.aubs-lp .lp-testi-name { font-size: 13px; font-weight: 700; color: var(--lp-ink); }
.aubs-lp .lp-testi-role { font-size: 11px; color: var(--lp-muted); }

/* Big pull-quote in the middle */
.aubs-lp .lp-testi-pullquote {
  font-family: var(--lp-font-display);
  font-size: clamp(18px, 2.5vw, 26px);
  font-style: italic; font-weight: 700;
  color: var(--lp-ink); line-height: 1.3;
  padding: 36px 30px;
  background: var(--lp-pink);
  color: var(--lp-white);
  border-radius: 12px;
  break-inside: avoid; margin-bottom: 20px;
}

@media (max-width: 900px) { .aubs-lp .lp-testi-grid { columns: 2; } }
@media (max-width: 580px) { .aubs-lp .lp-testi-grid { columns: 1; } }


/* ============================================================
   07  TUTOR STRIP
   ============================================================ */

.aubs-lp .lp-tutors { background: var(--lp-warm-white); }
.aubs-lp .lp-tutors-header { margin-bottom: 48px; }

.aubs-lp .lp-tutor-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.aubs-lp .lp-tutor-card { text-align: center; }
.aubs-lp .lp-tutor-card-photo {
  width: 100%; aspect-ratio: 3/4; border-radius: 14px;
  background: var(--lp-stone); overflow: hidden; margin-bottom: 14px;
  position: relative;
}
.aubs-lp .lp-tutor-card-photo img { width: 100%; height: 100%; object-fit: cover; }
.aubs-lp .lp-tutor-card-avail {
  position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
  background: rgba(0,0,0,0.65); backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--lp-white); border-radius: 20px; padding: 5px 12px;
  font-size: 11px; font-weight: 600; white-space: nowrap;
  display: flex; align-items: center; gap: 5px;
}
.aubs-lp .lp-tutor-avail-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #4ade80;
}
.aubs-lp .lp-tutor-card h4 {
  font-family: var(--lp-font-display);
  font-size: 18px; font-weight: 700; font-style: italic; margin-bottom: 4px;
}
.aubs-lp .lp-tutor-card-spec { font-size: 12px; color: var(--lp-muted); }

@media (max-width: 900px) { .aubs-lp .lp-tutor-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .aubs-lp .lp-tutor-grid { grid-template-columns: 1fr 1fr; gap: 16px; } }


/* ============================================================
   08  FAQ — OBJECTION BUSTING
   ============================================================ */

.aubs-lp .lp-faq { background: var(--lp-white); }

.aubs-lp .lp-faq-inner {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start;
}
.aubs-lp .lp-faq-sticky { position: sticky; top: 40px; }
.aubs-lp .lp-faq-sticky .lp-section-sub { margin-top: 12px; }

.aubs-lp .lp-faq-cta-card {
  background: var(--lp-ink); color: var(--lp-white);
  border-radius: 14px; padding: 28px;
  margin-top: 28px;
}
.aubs-lp .lp-faq-cta-card h4 {
  font-family: var(--lp-font-display);
  font-size: 20px; font-weight: 700; font-style: italic;
  margin-bottom: 8px;
}
.aubs-lp .lp-faq-cta-card p { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 18px; }

.aubs-lp .lp-faq-list { display: flex; flex-direction: column; gap: 0; }
.aubs-lp .lp-faq-item {
  border-bottom: 1px solid var(--lp-stone);
}
.aubs-lp .lp-faq-item:first-child { border-top: 1px solid var(--lp-stone); }
.aubs-lp .lp-faq-q {
  width: 100%; padding: 20px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 16px; font-weight: 600; color: var(--lp-ink);
  cursor: pointer; border: none; background: none;
  font-family: var(--lp-font-body); text-align: left; gap: 16px;
}
.aubs-lp .lp-faq-q-icon {
  width: 28px; height: 28px; border-radius: 50%;
  border: 2px solid var(--lp-stone-mid);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 18px; color: var(--lp-pink);
  transition: all 0.2s; font-weight: 300;
}
.aubs-lp .lp-faq-item.open .lp-faq-q-icon {
  background: var(--lp-pink); border-color: var(--lp-pink); color: var(--lp-white);
}
.aubs-lp .lp-faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
}
.aubs-lp .lp-faq-a-inner {
  padding-bottom: 20px; font-size: 14px; color: var(--lp-muted); line-height: 1.7;
}
.aubs-lp .lp-faq-a-inner a { color: var(--lp-pink); }
.aubs-lp .lp-faq-item.open .lp-faq-a { max-height: 400px; }

@media (max-width: 860px) {
  .aubs-lp .lp-faq-inner { grid-template-columns: 1fr; }
  .aubs-lp .lp-faq-sticky { position: static; }
}


/* ============================================================
   09  FINAL CTA
   ============================================================ */

.aubs-lp .lp-final-cta {
  background: var(--lp-pink);
  padding: 80px 0;
  text-align: center;
  color: var(--lp-white);
}
.aubs-lp .lp-final-cta h2 {
  font-family: var(--lp-font-display);
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 700; font-style: italic;
  line-height: 1.05; margin-bottom: 16px;
}
.aubs-lp .lp-final-cta p {
  font-size: 16px; opacity: 0.88; margin-bottom: 36px;
  max-width: 540px; margin-left: auto; margin-right: auto;
}
.aubs-lp .lp-final-cta-btns {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 28px;
}
.aubs-lp .lp-final-cta-reassure {
  display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;
}
.aubs-lp .lp-final-cta-re {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; opacity: 0.8;
}
.aubs-lp .lp-final-cta-re::before {
  content: '✓'; font-weight: 700; font-size: 14px;
}


/* ============================================================
   10  FULL-WIDTH BREAKOUT (Elementor container fix)
   ============================================================ */

/* Elementor widgets inside HTML elements */
.aubs-lp .elementor-widget-html { width: 100%; }

/* Every LP section breaks out of the boxed Elementor container */
.aubs-lp .lp-hero,
.aubs-lp .lp-proof-bar,
.aubs-lp .lp-courses,
.aubs-lp .lp-outcomes,
.aubs-lp .lp-why,
.aubs-lp .lp-testimonials,
.aubs-lp .lp-tutors,
.aubs-lp .lp-faq,
.aubs-lp .lp-final-cta {
  width:        100vw;
  position:     relative;
  left:         50%;
  right:        50%;
  margin-left:  -50vw;
  margin-right: -50vw;
}

.aubs-lp { overflow-x: hidden; }


/* ============================================================
   11  UTILITY / SHARED — BUTTONS
   ============================================================ */

.aubs-lp .lp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 8px; font-weight: 700;
  font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase;
  cursor: pointer; border: none; transition: all 0.2s;
  text-decoration: none; font-family: var(--lp-font-body);
}
.aubs-lp .lp-btn-pink { background: var(--lp-pink); color: var(--lp-white); }
.aubs-lp .lp-btn-pink:hover { background: var(--lp-pink-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(240,114,171,0.35); }
.aubs-lp .lp-btn-white { background: var(--lp-white); color: var(--lp-pink); }
.aubs-lp .lp-btn-white:hover { background: var(--lp-pink-light); }
.aubs-lp .lp-btn-outline-white { background: transparent; color: var(--lp-white); border: 2px solid rgba(255,255,255,0.7); }
.aubs-lp .lp-btn-outline-white:hover { background: rgba(255,255,255,0.12); }
.aubs-lp .lp-btn-ink { background: var(--lp-ink); color: var(--lp-white); }
.aubs-lp .lp-btn-ink:hover { background: #2e2620; }
.aubs-lp .lp-btn-lg { padding: 17px 36px; font-size: 15px; border-radius: 10px; }

/* Payment plan badge */
.aubs-lp .lp-payment-note {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600;
  margin-top: 10px; opacity: 0.75;
}