/*
 * Teachers CSS Bundle: ftce-public.bundle.css
 * Auto-generated by scripts/bundle_teachers_css.py
 * DO NOT EDIT - Edit source files instead
 *
 * Sources: ftce-public.css, ftce-public-tablet.css, ftce-public-mobile.css, ftce-public-landscape.css
 */

/* === ftce-public.css === */

/**
 * FTCE Public Pages — Desktop (default)
 * Shared styles for course page + free signup landing.
 */

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #fff;
    color: #2d3748;
}

/* === PUBLIC NAV === */
.fp-nav {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 24px;
    position: sticky;
    top: 0;
    z-index: 100;
}
.fp-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fp-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.fp-brand-logo { height: 40px; }
.fp-brand-text { display: flex; flex-direction: column; }
.fp-brand-name { font-size: 1.1rem; font-weight: 700; color: #1a202c; }
.fp-brand-sub { font-size: 0.65rem; font-weight: 500; color: #718096; text-transform: uppercase; letter-spacing: 0.5px; }

.fp-nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
}
.fp-nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4a5568;
    text-decoration: none;
}
.fp-nav-link:hover { color: #1a202c; }
.fp-nav-link.active { color: #b8860b; font-weight: 600; }
.fp-nav-signin {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4a5568;
    background: none;
    border: none;
    cursor: pointer;
}
.fp-nav-signin:hover { color: #1a202c; }
.fp-nav-cta {
    padding: 8px 20px;
    background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%);
    color: #fff;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}
.fp-nav-cta:hover { opacity: 0.92; }

/* === BUTTONS === */
.fp-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.15s;
    cursor: pointer;
    border: none;
}
.fp-btn.primary {
    background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%);
    color: #fff;
}
.fp-btn.primary:hover { opacity: 0.92; }
.fp-btn.outline {
    background: #fff;
    border: 2px solid #d4a017;
    color: #b8860b;
}
.fp-btn.outline:hover { background: #fffbeb; }
.fp-btn.large { padding: 16px 36px; font-size: 1.05rem; }

/* === HERO === */
.fp-hero {
    padding: 60px 24px 48px;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}
.fp-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 48px;
}
.fp-hero-text { flex: 1; }
.fp-hero-img { flex: 1; }
.fp-hero-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #b8860b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
}
.fp-hero h1 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1a202c;
    line-height: 1.2;
    margin-bottom: 16px;
}
.fp-hero p {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 24px;
}
.fp-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
/* Centered variant — used by the final CTA section where the surrounding
   text is center-aligned and the buttons should follow suit. */
.fp-hero-actions-centered {
    justify-content: center;
}

/* Small tag used next to feature titles (e.g. "Included with Full Access"). */
.fp-feature-tag {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #fef3c7;
    color: #7b5f11;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.fp-hero-note {
    font-size: 0.8rem;
    color: #a0aec0;
}
.fp-screenshot {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}

/* Centered hero (free signup page) */
.fp-hero-centered {
    text-align: center;
    padding: 50px 24px 40px;
}
.fp-hero-centered-content {
    max-width: 640px;
    margin: 0 auto;
}
.fp-hero-logo {
    height: 168px;
    margin: 0 auto 16px;
    display: block;
}
.fp-hero-centered h1 {
    font-size: 2.2rem;
    margin-bottom: 16px;
}
.fp-hero-desc {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 28px;
}

/* === SECTIONS === */
.fp-section-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.fp-section-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a202c;
    text-align: center;
    margin-bottom: 8px;
}
.fp-section-subtitle {
    font-size: 1rem;
    color: #718096;
    text-align: center;
    margin-bottom: 40px;
}

/* === FEATURES GRID === */
.fp-features {
    padding: 64px 24px;
    background: #f8f9fa;
}
.fp-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.fp-feature {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    transition: box-shadow 0.2s;
}
.fp-feature:hover { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); }
.fp-feature-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 16px;
    border: 1px solid #e2e8f0;
}
.fp-feature h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 6px;
}
.fp-feature p {
    font-size: 0.88rem;
    color: #4a5568;
    line-height: 1.5;
}

/* === INSTRUCTOR === */
.fp-instructor {
    padding: 64px 24px;
}
.fp-instructor-layout {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
}
.fp-instructor-photo { flex: 0 0 280px; }
.fp-instructor-img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}
.fp-instructor-text { flex: 1; }
.fp-instructor-text h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 4px;
}
.fp-instructor-cred {
    font-size: 0.85rem;
    color: #b8860b;
    font-weight: 600;
    margin-bottom: 16px;
}
.fp-instructor-text p {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 12px;
}
.fp-instructor-highlight {
    font-style: italic;
    color: #718096;
}

/* === REVIEWS === */
.fp-reviews {
    padding: 64px 24px;
    background: #f8f9fa;
}
.fp-review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.fp-review {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
}
.fp-review-stars {
    color: #d4a017;
    font-size: 1rem;
    margin-bottom: 10px;
}
.fp-review p {
    font-size: 0.88rem;
    color: #4a5568;
    line-height: 1.5;
    margin-bottom: 12px;
}
.fp-review-name {
    font-size: 0.8rem;
    font-weight: 600;
    color: #718096;
}

/* === FREE INCLUDES (signup page) === */
.fp-free-includes {
    padding: 64px 24px;
}
.fp-free-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.fp-free-card {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
}
.fp-free-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 14px;
    border: 1px solid #e2e8f0;
}
.fp-free-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 6px;
}
.fp-free-card p {
    font-size: 0.88rem;
    color: #4a5568;
    line-height: 1.5;
}

/* === UPGRADE PREVIEW (signup page) === */
.fp-upgrade-preview {
    padding: 64px 24px;
    background: #f8f9fa;
}
.fp-upgrade-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
}
.fp-upgrade-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
}
.fp-upgrade-item strong {
    display: block;
    font-size: 0.95rem;
    color: #1a202c;
    margin-bottom: 4px;
}
.fp-upgrade-item p {
    font-size: 0.82rem;
    color: #718096;
    line-height: 1.4;
}

/* === FINAL CTA === */
.fp-final-cta {
    padding: 64px 24px;
    text-align: center;
}
.fp-cta-logo {
    height: 48px;
    margin-bottom: 16px;
}
.fp-final-cta h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 8px;
}
.fp-final-cta p {
    font-size: 1rem;
    color: #718096;
    margin-bottom: 24px;
}
.fp-final-note {
    margin-top: 18px;
    font-size: 0.88rem;
    color: #a0aec0;
}
.fp-final-note a {
    color: #b8860b;
    text-decoration: underline;
}
.fp-final-note a:hover { color: #8b6508; }

/* === FOOTER === */
.fp-footer {
    padding: 32px 24px;
    background: #1a202c;
    color: #a0aec0;
}
.fp-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.fp-footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #e2e8f0;
}
.fp-footer-logo { height: 28px; }
.fp-footer-links {
    display: flex;
    gap: 24px;
}
.fp-footer-links a {
    font-size: 0.82rem;
    color: #a0aec0;
    text-decoration: none;
}
.fp-footer-links a:hover { color: #e2e8f0; }
.fp-footer-copy {
    font-size: 0.75rem;
    color: #718096;
}

/* === LEGAL PAGES (terms, privacy) === */
.fp-legal {
    padding: 48px 24px 64px;
}
.fp-legal-inner {
    max-width: 720px;
    margin: 0 auto;
}
.fp-legal h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 4px;
}
.fp-legal-updated {
    font-size: 0.85rem;
    color: #a0aec0;
    margin-bottom: 32px;
}
.fp-legal h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a202c;
    margin-top: 28px;
    margin-bottom: 8px;
}
.fp-legal h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2d3748;
    margin-top: 16px;
    margin-bottom: 6px;
}
.fp-legal p {
    font-size: 0.92rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 12px;
}
.fp-legal ul {
    margin: 0 0 12px 20px;
    padding: 0;
}
.fp-legal li {
    font-size: 0.92rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 4px;
}
.fp-legal a {
    color: #b8860b;
    text-decoration: none;
}
.fp-legal a:hover {
    text-decoration: underline;
}

/* === Image Lightbox === */
.fp-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.fp-lightbox.active { display: flex; }
.fp-lightbox-img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 10px;
    box-shadow: 0 8px 60px rgba(0, 0, 0, 0.4);
    object-fit: contain;
}
.fp-lightbox-close {
    position: fixed;
    top: 16px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    z-index: 2001;
    transition: background 0.15s;
}
.fp-lightbox-close:hover { background: rgba(255, 255, 255, 0.3); }


/* === ftce-public-tablet.css === */

/**
 * FTCE Public Pages — Tablet
 */
@media (max-width: 1024px) and (min-width: 769px) {
    .fp-hero h1 { font-size: 2rem; }
    .fp-hero-content { gap: 32px; }
    .fp-feature-grid { grid-template-columns: 1fr 1fr; }
    .fp-review-grid { grid-template-columns: 1fr 1fr; }
    .fp-free-grid { grid-template-columns: 1fr 1fr; }
    .fp-upgrade-grid { grid-template-columns: 1fr 1fr; }
    .fp-instructor-photo { flex: 0 0 220px; }
}


/* === ftce-public-mobile.css === */

/**
 * FTCE Public Pages — Mobile Portrait
 */
@media (max-width: 768px) and (orientation: portrait) {
    .fp-nav { padding: 10px 16px; }
    .fp-brand-logo { height: 32px; }
    .fp-brand-name { font-size: 0.95rem; }
    .fp-brand-sub { font-size: 0.55rem; }

    /* Hide text nav links on mobile, keep CTA */
    .fp-nav-link { display: none; }
    .fp-nav-signin { display: none; }
    .fp-nav-cta { padding: 6px 14px; font-size: 0.8rem; }

    .fp-hero { padding: 32px 16px; }
    .fp-hero-content { flex-direction: column; gap: 24px; }
    .fp-hero h1 { font-size: 1.6rem; }
    .fp-hero p { font-size: 0.95rem; }
    .fp-hero-actions { flex-direction: column; }
    .fp-btn.large { width: 100%; padding: 16px; }

    .fp-hero-centered { padding: 40px 16px; }
    .fp-hero-centered h1 { font-size: 1.5rem; }
    .fp-hero-logo { height: 44px; }

    .fp-features, .fp-reviews, .fp-free-includes, .fp-upgrade-preview { padding: 40px 16px; }
    .fp-section-title { font-size: 1.4rem; }
    .fp-feature-grid { grid-template-columns: 1fr; }
    .fp-review-grid { grid-template-columns: 1fr; }
    .fp-free-grid { grid-template-columns: 1fr; }
    .fp-upgrade-grid { grid-template-columns: 1fr 1fr; }

    .fp-instructor { padding: 40px 16px; }
    .fp-instructor-layout { flex-direction: column; gap: 24px; text-align: center; }
    .fp-instructor-photo { flex: none; width: 200px; margin: 0 auto; }
    .fp-instructor-text h2 { font-size: 1.3rem; }

    .fp-final-cta { padding: 40px 16px; }
    .fp-final-cta h2 { font-size: 1.4rem; }
    .fp-cta-logo { height: 40px; }

    .fp-footer-inner { flex-direction: column; text-align: center; }
    .fp-footer-links { justify-content: center; }

    /* Upgrade modal responsive */
    .fd-upgrade-modal { padding: 24px 20px; }
    .fd-upgrade-modal h2 { font-size: 1.1rem; }
}


/* === ftce-public-landscape.css === */

/**
 * FTCE Public Pages — Mobile Landscape
 */
@media (max-width: 768px) and (orientation: landscape) {
    .fp-hero { padding: 24px 16px; }
    .fp-hero h1 { font-size: 1.5rem; }
    .fp-hero-content { gap: 24px; }

    .fp-hero-centered { padding: 32px 16px; }
    .fp-hero-centered h1 { font-size: 1.4rem; }

    .fp-feature-grid { grid-template-columns: 1fr 1fr; }
    .fp-review-grid { grid-template-columns: 1fr 1fr; }
    .fp-free-grid { grid-template-columns: 1fr 1fr; }
    .fp-upgrade-grid { grid-template-columns: 1fr 1fr; }

    .fp-instructor-layout { gap: 24px; }
    .fp-instructor-photo { flex: 0 0 180px; }
}
