﻿/* =====================================================
   SchoolEdge Workbook Product Page
   Suggested file: workbook-product.css
   ===================================================== */

.workbook-product-page {
    background-color: #ffffff;
    color: #172033;
}


    /* =====================================================
   Shared Headings
   ===================================================== */

    .workbook-product-page .product-eyebrow,
    .workbook-product-page .section-eyebrow {
        display: inline-block;
        color: #1977cc;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.09em;
        text-transform: uppercase;
    }


/* =====================================================
   Hero
   ===================================================== */

.product-hero {
  margin-top:5%;
}

    .product-hero h1 {
        color: #172033;
        line-height: 1.12;
        letter-spacing: -0.035em;
    }

.product-login-link {
    color: #6c7a8e;
    font-size: 0.94rem;
}

    .product-login-link a {
        color: #1977cc;
        font-weight: 600;
        text-decoration: none;
    }

        .product-login-link a:hover {
            text-decoration: underline;
        }

.product-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);
}

    .product-hero-visual img {
        width: 100%;
        border-radius: 12px;
    }


/* =====================================================
   Trust Strip
   ===================================================== */

.product-trust-strip {
    background-color: #ffffff;
    border-top: 1px solid #e8edf3;
    border-bottom: 1px solid #e8edf3;
}

.trust-strip-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 88px;
    padding: 18px 12px;
    border-right: 1px solid #e8edf3;
}

.product-trust-strip .row > div:last-child .trust-strip-item {
    border-right: 0;
}

.trust-strip-number {
    color: #1977cc;
    font-size: 0.72rem;
    font-weight: 800;
}

.trust-strip-label {
    color: #344054;
    font-size: 0.92rem;
    font-weight: 700;
}


/* =====================================================
   Overview
   ===================================================== */

.product-overview-section {
    background-color: #ffffff;
}

.product-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);
}

    .product-screenshot-frame img {
        width: 100%;
        border-radius: 10px;
    }

.product-outcome-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-outcome-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.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;
}


/* =====================================================
   Section Heading
   ===================================================== */

.product-section-heading {
    background-color: #f7faff;
}


/* =====================================================
   Feature Sections
   ===================================================== */

.product-feature-section {
    background-color: #ffffff;
}

.product-feature-alt {
    background-color: #f8fafc;
}

.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;
}

.product-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .product-feature-list li {
        position: relative;
        margin-bottom: 13px;
        padding-left: 29px;
        color: #445268;
        line-height: 1.55;
    }

        .product-feature-list li:last-child {
            margin-bottom: 0;
        }

        .product-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;
        }

.product-small-note {
    margin-top: 22px;
    padding: 14px 16px;
    background-color: #f7faff;
    border-left: 3px solid #1977cc;
    border-radius: 7px;
    color: #5b687a;
    font-size: 0.88rem;
    line-height: 1.6;
}


/* =====================================================
   Role Cards
   ===================================================== */

.product-roles-section {
    background-color: #f7faff;
}

.product-role-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;
}

    .product-role-card:hover {
        transform: translateY(-5px);
        border-color: rgba(25, 119, 204, 0.3);
        box-shadow: 0 18px 40px rgba(20, 45, 75, 0.10);
    }

.role-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;
}


/* =====================================================
   Screenshot Gallery
   ===================================================== */

.product-gallery-section {
    background-color: #ffffff;
}

.product-gallery-item {
    overflow: hidden;
    height: 100%;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #e1e7ee;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(20, 45, 75, 0.07);
}

    .product-gallery-item img {
        display: block;
        width: 100%;
        min-height: 280px;
        object-fit: cover;
        object-position: top;
        background-color: #f4f7fa;
    }

    .product-gallery-item figcaption {
        padding: 18px 20px;
        color: #344054;
        font-size: 0.95rem;
        font-weight: 700;
    }


/* =====================================================
   Getting Started Steps
   ===================================================== */

.product-steps-section {
    background-color: #f8fafc;
}

.product-step-card {
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e1e7ee;
    border-radius: 16px;
}

.product-step-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;
}


/* =====================================================
   Cloud Section
   ===================================================== */

.product-cloud-section {
    background-color: #ffffff;
}

.cloud-benefit-card {
    padding: 22px;
    background-color: #f8fbff;
    border: 1px solid #e0eaf4;
    border-radius: 14px;
}


/* =====================================================
   Pricing Preview
   ===================================================== */

.product-pricing-preview {
    background-color: #f7faff;
}

.product-price-card {
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e1e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(20, 45, 75, 0.05);
}

.product-price-featured {
    border: 2px solid #1977cc;
    box-shadow: 0 15px 38px rgba(25, 119, 204, 0.13);
}

.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
   ===================================================== */

.product-faq-section {
    background-color: #ffffff;
}

.product-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 14px;
    background-color: #ffffff;
    border: 1px solid #e1e7ee;
    border-radius: 12px;
}

.product-accordion .accordion-button {
    padding: 20px 22px;
    background-color: #ffffff;
    color: #172033;
    font-weight: 700;
    box-shadow: none;
}

    .product-accordion .accordion-button:not(.collapsed) {
        background-color: #f4f9fe;
        color: #1977cc;
    }

    .product-accordion .accordion-button:focus {
        border-color: transparent;
        box-shadow: none;
    }

.product-accordion .accordion-body {
    padding: 6px 22px 22px;
    color: #5d6b7e;
    line-height: 1.7;
}


/* =====================================================
   Final CTA
   ===================================================== */

.product-final-cta {
    background-color: #ffffff;
}

.product-final-cta-inner {
    padding: 44px;
    background-color: #1977cc;
    border-radius: 20px;
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(25, 119, 204, 0.18);
}

    .product-final-cta-inner p {
        color: rgba(255, 255, 255, 0.88);
    }

.final-cta-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
   ===================================================== */

.workbook-product-page .btn {
    border-radius: 10px;
    font-weight: 600;
}

.workbook-product-page .btn-primary {
    background-color: #1977cc;
    border-color: #1977cc;
}

    .workbook-product-page .btn-primary:hover,
    .workbook-product-page .btn-primary:focus {
        background-color: #1468b5;
        border-color: #1468b5;
    }

.workbook-product-page .btn-outline-primary {
    border-color: #1977cc;
    color: #1977cc;
}

    .workbook-product-page .btn-outline-primary:hover,
    .workbook-product-page .btn-outline-primary:focus {
        background-color: #1977cc;
        border-color: #1977cc;
        color: #ffffff;
    }

.product-final-cta-inner .btn-outline-light:hover,
.product-final-cta-inner .btn-outline-light:focus {
    background-color: #ffffff;
    color: #1977cc;
}


/* =====================================================
   Responsive
   ===================================================== */

@media (max-width: 991.98px) {

    .trust-strip-item {
        border-bottom: 1px solid #e8edf3;
    }

    .product-trust-strip .row > div:nth-child(2) .trust-strip-item {
        border-right: 0;
    }

    .product-trust-strip .row > div:nth-child(3) .trust-strip-item,
    .product-trust-strip .row > div:nth-child(4) .trust-strip-item {
        border-bottom: 0;
    }

    .product-final-cta-inner {
        padding: 36px 30px;
    }
}


@media (max-width: 575.98px) {

    .trust-strip-item {
        flex-direction: column;
        gap: 5px;
        min-height: 105px;
        text-align: center;
    }

    .product-hero-visual,
    .product-screenshot-frame {
        padding: 8px;
        border-radius: 14px;
    }

    .product-role-card,
    .product-step-card,
    .product-price-card {
        padding: 24px;
    }

    .product-final-cta-inner {
        padding: 30px 24px;
        border-radius: 16px;
    }

    .product-gallery-item img {
        min-height: 210px;
    }
}


/*=========================================
Screenshot Gallery
=========================================*/

.gallery-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(20,45,75,.08);
    transition: .3s;
}

    .gallery-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 22px 45px rgba(20,45,75,.14);
    }

    .gallery-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: top;
        transition: .35s;
    }

    .gallery-card:hover img {
        transform: scale(1.03);
    }

.gallery-caption {
    padding: 15px;
    text-align: center;
    font-weight: 600;
    color: #344054;
}

.gallery-card:hover .gallery-caption {
    color: #1977cc;
}

.glightbox {
    text-decoration: none;
}