/* The IT Pro — Kadea Academy–inspired presentation layer */

:root,
[data-theme="light"] {
    --academy-navy: #0a1628;
    --academy-navy-soft: #132238;
    --academy-heading: #0a1628;
    --academy-orange: #f97316;
    --academy-orange-hover: #ea580c;
    --academy-cream: #fffbf7;
    --academy-card-radius: 20px;
    --academy-text-on-dark: #ffffff;
    --academy-muted-on-dark: rgba(255, 255, 255, 0.72);
    --academy-float-bg: #ffffff;
    --academy-hero-pill-bg: #fff3e8;
    --academy-hero-pill-text: #c2410c;
    --academy-cta-overlay: rgba(10, 22, 40, 0.88);
    --tip-primary: #f97316;
    --tip-primary-hover: #ea580c;
    --tip-gradient: linear-gradient(135deg, #f97316 0%, #fb923c 50%, #fdba74 100%);
    --tip-bg: #ffffff;
    --tip-bg-muted: #f8fafc;
    --tip-bg-elevated: #ffffff;
    --tip-text: #0f172a;
    --tip-text-muted: #64748b;
    --tip-border: rgba(15, 23, 42, 0.08);
    --tip-nav-bg: rgba(255, 255, 255, 0.95);
}

[data-theme="dark"] {
    --academy-navy: #0a1628;
    --academy-navy-soft: #132238;
    --academy-heading: #f8fafc;
    --academy-cream: #0f1a2e;
    --academy-text-on-dark: #ffffff;
    --academy-muted-on-dark: rgba(255, 255, 255, 0.72);
    --academy-float-bg: #1a2332;
    --academy-hero-pill-bg: rgba(249, 115, 22, 0.15);
    --academy-hero-pill-text: #fdba74;
    --academy-cta-overlay: rgba(6, 13, 24, 0.9);
    --tip-bg: #060d18;
    --tip-bg-muted: #0f1a2e;
    --tip-bg-elevated: #132238;
    --tip-text: #f1f5f9;
    --tip-text-muted: #94a3b8;
    --tip-border: rgba(255, 255, 255, 0.1);
    --tip-nav-bg: rgba(6, 13, 24, 0.95);
}

body.tip-landing {
    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    background: var(--tip-bg);
    color: var(--tip-text);
    transition: background-color 0.3s ease, color 0.3s ease;
}

body.tip-landing h1,
body.tip-landing h2,
body.tip-landing h3,
body.tip-landing h4,
body.tip-landing h5,
body.tip-landing h6,
body.tip-landing p,
body.tip-landing li,
body.tip-landing label,
body.tip-landing .tip-academy-h2,
body.tip-landing .tip-academy-h3,
body.tip-landing .tip-hero-academy-title,
body.tip-landing .tip-coach-cv-section-title {
    transition: color 0.3s ease;
}

.tip-landing-main {
    padding-top: 72px;
}

/* Nav — clean academy bar */
.tip-landing-nav {
    background: var(--tip-nav-bg);
    box-shadow: 0 1px 0 var(--tip-border);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.tip-landing-nav .navbar-brand {
    font-size: 1.35rem;
}

.tip-nav-link {
    font-size: 0.95rem;
    font-weight: 600 !important;
}

.tip-nav-cta {
    background: var(--academy-orange) !important;
    color: #fff !important;
    border-radius: 999px;
    padding: 0.45rem 1.25rem !important;
    font-weight: 700;
}

.tip-nav-cta:hover {
    background: var(--academy-orange-hover) !important;
    color: #fff !important;
}

/* Hero */
.tip-hero-academy {
    background: linear-gradient(180deg, var(--academy-cream) 0%, var(--tip-bg) 100%);
    padding: 2rem 0 4rem;
    min-height: auto;
}

.tip-hero-pill {
    display: inline-block;
    background: var(--academy-hero-pill-bg);
    color: var(--academy-hero-pill-text);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    border: 1px solid #fed7aa;
}

.tip-hero-rating {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--tip-text-muted);
}

.tip-hero-rating .bi-star-fill {
    color: #fbbf24;
}

.tip-hero-academy-title {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--academy-heading);
    margin-bottom: 1.25rem;
}

.tip-hero-academy-lead {
    font-size: 1.15rem;
    color: var(--tip-text-muted);
    max-width: 36rem;
    line-height: 1.6;
}

.tip-hero-visual-card {
    position: relative;
    background: var(--tip-bg-elevated);
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: 0 32px 64px -24px rgba(10, 22, 40, 0.2);
    border: 1px solid var(--tip-border);
}

.tip-hero-founder-wrap {
    position: relative;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .tip-hero-founder-wrap {
        margin-right: 0;
        margin-left: auto;
    }
}

.tip-hero-founder-ring {
    position: absolute;
    inset: -12px -8px -20px -8px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.35), rgba(37, 99, 235, 0.25));
    filter: blur(2px);
    z-index: 0;
}

.tip-hero-founder-card {
    position: relative;
    z-index: 1;
    padding: 0.75rem;
    border-radius: 28px;
    overflow: visible;
}

.tip-img-hero-founder {
    height: clamp(420px, 52vh, 560px);
    object-fit: cover;
    object-position: center 15%;
    border-radius: 22px;
}

.tip-hero-founder-badge {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    border-radius: 14px;
    background: rgba(10, 22, 40, 0.82);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.tip-hero-founder-badge .bi-patch-check-fill {
    color: var(--academy-orange);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.tip-hero-founder-caption {
    font-size: 0.95rem;
    color: var(--tip-text-muted);
    max-width: 28rem;
    line-height: 1.5;
}

.tip-hero-founder-wrap .tip-hero-float-1 { top: 6%; right: -4%; }
.tip-hero-founder-wrap .tip-hero-float-2 { bottom: 28%; left: -8%; }
.tip-hero-founder-wrap .tip-hero-float-3 { bottom: 12%; right: -2%; }

.tip-hero-float {
    position: absolute;
    background: var(--academy-float-bg);
    color: var(--tip-text);
    border-radius: 12px;
    padding: 0.5rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--tip-border);
}

.tip-hero-float-1 { top: 8%; right: 0; }
.tip-hero-float-2 { bottom: 35%; left: -5%; }
.tip-hero-float-3 { bottom: 8%; right: 10%; }

/* Buttons */
.btn-academy-primary {
    background: var(--academy-orange);
    border: none;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.65rem 1.75rem;
    box-shadow: 0 8px 24px -4px rgba(249, 115, 22, 0.45);
}

.btn-academy-primary:hover {
    background: var(--academy-orange-hover);
    color: #fff;
    transform: translateY(-2px);
}

.btn-academy-outline {
    border: 2px solid var(--academy-heading);
    color: var(--academy-heading);
    font-weight: 700;
    border-radius: 999px;
    background: transparent;
}

.btn-academy-outline:hover {
    background: var(--academy-navy);
    color: var(--academy-text-on-dark);
    border-color: var(--academy-navy);
}

/* Typography */
.tip-academy-h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--academy-heading);
    margin-bottom: 0.75rem;
}

.tip-academy-lead {
    font-size: 1.05rem;
    color: var(--tip-text-muted);
    max-width: 42rem;
}

.tip-academy-eyebrow {
    display: block;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--academy-orange);
    margin-bottom: 0.5rem;
}

.tip-academy-section {
    padding: 5rem 0;
}

.tip-academy-section-alt {
    background: var(--tip-bg-muted);
}

.tip-academy-section-dark {
    background: var(--academy-navy);
    color: var(--academy-text-on-dark);
}

.tip-academy-section-dark .tip-academy-h2,
.tip-academy-section-dark .tip-academy-h3 {
    color: var(--academy-text-on-dark);
}

.tip-academy-section-dark .tip-academy-lead,
.tip-academy-section-dark .text-white-50 {
    color: var(--academy-muted-on-dark) !important;
}

/* Program hub cards */
.tip-programs-hub {
    padding: 4rem 0;
    background: var(--tip-bg);
}

.tip-hub-card {
    display: block;
    height: 100%;
    padding: 0;
    overflow: hidden;
    background: var(--tip-bg-elevated);
    border: 1px solid var(--tip-border);
    border-radius: var(--academy-card-radius);
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.tip-hub-card-body {
    padding: 1.5rem 1.75rem 1.75rem;
}

.tip-hub-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px -16px rgba(10, 22, 40, 0.15);
    border-color: var(--academy-orange);
    color: inherit;
}

.tip-hub-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    color: var(--academy-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.tip-hub-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.tip-hub-card p {
    color: var(--tip-text-muted);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.tip-hub-link {
    font-weight: 700;
    color: var(--academy-orange);
    font-size: 0.9rem;
}

/* Course cards — Kadea style */
.tip-section-head {
    max-width: 720px;
    margin-bottom: 2.5rem;
}

.tip-academy-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.tip-academy-pills span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.9rem;
    background: var(--tip-bg-elevated);
    border: 1px solid var(--tip-border);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tip-text-muted);
}

.tip-academy-course-card {
    position: relative;
    background: var(--tip-bg-elevated);
    border: 1px solid var(--tip-border);
    border-radius: var(--academy-card-radius);
    padding: 1.75rem;
    height: 100%;
    transition: transform 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
}

.tip-academy-course-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -16px rgba(10, 22, 40, 0.12);
}

.tip-academy-course-card.is-featured {
    border-color: var(--academy-orange);
    box-shadow: 0 0 0 1px var(--academy-orange);
}

.tip-academy-course-card.is-women {
    border-color: #c026d3;
}

.tip-academy-course-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
    line-height: 1.3;
}

.tip-academy-course-card p {
    font-size: 0.9rem;
    color: var(--tip-text-muted);
    flex-grow: 1;
    margin-bottom: 1rem;
}

.tip-course-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--academy-orange);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.tip-course-card-icon-soft {
    background: #e0e7ff;
    color: #4f46e5;
}

.tip-course-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    background: var(--academy-orange);
    color: #fff;
}

.tip-course-tag-women {
    background: linear-gradient(135deg, #c026d3, #ec4899);
}

.tip-course-card-meta {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tip-text-muted);
}

.tip-course-card-btn {
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--academy-orange);
    margin-top: auto;
}

.tip-academy-course-card-lg {
    min-height: 280px;
}

/* Quiz banner */
.tip-quiz-banner {
    background: linear-gradient(90deg, #fff7ed, #ffedd5);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    border: 1px solid #fed7aa;
}

/* Impact */
.tip-impact-stat {
    padding: 1.5rem;
}

.tip-impact-val {
    display: block;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: var(--academy-orange);
}

.tip-impact-lbl {
    font-size: 0.85rem;
    color: var(--academy-muted-on-dark);
}

/* Employers, trainers, financing */
.tip-employers-list {
    list-style: none;
    padding: 0;
}

.tip-employers-list li {
    padding: 0.4rem 0;
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

.tip-employers-list .bi-check-lg {
    color: var(--academy-orange);
    font-size: 1.25rem;
}

.tip-employers-card {
    background: var(--tip-bg-elevated);
    border-radius: var(--academy-card-radius);
    padding: 2rem;
    border: 1px solid var(--tip-border);
}

.tip-trainer-card {
    background: var(--tip-bg-elevated);
    border-radius: var(--academy-card-radius);
    padding: 2rem 1.5rem;
    border: 1px solid var(--tip-border);
}

.tip-trainer-avatar {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--tip-gradient);
    color: #fff;
    font-weight: 800;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tip-finance-option {
    background: var(--tip-bg-elevated);
    border-radius: 16px;
    padding: 1.25rem;
    height: 100%;
    border: 1px solid var(--tip-border);
}

.tip-finance-option i {
    font-size: 1.5rem;
    color: var(--academy-orange);
    display: block;
    margin-bottom: 0.5rem;
}

.tip-finance-option p {
    font-size: 0.85rem;
    color: var(--tip-text-muted);
    margin: 0.25rem 0 0;
}

/* Images */
.tip-img-frame {
    border-radius: var(--academy-card-radius);
    overflow: hidden;
    position: relative;
}

.tip-img-hero {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: var(--academy-card-radius);
    display: block;
}

.tip-img-hub {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.tip-img-banner {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: var(--academy-card-radius);
}

.tip-img-side {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.tip-img-card {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.tip-card-img-top-sm .tip-img-card {
    height: 140px;
}

.tip-img-avatar {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.tip-card-with-img {
    padding: 0 !important;
    overflow: hidden;
}

.tip-card-img-top {
    margin: 0;
    overflow: hidden;
}

.tip-card-body-inner {
    padding: 1.25rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}

.tip-card-body-inner .tip-course-tag {
    position: static;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.tip-section-banner {
    box-shadow: var(--tip-shadow);
}

.tip-section-side-img {
    min-height: 300px;
    box-shadow: var(--tip-shadow);
}

.tip-testimonial-avatar-wrap {
    margin-bottom: 1rem;
}

.tip-testimonial-card {
    text-align: left;
}

/* Final CTA with background image */
.tip-final-cta-has-img {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.tip-final-cta-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.tip-final-cta-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--academy-cta-overlay) 0%, rgba(10, 22, 40, 0.75) 100%);
}

.tip-final-cta-has-img .tip-academy-h2,
.tip-final-cta-has-img .tip-academy-lead {
    color: var(--academy-text-on-dark) !important;
}

.tip-img-cta-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tip-final-cta-has-img .container {
    z-index: 1;
}

/* Final CTA fallback */
.tip-final-cta {
    background: linear-gradient(135deg, var(--academy-navy) 0%, var(--academy-navy-soft) 100%);
    padding: 5rem 0;
}

/* Testimonials grid */
.tip-testimonials-grid .tip-testimonial-card {
    background: var(--tip-bg-elevated);
    border-radius: var(--academy-card-radius);
    padding: 2rem;
    height: 100%;
    border: 1px solid var(--tip-border);
}

.tip-testimonial-card p {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1rem;
}

.tip-testimonial-role {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--academy-orange);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Courses section refresh */
.tip-courses-academy .tip-academy-course-card {
    min-height: 220px;
}

/* Footer — see landing.css (loads after this file) */

/* Signature programs — IT Pro Room, WOMEN In IT Support, Corporate AI */
.tip-academy-h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--academy-heading);
    letter-spacing: -0.02em;
}

.tip-academy-program-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
}

.tip-academy-program-badge-room {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
}

.tip-academy-program-badge-women {
    background: linear-gradient(135deg, #fdf4ff, #fce7f3);
    color: #a21caf;
    border: 1px solid #f0abfc;
}

[data-theme="dark"] .tip-academy-program-badge-room {
    background: rgba(34, 197, 94, 0.15);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.35);
}

[data-theme="dark"] .tip-academy-program-badge-women {
    background: rgba(192, 38, 211, 0.15);
    color: #f0abfc;
    border-color: rgba(192, 38, 211, 0.35);
}

.tip-academy-program-acronym {
    color: #c026d3;
    letter-spacing: 0.08em;
}

.tip-academy-program-card {
    background: var(--tip-bg-elevated);
    border: 1px solid var(--tip-border);
    border-radius: var(--academy-card-radius);
    padding: 1.5rem;
    height: 100%;
}

.tip-academy-program-card h3 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    color: var(--academy-heading);
}

.tip-academy-program-card p {
    font-size: 0.9rem;
    color: var(--tip-text-muted);
    margin: 0;
}

.tip-academy-program-card-women {
    border-color: #f0abfc;
}

.tip-academy-program-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.tip-academy-program-card-icon-room {
    background: #dcfce7;
    color: #16a34a;
}

.tip-academy-program-card-icon-women {
    background: linear-gradient(135deg, #fdf4ff, #fce7f3);
    color: #c026d3;
}

.tip-academy-program-card-icon-corporate {
    background: #e0e7ff;
    color: #4f46e5;
}

.tip-academy-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tip-academy-checklist li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    padding: 0.45rem 0;
    font-size: 0.95rem;
}

.tip-academy-checklist .bi-check-circle-fill {
    color: var(--academy-orange);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.tip-academy-checklist-women .bi-check-circle-fill {
    color: #c026d3;
}

.tip-academy-program-quote {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 14px;
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
    color: var(--tip-text-muted);
}

[data-theme="dark"] .tip-academy-program-quote {
    background: rgba(249, 115, 22, 0.1);
    border-color: rgba(249, 115, 22, 0.25);
}

.tip-academy-program-price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--academy-heading);
}

.tip-academy-program-price small {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--tip-text-muted);
}

.tip-academy-program-who {
    font-size: 0.95rem;
    color: var(--tip-text-muted);
    padding: 1rem 1.25rem;
    background: var(--tip-bg-muted);
    border-radius: 14px;
    border-left: 4px solid #c026d3;
}

.btn-academy-room {
    background: #16a34a;
    border: none;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.65rem 1.75rem;
    box-shadow: 0 8px 24px -4px rgba(22, 163, 74, 0.45);
}

.btn-academy-room:hover {
    background: #15803d;
    color: #fff;
    transform: translateY(-2px);
}

.btn-academy-women {
    background: linear-gradient(135deg, #c026d3, #ec4899);
    border: none;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.65rem 1.75rem;
    box-shadow: 0 8px 24px -4px rgba(192, 38, 211, 0.45);
}

.btn-academy-women:hover {
    color: #fff;
    filter: brightness(1.05);
    transform: translateY(-2px);
}

.tip-academy-steps-panel {
    background: var(--tip-bg-elevated);
    border: 1px solid var(--tip-border);
    border-radius: var(--academy-card-radius);
    padding: 2rem;
    box-shadow: 0 20px 40px -20px rgba(10, 22, 40, 0.12);
}

.tip-academy-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.tip-academy-steps li {
    display: flex;
    gap: 1rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid var(--tip-border);
}

.tip-academy-steps li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tip-academy-step-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #dcfce7;
    color: #166534;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.tip-academy-steps strong {
    display: block;
    margin-bottom: 0.25rem;
}

.tip-academy-steps p {
    font-size: 0.88rem;
    color: var(--tip-text-muted);
    margin: 0;
}

.tip-academy-program-room .tip-room-chat-mock {
    margin-top: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--tip-border);
}

.tip-academy-program-room .tip-room-chat-header {
    background: #075e54;
    color: #fff;
    padding: 0.65rem 1rem;
    font-weight: 700;
    font-size: 0.85rem;
}

.tip-academy-program-room .tip-room-chat-msg {
    padding: 0.55rem 0.85rem;
    margin: 0.5rem 0.75rem;
    border-radius: 12px;
    font-size: 0.82rem;
    max-width: 88%;
}

.tip-academy-program-room .tip-room-chat-in {
    background: #fff;
    margin-right: auto;
}

.tip-academy-program-room .tip-room-chat-out {
    background: #dcf8c6;
    margin-left: auto;
}

.tip-academy-women-aside {
    background: var(--tip-bg-elevated);
    border: 1px solid #f0abfc;
    border-radius: var(--academy-card-radius);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.tip-academy-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.tip-academy-stat {
    text-align: center;
    padding: 0.75rem 0.5rem;
    background: linear-gradient(135deg, #fdf4ff, #fce7f3);
    border-radius: 12px;
}

.tip-academy-stat-val {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: #a21caf;
}

.tip-academy-stat-lbl {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--tip-text-muted);
    line-height: 1.2;
}

.tip-academy-testimonial-quote {
    margin: 0;
    padding: 0;
    border: none;
}

.tip-academy-testimonial-quote p {
    font-style: italic;
    font-size: 0.95rem;
    color: var(--tip-text-muted);
    margin-bottom: 0.75rem;
}

.tip-academy-testimonial-quote footer {
    font-size: 0.8rem;
    font-weight: 700;
    color: #c026d3;
}

.tip-academy-program-cta-panel {
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    border: 1px solid #c7d2fe;
    border-radius: var(--academy-card-radius);
    padding: 2.5rem 2rem;
}

[data-theme="dark"] .tip-academy-program-cta-panel {
    background: rgba(79, 70, 229, 0.12);
    border-color: rgba(99, 102, 241, 0.35);
}

.tip-academy-program-corporate .tip-academy-eyebrow {
    color: #4f46e5;
}

.tip-cert-card {
    border-color: #c7d2fe;
}

.tip-cert-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.tip-cert-vendor {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4f46e5;
}

.tip-cert-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tip-cert-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.tip-cert-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 0.5rem;
}

.tip-cert-highlights li {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    font-size: 0.88rem;
    color: var(--tip-text-muted);
    padding: 0.35rem 0;
}

.tip-cert-highlights .bi-check-lg {
    color: var(--academy-orange);
    flex-shrink: 0;
}

.tip-cert-hero-frame .tip-img-banner {
    min-height: 340px;
    object-position: center 20%;
}

.tip-cert-price-inline {
    font-weight: 700;
    color: var(--academy-heading);
}

.tip-cert-price-inline em {
    font-style: normal;
    font-weight: 600;
    color: var(--tip-text-muted);
    font-size: 0.85em;
}

.tip-pricing-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
    margin-bottom: 1rem;
}

.tip-pricing-price .tip-price-amount,
.tip-academy-program-price .tip-price-amount {
    font-size: 2rem;
    font-weight: 800;
    color: var(--academy-heading);
    line-height: 1.1;
}

.tip-pricing-price small,
.tip-academy-program-price small,
.tip-price-period {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--tip-text-muted);
}

.tip-course-price-tag {
    font-weight: 800;
    color: var(--academy-orange);
    font-size: 0.85rem;
}

.tip-pricing-badge-cert {
    background: #e0e7ff;
    color: #4338ca;
}

.tip-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    font-size: 0.9rem;
}

.tip-pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: var(--tip-text-muted);
}

.tip-pricing-features .bi-check-lg {
    color: var(--academy-orange);
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.tip-pricing-popular {
    border-color: var(--academy-orange);
    box-shadow: 0 8px 32px rgba(234, 88, 12, 0.12);
}

.tip-pricing-badge-popular {
    background: var(--academy-orange);
    color: #fff;
}

/* Coach CV / trust section */
.tip-coach-cv-section-head {
    max-width: 52rem;
    margin: 0 auto 3rem;
}

.tip-coach-cv-section-title {
    font-size: clamp(2rem, 4.5vw, 2.85rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--academy-heading);
    margin: 0.75rem 0 1rem;
}

.tip-coach-cv-section-lead {
    font-size: 1.12rem;
    line-height: 1.65;
    color: var(--tip-text-muted);
    max-width: 42rem;
}

.tip-coach-cv-profile {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 48px -20px rgba(10, 22, 40, 0.25);
    margin-bottom: 1.25rem;
}

.tip-coach-cv-photo {
    width: 100%;
    height: auto;
    min-height: 320px;
    max-height: 420px;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}

.tip-coach-cv-profile-card {
    padding: 0 0.25rem;
}

.tip-coach-cv-name {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--academy-heading);
    margin: 0.5rem 0 0.25rem;
    line-height: 1.15;
}

.tip-coach-cv-role {
    font-weight: 700;
    color: var(--academy-orange);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.tip-coach-cv-intro {
    color: var(--tip-text-muted);
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.tip-coach-cv-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.tip-coach-cv-stat {
    background: var(--tip-bg-elevated);
    border: 1px solid var(--tip-border);
    border-radius: 14px;
    padding: 0.75rem 1rem;
    text-align: center;
}

.tip-coach-cv-stat-val {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--academy-heading);
    line-height: 1.1;
}

.tip-coach-cv-stat-lbl {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--tip-text-muted);
    margin-top: 0.2rem;
}

.tip-coach-cv-social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--academy-heading);
    text-decoration: none;
    margin-right: 1rem;
}

.tip-coach-cv-social-link:hover {
    color: var(--academy-orange);
}

.tip-coach-cv-blocks {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.tip-coach-cv-block {
    background: var(--tip-bg-elevated);
    border: 1px solid var(--tip-border);
    border-radius: 20px;
    padding: 1.5rem 1.75rem;
}

.tip-coach-cv-block-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.5rem;
}

.tip-coach-cv-block-head h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0;
    color: var(--academy-heading);
}

.tip-coach-cv-block-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff3e8;
    color: var(--academy-orange);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.tip-coach-cv-block-icon-training { background: #e0e7ff; color: #4338ca; }
.tip-coach-cv-block-icon-cert { background: #dcfce7; color: #15803d; }
.tip-coach-cv-block-icon-exp { background: #e0f2fe; color: #0369a1; }

.tip-coach-cv-block-lead {
    font-size: 0.95rem;
    color: var(--tip-text-muted);
    margin-bottom: 1rem;
}

.tip-coach-cv-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.85rem;
}

.tip-coach-cv-grid li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    padding: 0.75rem;
    border-radius: 12px;
    background: var(--tip-bg);
    border: 1px solid var(--tip-border);
}

.tip-coach-cv-grid li > .bi {
    color: var(--academy-orange);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.tip-coach-cv-grid strong {
    display: block;
    font-size: 0.9rem;
    color: var(--academy-heading);
}

.tip-coach-cv-grid span {
    font-size: 0.82rem;
    color: var(--tip-text-muted);
    line-height: 1.45;
}

.tip-coach-cv-timeline {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tip-coach-cv-timeline li {
    display: flex;
    gap: 0.85rem;
    padding-bottom: 1.1rem;
    margin-bottom: 1.1rem;
    border-bottom: 1px solid var(--tip-border);
}

.tip-coach-cv-timeline li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.tip-coach-cv-timeline-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--tip-bg);
    border: 1px solid var(--tip-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--academy-orange);
    flex-shrink: 0;
}

.tip-coach-cv-timeline-meta {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--academy-orange);
    margin-bottom: 0.15rem;
}

.tip-coach-cv-timeline strong {
    display: block;
    font-size: 0.95rem;
    color: var(--academy-heading);
}

.tip-coach-cv-timeline p {
    font-size: 0.85rem;
    color: var(--tip-text-muted);
    margin: 0.35rem 0 0;
    line-height: 1.5;
}

.tip-coach-cv-cert-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tip-coach-cv-cert-list li {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--tip-border);
}

.tip-coach-cv-cert-list li:last-child {
    border-bottom: none;
}

.tip-coach-cv-cert-badge {
    min-width: 4.5rem;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 0.35rem 0.5rem;
    border-radius: 8px;
    background: #dcfce7;
    color: #15803d;
    flex-shrink: 0;
}

.tip-coach-cv-cert-list strong {
    display: block;
    font-size: 0.88rem;
    color: var(--academy-heading);
}

.tip-coach-cv-cert-list span {
    font-size: 0.78rem;
    color: var(--tip-text-muted);
}

.tip-coach-cv-block-head h3,
.tip-coach-cv-stat-val,
.tip-coach-cv-grid strong,
.tip-coach-cv-timeline strong {
    color: var(--academy-heading);
}

@media (max-width: 991.98px) {
    .tip-coach-cv-photo {
        min-height: 280px;
        max-height: 360px;
    }
}

@media (max-width: 991.98px) {
    .tip-hero-float { display: none; }
    .tip-academy-section { padding: 3.5rem 0; }
    .tip-academy-stat-grid { grid-template-columns: 1fr; }
}
