/* ==========================================================================
   HH Courses — Premium Dark Theme
   ========================================================================== */

:root {
    --hh-bg: #060e15;
    --hh-bg-card: #0d1520;
    --hh-bg-card-alt: #111a25;
    --hh-border: rgba(255,255,255,0.06);
    --hh-border-light: rgba(255,255,255,0.1);
    --hh-green: #10b981;
    --hh-green-glow: rgba(16,185,129,0.4);
    --hh-text: #f0f0f0;
    --hh-text-mid: #c0c8d2;
    --hh-text-muted: #7a8a9e;
    --hh-text-dim: #4b5e73;
    --hh-red: #ef4444;
}

/* ---- Reset Kadence wrapper ---- */
.hh-course-page {
    background: var(--hh-bg) !important;
    color: var(--hh-text);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body:has(.hh-course-page) .site-container .site-content,
body:has(.hh-course-page) .site-container,
body:has(.hh-course-page) .content-wrap,
body:has(.hh-course-page) #wrapper,
body:has(.hh-course-page) #main,
body:has(.hh-course-page) .entry-content-wrap,
body:has(.hh-course-page) .content-area {
    background: var(--hh-bg) !important;
    padding: 0 !important;
    max-width: 100% !important;
}

body:has(.hh-course-page) .entry-header,
body:has(.hh-course-page) .comments-area,
body:has(.hh-course-page) #secondary,
body:has(.hh-course-page) .post-navigation {
    display: none !important;
}

/* ==========================================================================
   SALES PAGE
   ========================================================================== */

/* ---- Containers ---- */
.hh-s-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.hh-s-narrow {
    max-width: 700px;
}

/* ---- Glow effects ---- */
.hh-s-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    pointer-events: none;
}

.hh-s-glow-hero {
    width: 400px;
    height: 400px;
    background: rgba(16,185,129,0.12);
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.hh-s-glow-sm {
    width: 200px;
    height: 200px;
    background: rgba(16,185,129,0.15);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.hh-s-glow-pricing {
    width: 300px;
    height: 300px;
    background: rgba(16,185,129,0.1);
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.hh-s-glow-final {
    width: 500px;
    height: 500px;
    background: rgba(16,185,129,0.08);
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}

/* ---- Fade overlays ---- */
.hh-s-fade-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(rgba(6,14,21,0) 0%, var(--hh-bg) 100%);
    z-index: 1;
    pointer-events: none;
}

/* ---- Typography ---- */
.hh-sales-page h1,
.hh-sales-page h2,
.hh-sales-page h3 {
    color: var(--hh-text);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.hh-sales-page a {
    color: var(--hh-green);
    text-decoration: none;
}

/* ---- CTA Buttons ---- */
.hh-s-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 18px 40px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff !important;
    box-shadow: 0 10px 30px -5px var(--hh-green-glow), 0 4px 10px -4px var(--hh-green-glow);
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
}

.hh-s-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px -5px var(--hh-green-glow), 0 6px 14px -4px var(--hh-green-glow);
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
    color: #fff !important;
}

.hh-s-cta-full {
    width: 100%;
}

.hh-s-cta-lg {
    padding: 22px 48px;
    font-size: 18px;
}

/* ---- Hero ---- */
.hh-s-hero {
    position: relative;
    padding: 100px 0 100px;
    text-align: center;
    overflow: hidden;
}

.hh-s-badge {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    color: var(--hh-green);
    border: 1px solid rgba(16,185,129,0.3);
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 28px;
    font-weight: 700;
}

.hh-s-h1 {
    font-size: 52px;
    max-width: 800px;
    margin: 0 auto 24px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.hh-s-h1-accent {
    color: var(--hh-green);
}

.hh-s-hero-sub {
    font-size: 18px;
    color: var(--hh-text-mid);
    max-width: 580px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.hh-s-trust {
    font-size: 13px;
    color: var(--hh-text-dim);
    margin-top: 16px;
    letter-spacing: 0.3px;
}

/* ---- Credibility Bar ---- */
.hh-s-cred {
    padding: 40px 0;
    border-top: 1px solid var(--hh-border);
    border-bottom: 1px solid var(--hh-border);
    background: rgba(255,255,255,0.01);
}

.hh-s-cred-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.hh-s-cred-item { text-align: center; }

.hh-s-cred-num {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: var(--hh-text);
    letter-spacing: -0.02em;
}

.hh-s-cred-label {
    font-size: 12px;
    color: var(--hh-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}

.hh-s-cred-div {
    width: 1px;
    height: 40px;
    background: var(--hh-border-light);
}

/* ---- Sections ---- */
.hh-s-section {
    padding: 80px 0;
    border-top: 1px solid var(--hh-border);
    position: relative;
}

.hh-s-h2 {
    font-size: 36px;
    margin: 0 0 20px;
}

.hh-s-sub {
    color: var(--hh-text-muted);
    font-size: 16px;
    margin: 0 0 40px;
}

.hh-s-body {
    font-size: 17px;
    color: var(--hh-text-mid);
    line-height: 1.7;
    margin-bottom: 16px;
}

.hh-s-body strong { color: var(--hh-text); }

/* ---- Pain Points ---- */
.hh-s-pains { margin-bottom: 40px; }

.hh-s-pain {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.hh-s-pain-x {
    color: var(--hh-red);
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.hh-s-pain p {
    margin: 0;
    font-size: 16px;
    color: var(--hh-text-mid);
    line-height: 1.6;
}

.hh-s-bridge p {
    font-size: 18px;
    color: var(--hh-text-mid);
    line-height: 1.7;
    margin-bottom: 12px;
}

.hh-s-bridge em { color: var(--hh-text); font-style: italic; }

/* ---- CTA Strip ---- */
.hh-s-cta-strip {
    position: relative;
    text-align: center;
    padding: 48px 0;
    border-top: 1px solid var(--hh-border);
    overflow: hidden;
}

/* ---- Learn Grid ---- */
.hh-s-learn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.hh-s-learn-card {
    background: var(--hh-bg-card);
    border: 1px solid var(--hh-border);
    border-radius: 12px;
    padding: 28px;
    transition: border-color 0.2s ease;
}

.hh-s-learn-card:hover {
    border-color: var(--hh-border-light);
}

.hh-s-learn-icon {
    margin-bottom: 16px;
}

.hh-s-learn-card h3 {
    font-size: 17px;
    margin: 0 0 8px;
    font-weight: 600;
}

.hh-s-learn-card p {
    font-size: 14px;
    color: var(--hh-text-muted);
    line-height: 1.5;
    margin: 0;
}

/* ---- Module Cards ---- */
.hh-s-modules {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.hh-s-mod-card {
    background: var(--hh-bg-card);
    border: 1px solid var(--hh-border);
    border-radius: 12px;
    padding: 28px;
}

.hh-s-mod-num {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--hh-green);
    font-weight: 700;
}

.hh-s-mod-card h3 {
    font-size: 20px;
    margin: 8px 0 8px;
}

.hh-s-mod-desc {
    font-size: 14px;
    color: var(--hh-text-muted);
    margin: 0 0 16px;
    line-height: 1.5;
}

.hh-s-mod-lessons {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}

.hh-s-mod-lesson {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--hh-text-muted);
    padding: 4px 0;
}

.hh-s-mod-lesson svg { flex-shrink: 0; opacity: 0.6; }
.hh-s-mod-lesson span:first-of-type { flex: 1; }

.hh-s-mod-dur {
    font-size: 12px;
    color: var(--hh-text-dim);
    font-variant-numeric: tabular-nums;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
}

/* ---- Two Column ---- */
.hh-s-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.hh-s-col {
    background: var(--hh-bg-card);
    border: 1px solid var(--hh-border);
    border-radius: 12px;
    padding: 32px;
}

.hh-s-col h3 {
    font-size: 18px;
    margin: 0 0 20px;
}

.hh-s-col-green h3 { color: var(--hh-green); }
.hh-s-col-red h3 { color: var(--hh-red); }

.hh-s-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hh-s-col li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 15px;
    color: var(--hh-text-mid);
    line-height: 1.4;
}

.hh-s-col svg { flex-shrink: 0; margin-top: 1px; }

.hh-s-x {
    color: var(--hh-red);
    font-weight: 700;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
    margin-top: 1px;
}

/* ---- Results ---- */
.hh-s-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.hh-s-result {
    background: var(--hh-bg-card);
    border: 1px solid var(--hh-border);
    border-radius: 12px;
    padding: 32px;
    text-align: center;
}

.hh-s-result-num {
    font-size: 44px;
    font-weight: 700;
    color: var(--hh-green);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.hh-s-result-label {
    font-size: 14px;
    color: var(--hh-text-muted);
    line-height: 1.5;
}

/* ---- Steps ---- */
.hh-s-steps {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    justify-content: center;
    margin-top: 40px;
}

.hh-s-step {
    flex: 1;
    max-width: 260px;
    text-align: center;
}

.hh-s-step-num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(16,185,129,0.1);
    border: 2px solid var(--hh-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: var(--hh-green);
    margin-bottom: 16px;
}

.hh-s-step h3 {
    font-size: 17px;
    margin: 0 0 8px;
    font-weight: 600;
}

.hh-s-step p {
    font-size: 14px;
    color: var(--hh-text-muted);
    line-height: 1.5;
    margin: 0;
}

.hh-s-step-arrow {
    margin-top: 16px;
    flex-shrink: 0;
    color: var(--hh-text-dim);
}

/* ---- Pricing Card ---- */
.hh-s-pricing-section { overflow: hidden; }

.hh-s-pricing {
    position: relative;
    background: var(--hh-bg-card);
    border: 2px solid rgba(16,185,129,0.25);
    border-radius: 16px;
    max-width: 540px;
    margin: 40px auto 0;
    overflow: hidden;
    box-shadow: 0 2px 60px 1px rgba(16,185,129,0.08);
}

.hh-s-pricing-head {
    text-align: center;
    padding: 36px 36px 28px;
    border-bottom: 1px solid var(--hh-border);
}

.hh-s-pricing-head h3 {
    font-size: 22px;
    margin: 0 0 12px;
}

.hh-s-pricing-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}

.hh-s-pricing-amount {
    font-size: 60px;
    font-weight: 700;
    color: var(--hh-text);
    line-height: 1;
    letter-spacing: -0.03em;
}

.hh-s-pricing-term {
    font-size: 16px;
    color: var(--hh-text-dim);
}

.hh-s-pricing-body {
    padding: 28px 36px 36px;
}

.hh-s-pricing-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.hh-s-pricing-body li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 15px;
    color: var(--hh-text-mid);
    line-height: 1.4;
}

.hh-s-pricing-body svg { flex-shrink: 0; margin-top: 1px; }
.hh-s-pricing-body strong { color: var(--hh-text); }

.hh-s-guarantee {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 16px;
    background: rgba(16,185,129,0.05);
    border-radius: 8px;
    font-size: 13px;
    color: var(--hh-text-muted);
}

.hh-s-guarantee svg { flex-shrink: 0; }

/* ---- FAQ ---- */
.hh-s-faq {
    max-width: 660px;
    margin: 40px auto 0;
}

.hh-faq-item {
    border-bottom: 1px solid var(--hh-border);
}

.hh-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 22px 0;
    background: none;
    border: none;
    color: var(--hh-text);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    gap: 16px;
    transition: color 0.15s ease;
}

.hh-faq-question:hover { color: var(--hh-green); }

.hh-faq-arrow {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.hh-faq-open .hh-faq-arrow {
    transform: rotate(180deg);
}

.hh-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.hh-faq-open .hh-faq-answer {
    max-height: 300px;
}

.hh-faq-answer p {
    padding: 0 0 22px;
    color: var(--hh-text-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* ---- Final CTA ---- */
.hh-s-final {
    position: relative;
    padding: 100px 0 120px;
    border-top: 1px solid var(--hh-border);
    overflow: hidden;
}

.hh-s-final-h2 {
    font-size: 40px;
    margin: 0 0 20px;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.hh-s-final-sub {
    color: var(--hh-text-mid);
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 36px;
}

/* ==========================================================================
   COURSE OVERVIEW + LESSON PAGES (kept from before)
   ========================================================================== */

.hh-course-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.hh-course-page:not(.hh-sales-page) h1,
.hh-course-page:not(.hh-sales-page) h2,
.hh-course-page:not(.hh-sales-page) h3 {
    color: #e8e8e8;
    font-weight: 700;
    line-height: 1.2;
}

.hh-course-page:not(.hh-sales-page) a {
    color: var(--hh-green);
    text-decoration: none;
}

/* ---- Buttons (course pages) ---- */
.hh-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.15s ease;
    text-decoration: none;
}

.hh-btn-primary {
    background: var(--hh-green);
    color: #fff !important;
}

.hh-btn-primary:hover {
    background: #34d399;
    color: #fff !important;
}

.hh-btn-large {
    padding: 16px 32px;
    font-size: 17px;
}

.hh-btn-full {
    width: 100%;
    justify-content: center;
}

/* ---- Course Hero ---- */
.hh-course-hero {
    padding: 60px 0 40px;
    border-bottom: 1px solid var(--hh-border);
}

.hh-course-label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--hh-green);
    margin: 0 0 8px;
}

.hh-course-title { font-size: 36px; margin: 0 0 8px; }

.hh-course-subtitle {
    color: var(--hh-text-muted);
    font-size: 17px;
    margin: 0 0 24px;
}

/* ---- Progress Bar ---- */
.hh-progress-section { margin-bottom: 24px; }

.hh-progress-bar-wrap {
    background: rgba(255,255,255,0.08);
    border-radius: 6px;
    height: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}

.hh-progress-bar-wrap--small { height: 6px; margin-bottom: 4px; }

.hh-progress-bar {
    background: var(--hh-green);
    height: 100%;
    border-radius: 6px;
    transition: width 0.4s ease;
}

.hh-progress-text { font-size: 13px; color: var(--hh-text-muted); }

/* ---- Module Block ---- */
.hh-course-modules { padding: 40px 24px; }

.hh-module-block {
    background: var(--hh-bg-card);
    border: 1px solid var(--hh-border);
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.hh-module-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid var(--hh-border);
}

.hh-module-title { font-size: 18px; margin: 0; }

.hh-module-count {
    font-size: 13px;
    color: var(--hh-text-muted);
    white-space: nowrap;
}

/* ---- Lesson List ---- */
.hh-lesson-list { list-style: none; margin: 0; padding: 0; }
.hh-lesson-item { border-bottom: 1px solid rgba(255,255,255,0.04); }
.hh-lesson-item:last-child { border-bottom: none; }

.hh-lesson-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    transition: background 0.15s ease;
    color: #e8e8e8 !important;
    text-decoration: none !important;
}

a.hh-lesson-link:hover { background: rgba(255,255,255,0.03); }
.hh-lesson-locked { opacity: 0.5; cursor: default; }
.hh-lesson-status { flex-shrink: 0; width: 18px; height: 18px; }
.hh-lesson-number { font-size: 13px; color: #6b7280; min-width: 28px; }
.hh-lesson-name { flex: 1; font-size: 15px; }

.hh-lesson-duration {
    font-size: 13px;
    color: #6b7280;
    font-variant-numeric: tabular-nums;
}

/* ---- Lesson Single ---- */
.hh-lesson-layout { display: flex; min-height: 100vh; }

.hh-sidebar {
    width: 280px;
    flex-shrink: 0;
    background: #0a1018;
    border-right: 1px solid var(--hh-border);
    overflow-y: auto;
    position: sticky;
    top: 0;
    height: 100vh;
}

.hh-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid var(--hh-border);
}

.hh-sidebar-back { font-size: 13px; color: var(--hh-text-muted) !important; }
.hh-sidebar-back:hover { color: #e8e8e8 !important; }

.hh-sidebar-close {
    display: none;
    background: none;
    border: none;
    color: var(--hh-text-muted);
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.hh-sidebar-progress {
    padding: 12px 20px;
    border-bottom: 1px solid var(--hh-border);
    display: flex;
    align-items: center;
    gap: 10px;
}

.hh-sidebar-progress .hh-progress-bar-wrap { flex: 1; margin-bottom: 0; }
.hh-sidebar-nav { padding: 8px 0; }

.hh-sidebar-module-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b7280;
    padding: 16px 20px 8px;
    margin: 0;
    font-weight: 600;
}

.hh-sidebar-lessons { list-style: none; margin: 0; padding: 0; }

.hh-sidebar-lesson a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    font-size: 13px;
    color: var(--hh-text-muted) !important;
    text-decoration: none !important;
    transition: all 0.15s ease;
    border-left: 3px solid transparent;
}

.hh-sidebar-lesson a:hover {
    background: rgba(255,255,255,0.03);
    color: #e8e8e8 !important;
}

.hh-sidebar-current a {
    border-left-color: var(--hh-green);
    background: rgba(16,185,129,0.05);
    color: #e8e8e8 !important;
}

.hh-sidebar-check { flex-shrink: 0; width: 14px; height: 14px; }
.hh-sidebar-lesson-number { color: #4b5563; min-width: 24px; }
.hh-sidebar-lesson-name { flex: 1; line-height: 1.3; }

.hh-sidebar-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999;
}

.hh-sidebar-toggle {
    display: none;
    align-items: center;
    gap: 6px;
    background: var(--hh-bg-card);
    border: 1px solid var(--hh-border-light);
    color: #e8e8e8;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    margin: 16px 24px 0;
    font-size: 14px;
}

.hh-lesson-main { flex: 1; min-width: 0; }

.hh-lesson-content {
    max-width: 780px;
    margin: 0 auto;
    padding: 32px 24px 60px;
}

.hh-breadcrumb { font-size: 13px; color: #6b7280; margin-bottom: 16px; }
.hh-breadcrumb a { color: var(--hh-text-muted) !important; }
.hh-breadcrumb a:hover { color: #e8e8e8 !important; }
.hh-breadcrumb-sep { margin: 0 6px; color: #4b5563; }
.hh-breadcrumb-current { color: #e8e8e8; }
.hh-lesson-title { font-size: 28px; margin: 0 0 24px; }

.hh-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 32px;
    background: #000;
}

.hh-video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
}

.hh-lesson-body { font-size: 16px; line-height: 1.7; color: #d1d5db; }
.hh-lesson-body h2, .hh-lesson-body h3 { margin-top: 32px; }
.hh-lesson-body p { margin-bottom: 16px; }
.hh-lesson-body ul, .hh-lesson-body ol { padding-left: 24px; margin-bottom: 16px; }
.hh-lesson-body a { color: var(--hh-green); }
.hh-lesson-body img { border-radius: 8px; max-width: 100%; }

.hh-lesson-actions {
    margin: 40px 0 32px;
    padding-top: 24px;
    border-top: 1px solid var(--hh-border);
}

.hh-btn-complete {
    background: var(--hh-bg-card);
    border: 1px solid var(--hh-border-light);
    color: #e8e8e8;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.hh-btn-complete:hover { border-color: var(--hh-green); color: var(--hh-green); }

.hh-btn-completed {
    background: rgba(16,185,129,0.1);
    border-color: var(--hh-green);
    color: var(--hh-green);
}

.hh-lesson-nav { display: flex; justify-content: space-between; gap: 16px; }

.hh-btn-nav {
    background: var(--hh-bg-card);
    border: 1px solid var(--hh-border-light);
    color: #e8e8e8 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
}

.hh-btn-nav:hover {
    border-color: rgba(255,255,255,0.15);
    background: #111a25;
    color: #e8e8e8 !important;
}

/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 768px) {
    /* Sidebar drawer */
    .hh-sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        width: 280px;
        z-index: 1000;
        transition: left 0.3s ease;
    }
    .hh-sidebar.hh-sidebar-open { left: 0; }
    .hh-sidebar-close { display: block; }
    .hh-sidebar-overlay.hh-sidebar-overlay-active { display: block; }
    .hh-sidebar-toggle { display: flex; }

    .hh-course-title { font-size: 26px; }
    .hh-lesson-title { font-size: 22px; }
    .hh-lesson-content { padding: 20px 16px 40px; }
    .hh-lesson-nav { flex-direction: column; }
    .hh-btn-nav { text-align: center; justify-content: center; }

    /* Sales page mobile */
    .hh-s-hero { padding: 60px 0 70px; }

    .hh-s-h1 {
        font-size: 32px;
        letter-spacing: -0.02em;
    }

    .hh-s-hero-sub { font-size: 16px; }

    .hh-s-cta {
        padding: 16px 28px;
        font-size: 15px;
        width: 100%;
    }

    .hh-s-cta-lg {
        padding: 18px 28px;
        font-size: 16px;
    }

    .hh-s-cred-bar { flex-wrap: wrap; gap: 20px; }
    .hh-s-cred-div { display: none; }
    .hh-s-cred-item { width: 40%; }
    .hh-s-cred-num { font-size: 26px; }

    .hh-s-h2 { font-size: 26px; }

    .hh-s-learn-grid { grid-template-columns: 1fr; }

    .hh-s-two-col { grid-template-columns: 1fr; }

    .hh-s-results { grid-template-columns: 1fr; }
    .hh-s-result-num { font-size: 32px; }

    .hh-s-steps { flex-direction: column; align-items: center; }
    .hh-s-step-arrow { transform: rotate(90deg); }
    .hh-s-step { max-width: 100%; }

    .hh-s-pricing-head { padding: 24px 20px 20px; }
    .hh-s-pricing-body { padding: 20px; }
    .hh-s-pricing-amount { font-size: 48px; }

    .hh-s-final { padding: 60px 0 80px; }
    .hh-s-final-h2 { font-size: 28px; }

    .hh-s-glow-hero { width: 250px; height: 250px; }
    .hh-s-glow-final { width: 300px; height: 300px; }
}

@media (max-width: 480px) {
    .hh-s-h1 { font-size: 28px; }
    .hh-s-cred-item { width: 44%; }
    .hh-s-col { padding: 24px; }
    .hh-s-learn-card { padding: 24px; }
    .hh-s-result { padding: 24px; }
}
