/* ==========================================
   WORKFORCE PELL GRANTS PAGE
   Informational / worker-facing
   ========================================== */

/* Base */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pell-hero {
    padding: 4rem 1.5rem 3rem;
    text-align: center;
    border-bottom: 2px dotted #b3b8c0;
}
.pell-hero-inner { max-width: 720px; margin: 0 auto; }
.pell-launch-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #16A34A;
    background: rgba(22,163,74,0.08);
    padding: 0.35rem 0.85rem;
    border-radius: 100px;
    margin-bottom: 1.25rem;
}
.pell-hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: #0F172A;
    margin: 0 0 1rem;
    text-transform: lowercase;
}
.pell-hero-sub {
    font-size: 1.1rem;
    color: #546478;
    line-height: 1.6;
    max-width: 580px;
    margin: 0 auto;
}

/* Sections */
.pell-section {
    padding: 3rem 1.5rem;
    border-bottom: 2px dotted #b3b8c0;
}
.pell-section-inner { max-width: 900px; margin: 0 auto; }
.pell-section-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #165DFF;
    margin-bottom: 0.5rem;
}
.pell-section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0F172A;
    margin: 0 0 0.5rem;
    text-transform: lowercase;
}
.pell-section-sub {
    font-size: 0.95rem;
    color: #546478;
    line-height: 1.5;
    margin: 0 0 2rem;
}

/* How It Works Steps */
.pell-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.pell-step {
    background: #fff;
    border: 2px dotted #b3b8c0;
    border-radius: 14px;
    padding: 1.75rem 1.5rem;
    text-align: center;
}
.pell-step-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #165DFF;
    margin-bottom: 0.5rem;
}
.pell-step-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 0.5rem;
    text-transform: lowercase;
}
.pell-step-desc {
    font-size: 0.85rem;
    color: #546478;
    line-height: 1.5;
}

/* Amount Card */
.pell-amount-card {
    background: #fff;
    border: 2px dotted #b3b8c0;
    border-radius: 14px;
    padding: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}
.pell-amount-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #546478;
    margin-bottom: 0.5rem;
}
.pell-amount-val {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    color: #16A34A;
    letter-spacing: -0.03em;
}
.pell-amount-note {
    font-size: 0.82rem;
    color: #64748B;
    margin-top: 0.5rem;
}

/* Eligible Trades Grid */
.pell-trades-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
}
.pell-trade-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: all 0.15s;
}
.pell-trade-card:hover {
    border-color: #16A34A;
    transform: translateY(-1px);
}
.pell-trade-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0F172A;
}
.pell-eligible-badge {
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #16A34A;
    background: rgba(22,163,74,0.1);
    padding: 0.15rem 0.45rem;
    border-radius: 100px;
    white-space: nowrap;
}

/* FAQ */
.pell-faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.pell-faq-item {
    background: #fff;
    border: 2px dotted #b3b8c0;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
}
.pell-faq-q {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #0F172A;
    margin: 0 0 0.5rem;
    text-transform: lowercase;
}
.pell-faq-a {
    font-size: 0.9rem;
    color: #546478;
    line-height: 1.6;
    margin: 0;
}

/* CTA */
.pell-cta-section {
    padding: 3.5rem 1.5rem;
    text-align: center;
}
.pell-cta-inner { max-width: 520px; margin: 0 auto; }
.pell-cta-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0F172A;
    margin: 0 0 0.75rem;
    text-transform: lowercase;
}
.pell-cta-sub {
    font-size: 0.95rem;
    color: #546478;
    line-height: 1.5;
    margin: 0 0 1.5rem;
}
.pell-btn-primary {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.75rem 2rem;
    background: #16A34A;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}
.pell-btn-primary:hover {
    background: #15803D;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .pell-steps { grid-template-columns: 1fr; }
    .pell-hero { padding: 3rem 1.25rem 2rem; }
    .pell-section { padding: 2rem 1.25rem; }
    .pell-trades-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
}
@media (max-width: 480px) {
    .pell-trades-grid { grid-template-columns: 1fr; }
    .pell-step { padding: 1.25rem 1rem; }
    .pell-faq-item { padding: 1rem 1.25rem; }
    .pell-amount-card { padding: 1.5rem 1rem; }
    .pell-cta-section { padding: 2.5rem 1rem; }
}
