/* Hope Students page — matches promotional layout */

.page-students {
    padding-bottom: calc(var(--nav-height) + var(--safe-bottom));
    --students-accent: #d4ff00;
    background: #000;
}

.students-main {
    padding: 4px 12px 24px;
}

/* ── Hero ── */

.students-hero {
    padding: 8px 4px 20px;
}

.students-hero__brand {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 18px;
}

.students-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.students-logo__hope {
    display: inline-block;
    padding: 6px 14px 7px;
    background: #fff;
    color: #000;
    font-weight: 800;
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1;
    transform: skewX(-10deg);
    border-radius: 3px;
}

.students-logo__students {
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--text);
    letter-spacing: -0.01em;
}

.students-logo-img {
    object-fit: contain;
    width: 100%;
}

.students-hero__headline {
    text-align: center;
    margin-bottom: 12px;
}

.students-taglines {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.students-tagline {
    font-size: clamp(1.45rem, 6.5vw, 1.75rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.12;
    text-transform: uppercase;
}

.students-tagline--white {
    color: var(--text);
}

.students-tagline--accent {
    color: var(--students-accent);
}

.students-divider {
    width: min(200px, 72%);
    height: 8px;
    margin: 10px auto 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8' preserveAspectRatio='none'%3E%3Cpath d='M0 5 Q25 1 50 4 T100 3 T150 5 T200 2 L200 8 L0 8 Z' fill='%23d4ff00'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.students-intro {
    text-align: center;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--text);
    line-height: 1.45;
    margin: 0 auto;
    width: 100%;
}

.students-highlight {
    color: var(--students-accent);
    font-weight: 700;
}

/* ── 2×2 info grid ── */

.students-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 14px;
}

.students-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 12px;
    padding: 10px 8px 12px;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    min-height: 126px;
    box-shadow:
        inset 18px 18px 36px -28px rgba(212, 255, 0, 0.45),
        inset 0 0 0 1px rgba(212, 255, 0, 0.06);
}

.students-card::before {
    content: '';
    position: absolute;
    top: -24px;
    left: -24px;
    width: 72px;
    height: 72px;
    background: radial-gradient(circle, rgba(212, 255, 0, 0.35) 0%, transparent 68%);
    pointer-events: none;
}

.students-card__icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid var(--students-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--students-accent);
    position: relative;
    z-index: 1;
}

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

.students-card__icon .icon-stroke {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.students-card__body {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.students-card__title {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: var(--text);
    margin-bottom: 8px;
    line-height: 1.2;
    position: relative;
    text-transform: uppercase;
}

.students-card__title::after {
    content: '';
    display: block;
    width: 52%;
    height: 3px;
    margin-top: 4px;
    border-radius: 999px;
    background: var(--students-accent);
}

.students-card__text {
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.35;
}

.students-card__list {
    list-style: none;
    margin-top: 5px;
    padding: 0;
}

.students-card__list li {
    position: relative;
    padding-left: 10px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.35;
    margin-bottom: 1px;
}

.students-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--students-accent);
}

/* ── Footer: photo + badge overlay ── */

.students-footer {
    padding: 0 2px 8px;
}

.students-footer__frame {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 12px;
    overflow: hidden;
    background: #111;
}

.students-footer__photo {
    display: block;
    width: 100%;
    height: 132px;
}

.students-footer__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
}

.students-footer__photo-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse 70% 55% at 72% 38%, rgba(255, 255, 255, 0.2) 0%, transparent 58%),
        linear-gradient(180deg, #222 0%, #111 45%, #0a0a0a 100%);
}

@media (min-width: 380px) {
    .students-main {
        padding-inline: 16px;
    }

    .students-card {
        padding: 12px 11px 14px;
        gap: 11px;
        min-height: 132px;
    }

    .students-card__icon {
        width: 50px;
        height: 50px;
    }

    .students-card__icon svg {
        width: 26px;
        height: 26px;
    }

    .students-card__title {
        font-size: 0.96rem;
    }

    .students-card__text {
        font-size: 0.88rem;
    }

    .students-card__list li {
        font-size: 0.84rem;
    }

}

@media (min-width: 420px) {
    .students-tagline {
        font-size: 1.72rem;
    }

    .students-intro {
        font-size: 0.98rem;
    }
}
