@import url('program.css');

:root {
  --exec-navy: #21337d;
  --exec-green: #488b27;
  --exec-pale: #f5f7fb;
  --exec-ink: #202020;
}

body { background: #fff; color: var(--exec-ink); }
.exec-header { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.1); position: sticky; top: 0; z-index: 20; }
.exec-header__main { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.exec-header__logo img { width: 260px; height: auto; }
.exec-header__nav { display: flex; align-items: center; gap: 12px; }
.exec-header__nav .dropdown__toggle { background: var(--exec-navy); color: #fff; border-color: var(--exec-navy); }
.exec-header__nav .dropdown__menu { left: auto; right: 0; }
.exec-help { display: flex; align-items: center; gap: 10px; padding: 10px 16px; background: var(--primary-red); color: #fff; border-radius: 5px; font-weight: 700; }
.exec-help small { display: block; font-size: 11px; font-weight: 400; }

.exec-hero { position: relative; min-height: 590px; background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.84) 46%, rgba(255,255,255,.12) 100%), url('../images/executive/executive-mba.jpg') center/cover; }
.exec-hero__inner { padding: 76px 0 50px; }
.exec-hero__copy { max-width: 650px; }
.exec-hero h1 { color: #111; font-size: 46px; line-height: 1.1; font-weight: 800; margin-bottom: 18px; }
.exec-hero p { font-size: 16px; line-height: 1.75; margin-bottom: 28px; }
.exec-hero__features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 700px; }
.exec-feature { background: #fff; border-radius: 10px; padding: 17px 16px; box-shadow: 0 8px 22px rgba(0,0,0,.12); min-height: 126px; }
.exec-feature:nth-child(2) { background: #3b8e12; color: #fff; }
.exec-feature strong { display: block; font-size: 13px; margin-bottom: 20px; }
.exec-feature b { display: block; font-size: 17px; line-height: 1.25; }
.exec-feature small { font-size: 11px; opacity: .78; }
.exec-apply-card { position: absolute; right: max(15px, calc((100vw - 1170px) / 2)); top: 62px; width: 340px; background: #fff; border-radius: 8px; padding: 25px; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.exec-apply-card h2 { color: var(--exec-navy); text-align: center; font-size: 22px; margin-bottom: 4px; }
.exec-apply-card h3 { text-align: center; font-size: 18px; margin-bottom: 18px; }
.exec-apply-card label { display: block; font-size: 12px; font-weight: 600; margin: 10px 0 4px; }
.exec-apply-card input, .exec-apply-card select { width: 100%; min-height: 38px; border: 1px solid #d5d8df; border-radius: 4px; padding: 8px; font: inherit; }
.exec-apply-card .btn { width: 100%; margin-top: 16px; }

.exec-breadcrumb { background: #fff; border-bottom: 1px solid #e8e8e8; color: #777; font-size: 13px; padding: 14px 0; }
.exec-breadcrumb a { color: var(--exec-navy); }
.exec-section { padding: 72px 0; }
.exec-section--pale { background: var(--exec-pale); }
.exec-two-col { display: grid; grid-template-columns: 1.15fr .85fr; gap: 62px; align-items: center; }
.exec-heading { color: var(--exec-navy); font-size: 31px; line-height: 1.25; margin-bottom: 22px; font-weight: 800; }
.exec-copy p { color: #555; font-size: 15px; line-height: 1.8; margin-bottom: 16px; }
.exec-video { border-radius: 18px; overflow: hidden; box-shadow: 0 12px 32px rgba(0,0,0,.16); position: relative; }
.exec-video img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.exec-video::after { content: '▶'; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 62px; height: 62px; border-radius: 50%; background: var(--exec-green); color: #fff; display: grid; place-items: center; font-size: 23px; padding-left: 4px; }
.exec-subheading { color: var(--exec-green); font-size: 23px; margin: 34px 0 18px; }
.exec-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.exec-feature-box { padding: 20px; border-left: 4px solid var(--exec-green); background: #fff; box-shadow: 0 3px 14px rgba(0,0,0,.06); }
.exec-feature-box h3 { color: var(--exec-navy); font-size: 16px; margin-bottom: 8px; }
.exec-feature-box p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; }
.exec-feature-box img { width: 48px; height: 48px; margin-bottom: 12px; }
.exec-title-band { text-align: center; margin-bottom: 36px; }
.exec-title-band h2 { color: var(--exec-navy); font-size: 32px; font-weight: 800; }
.exec-title-band p { color: #666; max-width: 720px; margin: 10px auto 0; }
.exec-fee-table { width: 100%; border-collapse: collapse; background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,.08); }
.exec-fee-table th { background: var(--exec-navy); color: #fff; text-align: left; padding: 14px 16px; }
.exec-fee-table td { padding: 14px 16px; border-bottom: 1px solid #e8e8e8; color: #555; }
.exec-fee-table tr:last-child td { font-weight: 800; color: var(--exec-navy); background: #eef4ff; }
.exec-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.exec-step { text-align: center; padding: 24px 15px; background: #fff; border-radius: 10px; box-shadow: 0 4px 16px rgba(0,0,0,.07); }
.exec-step img { width: 58px; height: 58px; margin: 0 auto 14px; }
.exec-step h3 { color: var(--exec-navy); font-size: 16px; margin-bottom: 6px; }
.exec-step p { color: #666; font-size: 13px; }
.exec-structure { overflow-x: auto; }
.exec-structure table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; }
.exec-structure th { background: var(--exec-green); color: #fff; padding: 13px; text-align: left; }
.exec-structure td { padding: 12px 13px; border-bottom: 1px solid #e5e5e5; color: #555; }
.exec-structure tr:last-child td { font-weight: 700; color: var(--exec-navy); }
.exec-logos { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; }
.exec-logos img { width: 100%; aspect-ratio: 1.5; object-fit: contain; background: #fff; border: 1px solid #e9e9e9; padding: 8px; }
.exec-cta { background: var(--exec-navy); color: #fff; text-align: center; padding: 50px 0; }
.exec-cta h2 { font-size: 30px; margin-bottom: 10px; }
.exec-cta p { margin-bottom: 22px; opacity: .9; }

@media (max-width: 1050px) { .exec-apply-card { position: relative; right: auto; top: auto; margin: 30px auto 0; } .exec-hero { min-height: 0; } .exec-hero__inner { padding-bottom: 30px; } .exec-hero__copy { max-width: 100%; } .exec-hero { background-position: 65% center; } }
@media (max-width: 768px) { .exec-header__main { flex-wrap: wrap; padding: 12px 0; } .exec-header__logo img { width: 210px; } .exec-header__nav { width: 100%; } .exec-help { display: none; } .exec-hero { background: linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.78)), url('../images/executive/executive-mba.jpg') center/cover; } .exec-hero h1 { font-size: 34px; } .exec-hero__features, .exec-feature-grid, .exec-two-col { grid-template-columns: 1fr; } .exec-section { padding: 48px 0; } .exec-steps { grid-template-columns: repeat(2, 1fr); } .exec-logos { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .exec-hero h1 { font-size: 29px; } .exec-apply-card { width: 100%; } .exec-steps { grid-template-columns: 1fr; } .exec-logos { grid-template-columns: repeat(2, 1fr); } .exec-heading, .exec-title-band h2 { font-size: 26px; } }
