/**
 * home.css — showcase / symposium homepage styles
 * Shared --og-* tokens + .og-btn live in public.css (all pages).
 */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   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);
}

/* Buttons — public.css */
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   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: #f7f3ea;
  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;
}
html.site-template-aurum .og-showcase__all {
  border-radius: 4px;
}
.og-showcase__all:hover {
  transform: translateY(-2px);
  border-color: #d4b46a;
  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-aurum .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-aurum 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-aurum .og-header .site-nav .nav-link {
  color: rgba(248, 245, 239, 0.88) !important;
}
html.site-template-aurum .og-header .site-nav .nav-link:hover,
html.site-template-aurum .og-header .site-nav .nav-link.is-active {
  color: #fff !important;
}
html.site-template-aurum .og-header .site-nav .nav-link--dropdown.is-open::after {
  background: #d4b46a !important;
}

/* CTA — legacy green yerine gold */
html.site-template-aurum .og-header .btn-header-primary {
  background: linear-gradient(135deg, #d4b46a, #b08a3c) !important;
  color: #162032 !important;
  border-color: transparent !important;
  box-shadow: 0 8px 22px rgba(176, 138, 60, 0.28) !important;
}
html.site-template-aurum .og-header .btn-header-primary:hover {
  background: #e0c07a !important;
  color: #0f1622 !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 — public.css (tüm sayfalar) */

/* 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, #b08a3c), #b08a3c) !important;
  border-color: transparent !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 16px rgb(176 138 60 / 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(176 138 60 / 0.5) !important;
}

/* symposium — Üye Ol: legacy green (#b08a3c) ezmesin, tam gold */
html.site-preset-showcase.site-template-aurum .og-header .btn-header-primary,
html.site-preset-showcase.site-template-aurum .og-header .btn-header-primary:hover,
html.site-preset-showcase.site-template-aurum .site-nav-mobile .btn-header-primary,
html.site-preset-showcase.site-template-aurum .site-nav-mobile .btn-header-primary:hover {
  background: linear-gradient(135deg, #d4b46a, #b08a3c) !important;
  color: #162032 !important;
  border-color: transparent !important;
  filter: none !important;
  box-shadow: 0 8px 22px rgba(176, 138, 60, 0.32) !important;
}
html.site-preset-showcase.site-template-aurum .og-header .btn-header-primary:hover,
html.site-preset-showcase.site-template-aurum .site-nav-mobile .btn-header-primary:hover {
  background: linear-gradient(135deg, #e0c07a, #c49a48) !important;
  color: #0f1622 !important;
  box-shadow: 0 10px 26px rgba(176, 138, 60, 0.4) !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: #d4b46a; top: -12%; right: 2%;   animation-delay: 0s; }
.og-hero__blob--2 { width: 380px; height: 380px; background: #d4b46a; 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(176 138 60 / 0.28);
  border-color: rgb(52 211 153 / 0.45);
  color: #fff;
}
.og-hero__chip--cta:hover {
  background: rgb(176 138 60 / 0.45);
  border-color: #d4b46a;
}

.og-hero__chip-live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4b46a;
  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(135deg, #d4b46a, #d4b46a);
}
.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, #9f1239, #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(135deg, #d4b46a, #b08a3c);
  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; }

.og-bento__tile--a { background: linear-gradient(135deg, #162032, #162032); }
.og-bento__tile--b { background: linear-gradient(135deg, #b08a3c, #d4b46a); }
.og-bento__tile--c { background: linear-gradient(135deg, #9f1239, #24324a); }
.og-bento__tile--d { background: linear-gradient(135deg, #e0523d, #f9735b); }
.og-bento__tile--e { background: linear-gradient(135deg, #b45309, #facc15); color: #1f2937; }
.og-bento__tile--f { background: linear-gradient(135deg, #0f172a, #24324a); }

.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);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   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: #d4b46a;
  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, #f7f3ea, #fff7ed);
  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: clamp(1.75rem, 3.5vw, 2.5rem) 0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.og-dates__shell {
  box-sizing: border-box;
  padding: 1rem 1.15rem 1.15rem;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  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 14px 36px rgb(15 23 42 / 0.05);
  overflow: visible;
}

.og-dates__head {
  margin-bottom: 0.75rem;
  gap: 0.75rem 1rem;
}

.og-dates__head .og-section-head__title {
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  margin-bottom: 0.2rem;
}

.og-dates__head .og-section-head__lead {
  font-size: 0.9rem;
  line-height: 1.4;
}

.og-dates__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  overflow: visible;
}

.og-dates__row {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  min-height: 0;
  height: auto;
  padding: 0.7rem 0.85rem;
  padding-right: 4.25rem;
  border: 1px solid var(--og-border);
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition:
    box-shadow 0.25s var(--og-ease),
    border-color 0.25s;
}
.og-dates__row:hover {
  box-shadow: var(--og-shadow-md);
  border-color: #e8d9b0;
}

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

.og-dates__cal {
  flex: 0 0 auto;
  width: 44px;
  margin: 0;
  padding: 0.35rem 0.25rem;
  border-radius: 10px;
  background: #f7f3ea;
  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.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--og-blue);
}
.og-dates__mon {
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--og-muted);
}

.og-dates__body {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 0.1rem;
}
.og-dates__name {
  display: -webkit-box;
  min-height: 0;
  overflow: hidden;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.15rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.og-dates__body time { font-size: 0.76rem; color: var(--og-muted); }

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

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

@media (max-width: 860px) {
  .og-dates__list {
    grid-template-columns: 1fr;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   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(22 32 50 / 0.12);
}

.og-news__orb--green {
  width: 320px;
  height: 320px;
  bottom: -80px;
  left: -4%;
  background: rgb(16 185 129 / 0.1);
}

.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, var(--og-blue, #162032), var(--og-green, #b08a3c));
  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, #121925, #162032 45%, #b08a3c);
}

.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, #121925 0%, #162032 55%, #b08a3c 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 24px rgb(22 32 50 / 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: #b08a3c;
  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, var(--og-blue, #162032), var(--og-green, #b08a3c));
  transition: transform 0.24s var(--og-ease);
}

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

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

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   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;
}

/* 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: #e8d9b0;
  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(176 138 60 / 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: #e8d9b0;
  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: #f7f3ea;
  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: tek sıra, dikey ortalı */
.og-workshops__intro {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem 1.35rem;
  padding: 1.15rem 1.5rem;
  border: 1px solid rgb(255 255 255 / 0.13);
  border-radius: 18px;
  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__brand {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  min-width: 0;
}

.og-workshops__intro .og-section-head__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0;
  background: rgb(255 255 255 / 0.12);
  color: #fde68a;
  border: 1px solid rgb(255 255 255 / 0.18);
  white-space: nowrap;
}

.og-workshops__intro .og-section-head__title {
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  margin: 0;
  line-height: 1.15;
  white-space: nowrap;
}

.og-workshops__intro .og-section-head__lead {
  flex: 1 1 auto;
  min-width: 0;
  color: rgb(255 255 255 / 0.72);
  font-size: 0.88rem;
  line-height: 1.35;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.og-workshops__intro .og-showcase__all--light {
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
  align-self: center;
}

/* Kartlar: otomatik kaydırmalı carousel */
.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: #d4b46a;
  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;
}

.og-workshops__card {
  position: relative;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgb(15 23 42 / 0.08);
  background: #fff;
  color: #111827;
  box-shadow: 0 10px 26px rgb(0 0 0 / 0.2);
  transition: transform 0.28s var(--og-ease), box-shadow 0.28s var(--og-ease);
  will-change: transform;
}

.og-workshops__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgb(0 0 0 / 0.26);
}

.og-workshops__media {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 100%;
  padding: 0.75rem;
  overflow: hidden;
  background: linear-gradient(145deg, #121925, #24324a);
  color: #fff;
}

.og-workshops__carousel .card-carousel__slide:nth-child(2) .og-workshops__media:not(.og-workshops__media--poster) {
  background: linear-gradient(145deg, #121925, #b08a3c);
}
.og-workshops__carousel .card-carousel__slide:nth-child(3) .og-workshops__media:not(.og-workshops__media--poster) {
  background: linear-gradient(145deg, #7c2d12, #9f1239);
}
.og-workshops__carousel .card-carousel__slide:nth-child(4) .og-workshops__media:not(.og-workshops__media--poster) {
  background: linear-gradient(145deg, #1e293b, #334155);
}

.og-workshops__card:nth-child(2) .og-workshops__media:not(.og-workshops__media--poster) {
  background: linear-gradient(145deg, #121925, #b08a3c);
}
.og-workshops__card:nth-child(3) .og-workshops__media:not(.og-workshops__media--poster) {
  background: linear-gradient(145deg, #7c2d12, #9f1239);
}
.og-workshops__card:nth-child(4) .og-workshops__media:not(.og-workshops__media--poster) {
  background: linear-gradient(145deg, #1e293b, #334155);
}

/* Afiş: krem zemin — lacivert override olmasın */
.og-workshops__media.og-workshops__media--poster {
  position: relative;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0.3rem;
  display: block;
  align-self: stretch;
  background: #f4f0e8 !important;
  background-image: none !important;
  color: inherit;
  overflow: hidden;
}

.og-workshops__media--poster img {
  position: absolute;
  inset: 0.3rem;
  display: block;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  max-height: none;
  object-fit: contain;
  object-position: center center;
  transform: none;
  background: transparent;
}

/* Rozet: çok küçük, afişi örtmesin */
.og-workshops__status {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
  right: auto;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  max-width: calc(100% - 0.5rem);
  padding: 0.14rem 0.35rem;
  border-radius: 999px;
  background: rgb(22 32 50 / 0.88);
  border: 1px solid rgba(212, 180, 106, 0.35);
  color: #d4b46a;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.1;
  box-shadow: 0 3px 8px rgb(0 0 0 / 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.og-workshops__status-dot {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #d4b46a;
  flex-shrink: 0;
}

.og-workshops__status--almost .og-workshops__status-dot,
.og-workshops__status--almost { color: #f0c674; }
.og-workshops__status--almost .og-workshops__status-dot { background: #f0c674; }
.og-workshops__status--full { color: #e8b4ae; border-color: rgba(159, 18, 57, 0.45); }
.og-workshops__status--full .og-workshops__status-dot { background: #e8b4ae; }

.og-workshops__media:not(.og-workshops__media--poster)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 50%, rgb(0 0 0 / 0.35) 100%);
  pointer-events: none;
}

.og-workshops__media > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 2.6rem;
  opacity: 0.18;
  pointer-events: none;
}

.og-workshops__index {
  position: relative;
  z-index: 2;
  font-family: var(--og-font-display);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(255 255 255 / 0.92);
  letter-spacing: -0.04em;
}

.og-workshops__body {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 0.4rem;
  min-width: 0;
  padding: 0.75rem 0.8rem 0.8rem;
  background: #fff;
}

.og-workshops__title {
  margin: 0;
  color: #111827;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.og-workshops__trainer {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
}

.og-workshops__avatar {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.35rem;
  background: rgba(212, 180, 106, 0.2);
  color: #8a6a2b;
  font-size: 0.58rem;
  font-weight: 800;
}

.og-workshops__trainer-name {
  min-width: 0;
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-workshops__meta {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.og-workshops__row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
  padding: 0.36rem 0.55rem;
  border-radius: 0.5rem;
  background: #f3f4f6;
  color: #374151;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
}

.og-workshops__row i {
  flex-shrink: 0;
  width: 0.95rem;
  text-align: center;
  color: #9ca3af;
  font-size: 0.74rem;
}

.og-workshops__row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-workshops__row--capacity {
  background: rgba(212, 180, 106, 0.16);
  color: #8a6a2b;
}

.og-workshops__row--capacity i { color: #b08a3c; }

.og-workshops__row--almost {
  background: rgba(180, 83, 9, 0.1);
  color: #c2410c;
}
.og-workshops__row--almost i { color: #ea580c; }

.og-workshops__row--full {
  background: rgba(159, 18, 57, 0.1);
  color: #9f1239;
}
.og-workshops__row--full i { color: #be123c; }

.og-workshops__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  margin-top: 0.15rem;
  padding: 0.55rem 0.75rem;
  border: none;
  border-radius: 0.55rem;
  background: linear-gradient(135deg, #d4b46a, #b08a3c);
  color: #162032;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 14px rgb(176 138 60 / 0.24);
  transition: filter 0.2s var(--og-ease), transform 0.2s var(--og-ease);
}

.og-workshops__btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  color: #0f1622;
}

.og-workshops__btn i { font-size: 0.72rem; }

.og-workshops__link {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  margin-top: 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #d4b46a;
  text-decoration: none;
}
.og-workshops__link:hover { gap: 0.58rem; color: #e8b4ae; }

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

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   15. CTA BANNER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
/* CTA BANNER — kompakt, Aurum lacivert/altın */
.og-cta {
  padding: 1.5rem 0 2rem;
  background: #f6f3ee;
}

.og-cta__inner {
  position: relative;
  text-align: center;
  padding: 1.25rem 1.5rem 1.35rem;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 90% at 100% 10%, rgba(212, 180, 106, 0.2), transparent 58%),
    linear-gradient(135deg, #121925 0%, #162032 52%, #1c2a40 100%);
  color: #fff;
  border: 1px solid rgba(212, 180, 106, 0.18);
}

.og-cta__glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(212, 180, 106, 0.14);
  top: -48%;
  right: -6%;
  filter: blur(36px);
  pointer-events: none;
}

.og-cta__title {
  position: relative;
  font-family: "Source Serif 4", var(--og-font-display), Georgia, serif;
  font-size: clamp(1.3rem, 2.3vw, 1.7rem);
  margin: 0 0 0.4rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

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

html.site-template-aurum .pd-cta__text {
  max-width: 30rem;
}

.og-cta__text {
  position: relative;
  font-size: 0.9rem;
  opacity: 0.88;
  max-width: 480px;
  margin: 0 auto 0.85rem;
  line-height: 1.45;
}

.og-cta__actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}

.og-cta .og-btn--white { color: #162032; }
.og-cta .og-btn--lg {
  padding: 0.65rem 1.15rem;
  font-size: 0.88rem;
}

/* Aurum CTA band — kart container içinde (boydan boya şerit değil) */
html.site-template-aurum .pd-cta .og-cta__inner,
html.site-template-aurum .og-cta.pd-cta .og-cta__inner {
  width: 100%;
  max-width: min(56rem, 100%);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
html.site-template-aurum .pd-cta .og-btn {
  border-radius: 4px;
  max-width: 100%;
  box-sizing: border-box;
}
html.site-template-aurum .pd-cta .og-btn--white {
  background: #9f1239;
  color: #fffdf9;
  border-color: #9f1239;
}
html.site-template-aurum .pd-cta .og-btn--white:hover {
  background: #881337;
  border-color: #881337;
  color: #fff;
  box-shadow: 0 12px 28px rgba(159, 18, 57, 0.28);
}
html.site-template-aurum .pd-cta .og-btn--outline-light {
  border-color: rgba(212, 180, 106, 0.55);
  color: #f4f0e8;
}
html.site-template-aurum .pd-cta .og-btn--outline-light:hover {
  background: rgba(212, 180, 106, 0.12);
  border-color: #d4b46a;
  color: #fff;
}
@media (max-width: 640px) {
  html.site-template-aurum .pd-cta .og-cta__inner {
    padding: 1.1rem 1rem 1.2rem;
    border-radius: 12px;
    overflow: hidden;
  }
  html.site-template-aurum .pd-cta .og-cta__title,
  html.site-template-aurum .pd-cta .og-cta__text {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  html.site-template-aurum .pd-cta .og-cta__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  html.site-template-aurum .pd-cta .og-btn {
    width: 100%;
    justify-content: center;
  }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   17. AUTH & INNER PAGE OVERRIDES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
html.site-preset-showcase .auth-register {
  flex: 1;
  padding: 2.5rem 0 4rem;
  background: linear-gradient(180deg, #f8fafc 0%, #f7f3ea 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(176 138 60 / 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 â”€â”€ */
/* â”€â”€ lg: â‰¤ 1180px â”€â”€ */
@media (max-width: 1180px) {
  .og-workshops__intro {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.1rem;
  }
  .og-workshops__intro .og-section-head__lead {
    flex-basis: 100%;
    -webkit-line-clamp: 3;
  }
  .og-workshops__intro .og-showcase__all--light {
    margin-left: 0;
  }
}

/* â”€â”€ md-xl: â‰¤ 1100px â”€â”€ */
@media (max-width: 1100px) {
  .og-showcase__rail { 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: 96px minmax(0, 1fr);
  }
  .og-workshops__media:not(.og-workshops__media--poster) {
    min-height: 140px;
  }
}

/* â”€â”€ sm: â‰¤ 720px â”€â”€ */
@media (max-width: 720px) {
  .og-showcase__head,
  .og-dates__head {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .og-dates__head > div {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .og-showcase__all {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
    flex: 0 0 auto;
  }
  .og-dates__shell {
    padding: 0.9rem 1rem 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .og-dates__list      { grid-template-columns: 1fr; }
  .og-dates__row       { padding-right: 0.85rem; min-width: 0; box-sizing: border-box; }
  .og-news__grid,
  .og-showcase__rail { grid-template-columns: 1fr; }
  .og-panel-card       { grid-template-columns: 1fr; }
  .og-panel-card__media{ min-height: 160px; }
}

/* Aurum önemli tarihler — “Tüm tarihler” taşmasın */
@media (max-width: 720px) {
  html.site-template-aurum .og-dates .og-dates__shell {
    overflow: hidden !important;
  }
  html.site-template-aurum .og-dates .og-dates__head {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.75rem !important;
  }
  html.site-template-aurum .og-dates .og-showcase__all {
    display: inline-flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0.65rem 0.9rem !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    white-space: nowrap !important;
  }
}

/* â”€â”€ 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; }

}

/* â”€â”€ 560px: workshops â”€â”€ */
@media (max-width: 560px) {
  .og-workshops__layout { gap: 1rem; }
  .og-workshops__card {
    grid-template-columns: 88px minmax(0, 1fr);
  }
  .og-workshops__media:not(.og-workshops__media--poster) {
    min-height: 140px;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   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;
  }
}


/* ═══════════════════════════════════════════
   symposium symposium hero — formal academic
   ═══════════════════════════════════════════ */
html.site-template-aurum .og-hero { display: none !important; }

html.site-template-aurum .pd-hero {
  --pd-ink: #f4f1ea;
  --pd-muted: #c4bdb2;
  --pd-accent: #b42318;
  --pd-gold: #c6a15b;
  --pd-navy: #0a1628;
  --pd-deep: #050d18;
  --pd-hero-h: clamp(38rem, 82vh, 48rem);
  position: relative;
  padding-top: calc(var(--og-hh, 120px) + 2.75rem);
  isolation: isolate;
  overflow: hidden;
  height: var(--pd-hero-h);
  min-height: var(--pd-hero-h);
  max-height: var(--pd-hero-h);
  color: var(--pd-ink);
  background: var(--pd-deep);
  box-sizing: border-box;
}

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

/* Slide fotoğrafı — çok soluk, blur’lu atmosfer */
html.site-template-aurum .pd-hero__photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

html.site-template-aurum .pd-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.34;
  filter: blur(2px) saturate(0.78) brightness(0.82);
  transform: scale(1.05);
  transition: opacity 0.55s ease;
}

html.site-template-aurum .pd-hero__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 85% 15%, rgba(180, 35, 24, 0.18), transparent 55%),
    radial-gradient(ellipse 45% 40% at 10% 80%, rgba(198, 161, 91, 0.1), transparent 50%),
    linear-gradient(155deg, #050d18 0%, #0c1a2e 42%, #12100f 100%);
}

html.site-template-aurum .pd-hero--has-photo .pd-hero__wash {
  background:
    radial-gradient(ellipse 55% 45% at 85% 15%, rgba(180, 35, 24, 0.12), transparent 55%),
    radial-gradient(ellipse 45% 40% at 10% 80%, rgba(198, 161, 91, 0.07), transparent 50%),
    linear-gradient(155deg, rgba(5, 13, 24, 0.62) 0%, rgba(12, 26, 46, 0.58) 42%, rgba(18, 16, 15, 0.66) 100%);
}

html.site-template-aurum .pd-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 13, 24, 0.55) 0%, transparent 55%),
    linear-gradient(180deg, transparent 40%, rgba(5, 13, 24, 0.55) 100%);
}

html.site-template-aurum .pd-hero--has-photo .pd-hero__veil {
  background:
    linear-gradient(90deg, rgba(5, 13, 24, 0.58) 0%, rgba(5, 13, 24, 0.22) 48%, rgba(5, 13, 24, 0.4) 100%),
    linear-gradient(180deg, rgba(5, 13, 24, 0.2) 0%, transparent 38%, rgba(5, 13, 24, 0.55) 100%);
}

html.site-template-aurum .pd-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(244, 241, 234, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 241, 234, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, #000 20%, transparent 92%);
}

html.site-template-aurum .pd-hero__frame {
  position: absolute;
  inset: 1.25rem 1.25rem 1.25rem 1.25rem;
  border: 1px solid rgba(198, 161, 91, 0.18);
  border-radius: 4px;
  pointer-events: none;
}
html.site-template-aurum .pd-hero__frame::before,
html.site-template-aurum .pd-hero__frame::after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-color: rgba(198, 161, 91, 0.55);
  border-style: solid;
}
html.site-template-aurum .pd-hero__frame::before {
  top: -1px; left: -1px;
  border-width: 2px 0 0 2px;
}
html.site-template-aurum .pd-hero__frame::after {
  right: -1px; bottom: -1px;
  border-width: 0 2px 2px 0;
}

html.site-template-aurum .pd-hero__shell {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.5rem 0 2rem;
  box-sizing: border-box;
}

html.site-template-aurum .pd-hero__shell > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-height: 0;
  gap: 1.25rem;
}

html.site-template-aurum .pd-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 1fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
  min-height: 0;
  flex: 1 1 auto;
}

html.site-template-aurum .pd-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.15rem;
  color: var(--pd-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

html.site-template-aurum .pd-hero__title {
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

html.site-template-aurum .pd-hero__title-main {
  font-family: "Source Serif 4", "Times New Roman", Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: #f8f5ef;
  max-width: min(36rem, 100%);
  overflow: visible;
}

html.site-template-aurum .pd-hero__title-sub {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e8b4ae;
}

/* Hero açıklama (slider description / özet) Aurum ana sayfada gösterilmez. */
html.site-template-aurum .pd-hero__lead {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  max-width: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

html.site-template-aurum .pd-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

html.site-template-aurum .pd-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.45rem;
  padding: 0.5rem 1.05rem;
  border-radius: 4px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

html.site-template-aurum .pd-hero__btn--solid {
  background: var(--pd-accent);
  color: #fff;
  border: 1px solid var(--pd-accent);
  box-shadow: 0 14px 30px rgba(180, 35, 24, 0.28);
}
html.site-template-aurum .pd-hero__btn--solid:hover {
  transform: translateY(-1px);
  background: #8f1c14;
  border-color: #8f1c14;
  color: #fff;
}

html.site-template-aurum .pd-hero__btn--ghost {
  background: transparent;
  color: #f4f1ea;
  border: 1px solid rgba(244, 241, 234, 0.28);
}
html.site-template-aurum .pd-hero__btn--ghost:hover {
  border-color: rgba(198, 161, 91, 0.65);
  color: #fff;
}

html.site-template-aurum .pd-hero__facts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin: 1.65rem 0 0;
  padding: 0;
}

html.site-template-aurum .pd-hero__facts li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ddd6cb;
  font-size: 0.86rem;
  font-weight: 500;
}

html.site-template-aurum .pd-hero__fact-icon {
  display: inline-grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 3px;
  background: rgba(180, 35, 24, 0.16);
  color: #e8b4ae;
  font-size: 0.72rem;
}

html.site-template-aurum .pd-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

html.site-template-aurum .pd-hero__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: stretch;
  min-height: 0;
  width: 100%;
}

html.site-template-aurum .pd-hero__visual {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 34rem;
  margin-left: auto;
  z-index: 1;
}

html.site-template-aurum .pd-hero__visual-glow {
  position: absolute;
  inset: 12% -8% -10% 8%;
  background: radial-gradient(ellipse at center, rgba(180, 35, 24, 0.22), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
}

html.site-template-aurum .pd-hero__media {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #0a1628;
  border: 1px solid rgba(198, 161, 91, 0.28);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(244, 241, 234, 0.04);
}
html.site-template-aurum .pd-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.04) brightness(0.95);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
html.site-template-aurum .pd-hero__visual:hover .pd-hero__media img {
  transform: scale(1.03);
}

html.site-template-aurum .pd-hero__media-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 13, 24, 0.12) 0%, transparent 35%, rgba(5, 13, 24, 0.55) 100%),
    linear-gradient(90deg, rgba(5, 13, 24, 0.2) 0%, transparent 45%);
}

html.site-template-aurum .pd-hero__media-badge {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  z-index: 2;
  max-width: calc(100% - 1.8rem);
  padding: 0.45rem 0.75rem;
  border-radius: 2px;
  background: rgba(10, 22, 40, 0.82);
  border: 1px solid rgba(198, 161, 91, 0.35);
  color: #e8dcc4;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html.site-template-aurum .pd-hero__media-date {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.65rem;
  border-radius: 2px;
  background: rgba(5, 13, 24, 0.78);
  border: 1px solid rgba(244, 241, 234, 0.14);
  color: #f4f1ea;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
html.site-template-aurum .pd-hero__media-date i {
  color: var(--pd-gold);
  font-size: 0.7rem;
}

html.site-template-aurum .pd-hero__visual-corner {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  border-color: var(--pd-gold);
  border-style: solid;
  z-index: 2;
  pointer-events: none;
}
html.site-template-aurum .pd-hero__visual-corner--tl {
  top: -0.35rem;
  left: -0.35rem;
  border-width: 2px 0 0 2px;
}
html.site-template-aurum .pd-hero__visual-corner--br {
  right: -0.35rem;
  bottom: -0.35rem;
  border-width: 0 2px 2px 0;
}

html.site-template-aurum .pd-hero__stage-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 34rem;
  margin-left: auto;
  height: auto;
  min-height: 0;
  padding: 1.25rem;
  border-radius: 4px;
  border: 1px solid rgba(198, 161, 91, 0.22);
  background:
    linear-gradient(165deg, rgba(244, 241, 234, 0.07), rgba(10, 22, 40, 0.72));
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(244, 241, 234, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-sizing: border-box;
}

html.site-template-aurum .pd-hero__stage-top {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1.15rem;
  padding-bottom: 1.05rem;
  border-bottom: 1px solid rgba(198, 161, 91, 0.18);
}

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

html.site-template-aurum .pd-hero__stage-date {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #f8f5ef;
  line-height: 1.3;
}

html.site-template-aurum .pd-hero__stage-place {
  margin: 0.1rem 0 0;
  color: var(--pd-muted);
  font-size: 0.86rem;
}
html.site-template-aurum .pd-hero__stage-place i {
  color: var(--pd-gold);
  margin-right: 0.35rem;
}

html.site-template-aurum .pd-hero__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

html.site-template-aurum .pd-hero__features li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
}

html.site-template-aurum .pd-hero__feature-icon {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 4px;
  background: rgba(180, 35, 24, 0.14);
  color: #e8b4ae;
  font-size: 0.85rem;
}

html.site-template-aurum .pd-hero__features strong {
  display: block;
  color: #f8f5ef;
  font-size: 0.92rem;
  font-weight: 700;
}

html.site-template-aurum .pd-hero__features span {
  display: block;
  margin-top: 0.18rem;
  color: #a8a29a;
  font-size: 0.8rem;
  line-height: 1.4;
}

html.site-template-aurum .pd-hero__empty-hint {
  margin: 1rem 0 0;
  color: #a8a29a;
  font-size: 0.86rem;
}
html.site-template-aurum .pd-hero__empty-hint a {
  color: #e8b4ae;
  font-weight: 700;
}

html.site-template-aurum .pd-hero__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 1.15rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(198, 161, 91, 0.16);
  flex-shrink: 0;
}

html.site-template-aurum .pd-hero__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #f4f1ea;
  letter-spacing: 0.06em;
  min-width: 3.2rem;
}
html.site-template-aurum .pd-hero__counter span:nth-child(2) { color: #78716c; }

html.site-template-aurum .pd-hero__progress {
  flex: 1 1 10rem;
  height: 2px;
  border-radius: 999px;
  background: rgba(244, 241, 234, 0.12);
  overflow: hidden;
}
html.site-template-aurum .pd-hero__progress > span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--pd-accent), var(--pd-gold));
  border-radius: inherit;
}

html.site-template-aurum .pd-hero__dots {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
html.site-template-aurum .pd-hero__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(244, 241, 234, 0.28);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}
html.site-template-aurum .pd-hero__dot.is-active {
  width: 1.4rem;
  background: var(--pd-accent);
}

html.site-template-aurum .pd-hero__arrows {
  display: inline-flex;
  gap: 0.4rem;
}
html.site-template-aurum .pd-hero__arrow {
  display: inline-grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 4px;
  border: 1px solid rgba(244, 241, 234, 0.22);
  background: rgba(244, 241, 234, 0.04);
  color: #f4f1ea;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
html.site-template-aurum .pd-hero__arrow:hover {
  background: rgba(180, 35, 24, 0.2);
  border-color: rgba(180, 35, 24, 0.45);
}

html.site-template-aurum .pd-hero__copy > *,
html.site-template-aurum .pd-hero__stage {
  animation: pd-hero-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
html.site-template-aurum .pd-hero__copy > *:nth-child(1) { animation-delay: 0.06s; }
html.site-template-aurum .pd-hero__copy > *:nth-child(2) { animation-delay: 0.16s; }
html.site-template-aurum .pd-hero__copy > *:nth-child(3) { animation-delay: 0.26s; }
html.site-template-aurum .pd-hero__copy > *:nth-child(4) { animation-delay: 0.34s; }
html.site-template-aurum .pd-hero__copy > *:nth-child(5) { animation-delay: 0.42s; }
html.site-template-aurum .pd-hero__stage { animation-delay: 0.22s; }

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

@media (max-width: 980px) {
  html.site-template-aurum .pd-hero {
    --pd-hero-h: auto;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: calc(var(--og-hh, 100px) + 1.25rem);
  }
  html.site-template-aurum .pd-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
  html.site-template-aurum .pd-hero__shell {
    padding: 0.15rem 0 1.1rem;
  }
  html.site-template-aurum .pd-hero__shell > div {
    gap: 0.95rem;
  }
  html.site-template-aurum .pd-hero__stage {
    order: -1;
    justify-content: center;
  }
  html.site-template-aurum .pd-hero__visual,
  html.site-template-aurum .pd-hero__stage-card {
    max-width: 100%;
    margin-left: 0;
  }
  html.site-template-aurum .pd-hero__frame {
    inset: 0.55rem;
  }
  html.site-template-aurum .pd-hero__eyebrow {
    margin: 0 0 0.65rem;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    gap: 0.45rem;
  }
  html.site-template-aurum .pd-hero__eyebrow-line {
    width: 1.35rem;
  }
  html.site-template-aurum .pd-hero__title {
    gap: 0.35rem;
  }
  html.site-template-aurum .pd-hero__title-main {
    max-width: none;
    font-size: clamp(1.55rem, 4.8vw, 2rem);
    line-height: 1.22;
    letter-spacing: -0.015em;
    white-space: normal;
    overflow: visible;
    word-break: break-word;
  }
  html.site-template-aurum .pd-hero__title-sub {
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    line-height: 1.35;
    white-space: normal;
  }
  html.site-template-aurum .pd-hero__lead {
    display: none !important;
  }
  html.site-template-aurum .pd-hero__actions {
    margin-top: 1rem;
    gap: 0.55rem;
  }
  html.site-template-aurum .pd-hero__btn {
    min-height: 2.6rem;
    align-items: center;
  }
  html.site-template-aurum .pd-hero__facts {
    margin-top: 1rem;
    gap: 0.45rem 0.85rem;
  }
  html.site-template-aurum .pd-hero__facts li {
    font-size: 0.82rem;
  }
}

@media (max-width: 640px) {
  html.site-template-aurum .pd-hero {
    padding-top: calc(var(--og-hh, 88px) + 0.55rem);
  }

  html.site-template-aurum .pd-hero__shell {
    padding: 0 0 0.85rem;
  }

  html.site-template-aurum .pd-hero__shell > div {
    gap: 0.85rem;
  }

  html.site-template-aurum .pd-hero__grid {
    gap: 0.85rem;
  }

  html.site-template-aurum .pd-hero__copy {
    min-width: 0;
    width: 100%;
  }

  html.site-template-aurum .pd-hero__frame {
    display: none;
  }

  html.site-template-aurum .pd-hero__visual-glow {
    display: none;
  }

  html.site-template-aurum .pd-hero__media {
    aspect-ratio: 16 / 9;
    max-height: 11rem;
    border-radius: 8px;
  }

  html.site-template-aurum .pd-hero__media-badge,
  html.site-template-aurum .pd-hero__media-date {
    display: none;
  }

  html.site-template-aurum .pd-hero__visual-corner {
    display: none;
  }

  html.site-template-aurum .pd-hero__eyebrow {
    margin: 0 0 0.55rem;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    white-space: normal;
    line-height: 1.35;
  }

  html.site-template-aurum .pd-hero__title {
    gap: 0.4rem;
    width: 100%;
  }

  /* Mobil: daha büyük / satır kırılabilir başlık */
  html.site-template-aurum .pd-hero__title-main {
    font-size: clamp(1.5rem, 7.2vw, 1.85rem) !important;
    line-height: 1.22 !important;
    letter-spacing: -0.015em !important;
    max-width: 100% !important;
    overflow: visible !important;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  html.site-template-aurum .pd-hero__title-sub {
    font-size: 0.82rem !important;
    letter-spacing: 0.04em !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow: visible !important;
    word-break: break-word;
  }

  html.site-template-aurum .pd-hero__lead {
    display: none !important;
  }

  /* Butonlar: yan yana, kompakt */
  html.site-template-aurum .pd-hero__actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: stretch !important;
    margin-top: 0.7rem !important;
    gap: 0.45rem !important;
    width: 100%;
  }

  html.site-template-aurum .pd-hero__btn {
    width: 100% !important;
    min-height: 2.15rem !important;
    height: 2.15rem !important;
    box-sizing: border-box !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    padding: 0.35rem 0.55rem !important;
    gap: 0.3rem !important;
    line-height: 1.15 !important;
    white-space: nowrap;
    box-shadow: none !important;
  }

  html.site-template-aurum .pd-hero__btn i {
    font-size: 0.7em !important;
  }

  html.site-template-aurum .pd-hero__facts {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 0.45rem !important;
    margin-top: 0.85rem !important;
    width: 100%;
  }

  html.site-template-aurum .pd-hero__facts li {
    font-size: 0.82rem !important;
    gap: 0.45rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    max-width: 100%;
  }

  html.site-template-aurum .pd-hero__fact-icon {
    width: 1.35rem;
    height: 1.35rem;
    font-size: 0.62rem;
    flex-shrink: 0;
  }

  html.site-template-aurum .pd-hero__controls {
    gap: 0.4rem;
    margin-top: 0.25rem;
  }

  html.site-template-aurum .pd-hero__counter {
    font-size: 0.72rem;
  }

  html.site-template-aurum .pd-hero__arrow {
    width: 2rem;
    height: 2rem;
  }

  html.site-template-aurum .pd-hero__progress {
    order: 5;
    flex-basis: 100%;
  }
}

@media (max-width: 700px) {
  html.site-template-aurum .pd-hero__progress { order: 5; flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html.site-template-aurum .pd-hero__copy > *,
  html.site-template-aurum .pd-hero__stage {
    animation: none !important;
  }
}

/* ── symposium symposium guide ── */
/* Slider-altı hızlı erişim şeridi (Anadolu an-features dilinde, Aurum renkleri) */
html.site-template-aurum .pd-guide {
  --pd-accent: #9f1239;
  --pd-navy: #1e293b;
  --pd-muted: #78716c;
  position: relative;
  z-index: 5;
  margin-top: -3.5rem;
  padding: 0 0 0.75rem;
  background: transparent;
}

html.site-template-aurum .pd-guide__bar {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background: #fffdf9;
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(231, 229, 228, 0.95);
  box-shadow:
    0 16px 40px rgba(28, 25, 23, 0.1),
    0 2px 8px rgba(28, 25, 23, 0.04);
}

html.site-template-aurum .pd-guide__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 0;
  padding: 1.05rem 0.55rem 1.1rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-right: 1px solid #ebe4df;
  transition: background 0.18s ease;
}

html.site-template-aurum .pd-guide__item:last-child {
  border-right: 0;
}

html.site-template-aurum .pd-guide__item:hover {
  background: #faf5f3;
}

html.site-template-aurum .pd-guide__icon {
  display: inline-grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  color: var(--pd-accent);
  font-size: 1.15rem;
  line-height: 1;
}

html.site-template-aurum .pd-guide__copy {
  display: grid;
  gap: 0.15rem;
}

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

html.site-template-aurum .pd-guide__desc {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--pd-muted);
  line-height: 1.3;
}

@media (max-width: 1100px) {
  html.site-template-aurum .pd-guide__bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  html.site-template-aurum .pd-guide__item:nth-child(3n) {
    border-right: 0;
  }
  html.site-template-aurum .pd-guide__item:nth-child(n+4) {
    border-top: 1px solid #ebe4df;
  }
}

@media (max-width: 900px) {
  /* Tablet/mobil: hero CTA’ların üstüne binmesin */
  html.site-template-aurum .pd-guide {
    margin-top: 0;
    padding: 0.85rem 0 1.25rem;
    z-index: 2;
  }
  html.site-template-aurum .pd-hero {
    padding-bottom: 0.25rem;
  }
}

@media (max-width: 640px) {
  html.site-template-aurum .pd-guide {
    margin-top: 0 !important;
    padding: 0.65rem 0 1.1rem;
  }
  html.site-template-aurum .pd-guide .container-custom {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  html.site-template-aurum .pd-guide__bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  html.site-template-aurum .pd-guide__item {
    border-right: 1px solid #ebe4df;
    padding: 0.85rem 0.45rem 0.9rem;
    min-width: 0;
  }
  html.site-template-aurum .pd-guide__item:nth-child(2n) {
    border-right: 0;
  }
  html.site-template-aurum .pd-guide__item:nth-child(n+3) {
    border-top: 1px solid #ebe4df;
  }
  html.site-template-aurum .pd-guide__label {
    font-size: 0.78rem;
    overflow-wrap: anywhere;
  }
  html.site-template-aurum .pd-guide__desc {
    font-size: 0.65rem;
  }
}


/* ── Aurum news: horizontal card rail (short excerpt, not huge grid) ── */
html.site-template-aurum .pd-news {
  --pd-ink: #1c1917;
  --pd-muted: #78716c;
  --pd-accent: #9f1239;
  --pd-navy: #1e293b;
  --pd-gold: #a16207;
  --pd-line: rgba(28, 25, 23, 0.1);
  padding: clamp(3rem, 5.5vw, 4.5rem) 0;
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(159, 18, 57, 0.045), transparent 55%),
    linear-gradient(180deg, #f8f6f2 0%, #f3f0eb 100%);
}

html.site-template-aurum .pd-news__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}

html.site-template-aurum .pd-news__eyebrow {
  margin: 0 0 0.55rem;
  color: var(--pd-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

html.site-template-aurum .pd-news__title {
  margin: 0 0 0.45rem;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--pd-ink);
}

html.site-template-aurum .pd-news__lead {
  margin: 0;
  max-width: 34rem;
  color: var(--pd-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

html.site-template-aurum .pd-news__head-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

html.site-template-aurum .pd-news__nav {
  display: inline-flex;
  gap: 0.35rem;
}

html.site-template-aurum .pd-news__nav-btn {
  display: inline-grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  border: 1px solid #e7e5e4;
  background: #fff;
  color: var(--pd-navy);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

html.site-template-aurum .pd-news__nav-btn:hover {
  border-color: rgba(159, 18, 57, 0.35);
  color: var(--pd-accent);
}

html.site-template-aurum .pd-news__all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 1.05rem;
  border-radius: 4px;
  border: 1px solid #e7e5e4;
  background: #fff;
  color: var(--pd-navy);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}

html.site-template-aurum .pd-news__all:hover {
  border-color: rgba(159, 18, 57, 0.35);
  color: var(--pd-accent);
}

html.site-template-aurum .pd-news__rail-wrap {
  margin: 0 -0.15rem;
}

html.site-template-aurum .pd-news__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(19rem, 21.5rem);
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 0.9rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.35rem 0.15rem 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

html.site-template-aurum .pd-news__rail::-webkit-scrollbar {
  display: none;
}

html.site-template-aurum .pd-news__card {
  scroll-snap-align: start;
  min-width: 0;
  height: 100%;
  display: flex;
}

html.site-template-aurum .pd-news__link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex: 1 1 auto;
  width: 100%;
  min-height: 15.75rem;
  padding: 1.2rem 1.2rem 1.1rem;
  border-radius: 1.05rem;
  border: 1px solid var(--pd-line);
  background: #fffdf9;
  box-shadow: 0 12px 30px rgba(28, 25, 23, 0.05);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

html.site-template-aurum .pd-news__link:hover {
  transform: translateY(-3px);
  border-color: rgba(159, 18, 57, 0.28);
  box-shadow: 0 18px 36px rgba(28, 25, 23, 0.09);
  color: inherit;
}

html.site-template-aurum .pd-news__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1c1917, #9f1239 45%, #a16207);
}

html.site-template-aurum .pd-news__media {
  display: block;
  margin: -1.2rem -1.2rem 0.15rem;
  height: 8.5rem;
  overflow: hidden;
  background: #1c1917;
}

html.site-template-aurum .pd-news__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

html.site-template-aurum .pd-news__card--has-image .pd-news__link {
  min-height: 20rem;
}

html.site-template-aurum .pd-news__card.is-pinned .pd-news__link {
  border-color: rgba(159, 18, 57, 0.22);
  background: linear-gradient(180deg, #fff 0%, #fcf8f7 100%);
}

html.site-template-aurum .pd-news__top {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

html.site-template-aurum .pd-news__date {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 3.5rem;
  padding: 0.45rem 0.3rem;
  border-radius: 0.8rem;
  background: linear-gradient(145deg, #1c1917 0%, #9f1239 70%, #a16207 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 8px 18px rgba(159, 18, 57, 0.22);
}

html.site-template-aurum .pd-news__date strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

html.site-template-aurum .pd-news__date span {
  margin-top: 0.15rem;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0.92;
}

html.site-template-aurum .pd-news__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  min-width: 0;
  padding-top: 0.1rem;
}

html.site-template-aurum .pd-news__tag,
html.site-template-aurum .pd-news__pin {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

html.site-template-aurum .pd-news__tag {
  color: #9f1239;
  background: rgba(159, 18, 57, 0.08);
}

html.site-template-aurum .pd-news__pin {
  color: #a16207;
  background: rgba(161, 98, 7, 0.1);
}

html.site-template-aurum .pd-news__pin i {
  font-size: 0.58rem;
}

html.site-template-aurum .pd-news__meta time {
  width: 100%;
  font-size: 0.72rem;
  font-weight: 600;
  color: #a8a29e;
}

html.site-template-aurum .pd-news__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.32em * 2);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.32;
  color: var(--pd-navy);
}

html.site-template-aurum .pd-news__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1 1 auto;
  margin: 0;
  min-height: calc(1.5em * 3);
  color: var(--pd-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

html.site-template-aurum .pd-news__read {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.25rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--pd-navy);
}

html.site-template-aurum .pd-news__read i {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: #1c1917;
  color: #f5e6c8;
  font-size: 0.68rem;
  transition: background 0.15s ease, transform 0.15s ease;
}

html.site-template-aurum .pd-news__link:hover .pd-news__read i {
  background: var(--pd-accent);
  transform: translateX(2px);
}

@media (max-width: 640px) {
  html.site-template-aurum .pd-news__rail {
    grid-auto-columns: minmax(16rem, 82vw);
  }
  html.site-template-aurum .pd-news__head-actions {
    width: 100%;
    justify-content: space-between;
  }
}

/* ── symposium participation flow — horizontal process (not card lists) ── */
html.site-template-aurum .og-steps,
html.site-template-aurum .pd-path { display: none !important; }

html.site-template-aurum .pd-flow {
  --pd-ink: #1c1917;
  --pd-muted: #78716c;
  --pd-accent: #9f1239;
  --pd-navy: #1e293b;
  --pd-gold: #a16207;
  --pd-line: rgba(28, 25, 23, 0.1);
  padding: clamp(3.5rem, 6.5vw, 5.25rem) 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(159, 18, 57, 0.05), transparent 60%),
    #f3f0eb;
}

html.site-template-aurum .pd-flow__head {
  max-width: 40rem;
  margin: 0 auto 2.35rem;
  text-align: center;
}

html.site-template-aurum .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-aurum .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-aurum .pd-flow__lead {
  margin: 0 auto 1.25rem;
  max-width: 32rem;
  color: var(--pd-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

html.site-template-aurum .pd-flow__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  max-width: 100%;
  padding: 0.7rem 1.2rem;
  border-radius: 4px;
  background: var(--pd-accent);
  color: #fffdf9;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 10px 24px rgba(159, 18, 57, 0.22);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

html.site-template-aurum .pd-flow__cta:hover {
  transform: translateY(-2px);
  background: #881337;
  color: #fffdf9;
  box-shadow: 0 14px 28px rgba(159, 18, 57, 0.28);
}

html.site-template-aurum .pd-flow__cta i {
  font-size: 0.78rem;
  transition: transform 0.18s ease;
}

html.site-template-aurum .pd-flow__cta:hover i {
  transform: translateX(3px);
}

html.site-template-aurum .pd-flow__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
}

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

html.site-template-aurum .pd-flow__bridge {
  position: absolute;
  top: 3.35rem;
  left: -0.55rem;
  width: 1.1rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(161, 98, 7, 0.15), rgba(161, 98, 7, 0.55), rgba(161, 98, 7, 0.15));
  pointer-events: none;
  z-index: 2;
}

html.site-template-aurum .pd-flow__point {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  height: 100%;
  padding: 1.15rem 1rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid var(--pd-line);
  background: #fffdf9;
  box-shadow: 0 10px 28px rgba(28, 25, 23, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

html.site-template-aurum .pd-flow__point:hover {
  transform: translateY(-4px);
  border-color: rgba(159, 18, 57, 0.28);
  box-shadow: 0 16px 34px rgba(28, 25, 23, 0.09);
  color: inherit;
}

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

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

html.site-template-aurum .pd-flow__mark {
  display: inline-grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 999px;
  border: 1px solid rgba(161, 98, 7, 0.4);
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.95), transparent 55%),
    linear-gradient(160deg, #fff 0%, #f8f1e8 100%);
  color: var(--pd-accent);
  font-size: 1.1rem;
  box-shadow: 0 8px 18px rgba(28, 25, 23, 0.08);
}

html.site-template-aurum .pd-flow__point:hover .pd-flow__mark {
  border-color: rgba(159, 18, 57, 0.45);
  color: #881337;
}

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

html.site-template-aurum .pd-flow__text {
  max-width: 14rem;
  margin: 0;
  color: var(--pd-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

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

@media (max-width: 640px) {
  html.site-template-aurum .pd-flow__track {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  html.site-template-aurum .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.4rem 0.85rem;
    padding: 1rem 1.1rem;
    border-radius: 0.85rem;
  }
  html.site-template-aurum .pd-flow__num { grid-area: num; font-size: 1.45rem; }
  html.site-template-aurum .pd-flow__mark {
    grid-area: mark;
    width: 2.55rem;
    height: 2.55rem;
    font-size: 0.92rem;
  }
  html.site-template-aurum .pd-flow__name { grid-area: name; }
  html.site-template-aurum .pd-flow__text {
    grid-area: text;
    max-width: none;
  }
}

/* ── symposium about — agency-level symposium stage ── */
html.site-template-aurum .og-about { display: none !important; }

html.site-template-aurum .pd-about {
  --pd-ink: #14110f;
  --pd-muted: #6f6860;
  --pd-accent: #9f1239;
  --pd-navy: #162032;
  --pd-gold: #b08a3c;
  --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(176, 138, 60, 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-aurum .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-aurum .pd-about__glow {
  position: absolute;
  width: 22rem;
  height: 22rem;
  right: -6rem;
  top: -8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 138, 60, 0.16), transparent 68%);
  pointer-events: none;
}

html.site-template-aurum .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-aurum .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-aurum .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-aurum .pd-about__eyebrow-mark {
  width: 2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--pd-gold), var(--pd-accent));
}

html.site-template-aurum .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-aurum .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-aurum .pd-about__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

html.site-template-aurum .pd-about__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.95rem;
  padding: 0.7rem 1.3rem;
  border-radius: 4px;
  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-aurum .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-aurum .pd-about__btn--solid:hover {
  background: #861232;
  border-color: #861232;
  color: #fff;
  transform: translateY(-1px);
}

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

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

html.site-template-aurum .pd-about__dossier {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.35rem 1.2rem;
  border: 1px solid rgba(176, 138, 60, 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-aurum .pd-about__dossier::before {
  content: "";
  position: absolute;
  inset: 0.45rem;
  border: 1px solid rgba(176, 138, 60, 0.22);
  pointer-events: none;
}

html.site-template-aurum .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-aurum .pd-about__dossier-list {
  position: relative;
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

html.site-template-aurum .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-aurum .pd-about__dossier-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

html.site-template-aurum .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-aurum .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-aurum .pd-about__dossier-seal {
  position: relative;
  margin-top: auto;
  padding-top: 1.15rem;
}

html.site-template-aurum .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(176, 138, 60, 0.55);
  border-radius: 999px;
  color: rgba(176, 138, 60, 0.9);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

html.site-template-aurum .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-aurum .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-aurum .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-aurum .pd-about__axis-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

html.site-template-aurum .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-aurum .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-aurum .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-aurum .pd-about__axis-text {
  margin: 0;
  color: var(--pd-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

html.site-template-aurum .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-aurum .pd-about__hero {
    grid-template-columns: 1fr;
  }
  html.site-template-aurum .pd-about__title {
    max-width: none;
  }
  html.site-template-aurum .pd-about__axes {
    grid-template-columns: 1fr;
  }
  html.site-template-aurum .pd-about__year {
    opacity: 0.7;
  }
}

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

html.site-template-aurum .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-aurum .pd-board__head-copy {
  max-width: 40rem;
}

html.site-template-aurum .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-aurum .pd-board__eyebrow-line {
  width: 1.75rem;
  height: 1px;
  background: linear-gradient(90deg, var(--pd-gold), var(--pd-accent));
}

html.site-template-aurum .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-aurum .pd-board__lead {
  margin: 0;
  color: var(--pd-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

html.site-template-aurum .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-aurum .pd-board__all:hover {
  gap: 0.7rem;
  border-color: var(--pd-accent);
  color: var(--pd-accent);
}

html.site-template-aurum .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-aurum .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-aurum .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-aurum .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-aurum .pd-board__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

html.site-template-aurum .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-aurum .pd-board__role,
html.site-template-aurum .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-aurum .pd-board__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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





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

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

html.site-template-aurum .pd-speakers__eyebrow {
  margin: 0;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(176, 138, 60, 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-aurum .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-aurum .pd-speakers__lead {
  margin: 0;
  max-width: 28rem;
  color: var(--pd-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

html.site-template-aurum .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-aurum .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-aurum .pd-speakers__carousel {
  margin: 0;
}

html.site-template-aurum .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-aurum .pd-speakers__carousel .card-carousel__nav:hover {
  border-color: rgba(159, 18, 57, 0.3);
  color: var(--pd-accent);
}

html.site-template-aurum .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-aurum .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-aurum .pd-speakers__media {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  background: #ebe7e1;
  overflow: hidden;
}

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

html.site-template-aurum .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-aurum .pd-speakers__badge {
  position: absolute;
  left: 0.65rem;
  top: 0.65rem;
  z-index: 1;
  padding: 0.28rem 0.55rem;
  border: 1px solid rgba(176, 138, 60, 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-aurum .pd-speakers__body {
  display: grid;
  gap: 0.4rem;
  padding: 0.9rem 0.95rem 0.85rem;
  flex: 1;
}

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

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

html.site-template-aurum .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-aurum .pd-speakers__name a {
  color: inherit;
  text-decoration: none;
}

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

html.site-template-aurum .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-aurum .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-accent);
  color: #fffdf9;
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.15s ease;
}

html.site-template-aurum .pd-speakers__cta:hover {
  background: #881337;
  color: #fff;
}

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



/* ─── symposium panels — tight poster cards (no side letterbox) ─── */
html.site-template-aurum .pd-panels {
  --pd-ink: #1c1917;
  --pd-muted: #6f6860;
  --pd-accent: #9f1239;
  --pd-navy: #162032;
  --pd-gold: #b08a3c;
  --pd-line: #e2ddd6;
  --pd-soft: #ebe6df;
  padding: clamp(2.5rem, 4.5vw, 3.75rem) 0;
  background-color: #f6f3ee;
  background-image:
    linear-gradient(rgba(28, 25, 23, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 25, 23, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
}

html.site-template-aurum .pd-panels__intro {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.35rem;
  margin-bottom: 1.35rem;
}

html.site-template-aurum .pd-panels__eyebrow {
  margin: 0;
  padding: 0.32rem 0.7rem;
  border: 1px solid rgba(176, 138, 60, 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-aurum .pd-panels__title {
  margin: 0.1rem 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-aurum .pd-panels__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.45rem;
}

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

html.site-template-aurum .pd-panels__stat 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-aurum .pd-panels__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

html.site-template-aurum .pd-panels__grid[data-count="1"] {
  grid-template-columns: 1fr;
  max-width: 17.5rem;
  margin-inline: auto;
}

html.site-template-aurum .pd-panels__grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 36rem;
  margin-inline: auto;
}

html.site-template-aurum .pd-panels__grid[data-count="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 54rem;
  margin-inline: auto;
}

html.site-template-aurum .pd-panels__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--pd-line);
  border-radius: 12px;
  background: var(--pd-soft);
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(28, 25, 23, 0.05);
  transition: box-shadow 0.28s ease, border-color 0.28s ease;
}

/* Kart transition opacity’yi eziyordu — giriş animasyonu ayrı keyframe */
html.site-template-aurum .pd-panels [data-og-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: none;
}

html.site-template-aurum .pd-panels [data-og-reveal].is-visible {
  opacity: 1;
  transform: none;
  animation: pdPanelsReveal 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--og-delay, 0s) both;
}

@keyframes pdPanelsReveal {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html.site-template-aurum .pd-panels__card[data-og-reveal].is-visible:hover,
html.site-template-aurum .pd-panels__card:hover {
  transform: translateY(-4px);
  border-color: rgba(198, 161, 91, 0.38);
  box-shadow: 0 18px 36px rgba(28, 25, 23, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

html.site-template-aurum .pd-panels__card.is-visible {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

@media (prefers-reduced-motion: reduce) {
  html.site-template-aurum .pd-panels [data-og-reveal],
  html.site-template-aurum .pd-panels [data-og-reveal].is-visible {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* Afiş: tam görünsün — kırpma yok */
html.site-template-aurum .pd-panels__media {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: none;
  line-height: 0;
  background: #f4f0e8;
  overflow: hidden;
}

html.site-template-aurum .pd-panels__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.45s ease;
}

html.site-template-aurum .pd-panels__card:hover .pd-panels__media img {
  transform: scale(1.03);
}

html.site-template-aurum .pd-panels__fallback {
  display: grid;
  place-items: center;
  height: 100%;
  color: rgba(28, 25, 23, 0.22);
  font-size: 1.25rem;
}

html.site-template-aurum .pd-panels__body {
  padding: 0.75rem 0.8rem 0.8rem;
  background: #fff;
}

html.site-template-aurum .pd-panels__name {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--pd-ink);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

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

html.site-template-aurum .pd-panels__detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: auto;
  padding: 0.7rem 0.75rem;
  background: var(--pd-soft);
  color: var(--pd-navy);
  font-size: 0.76rem;
  font-weight: 650;
  text-decoration: none;
  border-top: 1px solid rgba(28, 25, 23, 0.06);
  transition: color 0.18s ease, background 0.18s ease;
}

html.site-template-aurum .pd-panels__detail i {
  transition: transform 0.2s ease;
}

html.site-template-aurum .pd-panels__detail:hover {
  background: var(--pd-navy);
  color: #f4f1ea;
}

html.site-template-aurum .pd-panels__detail:hover i {
  transform: translateX(3px);
}

html.site-template-aurum .pd-panels__foot {
  display: flex;
  justify-content: center;
  margin-top: 1.35rem;
}

html.site-template-aurum .pd-panels__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 100%;
  padding: 0.85rem 1.35rem;
  background: var(--pd-accent);
  color: #fffdf9;
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 12px 28px rgba(159, 18, 57, 0.22);
  transition: background 0.15s ease, transform 0.15s ease;
}

html.site-template-aurum .pd-panels__all i {
  transition: transform 0.2s ease;
}

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

html.site-template-aurum .pd-panels__all:hover i {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  html.site-template-aurum .pd-panels__grid,
  html.site-template-aurum .pd-panels__grid[data-count="3"],
  html.site-template-aurum .pd-panels__grid[data-count="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    margin-inline: 0;
  }
}

@media (max-width: 640px) {
  html.site-template-aurum .pd-panels__grid,
  html.site-template-aurum .pd-panels__grid[data-count="1"],
  html.site-template-aurum .pd-panels__grid[data-count="2"],
  html.site-template-aurum .pd-panels__grid[data-count="3"],
  html.site-template-aurum .pd-panels__grid[data-count="4"] {
    grid-template-columns: 1fr;
    max-width: none;
    margin-inline: 0;
    justify-content: stretch;
  }
}

/* symposium — home.css son yüklendiğinde auth/CTA yeşil-mavi kalmasın */
html.site-template-aurum .auth-modal__aside {
  background: #f7f5f1 !important;
}
html.site-template-aurum .auth-modal__aside-btn,
html.site-template-aurum .auth-modal__submit,
html.site-template-aurum .auth-modal__btn--primary,
html.site-template-aurum .auth-register__submit {
  background: linear-gradient(135deg, #d4b46a, #b08a3c) !important;
  color: #162032 !important;
  border: none !important;
  box-shadow: 0 10px 28px rgb(176 138 60 / 0.28) !important;
  filter: none !important;
}

/* Empty hero: single centered column (no broken 2-col grid) */
html.site-template-aurum .pd-hero--empty .pd-hero__shell {
  justify-content: center;
  align-items: center;
  padding: 3rem 0 4rem;
}
html.site-template-aurum .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-aurum .pd-hero--empty .pd-hero__eyebrow {
  justify-content: center;
}
html.site-template-aurum .pd-hero--empty .pd-hero__title {
  margin: 0 0 1rem;
}
html.site-template-aurum .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-aurum .pd-hero--empty .pd-hero__empty-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
html.site-template-aurum .pd-hero--empty .pd-hero__lead {
  display: none !important;
}
html.site-template-aurum .pd-hero--empty .pd-hero__actions {
  justify-content: center;
  flex-wrap: wrap;
}
