/* ============================================
   FOR SCHOOLS PAGE STYLES
   PPL Questions – Flight School Landing Page
   Designed to match the main website design system
   ============================================ */

/* ============================================
   Body override for schools page
   ============================================ */

.schools-body::before {
    /* Override the parallax plane from styles.css — too distracting on a B2B page */
    opacity: 0.04;
}

/* ============================================
   Hero Section
   ============================================ */

.schools-hero {
    background: linear-gradient(160deg, #0d2d4a 0%, #1a5276 40%, #2471a3 75%, #368BC1 100%);
    color: white;
    padding: 9rem 2rem 6rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Subtle grid pattern overlay */
.schools-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

/* Glow orbs for depth */
.schools-hero::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(54, 139, 193, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.schools-hero__bg-plane {
    position: absolute;
    bottom: -40px;
    right: -60px;
    width: 500px;
    height: 500px;
    background-image: url('../img/simple-blue-plane.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.06;
    transform: rotate(-15deg);
    pointer-events: none;
}

.schools-hero__content {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.schools-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-bottom: 2rem;
    backdrop-filter: blur(8px);
}

.schools-hero h1 {
    font-size: 3.75rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: white;
}

.schools-hero p {
    font-size: 1.2rem;
    opacity: 0.88;
    max-width: 660px;
    margin: 0 auto 2.5rem;
    line-height: 1.75;
    color: white;
}

.schools-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3.5rem;
    flex-wrap: wrap;
}

.schools-hero__cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    background: white;
    color: #1a5276;
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    min-height: 52px;
}

.schools-hero__cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.schools-hero__cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.12);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 12px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    min-height: 52px;
}

.schools-hero__cta-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

/* Stats row */
.schools-hero__stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    backdrop-filter: blur(8px);
    flex-wrap: wrap;
}

.schools-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2.5rem;
}

.schools-hero__stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

.schools-hero__stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.schools-hero__stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Trust line */
.schools-hero__trust {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.65);
}

/* ============================================
   Trust Bar
   ============================================ */

.schools-trustbar {
    background: #1a5276;
    padding: 1rem 2rem;
    overflow: hidden;
}

.schools-trustbar__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.schools-trustbar__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.schools-trustbar__item svg {
    color: #5dbd7f;
    flex-shrink: 0;
}

/* ============================================
   Section Common Styles
   ============================================ */

.schools-section {
    padding: 6rem 0;
}

.schools-section--white {
    background: #ffffff;
}

.schools-section--gray {
    background: #f8f9fb;
}

/* Full-bleed grey sections need special treatment */
.schools-section--gray .schools-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.schools-section--white .schools-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.schools-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.schools-section__header {
    text-align: center;
    margin-bottom: 4rem;
}

.schools-section__header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0d1b2a;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
    line-height: 1.15;
}

.schools-section__subtitle {
    font-size: 1.1rem;
    color: #5a6a7a;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.75;
}

/* ============================================
   Benefits Grid
   ============================================ */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.benefit-card {
    background: white;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    border: 1.5px solid #eef0f4;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s, border-color 0.2s;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: #dde4ee;
}

.benefit-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.benefit-card__icon svg {
    width: 24px;
    height: 24px;
}

.benefit-card__icon--blue   { background: #e8f4fd; color: #368BC1; }
.benefit-card__icon--green  { background: #e6f7ef; color: #27ae60; }
.benefit-card__icon--purple { background: #f0e8ff; color: #7c3aed; }
.benefit-card__icon--orange { background: #fff4e6; color: #e67e22; }
.benefit-card__icon--teal   { background: #e6f6f5; color: #17a589; }
.benefit-card__icon--red    { background: #fdecea; color: #c0392b; }

.benefit-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: #0d1b2a;
    line-height: 1.3;
}

.benefit-card p {
    font-size: 0.925rem;
    color: #5a6a7a;
    line-height: 1.65;
    margin: 0;
}

/* ============================================
   Highlight Section (Study Groups & Instructors)
   ============================================ */

.schools-section--highlight {
    background: linear-gradient(160deg, #0d2d4a 0%, #1a5276 50%, #2471a3 100%);
    color: white;
}

.schools-section--highlight .schools-section__header h2 {
    color: white;
}

.schools-section--highlight .schools-section__subtitle {
    color: rgba(255, 255, 255, 0.75);
}

.schools-section__eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #5dade2;
    margin-bottom: 0.75rem;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.highlight-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 2rem;
    transition: transform 0.25s ease, background 0.25s ease;
}

.highlight-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.12);
}

.highlight-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.highlight-card__icon svg {
    width: 28px;
    height: 28px;
}

.highlight-card__icon--pink  { background: rgba(236, 72, 153, 0.2); color: #f9a8d4; }
.highlight-card__icon--blue  { background: rgba(54, 139, 193, 0.25); color: #93c5fd; }
.highlight-card__icon--green { background: rgba(16, 185, 129, 0.2); color: #6ee7b7; }

.highlight-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
}

.highlight-card p {
    font-size: 0.925rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
    margin: 0 0 1.25rem 0;
}

.highlight-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.highlight-card__features li {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.5;
}

.highlight-card__features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235dade2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

/* ============================================
   Platform Features Grid
   ============================================ */

.platform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.platform-feature {
    display: flex;
    gap: 1rem;
    background: white;
    border-radius: 14px;
    padding: 1.5rem;
    border: 1.5px solid #eef0f4;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.platform-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    border-color: #dde4ee;
}

.platform-feature__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #e8f4fd;
    color: #368BC1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-feature__icon svg {
    width: 20px;
    height: 20px;
}

.platform-feature__text h4 {
    font-size: 0.975rem;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 0.4rem;
    line-height: 1.3;
}

.platform-feature__text p {
    font-size: 0.875rem;
    color: #5a6a7a;
    line-height: 1.65;
    margin: 0;
}

/* ============================================
   Subjects Grid
   ============================================ */

.subjects-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

.subject-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f0f6fc;
    border: 1.5px solid #d4e8f7;
    color: #1a5276;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.6rem 1.1rem;
    border-radius: 999px;
    white-space: nowrap;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.subject-pill:hover {
    background: #e0f0fb;
    border-color: #368BC1;
    transform: translateY(-2px);
}

.subject-pill svg {
    color: #368BC1;
    flex-shrink: 0;
}

/* ============================================
   Pricing Section
   ============================================ */

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    align-items: stretch;
    margin-bottom: 2rem;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 2rem 1.75rem;
    border: 2px solid #e8ecf0;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s;
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card--popular {
    border-color: #368BC1;
    box-shadow: 0 8px 28px rgba(54, 139, 193, 0.18);
}

.pricing-card--popular:hover {
    box-shadow: 0 16px 44px rgba(54, 139, 193, 0.25);
}

.pricing-card__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #368BC1, #2a6d96);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 999px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.pricing-card__tier {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 4px 12px;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.pricing-card__tier--starter      { background: #f1f5f9; color: #64748b; }
.pricing-card__tier--standard     { background: #e8f4fd; color: #368BC1; }
.pricing-card__tier--professional { background: #f3e8ff; color: #7c3aed; }
.pricing-card__tier--enterprise   { background: #fef3c7; color: #d97706; }

.pricing-card__price {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0d1b2a;
    margin: 0.75rem 0 0.2rem;
    letter-spacing: -0.03em;
    line-height: 1;
}

.pricing-card__price span {
    font-size: 1.1rem;
    font-weight: 500;
    color: #7a8a9a;
}

.pricing-card__students {
    font-size: 0.95rem;
    color: #3a4a5a;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.pricing-card__per-student {
    font-size: 0.825rem;
    color: #7a8a9a;
    margin-bottom: 1.75rem;
}

.pricing-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    border-top: 1px solid #eef0f4;
    padding-top: 1.25rem;
    flex: 1;
}

.pricing-card__features li {
    padding: 0.45rem 0;
    font-size: 0.875rem;
    color: #3a4a5a;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    line-height: 1.5;
}

.pricing-card__features li::before {
    content: '';
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    background-color: #e8f5e9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%2327ae60' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
    display: block;
    flex-shrink: 0;
}

.pricing-card__cta {
    display: block;
    width: 100%;
    padding: 13px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.95rem;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    margin-top: auto;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 46px;
    font-family: inherit;
    letter-spacing: -0.01em;
}

.pricing-card__cta--primary {
    background: linear-gradient(135deg, #368BC1, #2a6d96);
    color: white;
    border-color: transparent;
    box-shadow: 0 2px 8px rgba(54, 139, 193, 0.3);
}

.pricing-card__cta--primary:hover {
    box-shadow: 0 4px 16px rgba(54, 139, 193, 0.4);
    transform: translateY(-1px);
}

.pricing-card__cta--outline {
    background: transparent;
    color: #368BC1;
    border-color: #368BC1;
}

.pricing-card__cta--outline:hover {
    background: #368BC1;
    color: white;
    transform: translateY(-1px);
}

.pricing-card__cta--purple {
    background: transparent;
    color: #7c3aed;
    border-color: #7c3aed;
}

.pricing-card__cta--purple:hover {
    background: #7c3aed;
    color: white;
    transform: translateY(-1px);
}

.pricing-card__cta--gold {
    background: transparent;
    color: #d97706;
    border-color: #d97706;
}

.pricing-card__cta--gold:hover {
    background: #d97706;
    color: white;
    transform: translateY(-1px);
}

/* Pricing note */
.pricing-note {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    max-width: 640px;
    margin: 0 auto;
    font-size: 0.9rem;
    color: #5a6a7a;
    text-align: center;
    justify-content: center;
    background: white;
    border: 1.5px solid #e0e8f0;
    border-radius: 12px;
    padding: 1rem 1.5rem;
}

.pricing-note svg {
    color: #368BC1;
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-note__link {
    background: none;
    border: none;
    color: #368BC1;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pricing-note__link:hover {
    color: #2a6d96;
}

/* ============================================
   How It Works / Steps
   ============================================ */

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
}

.step-card {
    text-align: center;
    position: relative;
}

.step-card__number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #368BC1, #1a5276);
    color: white;
    font-size: 1.5rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    box-shadow: 0 4px 16px rgba(54, 139, 193, 0.35);
    position: relative;
    z-index: 1;
}

/* Connector line between steps */
.step-card__connector {
    position: absolute;
    top: 30px;
    left: calc(50% + 32px);
    width: calc(100% - 32px);
    height: 2px;
    background: linear-gradient(90deg, #368BC1, rgba(54, 139, 193, 0.2));
    z-index: 0;
}

.step-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    color: #0d1b2a;
    margin-top: 1rem;
}

.step-card p {
    font-size: 0.9rem;
    color: #5a6a7a;
    line-height: 1.65;
    margin: 0;
}

/* ============================================
   FAQ Section
   ============================================ */

.faq-list {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.faq-item {
    border-bottom: 1.5px solid #e8ecf0;
}

.faq-item:first-child {
    border-top: 1.5px solid #e8ecf0;
}

.faq-item__question {
    width: 100%;
    padding: 1.4rem 1.25rem;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: #0d1b2a;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-family: inherit;
    min-height: 44px;
    transition: color 0.2s;
}

.faq-item__question:hover {
    color: #368BC1;
}

.faq-item.active .faq-item__question {
    color: #368BC1;
}

.faq-item__icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #368BC1;
}

.faq-item.active .faq-item__icon {
    transform: rotate(45deg);
}

.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease;
}

.faq-item.active .faq-item__answer {
    max-height: 400px;
    padding: 0 1.25rem 1.4rem;
}

.faq-item__answer p {
    font-size: 0.95rem;
    color: #5a6a7a;
    line-height: 1.75;
    margin: 0;
}

/* ============================================
   CTA / Contact Section
   ============================================ */

.schools-cta {
    background: linear-gradient(150deg, #0d2d4a 0%, #1a5276 50%, #2471a3 100%);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}

.schools-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.schools-cta::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(54, 139, 193, 0.3) 0%, transparent 70%);
    pointer-events: none;
}

.schools-cta__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.schools-cta__text h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
    line-height: 1.15;
}

.schools-cta__text p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 520px;
}

.schools-cta__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.schools-cta__btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 32px;
    background: white;
    color: #1a5276;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    min-height: 50px;
}

.schools-cta__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

.schools-cta__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 15px 24px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: 12px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    transition: background 0.2s, border-color 0.2s;
    min-height: 50px;
}

.schools-cta__btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
}

.schools-cta__features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 260px;
}

.schools-cta__feature {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    font-weight: 500;
}

.schools-cta__feature svg {
    color: #5dbd7f;
    flex-shrink: 0;
}

/* ============================================
   Modal Styles (for registration / inquiry)
   ============================================ */

.school-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    backdrop-filter: blur(6px);
}

.school-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.school-modal {
    background: white;
    border-radius: 20px;
    width: 95%;
    max-width: 580px;
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(24px) scale(0.98);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.school-modal-overlay.active .school-modal {
    transform: translateY(0) scale(1);
}

.school-modal__header {
    padding: 1.5rem 2rem;
    border-bottom: 1.5px solid #eef0f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
    border-radius: 20px 20px 0 0;
}

.school-modal__header h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d1b2a;
    margin: 0;
    text-align: left;
    letter-spacing: -0.02em;
}

.school-modal__close {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: none;
    background: #f1f5f9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #5a6a7a;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
}

.school-modal__close:hover {
    background: #e2e8f0;
    color: #0d1b2a;
}

.school-modal__body {
    padding: 2rem;
}

.school-modal__footer {
    padding: 1.5rem 2rem;
    border-top: 1.5px solid #eef0f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

/* Modal form elements */
.school-form-group {
    margin-bottom: 1.25rem;
}

.school-form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.4rem;
}

.school-form-group input,
.school-form-group textarea,
.school-form-group select {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid #d1d5db;
    border-radius: 10px;
    font-size: 0.95rem;
    font-family: inherit;
    color: #0d1b2a;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    background: #fafbfc;
    min-height: 44px;
}

.school-form-group input:focus,
.school-form-group textarea:focus,
.school-form-group select:focus {
    outline: none;
    border-color: #368BC1;
    box-shadow: 0 0 0 3px rgba(54, 139, 193, 0.12);
    background: white;
}

.school-form-group textarea {
    min-height: 100px;
    resize: vertical;
}

.school-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.school-form-error {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

/* Password strength meter */
.password-strength {
    height: 4px;
    border-radius: 2px;
    background: #e9ecef;
    margin-top: 0.5rem;
    overflow: hidden;
}

.password-strength__bar {
    height: 100%;
    border-radius: 2px;
    transition: width 0.3s ease, background 0.3s ease;
    width: 0;
}

.password-strength__bar--weak   { width: 33%; background: #dc3545; }
.password-strength__bar--medium { width: 66%; background: #f59e0b; }
.password-strength__bar--strong { width: 100%; background: #28a745; }

.password-strength__text {
    font-size: 0.8rem;
    margin-top: 0.25rem;
    color: #5a6a7a;
}

/* Step indicators for wizard */
.school-steps {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    align-items: center;
}

.school-step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.school-step__dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: #9ca3af;
    transition: all 0.3s ease;
}

.school-step--active .school-step__dot {
    border-color: #368BC1;
    background: #368BC1;
    color: white;
}

.school-step--completed .school-step__dot {
    border-color: #28a745;
    background: #28a745;
    color: white;
}

.school-step__line {
    width: 40px;
    height: 2px;
    background: #d1d5db;
}

.school-step--completed + .school-step .school-step__line,
.school-step--active .school-step__line {
    background: #368BC1;
}

/* Plan review card in wizard */
.plan-review {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1.5px solid #eef0f4;
}

.plan-review__row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    color: #5a6a7a;
}

.plan-review__row--total {
    border-top: 2px solid #e9ecef;
    margin-top: 0.5rem;
    padding-top: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #0d1b2a;
}

/* Success state in modal */
.school-modal__success {
    text-align: center;
    padding: 2.5rem 1.5rem;
}

.school-modal__success-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #d4edda;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.school-modal__success-icon svg {
    width: 32px;
    height: 32px;
    color: #28a745;
}

.school-modal__success h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 0.75rem;
}

.school-modal__success p {
    color: #5a6a7a;
    font-size: 0.95rem;
    line-height: 1.65;
}

/* Loading spinner for buttons */
.school-btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}

.school-btn-loading::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: school-spin 0.6s linear infinite;
}

@keyframes school-spin {
    to { transform: translateY(-50%) rotate(360deg); }
}

/* ============================================
   Footer
   ============================================ */

.schools-footer {
    background: #f8f9fb;
    border-top: 1.5px solid #e8ecf0;
    padding: 2rem;
}

.schools-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.schools-footer__brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 700;
    color: #368BC1;
    font-size: 1rem;
}

.schools-footer__copy {
    font-size: 0.85rem;
    color: #8a9aaa;
    margin: 0;
}

.schools-footer__links {
    display: flex;
    gap: 1.5rem;
}

.schools-footer__links a {
    font-size: 0.875rem;
    color: #5a6a7a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.schools-footer__links a:hover {
    color: #368BC1;
}

/* ============================================
   Success Page
   ============================================ */

.school-success-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: #f8f9fb;
}

.school-success-card {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    max-width: 520px;
    width: 100%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1.5px solid #eef0f4;
}

.school-success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #d4edda;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.school-success-icon svg {
    width: 40px;
    height: 40px;
    color: #28a745;
}

.school-success-card h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #0d1b2a;
    margin-bottom: 1rem;
}

.school-success-card p {
    color: #5a6a7a;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.school-success-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: linear-gradient(135deg, #368BC1, #2a6d96);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 50px;
}

.school-success-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(54, 139, 193, 0.35);
}

/* ============================================
   Responsive – 1280px
   ============================================ */

@media (max-width: 1280px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-card--popular {
        order: -1;
    }
}

/* ============================================
   Responsive – 1024px (Tablet Landscape)
   ============================================ */

@media (max-width: 1024px) {
    .schools-hero h1 {
        font-size: 2.75rem;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .highlight-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .platform-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .step-card__connector {
        display: none;
    }

    .schools-cta__inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }

    .schools-cta__text p {
        max-width: 100%;
    }

    .schools-cta__actions {
        justify-content: center;
    }

    .schools-cta__features {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        min-width: unset;
    }

    .schools-section__header h2 {
        font-size: 2.1rem;
    }
}

/* ============================================
   Responsive – 768px (Tablet Portrait / Mobile)
   ============================================ */

@media (max-width: 768px) {
    .schools-hero {
        padding: 7.5rem 1.5rem 4.5rem;
    }

    .schools-hero h1 {
        font-size: 2.1rem;
        br { display: none; }
    }

    .schools-hero p {
        font-size: 1rem;
    }

    .schools-hero__stats {
        gap: 0;
        padding: 1.25rem 1rem;
    }

    .schools-hero__stat {
        padding: 0 1rem;
    }

    .schools-hero__stat-number {
        font-size: 1.5rem;
    }

    .schools-hero__stat-divider {
        height: 30px;
    }

    .schools-trustbar__inner {
        gap: 1.25rem;
    }

    .schools-section {
        padding: 4rem 0;
    }

    .schools-section__header {
        margin-bottom: 2.5rem;
    }

    .schools-section__header h2 {
        font-size: 1.75rem;
    }

    .schools-section__subtitle {
        font-size: 1rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .platform-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        max-width: 380px;
    }

    .schools-cta {
        padding: 4rem 1.5rem;
    }

    .schools-cta__text h2 {
        font-size: 1.85rem;
    }

    .schools-cta__features {
        flex-direction: column;
        align-items: flex-start;
    }

    .schools-cta__features {
        align-items: center;
    }

    .schools-footer__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .school-form-row {
        grid-template-columns: 1fr;
    }

    /* Fullscreen modals on mobile */
    .school-modal {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        border-radius: 0;
    }

    .school-modal__header {
        border-radius: 0;
    }
}

/* ============================================
   Responsive – 480px (Small Mobile)
   ============================================ */

@media (max-width: 480px) {
    .schools-hero h1 {
        font-size: 1.75rem;
    }

    .schools-hero__stats {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .schools-hero__stat-divider {
        display: none;
    }

    .schools-hero__stat {
        padding: 0;
        min-width: 80px;
    }

    .schools-trustbar__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .schools-section__header h2 {
        font-size: 1.55rem;
    }

    .schools-cta__text h2 {
        font-size: 1.6rem;
    }

    .schools-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .schools-cta__btn-primary,
    .schools-cta__btn-secondary {
        justify-content: center;
    }

    .school-modal__body {
        padding: 1.5rem;
    }

    .school-modal__footer {
        padding: 1rem 1.5rem;
        flex-direction: column-reverse;
    }

    .subject-pill {
        font-size: 0.825rem;
        padding: 0.5rem 0.9rem;
    }
}
