:root{
  --blue:#3B82F6;--navy:#1F2937;--slate:#5A6B82;--ink:#1F2937;--line:#E4EAF1;--bg:#F5F8FC;
}
.sec{padding:88px 0; width: 100%;}
.sechead{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px}
.sechead h2{font-family:'Inter', sans-serif;}
.sechead .sub{font-family:'Open Sans', sans-serif;font-size:16px;color:var(--slate);max-width:640px;margin-bottom:0}
.sechead .htxt{margin-bottom:0}
.viewall{font-family:'Inter', sans-serif;font-weight:700;font-size:14px;color:var(--blue);display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:11px 4px;text-decoration:none}
.viewall svg{width:15px;height:15px}

.thumb{position:relative;border-radius:12px 12px 0 0;overflow:hidden; aspect-ratio: 3/2;}
.thumb img {width: 100%; height: 100%; object-fit: cover;}
.thumb .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center}
.thumb .play::after{content:'';border-left:16px solid var(--blue);border-top:10px solid transparent;border-bottom:10px solid transparent;margin-left:4px}

.ev-hero{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 6px 22px rgba(15,27,42,.06);margin-bottom:24px;text-decoration:none}
.ev-hero .thumb{aspect-ratio:3/2;height:auto;border-radius:0}
.ev-hero .play{width:64px;height:64px}
.ev-hero .body{padding:34px 36px;display:flex;flex-direction:column;justify-content:center}
.ev-hero .feat{font-family:'Inter', sans-serif;font-weight:700;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--blue);margin-bottom:12px;display:flex;align-items:center;gap:8px}
.ev-hero .feat::before{content:'';width:16px;height:2px;background:var(--blue);border-radius:2px}
.ev-hero h3{font-family:'Inter', sans-serif;font-weight:800;font-size:25px;line-height:1.2;color:var(--navy);margin-bottom:12px}
.ev-hero p{font-size:14.5px;color:var(--slate);line-height:1.65;margin-bottom:20px}
.ev-hero .watch{font-family:'Inter', sans-serif;font-weight:700;font-size:14px;color:#fff;background:var(--blue);display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:9px;align-self:flex-start}
.ev-hero .watch svg{width:14px;height:14px}

.evgrid3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.ev-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;display:flex;flex-direction:column;box-shadow:0 4px 18px rgba(15,27,42,.05);text-decoration:none}
.ev-card .thumb{aspect-ratio:3/2;height:auto}
.ev-card .thumb .play{width:52px;height:52px}
.ev-card .body{padding:20px 20px 22px;display:flex;flex-direction:column;flex:1}
.ev-card .lbl{font-family:'Inter', sans-serif;font-weight:700;font-size:10px;letter-spacing:.6px;text-transform:uppercase;color:var(--blue);margin-bottom:8px}
.ev-card h4{font-family:'Inter', sans-serif;font-weight:700;font-size:16px;line-height:1.25;color:var(--navy);margin-bottom:9px}
.ev-card p{font-size:13px;color:var(--slate);line-height:1.6;flex:1;margin-bottom:16px}
.ev-card .watch{font-family:'Inter', sans-serif;font-weight:700;font-size:12.5px;color:var(--blue);display:inline-flex;align-items:center;gap:6px}
.ev-card .watch svg{width:13px;height:13px}

.ev-footrow{display:flex;justify-content:space-between;align-items:center;margin-top:26px;gap:20px}
.ev-note{display:flex;gap:10px;background:var(--bg);border-radius:10px;padding:13px 16px;font-size:12.5px;color:var(--slate);flex:1}
.ev-note b{color:var(--ink)}
.ev-note .ni{width:17px;height:17px;flex-shrink:0;color:var(--blue);margin-top:1px}

.evgrid6{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}
.evgrid6 .ev-card .thumb .play{width:44px;height:44px}

/* Pagination styles */
.ev-pagination-controls-1e76dc35 { display:inline-flex; gap:8px; align-items:center; }
.ev-pagination-controls-1e76dc35 button, .ev-pagination-controls-1e76dc35 span.dots {
    background: transparent; border: 1px solid var(--line); color: var(--navy); border-radius: 4px; padding: 6px 12px; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; text-decoration: none;
}
.ev-pagination-controls-1e76dc35 button:hover { background: var(--bg); border-color: var(--blue); color: var(--blue); }
.ev-pagination-controls-1e76dc35 button.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.ev-pagination-controls-1e76dc35 span.dots { border: none; cursor: default; }
.ev-paged-card-1e76dc35 { display: none; }
.ev-paged-card-1e76dc35.visible { display: flex; }

@media(max-width:1024px){
  .ev-hero{grid-template-columns:1fr}
  .evgrid3{grid-template-columns:1fr 1fr}
  .evgrid6{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:640px){
  .evgrid3,.evgrid6{grid-template-columns:1fr}
}

/* Modal styles */
.ev-modal-1e76dc35 { position:fixed; top:0; left:0; width:100%; height:100%; z-index:99999; display:flex; align-items:center; justify-content:center; }
.ev-modal-backdrop-1e76dc35 { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); }
.ev-modal-content-1e76dc35 { position:relative; z-index:1; width:90%; max-width:900px; background:#000; border-radius:8px; overflow:hidden; aspect-ratio:16/9; }
.ev-modal-close-1e76dc35 { position:absolute; top:10px; right:15px; color:#fff; font-size:24px; background:none; border:none; cursor:pointer; z-index:2; line-height:1; }
.ev-video-container-1e76dc35 { width:100%; height:100%; }
.ev-video-container-1e76dc35 iframe { width:100%; height:100%; border:none; }