/* tasarim8 – VD Tasarım 4 = tasarim6 yapısı + tasarim4 kurumsal dili */
/* Kurumsal renk: white #fff, blue #0e138a, Cormorant italic */
.d8 {
  background: #fff;
  color: #1a1a1a;
  min-height: 100vh;
  font-family: "Manrope", "Inter", sans-serif;
}

.d8-header {
  position: relative;
  z-index: 40;
  height: 82px;
}

.d8-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 40px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0;
}

.d8-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

a.d8-logo > img {
  display: flex;
  width: 190px;
  height: auto;
}

.d8-utility {
  display: flex;
  gap: 12px;
  font-size: 9.5px;
  letter-spacing: 0.12em;
  color: #525252;
  align-items: center;
}

.d8-utility a {
  border: 1px solid rgba(14, 19, 138, 0.45);
  color: #0e138a;
  padding: 5px 11px;
  font-size: 9.5px;
  letter-spacing: 0.12em;
  transition: 0.2s;
}

.d8-utility a:hover {
  background: #0e138a;
  color: #fff;
}

.d8-nav {
  display: flex;
  gap: 35px;
  padding-top: 4px;
}

.d8-nav a {
  font-size: 11.5px;
  letter-spacing: 0.15em;
  color: #262626;
  font-weight: 500;
  transition: 0.2s;
}

.d8-nav a:hover {
  color: #0e138a;
}

.d8-nav-line {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 40px 0;
  display: none !important;
}

.d8-nav-line > div {
  height: 1px;
  background: rgba(14, 19, 138, 0.2);
}

.d8-hero {
  position: relative;
  height: 82vh;
  min-height: 360px;
  overflow: hidden;
}

.d8-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d8-hero-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 19, 138, 0.4),
    rgba(14, 19, 138, 0.15) 50%,
    rgba(14, 19, 138, 0.5)
  );
}

.d8-hero-c {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.d8-hero-c h1 {
  color: #fff;
  font-family: "Poppins", serif;
  font-style: italic;
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 12px;
}

.d8-hero-c p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  max-width: 480px;
  margin: 0 0 16px;
}

.d8-hero-btn {
  display: inline-block;
  background: #0e138a;
  color: #fff;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  transition: opacity 0.2s;
}

.d8-hero-btn:hover {
  opacity: 0.9;
}

.d8-meet {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 40px;
}

.d8-meet h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0e138a;
  margin: 0 0 24px;
}

.d8-meet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.d8-meet-portrait {
  position: relative;
}

.d8-meet-portrait > img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(14, 19, 138, 0.1);
}

.d8-meet-portrait::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #0e138a;
  border-left: 2px solid #0e138a;
  z-index: 2;
  pointer-events: none;
}

.d8-meet-portrait::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #0e138a;
  border-right: 2px solid #0e138a;
  z-index: 2;
  pointer-events: none;
}

.d8-meet-signature {
  font-family: "Poppins", serif;
  font-style: italic;
  font-size: 28px;
  color: #0e138a;
  margin-top: 12px;
}

.d8-meet-links {
  display: flex;
  flex-direction: column;
}

.d8-meet-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
  transition: 0.2s;
}

.d8-meet-link:hover {
  color: #0e138a;
}

.d8-meet-link span {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.d8-meet-link svg {
  width: 16px;
  height: 16px;
  color: #0e138a;
}

.d8-meet-link .sub {
  display: block;
  font-size: 11px;
  color: #888;
  margin-top: 2px;
  font-weight: 400;
}

.d8-media {
  padding: 0;
  background: #fff;
}

/* Başlık */

.d8-media-head {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 40px 0;
}

.d8-media-head h2 {
  margin: 0;
  color: #0e138a;
  font-size: 32px;
  font-weight: 700;
}

/* Ana içerik */

.d8-media-grid {
  display: grid;
  grid-template-columns: 5fr 2fr;
  gap: 32px;

  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 40px;
}

/* Ana görsel alanı */

.d8-media-video {
  position: relative;
  aspect-ratio: 20 / 10;
  overflow: hidden;

  background: #111;
  border: 2px solid #d4d4d4;
  border-radius: 6px;
}

/* Üst üste duran iki görsel */

.d8-media-image {
  position: absolute;
  inset: 0;
  z-index: 1;

  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;

  opacity: 0;
  filter: grayscale(1);
  transform: scale(1.045);

  transition:
    opacity 0.55s ease,
    transform 0.8s ease,
    filter 0.6s ease;

  pointer-events: none;
}

.d8-media-image.is-active {
  opacity: 1;
  transform: scale(1);
}

/* Görsel hover efekti */

.d8-media-video:hover .d8-media-image.is-active {
  filter: grayscale(0);
  transform: scale(1.018);
}

/* Görsel içindeki açıklama */

.d8-media-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;

  padding: 100px 28px 24px;

  color: #fff;
  pointer-events: none;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 30%,
    rgba(0, 0, 0, 0.72) 68%,
    rgba(0, 0, 0, 0.94) 100%
  );
}

.d8-media-overlay strong {
  display: block;
  margin: 0 0 8px;

  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.d8-media-overlay p {
  max-width: 720px;
  margin: 0;

  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.7;
}

/* Metin değiştirme animasyonu */

.d8-media-overlay strong,
.d8-media-overlay p {
  opacity: 1;
  transform: translateY(0);

  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.d8-media-overlay.is-changing strong,
.d8-media-overlay.is-changing p {
  opacity: 0;
  transform: translateY(10px);
}

/* Sidebar */

.d8-media-sidebar {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.d8-media-sidebar a {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;

  min-height: 48px;
  padding: 12px 16px;
  overflow: hidden;

  background: #0e138a;
  color: #fff;

  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-decoration: none;

  border-radius: 2px;

  transition:
    background-color 0.3s ease,
    padding-left 0.3s ease,
    color 0.3s ease;
}

.d8-media-sidebar a::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 4px;
  height: 100%;

  background: #9da5ff;

  transform: scaleY(0);
  transform-origin: center;

  transition: transform 0.3s ease;
}

.d8-media-sidebar a:hover,
.d8-media-sidebar a:focus,
.d8-media-sidebar a.active {
  padding-left: 22px;

  background: #080d69;
  color: #fff;
  outline: none;
}

.d8-media-sidebar a:hover::before,
.d8-media-sidebar a:focus::before,
.d8-media-sidebar a.active::before {
  transform: scaleY(1);
}

.d8-timeline {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 30px 0 52px;

  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 50%,
    #f8f5ef 50%,
    #f8f5ef 100%
  );
}

.d8-timeline,
.d8-timeline * {
  box-sizing: border-box;
}

.d8-timeline-container {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

/* ÜST BAŞLIK ALANI */

.d8-timeline-header {
  margin-bottom: 14px;
}

.d8-timeline-eyebrow {
  margin-bottom: 2px;

  color: #0e3d75;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.d8-timeline-header h2 {
  margin: 0;

  color: #11174d;
  font-family: "Poppins", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.8px;
}

.d8-timeline-header p {
  max-width: 790px;
  margin: 30px 0 0;

  color: #323232;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.55;
}

/* KART ALANI */

.d8-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
}

.d8-timeline-card {
  min-width: 0;
  height: 258px;
  overflow: hidden;
  display: flex;
  flex-direction: column;

  color: inherit;
  text-decoration: none;

  background: #ffffff;
  border-radius: 10px;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.d8-timeline-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(17, 23, 77, 0.1);
}

/* GÖRSEL ALANI */

.d8-timeline-image {
  height: 162px;
  padding: 14px 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
}

.d8-timeline-image img {
  width: 100%;
  height: 100%;
  display: block;

  object-fit: contain;
  object-position: center;
  filter: grayscale(1);

  transition:
    filter 0.35s ease,
    transform 0.35s ease;
}

.d8-timeline-card:hover .d8-timeline-image img {
  filter: grayscale(0);
  transform: scale(1.025);
}

/* KART BAŞLIĞI */

.d8-timeline-card-content {
  flex: 1;
  min-height: 96px;
  padding: 16px 12px 18px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.d8-timeline-card-content h3 {
  max-width: 170px;
  margin: 0;

  color: #11174d;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -0.35px;
}

/* TABLET */

@media (max-width: 900px) {
  .d8-timeline {
    padding-top: 32px;
  }

  .d8-timeline-container {
    width: min(840px, calc(100% - 32px));
  }

  .d8-timeline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .d8-timeline-card {
    height: 280px;
  }

  .d8-timeline-image {
    height: 184px;
  }
}

/* MOBİL */

@media (max-width: 600px) {
  .d8-timeline {
    padding: 30px 0 40px;

    background: linear-gradient(
      to bottom,
      #ffffff 0%,
      #ffffff 34%,
      #f8f5ef 34%,
      #f8f5ef 100%
    );
  }

  .d8-timeline-container {
    width: calc(100% - 40px);
  }

  .d8-timeline-eyebrow {
    font-size: 9px;
    letter-spacing: 3px;
  }

  .d8-timeline-header h2 {
    margin-top: 4px;
    font-size: 26px;
    line-height: 1.12;
  }

  .d8-timeline-header p {
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.65;
  }

  .d8-timeline-header {
    margin-bottom: 20px;
  }

  .d8-timeline-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 0 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .d8-timeline-grid::-webkit-scrollbar {
    display: none;
  }

  .d8-timeline-card {
    flex: 0 0 245px;
    height: 290px;
    scroll-snap-align: start;
  }

  .d8-timeline-image {
    height: 190px;
  }

  .d8-timeline-card-content h3 {
    font-size: 19px;
  }
}

@media (max-width: 992px) {
  .d8-media-grid {
    grid-template-columns: 2fr 1fr;
    gap: 20px;
  }

  .d8-media-overlay {
    padding: 80px 22px 20px;
  }

  .d8-media-sidebar a {
    letter-spacing: 0.06em;
  }
}

/* Mobil */

@media (max-width: 768px) {
  .d8-media-head {
    padding: 24px 20px 0;
  }

  .d8-media-head h2 {
    font-size: 26px;
  }

  .d8-media-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .d8-media-video {
    aspect-ratio: 4 / 3;
  }

  .d8-media-overlay {
    padding: 80px 18px 16px;
  }

  .d8-media-overlay strong {
    font-size: 21px;
  }

  .d8-media-overlay p {
    font-size: 12px;
    line-height: 1.55;
  }

  .d8-media-sidebar a {
    flex: initial;
    min-height: 48px;
  }
}

@media (max-width: 480px) {
  .d8-media-video {
    aspect-ratio: 1 / 1;
  }

  .d8-media-overlay {
    padding: 90px 15px 14px;
  }

  .d8-media-overlay strong {
    font-size: 19px;
  }

  .d8-media-overlay p {
    font-size: 11px;
    line-height: 1.5;
  }

  .d8-timeline-item {
    flex-basis: 250px;
  }
}

.d8-assets {
  --d8-primary: #0e138a;
  --d8-primary-hover: #080d69;
  --d8-text: #252a30;
  --d8-muted: #62686e;
  --d8-border: #dedfe3;
  --d8-background: #f8f8f8;
  padding: 0 0 72px;
  background: var(--d8-background);
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
}

/* Üst sekme alanı */

.d8-assets-topbar {
  background: #fff;
  border-bottom: 1px solid var(--d8-border);
}

.d8-assets-topbar-inner {
  max-width: 1200px;
  min-height: 60px;
  margin: 0 auto;
  padding: 0 40px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.d8-assets-tabs {
  display: flex;
  align-items: stretch;
  gap: 50px;
}

.d8-assets-tab {
  position: relative;
  min-height: 60px;
  padding: 0;

  display: inline-flex;
  align-items: center;

  appearance: none;
  background: transparent;
  color: #282d33;

  font-family: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;

  border: 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;

  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    opacity 0.25s ease;
}

.d8-assets-tab:hover,
.d8-assets-tab.active {
  color: var(--d8-primary);
  border-bottom-color: var(--d8-primary);
}

.d8-assets-tab:focus-visible {
  outline: 2px solid var(--d8-primary);
  outline-offset: 4px;
}

.d8-assets-calendar {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #282d33;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;

  transition: color 0.25s ease;
}

.d8-assets-calendar svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.d8-assets-calendar:hover {
  color: var(--d8-primary);
}

/* İç alan */

.d8-assets-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 38px 40px 0;
}

.d8-assets-head {
  margin-bottom: 30px;
  text-align: center;
}

.d8-assets-head h2 {
  margin: 0;
  color: var(--d8-text);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

/* Etkinlik listesi */

.d8-assets-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.d8-event-card {
  display: grid;
  grid-template-columns: 95px 200px minmax(0, 1fr) 235px;
  align-items: center;
  gap: 28px;

  min-height: 150px;
  padding: 19px 28px;

  background: #fff;
  border: 1px solid var(--d8-border);

  opacity: 1;
  transform: translateY(0);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease;
}

.d8-event-card:hover {
  border-color: rgba(14, 19, 138, 0.3);
  transform: translateY(-2px);
}

.d8-event-card.is-hidden {
  display: none;
}

.d8-event-card.is-filtered-in {
  animation: d8EventShow 0.4s ease both;
}

@keyframes d8EventShow {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tarih */

.d8-event-date {
  color: var(--d8-text);
  text-align: center;
}

.d8-event-date .day {
  margin-bottom: 4px;
  font-size: 37px;
  line-height: 1;
  font-weight: 700;
}

.d8-event-date .month {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.d8-event-date .weekday,
.d8-event-date .time {
  color: #464c52;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
}

/* Etkinlik görseli */

.d8-event-image {
  display: block;
  height: 112px;
  overflow: hidden;
  background: #ececec;
}

.d8-event-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;

  transform: scale(1);
  transition: transform 0.45s ease;
}

.d8-event-card:hover .d8-event-image img {
  transform: scale(1.035);
}

/* Etkinlik içeriği */

.d8-event-content {
  min-width: 0;
}

.d8-event-type {
  margin-bottom: 4px;
  color: #5a6066;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.d8-event-content h3 {
  margin: 0 0 27px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
}

.d8-event-content h3 a {
  color: var(--d8-text);
  text-decoration: none;
  transition: color 0.25s ease;
}

.d8-event-content h3 a:hover {
  color: var(--d8-primary);
}

.d8-event-location {
  display: flex;
  align-items: center;
  gap: 8px;

  color: var(--d8-muted);
  font-size: 13px;
  line-height: 1.45;
}

.d8-event-location svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #6d747a;
}

.d8-event-location span {
  padding-bottom: 2px;
  border-bottom: 1px solid #d4d6d8;
}

/* Sağ aksiyon alanı */

.d8-event-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.d8-event-dates {
  color: var(--d8-muted);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;

  transition: color 0.25s ease;
}

.d8-event-dates:hover {
  color: var(--d8-primary);
}

.d8-event-button {
  min-width: 120px;
  min-height: 42px;
  padding: 10px 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: var(--d8-primary);
  color: #fff;

  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;

  border: 1px solid var(--d8-primary);

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.d8-event-button:hover {
  background: var(--d8-primary-hover);
  border-color: var(--d8-primary-hover);
  transform: translateY(-2px);
}

/* Boş kategori mesajı */

.d8-assets-empty {
  padding: 50px 24px;
  background: #fff;
  color: var(--d8-muted);
  text-align: center;
  font-size: 15px;
  border: 1px solid var(--d8-border);
}

/* Tablet */

@media (max-width: 1100px) {
  .d8-assets-tabs {
    gap: 26px;
  }

  .d8-event-card {
    grid-template-columns: 90px 180px minmax(0, 1fr);
    gap: 22px;
  }

  .d8-event-actions {
    grid-column: 2 / 4;
    justify-content: flex-start;
    padding-top: 3px;
  }
}

/* Küçük tablet */

@media (max-width: 850px) {
  .d8-assets-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .d8-assets-tabs {
    width: 100%;
    overflow-x: auto;
    gap: 26px;
  }

  .d8-assets-tab {
    flex: 0 0 auto;
    min-height: 48px;
  }

  .d8-assets-calendar {
    min-height: 35px;
  }
}

/* Mobil */

@media (max-width: 700px) {
  .d8-assets {
    padding-bottom: 50px;
  }

  .d8-assets-topbar-inner,
  .d8-assets-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .d8-assets-inner {
    padding-top: 30px;
  }

  .d8-assets-head {
    margin-bottom: 22px;
  }

  .d8-assets-head h2 {
    font-size: 24px;
  }

  .d8-event-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .d8-event-date {
    display: flex;
    align-items: baseline;
    gap: 9px;
    text-align: left;
  }

  .d8-event-date .day {
    margin: 0;
    font-size: 33px;
  }

  .d8-event-date .month,
  .d8-event-date .weekday,
  .d8-event-date .time {
    margin: 0;
  }

  .d8-event-image {
    height: 190px;
  }

  .d8-event-content h3 {
    margin-bottom: 15px;
    font-size: 21px;
  }

  .d8-event-actions {
    grid-column: auto;
    justify-content: space-between;
    gap: 16px;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .d8-assets-tabs {
    gap: 20px;
  }

  .d8-assets-tab {
    font-size: 11px;
  }

  .d8-event-image {
    height: 155px;
  }

  .d8-event-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .d8-event-button {
    width: 100%;
  }
}

.d8-rank {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.d8-rank-left h3 {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #666;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.d8-rank-map {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}

.d8-rank-map svg {
  width: 120px;
  height: auto;
  color: #0e138a;
}

.d8-rank-nums {
  display: flex;
  gap: 32px;
}

.d8-rank-num .big {
  font-size: 48px;
  font-weight: 800;
  color: #0e138a;
  line-height: 1;
}

.d8-rank-num .lbl {
  font-size: 11px;
  color: #666;
}

.d8-rank-btn {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 24px;
  background: #0e138a;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.15em;
  border-radius: 2px;
}

.d8-rank-right h3 {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #666;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.d8-event {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #d4d4d4;
}

.d8-event-date {
  min-width: 44px;
  text-align: center;
}

.d8-event-date .day {
  font-size: 28px;
  font-weight: 800;
  color: #0e138a;
  line-height: 1;
}

.d8-event-date .month {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #888;
  text-transform: uppercase;
}

.d8-event-info h4 {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  margin: 0 0 4px;
}

.d8-event-info p {
  font-size: 11px;
  color: #777;
  margin: 0;
}

.d8-rank-viewall {
  margin-top: 16px;
  display: inline-block;
  padding: 8px 20px;
  background: #0e138a;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.15em;
  border-radius: 2px;
}

.d8-peace {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d8-peace img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d8-peace-ov {
  position: absolute;
  inset: 0;
  background: rgb(14 19 138);
}

.d8-peace-c {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
  color: #fff;
}

.d8-peace-c h2 {
  font-family: "Poppins", serif;
  font-style: italic;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 16px;
}

.d8-peace-c p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 20px;
}

.d8-peace-btn {
  display: inline-block;
  background: #0e138a;
  color: #fff;
  padding: 10px 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  border-radius: 2px;
}

.d8-carter-text-section {
  padding: 58px 0 70px;
  background: #fff;
}

.d8-carter-text-container {
  width: calc(100% - 64px);
  max-width: 1260px;
  margin: 0 auto;
}

/* Başlık */

.d8-carter-text-head {
  margin-bottom: 34px;
}

.d8-carter-text-head h2 {
  margin: 0;
  color: #0e138a;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

/* Ana yerleşim */

.d8-carter-text-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: 72px;
  align-items: start;
}

/* Sol açıklama alanı */

.d8-carter-intro {
  padding-top: 22px;
}

.d8-carter-intro p {
  max-width: 550px;
  margin: 0 0 24px;
  color: #1d3150;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}

.d8-carter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;

  background: #0e2164;
  color: #fff;

  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;

  border-radius: 2px;

  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.d8-carter-button:hover {
  background: #0e138a;
  transform: translateY(-2px);
}

/* Sağdaki haber listesi */

.d8-carter-media-list {
  overflow: hidden;
  background: #0e2164;
  border-radius: 4px;
}

.d8-carter-media-card {
  position: relative;
  display: block;
  min-height: 112px;
  padding: 27px 28px 24px;

  color: #fff;
  text-decoration: none;

  transition:
    filter 0.3s ease,
    padding-left 0.3s ease;
}

.d8-carter-media-card:nth-child(1) {
  background: #061c3b;
}

.d8-carter-media-card:nth-child(2) {
  background: #10498e;
}

.d8-carter-media-card:nth-child(3) {
  background: #2168ad;
}

.d8-carter-media-card + .d8-carter-media-card {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.d8-carter-media-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  background: rgba(255, 255, 255, 0.85);

  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.d8-carter-media-card:hover {
  padding-left: 36px;
  filter: brightness(1.08);
}

.d8-carter-media-card:hover::before {
  transform: scaleY(1);
}

.d8-carter-media-card h4 {
  max-width: 690px;
  margin: 0 0 13px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.d8-carter-media-card span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.d8-carter-media-card span b {
  display: inline-block;
  margin: 0 4px;
  font-weight: 400;
}

/* Tablet */

@media (max-width: 992px) {
  .d8-carter-text-inner {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 40px;
  }

  .d8-carter-intro p {
    font-size: 17px;
  }

  .d8-carter-media-card {
    padding: 24px;
  }

  .d8-carter-media-card:hover {
    padding-left: 30px;
  }
}

/* Mobil */

@media (max-width: 768px) {
  .d8-carter-text-section {
    padding: 42px 0 50px;
  }

  .d8-carter-text-container {
    width: calc(100% - 40px);
  }

  .d8-carter-text-head {
    margin-bottom: 22px;
  }

  .d8-carter-text-head h2 {
    font-size: 27px;
  }

  .d8-carter-text-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .d8-carter-intro {
    padding-top: 0;
  }

  .d8-carter-intro p {
    max-width: none;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.65;
  }

  .d8-carter-button {
    min-height: 46px;
    padding: 11px 20px;
    font-size: 14px;
  }

  .d8-carter-media-card {
    min-height: auto;
    padding: 22px 20px;
  }

  .d8-carter-media-card:hover {
    padding-left: 26px;
  }

  .d8-carter-media-card h4 {
    font-size: 16px;
  }

  .d8-carter-media-card span {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .d8-carter-text-container {
    width: calc(100% - 30px);
  }

  .d8-carter-text-head h2 {
    font-size: 24px;
  }

  .d8-carter-media-card {
    padding: 20px 17px;
  }

  .d8-carter-media-card:hover {
    padding-left: 22px;
  }

  .d8-carter-media-card h4 {
    font-size: 15px;
    line-height: 1.4;
  }
}

.d8-mandela {
  padding: 72px 0;
  background: #fff;
}

.d8-mandela-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.d8-mandela-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.d8-mandela h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0e138a;
  margin: 0 0 12px;
}

.d8-mandela p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 36px;
}

.d8-mandela-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.d8-mandela-logo .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(14, 19, 138, 0.12);
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d8-mandela-logo .icon svg {
  width: 32px;
  height: 32px;
  color: #0e138a;
}

.d8-mandela-logo .name {
  font-size: 11px;
  font-weight: 600;
  color: #333;
}

.d8-mandela-logo .desc {
  font-size: 10px;
  color: #888;
  margin-top: 2px;
}

.d8-faq {
  padding: 64px 0 80px;
  background: #f9f9f9;
}

.d8-faq-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}

.d8-faq h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0e138a;
  margin: 0 0 32px;
  text-align: center;
}

.d8-faq-item {
  border-bottom: 1px solid #d4d4d4;
}

.d8-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  transition: 0.2s;
}

.d8-faq-q:hover {
  color: #0e138a;
}

.d8-faq-q svg {
  width: 18px;
  height: 18px;
  color: #999;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.d8-faq-q.open svg {
  transform: rotate(180deg);
  color: #0e138a;
}

.d8-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.d8-faq-a-inner {
  padding: 0 0 18px;
  font-size: 13px;
  line-height: 1.75;
  color: #555;
}

.d8-contact {
  padding: 64px 0;
  background: #fff;
}

.d8-contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.d8-contact-info h4 {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #888;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.d8-contact-info p {
  font-size: 13px;
  line-height: 1.8;
  color: #404040;
  margin: 0 0 20px;
}

.d8-contact-form h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0 0 16px;
}

.d8-contact-form input {
  width: 100%;
  background: transparent;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
}

.d8-contact-form input::placeholder {
  color: #999;
}

.d8-contact-form button {
  background: #0e138a;
  color: #fff;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  border: none;
  cursor: pointer;
  border-radius: 2px;
}

.d8-footer {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #0e138a;
  color: #fff;
}

/* Arka plan */

.d8-footer-bg,
.d8-footer-overlay {
  position: absolute;
  inset: 0;
}

.d8-footer-bg {
  z-index: 0;
}

.d8-footer-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center bottom;
}

.d8-footer-overlay {
  z-index: 1;
  background: rgba(103, 122, 144, 0.87);
}

.d8-footer-inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 80px);
  max-width: 1280px;
  min-height: 760px;
  margin: 0 auto;
  padding: 58px 0 40px;
}

/* Üst logo */

.d8-footer-top {
  text-align: center;
}

.d8-footer-logo {
  display: inline-flex;
  width: 144px;
  height: 144px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
}

.d8-footer-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Söz */

.d8-footer-quote {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.94);
  text-align: center;
}

.d8-footer-quote p {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.d8-footer-quote p:last-child {
  margin-bottom: 0;
}

/* Navigasyon */

.d8-footer-nav {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 59px;
  padding: 34px 0 37px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.d8-footer-nav a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: "Poppins", serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.d8-footer-nav a:first-child {
  text-align: left;
}

.d8-footer-nav a:last-child {
  text-align: right;
}

.d8-footer-nav a:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

/* Orta bilgi alanı */

.d8-footer-information {
  display: grid;
  grid-template-columns: 1.05fr 1.75fr 1fr;
  gap: 0;
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.d8-footer-column {
  min-width: 0;
}

.d8-footer-column + .d8-footer-column {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.d8-footer-museum {
  padding-right: 52px;
}

.d8-footer-foundation {
  padding: 0 82px;
}

.d8-footer-connect {
  padding-left: 82px;
}

.d8-footer-column h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.d8-footer-column address {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
}

.d8-footer-inline-links {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

.d8-footer-inline-links a,
.d8-footer-office a {
  color: rgba(255, 255, 255, 0.95);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.d8-footer-inline-links a:hover,
.d8-footer-office a:hover {
  color: #fff;
  text-decoration-thickness: 2px;
}

/* Ofisler */

.d8-footer-offices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
}

.d8-footer-office h4 {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

.d8-footer-office a {
  display: inline-block;
  margin-top: 8px;
}

/* Bülten */

.d8-footer-newsletter {
  display: flex;
  min-height: 48px;
  width: 100%;
  max-width: 220px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;

  background: #fff;
  color: #23334c;

  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;

  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.d8-footer-newsletter:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
}

/* Sosyal medya */

.d8-footer-social {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 34px;
}

.d8-footer-social a {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.d8-footer-social svg {
  width: 19px;
  height: 19px;
  display: block;
}

.d8-footer-social a:hover {
  opacity: 0.65;
  transform: translateY(-2px);
}

/* Alt yasal alan */

.d8-footer-legal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-top: 62px;
}

.d8-footer-charity {
  width: 177px;
  min-height: 48px;
  margin-bottom: 15px;
}

.d8-footer-charity img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.d8-footer-legal p,
.d8-footer-legal a {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 1.45;
}

.d8-footer-legal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.d8-footer-legal a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.d8-footer-legal-right {
  text-align: right;
}

.d8-footer-legal-right > a {
  display: inline-block;
  margin-bottom: 10px;
}

/* Tablet */

@media (max-width: 1100px) {
  .d8-footer-inner {
    width: calc(100% - 64px);
  }

  .d8-footer-information {
    grid-template-columns: 1fr 1.4fr 0.9fr;
  }

  .d8-footer-museum {
    padding-right: 30px;
  }

  .d8-footer-foundation {
    padding: 0 35px;
  }

  .d8-footer-connect {
    padding-left: 35px;
  }

  .d8-footer-offices {
    gap: 24px;
  }

  .d8-footer-social {
    gap: 18px;
  }
}

/* Mobil */

@media (max-width: 768px) {
  .d8-footer {
    min-height: auto;
  }

  .d8-footer-inner {
    width: calc(100% - 40px);
    min-height: auto;
    padding: 45px 0 30px;
  }

  .d8-footer-logo {
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
  }

  .d8-footer-quote p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .d8-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 25px;
    margin-top: 40px;
    padding: 28px 0;
  }

  .d8-footer-nav a,
  .d8-footer-nav a:first-child,
  .d8-footer-nav a:last-child {
    text-align: left;
  }

  .d8-footer-information {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 10px;
    flex-direction: column;
  }

  .d8-footer-column,
  .d8-footer-museum,
  .d8-footer-foundation,
  .d8-footer-connect {
    padding: 0;
    border-left: 0;
  }

  .d8-footer-column + .d8-footer-column {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
  }

  .d8-footer-offices {
    gap: 30px;
  }

  .d8-footer-newsletter {
    max-width: 240px;
  }

  .d8-footer-legal {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
  }

  .d8-footer-legal-right {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .d8-footer-inner {
    width: calc(100% - 30px);
  }

  .d8-footer-quote p {
    font-size: 12px;
  }

  .d8-footer-nav {
    grid-template-columns: 1fr;
  }

  .d8-footer-offices {
    grid-template-columns: 1fr;
  }

  .d8-footer-social {
    justify-content: flex-start;
  }
}

.vh-news-page {
  width: 100%;
  min-height: 100vh;
  background: var(--page-background);
  border-top: 1px solid var(--accent-color);
}

.vh-news-container {
  width: calc(100% - 80px);
  max-width: var(--container-width);
  margin: 0 auto;
}

/* Üst başlık / breadcrumb */

.vh-news-header {
  min-height: 129px;
  border-bottom: 2px solid #0e138a;
}

.vh-news-header-inner {
  min-height: 128px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}

.vh-news-breadcrumb {
  margin: 0;
  color: #0e138a;
  font-size: 35px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.vh-news-breadcrumb a {
  color: #0e138a;
  text-decoration: none;
  font-size: 20px;
}

.vh-news-breadcrumb a:first-child {
  font-weight: 700;
  font-size: 35px;
}

.vh-news-breadcrumb .separator {
  display: inline-block;
  margin: 0 9px;
  font-weight: 300;
}

/* İçerik */

.vh-news-content {
  padding: 50px 100px;
}

.vh-news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 33px;
  padding-top: 30px;
}

/* Haber kartları */

.vh-news-card {
  min-width: 0;
}

.vh-news-card-title {
  display: inline;
  margin: 0;
  color: var(--heading-color);
  font-size: 23px;
  line-height: 1.22;
  font-weight: 700;
}

.vh-news-card-title a {
  color: var(--heading-color);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: var(--heading-color);
}

.vh-news-card-title a:hover {
  color: var(--accent-color);
  text-decoration-color: var(--accent-color);
}

.vh-news-date {
  display: inline;
  margin-left: 8px;
  color: var(--date-color);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
}

.vh-news-description {
  margin: 21px 0 0;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

.vh-news-more {
  color: #505050;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.vh-news-more:hover {
  color: var(--accent-color);
}

/* Görselli haber */

.vh-news-card-image {
  width: 100%;
  aspect-ratio: 2.46 / 1;
  display: block;
  margin: 0 0 17px;
  overflow: hidden;
  background: #d5d5d5;
}

.vh-news-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1);
  transition:
    filter 0.4s ease,
    transform 0.4s ease;
}

.vh-news-card-image:hover img {
  filter: grayscale(0);
  transform: scale(1.015);
}

.vh-news-card--featured .vh-news-description {
  margin-top: 24px;
}

.vh-news-card--featured .vh-news-date {
  display: block;
  margin: 8px 0 0;
}

/* Tablet */

@media (max-width: 1200px) {
  .vh-news-container {
    width: calc(100% - 64px);
  }

  .vh-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px 32px;
  }
}

/* Mobil */

@media (max-width: 700px) {
  .vh-news-container {
    width: calc(100% - 40px);
  }

  .vh-news-header {
    min-height: 105px;
  }

  .vh-news-header-inner {
    min-height: 104px;
    padding-bottom: 20px;
  }

  .vh-news-breadcrumb {
    font-size: 27px;
    line-height: 1.25;
  }

  .vh-news-breadcrumb .separator {
    margin: 0 5px;
  }

  .vh-news-content {
    padding-top: 35px;
  }

  .vh-news-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .vh-news-card-title {
    font-size: 22px;
  }

  .vh-news-description {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.45;
  }

  .vh-news-card-image {
    aspect-ratio: 16 / 8;
  }
}

@media (max-width: 420px) {
  .vh-news-container {
    width: calc(100% - 30px);
  }

  .vh-news-breadcrumb {
    font-size: 23px;
  }
}

@media (max-width: 900px) {
  .d8-header-inner {
    flex-direction: column;
    align-items: center;
  }

  .d8-nav {
    display: none;
  }

  .d8-meet-grid,
  .d8-media-grid,
  .d8-rank,
  .d8-contact-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .d8-assets-grid {
    grid-template-columns: 1fr 1fr;
  }

  .d8-mandela-logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .d8-hero {
    height: 40vh;
  }

  .d8-hero-c h1 {
    font-size: 36px;
  }

  .d8-meet h2 {
    font-size: 28px;
  }

  .d8-peace-c h2 {
    font-size: 32px;
  }
}

::selection {
  background: #0e138a;
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #0e138a;
  border-radius: 3px;
}

/* =========================================================
   Tasarım 8 – çalışan masaüstü ve mobil alt menüler
   ========================================================= */
.d8-nav {
  align-items: center;
  gap: 17px;
  overflow: visible;
}

.d8-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}

.d8-nav > .d8-nav-item > .d8-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 0 12px;
  text-decoration: none;
}

.d8-dropdown-toggle {
  width: 17px;
  height: 26px;
  margin-top: -4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0e138a;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.d8-dropdown-toggle svg {
  width: 8px;
  height: 6px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.d8-has-dropdown:hover > .d8-dropdown-toggle svg,
.d8-has-dropdown:focus-within > .d8-dropdown-toggle svg,
.d8-has-dropdown.is-open > .d8-dropdown-toggle svg {
  transform: rotate(180deg);
}

.d8-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  width: max-content;
  min-width: 245px;
  max-width: 330px;
  padding-top: 9px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease;
}

.d8-dropdown ul {
  margin: 0;
  padding: 7px;
  list-style: none;
  background: #0e138a;
  box-shadow: 0 18px 38px rgba(14, 19, 138, 0.25);
}

.d8-dropdown li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.d8-nav .d8-dropdown a {
  display: block;
  padding: 10px 12px;
  color: #fff;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.055em;
  white-space: normal;
  text-decoration: none;
}

.d8-nav .d8-dropdown a:hover,
.d8-nav .d8-dropdown a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  outline: none;
}

.d8-has-dropdown:hover > .d8-dropdown,
.d8-has-dropdown:focus-within > .d8-dropdown,
.d8-has-dropdown.is-open > .d8-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.d8-nav-item:nth-last-child(2) > .d8-dropdown {
  left: auto;
  right: 0;
  transform: translateY(8px);
}

.d8-nav-item:nth-last-child(2):hover > .d8-dropdown,
.d8-nav-item:nth-last-child(2):focus-within > .d8-dropdown,
.d8-nav-item:nth-last-child(2).is-open > .d8-dropdown {
  transform: translateY(0);
}

.d8-mobile-toggle,
.d8-mobile-nav {
  display: none;
}

@media (max-width: 1160px) and (min-width: 901px) {
  .d8-header-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  a.d8-logo > img {
    width: 165px;
  }

  .d8-nav {
    gap: 9px;
  }

  .d8-nav > .d8-nav-item > .d8-nav-link {
    font-size: 9.7px;
    letter-spacing: 0.09em;
  }

  .d8-dropdown-toggle {
    width: 13px;
  }
}

@media (max-width: 900px) {
  .d8-header {
    height: 72px;
    background: #fff;
    border-bottom: 1px solid rgba(14, 19, 138, 0.2);
  }

  .d8-header-inner {
    height: 72px;
    padding: 0 20px;
    flex-direction: row;
    align-items: center;
  }

  a.d8-logo > img {
    width: 142px;
  }

  .d8-header-right {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .d8-utility {
    gap: 0;
  }

  .d8-utility > span,
  .d8-utility > a {
    display: none;
  }

  .d8-mobile-toggle {
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(14, 19, 138, 0.45);
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .d8-mobile-toggle span {
    display: block;
    width: 100%;
    height: 1.5px;
    background: #0e138a;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .d8-mobile-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .d8-mobile-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .d8-mobile-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .d8-mobile-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 999;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    padding: 8px 20px 28px;
    background: #fff;
    border-bottom: 2px solid #0e138a;
    box-shadow: 0 18px 36px rgba(14, 19, 138, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }

  .d8-mobile-nav.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .d8-mobile-direct,
  .d8-mobile-accordion {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid rgba(14, 19, 138, 0.18);
    background: transparent;
    color: #252525;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }

  .d8-mobile-accordion > span:last-child {
    color: #0e138a;
    font-size: 22px;
    font-weight: 300;
    transition: transform 0.2s ease;
  }

  .d8-mobile-accordion[aria-expanded="true"] > span:last-child {
    transform: rotate(45deg);
  }

  .d8-mobile-submenu {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.22s ease;
  }

  .d8-mobile-submenu > div {
    overflow: hidden;
  }

  .d8-mobile-section.is-open .d8-mobile-submenu {
    grid-template-rows: 1fr;
  }

  .d8-mobile-submenu a {
    display: block;
    padding: 10px 14px;
    border-left: 2px solid #0e138a;
    color: #3c3c47;
    font-size: 11.5px;
    line-height: 1.4;
    letter-spacing: 0.035em;
    text-decoration: none;
  }

  .d8-mobile-submenu a:first-child {
    margin-top: 8px;
  }

  .d8-mobile-submenu a:last-child {
    margin-bottom: 8px;
  }

  .d8-mobile-submenu a:hover,
  .d8-mobile-submenu a:focus-visible {
    color: #fff;
    background: #0e138a;
    outline: none;
  }

  body.d8-menu-open {
    overflow: hidden;
  }
}

/* VizyonErdoğan güncel menü ağacı: uzun başlıklar için dengeli masaüstü yerleşimi */
@media (min-width: 1101px) {
  .d8-header-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  a.d8-logo > img {
    width: 158px;
  }

  .d8-nav {
    gap: 8px;
  }

  .d8-nav-item {
    gap: 1px;
  }

  .d8-nav > .d8-nav-item > .d8-nav-link {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 9.2px;
    line-height: 1.18;
    letter-spacing: 0.045em;
    text-align: center;
  }

  .d8-nav-item:nth-child(2) > .d8-nav-link {
    width: 96px;
    white-space: normal;
  }

  .d8-nav-item:nth-child(4) > .d8-nav-link {
    width: 104px;
    white-space: normal;
  }

  .d8-nav-item:nth-child(6) > .d8-nav-link {
    width: 164px;
    white-space: normal;
  }

  .d8-dropdown-toggle {
    width: 12px;
  }
}

/* Uzun menü ağacında tablet genişliğinden itibaren mobil menüye geç. */
@media (max-width: 1100px) {
  .d8-nav {
    display: none;
  }

  .d8-header {
    height: 72px;
    background: #fff;
    border-bottom: 1px solid rgba(14, 19, 138, 0.2);
  }

  .d8-header-inner {
    height: 72px;
    padding: 0 20px;
    flex-direction: row;
    align-items: center;
  }

  a.d8-logo > img {
    width: 142px;
  }

  .d8-header-right {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .d8-utility {
    gap: 0;
  }

  .d8-utility > span,
  .d8-utility > a {
    display: none;
  }

  .d8-mobile-toggle {
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(14, 19, 138, 0.45);
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .d8-mobile-nav {
    top: 72px;
  }
}
