/* V14 functional and editorial enhancements */
.mega-menu{z-index:120!important;pointer-events:none!important}
.mega-item.open .mega-menu,.mega-item:hover .mega-menu,.mega-item:focus-within .mega-menu{pointer-events:auto!important}
.support-mega .shell{max-height:calc(100vh - 145px);overflow:auto}
.support-menu-grid a{min-height:76px;justify-content:center}
.support-menu-grid a:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(7,47,105,.08)}

.v6-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.v6-category-card:first-child{grid-column:span 2}
.v6-category-card:nth-child(2),.v6-category-card:nth-child(3){grid-column:span 1}
.v6-category-card:nth-child(4),.v6-category-card:nth-child(5){grid-column:span 2}
.v6-category-card{min-height:330px}
.v6-category-image img{width:100%;height:100%;object-fit:cover!important;padding:0!important;transform:none!important}
.v6-category-shade{background:linear-gradient(180deg,transparent 35%,rgba(2,24,59,.9) 100%)}
.v6-category-copy{padding:24px}
.v6-category-copy h3{font-size:clamp(1.45rem,2vw,2rem)}

.v14-timeline-section{background:linear-gradient(180deg,#edf7ff 0%,#f8fbff 100%);overflow:hidden}
.v14-timeline-section .shell{position:relative}
.v14-timeline-section .shell::after{content:"";position:absolute;right:-180px;top:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(80,188,255,.22),transparent 68%);pointer-events:none}
.v14-timeline{margin-top:38px;display:grid;grid-template-columns:1fr;position:relative;max-height:720px;overflow:auto;padding:4px 18px 4px 0;scrollbar-width:thin;scrollbar-color:#1b78d0 #dceeff}
.v14-timeline::before{content:"";position:absolute;left:142px;top:12px;bottom:12px;width:2px;background:linear-gradient(#4ebdff,#0b4d9a,#4ebdff)}
.v14-timeline-item{display:grid;grid-template-columns:110px 42px 1fr;gap:14px;align-items:start;padding:14px 0;position:relative}
.v14-timeline-year{font:800 1.15rem/1.2 "Manrope",sans-serif;color:#0a4e9c;text-align:right;padding-top:6px}
.v14-timeline-marker{height:42px;display:grid;place-items:center;position:relative;z-index:2}
.v14-timeline-marker span{width:16px;height:16px;border-radius:50%;background:#fff;border:4px solid #1685db;box-shadow:0 0 0 7px rgba(66,178,244,.14)}
.v14-timeline-item p{margin:0;padding:16px 20px;background:linear-gradient(180deg,#fff,#f4faff);border:1px solid rgba(12,79,157,.1);border-radius:20px;color:#3e5877;line-height:1.65;box-shadow:0 12px 28px rgba(8,37,90,.06)}
.v14-timeline-item:last-child p{background:linear-gradient(135deg,#0a4e9c,#1d88df);color:#fff;font-weight:700}

.v14-video-hero{padding:72px 0;background:linear-gradient(125deg,#071f4d,#0d54a4 55%,#3faeff);color:#fff}
.v14-video-hero h1{font-size:clamp(2.8rem,5vw,4.8rem);line-height:.95;letter-spacing:-.05em;max-width:12ch;margin:14px 0 20px}
.v14-video-hero p{font-size:1.15rem;line-height:1.7;max-width:58ch;color:#deefff}
.v14-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.v14-video-grid article{background:linear-gradient(180deg,#fff,#f3f9ff);border:1px solid rgba(12,79,157,.09);border-radius:26px;padding:16px;box-shadow:0 18px 42px rgba(8,37,90,.08)}
.v14-video-grid .eh-video{aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#061c42}
.v14-video-grid iframe{width:100%;height:100%;border:0}
.v14-video-grid article>span{display:block;margin-top:16px;color:#0c63b7;font-weight:800;font-size:.76rem;text-transform:uppercase;letter-spacing:.12em}
.v14-video-grid article h2{margin:8px 0;color:#08285b;font-size:1.35rem}
.v14-video-grid article>a{color:#0d5db8;font-weight:700}
.v14-channel-cta{margin-top:36px;border-radius:28px;padding:30px;background:linear-gradient(135deg,#e8f6ff,#fff);border:1px solid rgba(12,79,157,.1);display:flex;justify-content:space-between;gap:24px;align-items:center}

@media(max-width:900px){
 .v6-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .v6-category-card:first-child,.v6-category-card:nth-child(4),.v6-category-card:nth-child(5){grid-column:span 2}
 .v14-video-grid{grid-template-columns:1fr}
}
@media(max-width:820px){
 .mega-menu{pointer-events:auto!important}
 .support-menu-grid{grid-template-columns:1fr!important}
 .v14-timeline::before{left:84px}
 .v14-timeline-item{grid-template-columns:65px 26px 1fr;gap:8px}
 .v14-timeline-year{font-size:.92rem}
 .v14-channel-cta{flex-direction:column;align-items:flex-start}
}
@media(max-width:560px){
 .v6-category-grid{grid-template-columns:1fr}
 .v6-category-card,.v6-category-card:first-child,.v6-category-card:nth-child(4),.v6-category-card:nth-child(5){grid-column:auto;min-height:280px}
 .v14-timeline{padding-right:0}
 .v14-timeline::before{left:11px}
 .v14-timeline-item{grid-template-columns:24px 1fr;gap:8px}
 .v14-timeline-year{grid-column:2;text-align:left;padding:0}
 .v14-timeline-marker{grid-column:1;grid-row:1/3}
 .v14-timeline-item p{grid-column:2;padding:14px}
}
