/* ========================================================================
   LUKAS TEISSL ACADEMY · VISUAL SYSTEM 2.0
   Loaded after app.css and intentionally overrides the legacy theme.
   ======================================================================== */
:root{
  --v2-ink:#0c1b2d;
  --v2-ink-soft:#3f5165;
  --v2-muted:#6f7f8f;
  --v2-navy:#071321;
  --v2-navy-2:#0a2136;
  --v2-navy-3:#0e3047;
  --v2-green:#18c878;
  --v2-green-2:#0e9d5e;
  --v2-green-soft:#eaf9f1;
  --v2-gold:#d8b96f;
  --v2-gold-soft:#fff7e4;
  --v2-blue-soft:#edf5fa;
  --v2-surface:#ffffff;
  --v2-surface-2:#f5f8fa;
  --v2-surface-3:#edf3f6;
  --v2-line:#dce5eb;
  --v2-line-dark:rgba(255,255,255,.1);
  --v2-danger:#c73b4d;
  --v2-shadow-xs:0 6px 18px rgba(6,24,38,.05);
  --v2-shadow-sm:0 14px 36px rgba(6,24,38,.08);
  --v2-shadow:0 26px 64px rgba(6,24,38,.12);
  --v2-shadow-dark:0 28px 70px rgba(0,0,0,.28);
  --v2-radius-xs:12px;
  --v2-radius-sm:16px;
  --v2-radius:24px;
  --v2-radius-lg:32px;
  --v2-shell:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden;background:#fff}
body{overflow-x:hidden;background:#fff;color:var(--v2-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;letter-spacing:-.005em}
body::selection{background:rgba(24,200,120,.2);color:var(--v2-ink)}
img,svg,video,iframe{max-width:100%}
main{min-width:0}
.shell{width:min(var(--v2-shell),calc(100% - 44px));margin-inline:auto;min-width:0}
.narrow{width:min(860px,100%)}

h1,h2,h3,h4{color:var(--v2-ink);text-wrap:balance;overflow-wrap:normal;hyphens:auto}
h1{font-size:clamp(2.15rem,4.2vw,4.15rem);line-height:1.025;letter-spacing:-.052em;margin:0 0 18px}
h2{font-size:clamp(1.75rem,3vw,2.8rem);line-height:1.08;letter-spacing:-.042em;margin:0 0 14px}
h3{font-size:clamp(1.08rem,1.6vw,1.4rem);line-height:1.18;letter-spacing:-.025em}
p{margin-top:0}
a{transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}

.section{padding:76px 0}
.section-tinted{background:linear-gradient(180deg,#f7fafb,#f1f6f8)}
.section-heading{max-width:760px;margin-bottom:34px}
.section-heading h2{font-size:clamp(1.8rem,3vw,2.75rem);margin:10px 0 12px}
.section-heading p{font-size:1rem;line-height:1.75;color:var(--v2-muted)}
.section-heading.centered{max-width:820px}
.split-heading{gap:54px;align-items:center}
.eyebrow{font-size:.69rem;letter-spacing:.17em;font-weight:900}
.eyebrow>span{width:22px}
.eyebrow.dark{color:#08784a}
.small-note{font-size:.79rem;line-height:1.55;color:var(--v2-muted)}

.button{min-height:46px;padding:12px 19px;border-radius:13px;font-size:.89rem;font-weight:850;letter-spacing:-.01em;box-shadow:none}
.button:hover{transform:translateY(-1px)}
.button-primary{background:linear-gradient(135deg,#1dd382,#0ca963);color:#03190e;box-shadow:0 12px 28px rgba(24,200,120,.22)}
.button-primary:hover{box-shadow:0 17px 34px rgba(24,200,120,.29)}
.button-light{background:#fff;color:var(--v2-navy);border:1px solid rgba(255,255,255,.2)}
.button-light-outline{background:#fff;border-color:#cfdce5;color:var(--v2-ink)}
.button-light-outline:hover{border-color:#9fb8c8;background:#fbfdfe}
.button-ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);color:#fff}
.button-gold{background:linear-gradient(135deg,#f4dc9f,#d6b667);box-shadow:0 12px 28px rgba(214,182,103,.2)}
.button-danger{background:var(--v2-danger);color:#fff}
.button-danger-ghost{border:1px solid #efb9c0;background:#fff3f4;color:#a22e3d}
.button-success-soft{background:#e8f8ef;color:#08784a;border:1px solid #bae6ce}
.button-warning-soft{background:#fff5dc;color:#805f17;border:1px solid #ead18e}
.button-small{min-height:38px;padding:9px 13px;font-size:.78rem}
.text-link{font-size:.86rem;font-weight:850;color:#08784a}

/* Header and navigation */
.site-header{height:68px;background:rgba(6,16,27,.94);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 4px 20px rgba(2,9,16,.16);transition:background .2s ease,box-shadow .2s ease}
.site-header.is-scrolled{background:rgba(5,14,24,.98);box-shadow:0 10px 30px rgba(2,9,16,.24)}
.header-inner{gap:22px}
.brand-premium{min-width:0}
.site-header .lt-lockup__mark{width:34px!important;height:34px!important}
.site-header .lt-lockup__words strong{font-size:.76rem;letter-spacing:.085em}
.site-header .lt-lockup__words small{font-size:.33rem;letter-spacing:.2em}
.brand-academy{font-size:.54rem;letter-spacing:.14em;max-width:78px}
.primary-nav{gap:20px;font-size:.84rem}
.primary-nav>a:not(.button){padding:8px 0}
.primary-nav>a.active:after{bottom:-9px}
.primary-nav .button{min-height:38px;padding:9px 14px}
.avatar-link{gap:7px}
.avatar{width:32px;height:32px;font-size:.75rem}
.nav-toggle{border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}

/* Hero and public presentation */
.hero-academy,.course-hero,.page-hero{position:relative;overflow:hidden;background:
radial-gradient(circle at 82% 8%,rgba(24,200,120,.17),transparent 32%),
linear-gradient(135deg,#06101d 0%,#0a2137 58%,#0a3547 100%);color:#fff}
.hero-academy h1,.course-hero h1,.page-hero h1{color:#fff}
.hero-copy p,.page-hero p,.course-hero p{color:#bfcedb}
.hero-refined-grid{padding:58px 0 48px;gap:48px}
.hero-copy h1{font-size:clamp(2.45rem,4.4vw,4.25rem);line-height:1.015;margin:14px 0 18px;max-width:780px}
.hero-copy>p{max-width:690px;font-size:1.04rem;line-height:1.72}
.hero-actions{margin:27px 0 24px}
.hero-trust-pills span{padding:9px 13px;font-size:.72rem}
.hero-dashboard-card{border-radius:28px;box-shadow:var(--v2-shadow-dark)}
.hero-mini-card{border-radius:18px;padding:15px}
.hero-mini-card strong{font-size:.95rem}
.hero-mini-card p{font-size:.78rem}
.trust-strip-refined,.trust-strip{background:#f7fafb;color:#526475;border-bottom:1px solid #e4ebef}
.trust-strip-inner{min-height:58px;font-size:.78rem;font-weight:760;letter-spacing:.03em}
.trust-strip i{background:#c5d2da}
.page-hero{padding:74px 0 58px}
.compact-hero h1,.minimal-hero h1{font-size:clamp(2rem,3.5vw,3.25rem);max-width:860px;margin:10px 0 14px}
.course-hero{padding:64px 0}
.course-hero-grid{gap:46px}
.course-hero h1{font-size:clamp(2.2rem,3.8vw,3.55rem);margin:10px 0 12px}
.course-hero p:not(.hero-lead){font-size:.96rem;line-height:1.72}
.course-facts{gap:15px;margin:22px 0}
.course-facts span{padding:10px 13px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.course-facts strong{font-size:1.08rem}

/* Cards and reusable surfaces */
.method-card,.course-card,.academy-value-card,.aside-card,.pricing-card,.manual-fulfillment-card,.resource-card,.event-card,.account-panel,.admin-panel,.member-course-card,.daily-focus,.access-overview-card,.quick-grid>a,.waitlist-card-redesigned,.book-cta-card,.webinar-invite-card{border-radius:var(--v2-radius);border:1px solid var(--v2-line);box-shadow:var(--v2-shadow-sm)}
.method-card{padding:25px 22px}
.method-card h3{margin:15px 0 7px}
.method-card p{font-size:.87rem;line-height:1.65}
.method-icon{width:44px;height:44px;border-radius:13px;font-size:.95rem}
.course-grid{gap:22px}
.course-card{border-radius:26px;box-shadow:var(--v2-shadow-sm);background:#fff}
.course-card:hover{transform:translateY(-3px);box-shadow:var(--v2-shadow)}
.course-art{background:var(--v2-navy)}
.course-card-body{padding:22px 22px 24px;gap:12px}
.course-card h3{font-size:1.55rem;line-height:1.1}
.course-card-body>p:not(.course-subtitle){font-size:.91rem;line-height:1.65;min-height:0}
.course-card-topline{gap:8px}
.course-step-pill{min-width:38px;height:38px;border-radius:12px;font-size:.78rem}
.course-card .course-badge,.course-card .course-coming{font-size:.59rem;padding:6px 8px;letter-spacing:.1em}
.course-meta span{font-size:.61rem;padding:6px 8px}
.academy-value-grid{gap:20px}
.academy-value-card{padding:19px}
.academy-value-card img{border-radius:18px}
.academy-value-card h3{font-size:1.22rem}
.academy-value-card p{font-size:.9rem}

/* Systems comparison and books */
.systems-overview-section,.systems-comparison-section{background:linear-gradient(180deg,#f6f9fb,#eef4f6)}
.systems-overview-grid,.systems-comparison-layout{gap:32px}
.systems-overview-copy h2,.systems-comparison-copy h2{font-size:clamp(1.85rem,3vw,2.75rem)}
.systems-overview-copy p,.systems-comparison-copy p{font-size:.96rem;line-height:1.72}
.comparison-course-card{grid-template-columns:220px minmax(0,1fr);gap:18px;padding:17px;border-radius:24px;box-shadow:var(--v2-shadow-sm)}
.comparison-course-card img{min-height:180px;border-radius:18px}
.comparison-course-content h3{font-size:1.35rem}
.comparison-course-content p,.comparison-points li{font-size:.88rem;line-height:1.6}
.book-cta-card{padding:24px;gap:28px;border-radius:28px;background:linear-gradient(145deg,#f8fbfc,#eef5f2)}
.book-cta-cover{max-width:270px}
.book-cta-cover img{border-radius:20px;box-shadow:0 20px 44px rgba(6,24,38,.17)}
.book-cta-copy h2{font-size:clamp(1.85rem,3vw,2.85rem);margin:10px 0 12px}
.book-cta-copy p{font-size:.95rem;line-height:1.7}
.book-cta-actions{gap:10px;margin-top:14px}

/* Pricing and webinar */
.pricing-section{background:linear-gradient(180deg,#f2f7f9,#eaf1f5)}
.simple-pricing-layout{gap:22px;max-width:1060px}
.simple-checkout-card,.manual-fulfillment-card{padding:28px;border-radius:26px}
.simple-checkout-card h2{font-size:clamp(1.6rem,2.5vw,2.1rem)}
.simple-checkout-card .pricing-amount strong{font-size:clamp(3rem,5vw,4.1rem)}
.manual-fulfillment-card h2{font-size:clamp(1.4rem,2.2vw,1.9rem)}
.fulfillment-steps{gap:10px;margin-top:18px}
.fulfillment-steps li{padding:12px;border-radius:14px}
.future-price-note{padding:17px 20px;border-radius:18px!important}
.webinar-invite-card-portfolio{padding:24px;gap:26px;border-radius:28px}
.webinar-copy h2{font-size:clamp(1.85rem,3vw,2.8rem);margin:10px 0 12px}
.webinar-copy>p{font-size:.95rem;line-height:1.72}
.webinar-facts-portfolio{gap:10px;margin:20px 0}
.webinar-facts-portfolio span{padding:15px;border-radius:17px}
.webinar-facts-portfolio strong{font-size:.9rem}
.webinar-facts-portfolio small{font-size:.78rem}
.webinar-figure-readable{min-height:450px;border-radius:24px}
.webinar-figure-readable figcaption{left:17px;right:17px;bottom:17px;padding:17px;border-radius:18px}
.webinar-figure-readable figcaption strong{font-size:1.08rem}
.webinar-figure-readable figcaption span{font-size:.85rem}
.product-ladder{gap:16px}
.product-ladder>article{padding:21px 18px 18px;min-height:250px;border-radius:20px}
.product-ladder>article h3{font-size:1.05rem}
.product-ladder>article p{font-size:.75rem}
.product-ladder>article.active{transform:none}

/* Curriculum and waitlist */
.content-sidebar-layout{grid-template-columns:minmax(0,1fr) 320px;gap:42px}
.content-main h2{font-size:clamp(1.65rem,2.5vw,2.15rem)}
.curriculum-public{gap:25px}
.curriculum-public section>h3{font-size:1.15rem;margin-bottom:10px}
.curriculum-list{border-radius:18px}
.curriculum-row{grid-template-columns:42px minmax(0,1fr) auto;gap:13px;padding:15px}
.curriculum-row>span{width:38px;height:38px;border-radius:11px}
.curriculum-row strong{font-size:.91rem}
.curriculum-row small{font-size:.72rem;line-height:1.5}
.curriculum-row i{font-size:.68rem}
.aside-card{padding:22px;border-radius:20px}
.waitlist-card-redesigned{padding:24px;gap:22px;border-radius:26px}
.waitlist-copy h2{font-size:clamp(1.75rem,3vw,2.55rem)}
.waitlist-copy p{font-size:.93rem}
.waitlist-form-card{padding:20px;border-radius:19px}

/* Auth */
.auth-page{min-height:calc(100vh - 68px);grid-template-columns:minmax(320px,.82fr) minmax(480px,1.18fr);background:linear-gradient(135deg,#eef4f6,#f8fbfc)}
.auth-visual{padding:48px;background:radial-gradient(circle at 22% 18%,rgba(24,200,120,.23),transparent 32%),linear-gradient(150deg,#06101c,#0b2942)}
.auth-visual h1{font-size:clamp(2rem,3.2vw,3rem);line-height:1.04;margin:12px 0 14px}
.auth-visual p{font-size:.96rem;line-height:1.72}
.auth-quote{margin-top:24px;padding:15px;font-size:.9rem}
.auth-form-wrap{padding:34px 20px}
.auth-form-card{width:min(440px,100%);padding:29px;border-radius:24px}
.auth-form-card.wide{width:min(690px,100%)}
.auth-form-card h2{font-size:1.65rem}
.auth-form-card>p{font-size:.9rem}
.auth-form-card form,.panel-form,.admin-form{gap:13px}
.auth-form-card input,.auth-form-card select,.panel-form input,.panel-form select,.panel-form textarea,.admin-form input,.admin-form select,.admin-form textarea{border-radius:11px;padding:11px 12px;min-height:44px}
.register-page{grid-template-columns:minmax(310px,.72fr) minmax(560px,1.28fr)}
.register-page .register-visual{padding:42px 34px;min-height:670px}
.register-page .auth-visual h1{font-size:clamp(1.95rem,3vw,2.85rem)}
.register-steps{gap:8px;margin:20px 0 15px}
.register-steps>div{padding:10px 12px;border-radius:13px}
.register-card{padding:25px}
.register-card-head{padding-bottom:14px;margin-bottom:14px}
.register-card-head h2{font-size:1.55rem}
.register-form{gap:12px}
.social-auth-button{min-height:46px;border-radius:13px}
.register-security-block{padding:12px;border-radius:14px}

/* Member area */
.member-hero,.member-page-hero,.course-dashboard-hero{background:radial-gradient(circle at 82% 0%,rgba(24,200,120,.16),transparent 32%),linear-gradient(135deg,#071321,#0b2a42);color:#fff}
.member-hero{padding:54px 0 44px}
.member-hero h1,.member-page-hero h1,.course-dashboard-hero h1{color:#fff;font-size:clamp(1.9rem,3vw,2.75rem);margin:8px 0 10px}
.member-hero p,.member-page-hero p,.course-dashboard-hero p{color:#c0cfda;font-size:.95rem}
.member-hero-inner{gap:30px}
.member-status-card{padding:18px 20px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);box-shadow:none}
.member-status-card strong{font-size:1rem}
.member-section{background:#f4f8fa}
.member-top-grid{gap:18px}
.daily-focus,.access-overview-card{padding:22px}
.focus-heading{margin-bottom:14px}
.focus-content{gap:18px}
.focus-day{width:66px;height:66px;border-radius:18px;font-size:.75rem}
.focus-content h2{font-size:1.45rem}
.focus-content p{font-size:.88rem}
.access-overview-card h3{font-size:1.6rem}
.member-heading{margin-bottom:22px}
.member-heading h2{font-size:1.75rem}
.member-course-grid{gap:18px}
.member-course-card{padding:21px;border-radius:22px}
.member-course-card h3{font-size:1.3rem}
.member-course-card p{font-size:.86rem}
.quick-grid{gap:12px}
.quick-grid>a{padding:16px;border-radius:17px}
.quick-grid>a>span{width:42px;height:42px}
.course-dashboard-hero{padding:52px 0}
.course-dashboard-grid{gap:30px}
.course-progress-hero{gap:15px}
.progress-ring{width:78px;height:78px}
.course-rules-card{padding:21px;border-radius:19px}
.course-timeline-section{background:#f4f8fa}
.course-dashboard-layout{gap:30px}
.module-heading{margin:22px 0 10px}
.module-heading h3{font-size:1.2rem}
.timeline-lesson{grid-template-columns:44px minmax(0,1fr) auto;gap:13px;padding:14px;border-radius:16px}
.timeline-marker{width:40px;height:40px;border-radius:12px}
.timeline-content small{font-size:.62rem}
.timeline-content strong{font-size:.9rem}
.timeline-content span{font-size:.73rem}
.course-dashboard-aside .aside-card{top:90px}
.member-page-hero{padding:52px 0}
.resource-grid,.event-grid,.replay-grid{gap:16px}
.resource-card,.event-card{padding:20px}
.resource-card h3,.event-card h3{font-size:1.1rem}
.resource-card p,.event-card p{font-size:.84rem}
.portfolio-member-layout{gap:26px}
.portfolio-course-content{padding:26px;border-radius:24px}
.portfolio-topic-grid{gap:10px}
.portfolio-topic-grid article{padding:15px;border-radius:14px}
.portfolio-offer-card{padding:23px;border-radius:22px}

/* Lesson */
.lesson-shell{background:#f3f7f9}
.lesson-sidebar{background:#071321;border-right:1px solid rgba(255,255,255,.08)}
.lesson-sidebar-head{padding:18px}
.lesson-sidebar .lesson-nav a{border-radius:11px;margin:3px 8px;padding:10px}
.lesson-content{padding:32px clamp(18px,4vw,52px) 70px}
.lesson-topbar{height:58px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--v2-line)}
.lesson-header{gap:18px;margin-bottom:24px}
.lesson-header h1{font-size:clamp(1.8rem,3vw,2.55rem)}
.video-stage,.prompt-card,.notes-card,.action-card,.lesson-section{border-radius:22px;border:1px solid var(--v2-line);box-shadow:var(--v2-shadow-sm);background:#fff}
.video-stage{overflow:hidden}
.video-placeholder{min-height:360px}
.lesson-section{padding:24px;margin-top:18px}
.lesson-section h2{font-size:1.35rem}
.keypoint-grid{gap:12px}
.keypoint-grid article{padding:16px;border-radius:15px}
.action-card{padding:22px;gap:18px}
.prompt-card,.notes-card{padding:22px}
.lesson-footer{padding-top:22px}

/* Account */
.account-grid{grid-template-columns:220px minmax(0,1fr);gap:20px;align-items:start}
.account-nav{position:sticky;top:86px;padding:12px;border-radius:18px;background:#fff;border:1px solid var(--v2-line);box-shadow:var(--v2-shadow-sm)}
.account-nav a,.account-nav button{padding:10px 12px;border-radius:10px;font-size:.82rem}
.account-content{display:grid;gap:18px}
.account-panel{padding:23px;border-radius:21px}
.panel-heading{margin-bottom:15px}
.panel-heading h2{font-size:1.35rem}
.purchase-grid article,.access-account-list article,.invoice-account-list article{border-radius:15px;padding:15px;box-shadow:none}

/* Admin */
.admin-body{background:#eef3f6}
.admin-shell{grid-template-columns:252px minmax(0,1fr)}
.admin-sidebar{background:#06111e;border-right:1px solid rgba(255,255,255,.08);padding:18px 14px}
.admin-brand{margin-bottom:15px}
.admin-profile{padding:13px;border-radius:15px;background:rgba(255,255,255,.05)}
.admin-sidebar nav{gap:3px}
.admin-sidebar nav a{padding:10px 11px;border-radius:10px;font-size:.79rem}
.admin-sidebar nav a.active{background:rgba(24,200,120,.13);color:#d9ffec}
.admin-topbar{min-height:64px;padding:10px 22px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--v2-line)}
.admin-topbar span{font-size:.63rem}
.admin-topbar strong{font-size:.86rem}
.admin-content{padding:24px}
.admin-page-heading{margin-bottom:20px;gap:18px}
.admin-page-heading h1{font-size:clamp(1.6rem,2.4vw,2.15rem)}
.admin-page-heading p{font-size:.88rem;color:var(--v2-muted)}
.admin-panel{padding:20px;border-radius:20px;box-shadow:var(--v2-shadow-xs)}
.admin-panel-head h2,.panel-heading h2{font-size:1.25rem}
.admin-panel-head p{font-size:.8rem}
.admin-stat-grid{gap:12px}
.admin-stat-grid article{border-radius:16px;padding:16px}
.admin-card-grid,.admin-grid-two,.admin-grid-main-aside{gap:16px}
.admin-form{gap:12px}
.admin-form-actions{gap:10px}
.responsive-admin-table table{min-width:680px}
.responsive-admin-table th,.responsive-admin-table td{padding:10px 11px;font-size:.69rem}
.plan-management-grid,.user-management-list{gap:14px}
.plan-management-card,.user-management-card{border-radius:19px;padding:18px}
.user-card-avatar{width:44px;height:44px}
.admin-footer-credit{padding:0 24px 20px}

/* Legal and errors */
.legal-content{font-size:.95rem;line-height:1.72}
.legal-block,.legal-notice,.legal-section{border-radius:18px}
.legal-section h2{font-size:1.3rem}
.error-page,.success-page{min-height:62vh;padding:50px 20px}
.error-code{font-size:4.5rem}
.error-page h1,.success-page h1{font-size:2rem}

/* Footer */
.site-footer{padding:54px 0 22px;background:#030a12}
.footer-grid{grid-template-columns:1.45fr repeat(3,1fr);gap:42px}
.footer-grid h3{font-size:.71rem;margin-bottom:13px}
.footer-grid a,.footer-grid p{font-size:.82rem}
.footer-bottom{margin-top:38px;padding-top:18px;font-size:.68rem}

/* Reveal animations */
[data-v2-reveal]{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
[data-v2-reveal].is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}[data-v2-reveal]{opacity:1!important;transform:none!important;transition:none!important}}

@media(max-width:1100px){
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .admin-shell{grid-template-columns:1fr}
  .admin-sidebar{width:260px}
  .systems-overview-grid,.systems-comparison-layout,.portfolio-member-layout{grid-template-columns:1fr}
  .systems-overview-copy{position:static}
  .content-sidebar-layout{grid-template-columns:1fr}
  .content-aside .aside-card{position:static}
  .course-dashboard-layout{grid-template-columns:1fr}
  .course-dashboard-aside{display:none}
  .account-grid{grid-template-columns:1fr}
  .account-nav{position:static;display:flex;overflow-x:auto;gap:5px;white-space:nowrap}
  .account-nav form{display:inline-flex}
}

@media(max-width:900px){
  .site-header{height:64px}
  .primary-nav{top:64px;left:14px;right:14px;padding:14px;border-radius:16px;gap:8px}
  .primary-nav>a{padding:10px 11px!important;border-radius:10px}
  .primary-nav>a:hover{background:rgba(255,255,255,.05)}
  .primary-nav .button{width:100%}
  .hero-refined-grid,.hero-grid,.course-hero-grid{grid-template-columns:1fr;gap:30px}
  .hero-copy{text-align:left}
  .hero-copy .eyebrow{justify-content:flex-start}
  .hero-actions,.hero-trust{justify-content:flex-start}
  .hero-showcase{justify-content:center}
  .academy-value-grid,.course-grid,.refined-course-grid,.method-grid{grid-template-columns:repeat(2,1fr)}
  .comparison-course-card{grid-template-columns:1fr}
  .comparison-course-card img{min-height:220px}
  .webinar-invite-card-portfolio,.waitlist-card-redesigned{grid-template-columns:1fr}
  .webinar-figure-readable{min-height:400px}
  .auth-page,.register-page{grid-template-columns:1fr}
  .auth-visual,.register-page .register-visual{min-height:auto;padding:34px 24px}
  .auth-form-wrap{padding:24px 14px 34px}
  .register-steps{grid-template-columns:repeat(3,1fr)}
  .footer-grid{gap:28px}
}

@media(max-width:680px){
  .shell{width:min(100% - 28px,var(--v2-shell))}
  body{font-size:15px}
  .section{padding:56px 0}
  h1{font-size:2.15rem}
  h2{font-size:1.72rem}
  .section-heading{margin-bottom:25px}
  .section-heading h2{font-size:1.75rem}
  .split-heading{grid-template-columns:1fr;gap:8px}
  .site-header .lt-lockup__words small,.site-header .brand-divider,.site-header .brand-academy{display:none}
  .hero-refined-grid,.hero-grid{padding:40px 0 28px}
  .hero-copy h1{font-size:2.25rem;line-height:1.035}
  .hero-copy>p{font-size:.94rem;line-height:1.65}
  .hero-actions{display:grid;gap:10px;width:100%}
  .hero-actions .button{width:100%}
  .hero-trust-pills{display:grid;grid-template-columns:1fr;gap:8px;width:100%}
  .hero-trust-pills span{width:100%}
  .hero-dashboard-card{border-radius:22px}
  .hero-dashboard-overlay{padding:12px;gap:9px}
  .hero-mini-card{padding:13px;border-radius:16px}
  .trust-strip-inner{justify-content:flex-start;gap:8px;padding:12px 0;min-height:auto}
  .trust-strip i{display:none}
  .academy-value-grid,.course-grid,.refined-course-grid,.method-grid{grid-template-columns:1fr}
  .method-card,.academy-value-card{padding:18px}
  .course-card-body{padding:18px}
  .course-card h3{font-size:1.35rem}
  .course-card-topline{align-items:flex-start}
  .course-card .course-badge,.course-card .course-coming{font-size:.56rem}
  .comparison-course-card{padding:14px;border-radius:20px}
  .comparison-course-card img{min-height:170px}
  .book-cta-card{padding:18px;border-radius:22px;gap:18px}
  .book-cta-cover{max-width:230px}
  .book-cta-copy h2{font-size:1.65rem}
  .book-cta-actions{display:grid;width:100%}
  .book-cta-actions .button{width:100%}
  .simple-pricing-layout{grid-template-columns:1fr}
  .simple-checkout-card,.manual-fulfillment-card{padding:22px 18px}
  .webinar-invite-card-portfolio{padding:16px;border-radius:22px}
  .webinar-copy h2{font-size:1.7rem}
  .webinar-copy>p{font-size:.9rem}
  .webinar-facts-portfolio{grid-template-columns:1fr}
  .webinar-actions-compact{display:grid;width:100%}
  .webinar-actions-compact .button{width:100%}
  .webinar-figure-readable{min-height:340px}
  .webinar-figure-readable figcaption{left:12px;right:12px;bottom:12px;padding:14px}
  .product-ladder{grid-template-columns:1fr}
  .product-ladder>article{min-height:auto;padding:18px}
  .page-hero{padding:70px 0 45px}
  .compact-hero h1,.minimal-hero h1{font-size:1.9rem}
  .course-hero{padding:46px 0}
  .course-hero h1{font-size:2rem}
  .course-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
  .course-facts span:last-child{grid-column:1/-1}
  .curriculum-row{grid-template-columns:38px minmax(0,1fr);padding:12px}
  .curriculum-row i{grid-column:2;text-align:left}
  .waitlist-card-redesigned{padding:18px 15px}
  .waitlist-copy h2{font-size:1.7rem}
  .waitlist-form-card{padding:16px}
  .auth-visual,.register-page .register-visual{padding:28px 18px}
  .auth-visual h1,.register-page .auth-visual h1{font-size:1.8rem}
  .auth-form-card,.register-card{padding:20px 16px;border-radius:20px}
  .register-card-head{display:grid;gap:10px}
  .register-form{grid-template-columns:1fr}
  .register-form .full{grid-column:auto}
  .register-steps{grid-template-columns:1fr}
  .member-hero,.member-page-hero,.course-dashboard-hero{padding:42px 0 32px}
  .member-hero h1,.member-page-hero h1,.course-dashboard-hero h1{font-size:1.9rem}
  .member-hero-inner{align-items:flex-start}
  .member-status-card{width:100%}
  .member-top-grid,.member-course-grid,.quick-grid{grid-template-columns:1fr}
  .daily-focus,.access-overview-card,.member-course-card{padding:18px}
  .focus-content{grid-template-columns:1fr}
  .focus-day{width:58px;height:58px}
  .course-progress-hero{align-items:flex-start}
  .timeline-lesson{grid-template-columns:40px minmax(0,1fr);padding:12px}
  .timeline-state{grid-column:2;text-align:left}
  .lesson-content{padding:22px 14px 65px}
  .lesson-header{flex-direction:column}
  .lesson-header h1{font-size:1.75rem}
  .video-placeholder{min-height:230px}
  .lesson-section,.prompt-card,.notes-card,.action-card{padding:18px;border-radius:18px}
  .keypoint-grid{grid-template-columns:1fr}
  .action-card{grid-template-columns:1fr}
  .account-nav{padding:8px;border-radius:14px}
  .account-panel{padding:18px}
  .admin-content{padding:15px 11px}
  .admin-topbar{padding:9px 12px}
  .admin-topbar .button{display:none}
  .admin-page-heading{align-items:flex-start;flex-direction:column}
  .admin-page-heading h1{font-size:1.55rem}
  .admin-panel{padding:16px;border-radius:17px}
  .admin-stat-grid{grid-template-columns:repeat(2,1fr)}
  .admin-form-actions{flex-direction:column}
  .admin-form-actions .button{width:100%}
  .footer-grid{grid-template-columns:1fr;gap:24px}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:9px}
  .footer-credit-link{text-align:left}
}

@media(max-width:390px){
  .shell{width:min(100% - 22px,var(--v2-shell))}
  .hero-copy h1{font-size:2.02rem}
  .site-header .lt-lockup__mark{width:30px!important;height:30px!important}
  .site-header .lt-lockup__words strong{font-size:.67rem}
  .button{font-size:.84rem}
  .course-facts{grid-template-columns:1fr}
  .course-facts span:last-child{grid-column:auto}
  .admin-stat-grid{grid-template-columns:1fr}
}

/* ========================================================================
   v2.0.1 · readability and responsive refinement
   ======================================================================== */
.hero-trust-pills{display:flex;flex-wrap:wrap;gap:14px;align-items:stretch}
.hero-trust-pills span{display:grid;gap:5px;min-width:160px;padding:18px 20px;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px rgba(255,255,255,.05);font-size:.78rem;line-height:1.35;color:#c5d4e1}
.hero-trust-pills span strong{display:block;max-width:none;font-size:1.62rem;line-height:1;color:#fff;letter-spacing:-.04em}

.systems-overview-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:40px;align-items:start}
.systems-overview-copy{padding-top:10px}
.systems-overview-copy h2{font-size:clamp(1.95rem,3.2vw,3rem);line-height:1.07}
.systems-overview-copy p{font-size:1rem;line-height:1.8;color:#5d7082;max-width:560px}
.systems-overview-cards{display:grid;gap:20px}
.course-card{overflow:hidden}
.course-art{padding:16px;background:#fff}
.course-art svg{display:block;width:100%;border-radius:22px;box-shadow:0 14px 34px rgba(7,25,36,.08)}
.course-card-body{padding:22px 22px 24px;gap:13px}
.course-card-topline{display:flex;flex-wrap:wrap;align-items:center;gap:9px 10px}
.course-step-pill{display:inline-grid;place-items:center;min-width:40px;height:40px;padding:0 10px;border-radius:13px;background:#eaf6ef;color:#08784a;font-size:.8rem;font-weight:900;box-shadow:none}
.course-card .course-badge{background:#f1f5f8;color:#5d6e7e;border:1px solid #dde6ec;font-size:.62rem;letter-spacing:.12em;padding:7px 10px}
.course-card .course-coming{background:#edf9f2;color:#08784a;border:1px solid #d5efde;font-size:.62rem;letter-spacing:.12em;padding:7px 10px}
.course-card .course-coming.is-upcoming{background:#fff5dc;color:#7b6016;border-color:#ecd79a}
.course-card h3{font-size:1.46rem;line-height:1.12;margin:0}
.course-card-body>p:not(.course-subtitle){font-size:.97rem;line-height:1.72;color:#5d6f80;min-height:0}
.course-meta{display:flex;flex-wrap:wrap;gap:8px}
.course-meta span{display:inline-flex;align-items:center;padding:8px 10px;border-radius:999px;background:#f4f7fa;border:1px solid #e1e8ed;color:#607180;font-size:.68rem;letter-spacing:.06em}
.course-card .text-link{font-size:.9rem}

.membership-preview{background:linear-gradient(180deg,#f4f8fb 0%,#eef3f7 100%)}
.membership-panel{padding:50px;grid-template-columns:minmax(0,1fr) 330px;gap:40px;background:radial-gradient(circle at 100% 0%,rgba(27,199,122,.15),transparent 28%),linear-gradient(135deg,#06111f 0%,#0a2136 58%,#10384f 100%);border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 72px rgba(4,18,29,.18)}
.membership-panel h2,.membership-panel h3{color:#fff}
.membership-panel h2{font-size:clamp(2rem,3.4vw,3.2rem);line-height:1.05;margin:12px 0 16px}
.membership-panel>div>p{color:#c6d6e3;font-size:1rem;line-height:1.8;max-width:640px}
.membership-panel .check-list{margin:24px 0 28px;gap:12px}
.membership-panel .check-list li{color:#ecf4fa;font-size:1rem;line-height:1.6}
.membership-panel .button{min-width:220px}
.price-card{align-self:center;padding:30px 28px 28px;border-radius:26px;border:1px solid #dde6ed;box-shadow:0 20px 48px rgba(7,25,36,.11)}
.price-card>span{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;letter-spacing:.14em;font-weight:900;color:#08784a}
.price-card .price{gap:7px;margin:14px 0 14px}
.price-card .price strong{font-size:3.95rem;line-height:.95;letter-spacing:-.07em;color:#0a1827}
.price-card .price small{font-size:.9rem;color:#6a7b89}
.price-card p{font-size:.92rem;line-height:1.7;color:#5d6f80}

.book-cta-card{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:center;gap:34px;padding:30px;border-radius:30px;background:linear-gradient(145deg,#f8fbfc,#eef5f2)}
.book-cta-cover{max-width:260px;justify-self:center}
.book-cta-cover img{width:100%;height:auto;border-radius:22px;box-shadow:0 24px 52px rgba(6,24,38,.18)}
.book-cta-copy h2{font-size:clamp(1.95rem,3.2vw,3rem);line-height:1.08;margin:12px 0 14px;max-width:860px}
.book-cta-copy p{font-size:1rem;line-height:1.78;color:#5d6f80;max-width:860px}
.book-cta-copy .check-list{margin:18px 0 0;gap:10px}
.book-cta-copy .check-list li{color:#213549}
.book-cta-actions{gap:12px;margin-top:22px}

.webinar-invite-card-portfolio{grid-template-columns:minmax(0,1.03fr) minmax(340px,.97fr);gap:30px;padding:28px;border-radius:32px;background:linear-gradient(145deg,#f9fcfd,#edf5f2)}
.webinar-copy{padding:6px 4px 8px 2px}
.webinar-copy h2{font-size:clamp(2rem,3.5vw,3.3rem);line-height:1.05;letter-spacing:-.045em;margin:10px 0 14px;max-width:720px}
.webinar-copy>p{font-size:1rem;line-height:1.78;color:#5d6f80;max-width:700px}
.webinar-facts-portfolio{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:22px 0 24px}
.webinar-facts-portfolio span{padding:18px;border-radius:18px;background:#fff;border:1px solid #dbe7ec;box-shadow:0 10px 24px rgba(8,22,35,.05)}
.webinar-facts-portfolio strong{font-size:.98rem;line-height:1.35}
.webinar-facts-portfolio small{font-size:.82rem;line-height:1.55}
.webinar-actions-compact{gap:12px}
.webinar-actions-compact .button{min-width:220px}
.webinar-figure-readable{min-height:500px;border-radius:26px}
.webinar-figure-readable img{width:min(92%,470px)}
.webinar-figure-readable figcaption{left:18px;right:18px;bottom:18px;padding:18px 18px 19px;border-radius:20px;background:rgba(5,18,29,.84);backdrop-filter:blur(8px)}
.webinar-figure-readable figcaption strong{font-size:1.16rem;margin-bottom:6px}
.webinar-figure-readable figcaption span{font-size:.92rem;line-height:1.6}

.product-ladder.compact-ladder{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}
.product-ladder.compact-ladder>article{position:relative;padding:74px 22px 24px;min-height:320px;border-radius:26px;background:linear-gradient(180deg,#ffffff 0%,#f8fbfd 100%);border:1px solid #dbe5eb;box-shadow:0 18px 46px rgba(7,25,36,.08);overflow:hidden}
.product-ladder.compact-ladder>article:before{height:5px;background:linear-gradient(90deg,#18c878,#0f9a5d)}
.product-ladder.compact-ladder>article.active{background:linear-gradient(155deg,#071321 0%,#0c2d44 100%);border-color:rgba(92,234,150,.42);box-shadow:0 28px 72px rgba(5,21,32,.22)}
.product-ladder.compact-ladder>article.active:before{background:linear-gradient(90deg,#5ef1a2,#1ecb7a)}
.product-ladder.compact-ladder .ladder-step{position:absolute;left:20px;top:18px;width:40px;height:40px;border-radius:13px;background:#071321;color:#6ff0ad;font-size:.78rem;box-shadow:0 10px 24px rgba(7,17,31,.12);margin:0}
.product-ladder.compact-ladder>article.active .ladder-step{background:rgba(255,255,255,.08);color:#87f1bb;border:1px solid rgba(255,255,255,.08)}
.product-ladder.compact-ladder>article>div{display:grid;align-content:start;gap:10px;min-width:0;flex:1}
.product-ladder.compact-ladder>article small{font-size:.7rem;line-height:1.25;letter-spacing:.14em;color:#70808e;margin:0;display:block}
.product-ladder.compact-ladder>article.active small{color:#9eb3c4}
.product-ladder.compact-ladder>article h3{font-size:1.5rem;line-height:1.14;letter-spacing:-.03em;margin:0;color:#112237}
.product-ladder.compact-ladder>article.active h3{color:#fff}
.product-ladder.compact-ladder>article p{font-size:.97rem;line-height:1.74;color:#5f6f7f;margin:0}
.product-ladder.compact-ladder>article.active p{color:#c5d5e0}
.product-ladder.compact-ladder>article>strong{display:block;margin-top:16px;margin-bottom:10px;font-size:1.9rem;line-height:1;color:#0d9358;letter-spacing:-.04em}
.product-ladder.compact-ladder>article.active>strong{color:#8df3bc}
.product-ladder.compact-ladder>article>a,.product-ladder.compact-ladder .muted-action{display:inline-flex;align-items:center;gap:6px;margin-top:0;font-size:.88rem;font-weight:850;align-self:flex-start}
.product-ladder.compact-ladder>article.active>a{color:#fff}
.product-ladder.compact-ladder .muted-action{padding:10px 14px;border-radius:12px;background:#eef2f5;color:#6e7d8a;border:1px solid #dde5eb}

.final-cta{padding:44px 0;background:radial-gradient(circle at 82% 12%,rgba(27,199,122,.17),transparent 30%),linear-gradient(135deg,#06101d 0%,#0a2237 60%,#0b3247 100%)}
.final-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:22px}
.final-cta span{display:block;margin-bottom:6px;font-size:.72rem;letter-spacing:.16em;color:#8ef4c1;font-weight:900}
.final-cta h2{margin:0;color:#fff;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.05;letter-spacing:-.04em;max-width:720px}
.final-cta .button{min-width:220px}

@media(max-width:1180px){
  .product-ladder.compact-ladder{grid-template-columns:repeat(2,minmax(0,1fr))}
  .webinar-invite-card-portfolio{grid-template-columns:1fr}
  .webinar-figure-readable{min-height:460px}
}
@media(max-width:900px){
  .systems-overview-grid{grid-template-columns:1fr}
  .systems-overview-copy{position:static;padding-top:0}
  .systems-overview-copy p{max-width:none}
  .book-cta-card{grid-template-columns:1fr;gap:24px}
  .book-cta-cover{max-width:240px}
  .membership-panel{grid-template-columns:1fr;padding:36px 30px}
  .price-card{max-width:none}
  .hero-trust-pills span{min-width:0;flex:1 1 180px}
}
@media(max-width:680px){
  .hero-trust-pills{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-trust-pills span{width:100%;padding:16px 17px;border-radius:18px}
  .hero-trust-pills span strong{font-size:1.45rem}
  .course-art{padding:12px}
  .course-art svg{border-radius:18px}
  .course-card-body{padding:18px 18px 20px}
  .course-card h3{font-size:1.34rem}
  .systems-overview-copy h2,.systems-comparison-copy h2{font-size:1.92rem}
  .comparison-course-card{padding:16px;border-radius:20px}
  .comparison-course-card img{min-height:180px}
  .book-cta-card{padding:20px 18px;border-radius:24px;gap:20px}
  .book-cta-cover{max-width:220px}
  .book-cta-copy h2{font-size:1.88rem}
  .book-cta-copy p{font-size:.95rem}
  .book-cta-actions{flex-direction:column}
  .book-cta-actions .button{width:100%}
  .membership-panel{padding:28px 20px;border-radius:24px;gap:22px}
  .membership-panel h2{font-size:1.92rem}
  .membership-panel>div>p,.membership-panel .check-list li,.price-card p{font-size:.94rem}
  .membership-panel .button{width:100%;min-width:0}
  .price-card{padding:22px 18px 20px;border-radius:20px}
  .price-card .price strong{font-size:3.1rem}
  .webinar-copy h2{font-size:1.95rem}
  .webinar-copy>p{font-size:.95rem}
  .webinar-facts-portfolio{grid-template-columns:1fr;gap:10px}
  .webinar-facts-portfolio span{padding:16px;border-radius:16px}
  .webinar-actions-compact{flex-direction:column}
  .webinar-actions-compact .button{width:100%;min-width:0}
  .webinar-figure-readable{min-height:370px;border-radius:22px}
  .webinar-figure-readable figcaption{left:14px;right:14px;bottom:14px;padding:15px}
  .webinar-figure-readable figcaption strong{font-size:1.05rem}
  .webinar-figure-readable figcaption span{font-size:.86rem}
  .product-ladder.compact-ladder{grid-template-columns:1fr;gap:16px}
  .product-ladder.compact-ladder>article{min-height:auto;padding:70px 18px 20px;border-radius:22px}
  .product-ladder.compact-ladder .ladder-step{left:18px;top:16px}
  .product-ladder.compact-ladder>article h3{font-size:1.34rem}
  .product-ladder.compact-ladder>article p{font-size:.93rem}
  .product-ladder.compact-ladder>article>strong{font-size:1.7rem}
  .final-cta{padding:34px 0}
  .final-cta-inner{flex-direction:column;align-items:flex-start}
  .final-cta h2{font-size:1.8rem}
  .final-cta .button{width:100%;min-width:0}
}
