:root {
    --mgpa-ink: #090909;
    --mgpa-charcoal: #151515;
    --mgpa-paper: #f3f3ef;
    --mgpa-white: #fff;
    --mgpa-red: #ce1711;
    --mgpa-text: #171717;
    --mgpa-muted: #686868;
    --mgpa-line: #d7d7d2;
    --mgpa-max: 1240px;
    --mgpa-pad: clamp(20px, 4vw, 56px);
}

.mgpa,
.mgpa * { box-sizing: border-box; }
.mgpa {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: clip;
    background: var(--mgpa-paper);
    color: var(--mgpa-text);
    font-family: Montserrat, Arial, sans-serif;
}
.mgpa a { color: inherit; text-decoration: none; }
.mgpa button { font: inherit; }
.mgpa [hidden] { display: none !important; }
.mgpa :focus-visible { outline: 3px solid #ef554f; outline-offset: 3px; }
.mgpa-shell { width: min(var(--mgpa-max), calc(100% - (var(--mgpa-pad) * 2))); margin-inline: auto; }
.mgpa h1,
.mgpa h2,
.mgpa h3,
.mgpa p { margin-top: 0; }
.mgpa h1,
.mgpa h2,
.mgpa h3 { letter-spacing: -.045em; }
.mgpa-eyebrow,
.mgpa-kicker {
    font-size: 10px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.mgpa-eyebrow { margin-bottom: 22px; color: var(--mgpa-red); }
.mgpa-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: #fff; }
.mgpa-kicker span { width: 28px; height: 2px; background: var(--mgpa-red); }

.mgpa-hero {
    position: relative;
    min-height: 720px;
    height: min(84vh, 840px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--mgpa-ink);
    color: #fff;
}
.mgpa-hero__image,
.mgpa-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.mgpa-hero__image {
    object-fit: cover;
    object-position: 58% center;
    filter: saturate(.82) contrast(1.03);
    opacity: 1;
}
.mgpa-hero__veil { background: linear-gradient(90deg, rgba(9,9,9,.98) 0%, rgba(9,9,9,.94) 38%, rgba(9,9,9,.68) 62%, rgba(9,9,9,.18) 100%), linear-gradient(0deg, rgba(9,9,9,.76), transparent 58%); }
.mgpa-hero__inner { position: relative; z-index: 1; padding-block: 112px 72px; }
.mgpa-hero h1 {
    width: max-content;
    max-width: 100%;
    margin-bottom: 30px;
    display: grid;
    row-gap: .28em;
    color: #fff;
    font-size: clamp(56px, 6.3vw, 90px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: .94;
    word-spacing: .08em;
    font-kerning: normal;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
}
.mgpa-hero__title-line { display: block; white-space: nowrap; }
.mgpa-hero__lead { max-width: 600px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.2vw, 18px); line-height: 1.7; }
.mgpa-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.mgpa-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.mgpa-btn--primary { background: var(--mgpa-red); color: #fff; }
.mgpa-btn--primary:hover { background: #a9110d; }
.mgpa-btn--ghost { border-color: #555; background: rgba(0,0,0,.2); color: #fff; }
.mgpa-btn--ghost:hover { border-color: #fff; background: #fff; color: var(--mgpa-ink); }
.mgpa-hero__scope { max-width: 760px; margin: 54px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.58); font-size: 10px; font-weight: 700; letter-spacing: .12em; line-height: 1.8; text-transform: uppercase; }
.mgpa-hero__scope span { margin-inline: 10px; color: var(--mgpa-red); }

.mgpa-intro { padding: 132px 0 140px; }
.mgpa-intro__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 104px; align-items: start; }
.mgpa-intro h2,
.mgpa-section-head h2,
.mgpa-fit h2,
.mgpa-business h2,
.mgpa-cta h2 { margin-bottom: 0; font-size: clamp(38px, 4.4vw, 64px); line-height: 1; text-transform: uppercase; }
.mgpa-intro__copy { padding-top: 42px; }
.mgpa-intro__copy p { max-width: 620px; color: var(--mgpa-muted); font-size: 16px; line-height: 1.75; }
.mgpa-intro__copy p + p { margin-top: 24px; }

.mgpa-courses { padding: 124px 0 132px; background: var(--mgpa-ink); color: #fff; }
#egitimler { scroll-margin-top: 10px; }
.mgpa-section-head { display: grid; grid-template-columns: 1fr 360px; gap: 72px; align-items: end; margin-bottom: 58px; }
.mgpa-section-head h2 { color: inherit; font-size: clamp(40px, 4.8vw, 68px); }
.mgpa-section-head > p { margin-bottom: 5px; color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.7; }
.mgpa-course-explorer { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: clamp(44px, 5vw, 76px); align-items: start; }
.mgpa-course-tabs { display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.mgpa-course-tab {
    position: relative;
    min-height: 171px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 30px;
    padding: 24px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
    border-radius: 0;
    appearance: none;
    background: transparent;
    color: #fff;
    text-align: left;
    cursor: pointer;
    transition: background .22s ease, color .22s ease;
}
.mgpa-course-tab:last-child { border-bottom-color: transparent; }
.mgpa-course-tab__no { color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .16em; }
.mgpa-course-tab > span:nth-child(2) { grid-column: 1 / 3; align-self: end; }
.mgpa-course-tab strong { display: block; font-size: 20px; letter-spacing: -.02em; }
.mgpa-course-tab small { display: block; margin-top: 8px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.5; }
.mgpa-course-tab__arrow { position: absolute; top: 22px; right: 22px; font-size: 20px; }
.mgpa-course-tab__badge { position: absolute; top: 22px; right: 22px; padding: 6px 8px; background: rgba(255,255,255,.12); font-size: 9px !important; letter-spacing: .15em; }
.mgpa-course-tab:hover { background: rgba(255,255,255,.05); }
.mgpa-course-tab.is-active { background: var(--mgpa-red); }
.mgpa-course-tab.is-active small,
.mgpa-course-tab.is-active .mgpa-course-tab__no { color: rgba(255,255,255,.78); }

.mgpa-panels { min-width: 0; padding-top: 0; }
.mgpa-panel.is-active { animation: mgpa-in .3s ease both; }
.mgpa-panel__title { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(220px, 300px); gap: 28px 36px; align-items: start; padding-bottom: 36px; }
.mgpa-panel__title > p:first-child { color: var(--mgpa-red); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.mgpa-panel__title > p:first-child { grid-column: 1 / -1; margin-bottom: 0; }
.mgpa-panel__title h3 { margin-bottom: 0; color: #fff; font-size: clamp(31px, 3.3vw, 50px); line-height: 1.05; text-transform: uppercase; }
.mgpa-panel__title > p:last-child { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; }
.mgpa-panel__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; }
.mgpa-panel__meta span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.78); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.mgpa-curriculum { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.mgpa-curriculum li { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 30px 28px 32px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.mgpa-curriculum li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
.mgpa-curriculum li:nth-child(even) { padding-left: 28px; }
.mgpa-curriculum li > span { color: var(--mgpa-red); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.mgpa-curriculum strong { font-size: 18px; }
.mgpa-curriculum p { margin: 9px 0 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.65; }
.mgpa-panel__action { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 30px; }
.mgpa-panel__action > p { max-width: 610px; margin: 0; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.7; }
.mgpa-text-link { width: max-content; min-height: 44px; display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mgpa-text-link span { transition: transform .2s ease; }
.mgpa-text-link:hover span { transform: translateX(4px); }

.mgpa-method { padding: 124px 0; border-top: 1px solid #2d2d2d; background: var(--mgpa-charcoal); color: #fff; }
.mgpa-method .mgpa-eyebrow { color: var(--mgpa-red); }
.mgpa-section-head--light > p { color: rgba(255,255,255,.6); }
.mgpa-method__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.mgpa-method article { min-height: 250px; padding: 32px 26px 20px 0; border-right: 1px solid rgba(255,255,255,.2); }
.mgpa-method article + article { padding-left: 26px; }
.mgpa-method article:last-child { border-right: 0; }
.mgpa-method article > span { color: var(--mgpa-red); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.mgpa-method h3 { margin: 76px 0 14px; color: #fff; font-size: 20px; text-transform: uppercase; }
.mgpa-method article p { color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.7; }

.mgpa-fit { padding: 132px 0; background: var(--mgpa-paper); }
.mgpa-fit__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 104px; }
.mgpa-fit__list { border-top: 1px solid var(--mgpa-line); }
.mgpa-fit__list article { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--mgpa-line); }
.mgpa-fit__list article > span { color: var(--mgpa-red); font-size: 10px; font-weight: 800; }
.mgpa-fit__list h3 { margin-bottom: 9px; font-size: 20px; text-transform: uppercase; }
.mgpa-fit__list p { margin: 0; color: var(--mgpa-muted); font-size: 16px; line-height: 1.7; }

.mgpa-business { padding: 124px 0 132px; background: #fff; color: var(--mgpa-text); }
.mgpa-business .mgpa-section-head > p { color: var(--mgpa-muted); }
.mgpa-business__models { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--mgpa-ink); border-bottom: 1px solid var(--mgpa-ink); }
.mgpa-business__models > article { min-height: 340px; padding: 34px 42px 36px 0; }
.mgpa-business__models > article + article { padding-left: 42px; border-left: 1px solid var(--mgpa-line); }
.mgpa-business__index { margin-bottom: 78px; color: var(--mgpa-red); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.mgpa-business__models h3 { max-width: 480px; margin-bottom: 18px; font-size: clamp(24px, 2.3vw, 34px); line-height: 1.08; text-transform: uppercase; }
.mgpa-business__models article > p:not(.mgpa-business__index) { max-width: 510px; margin-bottom: 24px; color: var(--mgpa-muted); font-size: 16px; line-height: 1.7; }
/* Opsiyonel destek kartları PHP/önizleme işaretlemesinde korunuyor; tekrar açıldığında bu stiller hazır. */
.mgpa-business__support { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-top: 1px solid var(--mgpa-line); }
.mgpa-business__support article { min-height: 250px; padding: 28px 24px 20px 0; border-right: 1px solid var(--mgpa-line); }
.mgpa-business__support article + article { padding-left: 24px; }
.mgpa-business__support article:last-child { border-right: 0; }
.mgpa-business__support span { color: var(--mgpa-red); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.mgpa-business__support h3 { margin: 66px 0 12px; font-size: 18px; text-transform: uppercase; }
.mgpa-business__support p { color: var(--mgpa-muted); font-size: 15px; line-height: 1.7; }

.mgpa-cta { padding: 140px 0; background: var(--mgpa-ink); color: #fff; text-align: center; }
.mgpa-cta__inner { display: flex; flex-direction: column; align-items: center; }
.mgpa-cta h2 { margin-bottom: 24px; color: #fff; font-size: clamp(48px, 6.5vw, 88px); }
.mgpa-cta__inner > p:not(.mgpa-eyebrow):not(.mgpa-cta__note):not(.mgpa-cta__selection) { max-width: 620px; margin-bottom: 26px; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.75; }
.mgpa-cta__selection { margin-bottom: 30px; padding: 11px 14px; border: 1px solid #383838; color: #aaa; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.mgpa-cta__selection strong { color: #fff; }
.mgpa-actions--center { justify-content: center; }
.mgpa-cta__note { margin: 36px 0 0 !important; color: rgba(255,255,255,.58) !important; font-size: 10px !important; font-weight: 700; letter-spacing: .14em; line-height: 1.7; text-transform: uppercase; }

@keyframes mgpa-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 1024px) {
    .mgpa-course-explorer { grid-template-columns: 270px minmax(0, 1fr); gap: 40px; }
    .mgpa-panel__title { grid-template-columns: 1fr; }
    .mgpa-panel__title > p:last-child { grid-column: auto; }
    .mgpa-curriculum { grid-template-columns: 1fr; }
    .mgpa-curriculum li,
    .mgpa-curriculum li:nth-child(even) { padding: 25px 0; border-right: 0; }
    .mgpa-method__grid,
    .mgpa-business__support { grid-template-columns: repeat(2, 1fr); }
    .mgpa-method article:nth-child(2),
    .mgpa-business__support article:nth-child(2) { border-right: 0; }
    .mgpa-method article:nth-child(-n+2),
    .mgpa-business__support article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
    .mgpa-business__support article:nth-child(-n+2) { border-bottom-color: var(--mgpa-line); }
    .mgpa-fit__grid,
    .mgpa-intro__grid { gap: 64px; }
}

@media (max-width: 720px) {
    .mgpa-hero { min-height: 760px; height: 100svh; }
    .mgpa-hero__image { object-position: 70% center; opacity: .68; }
    .mgpa-hero__veil { background: linear-gradient(90deg, rgba(9,9,9,.96), rgba(9,9,9,.66)), linear-gradient(0deg, rgba(9,9,9,.88), rgba(9,9,9,.36)); }
    .mgpa-hero__inner { padding-block: 92px 30px; transform: translateY(-24px); }
    .mgpa-hero h1 { font-size: clamp(38px, 12vw, 56px); letter-spacing: 0; row-gap: .24em; }
    .mgpa-hero__lead { font-size: 16px; }
    .mgpa-hero__scope { margin-top: 38px; }
    .mgpa-hero__scope span { margin-inline: 6px; }
    .mgpa-intro,
    .mgpa-courses,
    .mgpa-method,
    .mgpa-fit,
    .mgpa-business,
    .mgpa-cta { padding: 84px 0; }
    .mgpa-intro__grid,
    .mgpa-fit__grid,
    .mgpa-section-head { grid-template-columns: 1fr; gap: 34px; }
    .mgpa-intro__copy { padding-top: 0; }
    .mgpa-intro__copy p { font-size: 16px; }
    .mgpa-section-head { margin-bottom: 40px; }
    .mgpa-section-head > p { max-width: 440px; }
    .mgpa-course-explorer { display: block; }
    .mgpa-course-tabs { grid-template-columns: 1fr; }
    .mgpa-course-tab { height: 171px; min-height: 171px; border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.16) !important; }
    .mgpa-course-tab__arrow { transition: transform .2s ease; }
    .mgpa-course-tab.is-active .mgpa-course-tab__arrow { transform: rotate(90deg); }
    .mgpa-panels { display: none; }
    .mgpa-course-tabs > .mgpa-panel { padding: 34px 20px 42px; border-bottom: 1px solid rgba(255,255,255,.22); background: #111; }
    .mgpa-panel__title { grid-template-columns: 1fr; gap: 18px; }
    .mgpa-panel__title > p:last-child { grid-column: auto; }
    .mgpa-curriculum { grid-template-columns: 1fr; }
    .mgpa-curriculum li,
    .mgpa-curriculum li:nth-child(even) { padding: 25px 0; border-right: 0; }
    .mgpa-panel__action { align-items: flex-start; flex-direction: column; gap: 12px; }
    .mgpa-method__grid,
    .mgpa-business__support { grid-template-columns: 1fr; }
    .mgpa-method article,
    .mgpa-method article + article,
    .mgpa-business__support article,
    .mgpa-business__support article + article { padding: 27px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
    .mgpa-business__support article,
    .mgpa-business__support article + article { border-bottom-color: var(--mgpa-line); }
    .mgpa-method h3,
    .mgpa-business__support h3 { margin-top: 40px; }
    .mgpa-business__models { grid-template-columns: 1fr; }
    .mgpa-business__models > article,
    .mgpa-business__models > article + article { min-height: auto; padding: 30px 0 34px; border-left: 0; }
    .mgpa-business__models > article + article { border-top: 1px solid var(--mgpa-line); }
    .mgpa-business__index { margin-bottom: 46px; }
    .mgpa-actions { width: 100%; }
    .mgpa-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .mgpa *,
    .mgpa *::before,
    .mgpa *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
}
