.syh-home {
  --syh-red: #ed171c;
  --syh-red-2: #ff2b31;
  --syh-bg: #070707;
  --syh-panel: #101010;
  --syh-panel-2: #151515;
  --syh-text: #fff;
  --syh-muted: #a6a6a6;
  --syh-border: rgba(255,255,255,.10);
  --syh-font-body: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --syh-font-display: "Arial Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: clip;
  background: var(--syh-bg);
  color: var(--syh-text);
  font-family: var(--syh-font-body);
  font-synthesis: weight style;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.syh-home,
.syh-home * {
  box-sizing: border-box;
}

.syh-home img,
.syh-home iframe,
.syh-home video {
  max-width: 100%;
}

.syh-home button,
.syh-home a {
  font: inherit;
}

.syh-home .syh-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--syh-bg);
  color: var(--syh-text);
}

.syh-home .syh-wrap {
  width: min(1380px, calc(100% - 48px));
  margin-inline: auto;
}

/* HERO */
.syh-home .syh-hero {
  min-height: 640px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.syh-home .syh-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.94) 38%, rgba(5,5,5,.62) 70%, rgba(5,5,5,.88) 100%),
    linear-gradient(0deg, #070707 0%, transparent 55%, rgba(0,0,0,.26) 100%),
    var(--syh-hero-image);
  background-size: cover;
  background-position: center;
  filter: saturate(.72) contrast(1.04);
  transform: scale(1.025);
}

.syh-home .syh-hero__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 46%, transparent 0 20%, rgba(0,0,0,.24) 55%, rgba(0,0,0,.75) 100%),
    linear-gradient(120deg, rgba(237,23,28,.08), transparent 31%);
}

.syh-home .syh-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(50px, 6vw, 96px);
  padding-block: clamp(72px, 7vw, 106px);
}

.syh-home .syh-hero__copy {
  min-width: 0;
  max-width: 660px;
}

.syh-home .syh-eyebrow {
  margin: 0 0 20px;
  color: var(--syh-red);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.syh-home .syh-hero__copy h1 {
  max-width: 660px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 66px);
  line-height: 1.01;
  letter-spacing: -.045em;
  font-family: var(--syh-font-display) !important;
  font-weight: 900;
  text-transform: none;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.syh-home .syh-hero__copy p {
  max-width: 610px;
  margin: 25px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.67;
  font-weight: 440;
  white-space: pre-line;
}

.syh-home .syh-player-host {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #080808;
}

.syh-home .syh-hero__player {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(237,23,28,.67);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0,0,0,.52), inset 0 0 0 1px rgba(255,255,255,.035);
}

.syh-home .syh-media-trigger {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: inherit !important;
  outline: 0;
  background: #0b0b0b !important;
  color: #fff !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer;
  text-align: left;
}

.syh-home .syh-media-trigger::before,
.syh-home .syh-media-trigger::after {
  content: none !important;
  display: none !important;
}

.syh-home .syh-media-trigger:focus-visible {
  outline: 3px solid rgba(237,23,28,.75);
  outline-offset: -3px;
}

.syh-home .syh-thumb-blur {
  position: absolute;
  inset: -28px;
  z-index: 0;
  background-image: var(--syh-thumb);
  background-size: cover;
  background-position: center;
  filter: blur(22px) brightness(.48) saturate(.9);
  transform: scale(1.12);
  opacity: .9;
}

.syh-home .syh-media-trigger img,
.syh-home .syh-media-trigger > video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
  transition: transform .4s ease, filter .3s ease;
}

.syh-home .syh-media-trigger > video {
  background: #000;
  pointer-events: none;
}

.syh-home .syh-media-trigger:hover img,
.syh-home .syh-media-trigger:hover > video {
  transform: scale(1.02);
  filter: brightness(.83);
}

.syh-home .syh-media-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,.02) 35%, rgba(0,0,0,.34) 100%);
  pointer-events: none;
}

.syh-home .syh-play {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 54px;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  background: var(--syh-red);
  box-shadow: 0 14px 36px rgba(237,23,28,.30);
  transition: transform .2s ease, background .2s ease;
  pointer-events: none;
}

.syh-home .syh-play::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 17px;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.syh-home .syh-media-trigger:hover .syh-play {
  transform: translate(-50%, -50%) scale(1.06);
  background: var(--syh-red-2);
}

.syh-home .syh-play--small {
  width: 58px;
  height: 42px;
  border-radius: 12px;
}

.syh-home .syh-play--small::after {
  left: 23px;
  top: 13px;
  border-left-width: 16px;
  border-top-width: 8px;
  border-bottom-width: 8px;
}

.syh-home .syh-play--tiny {
  width: 50px;
  height: 36px;
  border-radius: 10px;
}

.syh-home .syh-play--tiny::after {
  left: 20px;
  top: 11px;
  border-left-width: 14px;
  border-top-width: 7px;
  border-bottom-width: 7px;
}

/* SECTION HEADINGS */
.syh-home .syh-content-section,
.syh-home .syh-latest-section {
  padding-block: clamp(68px, 7vw, 96px);
}

.syh-home .syh-content-section--soft {
  background: linear-gradient(180deg, #070707 0%, #0d0d0d 100%);
  border-top: 1px solid rgba(255,255,255,.045);
  border-bottom: 1px solid rgba(255,255,255,.045);
}

.syh-home .syh-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.syh-home .syh-heading--center {
  margin-inline: auto;
  text-align: center;
}

.syh-home .syh-heading__line {
  display: flex;
  align-items: center;
  gap: 13px;
}

.syh-home .syh-heading--center .syh-heading__line {
  justify-content: center;
}

.syh-home .syh-heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--syh-font-display) !important;
  font-size: clamp(30px, 3.05vw, 46px);
  line-height: 1.12;
  letter-spacing: -.042em;
  font-weight: 900;
  text-transform: none;
}

.syh-home .syh-heading__mark {
  width: 14px;
  height: 20px;
  flex: 0 0 auto;
  background: var(--syh-red);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 28% 50%);
}

.syh-home .syh-heading p {
  max-width: 680px;
  margin: 11px 0 0;
  color: var(--syh-muted);
  font-size: 15px;
  line-height: 1.65;
}

.syh-home .syh-heading--center p {
  margin-inline: auto;
}

/* MANUAL VIDEO GRIDS */
.syh-home .syh-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.syh-home .syh-social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.syh-home .syh-video-card {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.syh-home .syh-card-media {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(0,0,0,.24);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.syh-home .syh-video-card:hover .syh-card-media {
  transform: translateY(-3px);
  border-color: rgba(237,23,28,.42);
  box-shadow: 0 22px 50px rgba(0,0,0,.34);
}

.syh-home .syh-badge {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 5;
  max-width: calc(100% - 26px);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--syh-badge-color, #e11d48) 72%, #fff 28%);
  border-radius: 999px;
  background: var(--syh-badge-color, #e11d48);
  box-shadow:
    0 8px 22px color-mix(in srgb, var(--syh-badge-color, #e11d48) 34%, transparent),
    inset 0 1px 0 rgba(255,255,255,.2);
  color: var(--syh-badge-text, #fff);
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.syh-home .syh-badge__dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 20%, transparent);
}

/* CLOCKS */
.syh-home .syh-clock-section {
  overflow-x: auto;
  border-top: 1px solid rgba(237,23,28,.24);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: #0a0a0a;
  scrollbar-width: thin;
}

.syh-home .syh-clock-strip {
  width: min(1460px, calc(100% - 30px));
  min-width: 930px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.syh-home .syh-clock {
  min-width: 0;
  padding: 21px 27px 23px;
  border-right: 1px solid rgba(255,255,255,.065);
}

.syh-home .syh-clock:last-child {
  border-right: 0;
}

.syh-home .syh-clock__city {
  min-height: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #929292;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .16em;
  font-weight: 800;
  text-transform: uppercase;
}

.syh-home .syh-clock__time {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1;
  letter-spacing: .03em;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}

.syh-home .syh-clock.is-active .syh-clock__city {
  color: var(--syh-red);
}

.syh-home .syh-clock__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--syh-red);
  box-shadow: 0 0 16px rgba(237,23,28,.75);
}

/* LATEST VIDEOS */
.syh-home .syh-latest-section {
  background: #080808;
}

.syh-home .syh-latest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}

.syh-home .syh-latest-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: #101010;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.syh-home .syh-latest-card:hover {
  transform: translateY(-4px);
  border-color: rgba(237,23,28,.36);
  background: #131313;
}

.syh-home .syh-latest-media {
  aspect-ratio: 16 / 9;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.syh-home .syh-latest-media .syh-inline-stage {
  background: #000;
}

.syh-home .syh-latest-copy {
  min-height: 111px;
  padding: 15px 15px 16px;
}

.syh-home .syh-latest-copy h3 {
  margin: 0;
  color: #fff;
  font-family: var(--syh-font-display) !important;
  font-size: 15px;
  line-height: 1.34;
  letter-spacing: -.03em;
  font-weight: 900;
  text-transform: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.syh-home .syh-latest-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
  color: #8e8e8e;
  font-size: 11px;
  line-height: 1.3;
}

.syh-home .syh-subscribe-wrap {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.syh-home .syh-subscribe-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid var(--syh-red);
  border-radius: 10px;
  background: var(--syh-red);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}

.syh-home .syh-subscribe-button:hover {
  transform: translateY(-2px);
  background: var(--syh-red-2);
}

.syh-home .syh-subscribe-icon {
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.syh-home .syh-subscribe-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  border-left: 5px solid currentColor;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* MODAL + ORIGINAL CARD CONTINUATION */
.syh-video-modal[hidden] {
  display: none !important;
}

.syh-video-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
}

.syh-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.86);
  backdrop-filter: blur(12px);
}

.syh-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 95vw);
  overflow: visible;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: #050505;
  box-shadow: 0 38px 120px rgba(0,0,0,.76);
}

.syh-video-modal__close {
  position: absolute !important;
  z-index: 5;
  top: -15px;
  right: -15px;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 0 3px !important;
  border: 1px solid rgba(255,255,255,.17) !important;
  border-radius: 50% !important;
  background: #151515 !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.48) !important;
  font-family: Arial, sans-serif !important;
  font-size: 28px !important;
  line-height: 1 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}

.syh-video-modal__close::before,
.syh-video-modal__close::after {
  content: none !important;
  display: none !important;
}

.syh-video-modal__close:hover {
  transform: scale(1.05);
  background: var(--syh-red, #ed171c) !important;
}

.syh-video-modal__stage {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 19px;
  background: #000;
}

.syh-video-modal__stage iframe,
.syh-video-modal__stage video,
.syh-home .syh-inline-stage iframe,
.syh-home .syh-inline-stage video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  object-fit: cover;
}

body.syh-modal-open {
  overflow: hidden;
}

.syh-home .syh-inline-stage {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: none;
  background: #000;
}

.syh-home .syh-player-host.is-inline-playing .syh-inline-stage {
  display: block;
}

.syh-home .syh-player-host.is-inline-playing > .syh-media-trigger {
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (min-width: 921px) {
  .syh-home .syh-hero__copy h1 {
    font-size: clamp(32px, 3vw, 48px) !important;
    line-height: 1.04;
  }
}

@media (max-width: 1180px) {
  .syh-home .syh-hero__grid {
    grid-template-columns: minmax(0, .86fr) minmax(450px, 1.14fr);
    gap: 42px;
  }

  .syh-home .syh-social-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .syh-home .syh-latest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .syh-home .syh-wrap {
    width: min(100% - 32px, 780px);
  }

  .syh-home .syh-hero,
  .syh-home .syh-hero__grid {
    min-height: auto;
  }

  .syh-home .syh-hero__grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 68px 52px;
  }

  .syh-home .syh-hero__copy,
  .syh-home .syh-hero__copy h1,
  .syh-home .syh-hero__copy p {
    max-width: none;
  }

  .syh-home .syh-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .syh-home .syh-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .syh-home .syh-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .syh-home .syh-wrap {
    width: calc(100% - 22px);
  }

  .syh-home .syh-hero__grid {
    gap: 28px;
    padding-block: 52px 34px;
  }

  .syh-home .syh-eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .syh-home .syh-hero__copy h1 {
    font-size: clamp(35px, 11vw, 52px);
    line-height: 1.02;
  }

  .syh-home .syh-hero__copy p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  .syh-home .syh-hero__player,
  .syh-home .syh-card-media,
  .syh-home .syh-latest-card {
    border-radius: 15px;
  }

  .syh-home .syh-content-section,
  .syh-home .syh-latest-section {
    padding-block: 56px;
  }

  .syh-home .syh-heading {
    margin-bottom: 24px;
  }

  .syh-home .syh-heading h2 {
    font-size: 30px;
  }

  .syh-home .syh-heading p {
    font-size: 14px;
  }

  .syh-home .syh-feature-grid,
  .syh-home .syh-social-grid,
  .syh-home .syh-latest-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .syh-home .syh-latest-card {
    display: block;
  }

  .syh-home .syh-latest-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }

  .syh-home .syh-latest-copy {
    min-height: 104px;
    padding: 14px;
  }

  .syh-home .syh-latest-copy h3 {
    font-size: 14px;
  }

  .syh-video-modal {
    padding: 10px;
  }

  .syh-video-modal__dialog {
    width: 100%;
    border-radius: 14px;
  }

  .syh-video-modal__stage {
    border-radius: 13px;
  }

  .syh-video-modal__close {
    top: 8px;
    right: 8px;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border-color: rgba(255,255,255,.25) !important;
  }
}

/* TWO-ROW VIDEO PAGINATION */
.syh-home .syh-video-card[hidden] {
  display: none !important;
}

.syh-home .syh-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.syh-home .syh-pagination[hidden] {
  display: none !important;
}

.syh-home .syh-pagination__numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.syh-home .syh-pagination button {
  appearance: none;
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
  color: #cfcfcf;
  font: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 780;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.syh-home .syh-pagination button:hover:not(:disabled),
.syh-home .syh-pagination button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(237,23,28,.62);
  background: rgba(237,23,28,.11);
  color: #fff;
  outline: none;
  box-shadow: 0 13px 30px rgba(0,0,0,.26), 0 0 0 3px rgba(237,23,28,.09);
}

.syh-home .syh-pagination button.is-active {
  border-color: var(--syh-red);
  background: var(--syh-red);
  color: #fff;
  box-shadow: 0 11px 28px rgba(237,23,28,.24);
}

.syh-home .syh-pagination button:disabled {
  opacity: .33;
  cursor: default;
}

.syh-home .syh-pagination__arrow {
  font-size: 25px !important;
  font-weight: 500 !important;
}

.syh-home .syh-pagination__ellipsis {
  min-width: 24px;
  color: #6f6f6f;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  user-select: none;
}

@media (max-width: 640px) {
  .syh-home .syh-pagination {
    gap: 7px;
    margin-top: 28px;
  }

  .syh-home .syh-pagination__numbers {
    gap: 5px;
  }

  .syh-home .syh-pagination button {
    min-width: 38px;
    height: 38px;
    padding-inline: 10px;
    border-radius: 10px;
    font-size: 12px;
  }

  .syh-home .syh-pagination__ellipsis {
    min-width: 17px;
    line-height: 38px;
  }
}

/* 1.6.0 — Aynı oynatıcıyı büyüt/küçült: iframe yeniden oluşturulmadığı için süre korunur. */
.syh-video-modal__close[hidden],
.syh-video-modal__expand[hidden] {
  display: none !important;
}

.syh-video-modal__expand {
  position: absolute !important;
  z-index: 7;
  top: 9px;
  right: 9px;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  border-radius: 11px !important;
  background: rgba(10,10,10,.82) !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.38) !important;
  font-family: Arial, sans-serif !important;
  font-size: 22px !important;
  line-height: 1 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.syh-video-modal__expand:hover {
  transform: scale(1.05);
  border-color: rgba(237,23,28,.75) !important;
  background: #ed171c !important;
}

.syh-video-modal.is-docked {
  position: absolute;
  z-index: 50;
  inset: 0 auto auto 0;
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  pointer-events: none;
  overflow: visible;
}

.syh-video-modal.is-docked .syh-video-modal__backdrop {
  display: none;
}

.syh-video-modal.is-docked .syh-video-modal__dialog {
  position: absolute;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: #000;
  box-shadow: 0 15px 40px rgba(0,0,0,.34);
  pointer-events: auto;
}

.syh-video-modal.is-docked .syh-video-modal__stage {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: inherit;
}

.syh-video-modal.is-expanded .syh-video-modal__dialog {
  left: auto !important;
  top: auto !important;
  height: auto !important;
}

@media (max-width: 640px) {
  .syh-video-modal.is-docked .syh-video-modal__dialog {
    border-radius: 14px;
  }

  .syh-video-modal__expand {
    top: 7px;
    right: 7px;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    font-size: 19px !important;
  }
}

/* Türkçe karakter güvenli, tema fontlarından tamamen izole tipografi */
.syh-home .syh-eyebrow,
.syh-home .syh-heading p,
.syh-home .syh-hero__copy p,
.syh-home .syh-latest-meta,
.syh-home .syh-subscribe-button,
.syh-home .syh-video-badge,
.syh-home .syh-pagination,
.syh-home .syh-clock-strip {
  font-family: var(--syh-font-body) !important;
}

.syh-home .syh-latest-copy h3 {
  min-height: 42px;
  padding-bottom: 2px;
}
