/* =========================================================
   EMDATE 6 NEON / CAM KART REVİZYONU
   AcilYanDal görsel dilinden ilham alınarak EMDATE'e özgü
   kongre + aktif eğitim platformu teması.
   Eklenme: 2026-07-07
   ========================================================= */

:root{
  --em-neo-bg:#05071c;
  --em-neo-bg2:#0b102b;
  --em-neo-card:rgba(255,255,255,.060);
  --em-neo-card2:rgba(255,255,255,.035);
  --em-neo-border:rgba(255,255,255,.135);
  --em-neo-border-soft:rgba(255,255,255,.075);
  --em-neo-text:#f6f8ff;
  --em-neo-muted:#a9b4d0;
  --em-neo-red:#ff2e4c;
  --em-neo-orange:#ff7a18;
  --em-neo-gold:#f5b84b;
  --em-neo-cyan:#18d8ff;
  --em-neo-purple:#9b5cff;
  --em-neo-green:#66f06f;
  --em-neo-shadow:0 34px 95px rgba(0,0,0,.38);
}

html[data-theme="light"]{
  --em-neo-bg:#f6f8ff;
  --em-neo-bg2:#ffffff;
  --em-neo-card:rgba(255,255,255,.84);
  --em-neo-card2:rgba(255,255,255,.64);
  --em-neo-border:rgba(16,26,46,.13);
  --em-neo-border-soft:rgba(16,26,46,.08);
  --em-neo-text:#111a33;
  --em-neo-muted:#61708c;
  --em-neo-shadow:0 28px 80px rgba(16,26,46,.14);
}
html[data-theme="clinical"]{
  --em-neo-bg:#d7faf6;
  --em-neo-bg2:#effffb;
  --em-neo-card:rgba(241,255,252,.86);
  --em-neo-card2:rgba(220,255,249,.66);
  --em-neo-border:rgba(0,107,118,.22);
  --em-neo-border-soft:rgba(0,107,118,.14);
  --em-neo-text:#062f3c;
  --em-neo-muted:#315e67;
  --em-neo-red:#047c89;
  --em-neo-orange:#06a5b4;
  --em-neo-gold:#9a6508;
  --em-neo-cyan:#087db7;
  --em-neo-shadow:0 28px 80px rgba(0,107,118,.18);
}

/* Genel yüzey iyileştirmeleri */
body{
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
}
nav,
.em-shell-nav{
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  background:linear-gradient(180deg,rgba(5,7,28,.88),rgba(5,7,28,.66))!important;
  box-shadow:0 18px 55px rgba(0,0,0,.22)!important;
}
html[data-theme="light"] nav,
html[data-theme="light"] .em-shell-nav,
html[data-theme="clinical"] nav,
html[data-theme="clinical"] .em-shell-nav{
  background:rgba(255,255,255,.86)!important;
  box-shadow:0 18px 50px rgba(16,26,46,.10)!important;
}
.nav-logo,
.em-shell-logo{
  letter-spacing:-.8px!important;
  font-family:'Outfit',system-ui,sans-serif!important;
  font-weight:950!important;
}
.nav-logo span,
.em-shell-logo span{
  background:linear-gradient(135deg,var(--em-neo-red),var(--em-neo-orange));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
}
.nav-cta,
.em-shell-cta,
.btn-p,
.sticky-mobile-cta .primary{
  background:linear-gradient(135deg,var(--em-neo-red),var(--em-neo-orange))!important;
  border-color:rgba(255,255,255,.14)!important;
  box-shadow:0 18px 40px rgba(255,46,76,.24), inset 0 1px 0 rgba(255,255,255,.22)!important;
}
.btn-s,
.em-shell-ghost{
  background:rgba(255,255,255,.055)!important;
  border-color:var(--em-neo-border)!important;
  backdrop-filter:blur(16px);
}

/* Ana hero: AcilYanDal benzeri iki kolonlu dashboard */
#hero{
  min-height:900px!important;
  padding:122px clamp(18px,4.4vw,66px) 110px!important;
  align-items:center!important;
  justify-content:center!important;
  background:radial-gradient(ellipse 48% 36% at 9% 18%,rgba(255,46,76,.20),transparent 62%),
             radial-gradient(ellipse 42% 32% at 86% 15%,rgba(155,92,255,.18),transparent 58%),
             radial-gradient(ellipse 52% 38% at 80% 78%,rgba(24,216,255,.12),transparent 60%),
             linear-gradient(180deg,#03051a 0%,#060b25 58%,#040719 100%)!important;
}
html[data-theme="light"] #hero{
  background:radial-gradient(ellipse 46% 34% at 8% 18%,rgba(255,46,76,.10),transparent 62%),
             radial-gradient(ellipse 42% 32% at 88% 14%,rgba(155,92,255,.12),transparent 58%),
             linear-gradient(180deg,#ffffff 0%,#f4f7ff 62%,#eef2fb 100%)!important;
}
html[data-theme="clinical"] #hero{
  background:radial-gradient(ellipse 46% 34% at 8% 18%,rgba(4,124,137,.18),transparent 62%),
             radial-gradient(ellipse 42% 32% at 88% 14%,rgba(6,165,180,.14),transparent 58%),
             linear-gradient(180deg,#eafffc 0%,#d7faf6 62%,#bfeee8 100%)!important;
}
#hero::after{height:130px!important;background:linear-gradient(180deg,transparent,rgba(4,7,25,.74))!important}
html[data-theme="light"] #hero::after,
html[data-theme="clinical"] #hero::after{background:linear-gradient(180deg,transparent,rgba(255,255,255,.65))!important}
.hero-bg{opacity:.82!important}.skyline{opacity:.08!important}.medical-watermark{opacity:.035!important}

.hero-c.em-neo-hero{
  width:min(1260px,100%);
  max-width:1260px!important;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
  gap:48px;
  align-items:center;
  text-align:left!important;
  padding:0!important;
}
.hero-c.em-neo-hero::before{display:none!important}
.em-neo-left,
.em-neo-right{position:relative;z-index:2}
.em-neo-left{display:flex;flex-direction:column;align-items:flex-start}
.em-neo-left .hero-badge{
  margin:0 0 18px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,122,24,.32)!important;
  background:linear-gradient(135deg,rgba(255,46,76,.14),rgba(255,122,24,.07))!important;
  box-shadow:0 18px 42px rgba(255,46,76,.12), inset 0 1px 0 rgba(255,255,255,.12)!important;
  max-width:100%!important;
}
.hero-title.em-neo-title{
  margin:0!important;
  font-family:'Outfit',system-ui,sans-serif!important;
  font-size:clamp(4.4rem,9.2vw,8.9rem)!important;
  line-height:.90!important;
  letter-spacing:-7px!important;
  color:var(--em-neo-text)!important;
  filter:drop-shadow(0 26px 62px rgba(0,0,0,.35))!important;
}
.hero-title.em-neo-title span{display:inline-block}
.hero-title.em-neo-title .n{
  display:inline-block;
  margin-left:.04em;
  padding-right:.06em;
  background:linear-gradient(135deg,var(--em-neo-red) 0%,var(--em-neo-orange) 58%,var(--em-neo-gold) 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
}
.em-neo-headline{
  margin:12px 0 0;
  max-width:760px;
  font-size:clamp(2.25rem,4vw,4.15rem);
  line-height:1.02;
  letter-spacing:-2.2px;
  font-weight:950;
  color:var(--em-neo-text);
}
.em-neo-headline strong{
  background:linear-gradient(135deg,var(--em-neo-red),var(--em-neo-orange));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.em-neo-left .hero-sub,
.em-neo-left .hero-loc,
.em-neo-left .hero-full{
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}
.em-neo-left .hero-sub{
  margin-top:22px!important;
  letter-spacing:2.4px!important;
  font-size:.82rem!important;
  color:rgba(246,248,255,.76)!important;
}
.em-neo-left .hero-loc{
  margin-top:8px!important;
  color:rgba(169,180,208,.90)!important;
}
.em-neo-left .hero-div{
  width:240px!important;
  height:5px!important;
  margin:22px 0 28px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--em-neo-red),var(--em-neo-orange),transparent)!important;
  box-shadow:0 0 26px rgba(255,122,24,.50)!important;
}
.em-neo-left .hero-full{
  max-width:680px!important;
  font-size:1.08rem!important;
  line-height:1.78!important;
  color:var(--em-neo-muted)!important;
}
.em-neo-feature-list{
  width:min(560px,100%);
  display:grid;
  gap:14px;
  margin:28px 0 28px;
}
.em-neo-feature{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:16px;
  align-items:center;
  min-height:92px;
  padding:16px 18px;
  border:1px solid var(--em-neo-border);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.028));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 22px 52px rgba(0,0,0,.18);
  backdrop-filter:blur(16px);
  overflow:hidden;
}
.em-neo-feature:nth-child(1){border-color:rgba(255,46,76,.46);box-shadow:0 20px 50px rgba(255,46,76,.10), inset 0 1px 0 rgba(255,255,255,.11)}
.em-neo-feature:nth-child(2){border-color:rgba(155,92,255,.42);box-shadow:0 20px 50px rgba(155,92,255,.10), inset 0 1px 0 rgba(255,255,255,.11)}
.em-neo-feature:nth-child(3){border-color:rgba(24,216,255,.42);box-shadow:0 20px 50px rgba(24,216,255,.09), inset 0 1px 0 rgba(255,255,255,.11)}
.em-neo-feature:nth-child(4){border-color:rgba(102,240,111,.34);box-shadow:0 20px 50px rgba(102,240,111,.08), inset 0 1px 0 rgba(255,255,255,.11)}
.em-neo-feature-icon{
  width:58px;height:58px;border-radius:19px;display:flex;align-items:center;justify-content:center;
  font-size:1.72rem;
  background:radial-gradient(circle at 34% 24%,rgba(255,255,255,.28),transparent 46%),linear-gradient(135deg,rgba(255,46,76,.86),rgba(255,122,24,.62));
  box-shadow:0 16px 34px rgba(255,46,76,.18);
}
.em-neo-feature:nth-child(2) .em-neo-feature-icon{background:radial-gradient(circle at 34% 24%,rgba(255,255,255,.28),transparent 46%),linear-gradient(135deg,rgba(155,92,255,.88),rgba(90,42,190,.64));box-shadow:0 16px 34px rgba(155,92,255,.18)}
.em-neo-feature:nth-child(3) .em-neo-feature-icon{background:radial-gradient(circle at 34% 24%,rgba(255,255,255,.28),transparent 46%),linear-gradient(135deg,rgba(24,216,255,.88),rgba(0,120,190,.62));box-shadow:0 16px 34px rgba(24,216,255,.14)}
.em-neo-feature:nth-child(4) .em-neo-feature-icon{background:radial-gradient(circle at 34% 24%,rgba(255,255,255,.28),transparent 46%),linear-gradient(135deg,rgba(102,240,111,.82),rgba(15,128,69,.62));box-shadow:0 16px 34px rgba(102,240,111,.13)}
.em-neo-feature h3{margin:0 0 4px;font-size:1.14rem;line-height:1.2;color:var(--em-neo-text);font-weight:950;letter-spacing:-.3px}
.em-neo-feature p{margin:0;color:var(--em-neo-muted);font-size:.95rem;line-height:1.38}
.em-neo-left .hero-btns{
  justify-content:flex-start!important;
  margin:8px 0 18px!important;
  gap:12px!important;
}
.em-neo-left .hero-btns a{min-height:50px;padding:14px 22px!important;border-radius:18px!important}
.em-neo-left .abstract-alert{
  width:min(720px,100%);
  margin:0 0 22px!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,rgba(245,184,75,.16),rgba(255,46,76,.10),rgba(255,255,255,.035))!important;
  border:1px solid rgba(245,184,75,.32)!important;
  box-shadow:0 22px 60px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.10)!important;
}

.em-neo-right-panel{
  border:1px solid var(--em-neo-border);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.030));
  box-shadow:var(--em-neo-shadow), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(22px);
  padding:26px;
  position:relative;
  overflow:hidden;
}
.em-neo-right-panel::before{
  content:"";position:absolute;inset:-1px;pointer-events:none;border-radius:inherit;
  background:radial-gradient(circle at 96% 12%,rgba(255,122,24,.38),transparent 26%),radial-gradient(circle at 16% 0%,rgba(24,216,255,.22),transparent 30%);
  opacity:.88;
}
.em-neo-panel-head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.em-neo-mini-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.070);border:1px solid var(--em-neo-border);color:var(--em-neo-text);font-weight:850;font-size:.86rem}
.em-neo-panel-title{color:var(--em-neo-muted);font-size:.78rem;font-weight:900;letter-spacing:2.2px;text-transform:uppercase;text-align:right}
.em-neo-modules{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.em-neo-module{
  min-height:170px;
  padding:18px;
  border:1px solid var(--em-neo-border-soft);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(5,7,28,.38),rgba(255,255,255,.045));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
html[data-theme="light"] .em-neo-module,
html[data-theme="clinical"] .em-neo-module{background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,255,255,.42))}
.em-neo-module-icon{width:48px;height:48px;border-radius:17px;display:flex;align-items:center;justify-content:center;font-size:1.48rem;margin-bottom:16px;background:linear-gradient(135deg,rgba(255,46,76,.70),rgba(255,122,24,.45));box-shadow:0 14px 30px rgba(255,46,76,.14)}
.em-neo-module:nth-child(2) .em-neo-module-icon{background:linear-gradient(135deg,rgba(155,92,255,.78),rgba(76,29,149,.48));box-shadow:0 14px 30px rgba(155,92,255,.14)}
.em-neo-module:nth-child(3) .em-neo-module-icon{background:linear-gradient(135deg,rgba(24,216,255,.76),rgba(0,110,180,.48));box-shadow:0 14px 30px rgba(24,216,255,.12)}
.em-neo-module:nth-child(4) .em-neo-module-icon{background:linear-gradient(135deg,rgba(102,240,111,.76),rgba(18,132,73,.46));box-shadow:0 14px 30px rgba(102,240,111,.10)}
.em-neo-module h3{margin:0 0 8px;color:var(--em-neo-text);font-size:1.10rem;font-weight:950;letter-spacing:-.3px}
.em-neo-module p{margin:0;color:var(--em-neo-muted);font-size:.90rem;line-height:1.42}
.em-neo-progress{margin-top:16px;display:flex;align-items:center;gap:10px;color:var(--em-neo-muted);font-size:.78rem;font-weight:800}
.em-neo-bar{height:6px;flex:1;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}
.em-neo-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--em-neo-red),var(--em-neo-orange));box-shadow:0 0 18px rgba(255,122,24,.45)}
.em-neo-module:nth-child(2) .em-neo-fill{background:linear-gradient(90deg,var(--em-neo-purple),#d58cff)}
.em-neo-module:nth-child(3) .em-neo-fill{background:linear-gradient(90deg,var(--em-neo-cyan),#6df3ff)}
.em-neo-module:nth-child(4) .em-neo-fill{background:linear-gradient(90deg,var(--em-neo-green),#b7ff76)}
.em-neo-dashboard{position:relative;margin-top:18px;display:grid;grid-template-columns:1.28fr .72fr;gap:14px}
.em-neo-flow,.em-neo-score{
  border:1px solid var(--em-neo-border-soft);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(5,7,28,.34),rgba(255,255,255,.040));
  padding:18px;
  min-height:150px;
}
html[data-theme="light"] .em-neo-flow,
html[data-theme="light"] .em-neo-score,
html[data-theme="clinical"] .em-neo-flow,
html[data-theme="clinical"] .em-neo-score{background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(255,255,255,.42))}
.em-neo-flow h3,.em-neo-score h3{margin:0 0 14px;color:var(--em-neo-text);font-size:1rem;font-weight:950;letter-spacing:-.2px}
.em-neo-timeline{display:grid;gap:9px}
.em-neo-step{display:flex;align-items:center;gap:10px;color:var(--em-neo-muted);font-size:.88rem;font-weight:700}
.em-neo-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--em-neo-red),var(--em-neo-orange));box-shadow:0 0 18px rgba(255,122,24,.50);flex:0 0 auto}
.em-neo-score{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.em-neo-ring{
  width:92px;height:92px;border-radius:50%;display:grid;place-items:center;
  background:conic-gradient(var(--em-neo-purple) 0 78%, rgba(255,255,255,.10) 78% 100%);
  box-shadow:0 18px 42px rgba(155,92,255,.14);
  margin-bottom:10px;
}
.em-neo-ring span{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:rgba(5,7,28,.82);color:#fff;font-weight:950;font-size:1.55rem}
html[data-theme="light"] .em-neo-ring span,
html[data-theme="clinical"] .em-neo-ring span{background:#fff;color:var(--em-neo-text)}
.em-neo-score p{margin:0;color:var(--em-neo-muted);font-size:.82rem;font-weight:800;line-height:1.35}
.em-neo-right .hero-metrics{
  max-width:none!important;
  margin:18px 0 0!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
.em-neo-right .hero-metric{
  border-radius:20px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.030))!important;
  border:1px solid var(--em-neo-border-soft)!important;
  min-height:114px!important;
  padding:16px 10px!important;
  backdrop-filter:blur(14px);
}
.em-neo-right .hero-metric strong{font-size:1.42rem!important;color:var(--em-neo-text)!important;letter-spacing:-.6px!important}
.em-neo-right .hero-metric span{font-size:.78rem!important;color:var(--em-neo-muted)!important}

/* Ortak public kabuk için cam kart premiumlaştırma */
.em-shell-main .wrap,
.em-shell-page .panel,
.em-shell-page .card,
.em-shell-page .box,
.em-shell-page .status-card,
.em-shell-page .member-card{
  border-color:var(--em-neo-border)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08)!important;
}

@media(max-width:1180px){
  .hero-c.em-neo-hero{grid-template-columns:1fr;gap:32px;align-items:start}
  .em-neo-right{width:100%}
  .em-neo-right-panel{max-width:760px;margin:0 auto}
  .em-neo-left{align-items:center;text-align:center}
  .em-neo-left .hero-sub,.em-neo-left .hero-loc,.em-neo-left .hero-full{text-align:center!important;margin-left:auto!important;margin-right:auto!important}
  .em-neo-left .hero-div{margin-left:auto!important;margin-right:auto!important}
  .em-neo-left .hero-btns{justify-content:center!important}
  .em-neo-left .abstract-alert{margin-left:auto!important;margin-right:auto!important}
}
@media(max-width:760px){
  #hero{min-height:auto!important;padding:96px 16px 70px!important}
  .hero-title.em-neo-title{font-size:clamp(3.65rem,17vw,5.7rem)!important;letter-spacing:-3.5px!important;text-align:center!important;width:100%}
  .em-neo-headline{font-size:clamp(2rem,10vw,3.05rem);text-align:center;letter-spacing:-1.5px}
  .em-neo-left .hero-badge{align-self:center;font-size:.68rem!important;letter-spacing:.8px!important;line-height:1.35!important;text-align:center!important}
  .em-neo-feature-list{width:100%;gap:12px}
  .em-neo-feature{grid-template-columns:56px 1fr;gap:12px;min-height:82px;padding:14px;border-radius:18px}
  .em-neo-feature-icon{width:48px;height:48px;border-radius:16px;font-size:1.4rem}
  .em-neo-feature h3{font-size:1.02rem}.em-neo-feature p{font-size:.88rem}
  .em-neo-left .hero-btns{display:grid!important;grid-template-columns:1fr;width:100%}
  .em-neo-left .hero-btns a{width:100%;text-align:center;justify-content:center}
  .em-neo-left .abstract-alert{align-items:stretch!important;text-align:center!important}
  .em-neo-modules{grid-template-columns:1fr}
  .em-neo-module{min-height:145px}
  .em-neo-dashboard{grid-template-columns:1fr}
  .em-neo-right-panel{padding:16px;border-radius:24px}
  .em-neo-panel-head{align-items:flex-start;flex-direction:column}.em-neo-panel-title{text-align:left}
  .em-neo-right .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .scroll-ind{display:none!important}
}
@media(max-width:420px){
  .em-neo-right .hero-metrics{grid-template-columns:1fr!important}
  .em-neo-left .hero-full{font-size:.96rem!important}
  .em-neo-feature{grid-template-columns:1fr;text-align:center;justify-items:center}
}


/* =========================================================
   V17 — Burs Platformu üst menü vurgusu + Mail panel mikro UI
   ========================================================= */
.burs-top-nav,
.em-shell-burs-cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:linear-gradient(135deg,#ff7a18 0%,#ff4b1f 48%,#ff2e4c 100%)!important;
  box-shadow:0 18px 42px rgba(255,122,24,.27), inset 0 1px 0 rgba(255,255,255,.24)!important;
  font-weight:950!important;
  letter-spacing:.8px!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.burs-top-nav:hover,
.em-shell-burs-cta:hover{
  transform:translateY(-1px);
  filter:saturate(1.08) brightness(1.04);
  box-shadow:0 22px 50px rgba(255,122,24,.34), inset 0 1px 0 rgba(255,255,255,.28)!important;
}
.burs-short{display:none}
.em-shell-burs-cta{padding:10px 16px;font-size:.72rem}
.mob-cta-row-v17{grid-template-columns:1fr 1fr!important}
.mobile-menu .mob-cta-row-v17 .burs-mob-top{
  grid-column:1/-1;
  background:linear-gradient(135deg,#ff7a18,#ff2e4c)!important;
  border-color:rgba(255,255,255,.18)!important;
  box-shadow:0 18px 42px rgba(255,122,24,.24)!important;
}
.em-shell-mobile-burs{
  background:linear-gradient(135deg,#ff7a18,#ff2e4c)!important;
  color:#fff!important;
  text-align:center;
  box-shadow:0 14px 32px rgba(255,122,24,.22);
}
@media(max-width:1320px){
  .burs-top-nav{padding:8px 13px!important;font-size:.66rem!important;letter-spacing:.55px!important}
  .burs-long{display:none}.burs-short{display:inline}
}
@media(max-width:768px){
  #nav-burs-top{display:inline-flex!important;max-width:none!important;padding:8px 11px!important;font-size:.61rem!important;letter-spacing:.65px!important}
}
@media(max-width:420px){
  #nav-member-panel-top{display:none!important}
  #nav-burs-top{padding:8px 12px!important}
}

/* =========================================================
   V18 — Menü/hero taşma düzeltmeleri
   - Burs Platformu üst menü yazısı tekilleştirildi.
   - Hero alt CTA satırı artık sağ panelin altına taşmaz.
   - Geniş ekranlarda sağ dashboard daraltıldı; butonlar gerektiğinde kırılır.
   ========================================================= */
#nav-burs-top{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:auto!important;
  max-width:none!important;
  padding:10px 18px!important;
  line-height:1!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}
#nav-burs-top .burs-long,
#nav-burs-top .burs-short{display:none!important}

.em-neo-left .hero-btns{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  max-width:640px!important;
  gap:12px!important;
}
.em-neo-left .hero-btns a{
  flex:0 1 auto!important;
  min-width:0!important;
  white-space:normal!important;
  line-height:1.16!important;
  text-align:center!important;
}
.em-neo-left .abstract-alert{width:min(640px,100%)!important;max-width:100%!important}
#hbtn-burs{display:none!important}

@media(min-width:1181px){
  .hero-c.em-neo-hero{
    width:min(1240px,100%)!important;
    max-width:1240px!important;
    grid-template-columns:minmax(0,560px) minmax(0,640px)!important;
    gap:38px!important;
    justify-content:center!important;
  }
  .em-neo-right-panel{max-width:640px!important;margin-left:auto!important;margin-right:0!important;padding:22px!important}
  .em-neo-module{min-height:150px!important;padding:16px!important}
  .em-neo-module-icon{width:44px!important;height:44px!important;margin-bottom:12px!important}
  .em-neo-module h3{font-size:1rem!important}
  .em-neo-module p{font-size:.84rem!important}
  .em-neo-progress{margin-top:12px!important}
  .em-neo-dashboard{gap:12px!important;margin-top:14px!important}
  .em-neo-flow,.em-neo-score{padding:16px!important;min-height:134px!important}
  .em-neo-right .hero-metrics{gap:10px!important;margin-top:14px!important}
  .em-neo-right .hero-metric{min-height:96px!important;padding:13px 8px!important}
}
@media(max-width:1500px) and (min-width:1181px){
  .hero-c.em-neo-hero{grid-template-columns:minmax(0,540px) minmax(0,610px)!important;gap:34px!important}
  .em-neo-right-panel{max-width:610px!important}
  .em-neo-left .hero-btns{max-width:560px!important}
  .em-neo-left .hero-btns a{padding:12px 17px!important;font-size:.72rem!important;letter-spacing:1.35px!important}
  #nav-burs-top{padding:9px 15px!important;font-size:.66rem!important;letter-spacing:.7px!important}
}
@media(max-width:1180px){
  .em-neo-left .hero-btns{max-width:100%!important;justify-content:center!important}
  .em-neo-left .abstract-alert{width:min(720px,100%)!important}
}
@media(max-width:768px){
  #nav-burs-top{display:inline-flex!important;padding:8px 11px!important;font-size:.61rem!important;letter-spacing:.55px!important}
}
@media(max-width:520px){
  #nav-burs-top{font-size:.58rem!important;padding:8px 10px!important}
}

/* =========================================================
   V21 — Hero çakışma düzeltmesi + Bilgilendirme CTA + canlı ön kayıt widget
   ========================================================= */
#hero{height:auto!important;min-height:auto!important;overflow:hidden!important;padding-top:clamp(104px,7.5vw,142px)!important;padding-bottom:clamp(72px,6vw,118px)!important}
.hero-c.em-neo-hero{position:relative!important;isolation:isolate!important;align-items:start!important}
.em-neo-left{position:relative!important;z-index:5!important;min-width:0!important;max-width:100%!important}
.em-neo-right{position:relative!important;z-index:3!important;min-width:0!important;max-width:100%!important;overflow:visible!important}
.em-neo-right-panel{width:100%!important;box-sizing:border-box!important;overflow:hidden!important}
.hero-title.em-neo-title{position:relative!important;z-index:6!important;max-width:100%!important;white-space:normal!important}
.em-neo-headline,.em-neo-left .hero-full,.em-neo-feature-list,.em-neo-left .abstract-alert,.em-neo-left .hero-btns{position:relative!important;z-index:6!important}
.em-neo-module h3 + h3{display:none!important}

@media(min-width:1181px){
  .hero-c.em-neo-hero{width:min(1160px,100%)!important;max-width:1160px!important;grid-template-columns:minmax(0,560px) minmax(0,540px)!important;gap:40px!important;justify-content:center!important}
  .em-neo-right-panel{max-width:540px!important;margin-left:0!important;margin-right:0!important;padding:18px!important;border-radius:28px!important}
  .hero-title.em-neo-title{font-size:clamp(4.6rem,7.4vw,7.4rem)!important;letter-spacing:-5.2px!important;line-height:.9!important}
  .em-neo-headline{font-size:clamp(2.1rem,2.95vw,3.35rem)!important;letter-spacing:-1.8px!important;max-width:560px!important}
  .em-neo-feature-list{width:min(520px,100%)!important;gap:12px!important;margin-top:24px!important;margin-bottom:20px!important}
  .em-neo-feature{min-height:82px!important;padding:13px 15px!important;grid-template-columns:58px 1fr!important;border-radius:19px!important}
  .em-neo-feature-icon{width:48px!important;height:48px!important;border-radius:16px!important;font-size:1.34rem!important}
  .em-neo-feature h3{font-size:1rem!important;margin-bottom:2px!important}.em-neo-feature p{font-size:.84rem!important;line-height:1.34!important}
  .em-neo-modules{gap:10px!important}
  .em-neo-module{min-height:132px!important;padding:13px!important;border-radius:18px!important}
  .em-neo-module-icon{width:38px!important;height:38px!important;border-radius:14px!important;margin-bottom:9px!important;font-size:1.08rem!important}
  .em-neo-module h3{font-size:.92rem!important;margin-bottom:5px!important}.em-neo-module p{font-size:.76rem!important;line-height:1.32!important}
  .em-neo-progress{margin-top:9px!important;font-size:.68rem!important;gap:7px!important}.em-neo-bar{height:5px!important}
  .em-neo-dashboard{grid-template-columns:1fr!important;margin-top:12px!important}
  .em-neo-score{display:none!important}
  .em-neo-flow{min-height:0!important;padding:14px!important;border-radius:18px!important}
  .em-neo-step{font-size:.76rem!important;line-height:1.25!important}
  .em-neo-right .countdown{margin:12px 0 0!important;padding:14px!important;border-radius:18px!important}
  .em-neo-right .cn{font-size:clamp(1.9rem,3.0vw,3rem)!important;min-width:0!important;padding:11px 10px!important}
  .em-neo-right .hero-metrics{grid-template-columns:repeat(4,minmax(0,1fr))!important;margin-top:12px!important;gap:8px!important}
  .em-neo-right .hero-metric{min-height:78px!important;padding:10px 7px!important;border-radius:16px!important}.em-neo-right .hero-metric strong{font-size:1.03rem!important}.em-neo-right .hero-metric span{font-size:.65rem!important;letter-spacing:1px!important}
}
@media(max-width:1300px) and (min-width:1181px){
  .hero-c.em-neo-hero{width:min(1080px,100%)!important;grid-template-columns:minmax(0,520px) minmax(0,510px)!important;gap:28px!important}
  .em-neo-right-panel{max-width:510px!important}.hero-title.em-neo-title{font-size:6.2rem!important}.em-neo-headline{font-size:2.75rem!important}
}
@media(max-width:1180px){
  #hero{overflow:hidden!important}.hero-c.em-neo-hero{grid-template-columns:1fr!important;max-width:820px!important}.em-neo-right-panel{max-width:760px!important;margin:0 auto!important}.hero-title.em-neo-title{text-align:center!important}.em-neo-left{align-items:center!important}
}

.wg-top-nav,.em-shell-wg-cta,.em-shell-mobile-wg,.wg-hero-cta{background:linear-gradient(135deg,#18d8ff 0%,#8b5cf6 42%,#ff7a18 100%)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 18px 42px rgba(24,216,255,.18),0 14px 32px rgba(255,122,24,.18),inset 0 1px 0 rgba(255,255,255,.24)!important}
.wg-top-nav,.em-shell-wg-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;text-decoration:none!important;white-space:nowrap!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.75px!important}
.wg-top-nav{padding:10px 18px!important;line-height:1!important}.em-shell-wg-cta{padding:10px 16px!important;font-size:.72rem!important}.em-shell-mobile-wg{border-radius:14px!important;text-align:center!important}.wg-top-nav:hover,.em-shell-wg-cta:hover,.wg-hero-cta:hover{filter:saturate(1.08) brightness(1.04);transform:translateY(-1px)}
@media(max-width:1500px){.wg-top-nav{font-size:.66rem!important;padding:9px 14px!important}.em-shell-wg-cta{font-size:.66rem!important;padding:9px 13px!important}}
@media(max-width:1180px){.wg-top-nav{display:none!important}.em-shell-wg-cta{display:none!important}}

.em-wg-float{position:fixed;right:clamp(16px,2.2vw,28px);bottom:clamp(16px,2.2vw,28px);z-index:2200;font-family:'Outfit',system-ui,sans-serif;color:#fff}.em-wg-fab{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.20);border-radius:999px;background:linear-gradient(135deg,#18d8ff,#8b5cf6 42%,#ff7a18);color:#fff;box-shadow:0 24px 60px rgba(0,0,0,.34),0 14px 32px rgba(24,216,255,.20);padding:14px 18px;font-weight:950;letter-spacing:.55px;text-transform:uppercase;cursor:pointer}.em-wg-fab span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18)}.em-wg-panel{position:absolute;right:0;bottom:calc(100% + 14px);width:min(420px,calc(100vw - 32px));max-height:calc(100vh - 110px);overflow:auto;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:linear-gradient(145deg,rgba(9,14,42,.98),rgba(5,7,28,.96));box-shadow:0 36px 110px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.12);backdrop-filter:blur(22px);opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transform-origin:right bottom;transition:all .22s}.em-wg-float.open .em-wg-panel{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.em-wg-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);color:#fff;font-size:1.2rem;cursor:pointer}.em-wg-panel-head{padding-right:32px;margin-bottom:14px}.em-wg-panel-head span{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(255,122,24,.12);border:1px solid rgba(255,122,24,.24);color:#ffd6a7;font-size:.68rem;font-weight:950;letter-spacing:1.2px}.em-wg-panel-head h3{margin:10px 0 6px;color:#fff;font-size:1.35rem;line-height:1.05;font-weight:950;letter-spacing:-.5px}.em-wg-panel-head p{margin:0;color:rgba(237,242,252,.70);font-size:.88rem;line-height:1.45}.em-wg-mini-form{display:grid;gap:10px}.em-wg-mini-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.em-wg-mini-form input,.em-wg-mini-form select{width:100%;min-width:0;min-height:46px;border-radius:15px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);color:#fff;padding:0 13px;font:800 .9rem 'Outfit',system-ui,sans-serif;outline:none}.em-wg-mini-form select option{background:#0b102b;color:#fff}.em-wg-mini-student,.em-wg-mini-physician{display:grid;gap:10px}.em-wg-mini-student[hidden],.em-wg-mini-physician[hidden]{display:none!important}.em-wg-check{display:flex;align-items:flex-start;gap:8px;color:rgba(237,242,252,.72);font-size:.78rem;line-height:1.32}.em-wg-check input{width:16px!important;height:16px!important;min-height:16px!important;flex:0 0 16px;accent-color:#ff7a18;margin-top:1px}.em-wg-mini-form button[type="submit"]{min-height:48px;border:0;border-radius:16px;background:linear-gradient(135deg,#ff2e4c,#ff7a18);color:#fff;font-weight:950;letter-spacing:.55px;text-transform:uppercase;cursor:pointer;box-shadow:0 18px 38px rgba(255,122,24,.22)}.em-wg-full-link{display:block;text-align:center;color:#ffdfc4;text-decoration:none;font-weight:850;font-size:.82rem}.em-wg-full-link:hover{text-decoration:underline}html[data-theme="light"] .em-wg-panel,html[data-theme="clinical"] .em-wg-panel{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(244,247,251,.96));color:#101a2e}html[data-theme="light"] .em-wg-panel-head h3,html[data-theme="clinical"] .em-wg-panel-head h3{color:#101a2e}html[data-theme="light"] .em-wg-panel-head p,html[data-theme="clinical"] .em-wg-panel-head p,html[data-theme="light"] .em-wg-check,html[data-theme="clinical"] .em-wg-check{color:#607089}html[data-theme="light"] .em-wg-mini-form input,html[data-theme="light"] .em-wg-mini-form select,html[data-theme="clinical"] .em-wg-mini-form input,html[data-theme="clinical"] .em-wg-mini-form select{background:#fff;color:#101a2e;border-color:rgba(16,26,46,.14)}html[data-theme="light"] .em-wg-mini-form select option,html[data-theme="clinical"] .em-wg-mini-form select option{background:#fff;color:#101a2e}
@media(max-width:560px){.em-wg-float{right:12px;bottom:12px}.em-wg-fab b{display:none}.em-wg-fab{padding:12px}.em-wg-panel{width:calc(100vw - 24px);right:0;bottom:calc(100% + 10px);border-radius:22px}.em-wg-mini-two{grid-template-columns:1fr}}
