﻿/* =====================================================
   SchoolEdge Timetabler Product Page
   Suggested file: timetabler-product.css
   ===================================================== */

.timetabler-product-page {
    background-color: #ffffff;
    color: #172033;
}


    /* =====================================================
   Shared Headings
   ===================================================== */

    .timetabler-product-page .tt-product-eyebrow,
    .timetabler-product-page .tt-section-eyebrow {
        display: inline-block;
        color: #1977cc;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.09em;
        text-transform: uppercase;
    }


/* =====================================================
   Hero
   ===================================================== */

.tt-product-hero {
  margin-top:5%;
}

    .tt-product-hero h1 {
        color: #172033;
        line-height: 1.12;
        letter-spacing: -0.035em;
    }

.tt-hero-supporting-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    color: #6c7a8e;
    font-size: 0.93rem;
}

    .tt-hero-supporting-text a {
        color: #1977cc;
        font-weight: 600;
        text-decoration: none;
    }

        .tt-hero-supporting-text a:hover {
            text-decoration: underline;
        }

.tt-platform-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 13px;
    background-color: #eaf4fe;
    border-radius: 50rem;
    color: #1977cc;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tt-hero-visual {
    overflow: hidden;
    padding: 14px;
    background-color: #ffffff;
    border: 1px solid #dfe7f0;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(20, 45, 75, 0.12);
}

    .tt-hero-visual img {
        width: 100%;
        border-radius: 12px;
    }


/* =====================================================
   Trust Strip
   ===================================================== */

.tt-trust-strip {
    background-color: #ffffff;
    border-top: 1px solid #e8edf3;
    border-bottom: 1px solid #e8edf3;
}

.tt-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 88px;
    padding: 18px 12px;
    border-right: 1px solid #e8edf3;
}

.tt-trust-strip .row > div:last-child .tt-trust-item {
    border-right: 0;
}

.tt-trust-number {
    color: #1977cc;
    font-size: 0.72rem;
    font-weight: 800;
}

.tt-trust-label {
    color: #344054;
    font-size: 0.92rem;
    font-weight: 700;
}


/* =====================================================
   Challenge Section
   ===================================================== */

.tt-challenge-section {
    background-color: #ffffff;
}

.tt-problem-card {
    padding: 28px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(20, 45, 75, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

    .tt-problem-card:hover {
        transform: translateY(-5px);
        border-color: rgba(25, 119, 204, 0.30);
        box-shadow: 0 18px 40px rgba(20, 45, 75, 0.10);
    }

.tt-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #edf6ff;
    border-radius: 12px;
    color: #1977cc;
    font-size: 0.78rem;
    font-weight: 800;
}

.tt-challenge-callout {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 22px;
    background-color: #f7faff;
    border: 1px solid #dceaf7;
    border-radius: 14px;
    color: #46566c;
    line-height: 1.65;
}

.tt-callout-check {
    display: inline-flex;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #1977cc;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
}


/* =====================================================
   Overview
   ===================================================== */

.tt-overview-section {
    /*background-color: #f8fafc;*/
}

.tt-screenshot-frame {
    overflow: hidden;
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #dfe6ee;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(20, 45, 75, 0.09);
}

    .tt-screenshot-frame img {
        width: 100%;
        border-radius: 10px;
    }

.tt-outcome-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tt-outcome-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.tt-product-check {
    display: inline-flex;
    flex: 0 0 27px;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    background-color: #e9f4ff;
    border-radius: 50%;
    color: #1977cc;
    font-size: 0.8rem;
    font-weight: 800;
}


/* =====================================================
   Main Section Heading
   ===================================================== */

.tt-section-heading {
    background-color: #ffffff;
}


/* =====================================================
   Feature Sections
   ===================================================== */

.tt-feature-section {
    background-color: #ffffff;
}

.tt-feature-alt {
   /* background-color: #f8fafc;*/
}

.tt-feature-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 38px;
    padding: 0 13px;
    background-color: #edf6ff;
    border-radius: 10px;
    color: #1977cc;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.tt-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tt-feature-list li {
        position: relative;
        margin-bottom: 13px;
        padding-left: 29px;
        color: #445268;
        line-height: 1.55;
    }

        .tt-feature-list li:last-child {
            margin-bottom: 0;
        }

        .tt-feature-list li::before {
            position: absolute;
            top: 2px;
            left: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 19px;
            height: 19px;
            background-color: #e9f6ef;
            border-radius: 50%;
            color: #198754;
            content: "✓";
            font-size: 0.68rem;
            font-weight: 800;
        }


/* =====================================================
   How It Works
   ===================================================== */

.tt-process-section {
    /*background-color: #f7faff;*/
}

.tt-process-card {
    padding: 29px;
    background-color: #ffffff;
    border: 1px solid #e1e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(20, 45, 75, 0.05);
}

.tt-process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #1977cc;
    border-radius: 13px;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
}


/* =====================================================
   Timetable Outputs
   ===================================================== */

.tt-output-section {
    background-color: #ffffff;
}

.tt-output-card {
    padding: 28px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(20, 45, 75, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

    .tt-output-card:hover {
        transform: translateY(-5px);
        border-color: rgba(25, 119, 204, 0.30);
        box-shadow: 0 18px 40px rgba(20, 45, 75, 0.10);
    }

.tt-output-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #edf6ff;
    border-radius: 12px;
    color: #1977cc;
    font-size: 0.78rem;
    font-weight: 800;
}


/* =====================================================
   Output Preview
   ===================================================== */

.tt-output-preview-section {
   /* background-color: #f8fafc;*/
}

.tt-output-showcase {
    overflow: hidden;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #dfe6ee;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(20, 45, 75, 0.10);
}

    .tt-output-showcase img {
        width: 100%;
        border-radius: 10px;
    }


/* =====================================================
   Benefits
   ===================================================== */

.tt-benefits-section {
    background-color: #ffffff;
}

.tt-benefit-card {
    padding: 28px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
}

.tt-benefit-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #edf6ff;
    border-radius: 12px;
    color: #1977cc;
    font-size: 0.78rem;
    font-weight: 800;
}


/* =====================================================
   GLightbox Screenshot Gallery
   ===================================================== */

.tt-gallery-section {
    /*background-color: #f7faff;*/
}

.tt-gallery-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.tt-gallery-card {
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    box-shadow: 0 11px 30px rgba(20, 45, 75, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

    .tt-gallery-card:hover {
        transform: translateY(-6px);
        border-color: rgba(25, 119, 204, 0.30);
        box-shadow: 0 20px 44px rgba(20, 45, 75, 0.13);
    }

    .tt-gallery-card img {
        display: block;
        width: 100%;
        height: 220px;
        background-color: #f4f7fa;
        object-fit: cover;
        object-position: top;
        transition: transform 0.35s ease;
    }

    .tt-gallery-card:hover img {
        transform: scale(1.03);
    }

.tt-gallery-caption {
    padding: 16px 17px;
    color: #344054;
    font-size: 0.93rem;
    font-weight: 700;
    text-align: center;
    transition: color 0.25s ease;
}

.tt-gallery-card:hover .tt-gallery-caption {
    color: #1977cc;
}


/* =====================================================
   Desktop Application Section
   ===================================================== */

.tt-desktop-section {
    background-color: #ffffff;
}

.tt-desktop-benefit {
    padding: 22px;
    background-color: #f8fbff;
    border: 1px solid #e0eaf4;
    border-radius: 14px;
}


/* =====================================================
   User Cards
   ===================================================== */

.tt-users-section {
   /* background-color: #f8fafc;*/
}

.tt-user-card {
    padding: 28px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(20, 45, 75, 0.05);
}

.tt-user-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #edf6ff;
    border-radius: 12px;
    color: #1977cc;
    font-size: 0.78rem;
    font-weight: 800;
}


/* =====================================================
   Implementation Process
   ===================================================== */

.tt-implementation-section {
    background-color: #ffffff;
}

.tt-implementation-card {
    padding: 22px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    text-align: center;
}

.tt-implementation-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #1977cc;
    border-radius: 12px;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
}


/* =====================================================
   Pricing Preview
   ===================================================== */

.tt-pricing-preview {
    /*background-color: #f7faff;*/
}

.tt-price-card {
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e1e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(20, 45, 75, 0.05);
    text-align: center;
}

.tt-price-featured {
    border: 2px solid #1977cc;
    box-shadow: 0 15px 38px rgba(25, 119, 204, 0.13);
}

.tt-price-label {
    display: inline-block;
    padding: 6px 12px;
    background-color: #edf6ff;
    border-radius: 50rem;
    color: #1977cc;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}


/* =====================================================
   FAQ
   ===================================================== */

.tt-faq-section {
    background-color: #ffffff;
}

.tt-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 14px;
    background-color: #ffffff;
    border: 1px solid #e1e7ee;
    border-radius: 12px;
}

.tt-accordion .accordion-button {
    padding: 20px 22px;
    background-color: #ffffff;
    color: #172033;
    font-weight: 700;
    box-shadow: none;
}

    .tt-accordion .accordion-button:not(.collapsed) {
        background-color: #f4f9fe;
        color: #1977cc;
    }

    .tt-accordion .accordion-button:focus {
        border-color: transparent;
        box-shadow: none;
    }

.tt-accordion .accordion-body {
    padding: 6px 22px 22px;
    color: #5d6b7e;
    line-height: 1.7;
}


/* =====================================================
   Final CTA
   ===================================================== */

.tt-final-cta {
    background-color: #ffffff;
}

.tt-final-cta-inner {
    padding: 44px;
    background-color: #1977cc;
    border-radius: 20px;
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(25, 119, 204, 0.18);
}

    .tt-final-cta-inner p {
        color: rgba(255, 255, 255, 0.88);
    }

.tt-final-eyebrow {
    display: inline-block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}


/* =====================================================
   Buttons
   ===================================================== */

.timetabler-product-page .btn {
    border-radius: 10px;
    font-weight: 600;
}

.timetabler-product-page .btn-primary {
    background-color: #1977cc;
    border-color: #1977cc;
}

    .timetabler-product-page .btn-primary:hover,
    .timetabler-product-page .btn-primary:focus {
        background-color: #1468b5;
        border-color: #1468b5;
    }

.timetabler-product-page .btn-outline-primary {
    border-color: #1977cc;
    color: #1977cc;
}

    .timetabler-product-page .btn-outline-primary:hover,
    .timetabler-product-page .btn-outline-primary:focus {
        background-color: #1977cc;
        border-color: #1977cc;
        color: #ffffff;
    }

.tt-final-cta-inner .btn-outline-light:hover,
.tt-final-cta-inner .btn-outline-light:focus {
    background-color: #ffffff;
    color: #1977cc;
}


/* =====================================================
   Responsive Adjustments
   ===================================================== */

@media (max-width: 991.98px) {

    .tt-trust-item {
        border-bottom: 1px solid #e8edf3;
    }

    .tt-trust-strip .row > div:nth-child(2) .tt-trust-item {
        border-right: 0;
    }

    .tt-trust-strip .row > div:nth-child(3) .tt-trust-item,
    .tt-trust-strip .row > div:nth-child(4) .tt-trust-item {
        border-bottom: 0;
    }

    .tt-final-cta-inner {
        padding: 36px 30px;
    }
}


@media (max-width: 575.98px) {

    .tt-trust-item {
        flex-direction: column;
        gap: 5px;
        min-height: 105px;
        text-align: center;
    }

    .tt-hero-supporting-text {
        align-items: flex-start;
        flex-direction: column;
    }

    .tt-hero-visual,
    .tt-screenshot-frame,
    .tt-output-showcase {
        padding: 8px;
        border-radius: 14px;
    }

    .tt-problem-card,
    .tt-process-card,
    .tt-output-card,
    .tt-benefit-card,
    .tt-user-card,
    .tt-price-card {
        padding: 24px;
    }

    .tt-gallery-card img {
        height: 210px;
    }

    .tt-final-cta-inner {
        padding: 30px 24px;
        border-radius: 16px;
    }
}
