/**
 * Theme Name:     Jupiter Child
 * Author:         Artbees
 * Template:       jupiter
 * Text Domain:	   jupiter-child
 * Description:    A Beautiful, Professional and Ultimate Wordpress Theme Made by Artbees. Jupiter is a Clean, Flexible, fully responsive and retina ready Wordpress theme. Its smart and hand crafted environment allows you to Build outstanding websites easy and fast.
 */

body, p:not(.form-row):not(.woocommerce-mini-cart__empty-message):not(.woocommerce-mini-cart__total):not(.woocommerce-mini-cart__buttons):not(.mk-product-total-name):not(.woocommerce-result-count), .woocommerce-customer-details address, a, textarea, input, select, button{
	font-family: "Inter", sans-serif;
}


.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9{
	padding:0;
}
blockquote, code, dl, fieldset, ol, p, pre, table, ul, .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}
.vc_row:after, .vc_row:before{
	display:none;
}
.wpcf7-form .wpcf7-textarea{
	width:100%;
}
#theme-page .theme-page-wrapper {
    margin: 20px auto;
    margin-bottom: 0;
}
#theme-page .theme-page-wrapper .theme-content{
	padding:0;
}
.admin-bar .site-header.is-sticky.is-scrolled {

    top: 32px;
}

/* Anchor-link offset for the sticky header. Applies to any element with
   an id that becomes the target of an anchor scroll — keeps the heading
   visible below the sticky header instead of hidden under it. */
[id="home"], [id="about"], [id="curriculum"], [id="testimonials"],
[id="contact"], [id="faq"], [id="enroll"], [id="partner-program"],
section[id], article[id] {
    scroll-margin-top: 100px;
}
:root {
    --bg: #0E0E0E;
    --shade-a: #0E0E0E;
    --shade-b: #141414;
    --shade-c: #1A1A1A;
    --shade-footer: #0A0A0A;
    --bg-elev: #161616;
    --line: rgba(255, 255, 255, 0.10);
    --orange: #E87722;
    --orange-hot: #ff8a33;
    --green: #39FF14;
    --text: #D8D6D2;
    --text-soft: #B8B6B0;
    --muted: #8A8A8A;
    --white: #FFFFFF;
}
body {
    font-family: 'Inter', system-ui, sans-serif;
    background: #0E0E0E;
    color: #D8D6D2;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0.005em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    position: relative;
}
.hb-custom-header > div,
.mk-header-bg, .mkhb-row {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
.hb-custom-header {
    padding: 30px 0;
    background: rgba(14, 14, 14, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
}
.admin-bar .hb-custom-header {
	top:30px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  
  body {
    font-family: 'Inter', system-ui, sans-serif;
    background: #0E0E0E;
    color: #D8D6D2;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0.005em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    position: relative;
  }
  /* Subtle film grain ~5% */
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.05;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.9 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  }
  :root {
    --bg: #0E0E0E;
    --shade-a: #0E0E0E;
    --shade-b: #141414;
    --shade-c: #1A1A1A;
    --shade-footer: #0A0A0A;
    --bg-elev: #161616;
    --line: rgba(255,255,255,0.10);
    --orange: #E87722;
    --orange-hot: #ff8a33;
    --green: #39FF14;
    --text: #D8D6D2;
    --text-soft: #B8B6B0;
    --muted: #8A8A8A;
    --white: #FFFFFF;
  }
  .container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    z-index: 2;
  }

  /* ---------- Header ---------- */
  .site-header {
    position: relative;
    z-index: 50;
    padding: 28px 0 0;
    background: transparent;
    transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
  }
  .site-header.is-sticky {
    position: sticky;
    top: 0;
    background: rgba(14,14,14,0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .site-header.is-sticky.is-scrolled {
    padding-top: 14px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.45);
  }
  .site-header.is-sticky.is-scrolled .header-top { padding-bottom: 14px; }
  .site-header.is-sticky.is-scrolled .site-nav { padding: 10px 0 14px; }
  .site-header.is-sticky.is-scrolled .brand-title { font-size: clamp(18px, 1.8vw, 22px); }
  .site-header.is-sticky.is-scrolled .brand-sub { margin-top: 6px; font-size: 10px; }

  .header-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.16) 25%, rgba(255,255,255,0.16) 75%, transparent 100%) 1;
    transition: padding 0.25s ease;
  }
  .header-top .spacer { display: block; }
  .brand {
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  .brand-title {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    font-size: clamp(20px, 2.2vw, 28px);
    letter-spacing: 0.08em;
    color: var(--white);
    line-height: 1;
  }
  .brand-title .accent { color: var(--orange); }
  .brand-sub {
    margin-top: 10px;
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    font-size: clamp(11px, 1vw, 13px);
    letter-spacing: 0.5em;
    color: var(--orange);
    text-transform: uppercase;
  }
  .login-btn {
    justify-self: end;
    padding: 9px 20px;
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .login-btn:hover { border-color: var(--white); background: rgba(255,255,255,0.05); }

  /* ---------- Header account widget (logged-in state) ---------- */
  .header-account {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .header-greeting {
    color: var(--text-soft);
    font-size: 12.5px;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .header-greeting strong { color: var(--white); font-weight: 500; }

  /* Clicking the first name in the header greeting → /account/ */
  .header-greeting .header-name-link {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    transition: color 0.2s ease, border-color 0.2s ease;
  }
  .header-greeting .header-name-link strong { color: var(--white); transition: color 0.2s ease; }
  .header-greeting .header-name-link:hover,
  .header-greeting .header-name-link:focus { border-bottom-color: var(--orange); outline: none; }
  .header-greeting .header-name-link:hover strong,
  .header-greeting .header-name-link:focus strong { color: var(--orange); }

  /* The "My Course" CTA — uses .login-btn base, tints orange to differentiate */
  .login-btn.login-btn--member {
    background: rgba(232,119,34,0.12);
    border-color: var(--orange);
    color: var(--white);
  }
  .login-btn.login-btn--member:hover,
  .login-btn.login-btn--member:focus {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
  }

  .header-logout {
    color: var(--text-soft);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
  }
  .header-logout:hover, .header-logout:focus {
    color: var(--white);
    border-color: rgba(255,255,255,0.35);
  }

  /* Ensure .login-btn renders correctly when used as an <a> */
  a.login-btn { text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }

  /* On tablet/mobile, hide greeting + small logout link to keep things tidy.
     The "My Course" / "Login" CTA stays prominent next to the burger. */
  @media (max-width: 1023px) {
    .header-account { gap: 8px; }
    .header-account .header-greeting { display: none; }
    .header-account .header-logout { display: none; }
  }

  /* Nav */
  .site-nav {
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 14px 0 22px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.16) 25%, rgba(255,255,255,0.16) 75%, transparent 100%) 1;
    transition: padding 0.25s ease;
    flex-wrap: nowrap;
  }
  /* Legacy `.nav-link` block superseded by the consolidated rule near the
     bottom of this header section. Kept empty intentionally so older browser
     caches don't break if they request both copies. Real rules live below. */
.mkhb-navigation-ul > li.current-menu-item a::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 2px;
    background: var(--orange) !important;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
}
.mkhb-navigation-ul > li.current-menu-item:before, .mkhb-navigation-ul > li:hover:before{
	display:none !important;
}
.mkhb-navigation-ul > li.menu-item > a.menu-item-link{
	 color: var(--text) !important; 
	text-transform:uppercase;
	    font-family: 'Inter', sans-serif !important;
}
  /* Mobile hamburger */
  .nav-toggle {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0;
    justify-self: end;
    align-items: center;
    justify-content: center;
    color: var(--white);
  }
  .nav-toggle span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: currentColor;
    position: relative;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .nav-toggle span::before, .nav-toggle span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 1.5px;
    background: currentColor;
    transition: transform 0.25s ease;
  }
  .nav-toggle span::before { top: -7px; }
  .nav-toggle span::after  { top:  7px; }
  .nav-toggle.is-open span { background: transparent; }
  .nav-toggle.is-open span::before { top: 0; transform: rotate(45deg); }
  .nav-toggle.is-open span::after  { top: 0; transform: rotate(-45deg); }

  /* Mobile slide-down menu */
  .mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 49;
    background: rgba(10,10,10,0.97);
    backdrop-filter: blur(14px);
    padding: 96px 32px 48px;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .mobile-menu .nav-link {
    font-size: 18px;
    letter-spacing: 0.22em;
    padding: 18px 4px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    text-align: left;
  }
  .mobile-menu .login-btn {
    margin-top: 28px;
    align-self: stretch;
    justify-self: stretch;
    padding: 14px 20px;
    font-size: 13px;
  }
  .nav-link {
    position: relative;
    padding: 8px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text);
    text-decoration: none;
    /* Transparent border placeholder so adding the orange underline on hover
       or active doesn't shift layout. Animates color + border smoothly. */
    border-bottom: 2px solid transparent;
    transition: color 0.25s ease, border-color 0.25s ease;
    white-space: nowrap;
  }
  .nav-link:hover,
  .nav-link:focus-visible,
  .nav-link.active,
  .nav-link[aria-current="page"] {
    color: var(--white);
    border-bottom-color: var(--orange);
  }
  .nav-link:focus-visible { outline: none; }

  /* ---------- Section shading ---------- */
  .section-shade-a { background-color: var(--shade-a); }
  .section-shade-b {
    background-color: var(--shade-b);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.012), rgba(0,0,0,0.025));
  }
  .section-shade-c {
    background-color: var(--shade-c);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.018), rgba(0,0,0,0.04));
  }
  .section-shade-a, .section-shade-b, .section-shade-c { position: relative; }
  /* Hairline divider with edge fade — sits at the top of any shaded section */
  .section-shade-a + .section-shade-b::before,
  .section-shade-b + .section-shade-a::before,
  .section-shade-a + .section-shade-c::before,
  .section-shade-c + .section-shade-a::before,
  .section-shade-b + .section-shade-c::before,
  .section-shade-c + .section-shade-b::before,
  .section-shade-a + .section-shade-a::before,
  .section-shade-b + .section-shade-b::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(34,34,34,0) 0%, rgba(48,48,48,0.85) 18%, rgba(48,48,48,0.85) 82%, rgba(34,34,34,0) 100%);
    pointer-events: none;
    z-index: 3;
  }

  /* ---------- Hero ---------- */
  .hero {
    position: relative;
    padding: 32px 0 80px;
    z-index: 2;
    isolation: isolate;
  }
  .video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
    background: #111;
  }
  .video-thumb {
    position: absolute;
    inset: 0;
    background: #1a1a1a url("https://wordpress-1620210-6398421.cloudwaysapps.com/wp-content/uploads/2026/05/set-1.png") center/cover no-repeat;
  }
  .video-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, transparent 40%, rgba(0,0,0,0.6) 95%);
  }
  .play-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(64px, 8vw, 92px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255,255,255,0.7);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
    z-index: 3;
  }
  .play-btn:hover { transform: translate(-50%, -50%) scale(1.06); background: rgba(232,119,34,0.85); }
  .play-btn::after {
    content: "";
    width: 0; height: 0;
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 6px;
  }
  .video-controls {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 10px 14px 12px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
  }
  .progress { height: 4px; background: rgba(255,255,255,0.18); border-radius: 2px; position: relative; overflow: hidden; }
  .progress-fill { position: absolute; inset: 0 88% 0 0; background: var(--orange); }
  .progress-fill::after {
    content: ""; position: absolute; right: -6px; top: 50%;
    transform: translateY(-50%);
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 3px rgba(232,119,34,0.25);
  }
  .controls-row {
    display: flex; align-items: center; gap: 14px;
    color: rgba(255,255,255,0.85); font-size: 12px;
  }
  .controls-row .right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
  .ctrl { width: 16px; height: 16px; display: inline-grid; place-items: center; cursor: pointer; }
  .ctrl svg { width: 100%; height: 100%; fill: currentColor; }
  .timestamp { font-variant-numeric: tabular-nums; }
  .hd-pill {
    border: 1px solid rgba(255,255,255,0.55);
    font-size: 9px; font-weight: 600; letter-spacing: 0.1em;
    padding: 1px 5px; border-radius: 3px;
  }

  .hero-copy {
    text-align: center;
    max-width: 100%;
    margin:30px auto;
	float:left;
  }
  .hero-eyebrow p{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 20px;
  }
  .hero-eyebrow p::before, .hero-eyebrow p::after {
    content: "";
    width: 22px; height: 1px;
    background: rgba(232,119,34,0.55);
  }
  .hero-headline {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    color: var(--white);
    font-size: clamp(40px, 5.4vw, 68px);
    line-height: 0.98;
    letter-spacing: 0.012em;
    text-transform: uppercase;
    font-weight: 400;
    text-wrap: balance;
  }
  .hero-headline .accent { color: var(--orange); }
  .hero-subhead p{
    margin-top: 24px;
    color: var(--text);
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.65;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    text-wrap: pretty;
  }
  .hero-subhead strong { color: var(--white); font-weight: 600; }
  .hero-bullets {
    list-style: none;
    margin: 26px auto 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
  }
  .hero-bullets li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--white);
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
  .hero-bullets .tick {
    width: 14px; height: 14px;
    color: var(--orange);
    flex-shrink: 0;
    display: inline-grid;
    place-items: center;
  }
  .hero-bullets .tick svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
  .hero-microproof {
    margin-top: 0;
    color: var(--text-soft);
    font-size: 12.5px;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .hero-microproof .sep {
    display: inline-block;
    width: 3px; height: 3px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    vertical-align: middle;
    margin: 0 10px;
  }
  /* ---------- Premium CTA (shared) ---------- */
  .cta-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 26px;
  }
  .cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 64px;
    padding: 16px 34px;
    background: linear-gradient(to bottom, #C2691E 0%, #9A4E10 100%);
    color: #F5EDE0;
    border: 1px solid rgba(0,0,0,0.18);
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow:
      inset 0 1px 0 rgba(255,210,160,0.30),
      0 4px 24px rgba(176,90,20,0.30);
    transition: background 250ms ease-out, box-shadow 250ms ease-out, transform 250ms ease-out;
  }
  .cta:hover {
    background: linear-gradient(to bottom, #A85513 0%, #7E3F0C 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,210,160,0.22),
      0 6px 32px rgba(176,90,20,0.50);
    transform: translateY(-1px);
  }
  .cta .arrow {
    color: #F5EDE0;
    font-size: 18px;
    line-height: 1;
    transition: transform 250ms ease-out;
  }
  .cta:hover .arrow { transform: translateX(3px); }
  .cta-microcopy {
    color: #999999;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
  }
.twoup-copy.bt {
    padding: 0;
    padding-top: 40px;
}
.ph-program-embed .vc_row {
    position: relative;
    margin: auto !important;
}
  /* ---------- Two-up sections (contained, rounded) ---------- */
  .twoup {
    position: relative;
    z-index: 2;
    padding: 60px 0;
  }
  .twoup-grid {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #141414;
    border-radius: 10px;
    overflow: hidden;
    min-height: 360px;
  }
.meet-grid{
  display: block !important;
  height:auto !important;
}
.meet-grid .jupiter-donut-height-full{
  height: auto !important;
}
.meet-instruc-col .twoup-copy{
padding:34px;
}
section{
	padding:50px 0;
}
  .twoup-photo img{
    position: relative;
    background: #1a1a1a;
    min-height: 360px;
  }
.twoup-photo, .twoup-photo *, .twoup-photo img{
	height:100%;
	object-fit:cover;
}
  .twoup-photo.placeholder-light {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 50%, #0e0e0e 100%);
  }
  .twoup-photo.has-image { background-size: cover; background-position: center; background-repeat: no-repeat; }
  .twoup-photo.trap-photo { background-image: url("images/drama-school-trap.png"); }
  .twoup-photo.instructor-photo { background-image: url("images/peter-palmer.png"); }
  .twoup-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 34px 34px;
  }
  .twoup-heading {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    color: var(--white);
    font-size: clamp(34px, 3.6vw, 44px);
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 28px;
  }
  .twoup-copy p {
    color: var(--text);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 18px;
    max-width: 100%;
    text-wrap: pretty;
  }
  .twoup-copy p:last-of-type { margin-bottom: 0; }
  .twoup-copy strong { color: var(--white); font-weight: 600; }
  .twoup-signature {
    margin-top: 28px;
    font-size: 14.5px;
    color: var(--text-soft);
    letter-spacing: 0.01em;
  }
  .twoup-signature strong { color: var(--white); font-weight: 600; }
.twoup-copy.bt p {
    max-width: 100%;
}
  /* ---------- Curriculum Grid ---------- */
  .curriculum {
    position: relative;
    z-index: 2;
    padding: 72px 0 56px;
    isolation: isolate;
  }
  .curriculum-header {
    text-align: center;
    margin-bottom: 44px;
  }
  .curriculum-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 16px;
  }
  .curriculum-eyebrow::before, .curriculum-eyebrow::after {
    content: "";
    width: 26px; height: 1px;
    background: rgba(232,119,34,0.55);
  }
  .curriculum-title {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    color: var(--white);
    font-size: clamp(30px, 3.4vw, 42px);
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .curriculum-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 1px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    overflow: hidden;
	  margin:0;
  }
  .curriculum-card {
    position: relative;
    background: #111111;
    padding: 36px 32px 32px;
    transition: background 0.4s ease;
    display: flex;
    flex-direction: column;
    text-align: left;
    min-height: 220px;
    overflow: hidden;
    isolation: isolate;
	  width:100%;
  }
  /* Warm tungsten glow on hover */
  .curriculum-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 0%, rgba(232,119,34,0.18) 0%, rgba(232,119,34,0.06) 30%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
  }
  .curriculum-card:hover { background: #161310; }
  .curriculum-card:hover::before { opacity: 1; }

  .cur-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .cur-num {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    color: var(--orange);
    line-height: 1;
    padding-top: 6px;
  }
  .cur-icon {
    width: 38px; height: 38px;
    color: rgba(255,255,255,0.85);
    transition: color 0.3s ease;
  }
  .curriculum-card:hover .cur-icon { color: var(--orange); }
  .cur-icon svg { width: 100%; height: 100%; display: block; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

  .cur-title {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    color: var(--white);
    font-size: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 14px;
  }
  .cur-rule {
    width: 28px;
    height: 1px;
    background: var(--orange);
    margin-bottom: 14px;
    transition: width 0.4s ease;
  }
  .curriculum-card:hover .cur-rule { width: 56px; }
  .cur-desc {
    color: var(--text);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin-top: auto;
    text-wrap: pretty;
  }

  /* ---------- Final CTA (two-up) ---------- */
.final-cta .wpb_row{
  display: flex;
  align-items: stretch; /* makes both columns equal height */	
}  
.final-cta  .jupiter-donut-height-full{
	height:Auto;
	flex:1;
	background-position:center;
}
.final-cta {
    position: relative;
    z-index: 2;
    padding: 28px 0 56px;
  }
  .final-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #141414;
    border-radius: 10px;
    overflow: hidden;
    min-height: 380px;
  }
  .final-photo {
    position: relative;
    background: #0d0805 url("images/directors-chair.png") center/cover no-repeat;
    min-height: 380px;
  }
  .final-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 60%, rgba(20,20,20,0.6) 100%);
    pointer-events: none;
  }
  .final-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 56px;
  }
  .final-headline {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    color: var(--white);
    font-size: clamp(32px, 3.4vw, 42px);
    line-height: 1.0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .final-body {
    margin-top: 26px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    max-width: 46ch;
    text-wrap: pretty;
  }
  .final-body strong { color: var(--white); font-weight: 600; }
  /* .cta-final is now an alias of .cta — see Premium CTA section above */
  .cta-final.cta { align-self: flex-start; margin-top: 24px; }
  .guarantee {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text);
    font-size: 13.5px;
    font-weight: 400;
    align-self: flex-start;
  }
  .guarantee .check {
    width: 16px; height: 16px;
    color: var(--green);
    display: inline-grid;
    place-items: center;
  }
  .guarantee .check svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

  /* ---------- Final CTA — Value stack ---------- */
  .value-stack-label {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-soft);
  }
  .value-stack-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0.18), rgba(255,255,255,0));
  }
  .value-stack {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
  }
  .value-stack li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
	margin:0 !important;
  }
  .value-stack li strong {
    color: var(--white);
    font-weight: 600;
  }
  .value-stack .vs-tick {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: var(--orange);
  }
  .value-stack .vs-tick svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
  .price-line {
    margin-top: 28px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px 14px;
  }
  .price-line .price-now {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    color: var(--white);
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .price-line .price-once {
    color: var(--text-soft);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .price-line .price-compare {
    color: var(--text-soft);
    font-size: 13px;
    font-weight: 400;
  }
  .price-line .price-compare s { color: rgba(204,204,204,0.55); }
  .why-now {
    margin-top: 14px;
    color: var(--text-soft);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 400;
    max-width: 46ch;
  }
  .why-now strong { color: var(--white); font-weight: 600; }

  /* ---------- Instructor stats panel ---------- */
  .instructor-stats {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.10);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .stat-num {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    color: var(--white);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .stat-num .accent { color: var(--orange); }
  .stat-label {
    margin-top: 10px;
    color: var(--text-soft);
    font-size: 11.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 500;
  }

  /* ---------- Sneak Peek (inside Curriculum) ---------- */
  .sneak-peek {
    margin-top: 0;
    text-align: center;
    position: relative;
    isolation: isolate;
    padding: 72px 0 8px;
  }
  .sneak-peek::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: -56px; /* extend to the bottom of the curriculum section */
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: var(--shade-a);
  }
  .sneak-peek::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: linear-gradient(to right, rgba(34,34,34,0) 0%, rgba(48,48,48,0.85) 18%, rgba(48,48,48,0.85) 82%, rgba(34,34,34,0) 100%);
    pointer-events: none;
  }
  .sneak-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 16px;
  }
  .sneak-eyebrow::before, .sneak-eyebrow::after {
    content: "";
    width: 26px; height: 1px;
    background: rgba(232,119,34,0.55);
  }
  .sneak-title {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    color: var(--white);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 32px;
    text-wrap: balance;
  }
  .sneak-video {
    max-width: 72%;
    margin: 0 auto;
  }
  .sneak-caption {
    margin-top: 24px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-style: italic;
    color: rgba(216,214,210,0.65);
  }
  @media (max-width: 880px) {
    .sneak-video { max-width: 100%; }
    .sneak-peek { margin-top: 56px; }
  }

  /* ---------- Testimonials Load More ---------- */
  .test-card.is-extra {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease, padding 0.4s ease;
  }
  .test-grid.is-expanded .test-card.is-extra {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 1200px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-width: 1px;
  }
  .test-loadmore-wrap {
    margin-top: 32px;
    display: flex;
    justify-content: center;
  }
  .test-loadmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 12px 24px;
    background: transparent;
    color: #F5EDE0;
    border: 1px solid #B05A14;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 250ms ease-out, border-color 250ms ease-out, color 250ms ease-out;
  }
  .test-loadmore:hover {
    background: rgba(176,90,20,0.18);
    border-color: #C2691E;
  }
  .test-loadmore .chev {
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: transform 250ms ease-out;
  }
  .test-loadmore.is-open .chev { transform: rotate(180deg); }

  /* ---------- Testimonials ---------- */
  .testimonials {
    position: relative;
    z-index: 2;
    padding: 64px 0;
  }
  .test-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .test-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 14px;
  }
  .test-eyebrow::before, .test-eyebrow::after {
    content: ""; width: 26px; height: 1px;
    background: rgba(232,119,34,0.55);
  }
  .test-title {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    color: var(--white);
    font-size: clamp(30px, 3.4vw, 42px);
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .test-rating {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--text);
  }
  .test-rating .stars svg { width: 16px; height: 16px; }
  .test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .test-card {
    position: relative;
    background: #111111;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 8px;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .test-quote-mark {
    color: var(--orange);
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    font-size: 56px;
    line-height: 0.8;
    height: 28px;
  }
  .test-card .stars svg { width: 13px; height: 13px; }
  .test-quote {
    color: var(--white);
    font-size: 15.5px;
    line-height: 1.65;
    font-weight: 400;
    flex-grow: 1;
    text-wrap: pretty;
  }
  .test-quote strong { color: var(--white); font-weight: 600; }
  .test-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .test-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    border: 1px solid rgba(255,255,255,0.12);
    flex-shrink: 0;
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    color: var(--orange);
    font-size: 16px;
    letter-spacing: 0.04em;
    display: grid;
    place-items: center;
  }
  .test-name {
    font-family: 'Inter', sans-serif;
    color: var(--white);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.2;
  }
  .test-role {
    color: var(--text-soft);
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-top: 4px;
    font-weight: 400;
  }

  /* ---------- Trust badges (final CTA) ---------- */
  .trust-badges {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    align-self: flex-start;
  }
  .trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--text);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
  }
  .trust-badge .ico {
    width: 14px; height: 14px;
    color: var(--orange);
    flex-shrink: 0;
  }
  .trust-badge .ico svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

  /* ---------- FAQ teaser ---------- */
  .faq {
    position: relative;
    z-index: 2;
    padding: 64px 0 80px;
  }
  .faq-header {
    text-align: center;
    margin-bottom: 36px;
  }
  .faq-list {
    max-width: 780px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .faq-q {
    width: 100%;
    background: transparent;
    border: none;
    color: var(--white);
    font-family: 'Inter', sans-serif;
    font-size: 16.5px;
    font-weight: 500;
    text-align: left;
    padding: 24px 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: color 0.2s ease;
    list-style: none;
  }
  .faq-q::-webkit-details-marker { display: none; }
  .faq-q:hover { color: var(--orange); }
  .faq-q .plus {
    color: var(--orange);
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  .faq-item[open] .faq-q .plus { transform: rotate(45deg); }
  .faq-a {
    padding: 0 4px 24px;
    color: var(--text);
    font-size: 15.5px;
    line-height: 1.7;
    font-weight: 400;
    max-width: 65ch;
    text-wrap: pretty;
  }
  .faq-cta {
    text-align: center;
    margin-top: 32px;
    color: rgba(204,204,204,0.65);
    font-size: 13px;
  }
  .faq-cta a {
    color: var(--orange);
    text-decoration: none;
    border-bottom: 1px solid rgba(232,119,34,0.4);
    padding-bottom: 1px;
    transition: border-color 0.2s ease;
  }
  .faq-cta a:hover { border-color: var(--orange); }

  /* ---------- FAQ Pointer (compact link block) ---------- */
  .faq-pointer {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    text-align: center;
  }
  .faq-pointer .container { max-width: 600px; }
  .faq-pointer-eyebrow {
    display: inline-block;
    color: var(--orange);
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
  }
  .faq-pointer-heading {
    margin-top: 16px;
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    font-weight: 400;
    font-size: clamp(26px, 3vw, 32px);
    line-height: 1.15;
    letter-spacing: 0.005em;
    color: var(--white);
  }
  .faq-pointer-body {
    margin-top: 20px;
    color: var(--text);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
  }
  .faq-pointer-cta {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 12px 24px;
    background: transparent;
    color: #F5EDE0;
    border: 1px solid #B05A14;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-decoration: none;
    cursor: pointer;
    transition: background 250ms ease-out, border-color 250ms ease-out, color 250ms ease-out, transform 250ms ease-out;
    max-width: 180px;
  }
  .faq-pointer-cta:hover {
    background: rgba(176,90,20,0.18);
    border-color: #C2691E;
  }
  .faq-pointer-cta .arrow {
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: transform 250ms ease-out;
  }
  .faq-pointer-cta:hover .arrow { transform: translateX(4px); }
.hybspil-row{
  margin-top:40px;
}
  /* ---------- Footer ---------- */
  .site-footer {
    position: relative;
    z-index: 2;
    background: #070707;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 50px 0;
    text-align: center;
  }
  .footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
  }
  .footer-links a {
    color: var(--text);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
  }
  .footer-links a:hover { color: var(--white); }
  .footer-links .dot {
    width: 3px; height: 3px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    display: inline-block;
  }
  .footer-copy {
    margin-top: 24px;
    color: rgba(204,204,204,0.55);
    font-size: 12px;
  }
  .footer-social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .footer-social a {
    width: 18px; height: 18px;
    color: var(--text);
    display: inline-grid;
    place-items: center;
    transition: color 0.2s ease;
  }
  .footer-social a:hover { color: var(--orange); }
  .footer-social svg { width: 100%; height: 100%; fill: currentColor; }

  /* ---------- Responsive ---------- */
  @media (max-width: 1023px) {
    .container { padding: 0 20px; }
    .header-top {
      grid-template-columns: 1fr auto auto;
      gap: 10px;
      padding-bottom: 18px;
      align-items: center;
    }
    .header-top .spacer { display: none; }
    .brand { text-align: left; justify-self: start; }
    .brand-title { font-size: 16px; letter-spacing: 0.06em; }
    .brand-sub { margin-top: 6px; font-size: 10px; letter-spacing: 0.34em; }
    .header-top .login-btn { padding: 7px 14px; font-size: 11px; letter-spacing: 0.18em; }
    .header-top .login-btn { display: inline-flex; align-items: center; }
        .nav-toggle { display: inline-flex; }
    .site-nav { display: none; }
    .mobile-menu { display: flex; }
  }
  @media (max-width: 880px) {
    .container { padding: 0 20px; }
    .twoup-grid, .final-grid { grid-template-columns: 1fr; }
    .twoup-photo, .final-photo { min-height: 280px; }
    .twoup-copy, .final-copy { padding: 36px 28px; }
    .twoup-copy p { font-size: 16.5px; line-height: 1.72; max-width: none; }
    .final-body { font-size: 16.5px; line-height: 1.72; max-width: none; }
    .twoup-heading, .final-headline { margin-bottom: 22px; }
    .value-stack { grid-template-columns: 1fr; gap: 12px; }
    .value-stack li { font-size: 15px; }
    .price-line .price-now { font-size: 38px; }
    .price-line .price-compare { width: 100%; }
    .cta-final { width: 100%; padding: 18px 24px; }
    .cta-wrap { width: 100%; }
    .why-now { max-width: none; font-size: 14px; }
    .curriculum-grid { grid-template-columns: 1fr 1fr; }
    .test-grid { grid-template-columns: 1fr; }
    .test-quote { font-size: 16px; line-height: 1.7; }
    .faq-q { font-size: 16px; padding: 22px 4px; }
    .faq-a { font-size: 15.5px; line-height: 1.72; }
    .instructor-stats { gap: 18px; }
    .stat-num { font-size: 26px; }
    .hero-subhead { font-size: 16px; line-height: 1.7; }
    .footer-links { gap: 10px; }
    .footer-links a { font-size: 12px; }
  }
  @media (max-width: 540px) {
    .curriculum-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  }

/* ---------- Curriculum: <button> reset + lightbox ---------- */
button.curriculum-card {
  border: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
button.curriculum-card[aria-disabled="true"] { cursor: default; }
button.curriculum-card:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: -2px;
}
.curriculum-card .cur-top   { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.curriculum-card .cur-title { display: block; }
.curriculum-card .cur-rule  { display: block; }
.curriculum-card .cur-desc  { display: block; }

.cur-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: flex-start;        /* anchor to top so the title is always visible */
  justify-content: center;
  z-index: 9999;
  padding: 160px 16px 24px;       /* top padding clears the sticky header; bottom for breathing room */
  box-sizing: border-box;
  overflow: hidden;               /* dialog handles its own scrolling */
}
.cur-modal.is-open { display: flex; }
.cur-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.cur-modal-dialog {
  position: relative;
  width: min(92vw, 960px);
  max-height: calc(100vh - 190px); /* viewport minus modal's vertical padding */
  overflow-y: auto;
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  scrollbar-width: thin;
  scrollbar-color: rgba(232,119,34,0.4) transparent;
  -webkit-overflow-scrolling: touch;
}
.admin-bar .cur-modal {
  padding-top: 142px;             /* WP admin bar adds 32px above */
}
.admin-bar .cur-modal-dialog {
  max-height: calc(100vh - 166px);
}
@media (max-width: 640px) {
  .cur-modal { padding: 72px 10px 12px; }
  .cur-modal-dialog {
    max-height: calc(100vh - 84px);
    padding: 22px 18px;
  }
  .admin-bar .cur-modal { padding-top: 92px; }
  .admin-bar .cur-modal-dialog { max-height: calc(100vh - 104px); }
}
.cur-modal-dialog::-webkit-scrollbar { width: 8px; }
.cur-modal-dialog::-webkit-scrollbar-thumb { background: rgba(232,119,34,0.4); border-radius: 4px; }
.cur-modal-dialog::-webkit-scrollbar-track { background: transparent; }

/* Module content (lede + prose + bullets) above the video in the lightbox */
.cur-modal-content {
  padding: 0 8px 8px;
  text-align: left;
  color: var(--text);
}
.cur-modal-content:empty { display: none; }

.cur-modal-lede {
  font-family: 'Inter', sans-serif;
  color: var(--orange);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 18px;
  text-wrap: pretty;
}

.cur-modal-prose { margin: 0 0 20px; }
.cur-modal-prose p {
  color: var(--text);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 0 12px;
  text-wrap: pretty;
  max-width: 65ch;
}
.cur-modal-prose p:last-child { margin-bottom: 0; }
.cur-modal-prose strong { color: var(--white); font-weight: 600; }
.cur-modal-prose em { color: var(--white); }
.cur-modal-prose a {
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(232,119,34,0.4);
  padding-bottom: 1px;
  transition: border-color 0.2s ease;
}
.cur-modal-prose a:hover { border-color: var(--orange); }

.cur-modal-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.cur-modal-list li {
  position: relative;
  padding: 12px 0 12px 24px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  text-wrap: pretty;
}
.cur-modal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 12px;
  height: 1px;
  background: var(--orange);
}
.cur-modal-list li strong { color: var(--white); font-weight: 600; }

/* Video container takes top spacing only when content exists above it */
.cur-modal-content:not(:empty) + .cur-modal-video {
  margin-top: 8px;
}
.cur-modal-video:empty { display: none; }
.cur-modal-close {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 38px;
  height: 38px;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.cur-modal-close:hover { color: var(--orange); }
.cur-modal-title {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--white);
  font-size: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 4px 48px 12px 8px;
  line-height: 1.05;
}
.cur-modal-title:empty { display: none; }
.cur-modal-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.cur-modal-video iframe,
.cur-modal-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
body.cur-modal-locked { overflow: hidden; }

/* ---------- FAQ Page Hero ---------- */
.faq-page-hero {
  padding: 80px 0 60px;
  text-align: center;
}
.faq-page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
}
.faq-page-eyebrow::before,
.faq-page-eyebrow::after {
  content: "";
  width: 26px;
  height: 1px;
  background: rgba(232,119,34,0.55);
}
.faq-page-title {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--white);
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 22px;
  text-wrap: balance;
}
.faq-page-subtitle {
  max-width: 680px;
  margin: 0 auto;
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  text-wrap: pretty;
}

/* ---------- FAQ Category Sections ---------- */
.faq-category-section { padding: 64px 0; }
.faq-category {
  max-width: 820px;
  margin: 0 auto;
}
.faq-cat-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}
.faq-cat-label {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--white);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.faq-cat-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(232,119,34,0.55), rgba(255,255,255,0));
}

/* ---------- FAQ Item: button + collapse ---------- */
.faq-q-btn {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  text-align: left;
  padding: 24px 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.2s ease;
}
.faq-q-btn:hover { color: var(--orange); }
/* `.faq-q` is now a span inside the button — neutralise the legacy summary/button rules */
.faq-q-btn .faq-q {
  display: inline;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  flex: 1;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: inherit;
}
.faq-icon {
  color: var(--orange);
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  display: inline-block;
}
.faq-item.is-open .faq-icon { transform: rotate(45deg); }

.faq-a-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-item.is-open .faq-a-wrap {
  max-height: 800px;
}

/* ---------- FAQ Help ---------- */
.faq-help {
  padding: 64px 0;
  text-align: center;
}
.faq-help h3 {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--white);
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.faq-help p {
  color: var(--text);
  font-size: 15.5px;
  line-height: 1.7;
}
.faq-help a {
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(232,119,34,0.4);
  padding-bottom: 1px;
  transition: border-color 0.2s ease;
}
.faq-help a:hover { border-color: var(--orange); }

/* ---------- FAQ Page only: full-width container + grid (main content only) ---------- */
.is-faq-page #theme-page .container,
.is-faq-page #theme-page .mk-grid {
  max-width: 100%;
}

/* ---------- Contact form (FAQ help block) ---------- */
.faq-help .wpcf7,
.faq-help .contact-form {
  margin: 32px auto 0;
  max-width: 760px;
  width: 100%;
  padding: 0 20px;
  text-align: left;
  box-sizing: border-box;
}
.faq-help .wpcf7-form,
.faq-help .contact-form { width: 100%; }

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.contact-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
.contact-field label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
}
.contact-field .req {
  color: var(--orange);
  margin-left: 4px;
}
.contact-field input[type="text"],
.contact-field input[type="email"],
.contact-field select,
.contact-field textarea {
  width: 100%;
  background: rgba(255,255,255,0.04);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 14px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  transition: border-color 0.2s ease, background 0.2s ease;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(216,214,210,0.45);
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--orange);
  background: rgba(255,255,255,0.06);
}
.faq-help .contact-field select,
.faq-help select.wpcf7-form-control {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: rgba(255,255,255,0.04) !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E87722' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 14px !important;
  color: var(--white) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 8px !important;
  padding: 14px 44px 14px 16px !important;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  cursor: pointer;
}
.faq-help .contact-field select option,
.faq-help select.wpcf7-form-control option {
  background: #1a1a1a;
  color: var(--white);
}
.contact-field textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-help {
  margin-top: 8px;
  color: var(--text-soft);
  font-size: 12.5px;
  line-height: 1.5;
}
.contact-submit-row {
  margin-top: 28px;
  text-align: center;
}
.contact-submit-row .cta { min-width: 220px; }
.contact-submit-row .cta .arrow { width: 18px; height: 18px; flex-shrink: 0; }

/* CF7 wrappers — its <span> shouldn't break layout */
.faq-help .wpcf7-form-control-wrap { display: block; width: 100%; }

.faq-help .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 6px;
  display: block;
}
.faq-help .wpcf7-spinner { display: inline-block; margin-left: 12px; }

.faq-help .wpcf7 form .wpcf7-response-output {
  margin: 18px auto 0;
  border: 1px solid rgba(57,255,20,0.3);
  background: rgba(57,255,20,0.06);
  color: var(--green);
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  max-width: 520px;
}
.faq-help .wpcf7 form.invalid .wpcf7-response-output,
.faq-help .wpcf7 form.unaccepted .wpcf7-response-output,
.faq-help .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: rgba(255,107,107,0.3);
  background: rgba(255,107,107,0.06);
  color: #ff6b6b;
}

@media (max-width: 640px) {
  .contact-row { grid-template-columns: 1fr; }
}
.meet-peter-more-text{
  display: none;
}
.meet-peter-more-text.is-open{
  display:contents;
}
.pp-founder-txt{
  margin-top:15px;
}
.master-holder h2.main-title.main-title, .master-holder .main-title{
	font-family: 'Bebas Neue', 'Oswald', sans-serif;
    color: var(--white);
    font-size: clamp(40px, 5.4vw, 68px);
    line-height: 0.98;
    letter-spacing: 0.012em;
    text-transform: uppercase;
    font-weight: 400;
    text-wrap: balance;
}
.about-txt-copy h2.main-title.main-title{
	font-size:52px;
	padding-top:20px;
}
.main-title .accent{
    color: var(--orange);	
}
.eyebrow{
    display: inline-block;
    color: var(--orange);
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;	
}
.lede-text{
    margin-top: 28px;
    color: var(--white);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 400;
    max-width: 540px;
}
.lede-body{
    margin-top: 18px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    max-width: 540px;	
}
.about-hero {
    position: relative;
    z-index: 2;
    padding: 80px 0 72px;
}
.about-story, .about-philosophy, .about-credits, .about-why {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}
.about-txt-copy .mk-text-block {
    max-width: 810px;
    margin: auto;
}
.about-txt-copy p{
	color: var(--text);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
	margin-bottom:10px;
}
.master-holder .about-philosophy h2.main-title{
	font-size:52px;
	margin-bottom:30px;
}
.about-pillar-title {
    margin-top: 20px;
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 1.15;
    letter-spacing: 0.01em;
    color: var(--white) !important;
}
.about-pillar p {
    margin-top: 16px;
    color: var(--text);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}
.about-pillar {
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 32px 28px;
    position: relative;
    transition: background 0.3s ease, border-color 0.3s ease;
    height: 272px;
}
.about-pillar-num {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    color: var(--orange);
    font-weight: 400;
}
.about-pillars .vc_col-sm-4{
	padding:0 7.5px;
}
.about-phil-row-1{
	padding:0 15px;
}
.about-quote {
    margin: 36px 0 0;
    padding: 36px 36px 32px;
    background: rgba(232, 119, 34, 0.04);
    border-left: 2px solid var(--orange);
    border-radius: 0 4px 4px 0;
}
.about-quote p {
    color: var(--white);
    font-size: 19px;
    line-height: 1.65;
    font-weight: 400;
    font-style: italic;
}
.about-quote footer {
    margin-top: 20px;
    color: rgba(216, 214, 210, 0.7);
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.about-quote cite {
    font-style: normal;
}
blockquote:before{
	display:none;
}
.master-holder .about-why h2.main-title {
    font-size: 52px;
    margin-bottom: 30px;
}
.cir-sec-1 .lede-text, .cir-sec-1 .lede-body{
	margin:auto;
}
.cur-page-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 48px;
    align-items: start;
    max-width: 1080px;
    margin: 0 auto;
}
.cur-page-num {
    font-family: 'Bebas Neue', 'Oswald', sans-serif;
    color: var(--orange);
    font-size: 96px;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-top: 18px;
}
.about-story { padding: 96px 0; }

.cur-page-row {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}

.cur-page-num {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--orange);
  font-size: clamp(80px, 10vw, 140px);
  line-height: 0.85;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.cur-page-body {
  max-width: 720px;
}

.about-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
}

.about-h2 {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--white);
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 18px;
  text-wrap: balance;
}

.cur-page-lede {
  color: var(--text-soft);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.5;
  margin: 0 0 28px;
  text-wrap: pretty;
}
.cirrculum-page .mk-grid{
	max-width:100% !important;
}
.about-prose p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 18px;
  text-wrap: pretty;
  max-width: 100%;
}
.about-prose p:last-child { margin-bottom: 0; }
.about-prose strong { color: var(--white); font-weight: 600; }
.about-prose a {
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(232,119,34,0.4);
  transition: border-color 0.2s ease;
}
.about-prose a:hover { border-color: var(--orange); }

.cur-page-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.cur-page-list li {
  position: relative;
  padding: 16px 0 16px 28px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  text-wrap: pretty;
}
.cur-page-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 14px;
  height: 1px;
  background: var(--orange);
}

@media (max-width: 880px) {
  .about-story { padding: 64px 0; }
  .cur-page-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cur-page-num { font-size: 72px; }
	.cur-page-container { padding: 0 20px; }
}
/* Curriculum-page section content wrapper */
.cur-page-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.cur-page-sneak {
  margin-top: 36px;
  text-align: center;
}

.cur-sneak-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 28px;
  background: transparent;
  color: #F5EDE0;
  border: 1px solid #B05A14;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 250ms ease-out, border-color 250ms ease-out, color 250ms ease-out, transform 250ms ease-out;
}

.cur-sneak-btn:hover {
  background: rgba(176,90,20,0.18);
  border-color: #C2691E;
  transform: translateY(-1px);
}

.cur-sneak-btn:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.cur-sneak-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: inline-block;
}
section.vc_section.cir-sec-1 {
    display: flex;
}

.tc-hero {
  text-align: center;
  margin-bottom: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.tc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
}
.tc-eyebrow::before,
.tc-eyebrow::after {
  content: "";
  width: 26px;
  height: 1px;
  background: rgba(232,119,34,0.55);
}

.tc-title {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--white);
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 18px;
  text-wrap: balance;
}

.tc-subtitle {
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto 18px;
  text-wrap: pretty;
}

.tc-updated {
  color: var(--text-soft);
  font-size: 13px;
  letter-spacing: 0.06em;
  margin: 0;
}

.tc-prose .tc-h2 {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--white);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 44px 0 16px;
}
.tc-prose .tc-h2:first-child { margin-top: 0; }

.tc-prose p {
  color: var(--text);
  font-size: 15.5px;
  line-height: 1.75;
  margin: 0 0 16px;
  text-wrap: pretty;
}
.tc-prose p:last-child { margin-bottom: 0; }

.tc-prose a {
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(232,119,34,0.4);
  padding-bottom: 1px;
  transition: border-color 0.2s ease;
}
.tc-prose a:hover { border-color: var(--orange); }

.tc-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.tc-list li {
  position: relative;
  padding: 6px 0 6px 22px;
  color: var(--text);
  font-size: 15.5px;
  line-height: 1.65;
  text-wrap: pretty;
}
.tc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 1px;
  background: var(--orange);
}
article.tc-prose {
    padding-bottom: 60px;
}
/* ---------- Slide-toggle secondary copy block (toggled by .read-more-about) ---------- */
/* Collapsed (default) state — applies to both .twoup-copy.bt and .twoup-copy.bt.ab */

.twoup-copy.bt.ab {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.4s ease, visibility 0s 0.5s;
}

/* Open state — JS adds .is-open when the "Read More" button is clicked */

.twoup-copy.bt.ab.is-open {
    max-height: 2000px;
    padding-top: 24px;
    padding-bottom: 24px;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.4s ease, visibility 0s 0s;
}

/* Optional: button rotation when its content is open */
.faq-pointer-cta.read-more-about.is-open .arrow { transform: rotate(90deg); }
@media (max-width: 640px) {
  .tc-page { padding: 40px 16px 60px; }
  .tc-hero { margin-bottom: 40px; padding-bottom: 32px; }
}

/* ============================================================
   PARTNER PROGRAM PAGE — section-specific styles
   All selectors use the `.pp-` prefix and don't exist elsewhere.
   ============================================================ */

/* Section wrapper used across the page */
.pp-section { position: relative; z-index: 2; padding: 120px 0; }
.pp-section.pp-tight { padding: 96px 0; }
@media (max-width: 880px) {
  .pp-section, .pp-section.pp-tight { padding: 80px 0; }
}
#pp-apply-sec {
  padding: 40px 0 ;
}
#pp-apply-sec  .pp-cta-wrap{
  margin-top:0;
}
/* Eyebrow + heading block */
.pp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--orange);
}
.pp-eyebrow::before, .pp-eyebrow::after {
  content: "";
  width: 26px;
  height: 1px;
  background: rgba(232,119,34,0.55);
}
.pp-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 64px;
    margin-bottom: 64px !important;
}
.pp-section-head .pp-eyebrow { margin-bottom: 18px; }
.pp-h2 {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  color: var(--white);
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.0;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  text-wrap: balance;
}
.pp-h2 .accent { color: var(--orange); }
.pp-intro {
  margin-top: 22px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.7;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: pretty;
}
.pp-divider {
  width: 60px;
  height: 1px;
  background: var(--orange);
  margin: 0 auto 28px;
}

/* Solid primary button — burnt orange, sharp 4px corners, Bebas Neue */
.pp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 36px;
  background: var(--orange);
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 6px 28px rgba(232,119,34,0.20), inset 0 1px 0 rgba(255,255,255,0.15);
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}
.pp-btn-primary:hover {
  transform: translateY(-1px) scale(1.015);
  background: #f08230;
  box-shadow: 0 0 0 1px rgba(232,119,34,0.45), 0 10px 38px rgba(232,119,34,0.45), inset 0 1px 0 rgba(255,255,255,0.22);
}
.pp-btn-primary .arrow {
  width: 18px;
  height: 18px;
  transition: transform 200ms ease;
}
.pp-btn-primary:hover .arrow { transform: translateX(4px); }
.pp-btn-primary.is-lg {
  padding: 22px 44px;
  font-size: 21px;
}
.pp-cta-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}
.pp-cta-micro {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.06em;
}
.pp-cta-micro .sep {
  display: inline-block;
  margin: 0 8px;
  color: rgba(255,255,255,0.25);
}

/* ---------- Hero ---------- */
.pp-hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 60px 0;
  overflow: hidden;
}
.pp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 800px 500px at 18% 22%, rgba(232,119,34,0.13), transparent 60%),
    radial-gradient(ellipse 700px 460px at 88% 78%, rgba(232,119,34,0.07), transparent 60%);
  pointer-events: none;
  z-index: -1;
}

.pp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 55%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
  z-index: -1;
}
.pp-hero-inner {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.pp-hero h1 {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  color: var(--white);
  font-size: clamp(48px, 7.2vw, 88px);
  line-height: 0.94;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  margin-top: 22px;
  text-wrap: balance;
}
.pp-hero h1 .accent { color: var(--orange); display: block; }
.pp-hero-sub {
  margin: 28px auto 0;
  color: var(--text);
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.65;
  max-width: 600px;
  text-wrap: pretty;
}
.pp-hero-bullets {
  list-style: none;
  margin: 32px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 32px;
}
.pp-hero-bullets li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.pp-hero-bullets .tick {
  width: 16px;
  height: 16px;
  color: var(--orange);
  flex-shrink: 0;
}
.pp-hero-bullets .tick svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }

/* Auto-render orange tick before each <li> — no inline SVG needed in markup.
   Lets you author the list as a plain <ul class="pp-hero-bullets"><li>…</li></ul>
   inside a WPBakery Text Block. If someone copies in <span class="tick"> it's hidden. */
.pp-hero-bullets li::before {
    content: "";
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E87722' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'><polyline points='4 12 10 18 20 6'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.pp-hero-bullets .tick { display: none; }
@media (max-width: 880px) {
  .pp-hero { min-height: auto; padding: 72px 0 64px; }
  .pp-hero h1 { font-size: clamp(40px, 9vw, 56px); }
  .pp-hero-bullets { gap: 10px 22px; }
  .pp-hero-bullets li { font-size: 14px; }
}

/* ---------- Who It's For — 4-tile grid w/ orange outlines ---------- */
.pp-tile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}
/* When an optional tile (e.g. the "7-Day Full Access" box) is hidden for
   members, the grid is left with exactly 3 tiles — show them in one row
   of 3 instead of a 2 + 1 layout. Desktop only; ≤720px still stacks. */
@media (min-width: 721px) {
  .pp-tile-grid:has(> .pp-tile:nth-child(3)):not(:has(> .pp-tile:nth-child(4))) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.pp-tile {
  background: #111111;
  border: 1px solid var(--orange);
  border-radius: 4px;
  padding: 36px 32px;
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}
.pp-tile:hover {
  transform: translateY(-3px);
  background: #131313;
  box-shadow: 0 0 0 1px rgba(232,119,34,0.55), 0 18px 40px rgba(0,0,0,0.5);
}
.pp-tile-ico {
  width: 38px;
  height: 38px;
  color: var(--orange);
  margin-bottom: 22px;
}
.pp-tile-ico svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; display: block; }
.pp-tile h3 {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  color: var(--white);
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 12px;
}
.pp-tile p {
  color: var(--text);
  font-size: 15.5px;
  line-height: 1.65;
  max-width: 40ch;
}
@media (max-width: 720px) {
  .pp-tile-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ---------- Three Ways To Earn — pricing-style cards ---------- */
.pp-earn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
.pp-earn-card {
  position: relative;
  background: #111111;
  border: 1px solid var(--orange);
  border-radius: 4px;
  padding: 44px 32px 36px;
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.pp-earn-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(232,119,34,0.55), 0 18px 40px rgba(0,0,0,0.5);
}
.pp-earn-card.is-featured {
  border-color: var(--orange);
  background: linear-gradient(180deg, rgba(232,119,34,0.06), transparent 55%) #111111;
  box-shadow: 0 0 0 1px rgba(232,119,34,0.35), 0 10px 30px rgba(0,0,0,0.4);
}

.pp-earn-card.is-featured:hover {
  box-shadow: 0 0 0 1px rgba(232,119,34,0.55), 0 18px 40px rgba(0,0,0,0.55);
}
.pp-earn-tag {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--orange);
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pp-earn-num {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--orange);
  font-size: 88px;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0 0 6px;
  white-space: nowrap;
}

.pp-earn-label {
  color: var(--muted);
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.pp-earn-card hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.08);
  width: 40px;
  margin: 0 auto 22px;
}
.pp-earn-body {
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
  text-wrap: pretty;
  margin-top:0 !important;
}
@media (max-width: 880px) {
  .pp-earn-grid { grid-template-columns: 1fr; gap: 16px; }
  .pp-earn-num { font-size: 72px; }
}

/* WPBakery 3-column row containing .pp-earn-card: equal-height columns + gap */
.wpb_row.vc_row:has(.pp-earn-card) {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 22px;
}
.pp-promote-row{
	display:flex;
	align-items:center;
}
.wpb_row.vc_row:has(.pp-earn-card) > .wpb_column {
  flex: 1 1 0;
  width: auto;
  max-width: none;
  padding: 0;
  display: flex;
	height:auto !important;
}
.wpb_row.vc_row:has(.pp-earn-card) > .wpb_column > div {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wpb_row.vc_row:has(.pp-earn-card) .mk-text-block.pp-earn-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wpb_row.vc_row:has(.pp-earn-card) .mk-text-block.pp-earn-card .pp-earn-body {
  margin-top: auto;
}
@media (max-width: 880px) {
  .wpb_row.vc_row:has(.pp-earn-card) {
    flex-direction: column;
    gap: 16px;
  }
  .wpb_row.vc_row:has(.pp-earn-card) > .wpb_column { flex: 0 0 100%; }
}

/* ---------- How It Works — 4-step timeline ---------- */
.pp-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.pp-steps::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(232,119,34,0.45) 12%, rgba(232,119,34,0.45) 88%, transparent);
  pointer-events: none;
  z-index: 0;
}
.pp-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 8px;
}
.pp-step-num {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--orange);
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.02em;
  background: var(--bg);
  display: inline-block;
  padding: 0 14px;
}
.pp-step-ico {
  width: 36px;
  height: 36px;
  color: var(--orange);
  margin: 22px auto 18px;
}
.pp-step-ico svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; display: block; }
.pp-step h3 {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  color: var(--white);
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 12px;
}
.pp-step p {
  color: var(--text);
  font-size: 14.5px;
  line-height: 1.65;
  max-width: 26ch;
  margin: 0 auto;
  text-wrap: pretty;
}
@media (max-width: 880px) {
  .pp-steps {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 360px;
  }
  .pp-steps::before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(to bottom, transparent, rgba(232,119,34,0.45) 8%, rgba(232,119,34,0.45) 92%, transparent);
  }
  .pp-step-num { font-size: 48px; padding: 0 18px; }
}

/* ---------- Why This Course Converts — 2 column w/ stat cards ---------- */
.pp-why-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.pp-why-prose .pp-eyebrow { margin-bottom: 18px; }
.pp-why-prose .pp-h2 { text-align: left; }
.pp-why-prose p {
  margin-top: 22px;
  color: var(--text);
  font-size: 16.5px;
  line-height: 1.75;
  max-width: 50ch;
}
.pp-why-prose strong { color: var(--white); font-weight: 600; }
.pp-stat-stack {
  display: grid;
  gap: 18px;
}
.pp-stat-card {
  background: #111111;
  border: 1px solid var(--orange);
  border-radius: 4px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: minmax(120px, auto) 1fr;
  gap: 24px;
  align-items: center;
  transition: background 220ms ease, box-shadow 220ms ease;
}
.pp-stat-card:hover {
  background: #131313;
  box-shadow: 0 0 0 1px rgba(232,119,34,0.55);
}
.pp-stat-num {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--orange);
  font-size: 52px;
  line-height: 0.95;
  letter-spacing: 0.01em;
}
.pp-stat-num .unit {
  color: var(--orange);
  font-size: 26px;
  letter-spacing: 0.04em;
  margin-left: 2px;
}
.pp-stat-title {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  color: var(--white);
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 4px;
}
.pp-stat-label {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.5;
}
@media (max-width: 880px) {
  .pp-why-grid { grid-template-columns: 1fr; gap: 40px; }
  .pp-stat-card { grid-template-columns: 1fr; gap: 10px; padding: 24px 24px; text-align: left; }
  .pp-stat-num { font-size: 44px; }
}

/* ---------- Toolkit — 5-item grid ---------- */
.pp-kit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.pp-kit-item {
  background: #111111;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  padding: 32px 24px;
  text-align: left;
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}
.pp-kit-item:hover {
  background: #131313;
  border-color: rgba(232,119,34,0.55);
  transform: translateY(-2px);
}
.pp-kit-ico {
  width: 30px;
  height: 30px;
  color: var(--orange);
  margin-bottom: 22px;
}
.pp-kit-ico svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; display: block; }
.pp-kit-item h3 {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  color: var(--white);
  font-size: 17px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 10px;
}
.pp-kit-item p {
  color: var(--text);
  font-size: 13.5px;
  line-height: 1.55;
}
@media (max-width: 1080px) {
  .pp-kit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .pp-kit-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
}
@media (max-width: 480px) {
  .pp-kit-grid { grid-template-columns: 1fr; }
}

/* ---------- Partner FAQ ---------- */
.pp-faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.pp-faq-item {
  border-bottom: 1px solid rgba(232,119,34,0.25);
}
.pp-faq-q {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--white);
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  padding: 26px 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  transition: color 200ms ease;
  line-height: 1.2;
}
.pp-faq-q:hover { color: var(--orange); }
.pp-faq-q::-webkit-details-marker { display: none; }
.pp-faq-q .pm {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
  color: var(--orange);
}
.pp-faq-q .pm::before,
.pp-faq-q .pm::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform 280ms ease, opacity 280ms ease;
}
.pp-faq-q .pm::before {
  top: 50%; left: 0; right: 0;
  height: 2px;
  transform: translateY(-50%);
}
.pp-faq-q .pm::after {
  left: 50%; top: 0; bottom: 0;
  width: 2px;
  transform: translateX(-50%);
}
.pp-faq-item[open] .pp-faq-q .pm::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }
.pp-faq-a {
  padding: 0 4px 28px;
  color: var(--text);
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 70ch;
  text-wrap: pretty;
}
.pp-faq-more {
  text-align: center;
  margin-top: 36px;
  color: var(--muted);
  font-size: 14px;
}
.pp-faq-more a {
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(232,119,34,0.4);
  padding-bottom: 1px;
  transition: border-color 200ms ease;
}
.pp-faq-more a:hover { border-color: var(--orange); }
@media (max-width: 880px) {
  .pp-faq-q { font-size: 19px; padding: 22px 2px; }
  .pp-faq-a { font-size: 15px; }
}

/* ---------- Final CTA ---------- */
.pp-final {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.pp-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 900px 460px at 50% 100%, rgba(232,119,34,0.16), transparent 65%),
    radial-gradient(ellipse 700px 360px at 50% 0%, rgba(232,119,34,0.08), transparent 60%);
  pointer-events: none;
  z-index: -1;
}
.pp-final h2 {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  color: var(--white);
  font-size:clamp(48px, 7vw, 60px);
  line-height: 0.95;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  text-wrap: balance;
}
.pp-final-sub {
    margin: 26px auto 0;
    color: var(--text);
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1.65;
    max-width: 500px;
    margin-bottom: 30px;
}


/* ---------- Partner Program: Application form ---------- */
.pp-form { max-width: 880px; margin: 0 auto; }
.pp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 24px;
  margin-bottom: 32px;
}
.pp-field { display: flex; flex-direction: column; text-align:left;}
.pp-field-wide { grid-column: 1 / -1; }

.pp-field label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
}
.pp-field label .req { color: var(--orange); margin-left: 4px; }
.pp-field label .opt {
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 11.5px;
  margin-left: 6px;
}

.pp-form .wpcf7-form-control-wrap { display: block; width: auto; }

.pp-form input[type="text"],
.pp-form input[type="email"],
.pp-form input[type="tel"],
.pp-form input[type="url"],
.pp-form select,
.pp-form textarea {
  width: 100% !important;
  background-color: rgba(255,255,255,0.04) !important;
  color: var(--white) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 4px !important;
  padding: 14px 16px !important;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  transition: border-color 0.2s ease, background 0.2s ease;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box;
}
.pp-form {
    max-width: 820px;
    margin: 0 auto;
    background: #111111;
    border: 1px solid var(--orange);
    border-radius: 4px;
    padding: 44px 44px 40px;
}
.pp-form input::placeholder,
.pp-form textarea::placeholder { color: rgba(216,214,210,0.45); }

.pp-form input:focus,
.pp-form select:focus,
.pp-form textarea:focus {
  border-color: var(--orange) !important;
  background-color: rgba(255,255,255,0.06) !important;
}

.pp-form select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E87722' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 14px !important;
  padding-right: 44px !important;
  cursor: pointer;
}
.pp-form select option { background: #1a1a1a; color: var(--white); }
.pp-form textarea { min-height: 100px; resize: vertical; }

.pp-form .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 6px;
  display: block;
}
.pp-form .wpcf7-spinner { display: inline-block; margin-left: 12px; }

.pp-form-submit {
  text-align: center;
  margin-top: 8px;
}
.pp-form-micro {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.02em;
}

/* Thanks block — hidden until CF7 form has .sent class */
.pp-form-thanks {
  display: none;
  text-align: center;
  padding: 56px 32px;
  background: rgba(232,119,34,0.04);
  border: 1px solid rgba(232,119,34,0.25);
  border-radius: 8px;
}
.wpcf7-form.sent .pp-form-grid,
.wpcf7-form.sent .pp-form-submit { display: none; }
.wpcf7-form.sent .pp-form-thanks { display: block; }
.wpcf7-form.sent .wpcf7-response-output { display: none; }

.pp-form-thanks-icon {
  width: 56px;
  height: 56px;
  color: var(--orange);
  margin: 0 auto 18px;
}
.pp-form-thanks-icon svg { width: 100%; height: 100%; display: block; }
.pp-form-thanks h3 {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  color: var(--white);
  font-size: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pp-form-thanks p {
  color: var(--text);
  font-size: 15.5px;
  line-height: 1.6;
  max-width: 480px;
  margin: 0 auto;
}

/* CF7 response output styling — only show for error states */
.pp-form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  border: 1px solid rgba(255,107,107,0.3);
  background: rgba(255,107,107,0.06);
  color: #ff6b6b;
}
.wpcf7-form:not(.invalid):not(.unaccepted):not(.failed) .pp-form .wpcf7-response-output { display: none; }

@media (max-width: 640px) {
  .pp-form-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ---------- Passwordless login ([acm_passwordless_login]) ---------- */
.acm-pl {
  display: flex;
  justify-content: center;
  padding: 64px 16px;
}
.acm-pl-card {
  width: 100%;
  max-width: 440px;
  background: #111111;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 44px 40px;
  text-align: center;
}
.acm-pl-title {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  color: var(--white);
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.acm-pl-sub {
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 28px;
  text-wrap: pretty;
}
.acm-pl-form { text-align: left; }
.acm-pl-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
}
.acm-pl-input {
  width: 100%;
  background: rgba(255,255,255,0.04);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 4px;
  padding: 15px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.acm-pl-input::placeholder { color: rgba(216,214,210,0.4); }
.acm-pl-input:focus {
  border-color: var(--orange);
  background: rgba(255,255,255,0.06);
}
.acm-pl-code-input {
  text-align: center;
  font-family: 'Courier New', monospace;
  font-size: 28px;
  letter-spacing: 14px;
  padding-left: 24px;
}
.acm-pl-check {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 18px 0 6px;
  color: var(--text-soft);
  font-size: 13.5px;
  cursor: pointer;
}
.acm-pl-check input { accent-color: var(--orange); width: 15px; height: 15px; }
.acm-pl-btn {
  display: block;
  width: 100%;
  margin-top: 22px;
  padding: 16px 24px;
  background: var(--orange);
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: 17px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: 0 6px 28px rgba(232,119,34,0.2), inset 0 1px 0 rgba(255,255,255,0.15);
}
.acm-pl-btn:hover, .acm-pl-btn:focus {
  background: #f08230;
  transform: translateY(-1px);
}
.acm-pl-msg {
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 13.5px;
  line-height: 1.5;
  margin-bottom: 22px;
  text-align: left;
}
.acm-pl-msg-error {
  background: rgba(255,107,107,0.08);
  border: 1px solid rgba(255,107,107,0.3);
  color: #ff8a8a;
}
.acm-pl-foot {
  margin: 24px 0 0;
  font-size: 13.5px;
  color: var(--text-soft);
}
.acm-pl-foot-muted { color: var(--muted); font-size: 12.5px; line-height: 1.55; }
.acm-pl-foot a {
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(232,119,34,0.4);
  padding-bottom: 1px;
  transition: border-color 0.2s ease;
}
.acm-pl-foot a:hover { border-color: var(--orange); }

@media (max-width: 540px) {
  .acm-pl-card { padding: 32px 24px; }
  .acm-pl-code-input { font-size: 24px; letter-spacing: 10px; padding-left: 18px; }
  .twoup-copy.bt {
    padding: 30px;
    padding-top: 0;
}
.st-guess-col{
  min-height:350px;
}

.twoup-grid {
    display: block;
}
.cur-num{
  font-size:20px;
}
.final-cta .wpb_row {
    display: block;
    align-items: stretch;
}
.col-with-img{
  min-height: 400px;
}
.twoup-copy.bt.ab.is-open {
    max-height: initial;
}
.is-faq-page #theme-page .container, .is-faq-page #theme-page .mk-grid {
    max-width: 100%;
    width: 100% ! IMPORTANT;
    margin: 0;
}
.mk-grid {
    max-width: 1140px;
    margin: 0;
}
    .mk-grid {
        max-width: 1140px;
        margin: 0;
        display: block;
        padding: 0px 30px;
    }
        .tc-hero {
        margin-bottom: 0px;
        padding-bottom: 30px;
    }
}

/* ============================================================
   PARTNER PROGRAM — privacy-policy consent modal
   ============================================================ */
.amc-pp-modal { position: fixed; inset: 0; z-index: 100000; display: none; }
.amc-pp-modal.is-open { display: block; }
body.amc-pp-modal-open { overflow: hidden; }

.amc-pp-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(2px);
}
.amc-pp-modal-box {
  position: relative;
  max-width: 520px;
  width: calc(100% - 40px);
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #111111;
  border: 1px solid var(--orange);
  border-radius: 6px;
  padding: 40px 36px 32px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
}
.amc-pp-modal-title {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  color: var(--white);
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.amc-pp-modal-text { color: var(--text); font-size: 15px; line-height: 1.7; margin: 0 0 26px; }
.amc-pp-modal-text a {
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 119, 34, 0.45);
}
.amc-pp-modal-text a:hover { border-bottom-color: var(--orange); }

.amc-pp-modal-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.amc-pp-btn {
  flex: 1 1 auto;
  min-width: 150px;
  padding: 14px 22px;
  border-radius: 4px;
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.amc-pp-agree {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 6px 24px rgba(232, 119, 34, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.amc-pp-agree:hover { background: #f08230; transform: translateY(-1px); }
.amc-pp-decline {
  background: transparent;
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.22);
}
.amc-pp-decline:hover { border-color: var(--white); color: var(--white); }

.amc-pp-msg { margin-top: 18px; padding: 13px 16px; border-radius: 4px; font-size: 14px; line-height: 1.55; }
.amc-pp-msg:empty { display: none; }
.amc-pp-msg.is-error {
  background: rgba(255, 107, 107, 0.08);
  border: 1px solid rgba(255, 107, 107, 0.32);
  color: #ff8a8a;
}
.amc-pp-msg.is-ok {
  background: rgba(57, 255, 20, 0.07);
  border: 1px solid rgba(57, 255, 20, 0.3);
  color: var(--green);
}

@media (max-width: 480px) {
  .amc-pp-modal-box { padding: 32px 22px 26px; }
  .amc-pp-btn { flex: 1 1 100%; }
}

/* ============================================================
   GET READY — "Read More" inline expand
   ------------------------------------------------------------
   Required markup (one Text Block in the builder):
     <div class="get-ready">
       <div class="get-ready-copy">
         Visible teaser copy…<span class="get-ready-txt"> …the
         rest of the same paragraph, hidden until expanded.</span>
       </div>
       <button class="read-more-get-ready" type="button"
               aria-expanded="false"><span>Read More</span></button>
     </div>
   The copy is ONE continuous flow shown as a 2-column teaser.
   On expand it becomes a single full-width column and the rest
   continues from the exact cut-off point (not a box below, and
   not cramped in a narrow column).
   ============================================================ */
.get-ready-copy {
  column-count: 2;
  column-gap: 44px;
}
.get-ready-txt { display: none; }

.get-ready.is-open .get-ready-copy { column-count: 1; }
.get-ready.is-open .get-ready-txt,
.get-ready-txt.is-open { display: inline; }

@media (max-width: 720px) {
  /* Single column on small screens regardless of state. */
  .get-ready-copy { column-count: 1; }
}

/* ============================================================
   MEET YOUR INSTRUCTOR — photo floats so the intro wraps beside
   it, then the expanded copy continues FULL-WIDTH below it
   (one text flow, no separate columns). Wrapper uses
   .get-ready (so the existing Read More JS toggles it).
   ============================================================ */
.mentor-photo {
  float: right;
  width: 46%;
  max-width: 520px;
  margin: 6px 0 26px 38px;
  border-radius: 6px;
  display: block;
}
.mentor-photo-right{
	float:left;
	margin: 6px 38px 26px 0px;
}
.get-ready.mentor::after { content: ""; display: block; clear: both; }

/* Multi-paragraph reveal here = block (the generic one is inline
   for mid-sentence continuation). */
.get-ready.mentor .get-ready-txt { display: none; }
.get-ready.mentor.is-open .get-ready-txt { display: block; }

.get-ready.mentor .mentor-byline { margin-top: 22px; }

@media (max-width: 768px) {
  .mentor-photo { float: none; width: 100%; max-width: none; margin: 0 0 22px; }
}

/* ============================================================
   PARTNER APPLICATION — eligibility / T&C card + accept box
   (replaces the old consent pop-up). Sits just above Submit.
   ============================================================ */
.pp-elig { margin: 6px 0 24px; }
.pp-elig-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  overflow: hidden;
}
.pp-elig-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
}
.pp-elig-ico { width: 18px; height: 18px; color: var(--orange); flex: 0 0 auto; }
.pp-elig-ico svg { width: 100%; height: 100%; display: block; }
.pp-elig-title {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--white);
  font-size: 14px;
}
.pp-elig-body {
  max-height: 240px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 22px;
  color: var(--text);
  font-size: 13.5px;
  line-height: 1.75;
  text-align: left;
}
.pp-elig-body:focus { outline: 2px solid var(--orange); outline-offset: -2px; }
.pp-elig-body::-webkit-scrollbar { width: 9px; }
.pp-elig-body::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.20); border-radius: 5px; }
.pp-elig-body strong { color: var(--white); }
.pp-elig-body h4 {
  color: var(--white);
    margin: 16px 0 6px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--white);
    font-size: 13px;
}
.pp-elig-body h4:first-child { margin-top: 0; }
.pp-elig-body p { margin: 0 0 12px; }
.pp-elig-body p:last-child { margin-bottom: 0; }

.pp-elig-accept {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 16px 22px;
  border-top: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.015);
  color: var(--white);
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}
.pp-elig-accept .wpcf7-list-item { margin: 0; }
.pp-elig-accept input[type="checkbox"] {
  width: 19px; height: 19px; margin-top: 1px;
  accent-color: var(--orange); flex: 0 0 auto; cursor: pointer;
}
.pp-elig-card:has(.wpcf7-not-valid) { border-color: rgba(255,107,107,0.5); }
.pp-elig .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  color: #ff8a8a;
  font-size: 13px;
}

/* Make the application submit button full-width like the reference. */
.pp-form-submit .pp-btn-primary,
.pp-form-submit input.pp-btn-primary {
  width: 100%;
  justify-content: center;
}

/* ============================================================
   SITE-WIDE CTA / FORM SUBMIT BUTTON STYLE
   Unified gradient button for every primary CTA and form submit.
   !important is required to override Jupiter / WPBakery / the
   existing per-component button styles.
   ============================================================ */
.cta,

.wpcf7-submit, .pp-btn-primary,
input.wpcf7-submit,
.wpcf7-form input[type="submit"]{
  margin: 10px !important;
  padding: 15px 30px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: 0.5s !important;
  background-size: 200% auto !important;
  color: #fff !important;
  border-radius: 10px !important;
  display: block !important;
  border: 0 !important;
  font-weight: 700 !important;
  box-shadow: 0px 0px 14px -7px #f09819 !important;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%) !important;
  background-color: transparent !important;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none !important;
      line-height: 34px !important;
          font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
}

/* Animate the gradient across on hover/focus (the 200% + transition
   in the spec is designed for this). */
.cta:hover, .cta:focus,
.pp-btn-primary:hover, .pp-btn-primary:focus,
.wpcf7-submit:hover, .wpcf7-submit:focus,
.ma-btn:hover, .ma-btn:focus,
.acm-pl-btn:hover, .acm-pl-btn:focus,
.ph-card-cta:hover, .ph-card-cta:focus,
.ma-download-btn:hover, .ma-download-btn:focus,
.test-loadmore:hover, .test-loadmore:focus,
.faq-pointer-cta:hover, .faq-pointer-cta:focus,
.login-btn:hover, .login-btn:focus,
.acm-logout-btn:hover, .acm-logout-btn:focus,
.amc-co-btn:hover, .amc-co-btn:focus,
.amc-pp-btn:hover, .amc-pp-btn:focus {
  background-position: right center !important;
  color: #fff !important;
}

/* ============================================================
   LOGIN — Twine-style two-panel box (form + sign-up / partner)
   Also fixes the previous left-aligned / cut-off layout: the
   whole box is now centred with a max-width and wraps cleanly.
   ============================================================ */
.acm-pl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  max-width: 940px;
  margin: 0 auto;
  padding: 56px 16px;
  box-sizing: border-box;
}
.acm-pl-card {
  flex: 1 1 420px;
  max-width: 480px;
  box-sizing: border-box;
}
.acm-pl:has(.acm-pl-aside) .acm-pl-card { border-radius: 8px 0 0 8px; }

.acm-pl-aside {
  flex: 1 1 360px;
  max-width: 420px;
  box-sizing: border-box;
  background: linear-gradient(165deg, rgba(232,119,34,0.14), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 0;
  border-radius: 0 8px 8px 0;
  padding: 46px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 34px;
  text-align: left;
}
.acm-pl-aside-block h2 {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-weight: 400;
  color: var(--white);
  font-size: clamp(20px, 2.6vw, 26px);
  letter-spacing: 0.02em;
  margin: 0 0 8px;
}
.acm-pl-aside-block p {
  color: var(--text);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 16px;
}
.acm-pl-aside-btn {
  display: inline-block;
  align-self: flex-start;
  padding: 12px 22px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 6px;
  color: var(--white);
  text-decoration: none;
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 14px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.acm-pl-aside-btn:hover,
.acm-pl-aside-btn:focus {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

@media (max-width: 820px) {
  .acm-pl-card, .acm-pl-aside { flex: 1 1 100%; max-width: 480px; }
  .acm-pl:has(.acm-pl-aside) .acm-pl-card { border-radius: 8px 8px 0 0; }
  .acm-pl-aside {
    border-radius: 0 0 8px 8px;
    border-left: 1px solid rgba(255,255,255,0.08);
    border-top: 0;
  }
}

/* ============================================================
   LAUNCH PRICE — [acm_price]
   ============================================================ */

.acm-price { text-align: left; }
.acm-price-label {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--orange);
  font-size: 13px;
  margin-bottom: 8px;
}
.acm-price-row {
  display: flex;
  align-items: baseline;
  justify-content: left;
  flex-wrap: wrap;
  gap: 12px 16px;
}
.hero-cta .acm-price-row, .hero-cta .acm-price {
  justify-content: center;
  text-align: center;

}
.acm-price-was {
  position: relative;
  color: var(--text-soft);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-color: rgba(255,107,107,0.7);
  text-decoration-thickness: 2px;
}
.acm-price-now {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  color: var(--white);
  font-size: clamp(44px, 7vw, 72px);
  line-height: 1;
  letter-spacing: 0.01em;
}
.acm-price-badge {
  align-self: center;
  background: var(--orange);
  color: #fff;
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(232,119,34,0.28);
}
.acm-price-note {
  margin-top: 10px;
  color: var(--text-soft);
  font-size: 13.5px;
  letter-spacing: 0.02em;
}

/* ============================================================
   DEDICATED SIGN-UP PAGE — [acm_signup]
   Reuses the login two-panel (.acm-pl) + partner T&C card
   (.pp-elig). These only adjust alignment + states.
   ============================================================ */
.acm-signup .acm-pl-form,
.acm-signup .pp-elig,
.acm-signup .pp-elig-body,
.acm-signup .pp-elig-accept { text-align: left; }

.acm-signup .pp-elig { margin-bottom: 0; }

.pp-elig-card.is-invalid { border-color: rgba(255,107,107,0.55); }

.acm-pl-msg-ok {
  background: rgba(57,255,20,0.07);
  border: 1px solid rgba(57,255,20,0.3);
  color: var(--green);
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 13.5px;
  line-height: 1.5;
  text-align: left;
}
