 :root{
 --charcoal:#211f1d;
 --charcoal2:#2b2825;
 --gold:#f2a573;
 --ivory:#f5f1ea;
 --paper:#fffdf9;
 --white:#ffffff;
 --text:#211f1d;
 --muted:#6f685f;
 --line:#e1d8cb;
 /* Dark surfaces (footer, CTA bands, badges). These stay dark in BOTH
    themes — unlike --charcoal, which is the heading ink and flips. */
 --surface-dark:#211f1d;
 --ink-invert:#ffffff;
 /* Ink printed on the gold accent; must stay dark in both themes. */
 --on-accent:#211f1d;
 --header-bg:rgba(255,253,249,.97);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;color:var(--text);font-family:Arial,Helvetica,sans-serif;background:var(--paper);line-height:1.55}
a{text-decoration:none;color:inherit}.container{width:min(1120px,calc(100% - 40px));margin:auto}
header{
 height:84px;
 border-bottom:1px solid var(--line);
 background:var(--header-bg);
 position:sticky;top:0;z-index:50;
 backdrop-filter:blur(14px)
}
.nav-shell{width:min(1320px,calc(100% - 40px));height:100%;margin:auto;display:flex;align-items:center}
.logo{margin-right:auto;display:flex;align-items:center}.logo img{height:62px;width:74px;object-fit:contain;filter:drop-shadow(0 4px 9px rgba(0,0,0,.07))}
nav{display:flex;align-items:center;gap:26px;font-size:13px}nav a:hover{color:var(--gold)}.enrol{background:var(--surface-dark);padding:11px 18px;border-radius:7px;color:#fff!important;border:1px solid var(--surface-dark)}.menu-btn{display:none;border:0;background:none}.menu-btn span{width:23px;height:2px;background:var(--text);display:block;margin:5px}
.hero{min-height:710px;position:relative;overflow:hidden;background:linear-gradient(180deg,var(--paper),var(--ivory))}
.hero-grid{min-height:710px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;position:relative;z-index:3}
.hero-copy{padding-left:30px}.hero h1{font:600 clamp(52px,5.7vw,82px)/.95 Georgia,serif;margin:0 0 22px;color:var(--charcoal);letter-spacing:-.04em}.hero h1 span,.hero h1 em{color:var(--gold);font-weight:500}.hero h1 em{font-style:italic}.hero-copy p{font-size:18px;max-width:530px;color:var(--muted)}
.hero-actions{display:flex;gap:14px;margin-top:28px}.centered{justify-content:center}.btn{padding:13px 22px;border-radius:22px;font-size:13px;font-weight:700}.orange{background:var(--gold);color:var(--on-accent)}.navy{background:var(--paper);color:var(--charcoal)}.outline{border:1px solid var(--line)}.glass{border:1px solid rgba(255,255,255,.7);color:white;background:rgba(255,255,255,.08)}.footer-outline{border:1px solid rgba(255,255,255,.75);color:#fff}
.hero-circle{position:absolute;width:470px;height:470px;border:1px solid rgba(242,165,115,.22);border-radius:50%;left:30px;top:75px}.hero-pill{position:absolute;border-radius:40px;background:var(--ivory)}.p1{width:62px;height:155px;right:8%;top:75px}.p2{width:55px;height:190px;right:24%;top:115px}.p3{width:55px;height:120px;left:10%;bottom:45px;background:var(--ivory)}
.hero-image{display:flex;justify-content:center}.image-oval{width:430px;height:500px;border-radius:48% 48% 45% 45%;background:var(--ivory);overflow:hidden;position:relative}.image-oval img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.92) contrast(.98)}

.about{padding:105px 0;background:var(--paper)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-collage{min-height:560px;position:relative}.pic{position:absolute;object-fit:cover;border-radius:18px;box-shadow:0 18px 45px rgba(22,22,22,.11);filter:saturate(.92) contrast(.98)}.pic1{width:270px;height:320px;left:20px;top:40px}.pic2{width:360px;height:390px;right:0;bottom:10px}.teal-square{position:absolute;width:80px;height:70px;border-radius:18px;background:var(--surface-dark);left:135px;bottom:80px}
.about-copy h2{font:600 clamp(40px,4.4vw,62px)/1.03 Georgia,serif;margin:0 0 18px;color:var(--charcoal)}.about-copy>p{font-size:17px;color:var(--muted)}.feature{display:grid;grid-template-columns:48px 1fr;gap:15px;margin-top:26px}.feature-icon{font-size:35px;color:var(--gold);line-height:1}.feature h3{font:600 22px Georgia;margin:0 0 4px}.feature p{margin:0;color:var(--muted);font-size:14px}.heart{font-size:42px}.about-actions{display:flex;gap:12px;margin-top:30px}

.discover{min-height:470px;background:linear-gradient(135deg,#191817,#25221f);position:relative;display:grid;place-items:center;color:white;text-align:center;overflow:hidden}.discover:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 40%,rgba(242,165,115,.13),transparent 27%)}.discover-inner{position:relative;z-index:2}.discover h2{font:600 clamp(45px,5vw,70px) Georgia;margin:0 0 12px}.discover p{font-size:18px;max-width:760px;margin:0 auto;color:var(--paper)}

.programs{padding:105px 0;background:var(--ivory)}.section-head{text-align:center;max-width:820px;margin:0 auto 55px}.section-head span{font-size:11px;letter-spacing:.16em;color:var(--gold);font-weight:800}.section-head h2{font:600 clamp(52px,5vw,72px)/1 Georgia,serif;margin:0 0 16px;color:var(--charcoal);letter-spacing:-.035em}.section-head p{color:var(--muted);font-size:16px;max-width:720px;margin:0 auto}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.program-photo-card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  min-height:310px;
  transition:.22s;
  box-shadow:0 8px 24px rgba(30,25,18,.035);
}
.program-photo-card:hover{transform:translateY(-5px);box-shadow:0 17px 38px rgba(30,25,18,.09)}
.program-photo-card>img{
  width:100%;height:175px;display:block;object-fit:cover;object-position:center;
  filter:saturate(.91) contrast(.98);
}
.program-card-copy{padding:20px 22px 22px}
.program-card-copy b{font-size:10px;color:var(--gold);letter-spacing:.08em}
.program-card-copy h3{font:600 27px Georgia,serif;margin:13px 0 6px;color:var(--charcoal)}
.program-card-copy p{font-size:12px;color:var(--muted);margin:0}
.application{padding:100px 0;background:var(--paper)}.application-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.app-copy span{font-size:11px;letter-spacing:.16em;color:var(--gold);font-weight:800}.app-copy h2{font:600 clamp(42px,4.5vw,64px)/1.02 Georgia;margin:15px 0;color:var(--charcoal)}.app-copy p{color:var(--muted);font-size:17px}.form-card{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:28px;display:grid;gap:15px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{font-size:11px;color:var(--muted);font-weight:700}input,select,textarea{display:block;width:100%;margin-top:7px;padding:12px 13px;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--text);outline:none}textarea{resize:vertical}.consent{display:flex;gap:10px;align-items:flex-start;font-weight:400}.consent input{width:auto;margin-top:3px}.consent button{border:0;background:none;padding:0;text-decoration:underline;color:var(--gold)}.submit{background:var(--gold);color:var(--on-accent);border:0;border-radius:8px;padding:14px;font-weight:800}.status{font-size:12px;color:var(--gold)}

.cta{padding:75px 0 65px;background:var(--surface-dark);color:#fff;text-align:center}.cta h2{font:600 38px Georgia;margin:0 0 10px}.cta p{color:#eee9e2;margin:0}

footer{background:var(--surface-dark);color:#fff;padding:30px 0 0;border-top:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:1.1fr .9fr 1.1fr 1.1fr;gap:55px;padding:45px 0}.footer-brand img{height:66px;width:78px;object-fit:contain;filter:brightness(0) invert(1);opacity:.94}.footer-brand p,footer p{color:#cfc8bf;font-size:13px}.footer-brand a,footer>div a{display:block;font-size:13px;margin-top:8px}.footer-grid h4{margin:0 0 17px;font-size:14px}.footer-grid>div:not(.footer-brand)>a{color:#f1ece5;margin:9px 0}.footer-cta{background:var(--gold);color:var(--on-accent)!important;text-align:center;padding:11px;border-radius:6px;margin-top:18px!important}.copyright{border-top:1px solid rgba(255,255,255,.12);padding:20px 0 24px;text-align:center;color:#aaa299;font-size:12px}

.modal{position:fixed;inset:0;background:rgba(17,29,49,.45);display:none;align-items:center;justify-content:center;padding:20px;z-index:100}.modal.show{display:flex}.modal-box{width:min(680px,100%);background:var(--paper);border-radius:14px;padding:30px;position:relative}.modal-x{position:absolute;right:14px;top:12px;border:0;color:var(--text);background:var(--ivory);border-radius:50%;width:36px;height:36px;font-size:24px}.modal-box h3{font:600 29px Georgia;color:var(--charcoal)}.modal-scroll{max-height:50vh;overflow:auto;color:var(--muted)}.modal-ok{border:0;background:var(--gold);color:var(--on-accent);padding:12px 17px;border-radius:7px;font-weight:700}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
a, button {
  transition: transform 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}
.teaser a:hover, .course-hero a:hover {
  transform: translateY(-2px);
}
.lang-switcher{
  display:flex;
  align-items:center;
  gap:6px;
  margin-left:18px;
  font-size:12px;
  font-weight:700;
}
.lang-switcher a{
  padding:5px 9px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--muted);
  white-space:nowrap;
}
.lang-switcher a:hover{color:var(--charcoal);border-color:var(--gold)}
.lang-switcher a.active{
  background:var(--ivory);
  color:var(--charcoal);
  border-color:var(--gold);
}
#theme-toggle {
  margin-left: 12px;
  color: var(--text);
  background: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  cursor: pointer;
}
@media(max-width:900px){
 header nav:not(.lang-switcher){display:none;position:absolute;top:84px;left:0;right:0;background:var(--paper);padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}header nav:not(.lang-switcher).open{display:flex}.menu-btn{display:block}
 .lang-switcher{margin-left:auto;margin-right:10px;gap:4px}.lang-switcher a{padding:4px 7px}
 .hero-grid,.about-grid,.application-grid{grid-template-columns:1fr}.hero-grid{padding:80px 0}.hero-copy{padding-left:0}.hero-image{order:-1}.image-oval{width:330px;height:390px}.hero-circle{width:400px;height:400px;left:-130px}.about-grid{gap:30px}.about-collage{min-height:500px}.journey-grid{grid-template-columns:1fr}.program-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:580px){
 .container{width:min(100% - 26px,1120px)}.nav-shell{width:min(100% - 24px,1320px)}.hero h1{font-size:48px}.hero-copy p{font-size:16px}.hero-actions{flex-direction:column}.btn{text-align:center}
 .about-collage{min-height:390px}.pic1{width:200px;height:240px}.pic2{width:250px;height:290px}.teal-square{left:80px;bottom:45px}.program-grid,.form-row,.footer-grid{grid-template-columns:1fr}.section-head h2{font-size:38px}
}


/* Ana sayfa logo kompozisyonu — yalnızca eski hero gitar görselinin yerini alır */
.hero-logo-composition{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(242,165,115,.10), transparent 38%),
    linear-gradient(145deg,#fffefc 0%,var(--ivory) 58%,#f4eee5 100%);
  border:1px solid rgba(242,165,115,.18);
  box-shadow:0 28px 60px rgba(23,23,24,.08), inset 0 1px 0 var(--white);
}
.hero-logo-composition::before{
  content:"";
  position:absolute;
  inset:26px;
  border:1px solid rgba(242,165,115,.16);
  border-radius:46% 46% 44% 44%;
  pointer-events:none;
}
.hero-logo-composition::after{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  border-radius:50%;
  border:1px solid rgba(242,165,115,.12);
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  pointer-events:none;
}
.hero-logo-composition .hero-logo-mark{
  width:47%;
  height:auto;
  max-height:225px;
  object-fit:contain;
  position:relative;
  z-index:3;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.06));
}
.hero-logo-ring,
.hero-logo-star,
.hero-logo-name,
.hero-logo-sub{
  display:none !important;
}
@media(max-width:900px){
  .hero-logo-composition .hero-logo-mark{max-height:190px;width:44%}
}


/* Branş SEO sayfaları — ana sayfa tasarımından bağımsız, aynı görsel dil */
.course-page{background:var(--paper);color:var(--charcoal)}
.course-page .course-hero{padding:84px 0 78px;background:linear-gradient(180deg,var(--paper),var(--ivory));position:relative;overflow:hidden}
.course-page .course-hero:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(242,165,115,.18);border-radius:50%;right:-150px;top:-155px}
.course-page .course-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center;position:relative;z-index:2}
.course-page .breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:25px}
.course-page .breadcrumbs a{color:var(--gold);font-weight:700}
.course-page .course-kicker{font-size:11px;letter-spacing:.17em;color:var(--gold);font-weight:800;text-transform:uppercase}
.course-page .course-hero h1{font:600 clamp(48px,5.5vw,76px)/.98 Georgia,serif;letter-spacing:-.035em;margin:12px 0 20px;color:var(--charcoal)}
.course-page .course-hero-copy>p{font-size:18px;max-width:620px;color:var(--muted);margin:0}
.course-page .course-hero-image{padding:16px;background:var(--white);border:1px solid rgba(242,165,115,.2);border-radius:28px;box-shadow:0 24px 55px rgba(31,26,19,.08)}
.course-page .course-hero-image img{width:100%;height:410px;object-fit:cover;border-radius:20px;filter:saturate(.92) contrast(.98)}
.course-page .course-main-section{padding:92px 0;background:var(--white)}
.course-page .course-main-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:72px;align-items:start}
.course-page .course-section-title{font:600 clamp(38px,4vw,56px)/1.05 Georgia,serif;margin:0 0 18px;color:var(--charcoal)}
.course-page .course-intro{font-size:17px;color:var(--muted);max-width:620px}
.course-page .study-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0;padding:0;list-style:none}
.course-page .study-list li{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:18px 18px 18px 44px;position:relative;color:var(--text);min-height:82px;display:flex;align-items:center}
.course-page .study-list li:before{content:"✦";position:absolute;left:18px;color:var(--gold);font-size:15px}
.course-page .audience{padding:88px 0;background:var(--ivory)}
.course-page .audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.course-page .audience-card{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:0 10px 28px rgba(30,25,18,.04)}
.course-page .audience-card span{font-size:11px;letter-spacing:.12em;color:var(--gold);font-weight:800}
.course-page .audience-card h3{font:600 27px Georgia,serif;margin:9px 0;color:var(--charcoal)}
.course-page .audience-card p{margin:0;color:var(--muted);font-size:14px}
.course-page .approach-section{padding:92px 0;background:var(--white)}
.course-page .approach-box{display:grid;grid-template-columns:.8fr 1.2fr;gap:58px;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:48px}
.course-page .approach-box p{font-size:17px;color:var(--muted);margin:0}
.course-page .faq-section{padding:92px 0;background:var(--ivory)}
.course-page .faq-list{max-width:900px;margin:34px auto 0;display:grid;gap:12px}
.course-page details{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:0 20px}
.course-page summary{cursor:pointer;list-style:none;padding:19px 38px 19px 0;font-weight:800;position:relative;color:var(--charcoal)}
.course-page summary::-webkit-details-marker{display:none}
.course-page summary:after{content:"+";position:absolute;right:2px;top:14px;color:var(--gold);font-size:25px;font-weight:400}
.course-page details[open] summary:after{content:"–"}
.course-page details p{margin:0;padding:0 28px 20px 0;color:var(--muted)}
.course-page .other-courses{padding:88px 0;background:var(--white)}
.course-page .other-course-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center;margin-top:30px}
.course-page .other-course-links a{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:11px 18px;background:var(--paper);font-size:13px;font-weight:700;color:var(--charcoal);transition:.2s;text-decoration:none}
.course-page .other-course-links a:hover{border-color:var(--gold);transform:translateY(-2px)}
.course-page .course-cta{padding:78px 0;background:var(--surface-dark);color:#fff;text-align:center}
.course-page .course-cta h2{font:600 clamp(36px,4vw,54px)/1.05 Georgia,serif;margin:0 0 12px}
.course-page .course-cta p{color:#ded8cf;max-width:700px;margin:0 auto 26px}
.course-page .course-footer-logo{filter:brightness(0) invert(1)}
@media(max-width:900px){
 .course-page .course-hero-grid,.course-page .course-main-grid,.course-page .approach-box{grid-template-columns:1fr}
 .course-page .course-hero-image{order:-1;max-width:650px;margin:auto}
 .course-page .course-hero-image img{height:350px}
 .course-page .audience-grid{grid-template-columns:1fr}
}
@media(max-width:580px){
 .course-page .course-hero{padding:55px 0 58px}
 .course-page .course-hero h1{font-size:44px}
 .course-page .course-hero-image img{height:280px}
 .course-page .study-list{grid-template-columns:1fr}
 .course-page .approach-box{padding:28px}
}


/* Branş sayfası yerleşim iyileştirmesi v4 */
.course-page .course-hero{
  padding:92px 0 86px;
  background:linear-gradient(180deg,var(--paper) 0%,var(--ivory) 100%);
}
.course-page .course-hero:before{
  width:440px;height:440px;right:-155px;top:-170px;
  border-color:rgba(242,165,115,.13);
}
.course-page .course-hero-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:72px;
  align-items:center;
}
.course-page .course-hero-copy,
.course-page .course-hero-image{min-width:0}
.course-page .course-hero h1{
  max-width:650px;
  margin:0 0 24px;
  font-size:clamp(48px,5.1vw,72px);
}
.course-page .course-hero-copy>p{
  max-width:640px;
  line-height:1.7;
  overflow-wrap:anywhere;
}
.course-page .course-hero .hero-actions{margin-top:30px}
.course-page .course-hero .hero-actions .navy{
  border:1px solid var(--line);
  background:var(--paper);
  padding:13px 24px;
  box-shadow:0 8px 24px rgba(31,26,19,.04);
}
.course-page .course-hero .hero-actions .navy:hover{border-color:var(--gold)}
.course-page .course-hero-image{
  padding:14px;
  border-radius:30px;
  background:var(--white);
  box-shadow:0 24px 55px rgba(31,26,19,.075);
}
.course-page .course-hero-image img{
  height:350px;
  border-radius:22px;
}

.course-page .course-main-section{padding:94px 0 100px}
.course-page .course-main-grid{
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  gap:78px;
  align-items:center;
}
.course-page .course-main-grid>div{min-width:0}
.course-page .course-section-title{margin-top:0}
.course-page .course-intro{line-height:1.75}
.course-page .study-list{gap:16px}
.course-page .study-list li{
  min-height:88px;
  background:var(--ivory);
  box-shadow:0 7px 22px rgba(31,26,19,.025);
}

.course-page .faq-section{padding:96px 0;background:var(--ivory)}
.course-page .faq-section .section-head{margin-bottom:36px}
.course-page .faq-section .section-head h2{
  font-size:clamp(38px,4vw,54px);
  margin-top:7px;
}
.course-page .faq-list{margin-top:0;gap:14px}
.course-page details{border-radius:16px;background:var(--paper)}
.course-page summary{padding:21px 42px 21px 2px;font-size:15px}
.course-page details p{padding:0 34px 22px 2px;line-height:1.7}

.course-page .other-courses{
  padding:82px 0 72px;
  background:var(--paper);
}
.course-page .other-courses .section-head{
  margin:0 auto 28px;
  max-width:680px;
}
.course-page .other-courses .section-head span{display:block;margin-bottom:8px}
.course-page .other-courses .section-head h2{
  font-size:clamp(34px,3.8vw,48px);
  line-height:1.05;
  margin:0;
}
.course-page .other-course-links{
  max-width:880px;
  margin:0 auto;
  gap:14px;
}
.course-page .other-course-links a{
  min-width:145px;
  padding:13px 20px;
  background:var(--ivory);
  box-shadow:0 7px 20px rgba(31,26,19,.025);
}

.course-page .course-cta{
  padding:0 0 82px;
  background:var(--paper);
  color:#fff;
}
.course-page .course-cta>.container{
  max-width:1040px;
  padding:58px 44px;
  border-radius:28px;
  background:linear-gradient(135deg,#211f1d 0%,#2c2925 100%);
  box-shadow:0 26px 60px rgba(25,21,17,.14);
}
.course-page .course-cta h2{font-size:clamp(34px,4vw,50px)}
.course-page .course-cta p{line-height:1.7;margin-bottom:28px}
.course-page .course-cta .btn.orange{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:165px;
  padding:14px 25px;
}
.course-page footer{border-top:0}

@media(max-width:900px){
  .course-page .course-hero{padding:66px 0 70px}
  .course-page .course-hero-grid{grid-template-columns:1fr;gap:38px}
  .course-page .course-hero-image{order:initial;max-width:680px;margin:0}
  .course-page .course-hero-image img{height:340px}
  .course-page .course-main-grid{grid-template-columns:1fr;gap:42px}
  .course-page .course-main-section{padding:76px 0 82px}
  .course-page .course-cta>.container{width:min(100% - 40px,1040px)}
}
@media(max-width:580px){
  .course-page .course-hero h1{font-size:42px}
  .course-page .course-hero-image img{height:255px}
  .course-page .course-hero .hero-actions{margin-top:24px}
  .course-page .course-hero .hero-actions .btn{width:auto;align-self:flex-start}
  .course-page .course-main-section{padding:62px 0 68px}
  .course-page .faq-section{padding:68px 0}
  .course-page .other-courses{padding:64px 0 58px}
  .course-page .other-course-links{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .course-page .other-course-links a{min-width:0;padding:12px 10px;text-align:center}
  .course-page .course-cta{padding-bottom:58px}
  .course-page .course-cta>.container{width:min(100% - 26px,1040px);padding:42px 24px;border-radius:22px}
}


/* Branş sayfaları son yerleşim düzeltmeleri v6 */
.course-page .course-hero{
  padding:96px 0 92px;
}
.course-page .course-hero-grid{
  gap:78px;
}
.course-page .course-hero-copy{
  padding:8px 0;
}
.course-page .course-hero h1{
  margin:0 0 30px;
}
.course-page .course-hero-copy>p{
  margin:0 0 0;
  line-height:1.78;
}

/* Eğitim İçeriği: düz metin değil, belirgin CTA */
.course-page .course-hero .hero-actions{
  margin-top:34px;
  display:flex;
  align-items:center;
  gap:14px;
}
.course-page .course-hero .hero-actions .btn.navy{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:0 24px !important;
  border:1px solid #22201e !important;
  border-radius:999px !important;
  background:#22201e !important;
  color:#fff !important;
  font-size:13px;
  font-weight:800;
  box-shadow:0 10px 24px rgba(25,22,19,.13) !important;
  transition:transform .2s ease, background .2s ease, border-color .2s ease;
}
.course-page .course-hero .hero-actions .btn.navy::after{
  content:"↓";
  font-size:15px;
  line-height:1;
  color:var(--gold);
}
.course-page .course-hero .hero-actions .btn.navy:hover{
  background:#34302b !important;
  border-color:#34302b !important;
  transform:translateY(-2px);
}
.course-page .course-hero-image{
  margin:0;
}

/* Bölüm başlıklarının nefes alanları */
.course-page .course-main-section{
  padding:108px 0 112px;
}
.course-page .course-section-title{
  margin:0 0 26px !important;
  line-height:1.08;
}
.course-page .course-intro{
  margin:0;
  line-height:1.82;
}
.course-page .faq-section{
  padding:108px 0 110px;
}
.course-page .faq-section .section-head{
  margin:0 auto 48px !important;
}
.course-page .faq-section .section-head span{
  display:block;
  margin-bottom:16px;
}
.course-page .faq-section .section-head h2{
  margin:0 0 18px !important;
  line-height:1.08;
}
.course-page .faq-section .section-head p{
  margin-top:0;
}

/* Diğer branşlar: net biçimde tıklanabilir butonlar */
.course-page .other-courses{
  padding:104px 0 96px;
  background:var(--paper);
  border-top:1px solid rgba(225,217,205,.75);
}
.course-page .other-courses .section-head{
  max-width:720px;
  margin:0 auto 42px !important;
}
.course-page .other-courses .section-head span{
  display:block;
  margin:0 0 16px !important;
}
.course-page .other-courses .section-head h2{
  margin:0 !important;
  line-height:1.08;
}
.course-page .other-course-links{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  align-items:stretch !important;
  gap:14px !important;
  max-width:980px;
  margin:0 auto !important;
}
.course-page .other-course-links a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px;
  min-width:170px !important;
  min-height:54px;
  padding:0 19px !important;
  border:1px solid var(--gold) !important;
  border-radius:14px !important;
  background:var(--white) !important;
  color:var(--text) !important;
  font-size:13px !important;
  font-weight:800 !important;
  text-decoration:none !important;
  box-shadow:0 8px 22px rgba(32,26,18,.055) !important;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.course-page .other-course-links a::after{
  content:"→";
  color:var(--gold);
  font-size:16px;
  line-height:1;
}
.course-page .other-course-links a:hover{
  transform:translateY(-3px) !important;
  border-color:var(--gold) !important;
  background:var(--ivory) !important;
  box-shadow:0 13px 30px rgba(32,26,18,.09) !important;
}

/* Alt CTA: footer'a kesinlikle taşmayan bağımsız kart */
.course-page .course-cta{
  position:relative;
  z-index:1;
  padding:28px 0 104px !important;
  margin:0 !important;
  background:var(--paper) !important;
  color:#fff;
  overflow:visible;
}
.course-page .course-cta>.container{
  box-sizing:border-box;
  width:min(calc(100% - 40px),1040px) !important;
  max-width:1040px !important;
  margin:0 auto !important;
  padding:62px 54px 58px !important;
  border-radius:30px !important;
  background:linear-gradient(135deg,#211f1d 0%,#2d2925 100%) !important;
  box-shadow:0 26px 60px rgba(25,21,17,.15) !important;
}
.course-page .course-cta h2{
  margin:0 0 20px !important;
  line-height:1.08;
}
.course-page .course-cta p{
  margin:0 auto 32px !important;
  line-height:1.75;
}
.course-page .course-cta .btn.orange{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:52px;
  min-width:170px;
  padding:0 25px !important;
  border-radius:999px !important;
  position:relative;
  z-index:2;
}
.course-page footer{
  position:relative;
  z-index:0;
  margin-top:0 !important;
}

@media(max-width:900px){
  .course-page .course-hero{
    padding:72px 0 78px;
  }
  .course-page .course-hero-grid{
    gap:46px !important;
  }
  .course-page .course-hero-copy{
    padding:0;
  }
  .course-page .course-hero .hero-actions{
    margin-top:30px;
    margin-bottom:4px;
  }
  .course-page .course-hero-image{
    margin-top:0 !important;
  }
  .course-page .course-main-section{
    padding:84px 0 90px;
  }
  .course-page .course-main-grid{
    gap:48px !important;
  }
  .course-page .faq-section{
    padding:84px 0 88px;
  }
  .course-page .other-courses{
    padding:84px 0 82px;
  }
  .course-page .course-cta{
    padding:24px 0 88px !important;
  }
}

@media(max-width:580px){
  .course-page .course-hero h1{
    margin-bottom:22px;
  }
  .course-page .course-hero-copy>p{
    line-height:1.7;
  }
  .course-page .course-hero .hero-actions .btn.navy{
    min-height:50px;
    padding:0 20px !important;
  }
  .course-page .course-main-section{
    padding:70px 0 74px;
  }
  .course-page .course-main-grid{
    gap:38px !important;
  }
  .course-page .faq-section{
    padding:72px 0 76px;
  }
  .course-page .faq-section .section-head{
    margin-bottom:36px !important;
  }
  .course-page .other-courses{
    padding:74px 0 70px;
  }
  .course-page .other-courses .section-head{
    margin-bottom:32px !important;
  }
  .course-page .other-course-links{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .course-page .other-course-links a{
    width:100% !important;
    min-width:0 !important;
    min-height:52px;
  }
  .course-page .course-cta{
    padding:22px 0 72px !important;
  }
  .course-page .course-cta>.container{
    width:min(calc(100% - 26px),1040px) !important;
    padding:46px 26px 44px !important;
    border-radius:24px !important;
  }
}

/* Latest brand mark visibility */
.course-page .course-footer-logo{filter:brightness(0) invert(1);opacity:.94}

/* Homepage spacing after removing redundant dark CTA bands */
.about + .programs{border-top:1px solid var(--line)}
.application + footer{margin-top:0}


/* İletişim sayfası */
.contact-page{background:var(--paper)}
.contact-page nav a[aria-current="page"]{color:var(--gold)}
.contact-hero{
  position:relative;
  overflow:hidden;
  padding:112px 0 104px;
  background:linear-gradient(180deg,var(--paper) 0%,var(--ivory) 100%);
  border-bottom:1px solid var(--line);
}
.contact-hero-inner{position:relative;z-index:2;text-align:center;max-width:820px}
.contact-kicker{
  display:inline-block;
  color:var(--gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:.20em;
  margin-bottom:13px;
}
.contact-hero h1{
  font:600 clamp(58px,7vw,92px)/.95 Georgia,serif;
  letter-spacing:-.045em;
  margin:0 0 24px;
  color:var(--charcoal);
}
.contact-hero p{
  max-width:680px;
  margin:0 auto;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
.contact-orbit{position:absolute;border-radius:50%;border:1px solid rgba(242,165,115,.18)}
.contact-orbit-one{width:430px;height:430px;left:-180px;top:-230px}
.contact-orbit-two{width:350px;height:350px;right:-130px;bottom:-210px}

.contact-details{padding:86px 0 92px;background:var(--paper)}
.contact-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.contact-card{
  min-height:290px;
  padding:34px 32px 30px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--white);
  box-shadow:0 18px 42px rgba(35,28,20,.055);
  display:flex;
  flex-direction:column;
  transition:.25s ease;
}
.contact-card:hover{transform:translateY(-5px);border-color:rgba(242,165,115,.68);box-shadow:0 24px 50px rgba(35,28,20,.09)}
.contact-card-label{color:var(--gold);font-size:10px;font-weight:800;letter-spacing:.18em;margin-bottom:18px}
.contact-card h2{
  font:600 27px/1.18 Georgia,serif;
  margin:0 0 13px;
  overflow-wrap:anywhere;
  color:var(--charcoal);
}
.contact-card p{margin:0;color:var(--muted);font-size:14px}
.contact-card-action{
  margin-top:auto;
  padding-top:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:var(--charcoal);
  font-size:13px;
  font-weight:800;
  border-top:1px solid var(--line);
}
.contact-card-action span{color:var(--gold);font-size:20px;line-height:1}

.contact-map-section{padding:96px 0 108px;background:var(--ivory)}
.contact-map-heading{
  display:grid;
  grid-template-columns:1fr .82fr;
  gap:70px;
  align-items:end;
  margin-bottom:34px;
}
.contact-map-heading h2{
  font:600 clamp(42px,5vw,66px)/1 Georgia,serif;
  margin:0;
  letter-spacing:-.035em;
  color:var(--charcoal);
}
.contact-map-heading p{margin:0 0 6px;color:var(--muted);font-size:16px;line-height:1.7}
.contact-map{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(242,165,115,.26);
  box-shadow:0 24px 60px rgba(34,29,23,.10);
  background:var(--ivory);
  min-height:480px;
}
.contact-map iframe{
  display:block;
  width:100%;
  height:480px;
  border:0;
  pointer-events:none;
  filter:saturate(.82) contrast(.98);
}
.map-open-badge{
  position:absolute;
  left:26px;
  bottom:24px;
  background:var(--surface-dark);
  color:#fff;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  padding:13px 18px;
  font-size:13px;
  font-weight:800;
  box-shadow:0 10px 26px rgba(0,0,0,.16);
}
.map-open-badge b{color:var(--gold);font-size:15px;margin-left:6px}

.contact-bottom{padding:78px 0;background:var(--paper)}
.contact-bottom-inner{
  background:var(--surface-dark);
  color:#fff;
  border-radius:24px;
  padding:46px 50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.contact-bottom h2{font:600 clamp(31px,3.5vw,46px)/1.06 Georgia,serif;margin:0}
.contact-bottom .contact-kicker{margin-bottom:9px}

@media(max-width:900px){
  .contact-card-grid{grid-template-columns:1fr}
  .contact-card{min-height:230px}
  .contact-map-heading{grid-template-columns:1fr;gap:18px}
  .contact-bottom-inner{flex-direction:column;align-items:flex-start}
}
@media(max-width:580px){
  .contact-hero{padding:76px 0 70px}
  .contact-hero h1{font-size:54px}
  .contact-hero p{font-size:16px}
  .contact-details{padding:58px 0 64px}
  .contact-card{padding:28px 24px}
  .contact-map-section{padding:68px 0 76px}
  .contact-map,.contact-map iframe{height:380px;min-height:380px}
  .contact-bottom{padding:54px 0}
  .contact-bottom-inner{padding:32px 26px}
}


/* Eğitimler ayrı sayfası */
.education-page{background:var(--paper)}
.education-page nav a[aria-current="page"]{color:var(--gold)}
.education-page-hero{
  position:relative;
  overflow:hidden;
  padding:112px 0 102px;
  background:linear-gradient(180deg,var(--paper) 0%,var(--ivory) 100%);
  border-bottom:1px solid var(--line);
}
.education-page-hero-inner{position:relative;z-index:2;text-align:center;max-width:880px}
.education-page-hero-inner>span{
  display:inline-block;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.20em;
  font-weight:800;
  margin-bottom:14px;
}
.education-page-hero h1{
  font:600 clamp(58px,7vw,92px)/.95 Georgia,serif;
  letter-spacing:-.045em;
  margin:0 0 24px;
  color:var(--charcoal);
}
.education-page-hero p{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
.education-page-orbit{position:absolute;border:1px solid rgba(242,165,115,.18);border-radius:50%}
.education-page-orbit.e1{width:430px;height:430px;left:-180px;top:-210px}
.education-page-orbit.e2{width:350px;height:350px;right:-120px;bottom:-200px}
.education-list-page{padding-top:88px;padding-bottom:104px;background:var(--ivory)}
.education-list-page .program-photo-card{min-height:345px}
.education-list-page .program-photo-card>img{height:205px}
.edu-card-link{
  display:inline-flex;
  margin-top:16px;
  color:var(--gold);
  font-size:12px;
  font-weight:800;
}
.education-page-bottom{padding:94px 0 100px;background:var(--paper)}
.education-page-bottom-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:64px;
  min-height:300px;
  padding:62px 68px;
  background:var(--surface-dark);
  color:#fff;
  border-radius:28px;
}
.education-page-bottom-inner>div{max-width:790px}
.education-page-bottom-inner span{
  display:block;
  color:var(--gold);
  font-size:11px;
  line-height:1;
  letter-spacing:.20em;
  font-weight:800;
  margin-bottom:18px;
}
.education-page-bottom-inner h2{
  font:600 clamp(34px,3.4vw,50px)/1.16 Georgia,serif;
  letter-spacing:-.025em;
  margin:0 0 20px;
  max-width:790px;
}
.education-page-bottom-inner p{
  margin:0;
  color:#d8d1c8;
  font-size:16px;
  line-height:1.7;
  max-width:690px;
}
.education-page-bottom-inner>.btn{
  flex:0 0 auto;
  min-width:142px;
  min-height:52px;
}
@media(max-width:900px){
  .education-page-bottom-inner{
    flex-direction:column;
    align-items:flex-start;
    gap:34px;
    min-height:0;
  }
}
@media(max-width:580px){
  .education-page-hero{padding:76px 0 72px}
  .education-page-hero h1{font-size:54px}
  .education-page-hero p{font-size:16px}
  .education-list-page{padding-top:64px;padding-bottom:72px}
  .education-page-bottom{padding:64px 0 70px}
  .education-page-bottom-inner{padding:38px 28px;border-radius:22px}
  .education-page-bottom-inner h2{font-size:34px;line-height:1.18}
  .education-page-bottom-inner p{font-size:15px}
}


/* Hakkımızda ayrı sayfası */
.about-page{background:var(--paper)}
.about-page nav a[aria-current="page"]{color:var(--gold)}

.about-page-hero{
  position:relative;
  overflow:hidden;
  padding:112px 0 104px;
  background:linear-gradient(180deg,var(--paper) 0%,var(--ivory) 100%);
  border-bottom:1px solid var(--line);
}
.about-page-hero-inner{position:relative;z-index:2;text-align:center;max-width:900px}
.about-page-hero-inner>span{
  display:inline-block;
  color:var(--gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:.20em;
  margin-bottom:14px;
}
.about-page-hero h1{
  font:600 clamp(58px,7vw,92px)/.95 Georgia,serif;
  letter-spacing:-.045em;
  margin:0 0 24px;
  color:var(--charcoal);
}
.about-page-hero p{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
.about-page-orbit{position:absolute;border:1px solid rgba(242,165,115,.18);border-radius:50%}
.about-page-orbit.a1{width:430px;height:430px;left:-180px;top:-210px}
.about-page-orbit.a2{width:350px;height:350px;right:-120px;bottom:-190px}

.about-page-story{padding:104px 0;background:var(--paper)}
.about-page-story-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:78px;
  align-items:center;
}
.about-page-collage{position:relative;min-height:540px}
.about-page-img{
  position:absolute;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 20px 48px rgba(35,28,20,.09);
}
.about-page-img.img-one{width:54%;left:0;top:0;aspect-ratio:4/5}
.about-page-img.img-two{width:62%;right:0;bottom:0;aspect-ratio:4/5}
.about-page-accent{
  position:absolute;
  width:84px;
  height:84px;
  background:var(--gold);
  opacity:.52;
  border-radius:22px;
  left:28%;
  bottom:72px;
  z-index:3;
}
.about-page-kicker{
  display:inline-block;
  color:var(--gold);
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
  margin-bottom:15px;
}
.about-page-copy h2,
.about-values-head h2,
.about-page-bottom h2{
  font:600 clamp(38px,4.3vw,58px)/1.05 Georgia,serif;
  letter-spacing:-.035em;
  color:var(--charcoal);
}
.about-page-copy h2{margin:0 0 25px}
.about-page-copy p{
  color:var(--muted);
  font-size:16px;
  line-height:1.8;
  margin:0 0 18px;
}

.about-values{padding:96px 0 108px;background:var(--ivory)}
.about-values-head{text-align:center;max-width:820px;margin:0 auto 42px}
.about-values-head h2{margin:0}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.about-value-card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:22px;
  padding:34px 30px 36px;
  min-height:280px;
  box-shadow:0 16px 38px rgba(35,28,20,.05);
}
.about-value-card b{
  display:block;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.18em;
  margin-bottom:26px;
}
.about-value-card h3{
  font:600 27px/1.1 Georgia,serif;
  margin:0 0 14px;
  color:var(--charcoal);
}
.about-value-card p{margin:0;color:var(--muted);line-height:1.75;font-size:14px}

.about-page-bottom{padding:88px 0 100px;background:var(--paper)}
.about-page-bottom-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:48px;
  background:var(--surface-dark);
  color:#fff;
  border-radius:28px;
  padding:56px 62px;
}
.about-page-bottom-inner>div{max-width:760px}
.about-page-bottom h2{color:#fff;margin:0 0 14px}
.about-page-bottom p{margin:0;color:#d8d1c8;line-height:1.7}

@media(max-width:900px){
  .about-page-story-grid{grid-template-columns:1fr;gap:45px}
  .about-page-collage{min-height:500px}
  .about-values-grid{grid-template-columns:1fr}
  .about-value-card{min-height:0}
  .about-page-bottom-inner{flex-direction:column;align-items:flex-start}
}
@media(max-width:580px){
  .about-page-hero{padding:76px 0 72px}
  .about-page-hero h1{font-size:54px}
  .about-page-hero p{font-size:16px}
  .about-page-story{padding:68px 0}
  .about-page-collage{min-height:390px}
  .about-values{padding:68px 0 76px}
  .about-page-bottom{padding:60px 0 70px}
  .about-page-bottom-inner{padding:36px 28px}
}




/* v15: hero görselini referanstaki gibi sayfaya entegre et */
.hero-image{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:620px;
  position:relative;
}
.hero-approved-art{
  display:block;
  width:min(520px,100%);
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:center;
  filter:saturate(.94) contrast(.99);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
@media(max-width:1100px){
  .hero-image{min-height:560px}
  .hero-approved-art{
    width:min(470px,100%);
    max-height:none;
  }
}
@media(max-width:900px){
  .hero-image{min-height:auto}
  .hero-approved-art{
    width:min(390px,88vw);
    max-height:none;
  }
}
@media(max-width:580px){
  .hero-approved-art{
    width:min(340px,90vw);
    max-height:none;
  }
}


/* v19: hero bölümünü onaylı referansa geri yaklaştır */
.hero{
  background:var(--paper);
}
.hero .container.hero-grid{
  min-height:710px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(380px,460px);
  gap:72px;
  align-items:center;
}
.hero .hero-copy{
  padding-left:30px;
  max-width:560px;
}
.hero .hero-image{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:0 !important;
  background:transparent !important;
}
.hero .hero-approved-art{
  display:block;
  width:min(430px,100%) !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:saturate(.94) contrast(.99);
}
@media(max-width:1100px){
  .hero .container.hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(340px,420px);
    gap:48px;
  }
  .hero .hero-approved-art{
    width:min(400px,100%) !important;
  }
}
@media(max-width:900px){
  .hero .container.hero-grid{
    grid-template-columns:1fr;
    gap:36px;
    padding:80px 0;
  }
  .hero .hero-copy{
    padding-left:0;
    max-width:none;
  }
  .hero .hero-image{
    order:-1;
  }
  .hero .hero-approved-art{
    width:min(390px,88vw) !important;
  }
}
@media(max-width:580px){
  .hero .hero-approved-art{
    width:min(340px,90vw) !important;
  }
}


/* v20: hero görselini kırpmasız, daha küçük ve arka planla uyumlu hale getir */
.hero{
  background:var(--paper) !important;
}
.hero .container.hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(300px,380px) !important;
  gap:52px !important;
  align-items:center !important;
}
.hero .hero-copy{
  max-width:540px !important;
  padding-left:14px !important;
}
.hero .hero-image{
  min-height:0 !important;
  background:transparent !important;
}
.hero .hero-art-shell{
  width:min(370px,100%);
  aspect-ratio:536/812;
  overflow:hidden;
  background:transparent;
  border-radius:220px 220px 150px 150px / 190px 190px 150px 150px;
  box-shadow:none;
}
.hero .hero-approved-art{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block;
  background:transparent !important;
  filter:saturate(.94) contrast(.99);
}
@media(max-width:1100px){
  .hero .container.hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(280px,350px) !important;
    gap:42px !important;
  }
  .hero .hero-art-shell{width:min(340px,100%)}
}
@media(max-width:900px){
  .hero .container.hero-grid{
    grid-template-columns:1fr !important;
    gap:34px !important;
    padding:78px 0 !important;
  }
  .hero .hero-copy{
    padding-left:0 !important;
    max-width:none !important;
  }
  .hero .hero-image{order:-1 !important}
  .hero .hero-art-shell{width:min(360px,88vw)}
}
@media(max-width:580px){
  .hero .hero-art-shell{width:min(320px,90vw)}
}


/* v22: hero görselinin sağ tarafta kırpılmış hissini azalt */
.hero .container.hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(300px,350px) !important;
  gap:48px !important;
}
.hero .hero-image{
  justify-self:center !important;
  align-self:center !important;
  min-height:0 !important;
  background:transparent !important;
}
.hero .hero-art-shell{
  width:min(336px,100%) !important;
  aspect-ratio:536 / 812 !important;
  padding:14px !important;
  background:var(--paper) !important;
  border-radius:220px 220px 150px 150px / 190px 190px 150px 150px !important;
  box-shadow:0 16px 38px rgba(32,24,18,.06) !important;
  overflow:hidden !important;
}
.hero .hero-approved-art{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:46% center !important;
  border-radius:205px 205px 138px 138px / 178px 178px 138px 138px !important;
  background:transparent !important;
}
@media (max-width:1100px){
  .hero .container.hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(280px,320px) !important;
    gap:40px !important;
  }
  .hero .hero-art-shell{width:min(312px,100%) !important;}
}
@media (max-width:900px){
  .hero .container.hero-grid{grid-template-columns:1fr !important;}
  .hero .hero-art-shell{width:min(320px,88vw) !important;}
}

/* v23: ana sayfa hero bölümü — kullanıcının onayladığı referans görsele birebir yakın düzeltme */
.hero{
  background:var(--paper) !important;
  overflow:hidden;
}
.hero .container.hero-grid{
  min-height:710px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(360px,430px) !important;
  gap:56px !important;
  align-items:center !important;
}
.hero .hero-copy{
  max-width:560px !important;
  padding-left:28px !important;
}
.hero .hero-image{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  min-height:0 !important;
  background:transparent !important;
  justify-self:center !important;
}
.hero .hero-art-shell{
  width:min(420px,100%) !important;
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  aspect-ratio:auto !important;
}
.hero .hero-approved-art{
  width:100% !important;
  height:auto !important;
  max-width:none !important;
  display:block !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  filter:saturate(.94) contrast(.99) !important;
}
@media (max-width:1100px){
  .hero .container.hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(320px,390px) !important;
    gap:44px !important;
  }
  .hero .hero-art-shell{width:min(390px,100%) !important;}
}
@media (max-width:900px){
  .hero .container.hero-grid{
    grid-template-columns:1fr !important;
    gap:36px !important;
    padding:80px 0 !important;
  }
  .hero .hero-copy{
    padding-left:0 !important;
    max-width:none !important;
  }
  .hero .hero-image{order:-1 !important;}
  .hero .hero-art-shell{width:min(360px,88vw) !important;}
}
@media (max-width:580px){
  .hero .hero-art-shell{width:min(320px,90vw) !important;}
}

/* Task 4: simplified Eleventy page sections (homepage teasers, inner pages) */
.hero h1{
  font:600 clamp(52px,5.7vw,82px)/.95 Georgia,serif;
  margin:0 0 22px;
  color:var(--charcoal);
  letter-spacing:-.04em;
}
.hero p{
  font-size:18px;
  max-width:640px;
  color:var(--muted);
  margin:0;
}
.teaser{
  padding:70px 0;
  border-bottom:1px solid var(--line);
  max-width:760px;
  margin:0 auto;
  text-align:center;
}
.teaser h2{
  font:600 clamp(32px,3.6vw,44px)/1.05 Georgia,serif;
  color:var(--charcoal);
  margin:0 0 14px;
}
.teaser p{
  color:var(--muted);
  font-size:16px;
  margin:0 0 18px;
}
.teaser a{
  color:var(--charcoal);
  font-weight:700;
  border-bottom:1px solid var(--gold);
  padding-bottom:2px;
}
.page-hero{
  padding:96px 0 40px;
  text-align:center;
  max-width:820px;
  margin:0 auto;
}
.page-hero h1{
  font:600 clamp(48px,5.5vw,72px)/1.02 Georgia,serif;
  color:var(--charcoal);
  margin:0 0 18px;
  letter-spacing:-.03em;
}
.page-hero p{
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
  margin:0;
}
.page-body{
  max-width:720px;
  margin:0 auto;
  padding:0 0 90px;
}
.page-body p{
  color:var(--text);
  font-size:16px;
  line-height:1.75;
  margin:0 0 20px;
}
.page-body a{
  color:var(--charcoal);
  font-weight:700;
  border-bottom:1px solid var(--gold);
}
.course-hero{
  padding:96px 0 40px;
  text-align:center;
  max-width:820px;
  margin:0 auto;
}
.course-hero h1{
  font:600 clamp(48px,5.5vw,72px)/1.02 Georgia,serif;
  color:var(--charcoal);
  margin:0 0 18px;
  letter-spacing:-.03em;
}
.course-hero p{
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
  margin:0;
}
.faq{
  max-width:820px;
  margin:0 auto;
  padding:0 0 90px;
}
.faq h2{
  font:600 clamp(30px,3.4vw,42px)/1.05 Georgia,serif;
  color:var(--charcoal);
  margin:0 0 24px;
  text-align:center;
}
.faq details{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:14px;
  padding:0 20px;
  margin-bottom:12px;
}
.faq summary{
  cursor:pointer;
  list-style:none;
  padding:19px 38px 19px 0;
  font-weight:800;
  position:relative;
  color:var(--charcoal);
}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{
  content:"+";
  position:absolute;
  right:2px;
  top:14px;
  color:var(--gold);
  font-size:25px;
  font-weight:400;
}
.faq details[open] summary:after{content:"–"}
.faq details p{
  margin:0;
  padding:0 28px 20px 0;
  color:var(--muted);
  line-height:1.7;
}

/* Cross-document view transitions (primary mechanism for MPA nav) */
@view-transition {
  navigation: auto;
}

/* Scroll-driven parallax on hero sections */
@supports (animation-timeline: scroll()) {
  .hero, .course-hero {
    animation: parallax-shift linear;
    animation-timeline: scroll();
    animation-range: 0 400px;
  }
  /* .hero/.course-hero also carry .reveal (Task 6), whose entrance effect
     transitions transform. A CSS animation on transform beats a transition
     on the same property, so scope reveal on these elements to opacity only
     and let the parallax animation own transform here. */
  .hero.reveal, .course-hero.reveal {
    transition: opacity 0.6s ease;
  }
  @keyframes parallax-shift {
    from { transform: translateY(0); }
    to { transform: translateY(60px); }
  }
}
