/* JAES v35: scoped styles; retain cascade order. */

.ed-scope .page-hero{position:relative;background:linear-gradient(135deg, #09172a 0%, #1d3961 55%, #006fa1 100%);padding:60px 0 65px;color:#ffffff;overflow:hidden;border-bottom:3px solid var(--jaes-blue);}
.ed-scope .page-hero-subtitle{font-size:18px;color:#bae6fd;font-weight:600;max-width:820px;line-height:1.5;}
.ed-scope .sponsor-card-section{padding:40px 0 50px;background:#ffffff;}
.ed-scope .sponsor-card-section.alt-bg{background:#f8fafc;border-top:1px solid var(--jaes-border);border-bottom:1px solid var(--jaes-border);}
.ed-scope .sponsor-card{background:#ffffff;border:1px solid var(--jaes-border);border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-card);}
.ed-scope .sponsor-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;padding-bottom:24px;border-bottom:2px solid #f1f5f9;margin-bottom:30px;}
.ed-scope .sponsor-title-group h2{font-size:26px;font-weight:800;color:var(--jaes-navy);margin-bottom:6px;}
.ed-scope .sponsor-title-group p{font-size:15px;color:var(--jaes-blue);font-weight:700;margin:0;}
.ed-scope .sponsor-logo-box{background:#ffffff;padding:10px 18px;border-radius:var(--radius-sm);border:1px solid var(--jaes-border);box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:center;}
.ed-scope .sponsor-logo-box img{max-height:60px;width:auto;display:block;}
.ed-scope .sponsor-main-grid{display:grid;grid-template-columns:1.05fr 0.95fr;gap:36px;align-items:start;margin-bottom:32px;}
.ed-scope .video-embed-container{position:relative;width:100%;padding:0;aspect-ratio:16/9;align-self:start;background:#0f2744;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-elevated);border:1px solid var(--jaes-border);}
.ed-scope .video-embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;}
.ed-scope .sponsor-editorial-content{display:flex;flex-direction:column;justify-content:center;}
.ed-scope .sponsor-editorial-content p{font-size:15px;color:#475569;line-height:1.8;margin-bottom:16px;}
.ed-scope .sponsor-editorial-content p:last-child{margin-bottom:0;}
.ed-scope .sponsor-highlight-quote{background:linear-gradient(135deg, #0f2744 0%, #1d3961 100%);color:#ffffff;border-radius:var(--radius-sm);padding:20px 24px;margin:18px 0;border-left:4px solid var(--jaes-cyan);font-size:14.5px;font-weight:600;line-height:1.7;}
.ed-scope .sponsor-gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:10px;}
.ed-scope .sponsor-photo-card{border-radius:var(--radius-md);overflow:hidden;background:#0f2744;box-shadow:var(--shadow-card);border:1px solid var(--jaes-border);position:relative;}
.ed-scope .sponsor-photo-card img{width:100%;height:320px;object-fit:cover;display:block;transition:transform 0.5s ease;}
.ed-scope .sponsor-photo-card:hover img{transform:scale(1.04);}
@media  (max-width: 1024px){
.ed-scope .sponsor-main-grid{grid-template-columns:1fr;}}
@media  (max-width: 768px){
.ed-scope .page-hero h1{font-size:28px;}
.ed-scope .sponsor-card{padding:24px 20px;}
.ed-scope .sponsor-gallery-grid{grid-template-columns:1fr;}
.ed-scope .sponsor-photo-card img{height:240px;}}
.ed-scope .v16-sponsor-0{justify-content:center;}
.ed-scope .v16-sponsor-1{font-size:15px;padding:14px 32px;}
