* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #f5f8fb;
    color: #102033;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.utility-bar {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 8px 18px;
    background: #0f766e;
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 700;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px clamp(18px, 5vw, 72px);
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #dbe3ee;
    backdrop-filter: blur(14px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #0ea5e9, #0f766e);
    color: #ffffff;
    font-weight: 800;
}

.brand strong,
.brand small {
    display: block;
}

.brand small,
.lead,
.page-header p,
.campus-card p,
.list-row span,
.form-copy p {
    color: #64748b;
}

.nav {
    align-items: center;
    display: flex;
    gap: 18px;
    color: #31516d;
    font-weight: 700;
}

.nav-signup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0ea5e9, #0f766e);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(14, 165, 233, 0.22);
}

.hero,
.partner-hero,
.form-shell,
.page-header,
.status-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    gap: 40px;
    align-items: center;
    padding: clamp(44px, 8vw, 92px) clamp(18px, 5vw, 72px);
}

.partner-hero {
    background:
        linear-gradient(120deg, rgba(11, 31, 58, 0.94), rgba(12, 81, 112, 0.78)),
        url("https://images.unsplash.com/photo-1541339907198-e08756dedf3f?auto=format&fit=crop&w=1600&q=80") center/cover;
    color: #ffffff;
}

.partner-copy .eyebrow,
.partner-copy .lead {
    color: #d7ecff;
}

.partner-logo-card {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: #102033;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
}

.partner-logo-card img,
.partner-logo-fallback {
    width: min(180px, 60vw);
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 8px;
    background: #ffffff;
}

.partner-logo-fallback {
    display: grid;
    place-items: center;
    background: #102033;
    color: #ffffff;
    font-size: 4rem;
    font-weight: 900;
}

.panel-empty {
    margin: 0;
    padding: 18px;
    color: #64748b;
}

.campus-info-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: -28px clamp(18px, 5vw, 72px) 44px;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

.campus-info-band div {
    padding: 22px;
    border-right: 1px solid #dbe3ee;
}

.campus-info-band div:last-child {
    border-right: 0;
}

.campus-info-band strong,
.campus-info-band span {
    display: block;
}

.campus-info-band strong {
    color: #0f766e;
    font-size: 1.8rem;
    font-weight: 900;
}

.campus-info-band span {
    color: #64748b;
    font-weight: 800;
}

.fee-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.fee-card {
    border-top: 5px solid #0ea5e9;
}

.fee-label {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ecfeff;
    color: #0f766e;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.partner-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 clamp(18px, 5vw, 72px) 72px;
    padding: 28px;
    border-radius: 8px;
    background: #102033;
    color: #ffffff;
}

.partner-cta .eyebrow {
    color: #7dd3fc;
}

.floating-consult {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 16px 36px rgba(22, 163, 74, 0.32);
}

.simple-campus-hero {
    min-height: 330px;
    padding: 70px clamp(24px, 5vw, 72px) 42px;
}

.simple-campus-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}

.simple-campus-title h1 {
    max-width: 1280px;
    color: #172033;
    font-size: clamp(3rem, 5vw, 5.8rem);
    font-weight: 900;
    line-height: 0.95;
    text-transform: uppercase;
}

.simple-campus-title p {
    max-width: 980px;
    margin: 18px 0 0;
    color: #66758d;
    font-size: 1.02rem;
    line-height: 1.65;
}

.simple-campus-title img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.1);
}

.simple-campus-hero .button {
    margin-top: 22px;
}

.simple-campus-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
    padding: 44px clamp(24px, 5vw, 72px) 96px;
}

.simple-campus-content h2 {
    margin-bottom: 18px;
    color: #172033;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
}

.simple-list {
    overflow: hidden;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
}

.simple-row {
    padding: 18px 20px;
    border-bottom: 1px solid #dbe3ee;
}

.simple-row:last-child {
    border-bottom: 0;
}

.simple-row strong,
.simple-row span {
    display: block;
}

.simple-row strong {
    color: #172033;
    font-weight: 900;
}

.simple-row span {
    margin-top: 4px;
    color: #66758d;
    font-weight: 600;
}

.portal-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.8fr);
    background:
        linear-gradient(90deg, rgba(245, 248, 251, 0.94), rgba(245, 248, 251, 0.72)),
        url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.search-board {
    padding: 24px;
    border: 1px solid rgba(219, 227, 238, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.15);
    backdrop-filter: blur(14px);
}

.quick-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}

.quick-tags span {
    padding: 8px 10px;
    border-radius: 999px;
    background: #e8f7fb;
    color: #0f766e;
    font-size: 0.82rem;
    font-weight: 800;
}

.feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin: -24px clamp(18px, 5vw, 72px) 34px;
    overflow: hidden;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #dbe3ee;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.feature-strip div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 74px;
    padding: 18px;
    background: #ffffff;
}

.feature-strip strong {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 8px;
    background: #0ea5e9;
    color: #ffffff;
}

.feature-strip span {
    font-weight: 800;
}

.page-header,
.status-page {
    display: block;
    max-width: 980px;
}

.eyebrow {
    margin: 0 0 12px;
    color: #0f766e;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

h1,
h2,
h3 {
    margin: 0;
    letter-spacing: 0;
}

h1 {
    max-width: 840px;
    font-size: clamp(2.2rem, 5vw, 4.6rem);
    line-height: 0.98;
}

h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.lead {
    max-width: 680px;
    font-size: 1.1rem;
    line-height: 1.7;
}

.hero-actions,
.card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #c8d5e3;
    border-radius: 8px;
    font-weight: 800;
    cursor: pointer;
}

.button.primary {
    background: linear-gradient(135deg, #0ea5e9, #0f766e);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(14, 165, 233, 0.22);
}

.button.secondary {
    background: #ffffff;
    color: #102033;
}

.button.full {
    width: 100%;
}

.hero-media {
    min-height: 420px;
    border-radius: 8px;
    background:
        linear-gradient(rgba(16, 32, 51, 0.05), rgba(16, 32, 51, 0.18)),
        url("https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=1000&q=80") center/cover;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    position: relative;
    overflow: hidden;
}

.media-panel {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    padding: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.media-kicker {
    display: block;
    margin-bottom: 8px;
    color: #0f766e;
    font-weight: 800;
}

.flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 16px;
}

.flow span {
    padding: 10px;
    border-radius: 8px;
    background: #edf6fc;
    font-size: 0.9rem;
    font-weight: 800;
    text-align: center;
}

.section {
    padding: 28px clamp(18px, 5vw, 72px) 72px;
}

.section-heading {
    margin-bottom: 22px;
}

.campus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}

.portal-campus-grid {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.campus-card,
.form-card,
.empty-state,
.list-panel,
.status-card {
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.portal-card {
    position: relative;
    overflow: hidden;
}

.portal-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #0ea5e9, #0f766e, #f59e0b);
}

.campus-card,
.empty-state,
.status-card {
    padding: 22px;
}

.logo-fallback {
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 8px;
    background: #102033;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 900;
}

.campus-logo-img {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    object-fit: contain;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #ffffff;
}

.campus-meta,
.invoice-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 22px 0 0;
}

.campus-meta div,
.invoice-box div {
    padding: 12px;
    border-radius: 8px;
    background: #f5f8fb;
}

.email-verification-box {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    background: linear-gradient(135deg, #eff6ff, #ecfeff);
}

.email-verification-box strong {
    display: block;
    color: #102033;
    font-size: 1.05rem;
    font-weight: 900;
}

.email-verification-box p {
    margin: 8px 0 0;
    color: #334155;
    line-height: 1.65;
}

.email-verification-box ol {
    display: grid;
    gap: 6px;
    margin: 12px 0 0;
    padding-left: 20px;
    color: #0f172a;
    font-weight: 700;
}

dt {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
}

dd {
    margin: 4px 0 0;
    font-weight: 900;
}

.two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.list-panel {
    margin-top: 14px;
    overflow: hidden;
}

.list-row {
    padding: 16px 18px;
    border-bottom: 1px solid #dbe3ee;
}

.list-row:last-child {
    border-bottom: 0;
}

.list-row strong,
.list-row span {
    display: block;
}

.form-shell {
    align-items: start;
}

.form-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 22px;
}

label {
    display: grid;
    gap: 7px;
    font-weight: 800;
}

label.wide {
    grid-column: 1 / -1;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid #c8d5e3;
    border-radius: 8px;
    background: #ffffff;
    color: #102033;
    font: inherit;
    padding: 12px 13px;
}

textarea {
    min-height: 110px;
    resize: vertical;
}

small {
    color: #b42318;
}

.alert {
    grid-column: 1 / -1;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 800;
}

.alert.error {
    background: #fef3f2;
    color: #b42318;
}

.alert.success {
    background: #ecfdf3;
    color: #067647;
}

@media (max-width: 860px) {
    .topbar,
    .nav,
    .hero-actions,
    .card-actions {
        align-items: flex-start;
    }

    .topbar,
    .hero,
    .partner-hero,
    .simple-campus-content,
    .form-shell,
    .two-col,
    .form-card,
    .campus-meta,
    .invoice-box,
    .feature-strip,
    .campus-info-band {
        grid-template-columns: 1fr;
    }

    .topbar {
        display: grid;
    }

    .utility-bar {
        display: none;
    }

    .partner-cta {
        display: grid;
    }

    .simple-campus-title {
        display: grid;
    }

    h1 {
        font-size: 2.4rem;
    }
}
