

body {
    background: url('/images/bookstore-backdrop.png') no-repeat center center fixed;
    background-size: cover;
}

    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,.50); /* tweak opacity here */
        z-index: -1;
    }


.bookstores-hero {
    background: linear-gradient(135deg, #f5f7ff, #ffffff);
}

.bookstores-hero-card {
    background: #ffffff;
    padding: 1.75rem 2rem;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bookstores-hero-bullets li {
    margin-bottom: 0.25rem;
}

.bookstores-feature-card {
    background: #ffffff;
    padding: 1.75rem 2rem;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bookstores-list {
    padding-left: 1.2rem;
}

    .bookstores-list li {
        margin-bottom: 0.35rem;
    }

.bookstores-quote-card {
    background: #ffffff;
    padding: 1.75rem 2rem;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 4px solid #0d6efd;
}

.bookstores-step-card {
    background: #ffffff;
    padding: 1.75rem 2rem;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bookstores-step-number {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background: #0d6efd10;
    color: #0d6efd;
}

.bookstores-pricing-card {
    background: #ffffff;
    padding: 1.75rem 2rem;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bookstores-page .btn-primary {
    /* you can tweak this to match your NetGCS blue if different */
}


