/* =========================================================
   ZASTI LIVE HOMEPAGE REFRESH
   Temporary professional refresh while full site redevelopment
   continues on staging.
   ========================================================= */

:root {
    --zasti-green: #155724;
    --zasti-green-dark: #0d3b19;
    --zasti-gold: #f9a825;
    --zasti-ink: #17211b;
    --zasti-muted: #66736b;
    --zasti-light: #f5f7f5;
    --zasti-border: #e2e8e3;
    --zasti-white: #ffffff;
}

/* ---------- HERO ---------- */

.zasti-home-hero {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(7, 31, 16, .92) 0%,
            rgba(7, 31, 16, .79) 38%,
            rgba(7, 31, 16, .30) 70%,
            rgba(7, 31, 16, .10) 100%
        ),
        url("../images/img19.jpg") center center / cover no-repeat;
}

.zasti-home-hero-content {
    position: relative;
    z-index: 2;
    max-width: 730px;
    padding: 90px 0;
}

.zasti-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #f7c64b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.zasti-home-hero h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.025em;
}

.zasti-home-hero p {
    max-width: 630px;
    margin-bottom: 30px;
    color: rgba(255,255,255,.88);
    font-size: 19px;
    line-height: 1.7;
}

.zasti-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.zasti-btn-primary,
.zasti-btn-secondary {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .2s ease;
}

.zasti-btn-primary {
    background: var(--zasti-gold);
    color: #17211b !important;
}

.zasti-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,.18);
}

.zasti-btn-secondary {
    border: 1px solid rgba(255,255,255,.55);
    color: #fff !important;
    background: rgba(255,255,255,.08);
}

.zasti-btn-secondary:hover {
    background: #fff;
    color: var(--zasti-green-dark) !important;
}

/* ---------- GENERAL SECTIONS ---------- */

.zasti-home-section {
    padding: 78px 0;
}

.zasti-home-section-light {
    background: var(--zasti-light);
}

.zasti-section-heading {
    max-width: 760px;
    margin-bottom: 38px;
}

.zasti-section-heading .zasti-label {
    display: block;
    margin-bottom: 10px;
    color: var(--zasti-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.zasti-section-heading h2 {
    margin: 0 0 15px;
    color: var(--zasti-ink);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.zasti-section-heading p {
    margin: 0;
    color: var(--zasti-muted);
    font-size: 17px;
    line-height: 1.7;
}

/* ---------- SCHOOL CARDS ---------- */

.zasti-school-card {
    position: relative;
    display: block;
    min-height: 390px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 7px;
    background: #111;
    text-decoration: none !important;
    box-shadow: 0 10px 34px rgba(22, 39, 28, .10);
}

.zasti-school-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.zasti-school-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(4, 20, 10, .88) 0%,
            rgba(4, 20, 10, .25) 60%,
            rgba(4, 20, 10, .05) 100%
        );
}

.zasti-school-card:hover img {
    transform: scale(1.04);
}

.zasti-school-card-content {
    position: absolute;
    z-index: 2;
    left: 26px;
    right: 26px;
    bottom: 26px;
}

.zasti-school-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.zasti-school-card span {
    color: rgba(255,255,255,.78);
    font-size: 14px;
}

.zasti-school-card i {
    margin-left: 5px;
}

/* ---------- WHY ZASTI ---------- */

.zasti-benefit {
    height: 100%;
    padding: 28px;
    margin-bottom: 25px;
    border: 1px solid var(--zasti-border);
    border-radius: 7px;
    background: #fff;
}

.zasti-benefit-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(21,87,36,.09);
    color: var(--zasti-green);
    font-size: 19px;
}

.zasti-benefit h3 {
    color: var(--zasti-ink);
    font-size: 19px;
    font-weight: 700;
}

.zasti-benefit p {
    margin: 0;
    color: var(--zasti-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* ---------- APPLICATION ---------- */

.zasti-apply-panel {
    padding: 48px;
    border-radius: 8px;
    background: var(--zasti-green-dark);
    color: #fff;
}

.zasti-apply-panel h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.zasti-apply-panel p {
    max-width: 620px;
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 1.7;
}

.zasti-resource-panel {
    height: 100%;
    padding: 34px;
    border: 1px solid var(--zasti-border);
    border-radius: 8px;
    background: #fff;
}

.zasti-resource-panel h3 {
    margin-bottom: 20px;
    color: var(--zasti-ink);
    font-size: 22px;
}

.zasti-resource-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid var(--zasti-border);
    color: var(--zasti-ink);
    font-weight: 600;
    text-decoration: none !important;
}

.zasti-resource-link:last-child {
    border-bottom: 0;
}

.zasti-resource-link:hover {
    color: var(--zasti-green);
}

/* ---------- INSTITUTIONAL CTA ---------- */

.zasti-institution-block {
    overflow: hidden;
    border-radius: 8px;
    background: #eef3ef;
}

.zasti-institution-image {
    min-height: 390px;
    background: url("../images/img3.jpg") center / cover no-repeat;
}

.zasti-institution-copy {
    padding: 48px;
}

.zasti-institution-copy h2 {
    margin-bottom: 18px;
    color: var(--zasti-ink);
    font-size: 32px;
    font-weight: 700;
}

.zasti-institution-copy p {
    color: var(--zasti-muted);
    font-size: 16px;
    line-height: 1.8;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 991px) {
    .zasti-home-hero {
        min-height: 520px;
    }

    .zasti-home-hero h1 {
        font-size: 43px;
    }

    .zasti-institution-image {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .zasti-home-hero {
        min-height: 500px;
        background:
            linear-gradient(rgba(7,31,16,.80), rgba(7,31,16,.80)),
            url("../images/img19.jpg") center / cover no-repeat;
    }

    .zasti-home-hero-content {
        padding: 70px 0;
    }

    .zasti-home-hero h1 {
        font-size: 36px;
    }

    .zasti-home-hero p {
        font-size: 16px;
    }

    .zasti-home-section {
        padding: 58px 0;
    }

    .zasti-section-heading h2 {
        font-size: 30px;
    }

    .zasti-apply-panel,
    .zasti-institution-copy {
        padding: 30px;
    }
}

/* =========================================================
   FOOTER
   ========================================================= */

.zasti-footer {
    padding: 72px 0 0;
    background: #092f16;
    color: rgba(255,255,255,.75);
}

.zasti-footer-brand {
    max-width: 340px;
}

.zasti-footer-logo {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin-bottom: 18px;
}

.zasti-footer-brand h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.zasti-footer-brand p {
    margin-bottom: 22px;
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.8;
}

.zasti-footer-column h4 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
}

.zasti-footer-column a {
    display: block;
    margin-bottom: 13px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    text-decoration: none !important;
    transition: .18s ease;
}

.zasti-footer-column a:hover {
    color: #fff;
    transform: translateX(2px);
}

.zasti-footer-social {
    display: flex;
    gap: 10px;
}

.zasti-footer-social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    color: #fff;
    text-decoration: none !important;
    transition: .18s ease;
}

.zasti-footer-social a:hover {
    background: var(--zasti-gold);
    border-color: var(--zasti-gold);
    color: #17211b;
}

.zasti-footer-bottom {
    margin-top: 54px;
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.55);
    font-size: 13px;
}

@media (max-width: 767px) {
    .zasti-footer {
        padding-top: 52px;
    }

    .zasti-footer-bottom {
        margin-top: 30px;
        text-align: center;
    }
}