/**
 * home.css — showcase / symposium homepage styles
 * Tek kaynak, sÄ±fÄ±r Ã§akÄ±ÅŸma, tutarlÄ± design system
 */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   1. DESIGN TOKENS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
html.site-preset-showcase {
  /* Brand palette — mavimsi summit tonu */
  --og-blue:        #1d4ed8;
  --og-blue-dark:   #1e3a8a;
  --og-blue-light:  #3b82f6;
  --og-green:       #0e7490;
  --og-green-light: #2dd4bf;
  --og-teal:        #2d6a6e;
  --og-coral:       #f9735b;
  --og-coral-dark:  #e0523d;
  --og-sun:         #facc15;
  --og-violet:      #7c3aed;
  --og-ink:         #08111f;

  /* Surfaces */
  --og-bg:      #f8fafc;
  --og-surface: #ffffff;
  --og-text:    #0f172a;
  --og-muted:   #64748b;
  --og-border:  #e2e8f0;

  /* Shape */
  --og-radius:    18px;
  --og-radius-sm: 10px;
  --og-radius-xs: 6px;

  /* Shadow */
  --og-shadow:    0 4px 24px rgb(15 23 42 / 0.06);
  --og-shadow-md: 0 12px 40px rgb(15 23 42 / 0.10);
  --og-shadow-lg: 0 20px 60px rgb(22 32 50 / 0.13);
  --og-shadow-xl: 0 32px 80px rgb(8 17 31 / 0.22);

  /* Typography */
  --og-font-display: 'Fraunces', Georgia, serif;
  --og-font-body:    'Inter', system-ui, sans-serif;

  /* Motion */
  --og-ease:     cubic-bezier(0.22, 1, 0.36, 1);
  --og-ease-out: cubic-bezier(0.0, 0, 0.2, 1);

  /* Spacing scale */
  --og-space-xs:  0.5rem;
  --og-space-sm:  1rem;
  --og-space-md:  1.5rem;
  --og-space-lg:  2.5rem;
  --og-space-xl:  4rem;
  --og-space-2xl: clamp(3.5rem, 7vw, 6rem);

  /* Section padding */
  --og-section-py: clamp(3.5rem, 7vw, 5.5rem);
}

/* Summit — /iletisim mavi→yeşil ton */
html.site-preset-showcase.site-template-summit {
  --og-blue:        #1d4ed8;
  --og-blue-dark:   #1e3a8a;
  --og-blue-light:  #3b82f6;
  --og-green:       #0e7490;
  --og-green-light: #2dd4bf;
  --og-teal:        #2d6a6e;
  --og-coral:       #f9735b;
  --og-coral-dark:  #e0523d;
  --og-sun:         #facc15;
  --og-violet:      #7c3aed;
  --og-ink:         #0c1425;
  --og-bg:          #f8fafc;
  --og-surface:     #ffffff;
  --og-text:        #0f172a;
  --og-muted:       #64748b;
  --og-border:      #e2e8f0;
  --og-font-display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --og-font-body:    "DM Sans", system-ui, sans-serif;
  --og-shadow:    0 4px 24px rgb(22 32 50 / 0.07);
  --og-shadow-md: 0 12px 40px rgb(22 32 50 / 0.10);
  --og-shadow-lg: 0 20px 60px rgb(22 32 50 / 0.14);
  --og-shadow-xl: 0 32px 80px rgb(10 16 24 / 0.22);
}

html.site-template-summit .og-btn--primary {
  background: linear-gradient(105deg, #1e3a8a 0%, #1d4ed8 55%, #0e7490 100%);
  color: #fff;
  border-color: transparent;
}

html.site-template-summit .og-btn--primary:hover {
  background: linear-gradient(105deg, #1e40af 0%, #2563eb 55%, #0f766e 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 28px rgb(37 99 235 / 0.28);
}

html.site-template-summit .og-btn--ghost {
  background: #fff;
  color: #162032;
  border-color: rgba(22, 32, 50, 0.22);
}

html.site-template-summit .og-btn--ghost:hover {
  background: #eff6ff;
  color: #121925;
  border-color: #162032;
}

html.site-template-summit .og-btn--blue {
  background: #162032;
  color: #fff;
  border-color: #162032;
}

html.site-template-summit .og-btn--blue:hover {
  background: #121925;
  border-color: #121925;
}

/* ── Summit ortak dikdörtgen CTA butonu ── */
html.site-template-summit .og-news__read,
html.site-template-summit .og-showcase__all,
html.site-template-summit .sm-panels__all,
html.site-template-summit .sm-panels__detail,
html.site-template-summit .pd-board__all,
html.site-template-summit .sm-workshops .og-workshops__btn,
html.site-template-summit .sm-workshops-bar__all,
html.site-template-summit .sm-about .og-btn--primary,
html.site-template-summit .sm-steps .og-steps__link,
html.site-template-summit .sm-dates .og-showcase__all {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.45rem !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 2.35rem !important;
  margin: 0 !important;
  padding: 0.55rem 1.1rem !important;
  border: 1px solid #1d4ed8 !important;
  border-radius: 8px !important;
  border-bottom: 1px solid #1d4ed8 !important;
  background: #1d4ed8 !important;
  box-shadow: 0 6px 16px rgb(29 78 216 / 0.18) !important;
  color: #fff !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, gap 0.18s ease !important;
}

html.site-template-summit .og-news__read:hover,
html.site-template-summit .og-showcase__all:hover,
html.site-template-summit .sm-panels__all:hover,
html.site-template-summit .sm-panels__detail:hover,
html.site-template-summit .pd-board__all:hover,
html.site-template-summit .sm-workshops .og-workshops__btn:hover,
html.site-template-summit .sm-workshops-bar__all:hover,
html.site-template-summit .sm-about .og-btn--primary:hover,
html.site-template-summit .sm-steps .og-steps__link:hover,
html.site-template-summit .sm-steps .og-steps__card:hover .og-steps__link,
html.site-template-summit .sm-dates .og-showcase__all:hover {
  gap: 0.55rem !important;
  color: #fff !important;
  background: #1e40af !important;
  border-color: #1e40af !important;
  box-shadow: 0 10px 22px rgb(29 78 216 / 0.26) !important;
  transform: translateY(-1px) !important;
}

html.site-template-summit .og-news__read i,
html.site-template-summit .og-showcase__all i,
html.site-template-summit .sm-panels__all i,
html.site-template-summit .sm-panels__detail i,
html.site-template-summit .pd-board__all i,
html.site-template-summit .sm-workshops .og-workshops__btn i,
html.site-template-summit .sm-workshops-bar__all i,
html.site-template-summit .sm-about .og-btn--primary i,
html.site-template-summit .sm-steps .og-steps__link i,
html.site-template-summit .sm-dates .og-showcase__all i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: 0.8em !important;
  box-shadow: none !important;
  transition: transform 0.18s ease !important;
}

html.site-template-summit .og-news__read:hover i,
html.site-template-summit .og-showcase__all:hover i,
html.site-template-summit .sm-panels__all:hover i,
html.site-template-summit .sm-panels__detail:hover i,
html.site-template-summit .pd-board__all:hover i,
html.site-template-summit .sm-workshops .og-workshops__btn:hover i,
html.site-template-summit .sm-workshops-bar__all:hover i,
html.site-template-summit .sm-about .og-btn--primary:hover i,
html.site-template-summit .sm-steps .og-steps__link:hover i,
html.site-template-summit .sm-steps .og-steps__card:hover .og-steps__link i,
html.site-template-summit .sm-dates .og-showcase__all:hover i {
  transform: translateX(2px) !important;
  color: inherit !important;
  background: transparent !important;
}

/* Koyu şerit (atölyeler bar): outline buton */
html.site-template-summit .sm-workshops-bar__all {
  background: transparent !important;
  border-color: rgb(255 255 255 / 0.7) !important;
  color: #fff !important;
  box-shadow: none !important;
}
html.site-template-summit .sm-workshops-bar__all:hover {
  background: rgb(255 255 255 / 0.12) !important;
  border-color: #fff !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* Kart altı CTA’lar solda hizalı kalsın */
html.site-template-summit .sm-workshops .og-workshops__btn,
html.site-template-summit .sm-panels__detail {
  margin-top: auto !important;
  width: fit-content !important;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   2. BASE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
html.site-preset-showcase body.og-body {
  background: var(--og-bg);
  font-family: var(--og-font-body);
  color: var(--og-text);
}

html.site-preset-showcase .og-main {
  overflow-x: hidden;
}

html.site-preset-showcase body.site-inner .og-main {
  min-height: calc(100dvh - 120px);
}

/* Hero â€” fixed header'Ä±n arkasÄ±nda baÅŸlar */
html.site-preset-showcase body.site-home .og-main {
  padding-top: 0;
}

html.site-preset-showcase .og-hero {
  padding-top: calc(var(--og-hh, 115px) + 1.5rem);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   3. BUTTONS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--og-space-xs);
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.28s var(--og-ease),
    box-shadow 0.28s var(--og-ease),
    background 0.22s,
    border-color 0.22s;
  will-change: transform;
}

.og-btn--lg    { padding: 0.88rem 1.75rem; font-size: 1rem; }
.og-btn--sm    { padding: 0.45rem 1rem; font-size: 0.8125rem; }
.og-btn--block { width: 100%; }

.og-btn--primary {
  background: var(--og-green);
  color: #fff;
  border-color: var(--og-green);
}
.og-btn--primary:hover {
  background: #0e7490;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgb(37 99 235 / 0.38);
}

.og-btn--blue {
  background: var(--og-blue);
  color: #fff;
  border-color: var(--og-blue);
}
.og-btn--blue:hover {
  background: var(--og-blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgb(22 32 50 / 0.35);
}

.og-btn--ghost {
  background: transparent;
  color: var(--og-text);
  border-color: var(--og-border);
}
.og-btn--ghost:hover {
  border-color: var(--og-blue);
  color: var(--og-blue);
}

.og-btn--white {
  background: #fff;
  color: var(--og-blue-dark);
  border-color: #fff;
}
.og-btn--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgb(0 0 0 / 0.16);
}

.og-btn--outline-light {
  background: transparent;
  color: #fff;
  border-color: rgb(255 255 255 / 0.45);
}
.og-btn--outline-light:hover {
  background: rgb(255 255 255 / 0.12);
  border-color: #fff;
}

.og-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--og-blue);
  text-decoration: none;
  transition: gap 0.22s var(--og-ease), color 0.2s;
}
.og-link-arrow:hover { gap: 0.8rem; color: var(--og-green); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   4. SECTION HEADINGS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-section-head { margin-bottom: var(--og-space-lg); max-width: 560px; }
.og-section-head--center { text-align: center; margin-left: auto; margin-right: auto; }

.og-section-head--light .og-section-head__title,
.og-section-head--light .og-section-head__lead { color: #fff; }
.og-section-head--light .og-section-head__eyebrow {
  background: rgb(255 255 255 / 0.15);
  color: #fff;
  border-color: rgb(255 255 255 / 0.2);
}

.og-section-head__eyebrow {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgb(22 32 50 / 0.2);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--og-blue);
  background: #eff6ff;
  margin-bottom: 0.85rem;
}

.og-section-head__title {
  font-family: var(--og-font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.14;
  color: var(--og-text);
  margin: 0 0 0.75rem;
}

.og-section-head__lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--og-muted);
  margin: 0;
}

.og-section-head__link { margin-top: 0.5rem; }

/* Showcase / dates head (inline "tÃ¼mÃ¼nÃ¼ gÃ¶r" ile) */
.og-showcase__head,
.og-dates__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--og-space-md);
  margin-bottom: var(--og-space-md);
}
.og-showcase__head .og-section-head__title,
.og-dates__head    .og-section-head__title { margin-bottom: 0.3rem; }
.og-showcase__head .og-section-head__lead,
.og-dates__head    .og-section-head__lead  { max-width: 560px; }

.og-showcase__head--light .og-section-head__title,
.og-showcase__head--light .og-section-head__lead { color: #fff; }
.og-showcase__head--light .og-section-head__eyebrow {
  background: rgb(255 255 255 / 0.14);
  color: #fff;
  border-color: rgb(255 255 255 / 0.2);
}

.og-showcase__all {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 1.1rem;
  border: 1px solid var(--og-border);
  border-radius: 999px;
  background: #fff;
  color: var(--og-blue-dark);
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 28px rgb(15 23 42 / 0.06);
  transition: transform 0.26s var(--og-ease), border-color 0.22s, box-shadow 0.26s;
}
.og-showcase__all:hover {
  transform: translateY(-2px);
  border-color: #34d399;
  box-shadow: 0 18px 44px rgb(22 32 50 / 0.12);
}

.og-showcase__all--light {
  background: rgb(255 255 255 / 0.1);
  color: #fff;
  border-color: rgb(255 255 255 / 0.32);
  box-shadow: none;
}
.og-showcase__all--light:hover {
  background: rgb(255 255 255 / 0.16);
  border-color: rgb(255 255 255 / 0.65);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   5. HEADER â€” koyu floating navbar
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
/* â”€â”€ Header: floating kart, topbar gizli â”€â”€ */
html.site-preset-showcase .og-header.site-header {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}

/* Topbar tamamen gizli */
html.site-preset-showcase .og-header .site-top-bar {
  display: none !important;
}

/* Floating nav kartÄ± */
html.site-preset-showcase .og-header .site-header__inner {
  background: rgb(13 20 45 / 0.96) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgb(255 255 255 / 0.1) !important;
  border-radius: 0 0 14px 14px !important;
  box-shadow: 0 8px 32px rgb(0 0 0 / 0.4) !important;
  overflow: visible !important;
}

html.site-preset-showcase .og-header--scrolled .site-header__inner {
  background: rgb(7 12 28 / 0.99) !important;
  box-shadow: 0 12px 40px rgb(0 0 0 / 0.55) !important;
}

/* Logo — light versiyonu göster */
html.site-preset-showcase .og-header .site-header__logo-img--default { display: none !important; }
html.site-preset-showcase .og-header .site-header__logo-img--on-dark  { display: block !important; }

/* symposium: dedicated light logo yoksa koyu zeminde okunur beyaz logo */
html.site-template-summit .og-header .site-header__logo-img--on-dark:not(.site-header__logo-img--native-light) {
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

html.site-template-summit body.site-inner .site-header__logo-img--on-dark:not(.site-header__logo-img--native-light) {
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

/* Nav — net beyaz */
html.site-template-summit .og-header .site-nav .nav-link {
  color: rgba(248, 245, 239, 0.88) !important;
}
html.site-template-summit .og-header .site-nav .nav-link:hover,
html.site-template-summit .og-header .site-nav .nav-link.is-active {
  color: #fff !important;
}
html.site-template-summit .og-header .site-nav .nav-link--dropdown.is-open::after {
  background: #34d399 !important;
}

/* CTA — Programı Gör ile aynı genç yeşil */
html.site-template-summit .og-header .btn-header-primary {
  background: linear-gradient(105deg, #1e3a8a 0%, #1d4ed8 55%, #0e7490 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35) !important;
}
html.site-template-summit .og-header .btn-header-primary:hover {
  background: linear-gradient(105deg, #1e40af 0%, #2563eb 55%, #0f766e 100%) !important;
  color: #fff !important;
}

/* Nav linkleri beyaz â€” taÅŸma yok */
html.site-preset-showcase .og-header .site-nav .nav-link {
  color: rgb(203 213 225 / 0.88) !important;
  font-weight: 500;
  white-space: nowrap;
}
html.site-preset-showcase .og-header .site-nav .nav-link:hover,
html.site-preset-showcase .og-header .site-nav .nav-link.is-active { color: #fff !important; }
html.site-preset-showcase .og-header .site-nav .nav-link--dropdown.is-open,
html.site-preset-showcase .og-header .site-nav .nav-link__chevron.is-open { color: #fff !important; }
html.site-preset-showcase .og-header .site-nav .nav-link--dropdown.is-open::after { background: var(--og-green) !important; }
html.site-preset-showcase .og-header .site-nav .nav-link__chevron { color: rgb(148 163 184 / 0.65) !important; }

html.site-preset-showcase .og-header .nav-dropdown__icon { color: var(--og-blue) !important; }
html.site-preset-showcase .og-header .nav-dropdown__link:hover,
html.site-preset-showcase .og-header .nav-dropdown__link.is-active { color: var(--og-blue) !important; }

/* Dil seÃ§ici â€” minimal */
.og-lang-switcher {
  display: flex;
  align-items: center;
  gap: 0;
}
.og-lang-switcher__btn {
  padding: 4px 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgb(148 163 184 / 0.7);
  text-decoration: none;
  transition: color 0.18s;
}
.og-lang-switcher__btn + .og-lang-switcher__btn {
  border-left: 1px solid rgb(255 255 255 / 0.15);
}
.og-lang-switcher__btn:hover { color: #fff; }
.og-lang-switcher__btn.is-active {
  color: #fff;
  font-weight: 800;
}

/* Divider */
html.site-preset-showcase .og-header .site-header__divider { background: rgb(255 255 255 / 0.1) !important; }

/* Hamburger */
html.site-preset-showcase .og-header .site-header__menu-btn { color: #fff !important; }

/* GiriÅŸ Yap â€” saydam Ã§erÃ§eveli */
html.site-preset-showcase .og-header .btn-header-outline {
  color: #e2e8f0 !important;
  background: rgb(255 255 255 / 0.08) !important;
  border: 1px solid rgb(255 255 255 / 0.2) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}
html.site-preset-showcase .og-header .btn-header-outline:hover {
  background: rgb(255 255 255 / 0.14) !important;
  border-color: rgb(255 255 255 / 0.38) !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* Ãœye Ol â€” yeÅŸil CTA */
html.site-preset-showcase .og-header .btn-header-primary {
  background: linear-gradient(135deg, var(--og-green, #0e7490), #059669) !important;
  border-color: transparent !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 16px rgb(37 99 235 / 0.4) !important;
}
html.site-preset-showcase .og-header .btn-header-primary:hover {
  filter: brightness(1.1) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgb(37 99 235 / 0.5) !important;
}

/* Summit — Üye Ol: Programı Gör yeşili */
html.site-preset-showcase.site-template-summit .og-header .btn-header-primary,
html.site-preset-showcase.site-template-summit .og-header .btn-header-primary:hover,
html.site-preset-showcase.site-template-summit .site-nav-mobile .btn-header-primary,
html.site-preset-showcase.site-template-summit .site-nav-mobile .btn-header-primary:hover {
  background: linear-gradient(105deg, #1e3a8a 0%, #1d4ed8 55%, #0e7490 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  filter: none !important;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35) !important;
}
html.site-preset-showcase.site-template-summit .og-header .btn-header-primary:hover,
html.site-preset-showcase.site-template-summit .site-nav-mobile .btn-header-primary:hover {
  background: linear-gradient(105deg, #1e40af 0%, #2563eb 55%, #0f766e 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.42) !important;
}

/* Mobile nav */
html.site-preset-showcase .og-header .site-nav-mobile {
  background: rgb(7 12 28 / 0.98) !important;
  border-top-color: rgb(255 255 255 / 0.09) !important;
}
html.site-preset-showcase .og-header .site-nav-mobile__link,
html.site-preset-showcase .og-header .site-nav-mobile__toggle {
  color: rgb(203 213 225 / 0.88) !important;
  border-bottom-color: rgb(255 255 255 / 0.07) !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   6. HERO
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-hero {
  position: relative;
  min-height: min(92vh, 860px);
  padding: 3rem 0 0;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgb(8 17 31 / 0.97) 0%, rgb(30 58 138 / 0.92) 46%, rgb(4 120 87 / 0.88) 100%),
    var(--branding-hero-grid-background, url("/images/hero-grid-bg.png")) center / cover;
}

/* â”€â”€ Slider arka plan fotoÄŸrafÄ± â”€â”€ */
.og-hero--has-bg {
  background: #0b1220;
}

.og-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  animation: og-kenburns 22s ease-in-out infinite alternate;
  z-index: 0;
  will-change: transform;
  filter: brightness(0.9) saturate(1.05);
  pointer-events: none;
}

.og-hero--has-bg .og-hero__bg { position: absolute; inset: 0; z-index: 0; }
.og-hero--has-bg .og-hero__inner { position: relative; z-index: 1; }

/* Slider fotoÄŸrafÄ± varken dekoratif yeÅŸil/mavi blob'larÄ± kaldÄ±r */
.og-hero--has-bg .og-hero__blob { display: none; }

/* Izgara deseni fotoÄŸraf Ã¼stÃ¼nde daÄŸÄ±nÄ±k gÃ¶rÃ¼nmesin */
.og-hero--has-bg .og-hero__grid {
  opacity: 0.08;
  mask-image: radial-gradient(ellipse 90% 80% at 20% 50%, #000 10%, transparent 72%);
}

@keyframes og-kenburns {
  0%   { transform: scale(1)    translateX(0)     translateY(0); }
  100% { transform: scale(1.12) translateX(-2%)   translateY(-1%); }
}

/* Sol metin okunur; saÄŸ tarafta fotoÄŸraf gÃ¶rÃ¼nÃ¼r kalÄ±r */
.og-hero__photo-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg, rgb(8 15 35 / 0.58) 0%, rgb(8 15 35 / 0.24) 44%, transparent 72%),
    linear-gradient(180deg, transparent 62%, rgb(5 10 22 / 0.28) 100%);
  pointer-events: none;
}

/* Background layers */
.og-hero__bg { position: absolute; inset: 0; pointer-events: none; }

.og-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgb(250 204 21 / 0.14), transparent 32%),
    radial-gradient(ellipse at 18% 10%, rgb(249 115 91 / 0.28), transparent 38%),
    radial-gradient(ellipse at 84% 60%, rgb(16 185 129 / 0.26), transparent 44%);
}

.og-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 76%);
}

/* Spotlight shafts */
.og-hero__spotlight {
  position: absolute;
  top: 10%;
  width: 22rem;
  height: 38rem;
  background: linear-gradient(180deg, rgb(250 204 21 / 0.22), transparent 70%);
  filter: blur(20px);
  opacity: 0.5;
  transform-origin: top;
  pointer-events: none;
}
.og-hero__spotlight--left  { left: 46%;  transform: rotate(16deg); }
.og-hero__spotlight--right { right: 0%;  transform: rotate(-16deg); }

/* Animated blobs */
.og-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.55;
  animation: og-float 16s ease-in-out infinite;
  pointer-events: none;
}
.og-hero__blob--1 { width: 500px; height: 500px; background: #2dd4bf; top: -12%; right: 2%;   animation-delay: 0s; }
.og-hero__blob--2 { width: 380px; height: 380px; background: #2dd4bf; bottom: 5%; left: -4%;  animation-delay: -6s; }
.og-hero__blob--3 { width: 260px; height: 260px; background: #f9735b; top: 35%; left: 38%;   animation-delay: -11s; }

@keyframes og-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%       { transform: translate(18px, -22px) scale(1.04); }
  66%       { transform: translate(-12px, 14px) scale(0.97); }
}

/* Inner layout â€” iki sÃ¼tun (varsayÄ±lan) */
.og-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(min(92vh, 860px) - 72px - 80px);
  padding-bottom: 5rem;
}

/* Tam ekran mod â€” tek kolon, soldan dengeli boÅŸluk */
.og-hero__inner--full {
  grid-template-columns: 1fr;
  max-width: 1280px;
  padding-inline: clamp(1.25rem, 5vw, 120px);
}

/* Metin alanÄ± */
.og-hero__content--wide {
  max-width: 680px;
}

.og-hero__content--wide .og-hero__title--stacked {
  font-size: unset;
  line-height: 1.08;
  margin-bottom: 1rem;
  text-shadow: 0 2px 24px rgb(0 0 0 / 0.6);
}

.og-hero__content--wide .og-hero__title-primary {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.14;
  max-width: 14em;
}

.og-hero__content--wide .og-hero__title-location {
  font-size: clamp(2rem, 4vw, 3rem);
}

.og-hero__content--wide .og-hero__title-kongre {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
}

.og-hero__content--wide .og-hero__desc {
  font-size: 1.05rem;
  line-height: 1.58;
  font-weight: 500;
  max-width: 34rem;
  color: rgb(255 255 255 / 0.92);
  padding: 0.85rem 0 0.85rem 1rem;
  border-left: 3px solid rgb(52 211 153 / 0.8);
  text-shadow: 0 1px 10px rgb(0 0 0 / 0.45);
}

/* Chip satÄ±rÄ± (tam ekran modda alt bilgi ÅŸeridi) */
.og-hero__chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.75rem;
}

.og-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.12);
  border: 1px solid rgb(255 255 255 / 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  transition: background 0.2s, border-color 0.2s;
}

.og-hero__chip i { font-size: 0.8rem; color: #6ee7b7; }

.og-hero__chip--cta {
  text-decoration: none;
  background: rgb(37 99 235 / 0.28);
  border-color: rgb(52 211 153 / 0.45);
  color: #fff;
}
.og-hero__chip--cta:hover {
  background: rgb(37 99 235 / 0.45);
  border-color: #34d399;
}

.og-hero__chip-live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2dd4bf;
  animation: og-pulse-green 2s ease infinite;
}

/* Hero content â€” genel container animasyon yok, Ã§ocuklar tek tek giriyor */
.og-hero__content[data-og-animate="hero"] { opacity: 1; }

/* Stagger giriÅŸ animasyonlarÄ± */
.og-hero__content[data-og-animate="hero"] > * {
  opacity: 0;
  animation: og-line-in 0.75s var(--og-ease) both;
}

.og-hero__content[data-og-animate="hero"] .og-hero__badge    { animation-delay: 0.1s; }
.og-hero__content[data-og-animate="hero"] .og-hero__title    { animation-delay: 0.28s; animation-duration: 0.9s; }
.og-hero__content[data-og-animate="hero"] .og-hero__desc     { animation-delay: 0.52s; }
.og-hero__content[data-og-animate="hero"] .og-hero__actions  { animation-delay: 0.68s; }
.og-hero__content[data-og-animate="hero"] .og-hero__meta     { animation-delay: 0.82s; }
.og-hero__content[data-og-animate="hero"] .og-hero__chips-row{ animation-delay: 0.96s; }

@keyframes og-line-in {
  from { opacity: 0; transform: translateY(28px); filter: blur(4px); }
  to   { opacity: 1; transform: translateY(0);    filter: blur(0); }
}

/* BaÅŸlÄ±k kelime animasyonlarÄ± */
.og-hero__word {
  display: inline-block;
  opacity: 0;
  animation: og-word-in 0.6s var(--og-ease) both;
  animation-delay: calc(0.28s + var(--wi, 0) * 0.1s);
}

@keyframes og-word-in {
  from { opacity: 0; transform: translateY(22px) skewY(3deg); }
  to   { opacity: 1; transform: translateY(0)    skewY(0); }
}

/* BaÅŸlÄ±k accent â€” canlÄ± renk animasyonu */
.og-hero__title-accent {
  background-size: 200% auto;
  animation:
    og-gradient-shift 4s ease infinite,
    og-line-in 0.9s var(--og-ease) 0.28s both;
}

@keyframes og-gradient-shift {
  0%   { background-position: 0%   center; }
  50%  { background-position: 100% center; }
  100% { background-position: 0%   center; }
}

/* Suffix satÄ±rÄ± â€” biraz daha geÃ§ gelsin */
.og-hero__title-suffix {
  animation: og-line-in 0.9s var(--og-ease) 0.42s both;
  opacity: 0;
}

/* Badge */
.og-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 1.05rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.13);
  border: 1px solid rgb(255 255 255 / 0.24);
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.1);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: var(--og-space-md);
  backdrop-filter: blur(8px);
  /* Hafif shimmer */
  position: relative;
  overflow: hidden;
}

.og-hero__badge::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.18), transparent);
  animation: og-shimmer 3s ease infinite 1.5s;
}

@keyframes og-shimmer {
  0%   { left: -100%; }
  100% { left: 200%; }
}

.og-hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--og-sun);
  animation: og-pulse 2.2s ease infinite;
}
@keyframes og-pulse {
  0%, 100% { opacity: 1;   box-shadow: 0 0 0 0   rgb(250 204 21 / 0.7); }
  50%       { opacity: 0.8; box-shadow: 0 0 0 8px rgb(250 204 21 / 0); }
}

/* Title */
.og-hero__title {
  font-family: var(--og-font-display);
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.01em;
  margin: 0 0 1.3rem;
  max-width: 780px;
}

.og-hero__title-suffix {
  display: block;
  color: rgb(255 255 255 / 0.88);
}

.og-hero__title-accent {
  display: block;
  background: linear-gradient(90deg, #fef08a 0%, #f9735b 42%, #86efac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.og-hero__title--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1em;
  max-width: 720px;
}

.og-hero__title-primary {
  display: block;
  color: #fff;
  font-weight: 700;
  text-wrap: balance;
}

.og-hero__title-location {
  display: block;
  margin: 0.06em 0 0;
  font-family: var(--og-font-display);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(105deg, #fef9c3 0%, #fbbf24 42%, #fb923c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: og-gradient-shift 4s ease infinite;
  filter: drop-shadow(0 2px 12px rgb(251 191 36 / 0.35));
}

.og-hero__title-kongre {
  display: block;
  margin-top: 0.02em;
  color: #fff;
  font-family: var(--og-font-display);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 20px rgb(0 0 0 / 0.45);
}

/* Description */
.og-hero__desc {
  font-size: 1.175rem;
  line-height: 1.72;
  color: rgb(255 255 255 / 0.84);
  max-width: 600px;
  margin: 0 0 2rem;
}

/* Actions */
.og-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.75rem;
}

/* Meta info pills */
.og-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--og-space-md);
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: rgb(255 255 255 / 0.75);
}
.og-hero__meta li { display: flex; align-items: center; gap: 0.45rem; }
.og-hero__meta i  { color: #6ee7b7; }

/* â”€â”€â”€ Hero visual (right column) â”€â”€â”€ */
.og-hero__visual {
  position: relative;
  height: 460px;
  animation: og-hero-in 1s var(--og-ease) 0.18s both;
}

/* Glassmorphism stage card */
.og-hero__stage {
  position: absolute;
  inset: 2% 5% 4% 4%;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.24);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.2), rgb(255 255 255 / 0.09)),
    linear-gradient(135deg, rgb(14 165 233 / 0.26), rgb(249 115 91 / 0.16));
  box-shadow:
    0 40px 90px rgb(0 0 0 / 0.3),
    inset 0 1px 0 rgb(255 255 255 / 0.25),
    inset 0 -1px 0 rgb(0 0 0 / 0.1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.og-hero__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 11%, rgb(255 255 255 / 0.065) 11% 12%, transparent 12% 26%, rgb(255 255 255 / 0.065) 26% 27%, transparent 27%),
    radial-gradient(ellipse at 50% 94%, rgb(250 204 21 / 0.32), transparent 46%);
  pointer-events: none;
}

.og-hero__stage::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 20%;
  height: 36%;
  border-radius: 24px 24px 12px 12px;
  background:
    linear-gradient(180deg, rgb(8 17 31 / 0.22), rgb(8 17 31 / 0.7)),
    repeating-linear-gradient(90deg, rgb(255 255 255 / 0.07) 0 1px, transparent 1px 28px);
  border: 1px solid rgb(255 255 255 / 0.14);
  box-shadow: 0 18px 52px rgb(0 0 0 / 0.26);
  pointer-events: none;
}

/* Slide gÃ¶rseli â€” stage arka planÄ± */
.og-hero__stage-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 28px;
}

.og-hero__stage-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
  filter: saturate(0.7) brightness(0.85);
  mix-blend-mode: luminosity;
  transition: opacity 0.4s ease;
}

.og-hero__stage:hover .og-hero__stage-img img {
  opacity: 0.28;
}

/* Stage iÃ§indeki tÃ¼m z-index'ler resmin Ã¼stÃ¼nde kalmalÄ± */
.og-hero__stage-top,
.og-hero__speaker-card,
.og-hero__agenda { position: relative; z-index: 3; }

/* Slide CTA ok butonu */
.og-hero__stage-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.18);
  color: var(--og-ink);
  border: 1px solid rgb(0 0 0 / 0.08);
  flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
  font-size: 0.7rem;
}
.og-hero__stage-cta:hover {
  background: var(--og-blue);
  color: #fff;
  transform: scale(1.1);
}

.og-hero__stage-floor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26%;
  background:
    linear-gradient(180deg, rgb(8 17 31 / 0.18), rgb(8 17 31 / 0.72)),
    repeating-linear-gradient(90deg, rgb(255 255 255 / 0.07) 0 2px, transparent 2px 80px);
  clip-path: polygon(11% 0, 89% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

/* Stage top bar */
.og-hero__stage-top {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  right: 1.1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: rgb(8 17 31 / 0.38);
  border: 1px solid rgb(255 255 255 / 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.og-hero__stage-top span {
  color: #fde68a;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.og-hero__stage-top strong {
  max-width: 60%;
  overflow: hidden;
  color: #fff;
  font-size: 0.9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Floating speaker / agenda cards */
.og-hero__speaker-card,
.og-hero__agenda {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-radius: 18px;
  background: rgb(255 255 255 / 0.94);
  color: var(--og-ink);
  box-shadow: 0 20px 55px rgb(0 0 0 / 0.24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.og-hero__speaker-card { left: 2rem; bottom: 4.5rem; padding: 0.9rem 1rem; }
.og-hero__agenda       { right: 2rem; bottom: 8.5rem; padding: 0.85rem 1rem; }

.og-hero__speaker-card p,
.og-hero__agenda small {
  display: block;
  margin: 0 0 0.1rem;
  color: #64748b;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.og-hero__speaker-card strong,
.og-hero__agenda strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.25;
  color: var(--og-ink);
}

/* Avatar stack */
.og-hero__avatar-stack { display: flex; width: 78px; }
.og-hero__avatar-stack span {
  width: 34px;
  height: 34px;
  margin-right: -12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(105deg, #1e3a8a 0%, #1d4ed8 55%, #0e7490 100%);
}
.og-hero__avatar-stack span:nth-child(2) { background: linear-gradient(135deg, #f9735b, #facc15); }
.og-hero__avatar-stack span:nth-child(3) { background: linear-gradient(135deg, #1e3a8a, #38bdf8); }

/* Live indicator */
.og-hero__agenda .is-live {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 7px rgb(34 197 94 / 0.16);
  animation: og-pulse-green 2s ease infinite;
}
@keyframes og-pulse-green {
  0%, 100% { box-shadow: 0 0 0 0   rgb(34 197 94 / 0.5); }
  50%       { box-shadow: 0 0 0 8px rgb(34 197 94 / 0); }
}

/* Legacy floating cards (kept for compat) */
.og-hero__card {
  position: absolute;
  background: rgb(255 255 255 / 0.93);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgb(255 255 255 / 0.62);
  border-radius: var(--og-radius);
  box-shadow: var(--og-shadow-xl);
}
.og-hero__card--main {
  inset: 10% 5% 10% 15%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.og-hero__card-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(105deg, #1e3a8a 0%, #1d4ed8 55%, #0e7490 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1.25rem;
}
.og-hero__card-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.7; margin: 0 0 0.35rem; }
.og-hero__card-value { font-family: var(--og-font-display); font-size: 1.35rem; font-weight: 700; margin: 0; }

.og-hero__card--float {
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1.15rem;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--og-ink);
  border-color: rgb(255 255 255 / 0.62);
  animation: og-card-float 5.5s ease-in-out infinite;
}
.og-hero__card--float i  { color: var(--og-coral); }
.og-hero__card--a { top: 3%;  right: 0;   animation-delay: 0s; }
.og-hero__card--b { bottom: 3%; left: 0; animation-delay: -2.5s; }
.og-hero__card--c { top: 42%; right: 1%; animation-delay: -1.5s; }

@keyframes og-card-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-11px); }
}

/* Decorative ring */
.og-hero__ring {
  position: absolute;
  top: 50%; left: 50%;
  width: 380px; height: 380px;
  margin: -190px 0 0 -190px;
  border: 1px solid rgb(250 204 21 / 0.24);
  border-radius: 50%;
  animation: og-spin 42s linear infinite;
  pointer-events: none;
}
@keyframes og-spin { to { transform: rotate(360deg); } }

/* Wave bottom */
.og-hero__wave {
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  z-index: 3;
  line-height: 0;
}
.og-hero__wave svg  { width: 100%; height: 80px; display: block; }
.og-hero__wave path {
  fill: var(--og-bg);
  animation: og-wave-sway 8s ease-in-out infinite;
  transform-origin: center bottom;
}
@keyframes og-wave-sway {
  0%, 100% { d: path("M0,40 C360,80 720,0 1440,40 L1440,80 L0,80 Z"); }
  50%       { d: path("M0,55 C360,15 720,65 1440,25 L1440,80 L0,80 Z"); }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   6b. HOMEPAGE PARTNER LOGOS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-partners {
  padding: 1.1rem 0 1.35rem;
  background: linear-gradient(180deg, var(--og-bg, #f8fafc) 0%, #fff 100%);
  border-bottom: 1px solid #e2e8f0;
}

.og-partners__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.og-partners__label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.og-partners__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 4vw, 2.25rem);
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.og-partners__item {
  flex: 0 1 auto;
}

.og-partners__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  color: inherit;
}

.og-partners__logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.og-partners--few .og-partners__logo {
  max-height: 52px;
  max-width: min(200px, 40vw);
}

.og-partners--medium .og-partners__logo {
  max-height: 46px;
  max-width: 150px;
}

.og-partners--many .og-partners__logo {
  max-height: 40px;
  max-width: 120px;
}

.og-partners__fallback {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475569;
  text-align: center;
}

@media (max-width: 640px) {
  .og-partners--few .og-partners__logos {
    gap: 1.25rem;
  }

  .og-partners--few .og-partners__logo {
    max-height: 44px;
    max-width: min(160px, 44vw);
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   7. COUNTDOWN
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-countdown {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: var(--og-space-md);
  flex-wrap: wrap;
}

.og-countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 64px;
}

.og-countdown__num-wrap {
  position: relative;
  width: 64px;
  height: 72px;
  perspective: 300px;
}

/* Card halves */
.og-countdown__num-wrap::before,
.og-countdown__num-wrap::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 50%;
  background: rgb(255 255 255 / 0.14);
  border: 1px solid rgb(255 255 255 / 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: var(--og-radius-sm) var(--og-radius-sm) 0 0;
}
.og-countdown__num-wrap::before { top: 0; border-radius: var(--og-radius-sm) var(--og-radius-sm) 0 0; }
.og-countdown__num-wrap::after  { bottom: 0; border-radius: 0 0 var(--og-radius-sm) var(--og-radius-sm); border-top: 1px solid rgb(0 0 0 / 0.18); }

.og-countdown__num {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--og-font-display);
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}

/* Flip animation triggered by JS adding .is-flipping */
.og-countdown__num-wrap.is-flipping .og-countdown__num {
  animation: og-flip 0.48s var(--og-ease) both;
}
@keyframes og-flip {
  0%   { opacity: 1; transform: rotateX(0deg); }
  49%  { opacity: 0; transform: rotateX(-90deg); }
  50%  { opacity: 0; transform: rotateX(90deg); }
  100% { opacity: 1; transform: rotateX(0deg); }
}

.og-countdown__label {
  margin-top: 0.45rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.65);
}

.og-countdown__sep {
  font-family: var(--og-font-display);
  font-size: 2rem;
  font-weight: 700;
  color: rgb(255 255 255 / 0.4);
  padding-bottom: 1.4rem;
  animation: og-sep-blink 2s ease infinite;
}
@keyframes og-sep-blink {
  0%, 100% { opacity: 0.4; }
  50%       { opacity: 0.9; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   8. BENTO GRID
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-bento {
  padding: var(--og-section-py) 0 calc(var(--og-section-py) * 0.75);
  background: var(--og-bg);
}

.og-bento__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 170px;
  gap: 1rem;
}

.og-bento__tile {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.35rem;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 18px 44px rgb(15 23 42 / 0.08);
  transition:
    transform 0.38s var(--og-ease),
    box-shadow 0.38s var(--og-ease);
  will-change: transform;
}

/* Glare sweep */
.og-bento__tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgb(255 255 255 / 0.16) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.35s;
}

/* Decorative stripe behind */
.og-bento__tile::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% 30%;
  z-index: -1;
  height: 110px;
  background: rgb(255 255 255 / 0.2);
  transform: rotate(-12deg);
  pointer-events: none;
}

.og-bento__tile:hover {
  transform: translateY(-8px) scale(1.018);
  box-shadow: var(--og-shadow-xl);
}
.og-bento__tile:hover::before { opacity: 1; }

.og-bento__tile--wide { grid-column: span 2; }
.og-bento__tile--tall { grid-row: span 2; }

/* Yumuşak, referans palet — neon değil */
.og-bento__tile--a { background: linear-gradient(160deg, #1d4ed8 0%, #0e7490 55%, #0f766e 100%); }
.og-bento__tile--b { background: linear-gradient(160deg, #15803d 0%, #4d7c4a 55%, #86a789 100%); }
.og-bento__tile--c { background: linear-gradient(160deg, #6d28d9 0%, #4f46e5 50%, #2563eb 100%); }
.og-bento__tile--d { background: linear-gradient(160deg, #c2410c 0%, #ea580c 45%, #f0a58a 100%); }
.og-bento__tile--e { background: linear-gradient(160deg, #b45309 0%, #d97706 45%, #e8c07a 100%); }
.og-bento__tile--f { background: linear-gradient(160deg, #1e3a5f 0%, #334e68 55%, #627d98 100%); }
.og-bento__tile--g { background: linear-gradient(160deg, #0f766e 0%, #3d6b70 55%, #6b8a8e 100%); }

.og-bento__tile-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: auto;
  place-items: center;
  border-radius: 14px;
  background: rgb(255 255 255 / 0.18);
  font-size: 1.35rem;
}

.og-bento__tile-label {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.25;
  margin-top: 0.8rem;
}

.og-bento__tile-desc {
  display: block;
  max-width: 22rem;
  margin-top: 0.42rem;
  color: rgb(255 255 255 / 0.78);
  font-size: 0.84rem;
  line-height: 1.45;
}
.og-bento__tile--e .og-bento__tile-desc { color: rgb(31 41 55 / 0.72); }

.og-bento__tile-arrow {
  position: absolute;
  top: 1.1rem; right: 1.1rem;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
  transition: transform 0.3s, background 0.3s;
}
.og-bento__tile:hover .og-bento__tile-arrow {
  transform: rotate(45deg);
  background: rgb(255 255 255 / 0.34);
}

/* Summit bento — referans kart stili birebir */
html.site-template-summit .sm-bento .og-bento__grid {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(168px, 1fr);
  gap: 1.1rem;
}
html.site-template-summit .sm-bento .og-bento__tile {
  border-radius: 1.5rem;
  padding: 1.4rem 1.35rem 1.5rem;
  box-shadow: 0 14px 36px rgb(15 23 42 / 0.12);
}
html.site-template-summit .sm-bento .og-bento__tile::before,
html.site-template-summit .sm-bento .og-bento__tile::after {
  display: none;
}
html.site-template-summit .sm-bento .og-bento__tile-arrow {
  display: none;
}
html.site-template-summit .sm-bento .og-bento__tile-icon,
html.site-template-summit .sm-bento .og-bento__tile-label,
html.site-template-summit .sm-bento .og-bento__tile-desc {
  position: relative;
  z-index: 2;
}
html.site-template-summit .sm-bento .og-bento__tile-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.22);
  font-size: 1.15rem;
}
html.site-template-summit .sm-bento .og-bento__tile-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
html.site-template-summit .sm-bento .og-bento__tile-desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}
html.site-template-summit .sm-bento .og-bento__tile--e,
html.site-template-summit .sm-bento .og-bento__tile--e .og-bento__tile-desc {
  color: #fff;
}
html.site-template-summit .sm-bento .og-bento__tile--e .og-bento__tile-icon {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

/* Sağ üst soluk daire — yazıya baskın olmasın */
html.site-template-summit .sm-bento__orb {
  position: absolute;
  top: -32%;
  right: -18%;
  width: 55%;
  max-width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  z-index: 0;
}

/* Alt bant — daha küçük ve soluk */
html.site-template-summit .sm-bento__wave {
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -22%;
  height: 38%;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50% 40% 0 0 / 55% 45% 0 0;
  transform: rotate(-5deg);
}
html.site-template-summit .sm-bento .og-bento__tile--e .sm-bento__wave {
  background: rgba(255, 255, 255, 0.1);
}

/* Yazı okunaklı kalsın */
html.site-template-summit .sm-bento .og-bento__tile-label,
html.site-template-summit .sm-bento .og-bento__tile-desc {
  text-shadow: 0 1px 10px rgba(15, 23, 42, 0.22);
}

html.site-template-summit .sm-bento .og-section-head__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #075985;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Summit bento — mobil: 4 sütun kilidini kır (specificity) */
@media (max-width: 1100px) {
  html.site-template-summit .sm-bento .og-bento__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: minmax(150px, auto) !important;
  }
  html.site-template-summit .sm-bento .og-bento__tile--wide,
  html.site-template-summit .sm-bento .og-bento__tile--tall {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
@media (max-width: 640px) {
  html.site-template-summit .sm-bento .og-bento__grid {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }
  html.site-template-summit .sm-bento .og-bento__tile {
    min-height: 9.5rem;
    padding: 1.2rem 1.15rem 1.25rem;
  }
  html.site-template-summit .sm-bento .og-bento__tile-label {
    font-size: 1.05rem;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   9. STEPS (How-it-works)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-steps {
  padding: var(--og-section-py) 0;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.og-steps__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}

.og-steps__line {
  position: absolute;
  top: 72px;
  left: 8%; right: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--og-blue), var(--og-coral), var(--og-green));
  opacity: 0.28;
}

.og-steps__item { padding: 0; }

.og-steps__card {
  position: relative;
  display: block;
  height: 100%;
  min-height: 285px;
  padding: 1.2rem 1rem 1.1rem;
  border: 1px solid var(--og-border);
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 28px rgb(15 23 42 / 0.05);
  transition:
    transform 0.32s var(--og-ease),
    box-shadow 0.32s var(--og-ease),
    border-color 0.28s;
}
.og-steps__card:hover {
  transform: translateY(-7px);
  border-color: #34d399;
  box-shadow: 0 26px 60px rgb(22 32 50 / 0.14);
}

.og-steps__bubble {
  position: relative;
  width: 86px; height: 86px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #eff6ff, #eff6ff);
  border: 2px solid var(--og-border);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.35s var(--og-ease), box-shadow 0.35s;
}
.og-steps__card:hover .og-steps__bubble {
  transform: scale(1.08);
  box-shadow: var(--og-shadow-lg);
}

.og-steps__num {
  position: absolute;
  top: -7px; right: -7px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--og-blue);
  color: #fff;
  font-size: 0.72rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

.og-steps__icon          { font-size: 1.75rem; color: var(--og-green); }
.og-steps__item:nth-child(3n) .og-steps__icon { color: var(--og-coral); }
.og-steps__item:nth-child(4n) .og-steps__icon { color: var(--og-violet); }

.og-steps__title {
  font-family: var(--og-font-display);
  font-size: 1.06rem;
  margin: 0 0 0.5rem;
}
.og-steps__text {
  font-size: 0.86rem;
  color: var(--og-muted);
  line-height: 1.62;
  margin: 0 0 0.9rem;
}
.og-steps__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.84rem;
  color: var(--og-blue);
  text-decoration: none;
  transition: gap 0.2s, color 0.2s;
}
.og-steps__link:hover { color: var(--og-green); gap: 0.62rem; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   10. IMPORTANT DATES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-dates {
  padding: calc(var(--og-section-py) * 0.75) 0 var(--og-section-py);
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.og-dates__shell {
  padding: 1.35rem;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.95), rgb(239 246 255 / 0.72)),
    radial-gradient(ellipse at 0 0, rgb(249 115 91 / 0.09), transparent 34%);
  box-shadow: 0 24px 64px rgb(15 23 42 / 0.06);
}

.og-dates__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(160px, 1fr));
  gap: 0.85rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-snap-type: x proximity;
}

.og-dates__row {
  position: relative;
  display: block;
  min-height: 152px;
  padding: 1rem;
  border: 1px solid var(--og-border);
  border-radius: 16px;
  background: #fff;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.3s var(--og-ease),
    box-shadow 0.3s var(--og-ease),
    border-color 0.25s;
}
.og-dates__row:hover {
  transform: translateY(-4px);
  box-shadow: var(--og-shadow-md);
  border-color: #bfdbfe;
}

.og-dates__row.is-next {
  border-color: rgb(249 115 91 / 0.65);
  background: linear-gradient(90deg, #eff6ff, #fff);
}
.og-dates__row.is-past { opacity: 0.52; }

.og-dates__cal {
  width: 58px;
  margin-bottom: 0.9rem;
  padding: 0.55rem 0.45rem;
  border-radius: 12px;
  background: #eff6ff;
  text-align: center;
}
.og-dates__row.is-next .og-dates__cal { background: #ffedd5; }

.og-dates__day {
  display: block;
  font-family: var(--og-font-display);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: var(--og-blue);
}
.og-dates__mon {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--og-muted);
}

.og-dates__body { flex: 1; }
.og-dates__name {
  display: -webkit-box;
  min-height: 2.65em;
  overflow: hidden;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.32;
  margin: 0 0 0.25rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.og-dates__body time { font-size: 0.82rem; color: var(--og-muted); }

.og-dates__badge {
  position: absolute;
  top: 1rem; right: 1rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--og-coral);
  color: #fff;
}

.og-dates__foot { margin-top: var(--og-space-md); text-align: center; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   11. ABOUT
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-about {
  padding: var(--og-section-py) 0;
  background: var(--og-surface);
}

.og-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.og-about__visual-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--og-radius);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: var(--og-shadow-xl);
  background:
    linear-gradient(145deg, rgb(8 17 31 / 0.97), rgb(22 32 50 / 0.88)),
    var(--branding-workshops-background, url("/images/workshops-bg.png")) center / cover;
}
.og-about__visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(249 115 91 / 0.18), transparent 44%, rgb(250 204 21 / 0.14));
  pointer-events: none;
}

.og-about__stat {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgb(255 255 255 / 0.13);
  border-radius: var(--og-radius-sm);
  border: 1px solid rgb(255 255 255 / 0.16);
  color: #fff;
}
.og-about__stat i      { font-size: 1.35rem; color: #6ee7b7; }
.og-about__stat strong { display: block; font-size: 1rem; }
.og-about__stat span   { font-size: 0.82rem; opacity: 0.8; }

.og-about__text {
  font-size: 1.05rem;
  line-height: 1.78;
  color: var(--og-muted);
  margin: 0 0 1.25rem;
}

.og-about__tags {
  list-style: none; margin: 0 0 1.5rem; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.75rem;
}
.og-about__tags li {
  display: flex; align-items: center; gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  background: var(--og-bg);
  border-radius: 999px;
  font-size: 0.85rem; font-weight: 600;
  color: var(--og-text);
}
.og-about__tags i { color: var(--og-green); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   12. NEWS / ANNOUNCEMENTS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-news {
  position: relative;
  padding: var(--og-section-py) 0;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 42%, #f1f5f9 100%);
}

.og-news__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.og-news__mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(22 32 50 / 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgb(22 32 50 / 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 88%);
}

.og-news__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
}

.og-news__orb--blue {
  width: 420px;
  height: 420px;
  top: -120px;
  right: -6%;
  background: rgb(37 99 235 / 0.14);
}

.og-news__orb--green {
  width: 320px;
  height: 320px;
  bottom: -80px;
  left: -4%;
  background: rgb(34 197 94 / 0.12);
}

.og-news .container-custom { position: relative; z-index: 1; }

.og-news__head { margin-bottom: calc(var(--og-space-md) + 0.35rem); }

.og-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.og-news__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.35rem 1.35rem 1.25rem;
  border: 1px solid rgb(226 232 240 / 0.95);
  border-radius: 20px;
  background:
    linear-gradient(180deg, #fff 0%, rgb(248 250 252 / 0.92) 100%);
  box-shadow:
    0 14px 36px rgb(15 23 42 / 0.05),
    inset 0 1px 0 rgb(255 255 255 / 0.9);
  overflow: hidden;
  transition:
    transform 0.32s var(--og-ease),
    box-shadow 0.32s var(--og-ease),
    border-color 0.28s;
}

.og-news__media {
  display: block;
  margin: -1.35rem -1.35rem 1rem;
  height: 11rem;
  overflow: hidden;
  background: #121925;
}

.og-news__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s var(--og-ease);
}

.og-news__card:hover .og-news__media img {
  transform: scale(1.04);
}

.og-news__card--lead .og-news__media {
  height: 14rem;
}

.og-news__card--has-image {
  padding-top: 1.35rem;
}

.og-news__card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #22c55e);
  opacity: 0.85;
  transition: opacity 0.28s;
}

.og-news__card:hover {
  transform: translateY(-6px);
  border-color: rgb(147 197 253 / 0.55);
  box-shadow:
    0 24px 52px rgb(22 32 50 / 0.12),
    inset 0 1px 0 rgb(255 255 255 / 1);
}

.og-news__card:hover .og-news__card-accent { opacity: 1; }

.og-news__card--lead {
  background:
    linear-gradient(155deg, rgb(239 246 255 / 0.95) 0%, #fff 42%, rgb(236 253 245 / 0.55) 100%);
}

.og-news__card--lead .og-news__card-accent {
  height: 4px;
  background: linear-gradient(90deg, #1d4ed8, #2563eb 45%, #22c55e);
}

.og-news__card--pinned {
  border-color: rgb(147 197 253 / 0.45);
  box-shadow:
    0 16px 40px rgb(22 32 50 / 0.1),
    inset 0 1px 0 rgb(255 255 255 / 1);
}

.og-news__card-top {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.og-news__date {
  flex-shrink: 0;
  width: 4.1rem;
  padding: 0.55rem 0.45rem 0.5rem;
  border-radius: 14px;
  background: linear-gradient(145deg, #1e3a5f 0%, #1d4ed8 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 24px rgb(29 78 216 / 0.28);
}

.og-news__date strong {
  display: block;
  font-family: var(--og-font-display);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.og-news__date span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  opacity: 0.92;
}

.og-news__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.55rem;
  min-width: 0;
  padding-top: 0.15rem;
}

.og-news__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #162032;
  background: rgb(219 234 254 / 0.85);
  border: 1px solid rgb(191 219 254 / 0.9);
}

.og-news__pin {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #15803d;
  background: rgb(209 250 229 / 0.85);
  border: 1px solid rgb(167 243 208 / 0.95);
}

.og-news__pin i { font-size: 0.62rem; }

.og-news__meta time {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}

.og-news__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.og-news__title {
  font-family: var(--og-font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.65rem;
}

.og-news__title a {
  color: var(--og-text);
  text-decoration: none;
  transition: color 0.22s;
}

.og-news__title a:hover { color: var(--og-blue, #162032); }

.og-news__excerpt {
  flex: 1;
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
  line-height: 1.68;
  color: var(--og-muted);
}

.og-news__read {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  width: fit-content;
  padding: 0.45rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--og-blue, #162032);
  text-decoration: none;
  transition: gap 0.24s var(--og-ease), color 0.22s;
}

.og-news__read i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  color: #fff;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  transition: transform 0.24s var(--og-ease);
}

.og-news__read:hover {
  gap: 0.65rem;
  color: #121925;
}

.og-news__read:hover i { transform: translateX(2px); }

/* Summit duyurular — referans mavi/yeşil */
html.site-template-summit .sm-news .og-section-head__eyebrow {
  display: inline-block !important;
  padding: 0.35rem 0.9rem !important;
  border-radius: 999px !important;
  border: 1px solid #bfdbfe !important;
  background: #eff6ff !important;
  color: #1d4ed8 !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}
html.site-template-summit .sm-news .og-section-head__title {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
  color: #0f172a !important;
}
html.site-template-summit .sm-news .og-news__title {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
}
html.site-template-summit .sm-news .og-news__title a:hover {
  color: #1d4ed8 !important;
}
/* Devamını oku — kompakt outline (mavi zemin + mavi yazı çakışmasını önler) */
html.site-template-summit .sm-news .og-news__read,
html.site-template-summit .og-news__read {
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin-top: auto !important;
  padding: 0.4rem 0.85rem !important;
  border: 1px solid #93c5fd !important;
  border-radius: 8px !important;
  background: #eff6ff !important;
  color: #1d4ed8 !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  transform: none !important;
}
html.site-template-summit .sm-news .og-news__read:hover,
html.site-template-summit .og-news__read:hover {
  background: #dbeafe !important;
  border-color: #60a5fa !important;
  color: #1e40af !important;
  box-shadow: none !important;
  transform: none !important;
}
html.site-template-summit .sm-news .og-news__read span,
html.site-template-summit .og-news__read span,
html.site-template-summit .sm-news .og-news__read i,
html.site-template-summit .og-news__read i {
  color: inherit !important;
  background: transparent !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   13. SHOWCASE (Speakers & Panels)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-showcase             { padding: var(--og-section-py) 0; }
.og-showcase--speakers   { background: #fff; }
.og-showcase--panels     { background: linear-gradient(180deg, #f8fafc 0%, #fff 100%); }

.og-showcase__rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

/* Summit konuşmacılar — dengeli boyut, sola yaslı (sağda nefes) */
html.site-template-summit .sm-speakers .og-showcase__rail {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  width: min(100%, 720px);
  max-width: 720px;
  margin: 0;
}
html.site-template-summit .sm-speakers .og-showcase__head {
  margin-bottom: 1.35rem;
}
html.site-template-summit .sm-speakers .og-section-head__eyebrow {
  display: inline-block !important;
  padding: 0.35rem 0.9rem !important;
  border-radius: 999px !important;
  border: 1px solid #bfdbfe !important;
  background: #eff6ff !important;
  color: #1d4ed8 !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}
html.site-template-summit .sm-speakers .og-section-head__title {
  font-family: "Playfair Display", "Source Serif 4", Georgia, "Times New Roman", serif !important;
  color: #0f172a !important;
  font-size: clamp(1.7rem, 2.6vw, 2.1rem) !important;
}
html.site-template-summit .sm-speakers .og-section-head__lead {
  max-width: 36rem;
  font-size: 0.95rem !important;
  color: #64748b !important;
}
html.site-template-summit .sm-speakers .og-person-card {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgb(15 23 42 / 0.06);
}
html.site-template-summit .sm-speakers .og-person-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgb(15 23 42 / 0.1);
}
html.site-template-summit .sm-speakers .og-person-card__media {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: 14rem !important;
  height: 16rem !important;
  max-height: none !important;
  aspect-ratio: unset !important;
  box-sizing: border-box !important;
  background:
    linear-gradient(135deg, rgb(30 58 138 / 0.92), rgb(37 99 235 / 0.85)),
    var(--branding-hero-grid-background, url("/images/hero-grid-bg.png")) center / cover !important;
}
html.site-template-summit .sm-speakers .og-person-card__media img {
  min-height: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
}
html.site-template-summit .sm-speakers .og-person-card__media > span {
  width: 5.25rem !important;
  height: 5.25rem !important;
  flex-shrink: 0 !important;
}
html.site-template-summit .sm-speakers .og-person-card__body {
  padding: 0.85rem 0.95rem 1rem;
}
html.site-template-summit .sm-speakers .og-person-card__body h3 {
  margin: 0 0 0.3rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.site-template-summit .sm-speakers .og-person-card__body p {
  min-height: 0 !important;
  margin: 0;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.35;
  -webkit-line-clamp: 2;
}
@media (max-width: 900px) {
  html.site-template-summit .sm-speakers .og-showcase__rail {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  html.site-template-summit .sm-speakers .og-person-card__media {
    height: 14rem !important;
    min-height: 14rem !important;
  }
}
@media (max-width: 640px) {
  html.site-template-summit .sm-speakers .og-showcase__rail {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    gap: 1rem !important;
  }
  html.site-template-summit .sm-speakers .og-person-card {
    width: 100% !important;
  }
  html.site-template-summit .sm-speakers .og-person-card__media {
    width: 100% !important;
    min-width: 100% !important;
    height: 15.5rem !important;
    min-height: 15.5rem !important;
  }
  html.site-template-summit .sm-speakers .og-person-card__body h3 {
    white-space: normal;
  }
}

/* Person card */
.og-person-card {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgb(15 23 42 / 0.07);
  transition:
    transform 0.3s var(--og-ease),
    box-shadow 0.3s var(--og-ease),
    border-color 0.25s;
}
.og-person-card:hover {
  transform: translateY(-6px);
  border-color: #bfdbfe;
  box-shadow: 0 28px 68px rgb(22 32 50 / 0.14);
}

.og-person-card__media {
  position: relative;
  display: grid;
  min-height: 210px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgb(22 32 50 / 0.9), rgb(37 99 235 / 0.8)),
    var(--branding-hero-grid-background, url("/images/hero-grid-bg.png")) center / cover;
}
.og-person-card__media img {
  width: 100%; height: 100%; min-height: 210px; object-fit: cover;
}
.og-person-card__media > span {
  display: grid;
  width: 84px; height: 84px;
  place-items: center;
  border: 2px solid rgb(255 255 255 / 0.55);
  border-radius: 50%;
  background: rgb(255 255 255 / 0.16);
  color: #fff; font-size: 1.35rem; font-weight: 900;
}
.og-person-card__media em {
  position: absolute; left: 0.85rem; top: 0.85rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.92);
  color: var(--og-coral-dark);
  font-size: 0.7rem; font-style: normal; font-weight: 900;
}

.og-person-card__body { padding: 1rem; }
.og-person-card__body h3 {
  margin: 0 0 0.45rem;
  color: var(--og-text);
  font-size: 1.02rem; font-weight: 900; line-height: 1.25;
}
.og-person-card__body p {
  display: -webkit-box;
  min-height: 2.7em;
  margin: 0 0 0.6rem;
  overflow: hidden;
  color: #475569; font-size: 0.88rem; line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.og-person-card__body small { color: #64748b; font-weight: 700; }

/* Panel card */
.og-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.og-panel-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgb(15 23 42 / 0.07);
  transition:
    transform 0.3s var(--og-ease),
    box-shadow 0.3s var(--og-ease),
    border-color 0.25s;
}
.og-panel-card:hover {
  transform: translateY(-6px);
  border-color: #bfdbfe;
  box-shadow: 0 28px 68px rgb(22 32 50 / 0.14);
}

.og-panel-card__media {
  position: relative;
  display: grid; place-items: center; overflow: hidden;
  background: linear-gradient(135deg, #0f172a, #24324a);
  color: #fff;
}
.og-panel-card__media img { width: 100%; height: 100%; object-fit: cover; }
.og-panel-card__media i   { font-size: 2rem; opacity: 0.78; }
.og-panel-card__media span {
  position: absolute; left: 0.75rem; top: 0.75rem;
  color: rgb(255 255 255 / 0.72);
  font-family: var(--og-font-display);
  font-size: 1.35rem; font-weight: 900;
}

.og-panel-card__body { padding: 1.1rem; }
.og-panel-card__body h3 {
  margin: 0 0 0.45rem;
  color: var(--og-text);
  font-size: 1.02rem; font-weight: 900; line-height: 1.25;
}

.og-panel-card__topics {
  display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.7rem 0;
}
.og-panel-card__topics small {
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  background: #eff6ff;
  color: #162032;
  font-size: 0.7rem; font-weight: 800;
}

.og-panel-card__meta {
  display: flex; flex-wrap: wrap; gap: 0.7rem;
  margin-top: 0.9rem;
  color: #64748b; font-size: 0.78rem; font-weight: 700;
}
.og-panel-card__meta span { display: inline-flex; align-items: center; gap: 0.32rem; }
.og-panel-card__meta i    { color: var(--og-coral); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   14. WORKSHOPS
   Yeni layout: tam geniÅŸlik header + 4 dikey kart
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-workshops {
  position: relative;
  padding: var(--og-section-py) 0;
  overflow: hidden;
  background: linear-gradient(155deg, #121925 0%, #1a2434 55%, #0f1722 100%);
  color: #fff;
}

/* symposium: yeşil glow + nokta desen yok */
.og-workshops::before,
.og-workshops::after {
  content: none !important;
  display: none !important;
}

.og-workshops .container-custom { position: relative; z-index: 1; }

/* â”€â”€ Layout: intro tam geniÅŸlik Ã¼stte, grid altÄ±nda â”€â”€ */
.og-workshops__layout {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3rem);
}

/* â”€â”€ Intro: yatay ÅŸerit â”€â”€ */
.og-workshops__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 2.25rem;
  border: 1px solid rgb(255 255 255 / 0.13);
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgb(255 255 255 / 0.09) 0%, rgb(255 255 255 / 0.04) 100%);
  box-shadow:
    0 24px 64px rgb(0 0 0 / 0.22),
    inset 0 1px 0 rgb(255 255 255 / 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.og-workshops__intro .og-section-head {
  margin-bottom: 0;
  max-width: 580px;
}

.og-workshops__intro .og-section-head__eyebrow {
  background: rgb(255 255 255 / 0.12);
  color: #fde68a;
  border: 1px solid rgb(255 255 255 / 0.18);
}

.og-workshops__intro .og-section-head__title {
  color: #fff;
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  margin-bottom: 0.5rem;
}

.og-workshops__intro .og-section-head__lead {
  color: rgb(255 255 255 / 0.72);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

/* "TÃ¼m atÃ¶lyeler" butonu intro iÃ§inde saÄŸda kalÄ±r */
.og-workshops__intro .og-showcase__all--light {
  flex-shrink: 0;
  white-space: nowrap;
}

/* â”€â”€ Cards: 4 eÅŸit dikey kart â”€â”€ */
.og-workshops__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.og-workshops__carousel {
  width: 100%;
  margin: 0;
}

.og-workshops__carousel .card-carousel__nav {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.2);
  background: rgb(22 32 50 / 0.85);
  color: #34d399;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.25);
}

.og-workshops__carousel .card-carousel__nav:hover:not(:disabled) {
  border-color: rgba(212, 180, 106, 0.45);
  color: #f0c674;
  background: rgb(22 32 50 / 0.95);
}

.og-workshops__carousel .card-carousel__slide {
  min-width: 0;
  height: auto;
}

.og-workshops__carousel .card-carousel__slide > .og-workshops__card {
  width: 100%;
  height: 100%;
  flex: none;
  max-width: none;
  margin: 0;
}

/* â”€â”€ Tek kart: cam / koyu yüzey — bölümle uyumlu â”€â”€ */
.og-workshops__card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgb(255 255 255 / 0.14);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.1) 0%, rgb(255 255 255 / 0.04) 100%);
  color: #f1f5f9;
  box-shadow:
    0 16px 40px rgb(0 0 0 / 0.28),
    inset 0 1px 0 rgb(255 255 255 / 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 0.32s var(--og-ease),
    box-shadow 0.32s var(--og-ease),
    border-color 0.32s var(--og-ease);
  will-change: transform;
}

.og-workshops__card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 180, 106, 0.35);
  box-shadow:
    0 24px 56px rgb(0 0 0 / 0.35),
    inset 0 1px 0 rgb(255 255 255 / 0.16);
}

/* â”€â”€ Renk bloÄŸu (media) â€” Ã¼st kÄ±sÄ±m â”€â”€ */
.og-workshops__media {
  position: relative;
  height: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1rem 1.1rem;
  overflow: hidden;
  background: linear-gradient(145deg, #121925, #24324a);
  color: #fff;
}

/* Her kart farklÄ± renk */
.og-workshops__carousel .card-carousel__slide:nth-child(2) .og-workshops__media:not(.og-workshops__media--poster),
.og-workshops__card:nth-child(2) .og-workshops__media { background: linear-gradient(145deg, #121925, #059669); }
.og-workshops__carousel .card-carousel__slide:nth-child(3) .og-workshops__media:not(.og-workshops__media--poster),
.og-workshops__card:nth-child(3) .og-workshops__media { background: linear-gradient(145deg, #7c2d12, #ea580c); }
.og-workshops__carousel .card-carousel__slide:nth-child(4) .og-workshops__media:not(.og-workshops__media--poster),
.og-workshops__card:nth-child(4) .og-workshops__media { background: linear-gradient(145deg, #4c1d95, #1e3a8a); }

/* Varsa afiş — orta yol: eni doldur, az kırp, fazla uzatma */
.og-workshops__media--poster {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  max-height: 200px;
  min-height: 0;
  padding: 0;
  background: rgb(15 23 34 / 0.55);
  overflow: hidden;
}

.og-workshops__media--poster::after {
  display: none;
}

.og-workshops__media--poster img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  mix-blend-mode: normal;
}

/* Alt fade — sadece afişsiz renk bloğunda */
.og-workshops__media:not(.og-workshops__media--poster)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 55%, rgb(0 0 0 / 0.28) 100%);
  pointer-events: none;
}

/* Ä°kon â€” ortada bÃ¼yÃ¼k, arka planda â”€â”€ */
.og-workshops__media > i {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -60%);
  font-size: 3rem;
  opacity: 0.18;
  pointer-events: none;
}

/* Numara â€” sol alt â”€â”€ */
.og-workshops__index {
  position: relative;
  z-index: 2;
  font-family: var(--og-font-display);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(255 255 255 / 0.9);
  letter-spacing: -0.04em;
  /* Ä°nce alt Ã§izgi aksan */
  padding-bottom: 0.1rem;
  border-bottom: 3px solid rgb(255 255 255 / 0.35);
}

/* â”€â”€ Ä°Ã§erik gÃ¶vdesi â”€â”€ */
.og-workshops__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.05rem 1.05rem 1.05rem;
  background: transparent;
}

.og-workshops__card-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

/* Kategori / kontenjan badge */
.og-workshops__seats {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.25rem 0.62rem;
  border-radius: 999px;
  background: rgba(159, 18, 57, 0.22);
  color: #e8b4ae;
  border: 1px solid rgba(159, 18, 57, 0.35);
}
.og-workshops__seats--open {
  background: rgba(212, 180, 106, 0.12);
  color: #34d399;
  border-color: rgba(212, 180, 106, 0.35);
}

/* BaÅŸlÄ±k */
.og-workshops__card h3 {
  font-size: 0.97rem;
  font-weight: 800;
  line-height: 1.32;
  color: #f8f5ef;
  margin: 0 0 0.5rem;
  letter-spacing: -0.01em;
}

/* AÃ§Ä±klama */
.og-workshops__desc {
  display: -webkit-box;
  margin: 0 0 0.75rem;
  overflow: hidden;
  color: rgb(244 241 234 / 0.62);
  font-size: 0.8rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* EÄŸitmen â€” alt Ã§izginin Ã¼stÃ¼nde â”€â”€ */
.og-workshops__instructor {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgb(255 255 255 / 0.12);
  font-size: 0.76rem;
  font-weight: 600;
  color: rgb(244 241 234 / 0.7);
}
.og-workshops__instructor i {
  color: #34d399;
  opacity: 0.9;
  font-size: 0.72rem;
}

/* Detay linki */
.og-workshops__link {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  margin-top: 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #34d399;
  text-decoration: none;
  transition: gap 0.2s var(--og-ease), color 0.2s;
}
.og-workshops__link:hover { gap: 0.58rem; color: #e8b4ae; }

.og-workshops__foot { text-align: center; margin-top: var(--og-space-lg); }

/* Summit atölyeler — cam şerit + beyaz detay kartları (referans) */
/* Sadece bölüm arka planı — kartlar ayrı */
html.site-template-summit .sm-workshops {
  overflow-x: clip;
  background:
    radial-gradient(ellipse 70% 55% at 12% 20%, rgb(37 99 235 / 0.18), transparent 55%),
    radial-gradient(ellipse 55% 50% at 88% 75%, rgb(124 58 237 / 0.16), transparent 55%),
    linear-gradient(165deg, #0e1424 0%, #151d33 42%, #10182a 100%);
}
html.site-template-summit .sm-workshops::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(rgb(255 255 255 / 0.07) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.45;
}
html.site-template-summit .sm-workshops .og-workshops__layout {
  gap: clamp(1.5rem, 3vw, 2.25rem);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
/* ── Atölyeler üst şerit (sm-workshops-bar) — kart ızgarası ile aynı genişlik ── */
html.site-template-summit .sm-workshops .sm-workshops-bar.og-workshops__intro,
html.site-template-summit .sm-workshops-bar {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1.25rem 1.6rem !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  min-height: 4.75rem !important;
  margin: 0 !important;
  padding: 1rem 1.75rem 1rem 1.85rem !important;
  border-radius: 8px !important;
  border: 1px solid rgb(200 210 235 / 0.2) !important;
  background: rgb(18 22 36 / 0.78) !important;
  box-shadow:
    0 12px 36px rgb(0 0 0 / 0.3),
    inset 0 1px 0 rgb(255 255 255 / 0.08) !important;
  backdrop-filter: blur(18px) saturate(1.1) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.1) !important;
  overflow: hidden !important;
}
html.site-template-summit .sm-workshops-bar__tag {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0.38rem 0.95rem !important;
  border-radius: 8px !important;
  border: 1px solid rgb(197 160 89 / 0.55) !important;
  background: transparent !important;
  color: #c5a059 !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
}
html.site-template-summit .sm-workshops-bar__title {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fff !important;
  font-family: "Playfair Display", "Source Serif 4", Georgia, serif !important;
  font-size: clamp(1.6rem, 2.3vw, 2rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.015em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
html.site-template-summit .sm-workshops-bar__lead {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 26.5rem !important;
  margin: 0 auto 0 0 !important;
  padding: 0 !important;
  color: rgb(235 240 248 / 0.88) !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  white-space: normal !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}
html.site-template-summit .sm-workshops-bar__all {
  flex-shrink: 0 !important;
  margin: 0 0 0 auto !important;
}
html.site-template-summit .sm-workshops .og-workshops__grid {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: visible;
  align-items: stretch;
}
html.site-template-summit .sm-workshops .og-workshops__carousel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
}
html.site-template-summit .sm-workshops .og-workshops__carousel .card-carousel__nav {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  border: 1px solid rgb(255 255 255 / 0.28);
  background: rgb(18 22 36 / 0.92);
  color: #93c5fd;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.28);
}
html.site-template-summit .sm-workshops .og-workshops__carousel .card-carousel__nav:hover:not(:disabled) {
  border-color: rgb(197 160 89 / 0.55);
  color: #c5a059;
  background: rgb(22 28 44 / 0.98);
}
html.site-template-summit .sm-workshops .og-workshops__carousel .card-carousel__slide {
  min-width: 0;
  height: auto;
}
html.site-template-summit .sm-workshops .og-workshops__carousel .card-carousel__slide > .og-workshops__card {
  width: 100%;
  height: 100%;
  flex: none;
  max-width: none;
  margin: 0;
}
html.site-template-summit .sm-workshops .og-workshops__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  background: #fff;
  border: 0;
  border-radius: 20px;
  color: #0f172a;
  box-shadow: 0 18px 40px rgb(0 0 0 / 0.3);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: hidden;
}
html.site-template-summit .sm-workshops .og-workshops__card:hover {
  border-color: transparent;
  box-shadow: 0 26px 56px rgb(0 0 0 / 0.38);
}
html.site-template-summit .sm-workshops .og-workshops__media,
html.site-template-summit .sm-workshops .og-workshops__media--poster {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 170px;
  max-height: none;
  aspect-ratio: 16 / 10;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  flex-shrink: 0;
}
/* Afiş soluk + renk katmanı */
html.site-template-summit .sm-workshops .og-workshops__media img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  filter: grayscale(0.15) saturate(0.85);
}
html.site-template-summit .sm-workshops .og-workshops__media::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
html.site-template-summit .sm-workshops .og-workshops__media::after,
html.site-template-summit .sm-workshops .og-workshops__media--poster::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: auto 0 0 0;
  height: 52%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgb(0 0 0 / 0.42) 100%) !important;
}
/* Carousel’da kart slide içinde — renkleri slide sırasına bağla (4’lü döngü) */
html.site-template-summit .sm-workshops .card-carousel__slide:nth-child(4n + 1) .og-workshops__media,
html.site-template-summit .sm-workshops .card-carousel__slide:nth-child(4n + 1) .og-workshops__media::before,
html.site-template-summit .sm-workshops .og-workshops__grid > .og-workshops__card:nth-child(4n + 1) .og-workshops__media,
html.site-template-summit .sm-workshops .og-workshops__grid > .og-workshops__card:nth-child(4n + 1) .og-workshops__media::before {
  background: linear-gradient(145deg, #1d4ed8 0%, #0ea5e9 100%);
}
html.site-template-summit .sm-workshops .card-carousel__slide:nth-child(4n + 2) .og-workshops__media,
html.site-template-summit .sm-workshops .card-carousel__slide:nth-child(4n + 2) .og-workshops__media::before,
html.site-template-summit .sm-workshops .og-workshops__grid > .og-workshops__card:nth-child(4n + 2) .og-workshops__media,
html.site-template-summit .sm-workshops .og-workshops__grid > .og-workshops__card:nth-child(4n + 2) .og-workshops__media::before {
  background: linear-gradient(145deg, #15803d 0%, #22c55e 100%);
}
html.site-template-summit .sm-workshops .card-carousel__slide:nth-child(4n + 3) .og-workshops__media,
html.site-template-summit .sm-workshops .card-carousel__slide:nth-child(4n + 3) .og-workshops__media::before,
html.site-template-summit .sm-workshops .og-workshops__grid > .og-workshops__card:nth-child(4n + 3) .og-workshops__media,
html.site-template-summit .sm-workshops .og-workshops__grid > .og-workshops__card:nth-child(4n + 3) .og-workshops__media::before {
  background: linear-gradient(145deg, #c2410c 0%, #f97316 100%);
}
html.site-template-summit .sm-workshops .card-carousel__slide:nth-child(4n + 4) .og-workshops__media,
html.site-template-summit .sm-workshops .card-carousel__slide:nth-child(4n + 4) .og-workshops__media::before,
html.site-template-summit .sm-workshops .og-workshops__grid > .og-workshops__card:nth-child(4n + 4) .og-workshops__media,
html.site-template-summit .sm-workshops .og-workshops__grid > .og-workshops__card:nth-child(4n + 4) .og-workshops__media::before {
  background: linear-gradient(145deg, #6d28d9 0%, #a855f7 100%);
}
html.site-template-summit .sm-workshops .og-workshops__media::before {
  opacity: 0.72;
  mix-blend-mode: multiply;
}
/* Numara: Didot/Bodoni tarzı (Abril Fatface) + ince alt çizgi */
html.site-template-summit .sm-workshops .og-workshops__index {
  position: absolute !important;
  left: 0.85rem !important;
  right: auto !important;
  top: auto !important;
  bottom: 0.75rem !important;
  z-index: 3 !important;
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 0.2rem !important;
  border: 0 !important;
  border-bottom: 2.5px solid rgb(255 255 255 / 0.95) !important;
  color: #fff !important;
  font-family: "Abril Fatface", "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: clamp(2.55rem, 3.7vw, 3.35rem) !important;
  font-weight: 400 !important; /* Fatface tek weight */
  font-style: normal !important;
  letter-spacing: 0.01em;
  line-height: 0.9 !important;
  opacity: 1;
  text-shadow: 0 3px 14px rgb(0 0 0 / 0.25);
  -webkit-text-stroke: 0;
  pointer-events: none;
  transform: none !important;
}
html.site-template-summit .sm-workshops .og-workshops__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding: 1rem 1rem 1rem;
  background: #fff;
  box-sizing: border-box;
  border-top: 0;
}
html.site-template-summit .sm-workshops .og-workshops__card-top {
  margin-bottom: 0.5rem;
}
html.site-template-summit .sm-workshops .og-workshops__seats,
html.site-template-summit .sm-workshops .og-workshops__seats--open {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
html.site-template-summit .sm-workshops .og-workshops__card h3 {
  display: block;
  margin: 0 0 0.45rem;
  overflow: hidden;
  color: #0f172a;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html.site-template-summit .sm-workshops .og-workshops__instructor {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.65rem;
  padding: 0;
  border: 0;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.site-template-summit .sm-workshops .og-workshops__instructor i {
  color: #94a3b8;
  font-size: 0.7rem;
  flex-shrink: 0;
}
html.site-template-summit .sm-workshops .og-workshops__meta {
  list-style: none;
  margin: 0 0 0.9rem;
  padding: 0;
  display: grid;
  gap: 0.32rem;
}
html.site-template-summit .sm-workshops .og-workshops__meta li {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  min-width: 0;
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.3;
}
html.site-template-summit .sm-workshops .og-workshops__meta li i {
  width: 0.85rem;
  flex-shrink: 0;
  color: #94a3b8;
  font-size: 0.7rem;
  text-align: center;
}
html.site-template-summit .sm-workshops .og-workshops__meta li span {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html.site-template-summit .sm-workshops .og-workshops__meta--capacity {
  color: #0f766e;
  font-weight: 650;
}
html.site-template-summit .sm-workshops .og-workshops__meta--capacity i {
  color: #0d9488;
}
html.site-template-summit .sm-workshops .og-workshops__meta--almost {
  color: #b45309;
}
html.site-template-summit .sm-workshops .og-workshops__meta--almost i {
  color: #d97706;
}
html.site-template-summit .sm-workshops .og-workshops__meta--full {
  color: #b91c1c;
}
html.site-template-summit .sm-workshops .og-workshops__meta--full i {
  color: #dc2626;
}
/* og-workshops__btn — ortak Summit link CTA (yukarıda) */
html.site-template-summit .sm-workshops .og-workshops__link {
  display: none;
}
@media (max-width: 1000px) {
  html.site-template-summit .sm-workshops .sm-workshops-bar.og-workshops__intro,
  html.site-template-summit .sm-workshops-bar {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0.75rem !important;
    min-height: 0 !important;
    padding: 1.1rem 1.15rem !important;
    overflow: visible !important;
  }
  html.site-template-summit .sm-workshops-bar__tag {
    align-self: flex-start !important;
    order: 1 !important;
  }
  html.site-template-summit .sm-workshops-bar__title {
    order: 2 !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(1.35rem, 6vw, 1.75rem) !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }
  html.site-template-summit .sm-workshops-bar__lead {
    order: 3 !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  html.site-template-summit .sm-workshops-bar__all {
    order: 4 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }
  html.site-template-summit .sm-workshops .og-workshops__layout,
  html.site-template-summit .sm-workshops .og-workshops__carousel,
  html.site-template-summit .sm-workshops .og-workshops__card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   15. CTA BANNER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-cta {
  padding: var(--og-section-py) 0;
  background: #f6f3ee;
}

.og-cta__inner {
  position: relative;
  text-align: center;
  padding: clamp(3rem, 6vw, 4.5rem) 2rem;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 80% at 100% 0%, rgba(159, 18, 57, 0.28), transparent 55%),
    linear-gradient(135deg, #162032 0%, #1c2a40 48%, #1e3a8a 130%);
  color: #fff;
}

.og-cta__glow {
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: rgba(212, 180, 106, 0.16);
  top: -55%; right: -8%;
  filter: blur(42px);
  pointer-events: none;
}

.og-cta__title {
  position: relative;
  font-family: "Source Serif 4", var(--og-font-display), Georgia, serif;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  margin: 0 0 0.75rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}

html.site-template-summit .pd-cta__eyebrow {
  position: relative;
  display: inline-flex;
  margin: 0 0 0.65rem;
  padding: 0.32rem 0.7rem;
  border: 1px solid rgba(212, 180, 106, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #34d399;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.site-template-summit .pd-cta__text {
  max-width: 32rem;
}

.og-cta__text {
  position: relative;
  font-size: 1.0625rem;
  opacity: 0.9;
  max-width: 540px;
  margin: 0 auto var(--og-space-md);
  line-height: 1.68;
}
.og-cta__actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}
.og-cta .og-btn--white { color: #162032; }

/* Summit CTA — yeşil→mavi gradient, daha alçak */
html.site-template-summit .sm-cta {
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
  background: #f4f6f8;
}
html.site-template-summit .sm-cta .sm-cta__inner.og-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(1.5rem, 3vw, 2.1rem) clamp(1.25rem, 3vw, 2.25rem);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(105deg, #54967a 0%, #4f8f8a 35%, #4a70c5 100%);
  color: #fff;
  box-shadow: 0 14px 32px rgb(37 70 120 / 0.16);
}
html.site-template-summit .sm-cta .og-cta__glow {
  display: none !important;
}
html.site-template-summit .sm-cta .sm-cta__title {
  max-width: 28rem;
  margin: 0 auto 0.45rem;
  color: #fff !important;
  font-family: "Playfair Display", "Source Serif 4", Georgia, serif !important;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
html.site-template-summit .sm-cta .sm-cta__text {
  max-width: 32rem;
  margin: 0 auto 1rem;
  color: rgb(255 255 255 / 0.95);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.45;
  opacity: 1;
}
html.site-template-summit .sm-cta .sm-cta__actions {
  gap: 0.7rem;
}
html.site-template-summit .sm-cta .sm-cta__btn {
  min-height: 2.45rem;
  padding: 0.55rem 1.2rem;
  border-radius: 8px !important;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}
html.site-template-summit .sm-cta .sm-cta__btn--primary,
html.site-template-summit .sm-cta .og-btn--white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #3d5f5a !important;
  box-shadow: 0 6px 16px rgb(0 0 0 / 0.1);
}
html.site-template-summit .sm-cta .sm-cta__btn--primary:hover,
html.site-template-summit .sm-cta .og-btn--white:hover {
  background: #f8fafc !important;
  color: #2f4a47 !important;
  transform: translateY(-1px);
}
html.site-template-summit .sm-cta .sm-cta__btn--ghost,
html.site-template-summit .sm-cta .og-btn--outline-light {
  background: transparent !important;
  border: 1.5px solid rgb(255 255 255 / 0.9) !important;
  color: #fff !important;
  box-shadow: none;
}
html.site-template-summit .sm-cta .sm-cta__btn--ghost:hover,
html.site-template-summit .sm-cta .og-btn--outline-light:hover {
  background: rgb(255 255 255 / 0.12) !important;
  border-color: #fff !important;
  color: #fff !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   16. FOOTER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-footer {
  position: relative;
  color: #cbd5e1;
  overflow-x: clip;
  overflow-y: visible;
  max-width: 100%;
  margin-top: 0;
  background:
    linear-gradient(135deg, #08111f 0%, #16234d 48%, #162032 100%);
}

.og-footer__accent {
  height: 5px;
  background: linear-gradient(90deg, var(--og-coral), var(--og-sun), var(--og-green-light), var(--og-blue-light));
}

.og-footer__bg {
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background: linear-gradient(165deg, #0f172a 0%, #121925 42%, #0f172a 100%);
  pointer-events: none;
}

.og-footer__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image: radial-gradient(rgb(255 255 255 / 0.065) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.og-footer__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.og-footer__glow--blue  { width: 420px; height: 420px; top: -120px; right: 5%;   background: rgb(37 99 235 / 0.22); }
.og-footer__glow--green { width: 320px; height: 320px; bottom: -80px; left: 8%; background: rgb(5 150 105 / 0.18); }

.og-footer__main {
  position: relative;
  z-index: 1;
  padding: clamp(3rem, 6vw, 5.2rem) 0 3rem;
}

/* Brand card — logo | countdown | CTA */
.og-footer__brand-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.2rem;
  padding: 1.35rem;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 24px;
  background: rgb(255 255 255 / 0.08);
  box-shadow: 0 24px 72px rgb(0 0 0 / 0.24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
@media (min-width: 900px) {
  .og-footer__brand-card {
    grid-template-columns: minmax(0, 1.2fr) auto minmax(0, 1fr);
  }
}

.og-footer__brand-link {
  display: inline-flex; align-items: center; gap: 0.9rem;
  color: #fff; text-decoration: none;
}

.og-footer__mark {
  display: grid;
  width: 58px; height: 58px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--og-coral), var(--og-sun));
  color: #101827;
  font-weight: 950;
}

.og-footer__brand-text strong {
  display: block;
  color: #fff;
  font-family: var(--og-font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.12;
}
.og-footer__brand-text small,
.og-footer__tagline { color: rgb(255 255 255 / 0.72); }
.og-footer__tagline  { max-width: 720px; margin: 0.9rem 0 0; line-height: 1.65; }

.og-footer__chips {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.55rem;
  margin-top: 1rem;
}
.og-footer__chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.48rem 0.78rem;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.08);
  color: rgb(255 255 255 / 0.84);
  font-size: 0.82rem; font-weight: 700;
}

.og-footer__brand-side,
.og-footer__actions,
.og-footer__social { display: flex; align-items: center; gap: 0.7rem; }
.og-footer__brand-side { flex-direction: column; align-items: flex-end; }

/* Nav grid */
.og-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 2.5rem 2rem;
}

.og-footer__nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
  background: transparent;
}

.og-footer__nav-gap {
  display: block;
  height: 1.5rem;
}

.og-footer__panel {
  padding: 1.15rem 1.25rem 1.2rem;
  border: 1px solid rgb(255 255 255 / 0.07);
  border-radius: 16px;
  background: linear-gradient(180deg, rgb(255 255 255 / 0.05) 0%, rgb(255 255 255 / 0.025) 100%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.04);
  height: auto;
}

.og-footer__panel-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
}
.og-footer__panel-icon {
  display: grid;
  width: 2rem; height: 2rem;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(37 99 235 / 0.32), rgb(5 150 105 / 0.24));
  color: #bfdbfe;
}

.og-footer__heading {
  margin: 0;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.og-footer__links,
.og-footer__contact {
  display: grid; gap: 0.45rem;
  margin: 0; padding: 0; list-style: none;
}

.og-footer__link,
.og-footer__contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.62rem 0.7rem;
  border-radius: 12px;
  color: rgb(255 255 255 / 0.78);
  font-size: 0.875rem; font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.og-footer__link:hover,
a.og-footer__contact-item:hover { background: rgb(255 255 255 / 0.1); color: #fff; }
.og-footer__link i {
  font-size: 0.75rem; opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s, transform 0.2s;
  color: #34d399;
}
.og-footer__link:hover i { opacity: 1; transform: translateX(0); }

.og-footer__contact-item { justify-content: flex-start; }
.og-footer__contact-icon {
  display: grid; flex: 0 0 auto;
  width: 34px; height: 34px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(105deg, #1e3a8a 0%, #1d4ed8 55%, #2563eb 100%);
  color: #fff;
}
.og-footer__contact-body small {
  display: block; color: rgb(255 255 255 / 0.54);
  font-size: 0.72rem;
}
.og-footer__contact-body strong {
  display: block; color: rgb(255 255 255 / 0.86);
  font-size: 0.86rem; line-height: 1.35;
}

/* Legacy footer elements (compat) */
.og-footer__logo-link   { display: inline-block; margin-bottom: 1rem; }
.og-footer__logo {
  display: block;
  height: clamp(2.5rem, 5vw, 3.25rem);
  width: auto; max-width: 220px;
  object-fit: contain; object-position: left center;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}
.og-footer__logo--native { filter: none; opacity: 1; }

.og-footer__meta {
  list-style: none; margin: 0 0 1.25rem; padding: 0;
  display: flex; flex-direction: column; gap: 0.45rem;
  font-size: 0.8125rem; color: #94a3b8;
}
.og-footer__meta li { display: flex; align-items: flex-start; gap: 0.5rem; }
.og-footer__meta i  { color: #34d399; margin-top: 0.15rem; }

.og-footer__social { flex-wrap: wrap; }
.og-footer__social-link {
  display: flex; align-items: center; justify-content: center;
  width: 2.35rem; height: 2.35rem;
  border-radius: 10px;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.12);
  color: #e2e8f0; text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.22s, border-color 0.2s;
}
.og-footer__social-link:hover {
  background: rgb(22 32 50 / 0.38);
  border-color: rgb(147 197 253 / 0.45);
  color: #fff; transform: translateY(-2px);
}

.og-footer__btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.55rem 1.1rem;
  border-radius: 8px;
  font-size: 0.8125rem; font-weight: 600;
  text-decoration: none;
  transition: transform 0.22s var(--og-ease), box-shadow 0.22s, background 0.2s;
}
.og-footer__btn--primary {
  background: linear-gradient(105deg, #15803d 0%, #16a34a 45%, #4ade80 100%);
  color: #fff;
  box-shadow:
    0 6px 22px rgb(22 163 74 / 0.38),
    0 0 24px rgb(74 222 128 / 0.24);
}
.og-footer__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 10px 30px rgb(22 163 74 / 0.46),
    0 0 30px rgb(74 222 128 / 0.3);
}
.og-footer__btn--ghost {
  color: #fff;
  border: 1px solid rgb(255 255 255 / 0.28);
  background: rgb(255 255 255 / 0.06);
}
.og-footer__btn--ghost:hover { background: rgb(255 255 255 / 0.12); border-color: rgb(191 219 254 / 0.5); }

/* Sponsor band */
.og-footer__sponsors {
  border-top: 1px solid rgb(255 255 255 / 0.1);
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
  background: rgb(255 255 255 / 0.05);
}

/* Bottom bar */
.og-footer__bottom {
  position: relative; z-index: 1;
  padding: 1.15rem 0;
  background: rgb(0 0 0 / 0.2);
  border-top: 1px solid rgb(255 255 255 / 0.08);
}
.og-footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.og-footer__copy,
.og-footer__credit { color: rgb(255 255 255 / 0.72); }
.og-footer__copy   { margin: 0; font-size: 0.8125rem; }
/* .og-footer__credit — footer.css */

/* Sponsor band (global override) */
html.site-preset-showcase .og-footer + .sponsor-band,
html.site-preset-showcase .og-footer .sponsor-band,
html.site-preset-showcase .og-footer ~ .sponsor-band,
html.site-preset-showcase .sponsor-band {
  position: relative; z-index: 1;
  border-top: 1px solid rgb(255 255 255 / 0.06);
  background: linear-gradient(180deg, #0b1220 0%, #020617 100%);
}
html.site-preset-showcase .sponsor-band__eyebrow {
  color: #34d399;
  background: rgb(22 32 50 / 0.12);
  border-color: rgb(22 32 50 / 0.25);
}
html.site-preset-showcase .sponsor-band__title {
  font-family: var(--og-font-display, 'Fraunces', Georgia, serif);
  color: #f8fafc;
}
html.site-preset-showcase .sponsor-marquee__link,
html.site-preset-showcase .sponsor-marquee__link--static {
  background: rgb(255 255 255 / 0.04);
  border-color: rgb(255 255 255 / 0.1);
}
html.site-preset-showcase .sponsor-marquee__link:hover {
  background: rgb(255 255 255 / 0.08);
  border-color: rgb(147 197 253 / 0.35);
}
html.site-preset-showcase .sponsor-marquee__fallback { color: #94a3b8; }

/* ── symposium iş ortakları (footer) — kompakt yükseklik ── */
html.site-template-summit .pd-partners.sponsor-band,
html.site-template-summit .og-footer__sponsors .sponsor-band,
html.site-template-summit .sponsor-band {
  padding: 0.85rem 0 0.8rem !important;
  background: #121925 !important;
  border-top: 1px solid rgba(244, 241, 234, 0.08);
}

html.site-template-summit .pd-partners.sponsor-band::before,
html.site-template-summit .pd-partners.sponsor-band::after,
html.site-template-summit .sponsor-band::before,
html.site-template-summit .sponsor-band::after {
  content: none !important;
  display: none !important;
}

html.site-template-summit .sponsor-band__inner,
html.site-template-summit .sponsor-band__inner--premium {
  gap: 0.75rem !important;
  align-items: start !important;
}

html.site-template-summit .sponsor-band__header,
html.site-template-summit .sponsor-band__header--premium {
  text-align: left !important;
  max-width: none !important;
  margin: 0 !important;
  margin-inline: 0 !important;
  align-self: start !important;
}

html.site-template-summit .sponsor-band__eyebrow {
  color: #34d399;
  background: rgba(212, 180, 106, 0.1);
  border-color: rgba(212, 180, 106, 0.28);
  margin-bottom: 0.35rem !important;
  margin-left: 0 !important;
  padding: 0.22rem 0.6rem !important;
  font-size: 0.58rem !important;
}

html.site-template-summit .sponsor-band__title {
  font-family: "Source Serif 4", Georgia, serif;
  color: #f8f5ef;
  font-size: clamp(1.1rem, 2vw, 1.3rem) !important;
  margin: 0 0 0.2rem !important;
  text-align: left !important;
}

html.site-template-summit .sponsor-band__lead {
  color: rgba(244, 241, 234, 0.62);
  font-size: 0.8125rem !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

html.site-template-summit .sponsor-marquee__viewport {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

html.site-template-summit .sponsor-marquee__link,
html.site-template-summit .sponsor-marquee__link--static {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  width: 10.5rem !important;
  height: 3.5rem !important;
  padding: 0.45rem 0.85rem !important;
}

html.site-template-summit .sponsor-marquee__link:hover,
html.site-template-summit .sponsor-marquee__link:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(212, 180, 106, 0.4);
}

html.site-template-summit .sponsor-marquee__fallback {
  color: rgba(244, 241, 234, 0.55);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   17. AUTH & INNER PAGE OVERRIDES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
html.site-preset-showcase .auth-register {
  flex: 1;
  padding: 2.5rem 0 4rem;
  background: linear-gradient(180deg, #f8fafc 0%, #eff6ff 100%);
}
html.site-preset-showcase .auth-register__title { font-family: var(--og-font-display); color: var(--og-text); }
html.site-preset-showcase .auth-register__card  { border-radius: var(--og-radius); border-color: var(--og-border); box-shadow: var(--og-shadow-lg); }
html.site-preset-showcase .auth-register__input:focus {
  border-color: var(--og-blue);
  box-shadow: 0 0 0 3px rgb(22 32 50 / 0.12);
}
html.site-preset-showcase .auth-register__submit {
  background: linear-gradient(135deg, var(--og-blue), var(--og-green));
  border: none; border-radius: 12px;
  box-shadow: 0 8px 24px rgb(22 32 50 / 0.25);
}
html.site-preset-showcase .auth-register__submit:hover { filter: brightness(1.05); box-shadow: 0 12px 32px rgb(37 99 235 / 0.32); }
html.site-preset-showcase .auth-register__footer a { color: var(--og-blue) !important; }

html.site-preset-showcase .auth-modal__dialog  { border-radius: var(--og-radius); overflow: hidden; }
html.site-preset-showcase .auth-modal__aside   { background: linear-gradient(160deg, #121925, #24324a); }
html.site-preset-showcase .auth-modal__submit,
html.site-preset-showcase .auth-modal__btn--primary {
  background: linear-gradient(135deg, var(--og-blue), var(--og-green)) !important;
}

html.site-preset-showcase .site-page            { padding-top: 1rem; }
html.site-preset-showcase .site-page__title     { font-family: var(--og-font-display); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   18. SCROLL REVEAL
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
[data-og-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.65s var(--og-ease),
    transform 0.65s var(--og-ease);
  transition-delay: var(--og-delay, 0s);
  will-change: opacity, transform;
}

[data-og-reveal="fade-up"]   { transform: translateY(32px); }
[data-og-reveal="fade-down"] { transform: translateY(-24px); }
[data-og-reveal="fade-left"] { transform: translateX(32px); }
[data-og-reveal="fade-right"]{ transform: translateX(-32px); }
[data-og-reveal="zoom-in"]   { transform: scale(0.92); }

[data-og-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* Stagger helpers */
[data-og-delay="1"] { --og-delay: 0.08s; }
[data-og-delay="2"] { --og-delay: 0.16s; }
[data-og-delay="3"] { --og-delay: 0.24s; }
[data-og-delay="4"] { --og-delay: 0.32s; }
[data-og-delay="5"] { --og-delay: 0.40s; }
[data-og-delay="6"] { --og-delay: 0.48s; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   19. RESPONSIVE BREAKPOINTS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ lg: â‰¤ 1180px â”€â”€ */
@media (max-width: 1180px) {
  .og-workshops__intro { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
  .og-workshops__grid  { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* â”€â”€ md-xl: â‰¤ 1100px â”€â”€ */
@media (max-width: 1100px) {
  .og-showcase__rail,
  .og-workshops__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .og-panel-grid      { grid-template-columns: 1fr; }
}

/* â”€â”€ md: â‰¤ 960px â”€â”€ */
@media (max-width: 960px) {
  .og-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .og-hero__inner--full {
    grid-template-columns: 1fr;
    text-align: left;
    max-width: 100%;
    padding-left: 1.25rem;
  }
  .og-hero__content--wide { max-width: 100%; }
  .og-hero__visual {
    display: block;
    max-width: 560px;
    width: 100%;
    height: 390px;
    margin: 0 auto;
  }
  .og-hero__content { text-align: center; }
  .og-hero__content--wide { text-align: left; }
  .og-hero__desc,
  .og-hero__actions,
  .og-hero__meta { margin-left: auto; margin-right: auto; }
  .og-hero__actions,
  .og-hero__meta { justify-content: center; }
  .og-hero__content--wide .og-hero__actions,
  .og-hero__content--wide .og-hero__meta { justify-content: flex-start; margin-left: 0; }

  .og-about__grid { grid-template-columns: 1fr; }

  .og-steps__track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .og-steps__line  { display: none; }
  .og-steps__card  { min-height: 250px; }
}

/* â”€â”€ tablet: â‰¤ 900px â”€â”€ */
@media (max-width: 900px) {
  .og-bento__grid          { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; }
  .og-news__grid           { grid-template-columns: 1fr; }
  .og-workshops__card      { grid-template-columns: 1fr; }
  .og-workshops__media     { height: 180px; min-height: 180px; }
  .og-workshops__media--poster {
    height: auto;
    min-height: 0;
    max-height: 190px;
  }

  .og-footer__brand-card,
  .og-footer__nav-grid,
  .og-footer__bottom-inner { grid-template-columns: 1fr; }
  .og-footer__brand-card,
  .og-footer__bottom-inner { display: grid; }
  .og-footer__brand-side   { align-items: flex-start; }

  .og-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .og-footer__brand { grid-column: 1 / -1; }
}

/* â”€â”€ sm: â‰¤ 720px â”€â”€ */
@media (max-width: 720px) {
  .og-showcase__head,
  .og-dates__head {
    align-items: flex-start;
    flex-direction: column;
  }
  .og-showcase__all    { width: 100%; justify-content: center; }
  .og-dates__shell     { padding: 1rem; }
  .og-dates__list      { grid-template-columns: repeat(6, minmax(180px, 76vw)); }
  .og-news__grid,
  .og-showcase__rail,
  .og-workshops__grid  { grid-template-columns: 1fr; }
  .og-panel-card       { grid-template-columns: 1fr; }
  .og-panel-card__media{ min-height: 160px; }
}

/* â”€â”€ xs: â‰¤ 640px â”€â”€ */
@media (max-width: 640px) {
  .og-hero {
    min-height: auto;
    padding-top: 2rem;
  }
  .og-hero__title          { font-size: clamp(2.4rem, 14vw, 3.6rem); }
  .og-hero__actions .og-btn{ width: 100%; }
  .og-hero__visual         { height: 340px; }
  .og-hero__stage          { inset: 0.4rem; border-radius: 22px; }
  .og-hero__stage-top      { flex-direction: column; align-items: flex-start; }
  .og-hero__stage-top strong { max-width: 100%; }
  .og-hero__speaker-card   { left: 1rem; right: 1rem; bottom: 3.4rem; }
  .og-hero__agenda         { left: 1rem; right: 1rem; bottom: 7.7rem; }
  .og-hero__card--float    { display: none; }

  .og-bento__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(150px, auto);
  }
  .og-bento__tile--wide,
  .og-bento__tile--tall { grid-column: auto; grid-row: auto; }

  .og-steps__track { grid-template-columns: 1fr; }
  .og-steps__card  { min-height: 0; }

  .og-countdown { gap: 0.2rem; }
  .og-countdown__unit   { min-width: 52px; }
  .og-countdown__num-wrap { width: 52px; height: 58px; }
  .og-countdown__num    { font-size: 1.75rem; }

  .og-footer__grid         { grid-template-columns: 1fr; }
  .og-footer__actions,
  .og-footer__brand-side   { width: 100%; }
  .og-footer__actions      { flex-direction: column; align-items: stretch; }
}

/* â”€â”€ 560px: workshops â”€â”€ */
@media (max-width: 560px) {
  .og-workshops__layout { gap: 1rem; }
  .og-workshops__grid   { grid-template-columns: 1fr; }
  .og-workshops__media  { height: 130px; }
  .og-workshops__media--poster {
    height: auto;
    max-height: 180px;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   20. REDUCED MOTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (prefers-reduced-motion: reduce) {
  [data-og-reveal],
  .og-hero__blob,
  .og-hero__card--float,
  .og-hero__ring,
  .og-hero__content[data-og-animate],
  .og-countdown__num-wrap.is-flipping .og-countdown__num {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}


/* ═══════════════════════════════════════════
   Summit campus hero (full-bleed photo + left copy)
   ═══════════════════════════════════════════ */
html.site-template-summit .og-hero { display: none !important; }

html.site-template-summit .sm-hero {
  --sm-ink: #ffffff;
  --sm-muted: rgba(255, 255, 255, 0.88);
  --sm-green: #1d4ed8;
  --sm-green-deep: #1e40af;
  --sm-gold: #93c5fd;
  --sm-navy: #0f2744;
  --sm-hero-h: clamp(36rem, 86vh, 52rem);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: var(--sm-hero-h);
  padding-top: calc(var(--og-hh, 88px) + 2.5rem);
  padding-bottom: 5.5rem;
  color: var(--sm-ink);
  background: #0c1f36;
  box-sizing: border-box;
  font-family: "DM Sans", Inter, system-ui, sans-serif;
}

/* Alt geçiş — kongre rehberi kartlarındaki yumuşak dalga */
html.site-template-summit .sm-hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 4;
  line-height: 0;
  pointer-events: none;
}
html.site-template-summit .sm-hero__wave svg {
  display: block;
  width: 100%;
  height: clamp(64px, 9vw, 110px);
}
html.site-template-summit .sm-hero__wave-soft {
  fill: rgba(255, 255, 255, 0.42);
}
html.site-template-summit .sm-hero__wave-solid {
  fill: #fff;
}

html.site-template-summit .sm-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

html.site-template-summit .sm-hero__photo {
  position: absolute;
  inset: 0;
}
html.site-template-summit .sm-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  transform: scale(1.02);
}

html.site-template-summit .sm-hero__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10, 28, 48, 0.94) 0%, rgba(10, 28, 48, 0.82) 38%, rgba(10, 28, 48, 0.35) 62%, rgba(10, 28, 48, 0.12) 100%),
    linear-gradient(180deg, rgba(8, 22, 38, 0.35) 0%, transparent 40%, rgba(8, 22, 38, 0.55) 100%);
}

html.site-template-summit .sm-hero:not(.sm-hero--has-photo) .sm-hero__wash {
  background:
    radial-gradient(ellipse 60% 50% at 80% 30%, rgba(37, 99, 235, 0.28), transparent 55%),
    linear-gradient(135deg, #0a1c30 0%, #123352 55%, #0f2744 100%);
}

html.site-template-summit .sm-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 22, 38, 0.25) 0%, transparent 50%);
}

html.site-template-summit .sm-hero__shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: calc(var(--sm-hero-h) - var(--og-hh, 88px) - 3rem);
}

html.site-template-summit .sm-hero__copy {
  width: min(100%, 38rem);
  display: flex;
  flex-direction: column;
  gap: 0;
  animation: sm-hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

html.site-template-summit .sm-hero__title {
  margin: 0;
  display: grid;
  gap: 0.35rem;
}

html.site-template-summit .sm-hero__title-main {
  font-family: "DM Sans", Inter, system-ui, sans-serif;
  font-size: clamp(1.85rem, 4.2vw, 3.15rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
  max-width: 18ch;
}

html.site-template-summit .sm-hero__title-place {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3.4vw, 2.65rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--sm-gold);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}

html.site-template-summit .sm-hero__lead {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 1.15rem 0 0;
  max-width: 32rem;
  color: var(--sm-muted);
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  font-weight: 500;
  line-height: 1.55;
}

html.site-template-summit .sm-hero__lead-bar {
  flex: 0 0 3px;
  width: 3px;
  min-height: 1.4em;
  margin-top: 0.2em;
  border-radius: 999px;
  background: var(--sm-green);
  box-shadow: 0 0 12px rgba(37, 99, 235, 0.45);
}

html.site-template-summit .sm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

html.site-template-summit .sm-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.2rem;
  padding: 0.45rem 1rem;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

html.site-template-summit .sm-hero__btn--solid {
  background: #fff;
  color: var(--sm-navy);
  border: 1px solid #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
html.site-template-summit .sm-hero__btn--solid:hover {
  transform: translateY(-1px);
  background: #f3f7fb;
  color: var(--sm-navy);
}

html.site-template-summit .sm-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
}
html.site-template-summit .sm-hero__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff;
}

html.site-template-summit .sm-hero__facts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.1rem;
  margin: 1.15rem 0 0;
  padding: 0;
}

html.site-template-summit .sm-hero__facts li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
  font-weight: 550;
}
html.site-template-summit .sm-hero__facts i {
  color: #9fe0c2;
  font-size: 0.78rem;
}

html.site-template-summit .sm-hero__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.25rem;
}

html.site-template-summit .sm-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 1.85rem;
  padding: 0.3rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(12, 32, 52, 0.4);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
html.site-template-summit .sm-hero__chip:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  transform: translateY(-1px);
}
html.site-template-summit .sm-hero__chip i {
  font-size: 0.7rem;
  opacity: 0.9;
}

html.site-template-summit .sm-hero__chip--accent {
  background: var(--sm-green);
  border-color: var(--sm-green);
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}
html.site-template-summit .sm-hero__chip--accent:hover {
  background: var(--sm-green-deep);
  border-color: var(--sm-green-deep);
  color: #fff;
}

html.site-template-summit .sm-hero__controls {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

html.site-template-summit .sm-hero__dots {
  display: inline-flex;
  gap: 0.4rem;
}
html.site-template-summit .sm-hero__dot {
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}
html.site-template-summit .sm-hero__dot.is-active {
  width: 1.45rem;
  background: var(--sm-green);
}

html.site-template-summit .sm-hero__arrows {
  display: inline-flex;
  gap: 0.35rem;
}
html.site-template-summit .sm-hero__arrow {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}
html.site-template-summit .sm-hero__arrow:hover {
  background: rgba(255, 255, 255, 0.18);
}

@keyframes sm-hero-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  html.site-template-summit .sm-hero {
    --sm-hero-h: auto;
    min-height: 0;
    padding-top: calc(var(--og-hh, 88px) + 1.75rem);
    padding-bottom: 4rem;
  }
  html.site-template-summit .sm-hero__shell { min-height: 0; }
  html.site-template-summit .sm-hero__title-main { max-width: none; }
  html.site-template-summit .sm-hero__photo img { object-position: center; }
  html.site-template-summit .sm-hero__wash {
    background:
      linear-gradient(180deg, rgba(10, 28, 48, 0.55) 0%, rgba(10, 28, 48, 0.78) 45%, rgba(10, 28, 48, 0.92) 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.site-template-summit .sm-hero__copy { animation: none !important; }
}

/* ── symposium symposium guide ── */
html.site-template-summit .pd-guide {
  --pd-ink: #1c1917;
  --pd-muted: #78716c;
  --pd-line: #e7e5e4;
  --pd-wash: #f7f5f2;
  --pd-accent: #1e3a8a;
  --pd-navy: #1e293b;
  --pd-gold: #0e7490;
  padding: clamp(3.75rem, 7vw, 5.75rem) 0;
  background: var(--pd-wash);
}

html.site-template-summit .pd-guide__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: 1.35rem;
  border-bottom: 1px solid #e7e5e4;
}

html.site-template-summit .pd-guide__head-copy {
  max-width: 38rem;
}

html.site-template-summit .pd-guide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
  color: var(--pd-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

html.site-template-summit .pd-guide__eyebrow-line {
  width: 1.75rem;
  height: 1px;
  background: linear-gradient(90deg, var(--pd-gold), transparent);
}

html.site-template-summit .pd-guide__title {
  margin: 0 0 0.65rem;
  font-family: "Source Serif 4", "Times New Roman", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--pd-ink);
}

html.site-template-summit .pd-guide__lead {
  margin: 0;
  color: var(--pd-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

html.site-template-summit .pd-guide__head-aside {
  display: grid;
  gap: 0.75rem;
  justify-items: end;
}

html.site-template-summit .pd-guide__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: #57534e;
  font-size: 0.86rem;
  font-weight: 600;
}

html.site-template-summit .pd-guide__meta i {
  color: var(--pd-gold);
}

html.site-template-summit .pd-guide__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  border-radius: 3px;
  background: var(--pd-accent);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease;
}

html.site-template-summit .pd-guide__cta:hover {
  background: #881337;
  color: #fff;
  transform: translateY(-1px);
}

html.site-template-summit .pd-guide__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

html.site-template-summit .pd-guide__item {
  border-bottom: 0;
}

html.site-template-summit .pd-guide__link {
  display: grid;
  grid-template-columns: 2.7rem 2.35rem minmax(0, 1fr) auto;
  gap: 0.75rem 0.9rem;
  align-items: center;
  height: 100%;
  padding: 1.05rem 1.1rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(28, 25, 23, 0.03);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

html.site-template-summit .pd-guide__link:hover {
  border-color: rgba(159, 18, 57, 0.32);
  box-shadow: 0 10px 24px rgba(28, 25, 23, 0.06);
  transform: translateY(-1px);
  color: inherit;
}

html.site-template-summit .pd-guide__index {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(161, 98, 7, 0.55);
  line-height: 1;
}

html.site-template-summit .pd-guide__icon {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 3px;
  background: #faf7f5;
  border: 1px solid #ebe4df;
  color: var(--pd-accent);
  font-size: 0.9rem;
}

html.site-template-summit .pd-guide__copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

html.site-template-summit .pd-guide__label {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--pd-navy);
  letter-spacing: -0.01em;
  line-height: 1.25;
}

html.site-template-summit .pd-guide__desc {
  color: var(--pd-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

html.site-template-summit .pd-guide__go {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 3px;
  border: 1px solid #e7e5e4;
  color: #a8a29e;
  font-size: 0.75rem;
  transition: color 0.18s ease, transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

html.site-template-summit .pd-guide__link:hover .pd-guide__go {
  color: #fff;
  background: var(--pd-accent);
  border-color: var(--pd-accent);
  transform: translateX(2px);
}

html.site-template-summit .pd-guide__item--primary .pd-guide__link {
  border-color: rgba(159, 18, 57, 0.22);
  background: linear-gradient(90deg, #fff 0%, #fcf8f7 100%);
}

html.site-template-summit .pd-guide__item--primary .pd-guide__index {
  color: var(--pd-accent);
}

html.site-template-summit .pd-guide__item--primary .pd-guide__go {
  background: var(--pd-accent);
  border-color: var(--pd-accent);
  color: #fff;
}

html.site-template-summit .pd-guide__item--primary .pd-guide__link:hover .pd-guide__go {
  color: #fff;
}

@media (max-width: 860px) {
  html.site-template-summit .pd-guide__list {
    grid-template-columns: 1fr;
  }
  html.site-template-summit .pd-guide__head-aside {
    justify-items: start;
  }
}

@media (max-width: 560px) {
  html.site-template-summit .pd-guide__link {
    grid-template-columns: 2.3rem minmax(0, 1fr) auto;
    gap: 0.65rem 0.75rem;
  }
  html.site-template-summit .pd-guide__icon {
    display: none;
  }
}


/* ── symposium participation flow — showcase steps (Hesaptan kongreye) ── */
html.site-template-summit .pd-path,
html.site-template-summit .pd-flow { display: none !important; }

html.site-template-summit .sm-steps.og-steps {
  display: block !important;
  background: #f8fafc !important;
  padding: 4.5rem 0 5rem !important;
}
html.site-template-summit .sm-steps .og-section-head {
  max-width: 40rem !important;
  margin: 0 auto 2.75rem !important;
  text-align: center !important;
}
html.site-template-summit .sm-steps .og-section-head__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0.4rem 0.95rem !important;
  border-radius: 999px !important;
  border: 1px solid #93c5fd !important;
  background: #eff6ff !important;
  color: #2563eb !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  margin: 0 0 0.95rem !important;
}
html.site-template-summit .sm-steps .og-section-head__title {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.95rem, 3.5vw, 2.6rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  color: #0f172a !important;
  margin: 0 0 0.85rem !important;
}
html.site-template-summit .sm-steps .og-section-head__lead {
  font-family: "DM Sans", system-ui, sans-serif !important;
  color: #64748b !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  max-width: 34rem !important;
  margin: 0 auto !important;
}

/* 5 eşit kart — showcase ile aynı grid; çizgi hücre kaplamasın */
html.site-template-summit .sm-steps .og-steps__track {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
}
html.site-template-summit .sm-steps .og-steps__line {
  position: absolute !important;
  top: 4.35rem !important;
  left: 6% !important;
  right: 6% !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #e2e8f0 !important;
  opacity: 1 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  width: auto !important;
  align-self: start !important;
}
html.site-template-summit .sm-steps .og-steps__item {
  position: relative !important;
  z-index: 1 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
html.site-template-summit .sm-steps .og-steps__item:nth-child(2) { grid-column: 1 !important; }
html.site-template-summit .sm-steps .og-steps__item:nth-child(3) { grid-column: 2 !important; }
html.site-template-summit .sm-steps .og-steps__item:nth-child(4) { grid-column: 3 !important; }
html.site-template-summit .sm-steps .og-steps__item:nth-child(5) { grid-column: 4 !important; }
html.site-template-summit .sm-steps .og-steps__item:nth-child(6) { grid-column: 5 !important; }

html.site-template-summit .sm-steps .og-steps__card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-sizing: border-box !important;
  height: 100% !important;
  min-height: 18.5rem !important;
  padding: 1.35rem 1.05rem 1.15rem !important;
  border: 1px solid #e8eef5 !important;
  border-radius: 1.15rem !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgb(15 23 42 / 0.06) !important;
  text-align: center !important;
  text-decoration: none !important;
  color: inherit !important;
  transform: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
html.site-template-summit .sm-steps .og-steps__card:hover,
html.site-template-summit .sm-steps .og-steps__item:nth-child(3) .og-steps__card {
  border-color: #93c5fd !important;
  box-shadow: 0 16px 36px rgb(37 99 235 / 0.14) !important;
  transform: none !important;
}
html.site-template-summit .sm-steps .og-steps__bubble {
  position: relative !important;
  flex: 0 0 auto !important;
  width: 5.25rem !important;
  height: 5.25rem !important;
  margin: 0 auto 1.1rem !important;
  border-radius: 50% !important;
  background: #eef2f7 !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  transition: none !important;
}
html.site-template-summit .sm-steps .og-steps__card:hover .og-steps__bubble {
  transform: none !important;
  box-shadow: none !important;
}
html.site-template-summit .sm-steps .og-steps__num {
  position: absolute !important;
  top: -0.25rem !important;
  right: -0.25rem !important;
  width: 1.65rem !important;
  height: 1.65rem !important;
  border-radius: 50% !important;
  background: #2563eb !important;
  color: #fff !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 0 0 2px #fff !important;
}
html.site-template-summit .sm-steps .og-steps__icon {
  font-size: 1.65rem !important;
}
html.site-template-summit .sm-steps .og-steps__item:nth-child(2) .og-steps__icon { color: #16a34a !important; }
html.site-template-summit .sm-steps .og-steps__item:nth-child(3) .og-steps__icon { color: #ea580c !important; }
html.site-template-summit .sm-steps .og-steps__item:nth-child(4) .og-steps__icon { color: #7c3aed !important; }
html.site-template-summit .sm-steps .og-steps__item:nth-child(5) .og-steps__icon { color: #0f766e !important; }
html.site-template-summit .sm-steps .og-steps__item:nth-child(6) .og-steps__icon { color: #e11d48 !important; }
html.site-template-summit .sm-steps .og-steps__title {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
  font-size: 1.08rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: #0f172a !important;
  margin: 0 0 0.5rem !important;
}
html.site-template-summit .sm-steps .og-steps__text {
  flex: 1 1 auto !important;
  margin: 0 0 1rem !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.86rem !important;
  line-height: 1.55 !important;
  color: #64748b !important;
}
html.site-template-summit .sm-steps .og-steps__link {
  margin-top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.4rem !important;
  min-width: 5.5rem !important;
  padding: 0.55rem 1.1rem !important;
  border-radius: 999px !important;
  border: 1px solid #bfdbfe !important;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%) !important;
  color: #1d4ed8 !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgb(37 99 235 / 0.12) !important;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, gap 0.2s ease !important;
}
html.site-template-summit .sm-steps .og-steps__link i {
  font-size: 0.75rem !important;
  transition: transform 0.2s ease !important;
}
html.site-template-summit .sm-steps .og-steps__link:hover {
  color: #fff !important;
  border-color: #2563eb !important;
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%) !important;
  box-shadow: 0 8px 18px rgb(37 99 235 / 0.28) !important;
  gap: 0.55rem !important;
  transform: translateY(-1px) !important;
}
html.site-template-summit .sm-steps .og-steps__link:hover i {
  transform: translateX(2px) !important;
}
html.site-template-summit .sm-steps .og-steps__card:hover .og-steps__link {
  color: #fff !important;
  border-color: #2563eb !important;
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%) !important;
  box-shadow: 0 8px 18px rgb(37 99 235 / 0.28) !important;
}

@media (max-width: 1024px) {
  html.site-template-summit .sm-steps .og-steps__track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  html.site-template-summit .sm-steps .og-steps__line { display: none !important; }
  html.site-template-summit .sm-steps .og-steps__item,
  html.site-template-summit .sm-steps .og-steps__item:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
@media (max-width: 640px) {
  /* Mobil: 2’li kart — tek sütun uzun liste olmasın */
  html.site-template-summit .sm-steps .og-steps__track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    gap: 0.65rem !important;
  }
  html.site-template-summit .sm-steps .og-steps__card {
    min-height: 0 !important;
    padding: 1rem 0.7rem 0.85rem !important;
    border-radius: 1rem !important;
  }
  html.site-template-summit .sm-steps .og-steps__bubble {
    width: 3.75rem !important;
    height: 3.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  html.site-template-summit .sm-steps .og-steps__card h3 {
    font-size: 0.88rem !important;
    line-height: 1.25 !important;
  }
  html.site-template-summit .sm-steps .og-steps__card p {
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
  }
  html.site-template-summit .sm-steps .og-steps__link {
    min-height: 2rem !important;
    padding: 0.4rem 0.65rem !important;
    font-size: 0.75rem !important;
  }
}

html.site-template-summit .pd-flow--legacy {
  --pd-ink: #1c1917;
  --pd-muted: #78716c;
  --pd-accent: #1e3a8a;
  --pd-navy: #1e293b;
  --pd-gold: #0e7490;
  padding: clamp(3.75rem, 7vw, 5.75rem) 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(159, 18, 57, 0.05), transparent 60%),
    #f3f0eb;
}

html.site-template-summit .pd-flow__head {
  max-width: 36rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

html.site-template-summit .pd-flow__eyebrow {
  margin: 0 0 0.85rem;
  color: var(--pd-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html.site-template-summit .pd-flow__title {
  margin: 0 0 0.75rem;
  font-family: "Source Serif 4", "Times New Roman", Georgia, serif;
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--pd-ink);
}

html.site-template-summit .pd-flow__lead {
  margin: 0 auto;
  max-width: 32rem;
  color: var(--pd-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

html.site-template-summit .pd-flow__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}

html.site-template-summit .pd-flow__step {
  position: relative;
  min-width: 0;
}

html.site-template-summit .pd-flow__bridge {
  position: absolute;
  top: 2.55rem;
  left: -12%;
  width: 24%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(161, 98, 7, 0.45), transparent);
  pointer-events: none;
  z-index: 0;
}

html.site-template-summit .pd-flow__point {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.7rem;
  padding: 0.5rem 0.65rem 0.25rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

html.site-template-summit .pd-flow__point:hover {
  transform: translateY(-3px);
  color: inherit;
}

html.site-template-summit .pd-flow__num {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(159, 18, 57, 0.22);
  transition: color 0.2s ease;
}

html.site-template-summit .pd-flow__point:hover .pd-flow__num {
  color: var(--pd-accent);
}

html.site-template-summit .pd-flow__mark {
  display: inline-grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 999px;
  border: 1px solid rgba(161, 98, 7, 0.35);
  background: #fff;
  color: var(--pd-accent);
  font-size: 1.05rem;
  box-shadow: 0 8px 20px rgba(28, 25, 23, 0.06);
}

html.site-template-summit .pd-flow__name {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--pd-navy);
  letter-spacing: -0.01em;
  line-height: 1.25;
}

html.site-template-summit .pd-flow__text {
  max-width: 13rem;
  color: var(--pd-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

@media (max-width: 980px) {
  html.site-template-summit .pd-flow__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1.75rem;
  }
  html.site-template-summit .pd-flow__bridge {
    display: none;
  }
}

@media (max-width: 640px) {
  html.site-template-summit .pd-flow__track {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  html.site-template-summit .pd-flow__point {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "num mark name"
      ". . text";
    align-items: center;
    text-align: left;
    gap: 0.45rem 0.85rem;
    padding: 1rem 1.05rem;
    background: #fff;
    border: 1px solid #e7e5e4;
    border-radius: 4px;
  }
  html.site-template-summit .pd-flow__num { grid-area: num; font-size: 1.6rem; }
  html.site-template-summit .pd-flow__mark {
    grid-area: mark;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 0.88rem;
  }
  html.site-template-summit .pd-flow__name { grid-area: name; }
  html.site-template-summit .pd-flow__text {
    grid-area: text;
    max-width: none;
  }
}

/* ── Summit about — önemli tarihler altı (görsel birebir) ── */
/* Canlı showcase about HTML’ine göre */
html.site-template-summit .sm-about.og-about {
  display: block !important;
  padding: var(--og-section-py, 4rem) 0 !important;
  background: #fff !important;
}
html.site-template-summit .sm-about .og-about__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) !important;
  gap: clamp(2rem, 4vw, 3.25rem) !important;
  align-items: center !important;
}
html.site-template-summit .sm-about .og-about__visual-card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  padding: 1.75rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
  box-shadow: 0 24px 48px rgb(15 23 42 / 0.2) !important;
  background: linear-gradient(135deg, #1a1830 0%, #2a3568 45%, #4a5ea8 100%) !important;
}
html.site-template-summit .sm-about .og-about__visual-card::before {
  display: none !important;
}
html.site-template-summit .sm-about .og-about__stat {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0.75rem !important;
  padding: 1rem 1.2rem !important;
  background: rgb(255 255 255 / 0.12) !important;
  border-radius: 14px !important;
  border: 1px solid rgb(255 255 255 / 0.16) !important;
  color: #fff !important;
}
html.site-template-summit .sm-about .og-about__stat i {
  flex: 0 0 auto !important;
  width: 1.35rem !important;
  font-size: 1.35rem !important;
  color: #6ee7b7 !important;
}
html.site-template-summit .sm-about .og-about__stat strong {
  display: inline !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  white-space: nowrap !important;
}
html.site-template-summit .sm-about .og-about__stat span {
  display: inline !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  color: rgb(255 255 255 / 0.82) !important;
  opacity: 1 !important;
}
html.site-template-summit .sm-about .og-section-head__eyebrow {
  display: inline-block !important;
  padding: 0.35rem 0.9rem !important;
  border-radius: 999px !important;
  border: 1px solid #bfdbfe !important;
  background: #eff6ff !important;
  color: #1d4ed8 !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  margin: 0 0 0.85rem !important;
}
html.site-template-summit .sm-about .og-section-head__title {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem) !important;
  font-weight: 700 !important;
  line-height: 1.14 !important;
  color: #0f172a !important;
  margin: 0 0 0.75rem !important;
  max-width: none !important;
}
html.site-template-summit .sm-about .og-about__text {
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 1.05rem !important;
  line-height: 1.78 !important;
  color: #64748b !important;
  margin: 0 0 1.25rem !important;
}
html.site-template-summit .sm-about .og-about__tags {
  list-style: none !important;
  margin: 0 0 1.5rem !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.75rem !important;
}
html.site-template-summit .sm-about .og-about__tags li {
  display: flex !important;
  align-items: center !important;
  gap: 0.45rem !important;
  padding: 0.45rem 0.9rem !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 999px !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
}
html.site-template-summit .sm-about .og-about__tags i {
  color: #16a34a !important;
}
html.site-template-summit .sm-about .og-btn--primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  padding: 0.9rem 1.45rem !important;
  border: none !important;
  border-radius: 999px !important;
  background: #16a34a !important;
  background-image: none !important;
  color: #fff !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.28) !important;
  filter: none !important;
}
html.site-template-summit .sm-about .og-btn--primary:hover {
  background: #15803d !important;
  background-image: none !important;
  color: #fff !important;
  filter: none !important;
}

@media (max-width: 900px) {
  html.site-template-summit .sm-about .og-about__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Önemli tarihler — showcase ölçüleri birebir (sadece renk mavi/turuncu) */
html.site-template-summit .sm-dates.og-dates {
  padding: calc(var(--og-section-py, 4rem) * 0.75) 0 var(--og-section-py, 4rem) !important;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%) !important;
}
html.site-template-summit .sm-dates .og-dates__shell {
  padding: 1.35rem !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 24px 64px rgb(15 23 42 / 0.06) !important;
}
html.site-template-summit .sm-dates .og-dates__head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
html.site-template-summit .sm-dates .og-section-head__eyebrow {
  display: inline-block !important;
  padding: 0.35rem 0.9rem !important;
  border-radius: 999px !important;
  border: 1px solid #bfdbfe !important;
  background: #eff6ff !important;
  color: #2563eb !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  margin: 0 0 0.85rem !important;
}
html.site-template-summit .sm-dates .og-section-head__title {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem) !important;
  font-weight: 700 !important;
  line-height: 1.14 !important;
  color: #0f172a !important;
  margin: 0 0 0.3rem !important;
}
html.site-template-summit .sm-dates .og-section-head__lead {
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 1.0625rem !important;
  line-height: 1.7 !important;
  color: #64748b !important;
  margin: 0 !important;
  max-width: 560px !important;
}
html.site-template-summit .sm-dates .og-showcase__all {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
  padding: 0.72rem 1.1rem !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0f172a !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgb(15 23 42 / 0.06) !important;
}
html.site-template-summit .sm-dates .og-showcase__all:hover {
  border-color: #93c5fd !important;
  color: #1d4ed8 !important;
}
html.site-template-summit .sm-dates .og-dates__list {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(160px, 1fr)) !important;
  gap: 0.85rem !important;
  overflow-x: auto !important;
  padding-bottom: 0.25rem !important;
  scroll-snap-type: x proximity !important;
}
html.site-template-summit .sm-dates .og-dates__row {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 152px !important;
  padding: 1rem !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  scroll-snap-align: start !important;
  color: inherit !important;
  box-shadow: none !important;
  transform: none !important;
}
html.site-template-summit .sm-dates .og-dates__row:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 28px rgb(15 23 42 / 0.08) !important;
  border-color: #cbd5e1 !important;
}
html.site-template-summit .sm-dates .og-dates__row.is-next {
  border-color: rgb(249 115 91 / 0.65) !important;
  background: linear-gradient(90deg, #eff6ff, #fff) !important;
}
html.site-template-summit .sm-dates .og-dates__row.is-past {
  opacity: 0.52 !important;
}
html.site-template-summit .sm-dates .og-dates__cal {
  width: 58px !important;
  margin: 0 0 0.9rem !important;
  padding: 0.55rem 0.45rem !important;
  border-radius: 12px !important;
  background: #eef2ff !important;
  text-align: center !important;
}
html.site-template-summit .sm-dates .og-dates__row.is-next .og-dates__cal {
  background: #ffedd5 !important;
}
html.site-template-summit .sm-dates .og-dates__day {
  display: block !important;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #4f6bed !important;
}
html.site-template-summit .sm-dates .og-dates__row.is-next .og-dates__day {
  color: #4f6bed !important;
}
html.site-template-summit .sm-dates .og-dates__mon {
  display: block !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #64748b !important;
}
html.site-template-summit .sm-dates .og-dates__body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: 100% !important;
}
html.site-template-summit .sm-dates .og-dates__name {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  min-height: 2.65em !important;
  margin: 0 0 0.25rem !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.96rem !important;
  font-weight: 700 !important;
  line-height: 1.32 !important;
  color: #0f172a !important;
}
html.site-template-summit .sm-dates .og-dates__body time {
  margin-top: auto !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.82rem !important;
  color: #94a3b8 !important;
}
html.site-template-summit .sm-dates .og-dates__badge {
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  padding: 0.28rem 0.62rem !important;
  border-radius: 999px !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background: #f97316 !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  html.site-template-summit .sm-dates.og-dates {
    padding: 2.25rem 0 2.75rem !important;
  }
  html.site-template-summit .sm-dates .container-custom {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    box-sizing: border-box !important;
  }
  html.site-template-summit .sm-dates .og-dates__shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 1.1rem !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
  }
  html.site-template-summit .sm-dates .og-dates__head {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.85rem !important;
    margin-bottom: 1rem !important;
  }
  html.site-template-summit .sm-dates .og-section-head__title {
    font-size: clamp(1.45rem, 6.5vw, 1.85rem) !important;
  }
  html.site-template-summit .sm-dates .og-section-head__lead {
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    max-width: none !important;
  }
  html.site-template-summit .sm-dates .og-showcase__all {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
  }
  html.site-template-summit .sm-dates .og-dates__list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.55rem !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    scroll-snap-type: none !important;
  }
  /* Mobil 2×N — kısa kart, yan yana */
  html.site-template-summit .sm-dates .og-dates__row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 100% !important;
    padding: 0.7rem 0.7rem 0.75rem !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
  }
  html.site-template-summit .sm-dates .og-dates__row:hover {
    transform: none !important;
  }
  html.site-template-summit .sm-dates .og-dates__cal {
    width: 2.85rem !important;
    min-width: 2.85rem !important;
    margin: 0 0 0.55rem !important;
    padding: 0.35rem 0.25rem !important;
    border-radius: 9px !important;
  }
  html.site-template-summit .sm-dates .og-dates__day {
    font-size: 1.15rem !important;
  }
  html.site-template-summit .sm-dates .og-dates__mon {
    font-size: 0.55rem !important;
  }
  html.site-template-summit .sm-dates .og-dates__body {
    flex: 1 1 auto !important;
    width: 100% !important;
    gap: 0.2rem !important;
  }
  html.site-template-summit .sm-dates .og-dates__name {
    min-height: 0 !important;
    margin: 0 !important;
    font-size: 0.78rem !important;
    line-height: 1.3 !important;
    -webkit-line-clamp: 3 !important;
  }
  html.site-template-summit .sm-dates .og-dates__body time {
    margin-top: auto !important;
    font-size: 0.7rem !important;
    color: #64748b !important;
  }
  html.site-template-summit .sm-dates .og-dates__badge {
    position: absolute !important;
    top: 0.55rem !important;
    right: 0.55rem !important;
    padding: 0.18rem 0.42rem !important;
    font-size: 0.52rem !important;
    white-space: nowrap !important;
  }
}

html.site-template-summit .pd-about {
  display: none !important;
}

html.site-template-summit .pd-about--legacy {
  --pd-ink: #14110f;
  --pd-muted: #6f6860;
  --pd-accent: #1e3a8a;
  --pd-navy: #162032;
  --pd-gold: #0e7490;
  --pd-line: rgba(20, 17, 15, 0.1);
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  background:
    radial-gradient(ellipse 55% 45% at 8% 20%, rgba(37, 99, 235, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 40% at 92% 80%, rgba(159, 18, 57, 0.06), transparent 55%),
    linear-gradient(180deg, #f3efe8 0%, #f8f5f0 48%, #efeae2 100%);
}

html.site-template-summit .pd-about__stage {
  position: relative;
  overflow: hidden;
  padding: clamp(1.75rem, 3.5vw, 2.85rem);
  border: 1px solid rgba(20, 17, 15, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(250, 247, 242, 0.96)),
    #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 28px 60px rgba(20, 17, 15, 0.08);
}

html.site-template-summit .pd-about__glow {
  position: absolute;
  width: 22rem;
  height: 22rem;
  right: -6rem;
  top: -8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.16), transparent 68%);
  pointer-events: none;
}

html.site-template-summit .pd-about__year {
  position: absolute;
  right: clamp(0.5rem, 2vw, 1.5rem);
  top: 0.2rem;
  z-index: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(5.5rem, 14vw, 10rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: rgba(20, 17, 15, 0.045);
  pointer-events: none;
  user-select: none;
}

html.site-template-summit .pd-about__hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.85fr);
  gap: clamp(1.5rem, 3.5vw, 3rem);
  align-items: stretch;
}

html.site-template-summit .pd-about__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
  color: var(--pd-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html.site-template-summit .pd-about__eyebrow-mark {
  width: 2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--pd-gold), var(--pd-accent));
}

html.site-template-summit .pd-about__title {
  margin: 0 0 1.15rem;
  max-width: 14ch;
  font-family: "Source Serif 4", "Times New Roman", Georgia, serif;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--pd-ink);
}

html.site-template-summit .pd-about__lead {
  margin: 0 0 1.75rem;
  max-width: 38rem;
  color: var(--pd-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

html.site-template-summit .pd-about__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

html.site-template-summit .pd-about__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.95rem;
  padding: 0.7rem 1.3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

html.site-template-summit .pd-about__btn--solid {
  background: var(--pd-accent);
  color: #fff;
  border: 1px solid var(--pd-accent);
  box-shadow: 0 14px 28px rgba(159, 18, 57, 0.22);
}

html.site-template-summit .pd-about__btn--solid:hover {
  background: #861232;
  border-color: #861232;
  color: #fff;
  transform: translateY(-1px);
}

html.site-template-summit .pd-about__btn--ghost {
  background: transparent;
  color: var(--pd-navy);
  border: 1px solid rgba(22, 32, 50, 0.22);
}

html.site-template-summit .pd-about__btn--ghost:hover {
  border-color: rgba(159, 18, 57, 0.45);
  color: var(--pd-accent);
}

html.site-template-summit .pd-about__dossier {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.35rem 1.2rem;
  border: 1px solid rgba(37, 99, 235, 0.28);
  background:
    linear-gradient(165deg, rgba(22, 32, 50, 0.96), rgba(20, 17, 15, 0.94));
  color: #f4f0e8;
  box-shadow: 0 22px 44px rgba(20, 17, 15, 0.18);
}

html.site-template-summit .pd-about__dossier::before {
  content: "";
  position: absolute;
  inset: 0.45rem;
  border: 1px solid rgba(37, 99, 235, 0.22);
  pointer-events: none;
}

html.site-template-summit .pd-about__dossier-label {
  position: relative;
  margin: 0 0 1.1rem;
  color: var(--pd-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html.site-template-summit .pd-about__dossier-list {
  position: relative;
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

html.site-template-summit .pd-about__dossier-row {
  display: grid;
  gap: 0.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(244, 240, 232, 0.12);
}

html.site-template-summit .pd-about__dossier-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

html.site-template-summit .pd-about__dossier-row dt {
  margin: 0;
  color: rgba(244, 240, 232, 0.55);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html.site-template-summit .pd-about__dossier-row dd {
  margin: 0;
  color: #f8f4ec;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
}

html.site-template-summit .pd-about__dossier-seal {
  position: relative;
  margin-top: auto;
  padding-top: 1.15rem;
}

html.site-template-summit .pd-about__dossier-seal span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  min-height: 4.5rem;
  padding: 0.35rem;
  border: 1px dashed rgba(37, 99, 235, 0.55);
  border-radius: 999px;
  color: rgba(37, 99, 235, 0.9);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

html.site-template-summit .pd-about__axes {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(1.75rem, 3vw, 2.4rem);
}

html.site-template-summit .pd-about__axis {
  position: relative;
  padding: 1.25rem 1.2rem 1.35rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 17, 15, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

html.site-template-summit .pd-about__axis:hover {
  transform: translateY(-3px);
  border-color: rgba(159, 18, 57, 0.22);
  box-shadow: 0 16px 34px rgba(20, 17, 15, 0.08);
}

html.site-template-summit .pd-about__axis-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

html.site-template-summit .pd-about__axis-kicker {
  color: var(--pd-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.site-template-summit .pd-about__axis-icon {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(159, 18, 57, 0.2);
  background: rgba(159, 18, 57, 0.06);
  color: var(--pd-accent);
  font-size: 0.9rem;
}

html.site-template-summit .pd-about__axis-title {
  margin: 0 0 0.55rem;
  color: var(--pd-navy);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

html.site-template-summit .pd-about__axis-text {
  margin: 0;
  color: var(--pd-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

html.site-template-summit .pd-about__axis-line {
  display: block;
  width: 2.25rem;
  height: 2px;
  margin-top: 1.15rem;
  background: linear-gradient(90deg, var(--pd-accent), var(--pd-gold));
}

@media (max-width: 980px) {
  html.site-template-summit .pd-about__hero {
    grid-template-columns: 1fr;
  }
  html.site-template-summit .pd-about__title {
    max-width: none;
  }
  html.site-template-summit .pd-about__axes {
    grid-template-columns: 1fr;
  }
  html.site-template-summit .pd-about__year {
    opacity: 0.7;
  }
}

/* ── symposium featured committees ── */
html.site-template-summit .pd-board {
  --pd-ink: #14110f;
  --pd-muted: #6f6860;
  --pd-accent: #1e3a8a;
  --pd-navy: #162032;
  --pd-gold: #0e7490;
  --pd-line: #e7e5e4;
  padding: clamp(3.75rem, 7vw, 5.75rem) 0;
  background: #fff;
}

html.site-template-summit .pd-board__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--pd-line);
}

html.site-template-summit .pd-board__head-copy {
  max-width: 40rem;
}

html.site-template-summit .pd-board__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.8rem;
  color: var(--pd-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

html.site-template-summit .pd-board__eyebrow-line {
  width: 1.75rem;
  height: 1px;
  background: linear-gradient(90deg, var(--pd-gold), var(--pd-accent));
}

html.site-template-summit .pd-board__title {
  margin: 0 0 0.65rem;
  font-family: "Source Serif 4", "Times New Roman", Georgia, serif;
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--pd-ink);
}

html.site-template-summit .pd-board__lead {
  margin: 0;
  color: var(--pd-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

html.site-template-summit .pd-board__all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--pd-accent);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(159, 18, 57, 0.3);
  padding-bottom: 0.15rem;
  transition: gap 0.18s ease, border-color 0.18s ease;
}

html.site-template-summit .pd-board__all:hover {
  gap: 0.7rem;
  border-color: var(--pd-accent);
  color: var(--pd-accent);
}

html.site-template-summit .pd-board__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

html.site-template-summit .pd-board__card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid var(--pd-line);
  background: #fafaf9;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

html.site-template-summit .pd-board__card:hover {
  background: #fff;
  border-color: rgba(159, 18, 57, 0.28);
  box-shadow: 0 14px 30px rgba(20, 17, 15, 0.07);
  transform: translateY(-2px);
}

html.site-template-summit .pd-board__avatar {
  display: inline-grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  overflow: hidden;
  border: 1px solid #ebe4df;
  background: linear-gradient(145deg, #f3efe8, #e8e1d7);
  color: var(--pd-accent);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 700;
  flex-shrink: 0;
}

html.site-template-summit .pd-board__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.site-template-summit .pd-board__body {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

html.site-template-summit .pd-board__committee {
  color: var(--pd-gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.site-template-summit .pd-board__name {
  color: var(--pd-navy);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

html.site-template-summit .pd-board__role,
html.site-template-summit .pd-board__org {
  color: var(--pd-muted);
  font-size: 0.8rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1100px) {
  html.site-template-summit .pd-board__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  html.site-template-summit .pd-board__grid {
    grid-template-columns: 1fr;
  }
}





/* ─── symposium speakers — card carousel (agency take on showcase format) ─── */
html.site-template-summit .pd-speakers {
  --pd-ink: #1c1917;
  --pd-muted: #6f6860;
  --pd-accent: #1e3a8a;
  --pd-navy: #162032;
  --pd-gold: #0e7490;
  --pd-line: #e5e1db;
  padding: clamp(2.5rem, 4.5vw, 3.75rem) 0;
  background: #f3f1ed;
}

html.site-template-summit .pd-speakers__intro {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.45rem;
  margin-bottom: 1.35rem;
}

html.site-template-summit .pd-speakers__eyebrow {
  margin: 0;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(37, 99, 235, 0.35);
  border-radius: 999px;
  background: #fff;
  color: var(--pd-gold);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.site-template-summit .pd-speakers__title {
  margin: 0.15rem 0 0;
  font-family: "Source Serif 4", "Times New Roman", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--pd-ink);
}

html.site-template-summit .pd-speakers__lead {
  margin: 0;
  max-width: 28rem;
  color: var(--pd-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

html.site-template-summit .pd-speakers__count {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.35rem 0 0;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--pd-line);
  border-radius: 2px;
  background: #fff;
  color: var(--pd-muted);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html.site-template-summit .pd-speakers__count strong {
  color: var(--pd-navy);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

html.site-template-summit .pd-speakers__carousel {
  margin: 0;
}

html.site-template-summit .pd-speakers__carousel .card-carousel__nav {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  border: 1px solid var(--pd-line);
  background: #fff;
  color: var(--pd-navy);
  box-shadow: 0 8px 20px rgba(28, 25, 23, 0.06);
}

html.site-template-summit .pd-speakers__carousel .card-carousel__nav:hover {
  border-color: rgba(159, 18, 57, 0.3);
  color: var(--pd-accent);
}

html.site-template-summit .pd-speakers__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  border: 1px solid var(--pd-line);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(28, 25, 23, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

html.site-template-summit .pd-speakers__card:hover {
  transform: translateY(-3px);
  border-color: rgba(159, 18, 57, 0.22);
  box-shadow: 0 18px 36px rgba(28, 25, 23, 0.08);
}

html.site-template-summit .pd-speakers__media {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  background: #ebe7e1;
  overflow: hidden;
}

html.site-template-summit .pd-speakers__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

html.site-template-summit .pd-speakers__fallback {
  display: grid;
  place-items: center;
  height: 100%;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(28, 25, 23, 0.25);
}

html.site-template-summit .pd-speakers__badge {
  position: absolute;
  left: 0.65rem;
  top: 0.65rem;
  z-index: 1;
  padding: 0.28rem 0.55rem;
  border: 1px solid rgba(37, 99, 235, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #8a6a2a;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.site-template-summit .pd-speakers__body {
  display: grid;
  gap: 0.4rem;
  padding: 0.9rem 0.95rem 0.85rem;
  flex: 1;
}

html.site-template-summit .pd-speakers__carousel .card-carousel__slide {
  display: flex;
  height: auto;
}

html.site-template-summit .pd-speakers__carousel .card-carousel__slide > .pd-speakers__card {
  width: 100%;
}

html.site-template-summit .pd-speakers__name {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--pd-ink);
}

html.site-template-summit .pd-speakers__name a {
  color: inherit;
  text-decoration: none;
}

html.site-template-summit .pd-speakers__name a:hover {
  color: var(--pd-accent);
}

html.site-template-summit .pd-speakers__talk {
  margin: 0;
  color: var(--pd-muted);
  font-size: 0.8rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.2em;
}

html.site-template-summit .pd-speakers__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: auto;
  padding: 0.8rem 0.85rem;
  background: var(--pd-navy);
  color: #f1f5f9;
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: none;
  border-radius: 0;
  transition: background 0.15s ease;
}

html.site-template-summit .pd-speakers__cta:hover {
  background: var(--pd-accent);
  color: #fff;
}

@media (max-width: 560px) {
  html.site-template-summit .pd-speakers__media {
    aspect-ratio: 3 / 4;
  }
}



/* ─── Summit paneller — profesyonel yatay kartlar ─── */
html.site-template-summit .sm-panels {
  padding: clamp(2.5rem, 4.5vw, 3.75rem) 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  overflow-x: clip;
}
html.site-template-summit .sm-panels__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 1.75rem;
  margin-bottom: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}
html.site-template-summit .sm-panels__copy {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 40rem;
}
html.site-template-summit .sm-panels__eyebrow {
  display: inline-block;
  margin: 0 0 0.55rem;
  padding: 0.32rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
html.site-template-summit .sm-panels__title {
  margin: 0 0 0.4rem;
  color: #0f172a;
  font-family: "Playfair Display", "Source Serif 4", Georgia, serif;
  font-size: clamp(1.7rem, 2.6vw, 2.15rem);
  font-weight: 700;
  line-height: 1.15;
}
html.site-template-summit .sm-panels__lead {
  margin: 0;
  max-width: 34rem;
  color: #64748b;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}
html.site-template-summit .sm-panels__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
  flex-shrink: 0;
}
html.site-template-summit .sm-panels__count {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
html.site-template-summit .sm-panels__all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 12px rgb(15 23 42 / 0.04);
  transition: border-color 0.15s ease, transform 0.15s ease;
}
html.site-template-summit .sm-panels__all:hover {
  border-color: #93c5fd;
  transform: translateY(-1px);
  color: #1d4ed8;
}
html.site-template-summit .sm-panels__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}
html.site-template-summit .sm-panels__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 14px 32px rgb(15 23 42 / 0.07);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
html.site-template-summit .sm-panels__card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 18px 36px rgb(15 23 42 / 0.1);
}
/* Kompakt medya — kart + buton taşmasın */
html.site-template-summit .sm-panels__media {
  position: relative;
  display: block;
  width: 100%;
  height: 11.5rem;
  overflow: hidden;
  background: linear-gradient(145deg, #1e293b, #334155);
  line-height: 0;
  flex-shrink: 0;
}
html.site-template-summit .sm-panels__card:nth-child(1) .sm-panels__media {
  background: linear-gradient(145deg, #1d4ed8, #0ea5e9);
}
html.site-template-summit .sm-panels__card:nth-child(2) .sm-panels__media {
  background: linear-gradient(145deg, #0f766e, #14b8a6);
}
html.site-template-summit .sm-panels__card:nth-child(3) .sm-panels__media {
  background: linear-gradient(145deg, #7c3aed, #a855f7);
}
html.site-template-summit .sm-panels__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.42;
  filter: saturate(0.8) contrast(1.05);
}
html.site-template-summit .sm-panels__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgb(0 0 0 / 0.45) 100%);
  pointer-events: none;
}
html.site-template-summit .sm-panels__fallback {
  display: grid;
  place-items: center;
  height: 100%;
  color: rgb(255 255 255 / 0.45);
  font-size: 1.5rem;
}
html.site-template-summit .sm-panels__index {
  position: absolute;
  left: 0.9rem;
  bottom: 0.75rem;
  z-index: 1;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid rgb(255 255 255 / 0.9);
  color: #fff;
  font-family: "Abril Fatface", "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 3vw, 2.75rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.9;
  text-shadow: 0 3px 12px rgb(0 0 0 / 0.3);
}
html.site-template-summit .sm-panels__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0.45rem;
  min-width: 0;
  padding: 1rem 1.15rem 0.85rem;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
}
html.site-template-summit .sm-panels__foot {
  margin-top: auto;
  flex-shrink: 0;
  padding: 0 1.15rem 1.1rem;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
}
html.site-template-summit .sm-panels__card-top {
  margin-bottom: 0.1rem;
}
html.site-template-summit .sm-panels__badge {
  display: inline-flex;
  padding: 0.25rem 0.62rem;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
html.site-template-summit .sm-panels__name {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html.site-template-summit .sm-panels__name a {
  color: inherit;
  text-decoration: none;
}
html.site-template-summit .sm-panels__name a:hover {
  color: #1d4ed8;
}
html.site-template-summit .sm-panels__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
html.site-template-summit .sm-panels__topics span {
  display: inline-flex;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  font-size: 0.68rem;
  font-weight: 650;
}
html.site-template-summit .sm-panels__meta {
  list-style: none;
  margin: 0 0 0.35rem;
  padding: 0;
  display: grid;
  gap: 0.3rem;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 500;
}
html.site-template-summit .sm-panels__meta li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
}
html.site-template-summit .sm-panels__meta i {
  width: 0.85rem;
  color: #94a3b8;
  font-size: 0.7rem;
  text-align: center;
}
html.site-template-summit .sm-panels__detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.58rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(180deg, #fff 0%, #eff6ff 100%);
  color: #1d4ed8;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
html.site-template-summit .sm-panels__detail:hover {
  border-color: #93c5fd;
  background: linear-gradient(180deg, #fff 0%, #dbeafe 100%);
  color: #1e40af;
}
html.site-template-summit .sm-panels__detail i {
  font-size: 0.8em;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  html.site-template-summit .sm-panels__grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    gap: 1rem !important;
  }
  html.site-template-summit .sm-panels__card {
    width: 100% !important;
  }
  html.site-template-summit .sm-panels__media {
    width: 100% !important;
    height: 12.5rem !important;
  }
  html.site-template-summit .sm-panels__head {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.85rem !important;
  }
  html.site-template-summit .sm-panels__aside {
    align-items: stretch !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  html.site-template-summit .sm-panels__all {
    width: 100% !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }
  html.site-template-summit .sm-panels__copy {
    max-width: none !important;
  }
  html.site-template-summit .sm-panels__detail {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Summit — auth CTA = /iletisim mavi→yeşil */
html.site-template-summit .auth-modal__aside {
  background: #f8fafc !important;
}
html.site-template-summit .auth-modal__aside-btn,
html.site-template-summit .auth-modal__submit,
html.site-template-summit .auth-modal__btn--primary,
html.site-template-summit .auth-register__submit {
  background: linear-gradient(105deg, #1e3a8a 0%, #1d4ed8 55%, #0e7490 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 10px 28px rgb(37 99 235 / 0.28) !important;
  filter: none !important;
}

/* Empty hero: single centered column (no broken 2-col grid) */
html.site-template-summit .pd-hero--empty .pd-hero__shell {
  justify-content: center;
  align-items: center;
  padding: 3rem 0 4rem;
}
html.site-template-summit .pd-hero--empty .pd-hero__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: min(100%, 42rem);
  margin: 0 auto;
  gap: 0;
}
html.site-template-summit .pd-hero--empty .pd-hero__eyebrow {
  justify-content: center;
}
html.site-template-summit .pd-hero--empty .pd-hero__title {
  margin: 0 0 1rem;
}
html.site-template-summit .pd-hero--empty .pd-hero__empty-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}
html.site-template-summit .pd-hero--empty .pd-hero__empty-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
html.site-template-summit .pd-hero--empty .pd-hero__lead {
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}
html.site-template-summit .pd-hero--empty .pd-hero__actions {
  justify-content: center;
  flex-wrap: wrap;
}
