/* ============================================================
   AISE COHORT 3 LP — STRUCTURAL STYLES
   Theme variables come from aise-lp-light.css (loaded first).
   ============================================================ */

/* All element-level rules are scoped under .aise-lp (the content wrapper in
   aise-cohort3-waitlist.blade.php) so they don't bleed into the site navbar/footer. */
.aise-lp, .aise-lp * { box-sizing: border-box; margin: 0; padding: 0 }
.aise-lp p { margin-bottom: 0 } /* main.min.css class-scoped p margins can still outrank .aise-lp * */
html { scroll-behavior: smooth }
.aise-lp { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased }
.aise-lp img, .aise-lp svg { display: block; max-width: 100% }
.aise-lp a { color: var(--blue); text-decoration: none }
.wrap { max-width: 960px; margin: 0 auto; padding: 0 20px }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--blue) }
.aise-lp .btn { font-family: var(--font); font-weight: 700; font-size: 16px; padding: 0 22px; height: 48px; border-radius: var(--radius-btn); border: 1px solid transparent; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: all .15s ease-out; text-decoration: none }
.aise-lp .btn-primary { background: var(--blue); color: #fff }
.aise-lp .btn-primary:hover { background: var(--blue-hover) }
/* !important needed: main.min.css sets background-color:#2372f5!important on .btn-primary:disabled */
.aise-lp .btn-primary:disabled, .aise-lp .btn-primary[aria-disabled="true"] { background: var(--blue-hover) !important; border-color: transparent; color: #fff; opacity: 1; cursor: default; pointer-events: none }
.aise-lp .btn-ghost { background: transparent; color: var(--text-sec); border-color: var(--border) }
.aise-lp .btn-ghost:hover { border-color: var(--navy); color: var(--navy) }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 700; background: var(--blue-light); color: #1D4ED8 }

/* Hero */
.hero { position: relative; overflow: hidden; background: #fff; padding: 52px 0 40px }
.hero::after { content: ""; position: absolute; left: 50%; top: -40px; transform: translateX(-50%); width: 120%; height: 360px; background: radial-gradient(60% 60% at 50% 0%, rgba(59, 130, 246, .12), transparent 70%); pointer-events: none }
.hero .inner { position: relative; text-align: center; max-width: 700px; margin: 0 auto }
.hero h1 { font-size: clamp(30px, 7vw, 50px); font-weight: 800; line-height: 1.08; letter-spacing: -1.2px; margin: 16px 0 0 }
.hero h1 .b { color: var(--blue) }
.hero .lead { font-size: 18px; font-weight: 400; color: var(--text-sec); margin: 14px auto 0; max-width: 40rem } /* main.min.css .lead sets font-weight:300 */
.hero .lead b { color: var(--text); font-weight: 700 }
.hero .lead .stat { color: var(--blue); font-weight: 800 }

/* Founder video */
.video { position: relative; margin: 26px auto 0; max-width: 640px; aspect-ratio: 16/9; border-radius: var(--radius-card); border: 1px solid var(--border); background: var(--navy); overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center }
.video::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 70% at 50% 30%, rgba(59, 130, 246, .28), transparent 70%) }
.video .play-lg { position: relative; width: 64px; height: 64px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md) }
.video .play-lg::after { content: ""; border-left: 20px solid var(--blue); border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 5px }
.video .cap { position: absolute; left: 0; right: 0; bottom: 14px; color: #F8FAFC; font-size: 13px; font-weight: 600; padding: 0 16px }
.video .ph { position: absolute; top: 12px; left: 12px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--lime); background: rgba(24, 24, 48, .6); padding: 4px 8px; border-radius: 6px }

/* Waitlist form */
.signup { margin: 24px auto 0; max-width: 640px }
.signup form { display: grid; gap: 10px; grid-template-columns: 1fr; text-align: left }
@media(min-width:600px) { .signup form { grid-template-columns: 1fr 1fr auto } }
.signup input { height: 48px; padding: 0 10px; border: 1px solid var(--border); border-radius: var(--radius-btn); font-family: var(--font); font-size: 16px; color: var(--text); background: #fff; width: 100% }
.signup input::placeholder { font-size: 11px }
.signup .input-group { display: flex; align-items: stretch; width: 100% }
.signup .input-group > .custom-country-code-dropdown ~ input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-left: 5px !important;
}
.signup .custom-country-code-dropdown .country-code-toggle {
    height: 48px !important;
    border: 1px solid var(--border) !important;
    border-right: 0 !important;
    border-top-left-radius: var(--radius-btn) !important;
    border-bottom-left-radius: var(--radius-btn) !important;
    font-size: 14px !important;
    background-color: #fff !important;
    color: var(--text) !important;
    padding: 0 12px !important;
}
.signup .custom-country-code-dropdown .country-code-search {
    font-size: 12px !important;
    height: 32px !important;
}
.signup .custom-country-code-dropdown .country-code-item {
    font-size: 12px !important;
}
.signup input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-glow) }
.signup .btn { white-space: nowrap; width: 100% }
.signup .btn.wl-cta-inline { width: auto; padding: 12px 28px }
.microtrust { font-size: 13px; color: var(--muted); margin-top: 12px; text-align: center }
.wl-error { display: none; margin-top: 10px; font-size: 13px; font-weight: 600; color: #DC2626; text-align: center }
/* "You're on the Waitlist" status pill: replaces CTA buttons/anchors once the visitor is on the list */
.aise-wl-joined { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border: 1px solid #BDEBDA; border-radius: var(--radius-btn); background: transparent; font-weight: 700; font-size: 15px; line-height: 1.2; color: #0F7A5A; text-align: center }
.aise-wl-joined::before { content: "✓" }
.aise-wl-joined.block { display: flex; margin-bottom: 24px }
.confirm { display: none; background: #F4FCF8; border: 1px solid #BDEBDA; border-radius: var(--radius-card); padding: 20px; text-align: left }
.confirm.show { display: block }
.confirm h3 { font-size: 18px; font-weight: 800; color: #0F7A5A; margin-bottom: 6px }
.confirm p { font-size: 14px; color: var(--text-sec) }
.confirm .share { margin-top: 12px; font-size: 13px }
.confirm .script { font-family: var(--script); font-size: 1.3em; color: var(--blue) }

/* Join CTA scroll target: lands the dates row at the bottom edge of the viewport */
.join-anchor { scroll-margin-top: calc(100vh - 68px) }

/* Enrollment dates highlight */
.dates { margin: 22px auto 0; max-width: 560px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px }
@media(max-width:520px) { .dates { grid-template-columns: 1fr } }
.date-card { border: 1px solid var(--blue-light); background: var(--blue-light); border-radius: var(--radius-card); padding: 14px 18px; text-align: left }
.date-card .k { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #1D4ED8 }
.date-card .v { font-size: 17px; font-weight: 800; color: var(--navy); margin-top: 3px; letter-spacing: -.3px }

/* Credibility strip */
.cred { background: var(--navy); padding: 26px 0 }
.cred .grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px }
@media(min-width:760px) { .cred .grid { grid-template-columns: repeat(4, 1fr) } }
.cred .stat { text-align: center }
.cred .num { font-size: 28px; font-weight: 800; color: #fff; line-height: 1 }
.cred .num .hl { color: var(--lime) }
.cred .lbl { font-size: 12px; color: var(--on-dark-2); margin-top: 6px }

/* Section */
section.block { padding: 54px 0 }
section.tint { background: var(--surface) }
.sec-head { max-width: 680px; margin: 0 auto 30px; text-align: center }
.sec-head h2 { font-size: clamp(26px, 5vw, 36px); font-weight: 800; letter-spacing: -.8px; line-height: 1.14; margin-top: 8px }
.sec-head p { color: var(--text-sec); margin-top: 10px }

/* Why it works */
.why-feature { background: var(--navy); color: #fff; border-radius: var(--radius-card); padding: 28px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between }
.why-feature h3 { font-size: clamp(20px, 3.5vw, 26px); font-weight: 800; letter-spacing: -.5px; line-height: 1.2; max-width: 32rem }
.why-feature p { color: var(--on-dark-2); font-size: 14px; margin-top: 6px; max-width: 34rem }
.why-feature .live { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: #fff; background: rgba(32, 201, 151, .14); border: 1px solid rgba(32, 201, 151, .4); padding: 9px 15px; border-radius: var(--radius-pill); white-space: nowrap }
.why-feature .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(32, 201, 151, .25) }
.why-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 14px }
@media(min-width:760px) { .why-grid { grid-template-columns: repeat(3, 1fr) } }
.why-tile { border: 1px solid var(--border); border-radius: var(--radius-card); padding: 24px; background: var(--card) }
.why-tile .kw { font-size: 25px; font-weight: 800; letter-spacing: -.5px; line-height: 1.08 }
.why-tile .kw .b { color: var(--blue) }
.why-tile .lbl { font-size: 14px; color: var(--text-sec); margin-top: 8px }

/* Reviews by cohort */
.cohort-cols { display: grid; grid-template-columns: 1fr; gap: 16px }
@media(min-width:760px) { .cohort-cols { grid-template-columns: repeat(3, 1fr) } }
.col-head { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-weight: 800; font-size: 15px }
.pill-status { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 9px; border-radius: var(--radius-pill) }
.ps-done { background: #EDEBF7; color: #3F4C78 }
.ps-live { background: #D6F7EC; color: #0F7A5A }
.ps-next { background: var(--blue-light); color: #1D4ED8 }
.review { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 16px; margin-bottom: 12px }
.review .head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px }
.review .av { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; object-fit: cover }
.review .av.letter { background: var(--blue-light); color: var(--blue); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px }
.review .nm { font-size: 13px; font-weight: 700; color: var(--text); line-height: 1.25 }
.review .rl { font-size: 11px; color: var(--muted); line-height: 1.3; margin-top: 1px }
.review .q { font-size: 14px; color: var(--text); line-height: 1.55; max-height: 88px; overflow: hidden; position: relative; transition: max-height .25s ease-out }
.review .q.open { max-height: 1000px }
.review .q::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 34px; background: linear-gradient(rgba(255, 255, 255, 0), var(--card)) }
.review .q.open::after { display: none }
.review .foot { display: flex; align-items: center; justify-content: space-between; margin-top: 10px }
.review .more { display: inline-block; background: none; border: 0; padding: 0; font-family: var(--font); font-size: 12px; font-weight: 700; color: var(--blue); cursor: pointer }
.review .btag { font-size: 11px; font-weight: 700; color: var(--muted) }
.review .who { margin-top: 10px; font-size: 12px; color: var(--text-sec); font-weight: 700 }
.review .who span { color: var(--muted); font-weight: 500 }
.review .stars { color: #F5A623; font-size: 12px; letter-spacing: 1px; margin-bottom: 8px }
.next-card { background: var(--blue-light); border: 1px solid #CFE0FB; border-radius: 14px; padding: 20px; display: flex; flex-direction: column; gap: 12px }
.next-card p { font-size: 14px; color: #1D4ED8 }
.next-card .btn { width: 100% }
.verified { text-align: center; margin-top: 18px; font-size: 13px }

/* Weekend proof marquee */
.proof { overflow: hidden; position: relative }
.proof .track { display: flex; gap: 12px; width: max-content; animation: scroll 44s linear infinite }
.proof:hover .track { animation-play-state: paused }
@keyframes scroll { from { transform: translateX(0) } to { transform: translateX(-50%) } }
.chip { flex: 0 0 auto; width: 280px; background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 14px 16px }
.chip .q { font-size: 13px; color: var(--text); line-height: 1.45 }
.chip .who { font-size: 11px; color: var(--muted); font-weight: 700; margin-top: 8px }

/* Instructors */
.founders { display: grid; grid-template-columns: 1fr; gap: 14px }
@media(min-width:760px) { .founders { grid-template-columns: repeat(3, 1fr) } }
.founder { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-card); padding: 22px }
.founder .f-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 12px }
.founder .av { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; display: block }
.founder .li { width: 44px; height: 44px; border-radius: 10px; background: #fff; border: 2px solid #0A66C2; display: flex; align-items: center; justify-content: center; flex-shrink: 0 }
.founder .li svg { width: 26px; height: 26px }
.founder .nm { font-weight: 800; font-size: 16px }
.founder .rl { font-size: 13px; color: var(--text-sec); margin-top: 4px }

/* Promise / comparison */
.cmp-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius-card) }
.cmp { width: 100%; min-width: 520px; border-collapse: collapse; background: var(--card); font-size: 14px }
.cmp th, .cmp td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top }
.cmp thead th { background: var(--surface); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--text-sec); font-weight: 700 }
.cmp thead th.us { color: var(--blue) }
.cmp td.feat { font-weight: 700; color: var(--text); width: 32% }
.cmp td.them { color: var(--text-sec); width: 34% }
.cmp td.us { color: var(--text); font-weight: 600 }
.cmp tr:last-child td { border-bottom: 0 }
.promise-banner { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; justify-content: center; background: #D6F7EC; color: #0F7A5A; border-radius: 12px; padding: 14px 18px; margin-top: 16px; font-weight: 700; font-size: 14px; text-align: center }

/* Final */
.final { text-align: center; max-width: 640px; margin: 0 auto }
.final h2 { font-size: clamp(26px, 5vw, 36px); font-weight: 800; letter-spacing: -.8px; line-height: 1.12 }
.final .lead { margin: 14px auto 0; max-width: 36rem; color: var(--text-sec); font-size: 18px; font-weight: 400 }
.final .signup { margin-top: 20px }
.emi { font-size: 13px; color: var(--muted); margin-top: 14px }

/* Sticky CTA: all screens, slides in once the hero scrolls away*/
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; border-top: 1px solid var(--border); padding: 10px 16px; display: flex; justify-content: center; transform: translateY(120%); opacity: 0; pointer-events: none; transition: transform .35s cubic-bezier(.16,.84,.44,1), opacity .25s ease }
.sticky-cta.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto }
.sticky-cta .btn { width: 100%; max-width: fit-content }
