/* ==========================================================================
   ZIO TECH LIMITED — Events Page
   Built on the site's existing brand tokens (deep navy #132338, brand blue
   #0587ca, teal accent #4dc9a0, electric-cyan #06b6d4 — see home.css /
   style.css). Poppins for display type, Inter for body copy — both already
   loaded globally via style.css. Class names prefixed "zev-" so nothing
   collides with other pages.
   ========================================================================== */

.zev-page { overflow-x: hidden; }

.zev-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.zev-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #0891a8;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.25);
    padding: 7px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

/* ---------------- HERO ---------------- */
.zev-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0 80px;
    background: linear-gradient(180deg, #0b1622 0%, #132338 60%, #16304a 100%);
    text-align: center;
}

.zev-hero__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
    pointer-events: none;
}
.zev-hero__blob--1 { width: 420px; height: 420px; background: #06b6d4; top: -180px; left: -120px; }
.zev-hero__blob--2 { width: 380px; height: 380px; background: #4dc9a0; bottom: -180px; right: -100px; }

.zev-hero .zev-container { position: relative; z-index: 1; }
.zev-hero .zev-eyebrow { color: #7dd3fc; background: rgba(6, 182, 212, 0.14); border-color: rgba(6, 182, 212, 0.3); }

.zev-hero__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(30px, 4.4vw, 52px);
    line-height: 1.15;
    color: #ffffff;
    max-width: 780px;
    margin: 0 auto 18px;
}

.zev-hero__subtitle {
    font-size: 17px;
    line-height: 1.6;
    color: #b6c3d6;
    max-width: 620px;
    margin: 0 auto;
}

/* ---------------- SECTION SHELL ---------------- */
.zev-section { padding: 70px 0; }
.zev-section--alt { background: #f8fafc; }

.zev-section__head { text-align: center; margin-bottom: 40px; }
.zev-section__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 3vw, 34px);
    color: #132338;
    margin: 0 0 10px;
}
.zev-section__desc { color: #5b6b82; font-size: 15.5px; max-width: 560px; margin: 0 auto; }

/* ---------------- CARD GRID ---------------- */
.zev-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
}

.zev-card {
    background: #ffffff;
    border: 1px solid #e6ecf3;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(19, 35, 56, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}
.zev-card:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(19, 35, 56, 0.1); }

.zev-card__img-wrap { position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden; background: #eef2f7; }
.zev-card__img { width: 100%; height: 100%; object-fit: cover; display: block; }

.zev-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(5, 135, 202, 0.92);
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
}
.zev-card__badge--past { background: rgba(100, 116, 139, 0.9); }
.zev-card__badge--featured { background: rgba(77, 201, 160, 0.95); left: auto; right: 14px; }

.zev-card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }

.zev-card__date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #0587ca;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.zev-card__title { font-family: 'Poppins', sans-serif; font-size: 19px; font-weight: 700; color: #132338; margin: 0; line-height: 1.35; }

.zev-card__meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 13.5px; color: #64748b; }
.zev-card__meta span { display: flex; align-items: center; gap: 6px; }

.zev-card__desc { font-size: 14.5px; color: #5b6b82; line-height: 1.6; margin: 0; flex: 1; }

.zev-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #0587ca;
    text-decoration: none;
    transition: gap 0.2s ease;
}
.zev-card__cta:hover { gap: 12px; }

.zev-card--past { opacity: 0.85; }

.zev-empty { text-align: center; color: #94a3b8; font-size: 15px; padding: 40px 0; }

/* ---------------- CTA ---------------- */
.zev-cta {
    padding: 70px 0;
    text-align: center;
    background: linear-gradient(135deg, #0587ca 0%, #06b6d4 100%);
}
.zev-cta__title { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: clamp(22px, 3vw, 30px); color: #fff; margin: 0 0 14px; }
.zev-cta__desc { color: rgba(255,255,255,0.9); max-width: 560px; margin: 0 auto 26px; font-size: 15.5px; }
.zev-cta__btn {
    display: inline-block;
    background: #fff;
    color: #0587ca;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.2s ease;
}
.zev-cta__btn:hover { transform: translateY(-3px); }

@media (max-width: 640px) {
    .zev-hero { padding: 80px 0 60px; }
    .zev-section { padding: 50px 0; }
    .zev-grid { grid-template-columns: 1fr; }
}
