/* Color switcher removed from theme */
.color-switcher-wrap { display: none !important; }

.preloader .vertical-centered-box .content {
  position: relative !important;
  width: 120px !important;
  height: 120px !important;
}

.preloader .preloader-logo,
.preloader .content > img {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
  display: block !important;
  width: 96px !important;
  max-width: 96px !important;
  height: auto !important;
  max-height: 44px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.org-sayfa-about__content {
  overflow: hidden;
}
.org-sayfa-about__content::after {
  content: "";
  display: table;
  clear: both;
}
.org-sayfa-about__figure {
  float: left;
  width: min(42%, 420px);
  margin: 4px 28px 16px 0;
  padding: 0;
  background: #e8eef3;
  overflow: hidden;
}
.org-sayfa-about__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  object-position: center center;
}
.org-sayfa-about__body > h2 {
  margin: 0 0 20px;
  color: var(--org-ink, #002642);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-weight: var(--h2-font-weight, 400) !important;
  font-size: clamp(28px, 3vw, 36px) !important;
  line-height: 1.25;
}
.org-sayfa-about__text {
  color: rgba(0, 38, 66, 0.78);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 16px;
  line-height: 1.85;
}
.org-sayfa-about__text p {
  margin: 0 0 1.1em;
}
.org-sayfa-about__text p:last-child {
  margin-bottom: 0;
}

/* CMS zengin özellik sayfası */
.org-sayfa-about__text > div[style*="max-width:1180px"] {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.org-sayfa-about__body:has(.org-sayfa-about__text > div[style*="max-width:1180px"]) > h2 {
  display: none;
}

@media (max-width: 767px) {
  .org-sayfa-about__figure {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
  }
  .org-sayfa-about__figure img {
    max-height: 240px;
  }
}

/* Anasayfa hakkımızda — sol resim / sağ metin */
.org-home-about .row {
  align-items: flex-start !important;
}
.org-home-about .org-home-about__media {
  max-width: none;
  margin: 0;
}
.org-home-about .org-home-about__media .wpo-about-item,
.org-home-about .org-home-about__media .wpo-about-item-s2 {
  max-width: 100%;
  transform: none;
  position: relative;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.org-home-about .org-home-about__media .wpo-about-img {
  overflow: hidden;
  height: 400px;
  padding: 0 !important;
  margin: 0 !important;
  background: #e8eef3 !important;
  box-shadow: none !important;
}
.org-home-about .org-home-about__media .wpo-about-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.org-home-about .wpo-about-text {
  padding: 0 0 0 40px !important;
  margin: 0 !important;
}
.org-home-about .wpo-about-text .wpo-about-icon-content {
  margin: 0 !important;
  padding: 0 !important;
}
.wpo-about-section .wpo-about-text .wpo-about-icon-content h2,
.wpo-about-section-s2 .wpo-about-text .wpo-about-icon-content h2 {
  font-size: 40px;
  margin: 10px 0 15px;
}
@media (max-width: 991px) {
  .org-home-about .org-home-about__media .wpo-about-img {
    height: 300px;
  }
  .org-home-about .wpo-about-text {
    padding-left: 0 !important;
    margin-top: 28px !important;
  }
}

/* Site fontları — Genel Ayarlar (tema_font_*) */
html,
body,
button,
input,
select,
textarea {
  font-family: var(--body-font-family, "Titillium Web", sans-serif) !important;
}

h1, h2, h3, h4, h5, h6,
.wpo-section-title span,
.navbar-nav a,
.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.wpo-site-header,
.wpo-site-footer {
  font-family: var(--body-font-family, "Titillium Web", sans-serif) !important;
}

.wpo-section-title h2,
.wpo-video-section .wpo-section-title h2,
.wpo-portfolio-section .wpo-section-title h2,
.wpo-contact-section .wpo-section-title h2,
.wpo-about-section .wpo-about-icon-content h2 {
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-weight: var(--h2-font-weight, 400) !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: 0;
}

/* Anasayfa tanıtım videosu — tam genişlik kapak */
.wpo-video-section .wpo-video-item {
  position: relative;
}

.wpo-video-section .wpo-video-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 520px;
  background: #d9e4ec;
}

.wpo-video-section .wpo-video-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wpo-video-section .wpo-video-img::before {
  z-index: 1;
}

.wpo-video-section .wpo-video-img .video-btn {
  z-index: 2;
}

@media (max-width: 767px) {
  .wpo-video-section .wpo-video-img {
    max-height: 280px;
  }
}

.wpo-hero-slider .slide-title h2,
.static-hero .slide-title h2,
.wpo-hero-slider-s2 .slide-title h2 {
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(36px, 4.2vw, 56px) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  color: #fff;
  text-transform: none !important;
}

.wpo-hero-slider .slide-text p,
.static-hero .slide-text p,
.wpo-hero-slider-s2 .slide-text p {
  font-family: var(--body-font-family, "Titillium Web", sans-serif) !important;
  font-size: 17px !important;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.6 !important;
  max-width: 620px;
  margin: 0 auto 26px;
  letter-spacing: 0.02em;
}

.wpo-hero-slider .slide-btns .slide-btn-arrow {
  display: none;
}

/* Desktop: görsel <img> kapalı — arka plan CSS; mobilde .slide-visual açılır */
@media (min-width: 992px) {
  .wpo-hero-slider .slide-visual {
    display: none;
  }
}

@media (max-width: 991px) {
  /* Mobil hero: tema parallax/absolute layout'unu tamamen iptal et */
  .wpo-hero-slider {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    background: #eef3f7 !important;
    overflow: hidden !important;
  }

  .wpo-hero-slider .swiper-container,
  .wpo-hero-slider .hero-container {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    background: #eef3f7 !important;
    flex: 0 0 auto !important;
  }

  .wpo-hero-slider .swiper-wrapper {
    display: flex !important;
    align-items: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  .wpo-hero-slider .swiper-slide {
    position: relative !important;
    flex-shrink: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  /* Pasif slaytlar yüksekliğe eklenmesin — boşluğun ana nedeni */
  .wpo-hero-slider .swiper-container.swiper-initialized .swiper-slide:not(.swiper-slide-active) {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  .wpo-hero-slider .swiper-slide-active {
    position: relative !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .wpo-hero-slider .hero-slider-nav {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 8px 18px 16px !important;
    background: #eef3f7 !important;
    z-index: 5;
    flex: 0 0 auto !important;
    order: 2;
  }

  /* Kritik: tema progress() translate3d kaydırmasını ez */
  .wpo-hero-slider .slide-inner,
  .wpo-hero-slider .hero-inner,
  .wpo-hero-slider .slide-inner.slide-bg-image,
  .wpo-hero-slider .swiper-slide-active .slide-inner,
  .wpo-hero-slider .swiper-slide .slide-inner {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    text-align: center !important;
    background-image: none !important;
    background-color: #eef3f7 !important;
    background-size: auto !important;
    background-position: center top !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    transition: none !important;
    -webkit-transform: none !important;
  }

  .wpo-hero-slider .slide-inner:before,
  .wpo-hero-slider .hero-inner:before {
    display: none !important;
  }

  /* Parallax data attr elemanlarını sabitle */
  .wpo-hero-slider [data-swiper-parallax],
  .wpo-hero-slider .slide-title,
  .wpo-hero-slider .slide-text,
  .wpo-hero-slider .slide-btns,
  .wpo-hero-slider .slide-content {
    transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wpo-hero-slider .slide-visual {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
    background: #eef3f7 !important;
    transform: none !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Video varsa poster img gizlenir; video akışta görünür olmalı */
  .wpo-hero-slider .slide-has-video .slide-visual {
    display: none !important;
  }

  .wpo-hero-slider .slide-video-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 180px !important;
    overflow: hidden !important;
    background: #eef3f7 !important;
    pointer-events: none !important;
    transform: none !important;
    display: block !important;
    z-index: 1 !important;
  }

  .wpo-hero-slider .slide-video {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    min-height: 180px !important;
    object-fit: contain !important;
    background: #eef3f7 !important;
    transform: none !important;
    -webkit-transform: none !important;
  }

  .wpo-hero-slider .slide-inner .container-fluid,
  .wpo-hero-slider .slide-inner.slide-has-video .container-fluid {
    position: relative !important;
    z-index: 3;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 20px 18px 8px !important;
    background: #eef3f7 !important;
    display: block !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .wpo-hero-slider .slide-content {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .wpo-hero-slider .slide-inner .slide-content:before,
  .wpo-hero-slider .slide-inner .slide-content:after {
    display: none !important;
  }

  .wpo-hero-slider .slide-title h2 {
    font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.3 !important;
    letter-spacing: 0.03em;
    margin: 0 0 10px !important;
    color: var(--org-primary, #002642) !important;
    text-transform: none !important;
  }

  .wpo-hero-slider .slide-text,
  .wpo-hero-slider .slide-text p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .wpo-hero-slider .slide-text p {
    font-family: var(--body-font-family, "Titillium Web", sans-serif) !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.55 !important;
    max-width: none !important;
    margin: 0 auto 16px !important;
    color: #607789 !important;
  }

  .wpo-hero-slider .slide-btns {
    display: flex;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wpo-hero-slider .slide-btns .theme-btn {
    position: relative !important;
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 15px 45px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f7fefa !important;
    color: var(--org-primary, #002642) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    box-shadow: none !important;
    z-index: 1;
  }

  .wpo-hero-slider .slide-btns .theme-btn:after {
    display: block !important;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #fff;
    z-index: -1;
    transition: all 0.3s;
  }

  .wpo-hero-slider .slide-btns .theme-btn:hover,
  .wpo-hero-slider .slide-btns .theme-btn:focus,
  .wpo-hero-slider .slide-btns .theme-btn:active {
    background: #86a0b6 !important;
    color: #fff !important;
  }

  .wpo-hero-slider .slide-btns .theme-btn:hover:after,
  .wpo-hero-slider .slide-btns .theme-btn:focus:after,
  .wpo-hero-slider .slide-btns .theme-btn:active:after {
    border-color: #86a0b6;
  }

  .wpo-hero-slider .slide-btns .slide-btn-arrow {
    display: none !important;
  }

  .wpo-hero-slider .hero-slider-nav {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0 !important;
    padding: 8px 18px 16px !important;
    background: #eef3f7 !important;
    z-index: 5;
    flex: 0 0 auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .wpo-hero-slider .hero-slider-nav-arrows {
    display: flex !important;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .wpo-hero-slider .swiper-pagination {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    z-index: 5;
  }

  .wpo-hero-slider .swiper-pagination-bullet {
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    background: #c5d0db !important;
    opacity: 1 !important;
    border-radius: 50% !important;
  }

  .wpo-hero-slider .swiper-pagination-bullet-active {
    width: 22px !important;
    border-radius: 8px !important;
    background: var(--org-primary, #002642) !important;
  }

  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    border: 1.5px solid var(--org-primary, #002642) !important;
    border-radius: 50% !important;
    background: var(--org-primary, #002642) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 6;
    box-shadow: none !important;
  }

  .wpo-hero-slider .swiper-button-prev:after,
  .wpo-hero-slider .swiper-button-next:after {
    font-size: 14px !important;
    font-weight: 700;
    color: #fff !important;
  }
}

@media (max-width: 575px) {
  .wpo-hero-slider .slide-inner .container-fluid,
  .wpo-hero-slider .slide-inner.slide-has-video .container-fluid {
    padding: 18px 16px 8px;
  }

  .wpo-hero-slider .hero-slider-nav {
    padding: 2px 16px 18px;
  }

  .wpo-hero-slider .slide-title h2 {
    font-size: 24px !important;
  }

  .wpo-hero-slider .slide-text p {
    font-size: 13px !important;
    margin-bottom: 14px !important;
  }
}

/* Desktop: nav wrapper fill — ok/dot eski absolute konumda kalsın */
@media (min-width: 992px) {
  .wpo-hero-slider .hero-slider-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    padding: 0;
    margin: 0;
    background: transparent;
    pointer-events: none;
    z-index: 5;
  }

  .wpo-hero-slider .hero-slider-nav-arrows {
    display: contents;
  }

  .wpo-hero-slider .hero-slider-nav .swiper-pagination,
  .wpo-hero-slider .hero-slider-nav .swiper-button-prev,
  .wpo-hero-slider .hero-slider-nav .swiper-button-next {
    pointer-events: auto;
  }
}
/* Demobul V27 mega menus — faithful layout */
html,
body {
  overflow-x: hidden;
}

@media screen and (min-width: 992px) {
  .wpo-site-header {
    position: relative;
    z-index: 999;
    box-shadow: none !important;
    border-bottom: 0 !important;
  }

  .wpo-site-header .navigation {
    box-shadow: none !important;
    border-bottom: 0 !important;
  }

  .wpo-site-header #navbar > ul > li.mega-menu {
    position: static;
  }

  .mobile-mega-links {
    display: none !important;
  }

  .wpo-site-header #navbar > ul > li.mega-menu > ul.sub-menu.mega-menu-panel,
  body > ul.mega-menu-panel,
  body > ul.sub-menu.mega-menu-panel {
    display: none !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: var(--mega-menu-top, 160px) !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 0 22px 36px -18px rgba(0, 38, 66, 0.28);
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10050 !important;
    list-style: none;
  }

  .wpo-site-header #navbar > ul > li.mega-menu:hover > ul.sub-menu.mega-menu-panel,
  .wpo-site-header #navbar > ul > li.mega-menu:focus-within > ul.sub-menu.mega-menu-panel,
  body > ul.mega-menu-panel.is-open {
    display: block !important;
  }

  body > ul.mega-menu-panel > li,
  .wpo-site-header #navbar > ul > li.mega-menu > ul.sub-menu.mega-menu-panel > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .mega-menu-panel .mega-menu-inner {
    display: grid;
    grid-template-columns: 1fr minmax(240px, 280px);
    gap: 16px;
    width: 100%;
    max-width: var(--mega-menu-width, calc(100% - 120px));
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
    background: transparent;
    border: 0 !important;
    border-top: 0 !important;
    border-radius: 0;
    box-shadow: none;
    clip-path: none;
  }

  .mega-menu-panel .mega-services-inner,
  .mega-menu-panel .mega-products-inner,
  .mega-menu-panel .mega-corporate-inner,
  .mega-menu-panel .mega-projects-inner {
    width: 100%;
    max-width: var(--mega-menu-width, calc(100% - 120px));
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  /* Corporate: links grid + right featured */
  .mega-menu-panel .mega-corporate-inner {
    grid-template-columns: 1fr minmax(240px, 280px);
  }

  .mega-menu-panel .mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .mega-menu-panel .mega-menu-item {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 14px 14px !important;
    border: 1px solid #e8eef3;
    border-radius: 10px;
    background: #f7f9fb;
    color: var(--org-primary, #002642) !important;
    line-height: 1.25;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }

  .mega-menu-panel .mega-menu-item:after {
    display: none !important;
  }

  .mega-menu-panel .mega-menu-item:hover {
    background: #fff;
    border-color: #cfd9e3;
    box-shadow: 0 8px 18px rgba(0, 38, 66, 0.08);
    transform: translateY(-1px);
  }

  .mega-menu-panel .mega-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e8eef3;
    color: #86a0b6;
    font-size: 14px;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  }

  .mega-menu-panel .mega-menu-item:hover .mega-icon {
    background: var(--org-primary, #002642);
    border-color: var(--org-primary, #002642);
    color: #fff;
  }

  .mega-menu-panel .mega-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
  }

  .mega-menu-panel .mega-text strong {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
  }

  .mega-menu-panel .mega-text small {
    font-size: 12px;
    font-weight: 400;
    color: #607789;
  }

  /* Featured side card */
  .mega-menu-panel .mega-menu-featured {
    align-self: stretch;
    padding: 0;
  }

  .mega-menu-panel .mega-featured-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 100%;
    min-height: 220px;
    overflow: hidden;
    border-radius: 12px;
    background: #e8eef3;
  }

  .mega-menu-panel .mega-featured-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mega-menu-panel .mega-featured-card:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 38, 66, 0.05) 0%, rgba(0, 38, 66, 0.88) 100%);
  }

  .mega-menu-panel .mega-featured-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 18px;
    color: #fff;
  }

  .mega-menu-panel .mega-featured-content span {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.85;
  }

  .mega-menu-panel .mega-featured-content h5 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }

  .mega-menu-panel .mega-featured-content a {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700;
  }

  .mega-menu-panel .mega-featured-content a:after {
    display: none !important;
  }

  .mega-menu-panel .mega-featured-content a i {
    font-size: 11px;
  }

  /* Services: list + right promo */
  .mega-menu-panel .mega-services-inner {
    grid-template-columns: 1fr minmax(240px, 280px);
    gap: 16px;
    padding: 24px 0;
  }

  .mega-menu-panel .mega-services-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    align-items: stretch;
  }

  .mega-menu-panel .mega-service-row {
    display: flex !important;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 16px 14px !important;
    border: 1px solid #e8eef3;
    border-radius: 12px;
    background: #f7f9fb;
    color: var(--org-primary, #002642) !important;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }

  .mega-menu-panel .mega-service-row:after {
    display: none !important;
  }

  .mega-menu-panel .mega-service-row:hover {
    background: #fff;
    border-color: #cfd9e3;
    box-shadow: 0 8px 18px rgba(0, 38, 66, 0.08);
    transform: translateY(-1px);
  }

  .mega-menu-panel .mega-service-thumb {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e8eef3;
    background: #fff;
  }

  .mega-menu-panel .mega-service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
  }

  .mega-menu-panel .mega-service-row:hover .mega-service-thumb img {
    transform: scale(1.06);
  }

  .mega-menu-panel .mega-service-body {
    flex: 1;
    min-width: 0;
  }

  .mega-menu-panel .mega-service-body strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
  }

  .mega-menu-panel .mega-service-body small {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
    color: #607789;
  }

  .mega-menu-panel .mega-service-go {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 11px;
    color: #86a0b6;
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.22s ease;
  }

  .mega-menu-panel .mega-service-row:hover .mega-service-go {
    opacity: 1;
    transform: translateX(0);
    background: #fff;
  }

  /* Products / gallery: cats + lookbook cards */
  .mega-menu-panel .mega-products-inner {
    grid-template-columns: 290px 1fr;
    gap: 28px;
    align-items: start;
  }

  .mega-menu-panel .mega-title {
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #86a0b6;
  }

  .mega-menu-panel .mega-products-cats {
    padding: 4px 16px 4px 0;
    border-right: 1px solid #e8eef3;
  }

  .mega-menu-panel .mega-cat-item {
    display: block !important;
    padding: 11px 14px !important;
    margin-bottom: 4px;
    border-radius: 8px;
    color: var(--org-primary, #002642) !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.3;
    transition: background 0.22s ease, color 0.22s ease, padding-left 0.22s ease;
  }

  .mega-menu-panel .mega-cat-item:after {
    display: none !important;
  }

  .mega-menu-panel .mega-cat-item:hover,
  .mega-menu-panel .mega-cat-item.active {
    background: #f4f7fa;
    color: var(--org-primary, #002642) !important;
    padding-left: 18px !important;
  }

  .mega-menu-panel .mega-cat-item.active {
    background: rgba(134, 160, 182, 0.14);
    color: var(--org-primary, #002642) !important;
  }

  .mega-menu-panel .mega-cat-more {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 10px 0 !important;
    color: #86a0b6 !important;
    font-size: 13px !important;
    font-weight: 700;
  }

  .mega-menu-panel .mega-cat-more:after {
    display: none !important;
  }

  .mega-menu-panel .mega-cat-more i {
    font-size: 11px;
    transition: transform 0.2s ease;
  }

  .mega-menu-panel .mega-cat-more:hover i {
    transform: translateX(3px);
  }

  .mega-menu-panel .mega-products-list {
    position: relative;
    min-width: 0;
  }

  .mega-menu-panel .mega-products-list > .mega-title {
    padding-right: 90px;
  }

  .mega-menu-panel .mega-products-carousel {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
  }

  .mega-menu-panel .mega-products-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 8px 0 20px;
    margin: -8px 0 0;
  }

  .mega-menu-panel .mega-products-carousel .owl-item {
    padding: 0 8px;
    box-sizing: border-box;
  }

  .mega-menu-panel .mega-products-carousel .item {
    height: 100%;
  }

  .mega-menu-panel .mega-product-card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 0 !important;
    border: 1px solid #e8eef3;
    border-radius: 10px;
    background: #fff;
    color: var(--org-primary, #002642) !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }

  .mega-menu-panel .mega-product-card:after {
    display: none !important;
  }

  .mega-menu-panel .mega-product-card:hover {
    border-color: #d5dee7;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 38, 66, 0.1);
  }

  .mega-menu-panel .mega-product-thumb {
    position: relative;
    display: block;
    height: 140px;
    overflow: hidden;
    background: #eef3f7;
    border-radius: 10px 10px 0 0;
  }

  .mega-menu-panel .mega-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
  }

  .mega-menu-panel .mega-product-card:hover .mega-product-thumb img {
    transform: scale(1.05);
  }

  .mega-menu-panel .mega-product-info {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-height: 0;
    padding: 14px 14px 16px;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }

  .mega-menu-panel .mega-product-info small {
    display: block;
    order: 2;
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.45;
    color: #6b7c8a;
  }

  .mega-menu-panel .mega-product-info strong {
    display: block;
    order: 1;
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--org-primary, #002642);
  }

  .mega-menu-panel .mega-product-info em {
    display: none;
  }

  .mega-menu-panel .mega-product-btn {
    order: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    color: #86a0b6;
    opacity: 1;
    transform: none;
    transition: color 0.2s ease, gap 0.2s ease;
  }

  .mega-menu-panel .mega-product-card:hover .mega-product-btn {
    color: var(--org-primary, #002642);
    gap: 9px;
    opacity: 1;
    transform: none;
  }

  .mega-menu-panel .mega-product-btn i {
    font-size: 10px;
  }

  .mega-menu-panel .mega-products-carousel .owl-nav {
    position: absolute;
    top: -42px;
    right: 8px;
    margin: 0 !important;
  }

  .mega-menu-panel .mega-products-carousel .owl-nav [class*="owl-"] {
    width: 34px !important;
    height: 34px !important;
    margin: 0 0 0 8px !important;
    padding: 0 !important;
    border: 1px solid #e8eef3 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: var(--org-primary, #002642) !important;
    font-size: 14px !important;
    line-height: 32px !important;
    text-align: center;
    transition: all 0.2s ease;
  }

  .mega-menu-panel .mega-products-carousel .owl-nav [class*="owl-"]:hover {
    background: var(--org-primary, #002642) !important;
    border-color: var(--org-primary, #002642) !important;
    color: #fff !important;
  }

  .mega-menu-panel .mega-products-carousel .owl-dots {
    position: relative;
    z-index: 6;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    line-height: 1;
    pointer-events: auto;
  }

  .mega-menu-panel .mega-products-carousel .owl-dots .owl-dot {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 8px 4px !important;
    background: transparent !important;
    border: 0 !important;
    cursor: pointer;
    pointer-events: auto;
  }

  .mega-menu-panel .mega-products-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #c5d0db !important;
    border: 0 !important;
    border-radius: 50% !important;
    display: block !important;
    transition: width 0.2s ease, background 0.2s ease, border-radius 0.2s ease;
  }

  .mega-menu-panel .mega-products-carousel .owl-dots .owl-dot.active span,
  .mega-menu-panel .mega-products-carousel .owl-dots .owl-dot:hover span {
    width: 22px !important;
    height: 8px !important;
    background: #86a0b6 !important;
    border-radius: 8px !important;
  }

  /* News / projects */
  .mega-menu-panel .mega-projects-inner {
    display: block;
    padding: 24px 0 28px;
    overflow: visible;
  }

  .mega-menu-panel .mega-projects-head {
    position: relative;
    margin-bottom: 16px;
    padding-right: 90px;
  }

  .mega-menu-panel .mega-projects-head p {
    margin: 0;
    max-width: 640px;
    font-size: 13px;
    line-height: 1.6;
    color: #607789;
  }

  .mega-menu-panel .mega-projects-carousel {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    overflow: visible;
  }

  .mega-menu-panel .mega-projects-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 10px 0 8px;
    margin: -10px 0 0;
  }

  .mega-menu-panel .mega-projects-carousel .owl-item {
    padding: 0 6px 32px;
    box-sizing: border-box;
  }

  .mega-menu-panel .mega-projects-carousel .item {
    height: auto;
    padding-bottom: 0;
  }

  .mega-menu-panel .mega-project-item {
    display: block !important;
    overflow: visible;
    padding: 0 !important;
    border-radius: 6px;
    background: var(--org-primary, #002642);
    color: #fff !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .mega-menu-panel .mega-project-item:after {
    display: none !important;
  }

  .mega-menu-panel .mega-project-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 38, 66, 0.22);
  }

  .mega-menu-panel .mega-project-img {
    position: relative;
    display: block;
    height: 140px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
  }

  .mega-menu-panel .mega-project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
  }

  .mega-menu-panel .mega-project-item:hover .mega-project-img img {
    transform: scale(1.08);
  }

  .mega-menu-panel .mega-project-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 38, 66, 0.55) 100%);
  }

  .mega-menu-panel .mega-project-num {
    position: absolute;
    left: 12px;
    bottom: 10px;
    z-index: 2;
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }

  .mega-menu-panel .mega-project-body {
    display: block;
    padding: 14px 14px 16px !important;
    background: var(--org-primary, #002642);
    border-radius: 0 0 6px 6px;
  }

  .mega-menu-panel .mega-project-body strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
  }

  .mega-menu-panel .mega-project-body small {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.75);
  }

  .mega-menu-panel .mega-projects-carousel .owl-nav {
    position: absolute;
    top: -48px;
    right: 6px;
    margin: 0 !important;
  }

  .mega-menu-panel .mega-projects-carousel .owl-nav [class*="owl-"] {
    width: 34px !important;
    height: 34px !important;
    margin: 0 0 0 8px !important;
    padding: 0 !important;
    border: 1px solid #e8eef3 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: var(--org-primary, #002642) !important;
    font-size: 14px !important;
    line-height: 32px !important;
    text-align: center;
    transition: all 0.2s ease;
  }

  .mega-menu-panel .mega-projects-carousel .owl-nav [class*="owl-"]:hover {
    background: var(--org-primary, #002642) !important;
    border-color: var(--org-primary, #002642) !important;
    color: #fff !important;
  }

  /* Owl dots — clean round indicators */
  .mega-menu-panel .mega-projects-carousel .owl-dots {
    position: relative;
    z-index: 6;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    line-height: 1;
    height: auto;
    pointer-events: auto;
  }

  .mega-menu-panel .mega-projects-carousel .owl-dots .owl-dot {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 8px 4px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    vertical-align: middle;
    cursor: pointer;
    pointer-events: auto;
  }

  .mega-menu-panel .mega-projects-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #c5d0db !important;
    border: 0 !important;
    border-radius: 50% !important;
    display: block !important;
    box-shadow: none !important;
    transition: width 0.2s ease, background 0.2s ease, border-radius 0.2s ease;
  }

  .mega-menu-panel .mega-projects-carousel .owl-dots .owl-dot.active span,
  .mega-menu-panel .mega-projects-carousel .owl-dots .owl-dot:hover span {
    width: 22px !important;
    height: 8px !important;
    background: #86a0b6 !important;
    border-radius: 8px !important;
  }

  .mega-menu-panel .mega-projects-carousel.owl-theme .owl-controls,
  .mega-menu-panel .mega-projects-carousel.owl-theme .owl-controls .owl-page {
    margin: 0 !important;
  }

  .mega-menu-panel .mega-projects-carousel.owl-theme .owl-controls .owl-page span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
    background: #c5d0db !important;
    border-radius: 50% !important;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mega-menu-panel .mega-services-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .mega-menu-panel .mega-menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mega-menu-panel .mega-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mega-menu-panel .mega-products-inner,
  .mega-menu-panel .mega-services-inner,
  .mega-menu-panel .mega-corporate-inner {
    grid-template-columns: 1fr;
  }

  .mega-menu-panel .mega-products-cats {
    border-right: 0;
    border-bottom: 1px solid #e8eef3;
    padding: 0 0 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }

  .mega-menu-panel .mega-products-cats .mega-title {
    width: 100%;
  }

  .mega-menu-panel .mega-featured-card {
    min-height: 180px;
  }
}

@media screen and (max-width: 991px) {
  /* Theme script.js hides li.mega-menu via .hide() — force them visible in drawer */
  .wpo-site-header #navbar > ul > li.mega-menu,
  .wpo-site-header #navbar.slideInn > ul > li.mega-menu,
  .wpo-site-header #navbar > ul.small-nav > li.mega-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  .wpo-site-header #navbar > ul > li.mega-menu > a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ddd !important;
    pointer-events: auto !important;
    position: relative;
  }

  /* Media / İletişim gibi düz linkler de mega başlıklarla aynı renk */
  .wpo-site-header #navbar > ul > li:not(.mega-menu) > a {
    display: block !important;
    color: #ddd !important;
    font-weight: 500 !important;
    opacity: 1 !important;
  }

  .wpo-site-header #navbar > ul > li.mega-menu.menu-item-has-children > a:before {
    display: block !important;
  }

  .wpo-site-header #navbar > ul > li.mega-menu.menu-item-has-children > a.rotate,
  .wpo-site-header #navbar > ul > li.mega-menu.menu-item-has-children > a.rotate:before {
    color: #fff !important;
  }

  /* Ported desktop panels never show on mobile */
  body > ul.mega-menu-panel,
  body > ul.sub-menu.mega-menu-panel {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* In-drawer mega panel = İletişim gibi accordion (jQuery slideToggle yönetir) */
  .wpo-site-header #navbar > ul > li.mega-menu > ul.sub-menu.mega-menu-panel {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: none !important;
    /* height/visibility/opacity buraya !important koyma — slideToggle kırılır */
    z-index: 1 !important;
    list-style: none;
  }

  .wpo-site-header #navbar > ul > li.mega-menu > ul.sub-menu.mega-menu-panel > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .wpo-site-header #navbar > ul > li.mega-menu .mega-menu-inner,
  .wpo-site-header #navbar > ul > li.mega-menu .mega-services-inner,
  .wpo-site-header #navbar > ul > li.mega-menu .mega-products-inner,
  .wpo-site-header #navbar > ul > li.mega-menu .mega-corporate-inner,
  .wpo-site-header #navbar > ul > li.mega-menu .mega-projects-inner {
    display: none !important;
  }

  .wpo-site-header #navbar > ul > li.mega-menu .mobile-mega-links {
    display: block !important;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .wpo-site-header #navbar > ul > li.mega-menu .mobile-mega-links li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .wpo-site-header #navbar > ul > li.mega-menu .mobile-mega-links a {
    display: block !important;
    padding: 8px 15px 8px 45px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    line-height: 1.4;
  }

  .wpo-site-header #navbar > ul > li.mega-menu .mobile-mega-links a:hover,
  .wpo-site-header #navbar > ul > li.mega-menu .mobile-mega-links a:focus {
    color: #fff !important;
  }

  /* Üst seviye menü (Media, İletişim vb.) — mega başlıklarla aynı görünüm */
  .wpo-site-header #navbar > ul > li:not(.mega-menu) > a,
  .wpo-site-header #navbar > ul > li.mega-menu > a,
  .wpo-site-header #navbar > ul > li.menu-item-has-children > a {
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #ddd !important;
  }

  .mobile-nav-contact-copy em {
    font-weight: 500 !important;
  }

  .mobile-nav-contact-copy strong {
    font-weight: 500 !important;
  }

  .mobile-nav-social a {
    font-weight: 400 !important;
  }
}

/* Theme original dropdown (non-mega) */
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li.menu-item-has-children:not(.mega-menu) {
    position: relative;
  }

  .wpo-site-header #navbar > ul > li:not(.mega-menu) > .sub-menu {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    top: 110% !important;
    width: 240px !important;
    max-width: 240px !important;
    margin: 0 !important;
    padding: 20px !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09) !important;
    clip-path: none !important;
    z-index: 10001 !important;
    visibility: hidden;
    opacity: 0;
    transform: none !important;
    transition: all 0.3s;
  }

  .wpo-site-header #navbar > ul > li:not(.mega-menu):hover > .sub-menu,
  .wpo-site-header #navbar > ul > li:not(.mega-menu):focus-within > .sub-menu {
    top: 100% !important;
    visibility: visible;
    opacity: 1;
  }

  .wpo-site-header #navbar > ul > li:not(.mega-menu) > .sub-menu > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .wpo-site-header #navbar > ul > li:not(.mega-menu) > .sub-menu > li > a {
    display: inline-block !important;
    width: 100%;
    padding: 5px 0 !important;
    color: var(--org-primary, #002642) !important;
    font-size: 16px !important;
    font-weight: 500;
  }
}

/* Hero slider backgrounds */
@media (min-width: 992px) {
  .wpo-hero-slider {
    height: 88vh !important;
    min-height: 88vh !important;
  }

  .wpo-hero-slider .swiper-container,
  .wpo-hero-slider .hero-container,
  .wpo-hero-slider .swiper-wrapper,
  .wpo-hero-slider .swiper-slide {
    height: 100% !important;
    min-height: 100% !important;
  }

  .wpo-hero-slider .slide-inner,
  .wpo-hero-slider .hero-inner {
    height: 100% !important;
    min-height: 100% !important;
  }

  .wpo-hero-slider .slide-inner.slide-bg-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: transparent;
  }

  .wpo-hero-slider .slide-inner.slide-has-video {
    background-image: none !important;
    background-color: transparent;
  }

  .wpo-hero-slider .hero-slider-nav {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    pointer-events: none;
    z-index: 5;
  }

  .wpo-hero-slider .hero-slider-nav-arrows {
    display: contents;
  }

  .wpo-hero-slider .swiper-pagination,
  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next {
    pointer-events: auto;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider .slide-inner.slide-bg-image,
  .wpo-hero-slider .slide-inner.slide-has-video {
    background-image: none !important;
    background-color: #eef3f7 !important;
  }

  .wpo-hero-slider .slide-inner .container-fluid,
  .wpo-hero-slider .slide-inner.slide-has-video .container-fluid {
    background: transparent !important;
  }
}

@media (min-width: 992px) {
  .wpo-hero-slider .slide-video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: transparent;
  }

  .wpo-hero-slider .slide-video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    min-width: 0;
    min-height: 0;
  }

  .wpo-hero-slider .slide-inner.slide-has-video:before {
    z-index: 1;
  }

  .wpo-hero-slider .slide-inner.slide-has-video .container-fluid {
    position: relative;
    z-index: 2;
  }
}

/* Prevent horizontal scrollbar from full-width mega menu */
html,
body {
  overflow-x: hidden;
}

/* Demobul-style mega menu â€” full width, out of document flow */
@media screen and (min-width: 992px) {
  .wpo-site-header {
    position: relative;
    z-index: 999;
  }

  /* Keep panels out of header layout (before/after JS portal) */
  .wpo-site-header #navbar > ul > li.mega-menu > ul.sub-menu.mega-menu-panel,
  body > ul.mega-menu-panel {
    display: none !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: var(--mega-menu-top, 160px) !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    overflow: visible;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 22px 36px -18px rgba(0, 38, 66, 0.28);
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10000 !important;
    list-style: none;
  }

  .wpo-site-header #navbar > ul > li.mega-menu:hover > ul.sub-menu.mega-menu-panel,
  .wpo-site-header #navbar > ul > li.mega-menu:focus-within > ul.sub-menu.mega-menu-panel,
  body > ul.mega-menu-panel.is-open {
    display: block !important;
  }

  body > ul.mega-menu-panel > li,
  .wpo-site-header #navbar > ul > li.mega-menu > ul.sub-menu.mega-menu-panel > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .mega-menu-panel .mm-panel {
    padding: 28px 40px;
  }

  /* Lookbook mega shell â€” left aside + main */
  .mega-menu-panel .mm-look {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 36px;
    padding: 32px 48px;
    background: #fff;
  }

  .mega-menu-panel .mm-look-aside {
    padding-right: 28px;
    border-right: 1px solid #e6ebf0;
  }

  .mega-menu-panel .mm-look-eyebrow {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #86a0b6;
  }

  .mega-menu-panel .mm-look-aside h4 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--org-primary, #002642);
  }

  .mega-menu-panel .mm-look-aside p {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.6;
    color: #607789;
  }

  .mega-menu-panel .mm-look-cta {
    display: inline-flex !important;
    align-items: center;
    padding: 0 0 4px !important;
    border-bottom: 1px solid var(--org-primary, #002642);
    color: var(--org-primary, #002642) !important;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: color 0.2s ease, border-color 0.2s ease;
  }

  .mega-menu-panel .mm-look-cta:after {
    display: none !important;
  }

  .mega-menu-panel .mm-look-cta:hover {
    color: #86a0b6 !important;
    border-color: #86a0b6;
  }

  /* Salon directory rows */
  .mega-menu-panel .mm-dir {
    display: flex;
    flex-direction: column;
  }

  .mega-menu-panel .mm-dir-row {
    display: grid !important;
    grid-template-columns: 88px 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 12px 8px !important;
    border-bottom: 1px solid #eef2f5;
    color: var(--org-primary, #002642) !important;
    transition: background 0.2s ease;
  }

  .mega-menu-panel .mm-dir-row:first-child {
    padding-top: 0 !important;
  }

  .mega-menu-panel .mm-dir-row:last-child {
    border-bottom: 0;
    padding-bottom: 0 !important;
  }

  .mega-menu-panel .mm-dir-row:after {
    display: none !important;
  }

  .mega-menu-panel .mm-dir-row:hover {
    background: #f7f9fb;
  }

  .mega-menu-panel .mm-dir-row img {
    width: 88px;
    height: 64px;
    object-fit: cover;
    display: block;
  }

  .mega-menu-panel .mm-dir-meta strong {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
  }

  .mega-menu-panel .mm-dir-meta em {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #607789;
  }

  .mega-menu-panel .mm-dir-cap {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #86a0b6;
    white-space: nowrap;
  }

  /* Organizasyon numbered grid */
  .mega-menu-panel .mm-num-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }

  .mega-menu-panel .mm-num-item {
    display: grid !important;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 2px;
    padding: 18px 0 !important;
    border-bottom: 1px solid #eef2f5;
    color: var(--org-primary, #002642) !important;
  }

  .mega-menu-panel .mm-num-item:after {
    display: none !important;
  }

  .mega-menu-panel .mm-num-item span {
    grid-row: 1 / span 2;
    align-self: start;
    padding-top: 2px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #86a0b6;
  }

  .mega-menu-panel .mm-num-item strong {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.2s ease;
  }

  .mega-menu-panel .mm-num-item em {
    font-style: normal;
    font-size: 13px;
    color: #607789;
  }

  .mega-menu-panel .mm-num-item:hover strong {
    color: #86a0b6;
  }

  /* Gallery film strip */
  .mega-menu-panel .mm-film {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
  }

  .mega-menu-panel .mm-film-frame {
    display: block !important;
    padding: 0 !important;
    color: var(--org-primary, #002642) !important;
  }

  .mega-menu-panel .mm-film-frame:after {
    display: none !important;
  }

  .mega-menu-panel .mm-film-frame img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
    transition: opacity 0.25s ease;
  }

  .mega-menu-panel .mm-film-frame:hover img {
    opacity: 0.85;
  }

  .mega-menu-panel .mm-film-frame strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
  }

  /* Kurumsal columns */
  .mega-menu-panel .mm-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    min-height: 220px;
  }

  .mega-menu-panel .mm-col h6 {
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6ebf0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #86a0b6;
  }

  .mega-menu-panel .mm-col a {
    display: block !important;
    padding: 8px 0 !important;
    color: var(--org-primary, #002642) !important;
    font-size: 16px !important;
    font-weight: 600;
  }

  .mega-menu-panel .mm-col a:after {
    display: none !important;
  }

  .mega-menu-panel .mm-col a:hover {
    color: #86a0b6 !important;
  }

  .mega-menu-panel .mm-col--note p {
    margin: 0 0 8px;
    font-size: 15px;
    color: var(--org-primary, #002642);
    font-weight: 600;
  }

  .mega-menu-panel .mm-col--note a {
    margin-top: 10px;
    font-size: 14px !important;
    border-bottom: 1px solid var(--org-primary, #002642);
    width: fit-content;
    padding-bottom: 2px !important;
  }

  /* News list */
  .mega-menu-panel .mm-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .mega-menu-panel .mm-news-item {
    display: block !important;
    padding: 8px 28px 8px 0 !important;
    border-right: 1px solid #eef2f5;
    color: var(--org-primary, #002642) !important;
  }

  .mega-menu-panel .mm-news-item:last-child {
    border-right: 0;
    padding-right: 0 !important;
  }

  .mega-menu-panel .mm-news-item:first-child {
    padding-left: 0 !important;
  }

  .mega-menu-panel .mm-news-item + .mm-news-item {
    padding-left: 28px !important;
  }

  .mega-menu-panel .mm-news-item:after {
    display: none !important;
  }

  .mega-menu-panel .mm-news-item time {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #86a0b6;
  }

  .mega-menu-panel .mm-news-item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    transition: color 0.2s ease;
  }

  .mega-menu-panel .mm-news-item em {
    display: block;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5;
    color: #607789;
  }

  .mega-menu-panel .mm-news-item:hover strong {
    color: #86a0b6;
  }

  /* Salonlarımız — full-bleed image rail (legacy kept) */
  .mega-menu-panel .mm-panel--salons {
    padding: 20px 28px 18px;
  }

  .mega-menu-panel .mm-salon-rail {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 14px;
  }

  .mega-menu-panel .mm-salon-tile {
    position: relative;
    display: block !important;
    height: 260px;
    overflow: hidden;
    border-radius: 2px;
    color: #fff !important;
  }

  .mega-menu-panel .mm-salon-tile:after {
    display: none !important;
  }

  .mega-menu-panel .mm-salon-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .mega-menu-panel .mm-salon-tile:hover img {
    transform: scale(1.06);
  }

  .mega-menu-panel .mm-salon-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 16px;
    background: linear-gradient(transparent 35%, rgba(0, 28, 48, 0.88));
  }

  .mega-menu-panel .mm-salon-overlay b {
    display: block;
    margin-bottom: 6px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
  }

  .mega-menu-panel .mm-salon-overlay strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 700;
  }

  .mega-menu-panel .mm-salon-overlay em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
  }

  .mega-menu-panel .mm-salon-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 4px 2px;
    border-top: 1px solid #e8eef3;
  }

  .mega-menu-panel .mm-salon-bar p {
    margin: 0;
    font-size: 14px;
    color: #607789;
  }

  .mega-menu-panel .mm-salon-bar a {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    color: var(--org-primary, #002642) !important;
    font-size: 14px !important;
    font-weight: 700;
  }

  .mega-menu-panel .mm-salon-bar a:after {
    display: none !important;
  }

  .mega-menu-panel .mm-salon-bar a i {
    font-size: 12px;
    transition: transform 0.25s ease;
  }

  .mega-menu-panel .mm-salon-bar a:hover i {
    transform: translateX(4px);
  }

  /* Organizasyon â€” hero + icon grid */
  .mega-menu-panel .mm-panel--org {
    padding: 22px 32px;
  }

  .mega-menu-panel .mm-org-layout {
    display: grid;
    grid-template-columns: 1.05fr 1.4fr;
    gap: 18px;
    align-items: stretch;
  }

  .mega-menu-panel .mm-org-hero {
    position: relative;
    display: block !important;
    min-height: 280px;
    overflow: hidden;
    border-radius: 2px;
    color: #fff !important;
  }

  .mega-menu-panel .mm-org-hero:after {
    display: none !important;
  }

  .mega-menu-panel .mm-org-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    transition: transform 0.5s ease;
  }

  .mega-menu-panel .mm-org-hero:hover img {
    transform: scale(1.05);
  }

  .mega-menu-panel .mm-org-hero-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 24px 22px;
    background: linear-gradient(transparent, rgba(0, 28, 48, 0.9));
  }

  .mega-menu-panel .mm-org-hero-body > span {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
  }

  .mega-menu-panel .mm-org-hero-body strong {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
  }

  .mega-menu-panel .mm-org-hero-body em {
    display: inline-block;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }

  .mega-menu-panel .mm-org-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .mega-menu-panel .mm-org-card {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-height: 132px;
    padding: 18px 16px !important;
    border: 1px solid #e8eef3;
    border-radius: 2px;
    background: #fff;
    color: var(--org-primary, #002642) !important;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
  }

  .mega-menu-panel .mm-org-card:after {
    display: none !important;
  }

  .mega-menu-panel .mm-org-card:hover {
    border-color: var(--org-primary, #002642);
    background: #f7fafc;
    transform: translateY(-2px);
  }

  .mega-menu-panel .mm-org-card i {
    font-size: 22px;
    color: #86a0b6;
    margin-bottom: 4px;
  }

  .mega-menu-panel .mm-org-card strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
  }

  .mega-menu-panel .mm-org-card em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #607789;
  }

  /* Kurumsal â€” intro + link list */
  .mega-menu-panel .mm-panel--corp {
    padding: 22px 32px;
  }

  .mega-menu-panel .mm-corp-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.35fr;
    gap: 24px;
    align-items: stretch;
  }

  .mega-menu-panel .mm-corp-intro {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: 2px;
    background: var(--org-primary, #002642);
  }

  .mega-menu-panel .mm-corp-intro img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
  }

  .mega-menu-panel .mm-corp-intro-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    min-height: 300px;
    padding: 26px 24px;
    color: #fff;
  }

  .mega-menu-panel .mm-corp-intro-body > span {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
  }

  .mega-menu-panel .mm-corp-intro-body strong {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
  }

  .mega-menu-panel .mm-corp-intro-body p {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
  }

  .mega-menu-panel .mm-corp-intro-body a {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700;
  }

  .mega-menu-panel .mm-corp-intro-body a:after {
    display: none !important;
  }

  .mega-menu-panel .mm-corp-intro-body a i {
    font-size: 12px;
    transition: transform 0.25s ease;
  }

  .mega-menu-panel .mm-corp-intro-body a:hover i {
    transform: translateX(4px);
  }

  .mega-menu-panel .mm-corp-list {
    display: flex;
    flex-direction: column;
  }

  .mega-menu-panel .mm-corp-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 4px !important;
    border-bottom: 1px solid #e8eef3;
    color: var(--org-primary, #002642) !important;
    transition: padding-left 0.25s ease, color 0.25s ease;
  }

  .mega-menu-panel .mm-corp-link:first-child {
    padding-top: 4px !important;
  }

  .mega-menu-panel .mm-corp-link:last-child {
    border-bottom: 0;
    padding-bottom: 4px !important;
  }

  .mega-menu-panel .mm-corp-link:after {
    display: none !important;
  }

  .mega-menu-panel .mm-corp-link:hover {
    padding-left: 8px !important;
    color: #1a4a6e !important;
  }

  .mega-menu-panel .mm-corp-link strong {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
  }

  .mega-menu-panel .mm-corp-link em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #607789;
  }

  .mega-menu-panel .mm-corp-link > i {
    flex-shrink: 0;
    font-size: 12px;
    color: #86a0b6;
  }

  .mega-menu-panel .mm-panel--split {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 28px;
    padding: 28px 40px;
  }

  /* Services row */
  .mega-menu-panel .mm-services {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 18px;
  }

  .mega-menu-panel .mm-service-item {
    display: block !important;
    padding: 0 !important;
    border-radius: 4px;
    overflow: hidden;
    background: #f6f8fa;
    color: var(--org-primary, #002642) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .mega-menu-panel .mm-service-item:after {
    display: none !important;
  }

  .mega-menu-panel .mm-service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 38, 66, 0.12);
  }

  .mega-menu-panel .mm-service-thumb {
    display: block;
    height: 120px;
    overflow: hidden;
  }

  .mega-menu-panel .mm-service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .mega-menu-panel .mm-service-item:hover .mm-service-thumb img {
    transform: scale(1.08);
  }

  .mega-menu-panel .mm-service-body {
    display: block;
    padding: 14px 14px 16px;
  }

  .mega-menu-panel .mm-service-body strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--org-primary, #002642);
  }

  .mega-menu-panel .mm-service-body em {
    display: block;
    font-style: normal;
    font-size: 12px;
    line-height: 1.5;
    color: #607789;
  }

  /* Footer CTA strip */
  .mega-menu-panel .mm-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    border-radius: 4px;
    background: linear-gradient(135deg, var(--org-primary, #002642) 0%, #1a4a6e 100%);
  }

  .mega-menu-panel .mm-footer-text span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4px;
  }

  .mega-menu-panel .mm-footer-text h5 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }

  .mega-menu-panel .mm-footer-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 12px 22px !important;
    border-radius: 2px;
    background: #fff;
    color: var(--org-primary, #002642) !important;
    font-size: 14px !important;
    font-weight: 700;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease;
  }

  .mega-menu-panel .mm-footer-btn:after {
    display: none !important;
  }

  .mega-menu-panel .mm-footer-btn:hover {
    background: #86a0b6;
    color: #fff !important;
  }

  /* Portfolio split */
  .mega-menu-panel .mm-side {
    padding: 8px 8px 8px 4px;
    border-right: 1px solid #e8eef3;
  }

  .mega-menu-panel .mm-side h6,
  .mega-menu-panel .mm-main h6 {
    margin: 0 0 14px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #86a0b6;
    font-weight: 700;
  }

  .mega-menu-panel .mm-side a {
    display: block !important;
    padding: 8px 0 !important;
    color: var(--org-primary, #002642) !important;
    font-size: 14px !important;
    font-weight: 600;
  }

  .mega-menu-panel .mm-side a:after {
    display: none !important;
  }

  .mega-menu-panel .mm-side a:hover {
    color: #86a0b6 !important;
  }

  .mega-menu-panel .mm-panel--portfolio {
    padding: 24px 40px 20px;
  }

  .mega-menu-panel .mm-pf-layout {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 14px;
    margin-bottom: 16px;
    min-height: 340px;
  }

  .mega-menu-panel .mm-pf-hero,
  .mega-menu-panel .mm-pf-item {
    position: relative;
    display: block !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 4px;
    background: var(--org-primary, #002642);
    color: #fff !important;
  }

  .mega-menu-panel .mm-pf-hero:after,
  .mega-menu-panel .mm-pf-item:after {
    display: none !important;
  }

  .mega-menu-panel .mm-pf-hero img,
  .mega-menu-panel .mm-pf-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
  }

  .mega-menu-panel .mm-pf-hero:hover img,
  .mega-menu-panel .mm-pf-item:hover img {
    transform: scale(1.06);
  }

  .mega-menu-panel .mm-pf-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 18px 16px;
    background: linear-gradient(transparent, rgba(0, 38, 66, 0.88));
  }

  .mega-menu-panel .mm-pf-caption strong {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }

  .mega-menu-panel .mm-pf-caption em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
  }

  .mega-menu-panel .mm-pf-hero .mm-pf-caption strong {
    font-size: 22px;
  }

  .mega-menu-panel .mm-pf-hero .mm-pf-caption em {
    font-size: 13px;
  }

  .mega-menu-panel .mm-pf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
  }

  .mega-menu-panel .mm-pf-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 14px;
    border-top: 1px solid #e8eef3;
  }

  .mega-menu-panel .mm-pf-more p {
    margin: 0;
    font-size: 14px;
    color: #607789;
  }

  .mega-menu-panel .mm-pf-more a {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    white-space: nowrap;
    font-size: 14px !important;
    font-weight: 700;
    color: var(--org-primary, #002642) !important;
  }

  .mega-menu-panel .mm-pf-more a:after {
    display: none !important;
  }

  .mega-menu-panel .mm-pf-more a i {
    font-size: 12px;
    color: #86a0b6;
    transition: transform 0.2s ease;
  }

  .mega-menu-panel .mm-pf-more a:hover i {
    transform: translateX(3px);
  }

  /* Keep old project cards for compatibility */
  .mega-menu-panel .mm-projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .mega-menu-panel .mm-projects--4 {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 18px;
  }

  .mega-menu-panel .mm-project-card {
    display: block !important;
    padding: 0 !important;
    border-radius: 4px;
    overflow: hidden;
    background: #f6f8fa;
    color: var(--org-primary, #002642) !important;
  }

  .mega-menu-panel .mm-project-card:after {
    display: none !important;
  }

  .mega-menu-panel .mm-project-img {
    display: block;
    height: 170px;
    overflow: hidden;
  }

  .mega-menu-panel .mm-project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mega-menu-panel .mm-project-info {
    display: block;
    padding: 14px;
  }

  .mega-menu-panel .mm-project-info strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
    color: var(--org-primary, #002642);
  }

  .mega-menu-panel .mm-project-info em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #607789;
  }

  .mega-menu-panel .mm-project-info b {
    display: none;
  }

  /* Corporate grid */
  .mega-menu-panel .mm-corporate {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 18px;
  }

  .mega-menu-panel .mm-corp-item {
    display: block !important;
    padding: 16px 18px !important;
    border-radius: 4px;
    background: #f6f8fa;
    color: var(--org-primary, #002642) !important;
    transition: background 0.25s ease, transform 0.25s ease;
  }

  .mega-menu-panel .mm-corp-item:after {
    display: none !important;
  }

  .mega-menu-panel .mm-corp-item:hover {
    background: #eef3f7;
    transform: translateY(-2px);
  }

  .mega-menu-panel .mm-corp-item strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .mega-menu-panel .mm-corp-item em {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #607789;
  }

  /* Blog mega menu */
  .mega-menu-panel .mm-panel--blog {
    padding: 24px 40px 22px;
  }

  .mega-menu-panel .mm-blog-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 20px;
    align-items: stretch;
  }

  .mega-menu-panel .mm-blog-featured {
    position: relative;
    display: block !important;
    min-height: 320px;
    height: 100%;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 4px;
    border: 0;
    background: var(--org-primary, #002642);
    color: #fff !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .mega-menu-panel .mm-blog-featured:after {
    display: none !important;
  }

  .mega-menu-panel .mm-blog-featured:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 38, 66, 0.18);
  }

  .mega-menu-panel .mm-blog-featured-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
  }

  .mega-menu-panel .mm-blog-featured:hover .mm-blog-featured-photo {
    transform: scale(1.05);
  }

  .mega-menu-panel .mm-blog-featured-img {
    display: none;
  }

  .mega-menu-panel .mm-blog-featured-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    padding: 22px 20px;
    background: linear-gradient(transparent, rgba(0, 38, 66, 0.92));
  }

  .mega-menu-panel .mm-blog-featured-body strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
  }

  .mega-menu-panel .mm-blog-featured-body em {
    display: block;
    font-style: normal;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
  }

  .mega-menu-panel .mm-blog-post-body small {
    display: none;
  }

  .mega-menu-panel .mm-blog-side h6 {
    margin: 0 0 12px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #86a0b6;
    font-weight: 700;
  }

  .mega-menu-panel .mm-blog-post {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    padding: 8px !important;
    border-radius: 3px;
    background: #f6f8fa;
    color: var(--org-primary, #002642) !important;
    transition: background 0.25s ease, transform 0.25s ease;
  }

  .mega-menu-panel .mm-blog-post:last-child {
    margin-bottom: 0;
  }

  .mega-menu-panel .mm-blog-post:after {
    display: none !important;
  }

  .mega-menu-panel .mm-blog-post:hover {
    background: #eef3f7;
    transform: translateX(3px);
  }

  .mega-menu-panel .mm-blog-post-img {
    display: block;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 3px;
  }

  .mega-menu-panel .mm-blog-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mega-menu-panel .mm-blog-post-body small {
    display: block;
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #86a0b6;
  }

  .mega-menu-panel .mm-blog-post-body strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    color: var(--org-primary, #002642);
  }

  /* Blog topics row */
  .mega-menu-panel .mm-blog-topics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid #e8eef3;
  }

  .mega-menu-panel .mm-blog-topic {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 14px 14px !important;
    border-radius: 4px;
    background: #f6f8fa;
    color: var(--org-primary, #002642) !important;
    transition: background 0.25s ease, transform 0.25s ease;
  }

  .mega-menu-panel .mm-blog-topic:after {
    display: none !important;
  }

  .mega-menu-panel .mm-blog-topic:hover {
    background: #eef3f7;
    transform: translateY(-2px);
  }

  .mega-menu-panel .mm-blog-topic-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #fff;
    color: #86a0b6;
    font-size: 16px;
  }

  .mega-menu-panel .mm-blog-topic-text {
    display: block;
    min-width: 0;
  }

  .mega-menu-panel .mm-blog-topic-text strong {
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 700;
    color: var(--org-primary, #002642);
  }

  .mega-menu-panel .mm-blog-topic-text em {
    display: block;
    font-style: normal;
    font-size: 11px;
    line-height: 1.35;
    color: #607789;
  }

  .mega-menu-panel .mm-blog-topic--all {
    background: var(--org-primary, #002642);
    color: #fff !important;
    justify-content: space-between;
  }

  .mega-menu-panel .mm-blog-topic--all:hover {
    background: #013a61;
  }

  .mega-menu-panel .mm-blog-topic--all .mm-blog-topic-text strong,
  .mega-menu-panel .mm-blog-topic--all .mm-blog-topic-text em {
    color: #fff;
  }

  .mega-menu-panel .mm-blog-topic--all .mm-blog-topic-text em {
    color: rgba(255, 255, 255, 0.7);
  }

  .mega-menu-panel .mm-blog-topic--all > i {
    font-size: 14px;
    color: #86a0b6;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mega-menu-panel .mm-look {
    grid-template-columns: 220px 1fr;
    gap: 24px;
    padding: 28px 32px;
  }

  .mega-menu-panel .mm-film {
    grid-template-columns: repeat(3, 1fr);
  }

  .mega-menu-panel .mm-film-frame:nth-child(n + 4) {
    display: none !important;
  }

  .mega-menu-panel .mm-cols,
  .mega-menu-panel .mm-news {
    grid-template-columns: 1fr 1fr;
  }

  .mega-menu-panel .mm-col:last-child {
    grid-column: 1 / -1;
  }

  .mega-menu-panel .mm-news-item:nth-child(3) {
    display: none !important;
  }

  .mega-menu-panel .mm-services,
  .mega-menu-panel .mm-salon-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .mega-menu-panel .mm-salon-tile {
    height: 220px;
  }

  .mega-menu-panel .mm-panel--split,
  .mega-menu-panel .mm-blog-layout,
  .mega-menu-panel .mm-pf-layout,
  .mega-menu-panel .mm-org-layout,
  .mega-menu-panel .mm-corp-layout {
    grid-template-columns: 1fr;
  }

  .mega-menu-panel .mm-org-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .mega-menu-panel .mm-org-hero,
  .mega-menu-panel .mm-corp-intro,
  .mega-menu-panel .mm-corp-intro-body {
    min-height: 220px;
  }

  .mega-menu-panel .mm-pf-layout {
    min-height: 0;
  }

  .mega-menu-panel .mm-pf-hero {
    min-height: 240px;
  }

  .mega-menu-panel .mm-pf-grid {
    min-height: 240px;
  }

  .mega-menu-panel .mm-blog-featured {
    min-height: 280px;
  }

  .mega-menu-panel .mm-blog-featured-photo {
    width: 100%;
    height: 100%;
  }

  .mega-menu-panel .mm-blog-topics {
    grid-template-columns: repeat(2, 1fr);
  }

  .mega-menu-panel .mm-side {
    border-right: 0;
    border-bottom: 1px solid #e8eef3;
    padding-bottom: 16px;
  }

  .mega-menu-panel .mm-projects {
    grid-template-columns: repeat(2, 1fr);
  }

  .mega-menu-panel .mm-projects--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .mega-menu-panel {
    width: 100%;
    padding: 8px 0 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .mega-menu-panel .mm-panel,
  .mega-menu-panel .mm-panel--split,
  .mega-menu-panel .mm-panel--blog,
  .mega-menu-panel .mm-panel--salons,
  .mega-menu-panel .mm-panel--org,
  .mega-menu-panel .mm-panel--corp,
  .mega-menu-panel .mm-look {
    display: block;
    padding: 0;
  }

  .mega-menu-panel .mm-look-aside {
    margin-bottom: 16px;
    padding: 0 0 14px;
    border-right: 0;
    border-bottom: 1px solid #e6ebf0;
  }

  .mega-menu-panel .mm-look-aside h4 {
    font-size: 22px;
  }

  .mega-menu-panel .mm-dir-row {
    grid-template-columns: 64px 1fr;
    gap: 12px;
  }

  .mega-menu-panel .mm-dir-row img {
    width: 64px;
    height: 48px;
  }

  .mega-menu-panel .mm-dir-cap {
    grid-column: 2;
    justify-self: start;
  }

  .mega-menu-panel .mm-num-grid,
  .mega-menu-panel .mm-film,
  .mega-menu-panel .mm-cols,
  .mega-menu-panel .mm-news {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mega-menu-panel .mm-film-frame {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
  }

  .mega-menu-panel .mm-film-frame img {
    width: 72px;
    height: 56px;
    margin-bottom: 0;
  }

  .mega-menu-panel .mm-news-item,
  .mega-menu-panel .mm-news-item + .mm-news-item {
    border-right: 0;
    border-bottom: 1px solid #eef2f5;
    padding: 14px 0 !important;
  }

  .mega-menu-panel .mm-services,
  .mega-menu-panel .mm-projects,
  .mega-menu-panel .mm-corporate,
  .mega-menu-panel .mm-salon-rail,
  .mega-menu-panel .mm-org-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 10px;
  }

  .mega-menu-panel .mm-org-layout,
  .mega-menu-panel .mm-corp-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mega-menu-panel .mm-salon-tile {
    height: 140px;
  }

  .mega-menu-panel .mm-salon-overlay b {
    font-size: 22px;
  }

  .mega-menu-panel .mm-salon-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 0;
  }

  .mega-menu-panel .mm-org-hero,
  .mega-menu-panel .mm-corp-intro,
  .mega-menu-panel .mm-corp-intro-body {
    min-height: 180px;
  }

  .mega-menu-panel .mm-org-card {
    min-height: 0;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px !important;
  }

  .mega-menu-panel .mm-org-card i {
    margin-bottom: 0;
  }

  .mega-menu-panel .mm-corp-link {
    padding: 12px 0 !important;
  }

  .mega-menu-panel .mm-service-item,
  .mega-menu-panel .mm-project-card {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 8px !important;
    border-radius: 3px;
    background: #f6f8fa;
  }

  .mega-menu-panel .mm-service-item:after,
  .mega-menu-panel .mm-project-card:after,
  .mega-menu-panel .mm-corp-item:after,
  .mega-menu-panel .mm-footer-btn:after,
  .mega-menu-panel .mm-side a:after,
  .mega-menu-panel .mm-salon-tile:after,
  .mega-menu-panel .mm-org-card:after,
  .mega-menu-panel .mm-corp-link:after {
    display: none !important;
  }

  .mega-menu-panel .mm-service-thumb,
  .mega-menu-panel .mm-project-img {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 2px;
    overflow: hidden;
  }

  .mega-menu-panel .mm-service-thumb img,
  .mega-menu-panel .mm-project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mega-menu-panel .mm-service-body,
  .mega-menu-panel .mm-project-info {
    padding: 0;
  }

  .mega-menu-panel .mm-service-body strong,
  .mega-menu-panel .mm-project-info strong,
  .mega-menu-panel .mm-corp-item strong {
    display: block;
    font-size: 14px;
    color: var(--org-primary, #002642);
    margin-bottom: 2px;
  }

  .mega-menu-panel .mm-service-body em,
  .mega-menu-panel .mm-project-info em,
  .mega-menu-panel .mm-corp-item em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #607789;
  }

  .mega-menu-panel .mm-project-info b {
    display: none;
  }

  .mega-menu-panel .mm-side {
    margin-bottom: 12px;
  }

  .mega-menu-panel .mm-side h6,
  .mega-menu-panel .mm-main h6 {
    margin: 0 0 8px;
    font-size: 12px;
    text-transform: uppercase;
    color: #86a0b6;
  }

  .mega-menu-panel .mm-side a {
    display: block !important;
    padding: 6px 0 !important;
    color: var(--org-primary, #002642) !important;
  }

  .mega-menu-panel .mm-corp-item {
    display: flex !important;
    gap: 10px;
    padding: 10px 12px !important;
    border-radius: 3px;
    background: #f6f8fa;
  }

  .mega-menu-panel .mm-blog-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }

  .mega-menu-panel .mm-pf-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    margin-bottom: 12px;
  }

  .mega-menu-panel .mm-pf-hero {
    min-height: 180px;
  }

  .mega-menu-panel .mm-pf-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    min-height: 200px;
  }

  .mega-menu-panel .mm-pf-caption {
    padding: 12px;
  }

  .mega-menu-panel .mm-pf-caption strong {
    font-size: 13px;
    color: #fff;
  }

  .mega-menu-panel .mm-pf-caption em {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
  }

  .mega-menu-panel .mm-pf-more {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid #e8eef3;
  }

  .mega-menu-panel .mm-pf-more p {
    margin: 0;
    font-size: 13px;
    color: #607789;
  }

  .mega-menu-panel .mm-pf-more a {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-size: 13px !important;
    font-weight: 700;
    color: var(--org-primary, #002642) !important;
  }

  .mega-menu-panel .mm-pf-hero:after,
  .mega-menu-panel .mm-pf-item:after,
  .mega-menu-panel .mm-pf-more a:after {
    display: none !important;
  }

  .mega-menu-panel .mm-blog-featured {
    position: relative;
    display: block !important;
    min-height: 220px;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 4px;
  }

  .mega-menu-panel .mm-blog-featured-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mega-menu-panel .mm-blog-featured-img {
    display: none;
  }

  .mega-menu-panel .mm-blog-featured-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    background: linear-gradient(transparent, rgba(0, 38, 66, 0.92));
  }

  .mega-menu-panel .mm-blog-featured-body strong {
    color: #fff;
    font-size: 15px;
  }

  .mega-menu-panel .mm-blog-featured-body em {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
  }

  .mega-menu-panel .mm-blog-featured-body strong {
    font-size: 14px;
    color: var(--org-primary, #002642);
  }

  .mega-menu-panel .mm-blog-featured-body em {
    font-size: 12px;
    color: #607789;
  }

  .mega-menu-panel .mm-blog-post {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    padding: 8px !important;
    border-radius: 3px;
    background: #f6f8fa;
  }

  .mega-menu-panel .mm-blog-post:after,
  .mega-menu-panel .mm-blog-featured:after,
  .mega-menu-panel .mm-blog-topic:after {
    display: none !important;
  }

  .mega-menu-panel .mm-blog-post-img {
    width: 56px;
    height: 56px;
    border-radius: 2px;
    overflow: hidden;
  }

  .mega-menu-panel .mm-blog-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mega-menu-panel .mm-blog-post-body small {
    display: block;
    font-size: 11px;
    color: #86a0b6;
  }

  .mega-menu-panel .mm-blog-post-body strong {
    display: block;
    font-size: 13px;
    color: var(--org-primary, #002642);
  }

  .mega-menu-panel .mm-blog-side h6 {
    margin: 0 0 8px;
    font-size: 12px;
    text-transform: uppercase;
    color: #86a0b6;
  }

  .mega-menu-panel .mm-blog-topics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid #e8eef3;
  }

  .mega-menu-panel .mm-blog-topic {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 10px 12px !important;
    border-radius: 3px;
    background: #f6f8fa;
  }

  .mega-menu-panel .mm-blog-topic--all {
    background: var(--org-primary, #002642);
    color: #fff !important;
  }

  .mega-menu-panel .mm-blog-topic-icon {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #86a0b6;
  }

  .mega-menu-panel .mm-blog-topic-text strong {
    display: block;
    font-size: 13px;
  }

  .mega-menu-panel .mm-blog-topic-text em {
    display: block;
    font-size: 11px;
    font-style: normal;
    color: #607789;
  }

  .mega-menu-panel .mm-blog-topic--all .mm-blog-topic-text strong,
  .mega-menu-panel .mm-blog-topic--all .mm-blog-topic-text em {
    color: #fff;
  }

  .mega-menu-panel .mm-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border-radius: 3px;
    background: var(--org-primary, #002642);
  }

  .mega-menu-panel .mm-footer-text span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4px;
  }

  .mega-menu-panel .mm-footer-text h5 {
    margin: 0;
    color: #fff;
    font-size: 15px;
  }

  .mega-menu-panel .mm-footer-btn {
    display: inline-block !important;
    padding: 10px 16px !important;
    border-radius: 2px;
    background: #fff;
    color: var(--org-primary, #002642) !important;
    font-weight: 700;
  }
}

/* Demobul-style language / currency switcher */
.wpo-site-header .header-right {
  width: 100%;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
}

.wpo-site-header .header-right > div {
  float: none;
  margin-right: 0;
}

.wpo-site-header .header-right > div:last-child {
  margin: 0 !important;
}

@media screen and (min-width: 992px) {
  .wpo-site-header .navigation .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .wpo-site-header .navigation .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wpo-site-header .navigation .row > [class*="col-"]:first-child,
  .wpo-site-header .navigation .row > .col-lg-2:first-of-type {
    padding-left: 15px;
  }

  .wpo-site-header .navigation .row > [class*="col-"]:last-child {
    padding-right: 0 !important;
    padding-left: 0;
  }

  .wpo-site-header .header-right {
    margin-left: auto;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}

.wpo-site-header .header-locale-group {
  /* Demobul V27 exact metrics (light/fixed-header variant) */
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 6px 8px;
  border: 1px solid rgba(0, 38, 66, 0.12);
  border-radius: 12px;
  background: #fff;
  flex-shrink: 0;
}

.wpo-site-header .header-action-divider {
  width: 1px;
  height: 22px;
  margin: 0 4px;
  background: rgba(0, 38, 66, 0.18);
  flex-shrink: 0;
  align-self: center;
}

.wpo-site-header .header-locale-split {
  width: 1px;
  height: 18px;
  margin: 0 6px;
  background: rgba(0, 38, 66, 0.14);
  flex-shrink: 0;
}

.wpo-site-header .header-switcher {
  position: relative;
}

.wpo-site-header .header-switcher-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 12px !important;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--org-primary, #002642);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.wpo-site-header .header-switcher-btn .fa-globe,
.wpo-site-header .header-switcher-symbol {
  font-size: 13px;
  opacity: 0.95;
}

.wpo-site-header .header-switcher-value {
  line-height: 1;
}

.wpo-site-header .header-switcher-flag.flag-icon {
  display: inline-block;
  font-size: 14px;
  width: 1.33333333em;
  line-height: 1em;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 38, 66, 0.12);
  flex-shrink: 0;
  background-size: cover;
}

.wpo-site-header .header-switcher-caret {
  font-size: 8px;
  opacity: 0.7;
  transition: transform 0.25s ease;
}

.wpo-site-header .header-switcher.is-open .header-switcher-caret {
  transform: rotate(180deg);
}

.wpo-site-header .header-switcher-btn:hover,
.wpo-site-header .header-switcher.is-open .header-switcher-btn {
  background: rgba(134, 160, 182, 0.12);
  color: #86a0b6;
}

.wpo-site-header .header-switcher-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 230px;
  margin: 0;
  padding: 10px;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(0, 38, 66, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 38, 66, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.22s ease;
  z-index: 10060;
}

.wpo-site-header .header-switcher-menu > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpo-site-header .header-switcher-menu > li + li {
  margin-top: 8px;
}

.wpo-site-header .header-switcher-menu:before {
  display: block;
  padding: 6px 14px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7c8a;
}

.wpo-site-header .header-switcher[data-switcher="lang"] .header-switcher-menu:before {
  content: "Dil";
}

.wpo-site-header .header-switcher[data-switcher="currency"] .header-switcher-menu:before {
  content: "Para Birimi";
}

.wpo-site-header .header-switcher.is-open .header-switcher-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Higher specificity needed: theme sets `.header-right button { padding: 0 }` */
.wpo-site-header .header-right .header-switcher-option {
  display: flex !important;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  padding: 12px 14px !important;
  border: 0 !important;
  border-radius: 10px;
  background: transparent;
  color: var(--org-primary, #002642);
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  line-height: 1.35;
  transition: all 0.2s ease;
}

.wpo-site-header .header-right .header-switcher-option:hover,
.wpo-site-header .header-right .header-switcher-option.is-active {
  background: #f4f7fa;
}

.wpo-site-header .header-right .header-switcher-option.is-active:after {
  content: "\f00c";
  font-family: FontAwesome;
  margin-left: auto;
  font-size: 11px;
  color: #86a0b6;
  flex-shrink: 0;
}

.wpo-site-header .header-right .header-switcher-option-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.wpo-site-header .header-right .header-switcher-option-copy strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--org-primary, #002642);
}

.wpo-site-header .header-right .header-switcher-option-copy small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  color: #6b7c8a;
}

.wpo-site-header .header-right .header-switcher-option.is-active .header-switcher-option-copy strong {
  color: #86a0b6;
}

.wpo-site-header .header-right .header-switcher-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 28px;
  padding: 0 8px !important;
  border-radius: 8px;
  background: var(--org-primary, #002642);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.wpo-site-header .header-right .header-switcher-option.is-active .header-switcher-code {
  background: #86a0b6;
}

.wpo-site-header .header-right .header-switcher-option .header-switcher-flag.flag-icon {
  flex-shrink: 0;
  align-self: center;
}

.wpo-site-header .header-right .search-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0 !important;
  border: 1px solid rgba(0, 38, 66, 0.12);
  border-radius: 50%;
  background: #fff;
  color: var(--org-primary, #002642);
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpo-site-header .header-right .search-toggle-btn:hover {
  background: #86a0b6;
  border-color: #86a0b6;
  color: #fff;
  transform: translateY(-2px);
}

.wpo-site-header .header-right .search-toggle-btn .fi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 15px !important;
  line-height: 1 !important;
  color: inherit;
}

.wpo-site-header .header-right .search-toggle-btn .fi:before {
  display: block;
  font-size: 15px !important;
  line-height: 1 !important;
  margin: 0;
  padding: 0;
  position: static;
  color: inherit;
}

.wpo-site-header .header-right .search-toggle-btn:hover .fi,
.wpo-site-header .header-right .search-toggle-btn:hover .fi:before {
  color: #fff;
}

@media (max-width: 1199px) {
  .wpo-site-header .header-locale-group {
    height: 44px;
    padding: 4px 6px;
  }

  .wpo-site-header .header-locale-group .header-switcher-btn {
    height: 34px;
    padding: 0 10px !important;
    gap: 5px;
  }

  .wpo-site-header .header-right .search-toggle-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .mobail-menu,
  .wpo-site-header .dl-block {
    display: none !important;
  }

  .wpo-site-header .header-locale-group {
    display: inline-flex !important;
    height: 36px;
    padding: 3px 4px;
    border-radius: 8px;
  }

  .wpo-site-header .header-action-divider {
    display: none;
  }

  .wpo-site-header .header-locale-group .header-switcher-btn {
    height: 28px !important;
    padding: 0 6px !important;
    gap: 3px !important;
    font-size: 12px;
  }

  .wpo-site-header .header-switcher-flag.flag-icon {
    width: 16px !important;
    height: 12px !important;
  }

  .wpo-site-header .header-switcher-caret {
    font-size: 9px;
  }

  .wpo-site-header .header-locale-split {
    margin: 0 2px;
    height: 14px;
  }

  .wpo-site-header .header-right {
    gap: 6px;
    justify-content: flex-end;
  }

  .wpo-site-header .header-right .search-toggle-btn {
    width: 36px;
    height: 36px;
  }

  .wpo-site-header .header-switcher-menu {
    right: 0;
    left: auto;
    min-width: 180px;
  }
}

/* Mobile bottom bar */
.mobile-bar {
  display: none;
}

@media (max-width: 991px) {
  .mobile-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10040;
    align-items: stretch;
    justify-content: space-around;
    gap: 0;
    min-height: 64px;
    padding: 6px 4px calc(6px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid #e8eef3;
    box-shadow: 0 -8px 24px rgba(0, 38, 66, 0.1);
  }

  .mobile-bar-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    padding: 6px 4px;
    border: 0;
    background: transparent;
    color: #607789;
    text-decoration: none;
    font-family: var(--body-font-family, "Titillium Web", sans-serif);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-bar-item i,
  .mobile-bar-item .fa {
    font-size: 18px;
    line-height: 1;
    color: var(--org-primary, #002642);
  }

  .mobile-bar-item span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-bar-item:hover,
  .mobile-bar-item:focus,
  .mobile-bar-item.is-active {
    color: var(--org-primary, #002642);
    text-decoration: none;
  }

  .mobile-bar-item--accent {
    color: var(--org-primary, #002642);
  }

  .mobile-bar-item--accent i,
  .mobile-bar-item--accent .fa {
    width: 48px;
    height: 48px;
    margin-top: -20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--org-primary, #002642);
    color: #fff !important;
    font-size: 20px;
    box-shadow: 0 8px 18px rgba(0, 38, 66, 0.28);
  }

  .mobile-bar-item--accent span {
    margin-top: 2px;
    color: var(--org-primary, #002642);
  }

  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }

  .wpo-site-footer {
    margin-bottom: 8px;
  }

  .color-switcher-wrap {
    display: none !important;
  }
}

/* Mobile drawer extras (contact + locale + social) — Demobul style */
.mobile-nav-extras {
  display: none;
}

@media (max-width: 991px) {
  /* Drawer: link list scrolls; bottom extras stay pinned (no jump/shake) */
  .wpo-site-header #navbar {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    height: 100% !important;
    max-height: 100vh !important;
    overflow: hidden !important;
  }

  .wpo-site-header #navbar.slideInn {
    overflow: hidden !important;
  }

  .wpo-site-header #navbar .menu-close {
    flex: 0 0 auto;
    align-self: flex-end;
    position: relative;
    z-index: 5;
  }

  .wpo-site-header #navbar > .navbar-nav,
  .wpo-site-header #navbar > ul.nav {
    position: relative !important;
    z-index: 1 !important;
    flex: 1 1 auto !important;
    align-self: stretch !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 8px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    pointer-events: auto;
  }

  .wpo-site-header #navbar > .navbar-nav > li,
  .wpo-site-header #navbar > ul.nav > li {
    width: 100%;
  }

  .mobile-nav-extras {
    display: block;
    position: relative;
    z-index: 20;
    flex: 0 0 auto !important;
    margin-top: 0 !important;
    background: rgba(0, 0, 0, 0.12);
    pointer-events: auto;
    overflow: visible;
  }

  .mobile-nav-contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 20px 16px;
  }

  .mobile-nav-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #fff !important;
    text-decoration: none !important;
    pointer-events: auto;
  }

  .mobile-nav-contact-icon {
    flex: 0 0 22px;
    width: 22px;
    margin-top: 2px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
  }

  .mobile-nav-contact-icon .fi:before,
  .mobile-nav-contact-icon .ti-time:before {
    color: #fff !important;
    font-size: 15px;
  }

  .mobile-nav-contact-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  .mobile-nav-contact-copy em {
    font-style: normal;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
  }

  .mobile-nav-contact-copy strong {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff;
    word-break: break-word;
  }

  .mobile-nav-locale {
    display: flex !important;
    align-items: center;
    justify-content: stretch;
    position: relative;
    z-index: 30;
    width: calc(100% - 32px);
    margin: 0 16px 14px;
    padding: 4px !important;
    height: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.18) !important;
    pointer-events: auto !important;
  }

  .mobile-nav-locale .header-switcher {
    position: static;
    z-index: 31;
    flex: 1 1 50%;
    min-width: 0;
    pointer-events: auto !important;
  }

  .mobile-nav-locale .header-switcher-btn {
    width: 100%;
    justify-content: center;
    height: 36px !important;
    padding: 0 10px !important;
    color: #fff !important;
    background: transparent !important;
    pointer-events: auto !important;
    cursor: pointer;
  }

  .mobile-nav-locale .header-switcher-value,
  .mobile-nav-locale .header-switcher-symbol,
  .mobile-nav-locale .header-switcher-caret {
    color: #fff !important;
  }

  .mobile-nav-locale .header-locale-split {
    width: 1px;
    height: 18px;
    margin: 0 2px;
    background: rgba(255, 255, 255, 0.25);
  }

  .mobile-nav-locale .header-switcher-menu {
    left: 4px !important;
    right: 4px !important;
    top: auto !important;
    bottom: calc(100% + 8px) !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    z-index: 50 !important;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: none !important;
    transition: opacity 0.15s ease, visibility 0.15s ease !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    padding: 10px;
    pointer-events: none !important;
  }

  .mobile-nav-locale .header-switcher.is-open .header-switcher-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .mobile-nav-locale .header-switcher-option {
    display: flex !important;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 10px !important;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--org-primary, #002642) !important;
    text-align: left;
    cursor: pointer;
    pointer-events: auto !important;
  }

  .mobile-nav-locale .header-switcher-option:hover,
  .mobile-nav-locale .header-switcher-option.is-active {
    background: #eef3f7;
  }

  .mobile-nav-locale .header-switcher-option-copy {
    display: flex;
    flex-direction: column;
    gap: 1px;
  }

  .mobile-nav-locale .header-switcher-option-copy strong {
    font-size: 13px;
    color: var(--org-primary, #002642);
  }

  .mobile-nav-locale .header-switcher-option-copy small {
    font-size: 11px;
    color: #607789;
  }

  .mobile-nav-social {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 4px;
    position: relative;
    z-index: 10;
    padding: 14px 12px;
    background: var(--org-primary, #002642);
    pointer-events: auto;
  }

  .mobile-nav-social a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff !important;
    text-decoration: none !important;
    pointer-events: auto !important;
  }

  .mobile-nav-social a .fi:before {
    color: #fff !important;
    font-size: 15px;
  }

  .mobile-nav-social a:hover {
    opacity: 0.85;
  }
}

/* Mobile topbar — hide (contact/social moved into menu drawer) */
@media (max-width: 991px) {
  .topbar {
    display: none !important;
  }
}

/* Topbar social icons */
.topbar .contact-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 48px;
}

.topbar .contact-info ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: none;
  gap: 8px;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.topbar .contact-info ul li {
  float: none;
  margin: 0;
  padding: 0 !important;
  border: 0;
  line-height: 1;
}

.topbar .contact-info ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  text-decoration: none !important;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.topbar .contact-info ul li a .fi {
  top: 0;
  padding: 0;
  line-height: 1;
}

.topbar .contact-info ul li a .fi:before {
  font-size: 13px;
  color: #fff;
  transition: color 0.22s ease;
}

.topbar .contact-info ul li a:hover {
  background: #fff;
  border-color: #fff;
  color: var(--org-primary, #002642) !important;
  box-shadow: 0 6px 14px rgba(0, 38, 66, 0.18);
  transform: translateY(-1px);
}

.topbar .contact-info ul li a:hover .fi:before {
  color: var(--org-primary, #002642);
}

.topbar .contact-intro ul {
  display: flex;
  align-items: center;
  float: none;
  margin: 0;
  min-height: 48px;
}

.topbar .contact-intro ul li {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

/* Section flower divider under org heads */
.org-services-head .section-title-img,
.org-reviews-head .section-title-img,
.org-packages-head .section-title-img,
.org-media-head .section-title-img {
  max-width: 200px;
  margin: 18px auto 0;
  position: relative;
}

.org-services-head .section-title-img::before,
.org-services-head .section-title-img::after,
.org-reviews-head .section-title-img::before,
.org-reviews-head .section-title-img::after,
.org-packages-head .section-title-img::before,
.org-packages-head .section-title-img::after,
.org-media-head .section-title-img::before,
.org-media-head .section-title-img::after {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100px;
  height: 1px;
  background: #86a0b6;
}

.org-services-head .section-title-img::after,
.org-reviews-head .section-title-img::after,
.org-packages-head .section-title-img::after,
.org-media-head .section-title-img::after {
  right: -70px;
  left: auto;
}

.org-services-head .section-title-img img,
.org-reviews-head .section-title-img img,
.org-packages-head .section-title-img img,
.org-media-head .section-title-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

@media (max-width: 575px) {
  .org-services-head .section-title-img::before,
  .org-services-head .section-title-img::after,
  .org-reviews-head .section-title-img::before,
  .org-reviews-head .section-title-img::after,
  .org-packages-head .section-title-img::before,
  .org-packages-head .section-title-img::after,
  .org-media-head .section-title-img::before,
  .org-media-head .section-title-img::after {
    width: 60px;
    left: -20px;
  }

  .org-services-head .section-title-img::after,
  .org-reviews-head .section-title-img::after,
  .org-packages-head .section-title-img::after,
  .org-media-head .section-title-img::after {
    right: -20px;
    left: auto;
  }
}

.org-services {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  background:
    radial-gradient(1200px 420px at 10% -10%, rgba(134, 160, 182, 0.22), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--org-soft) 100%);
  overflow: hidden;
}

.org-services-head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.org-services-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-services-head h2 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.2;
  letter-spacing: 0;
}

.org-services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.org-service-card {
  position: relative;
  display: block;
  grid-column: span 3;
  min-height: 300px;
  overflow: hidden;
  color: #fff;
  text-decoration: none !important;
  isolation: isolate;
}

.org-service-card--lg {
  grid-column: span 6;
  min-height: 400px;
}

.org-service-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
  filter: saturate(0.95) contrast(1.02);
}

.org-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 38, 66, 0) 42%, rgba(0, 38, 66, 0.55) 100%);
  transition: opacity 0.45s ease, background 0.45s ease;
}

.org-service-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.org-service-card h3 {
  margin: 0;
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(16px, 1.15vw, 19px) !important;
  font-weight: 400 !important;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.org-service-card--lg h3 {
  font-size: clamp(18px, 1.35vw, 22px) !important;
}

.org-service-card p {
  margin: 0;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.45;
  opacity: 0.85;
  transform: translateY(4px);
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.org-service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.org-service-card__cta i {
  font-size: 11px;
  transition: transform 0.35s ease;
}

.org-service-card:hover img,
.org-service-card:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1.02) contrast(1.03);
}

.org-service-card:hover::after,
.org-service-card:focus-visible::after {
  background:
    linear-gradient(180deg, rgba(0, 38, 66, 0.08) 30%, rgba(0, 38, 66, 0.72) 100%);
}

.org-service-card:hover p,
.org-service-card:focus-visible p,
.org-service-card:hover .org-service-card__cta,
.org-service-card:focus-visible .org-service-card__cta {
  opacity: 1;
  transform: translateY(0);
}

.org-service-card:hover .org-service-card__cta i,
.org-service-card:focus-visible .org-service-card__cta i {
  transform: translateX(3px);
}

@media (max-width: 1199px) {
  .org-service-card {
    grid-column: span 6;
    min-height: 280px;
  }

  .org-service-card--lg {
    grid-column: span 6;
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .org-services {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .org-services-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .org-services-grid {
    gap: 14px;
  }

  .org-service-card,
  .org-service-card--lg {
    grid-column: span 12;
    min-height: 260px;
  }

  .org-service-card p,
  .org-service-card__cta {
    opacity: 1;
    transform: none;
  }

  .org-service-card__body {
    padding: 16px 16px 18px;
  }

  .org-service-card h3,
  .org-service-card--lg h3 {
    font-size: 17px !important;
  }

  .org-service-card p {
    font-size: 12px;
  }
}

/* Salonlarımız — venue showcase */
.org-venues {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  position: relative;
  padding-top: 90px;
  padding-bottom: 50px;
  background:
    linear-gradient(180deg, #f7fafc 0%, #ffffff 42%, #ffffff 100%);
}

.org-venues::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(134, 160, 182, 0.45), transparent);
}

.org-venues-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.08);
}

.org-venues-head__copy span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-venues-head__copy h2 {
  margin: 0;
  max-width: none;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.2;
  letter-spacing: 0;
}

.org-venues-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 10px 0;
  color: var(--org-ink) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0, 38, 66, 0.22);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.org-venues-all i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.org-venues-all:hover {
  color: var(--org-mist) !important;
  border-color: var(--org-mist);
}

.org-venues-all:hover i {
  transform: translateX(4px);
}

.org-venues-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.org-venue {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none !important;
}

.org-venue__media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--org-soft);
  box-shadow: inset 0 0 0 1px rgba(0, 38, 66, 0.06);
}

.org-venue__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 38, 66, 0.55) 100%);
  opacity: 0.85;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.org-venue__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.org-venue__cap {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.org-venue__meta {
  position: relative;
  padding: 18px 2px 0;
}

.org-venue__meta h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  color: var(--org-ink);
  font-family: var(--accent-font-family, "Cormorant Garamond", Georgia, serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
  transition: color 0.25s ease;
}

.org-venue__meta h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--org-mist);
  transition: width 0.35s ease;
}

.org-venue__meta p {
  margin: 0;
  color: rgba(0, 38, 66, 0.68);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.5;
}

.org-venue__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.25s ease;
}

.org-venue__cta i {
  font-size: 11px;
  transition: transform 0.3s ease;
}

.org-venue:hover .org-venue__media img {
  transform: scale(1.08);
}

.org-venue:hover .org-venue__media::after {
  opacity: 1;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 38, 66, 0.72) 100%);
}

.org-venue:hover .org-venue__meta h3 {
  color: var(--org-mist);
}

.org-venue:hover .org-venue__meta h3::after {
  width: 100%;
}

.org-venue:hover .org-venue__cta {
  opacity: 1;
  transform: translateY(0);
}

.org-venue:hover .org-venue__cta i {
  transform: translateX(4px);
}

@media (max-width: 1199px) {
  .org-venues-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .org-venues {
    padding-top: 70px;
    padding-bottom: 24px;
  }

  .org-venues-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
    padding-bottom: 16px;
  }

  .org-venues-head__copy h2 {
    max-width: none;
  }

  .org-venues-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .org-venue {
    flex: 0 0 72%;
    scroll-snap-align: start;
  }

  .org-venue__media {
    aspect-ratio: 4 / 5;
  }

  .org-venue__cta {
    opacity: 1;
    transform: none;
  }
}

/* Misafir yorumları */
.org-reviews {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  background:
    radial-gradient(900px 320px at 90% 0%, rgba(134, 160, 182, 0.18), transparent 55%),
    linear-gradient(180deg, var(--org-soft) 0%, #ffffff 100%);
}

.org-reviews-head {
  max-width: 560px;
  margin: 0 auto 40px;
  text-align: center;
}

.org-reviews-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-reviews-head h2 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-reviews-carousel {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 56px;
}

.org-reviews-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.org-reviews-carousel .owl-item {
  display: flex;
  height: auto;
}

.org-reviews-carousel .org-review {
  width: 100%;
  height: 100%;
}

.org-review {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 18px 12px 8px;
  background: transparent;
  border: 0;
  text-align: center;
  box-shadow: none;
}

.org-review::before {
  content: "“";
  display: block;
  margin-bottom: 8px;
  color: var(--org-mist);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 64px;
  line-height: 0.7;
  opacity: 0.7;
}

.org-review p {
  margin: 0 0 28px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(20px, 2.4vw, 28px) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  max-width: 34em;
}

.org-review__author {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  text-align: left;
}

.org-review__avatar {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px !important;
  height: 56px !important;
  overflow: hidden;
  border-radius: 50%;
  background: var(--org-primary, #002642);
  color: #fff !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  line-height: 1;
}

.org-review__avatar img,
.org-reviews-carousel .org-review__avatar img {
  display: none !important;
}

.org-review__author strong {
  display: block;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.org-review__author span {
  display: block;
  margin-top: 4px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.org-reviews-carousel .owl-nav {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.org-reviews-carousel .owl-nav button {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 0 !important;
  border-radius: 50%;
  background: #fff !important;
  color: var(--org-primary, #002642) !important;
  box-shadow: 0 8px 22px rgba(0, 38, 66, 0.12);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.org-reviews-carousel .owl-nav button:hover {
  background: var(--org-primary, #002642) !important;
  color: #fff !important;
  transform: scale(1.04);
}

.org-reviews-carousel .owl-nav button i {
  font-size: 14px;
  line-height: 1;
}

.org-reviews-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.org-reviews-carousel .owl-dots button {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0 !important;
  border-radius: 50%;
  background: rgba(134, 160, 182, 0.45) !important;
  transition: width 0.25s ease, background 0.25s ease, border-radius 0.25s ease;
}

.org-reviews-carousel .owl-dots button span {
  display: none;
}

.org-reviews-carousel .owl-dots .owl-dot.active {
  width: 24px;
  border-radius: 999px;
  background: var(--org-primary, #002642) !important;
}

@media (max-width: 767px) {
  .org-reviews {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .org-reviews-head {
    margin-bottom: 24px;
    text-align: left;
  }

  .org-reviews-carousel {
    padding: 0 8px;
  }

  .org-reviews-carousel .owl-nav {
    display: none;
  }

  .org-review {
    padding: 8px 4px;
  }

  .org-review p {
    font-size: 18px !important;
  }
}

/* Organizasyon paketleri */
.org-packages {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  padding-top: 90px;
  padding-bottom: 100px;
  background: #fff;
}

.org-packages-head {
  max-width: 560px;
  margin: 0 auto 48px;
  text-align: center;
}

.org-packages-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-packages-head h2 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-packages-grid {
  display: grid;
  grid-template-columns: repeat(var(--org-cols, 3), minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.org-package {
  display: flex;
  flex-direction: column;
  padding: 36px 30px 30px;
  background: var(--org-soft);
  border-top: 2px solid transparent;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.org-package--featured {
  background: var(--org-ink);
  border-top-color: var(--org-mist);
  transform: translateY(-8px);
}

.org-package__tag {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.org-package--featured .org-package__tag {
  color: rgba(255, 255, 255, 0.7);
}

.org-package__head h3 {
  margin: 0 0 10px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 1.15;
}

.org-package--featured .org-package__head h3 {
  color: #fff !important;
}

.org-package__head p {
  margin: 0 0 26px;
  color: rgba(0, 38, 66, 0.7);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.55;
}

.org-package--featured .org-package__head p {
  color: rgba(255, 255, 255, 0.78);
}

.org-package__list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  flex: 1;
}

.org-package__list li {
  position: relative;
  padding: 11px 0 11px 22px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.08);
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.4;
}

.org-package__list li:last-child {
  border-bottom: 0;
}

.org-package__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--org-mist);
  transform: translateY(-50%);
}

.org-package--featured .org-package__list li {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

.org-package--featured .org-package__list li::before {
  background: var(--org-mist);
}

.org-package__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  min-width: 150px;
  padding: 14px 22px;
  background: var(--org-ink);
  color: #fff !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.org-package__cta i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.org-package__cta:hover {
  background: var(--org-mist);
  color: #fff !important;
}

.org-package__cta:hover i {
  transform: translateX(4px);
}

.org-package--featured .org-package__cta {
  background: #fff;
  color: var(--org-ink) !important;
}

.org-package--featured .org-package__cta:hover {
  background: var(--org-mist);
  color: #fff !important;
}

.org-package:hover:not(.org-package--featured) {
  border-top-color: var(--org-mist);
  transform: translateY(-4px);
}

@media (max-width: 991px) {
  .org-packages-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .org-package--featured {
    transform: none;
    order: -1;
  }
}

@media (max-width: 767px) {
  .org-packages {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .org-packages-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .org-package {
    padding: 28px 22px 24px;
  }
}

/* Duyuru & Kampanyalar */
.org-news {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  padding-top: 90px;
  padding-bottom: 100px;
  background: #fff;
}

.org-news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.08);
}

.org-news-head__copy span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-news-head__copy h2 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-news-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 10px 0;
  color: var(--org-ink) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0, 38, 66, 0.22);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.org-news-all i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.org-news-all:hover {
  color: var(--org-mist) !important;
  border-color: var(--org-mist);
}

.org-news-all:hover i {
  transform: translateX(4px);
}

.org-news-carousel {
  position: relative;
}

.org-news-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.org-news-carousel .owl-item {
  display: flex;
  height: auto;
}

.org-news-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
}

.org-news-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--org-soft);
}

.org-news-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1.02);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.org-news-card__body {
  padding: 18px 2px 0;
}

.org-news-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.org-news-card__meta em {
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.org-news-card__meta span {
  color: rgba(0, 38, 66, 0.55);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 600;
}

.org-news-card__body h3 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.3;
  transition: color 0.25s ease;
}

.org-news-card__body small {
  display: block;
  margin-top: 8px;
  color: rgba(0, 38, 66, 0.6);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.org-news-card:hover .org-news-card__media img {
  transform: scale(1.08);
}

.org-news-card:hover .org-news-card__body h3 {
  color: var(--org-mist);
}

.org-news-carousel .owl-nav {
  display: none !important;
}

/* Homepage references / partners */
.org-partners {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  padding: 28px 0 36px;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}

.org-partners-head {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
  text-align: center;
}

.org-partners-head span {
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.org-partners-head p {
  margin: 0;
  color: rgba(0, 38, 66, 0.5);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 600;
}

.org-partners-head p::before {
  content: "·";
  margin-right: 12px;
  color: var(--org-mist);
}

.org-partners-grid {
  display: block;
  padding: 10px 4px 18px;
}

.org-partners .owl-stage-outer {
  overflow: visible !important;
  padding: 8px 0 14px;
  margin: -8px 0 -14px;
}

.org-partners .owl-stage {
  display: flex;
  align-items: stretch;
}

.org-partners .owl-item {
  display: flex;
  padding: 6px 8px 12px;
}

.org-partners-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 132px;
  padding: 22px 18px;
  border: 1px solid rgba(0, 38, 66, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 38, 66, 0.03);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.org-partners-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

.org-partners-item img {
  display: block;
  max-width: 168px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  opacity: 0.82;
  filter: grayscale(0.1);
  transition: opacity 0.22s ease, filter 0.22s ease, transform 0.22s ease;
}

.org-partners-item:hover {
  border-color: rgba(134, 160, 182, 0.45);
  box-shadow: 0 12px 28px rgba(0, 38, 66, 0.12);
  transform: translateY(-2px);
  z-index: 2;
}

.org-partners-item:hover img {
  opacity: 1;
  filter: none;
  transform: scale(1.06);
}

.org-partners .owl-nav,
.org-partners .owl-dots {
  display: none !important;
}

@media (max-width: 575px) {
  .org-partners {
    padding: 22px 0 28px;
  }

  .org-partners-head {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
  }

  .org-partners-head p::before {
    display: none;
  }

  .org-partners-item {
    min-height: 110px;
    padding: 16px 12px;
    border-radius: 12px;
  }

  .org-partners-item img {
    max-width: 132px;
    max-height: 58px;
  }
}

.org-news-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.org-news-carousel .owl-dots button {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0 !important;
  border-radius: 50%;
  background: rgba(134, 160, 182, 0.45) !important;
  transition: width 0.25s ease, background 0.25s ease, border-radius 0.25s ease;
}

.org-news-carousel .owl-dots button span {
  display: none;
}

.org-news-carousel .owl-dots .owl-dot.active {
  width: 24px;
  border-radius: 999px;
  background: var(--org-primary, #002642) !important;
}

@media (max-width: 767px) {
  .org-news {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .org-news-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
    padding-bottom: 16px;
  }

  .org-news-card__body h3 {
    font-size: 22px !important;
  }
}

/* Footer — V26 style (no e-bülten) */
.wpo-site-footer {
  background: #fff !important;
  overflow: visible !important;
}

.wpo-site-footer .wpo-upper-footer {
  position: relative;
  z-index: 1;
  padding: 90px 40px 60px !important;
  background: #eef3f7 !important;
}

.wpo-site-footer .wpo-upper-footer:before {
  display: block !important;
  position: absolute;
  left: 1.5%;
  top: 4%;
  width: 97%;
  height: 92%;
  border: 1px solid #cde0ef;
  content: "";
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 60px 24px 40px !important;
  }

  .wpo-site-footer .wpo-upper-footer:before {
    display: none !important;
  }
}

.wpo-site-footer .org-footer-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1.15fr);
  gap: 40px 56px;
  align-items: start;
}

.wpo-site-footer .org-footer-left {
  position: relative;
  padding-right: 40px;
}

.wpo-site-footer .org-footer-left::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(134, 160, 182, 0),
    rgba(134, 160, 182, 0.55),
    rgba(134, 160, 182, 0)
  );
}

.wpo-site-footer .org-footer-logo {
  display: inline-block;
  margin-bottom: 16px;
  line-height: 0;
}

.wpo-site-footer .org-footer-logo img {
  display: block;
  width: 160px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* SVG footer logos: avoid 0-height collapse + ensure contrast on light footer */
.wpo-site-footer .org-footer-logo img[src$=".svg"] {
  width: 245px;
  min-height: 48px;
}

.wpo-site-footer .org-footer-lead {
  position: relative;
  margin: 0 0 24px;
  max-width: 400px;
  padding: 0 0 0 16px;
  border-left: 2px solid #86a0b6;
  color: #4a6070;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  font-style: italic;
  line-height: 1.75;
}

.wpo-site-footer .org-footer-info {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  max-width: 420px;
}

.wpo-site-footer .org-footer-info li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wpo-site-footer .org-footer-info li + li {
  margin-top: 10px;
}

.wpo-site-footer .org-footer-info strong {
  color: var(--org-primary, #002642);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.wpo-site-footer .org-footer-info span {
  color: #5a6f80;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.wpo-site-footer .org-footer-info span a {
  color: inherit;
  text-decoration: none;
}

.wpo-site-footer .org-footer-info span a:hover {
  color: var(--theme-primary-color, #c59d5f);
}

.wpo-site-footer .org-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpo-site-footer .org-footer-social li {
  margin: 0 !important;
  padding: 0 !important;
}

.wpo-site-footer .org-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 38, 66, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--org-primary, #002642) !important;
  text-decoration: none !important;
  box-shadow: 0 1px 0 rgba(0, 38, 66, 0.03);
  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.wpo-site-footer .org-footer-social a:hover {
  color: #fff !important;
  background: var(--org-primary, #002642);
  border-color: var(--org-primary, #002642);
  box-shadow: 0 8px 18px rgba(0, 38, 66, 0.14);
  transform: translateY(-1px);
}

.wpo-site-footer .org-footer-social a i {
  font-size: 14px;
  line-height: 1;
}

.wpo-site-footer .org-footer-social a .org-icon-x {
  width: 14px;
  height: 14px;
}

.wpo-site-footer .org-footer-right {
  padding: 0;
  border: 0;
  background: transparent;
}

.wpo-site-footer .org-footer-right h3 {
  position: relative;
  margin: 0 0 22px;
  padding: 0;
  color: var(--org-primary, #002642);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em;
  text-transform: none;
}

.wpo-site-footer .org-footer-right h3::after {
  content: none;
}

.wpo-site-footer .org-footer-nav-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  column-gap: 32px;
  row-gap: 0;
}

.wpo-site-footer .org-footer-nav-cols ul {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpo-site-footer .org-footer-nav-cols li {
  margin: 0;
  padding: 0;
}

.wpo-site-footer .org-footer-nav-cols a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 0 0 14px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.08);
  color: #4a6070 !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-decoration: none !important;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.wpo-site-footer .org-footer-nav-cols a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #86a0b6;
  opacity: 0.55;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, background 0.2s ease;
}

.wpo-site-footer .org-footer-nav-cols a:hover {
  color: var(--org-primary, #002642) !important;
  padding-left: 18px;
  background: transparent;
  border-color: rgba(0, 38, 66, 0.14);
  box-shadow: none;
  transform: none;
}

.wpo-site-footer .org-footer-nav-cols a:hover::before {
  opacity: 1;
  background: var(--org-primary, #002642);
}

.wpo-site-footer .wpo-lower-footer {
  padding: 18px 0 !important;
  border-top: 1px solid rgba(0, 38, 66, 0.1);
  background: #fff !important;
}

.wpo-site-footer .wpo-lower-footer .copyright {
  margin: 0;
  color: #5a6f80 !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  line-height: 1.6;
  text-align: left !important;
}

@media (max-width: 991px) {
  .wpo-site-footer .org-footer-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .wpo-site-footer .org-footer-left {
    padding-right: 0;
    padding-bottom: 32px;
  }

  .wpo-site-footer .org-footer-left::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 575px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 50px 0 28px !important;
  }

  .wpo-site-footer .org-footer-nav-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-flow: row;
    column-gap: 22px;
  }

  .wpo-site-footer .org-footer-right h3 {
    font-size: 20px !important;
    white-space: normal;
  }

  .wpo-site-footer .org-footer-nav-cols a {
    min-height: 40px;
    font-size: 13px;
  }

  .wpo-site-footer .org-footer-info li {
    grid-template-columns: 64px 1fr;
  }

  .wpo-site-footer .org-footer-lead {
    max-width: none;
  }
}

/* Belgelerimiz — belge listesi */
.org-docs {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  padding-top: 90px;
  padding-bottom: 100px;
  background: #fff;
}

.org-docs-head {
  max-width: 640px;
  margin: 0 auto 52px;
  text-align: center;
}

.org-docs-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-docs-head h2 {
  margin: 0 0 12px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-docs-head p {
  margin: 0 auto 18px;
  max-width: 46ch;
  color: rgba(0, 38, 66, 0.7);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.65;
}

.org-docs-head .section-title-img {
  max-width: 200px;
  margin: 18px auto 0;
  position: relative;
}

.org-docs-head .section-title-img::before,
.org-docs-head .section-title-img::after {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100px;
  height: 1px;
  background: #86a0b6;
}

.org-docs-head .section-title-img::after {
  right: -70px;
  left: auto;
}

.org-docs-grid {
  display: grid;
  grid-template-columns: repeat(var(--org-cols, 3), minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.org-cert {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
  transition: transform 0.3s ease;
}

.org-cert:hover {
  transform: translateY(-6px);
}

.org-cert__sheet {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 14px;
  background: #fff;
  box-shadow:
    0 1px 0 rgba(0, 38, 66, 0.04),
    0 18px 40px rgba(0, 38, 66, 0.08);
}

.org-cert__frame {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 300px;
  height: 100%;
  padding: 28px 22px 40px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(238, 243, 247, 0.55), rgba(255, 255, 255, 0.9)),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 11px,
      rgba(134, 160, 182, 0.05) 11px,
      rgba(134, 160, 182, 0.05) 12px
    );
  box-shadow: inset 0 0 0 1px rgba(0, 38, 66, 0.12), inset 0 0 0 8px #fff, inset 0 0 0 9px rgba(134, 160, 182, 0.45);
}

.org-cert__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.org-cert__title {
  display: block;
  max-width: 16ch;
  min-height: 2.5em;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.25;
}

.org-cert__line {
  display: block;
  width: 56px;
  height: 1px;
  margin: 16px auto;
  background: var(--org-mist);
}

.org-cert__note {
  display: block;
  max-width: 22ch;
  min-height: 3em;
  color: rgba(0, 38, 66, 0.62);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  line-height: 1.5;
}

.org-cert__seal {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-top: 22px;
  border: 1.5px solid var(--org-mist);
  border-radius: 50%;
  color: var(--org-ink);
  background: rgba(255, 255, 255, 0.85);
}

.org-cert__seal i {
  font-size: 16px;
  line-height: 1;
}

.org-cert__year {
  position: absolute;
  right: 16px;
  bottom: 14px;
  color: rgba(0, 38, 66, 0.45);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.org-cert:hover .org-cert__sheet {
  box-shadow:
    0 1px 0 rgba(0, 38, 66, 0.04),
    0 24px 48px rgba(0, 38, 66, 0.12);
}

@media (max-width: 991px) {
  .org-docs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .org-docs {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .org-docs-grid {
    grid-template-columns: 1fr;
  }

  .org-cert__frame {
    min-height: 260px;
  }
}

/* Belgeler — Magnific Popup (image) */
.org-cert-mfp-wrap.mfp-bg {
  background: rgba(0, 38, 66, 0.82);
  opacity: 0.95;
}

.org-cert-mfp-wrap .mfp-figure {
  box-shadow: none;
}

.org-cert-mfp-wrap .mfp-img {
  padding: 0;
  border: 8px solid #fff;
  background: #fff;
}

.org-cert-mfp-wrap .mfp-bottom-bar {
  margin-top: 12px;
  padding: 0 8px;
}

.org-cert-mfp-wrap .mfp-title {
  color: #fff;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  padding-right: 60px;
}

.org-cert-mfp-wrap .mfp-counter {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
}

.org-cert-mfp-wrap .mfp-close {
  top: -6px;
  right: -6px;
  width: 44px;
  height: 44px;
  opacity: 1;
  color: var(--org-primary, #002642) !important;
  background: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 44px;
}

.org-cert-mfp-wrap .mfp-close:hover {
  background: var(--org-primary, #002642);
  color: #fff !important;
}

.org-cert-mfp-wrap .mfp-arrow-left,
.org-cert-mfp-wrap .mfp-arrow-right {
  opacity: 1;
}
/* E-Katalog */
.org-catalog {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  padding-top: 70px;
  padding-bottom: 90px;
  background: #fff;
}

.org-catalog-head {
  max-width: 640px;
  margin: 0 auto 52px;
  text-align: center;
}

.org-catalog-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-catalog-head h2 {
  margin: 0 0 12px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-catalog-head p {
  margin: 0 auto 18px;
  max-width: 48ch;
  color: rgba(0, 38, 66, 0.7);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.65;
}

.org-catalog-head .section-title-img {
  max-width: 200px;
  margin: 18px auto 0;
  position: relative;
}

.org-catalog-head .section-title-img::before,
.org-catalog-head .section-title-img::after {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100px;
  height: 1px;
  background: #86a0b6;
}

.org-catalog-head .section-title-img::after {
  right: -70px;
  left: auto;
}

.org-catalog-grid {
  display: grid;
  grid-template-columns: repeat(var(--org-cols, 4), minmax(0, 1fr));
  gap: 20px;
}

.org-catalog-card {
  display: flex;
  flex-direction: column;
  background: var(--org-soft);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.org-catalog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 38, 66, 0.1);
}

.org-catalog-card__cover {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #d9e2ea;
}

.org-catalog-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.org-catalog-card:hover .org-catalog-card__cover img {
  transform: scale(1.05);
}

.org-catalog-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 8px;
  background: rgba(0, 38, 66, 0.88);
  color: #fff;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.org-catalog-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 14px 14px;
  flex: 1;
}

.org-catalog-card__body em {
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.org-catalog-card__body h3 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.25;
}

.org-catalog-card__body p {
  margin: 0 0 8px;
  color: rgba(0, 38, 66, 0.65);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  line-height: 1.5;
  flex: 1;
}

.org-catalog-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.org-catalog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  padding: 8px 12px;
  background: var(--org-ink);
  color: #fff !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.25s ease, color 0.25s ease;
}

.org-catalog-btn:hover {
  background: var(--org-mist);
  color: #fff !important;
}

.org-catalog-btn--ghost {
  background: transparent;
  color: var(--org-ink) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 38, 66, 0.22);
}

.org-catalog-btn--ghost:hover {
  background: #fff;
  color: var(--org-ink) !important;
}

@media (max-width: 1199px) {
  .org-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .org-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 575px) {
  .org-catalog {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .org-catalog-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .org-catalog-grid {
    grid-template-columns: 1fr;
  }

  .org-catalog-head .section-title-img::before,
  .org-catalog-head .section-title-img::after {
    width: 60px;
    left: -20px;
  }

  .org-catalog-head .section-title-img::after {
    right: -20px;
    left: auto;
  }
}

/* Müşteri Görüşleri sayfası */
/* Müşteri görüşleri — modern voice wall */
.org-voice {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
}

.org-voice-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.12);
}

.org-voice-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.org-voice-head h2 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(34px, 4.5vw, 52px) !important;
  font-weight: 400 !important;
  line-height: 1.1;
}

.org-voice-head > p {
  max-width: 30ch;
  margin: 0;
  color: rgba(0, 38, 66, 0.62);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.55;
  text-align: right;
}

.org-voice-wall {
  display: grid;
  grid-template-columns: repeat(var(--org-cols, 3), minmax(0, 1fr));
  gap: 18px;
}

.org-voice-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 24px 24px;
  background: #fff;
  border: 1px solid rgba(0, 38, 66, 0.1);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.org-voice-card:hover {
  border-color: rgba(134, 160, 182, 0.65);
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 38, 66, 0.08);
}

.org-voice-card--accent {
  background: var(--org-primary, #002642);
  border-color: var(--org-primary, #002642);
  color: #fff;
}

.org-voice-card--accent:hover {
  border-color: var(--org-primary, #002642);
  box-shadow: 0 18px 36px rgba(0, 38, 66, 0.22);
}

.org-voice-card__stars {
  margin-bottom: 14px;
  color: var(--org-mist);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.org-voice-card--accent .org-voice-card__stars {
  color: #86a0b6;
}

.org-voice-card p {
  margin: 0 0 28px;
  color: rgba(0, 38, 66, 0.88);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 16px;
  line-height: 1.7;
  flex: 1;
}

.org-voice-card--accent p {
  color: rgba(255, 255, 255, 0.92);
}

.org-voice-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 38, 66, 0.1);
}

.org-voice-card--accent footer {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.org-voice-card__av {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 12px;
  letter-spacing: 0.02em;
  background: #eef3f7;
}

.org-voice-card--accent .org-voice-card__av {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.org-voice-card footer strong {
  display: block;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.org-voice-card--accent footer strong {
  color: #fff;
}

.org-voice-card footer em {
  display: block;
  margin-top: 3px;
  color: rgba(0, 38, 66, 0.5);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.org-voice-card--accent footer em {
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 991px) {
  .org-voice-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .org-voice-head > p {
    text-align: left;
    max-width: 42ch;
  }

  .org-voice-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .org-voice {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .org-voice-wall {
    grid-template-columns: 1fr;
  }
}

.org-voice-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(0, 38, 66, 0.1);
  background: #eef3f7;
}

.org-voice-cta span {
  display: block;
  margin-bottom: 4px;
  color: #86a0b6;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.org-voice-cta h3 {
  margin: 0;
  color: var(--org-primary, #002642);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-voice-modal[hidden] {
  display: none !important;
}

.org-voice-modal {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.org-voice-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 38, 66, 0.72);
  backdrop-filter: blur(3px);
}

.org-voice-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 28px 26px 24px;
  border: 1px solid rgba(0, 38, 66, 0.1);
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.org-voice-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  background: #eef3f7;
  color: var(--org-primary, #002642);
  font-size: 16px;
  cursor: pointer;
}

.org-voice-modal__close:hover {
  background: var(--org-primary, #002642);
  color: #fff;
}

.org-voice-modal__head {
  margin-bottom: 22px;
  padding-right: 40px;
}

.org-voice-modal__head span {
  display: block;
  margin-bottom: 8px;
  color: #86a0b6;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.org-voice-modal__head h3 {
  margin: 0 0 8px;
  color: var(--org-primary, #002642);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
}

.org-voice-modal__head p {
  margin: 0;
  color: rgba(0, 38, 66, 0.62);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.5;
}

.org-voice-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.org-voice-form__field {
  margin-bottom: 16px;
}

.org-voice-form__field label,
.org-voice-form__label {
  display: block;
  margin-bottom: 8px;
  color: #111;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.org-voice-form__field input,
.org-voice-form__field select,
.org-voice-form__field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  background: #f0f0f0;
  color: #222;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}

.org-voice-form__field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.org-voice-form__field input::placeholder,
.org-voice-form__field textarea::placeholder {
  color: #9a9a9a;
}

.org-voice-form__field input:focus,
.org-voice-form__field select:focus,
.org-voice-form__field textarea:focus {
  border-color: #cfcfcf;
  background: #f7f7f7;
}

.org-voice-form__field textarea {
  resize: vertical;
  min-height: 140px;
}

.org-voice-stars {
  display: flex;
  gap: 6px;
}

.org-voice-stars button {
  padding: 0;
  border: 0;
  background: none;
  color: #d7d7d7;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
}

.org-voice-stars button.is-on,
.org-voice-stars button:hover {
  color: #f5b301;
}

.org-voice-stars button:hover {
  transform: scale(1.06);
}

.org-voice-form__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
}

.org-voice-form__cancel {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(0, 38, 66, 0.55);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.org-voice-form__cancel:hover {
  color: var(--org-primary, #002642);
}

.org-voice-form__ok {
  margin: 14px 0 0;
  padding: 12px 14px;
  background: #eef3f7;
  color: var(--org-primary, #002642);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
}

body.org-voice-lock {
  overflow: hidden;
}

@media (max-width: 767px) {
  .org-voice-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .org-voice-form__row {
    grid-template-columns: 1fr;
  }

  .org-voice-modal__dialog {
    padding: 22px 18px 20px;
  }
}




/* Salonlar list page — grid */
.org-salon-page {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  padding-top: 80px;
  padding-bottom: 100px;
  background:
    linear-gradient(180deg, #f7fafc 0%, #ffffff 38%, #ffffff 100%);
}

.org-salon-grid {
  display: grid;
  grid-template-columns: repeat(var(--org-cols, 3), minmax(0, 1fr));
  gap: 22px;
}

.org-salon-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(0, 38, 66, 0.09);
  text-decoration: none !important;
  color: inherit;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.org-salon-card:hover {
  border-color: rgba(0, 38, 66, 0.2);
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 38, 66, 0.09);
}

.org-salon-card__media {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--org-soft);
}

.org-salon-card__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0, 38, 66, 0.38));
  pointer-events: none;
}

.org-salon-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.org-salon-card:hover .org-salon-card__media img {
  transform: scale(1.06);
}

.org-salon-card__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.org-salon-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 22px 24px;
  background: #fff;
  border-top: 3px solid transparent;
  transition: border-color 0.25s ease;
}

.org-salon-card:hover .org-salon-card__body {
  border-top-color: var(--org-mist);
}

.org-salon-card__body em {
  display: block;
  margin-bottom: 8px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.org-salon-card__body strong {
  display: block;
  margin-bottom: 10px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.org-salon-card__body small {
  display: block;
  flex: 1;
  margin-bottom: 20px;
  color: rgba(0, 38, 66, 0.68);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.65;
}

.org-salon-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.18);
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.org-salon-card__link i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.org-salon-card:hover .org-salon-card__link {
  color: var(--org-mist);
  border-bottom-color: var(--org-mist);
}

.org-salon-card:hover .org-salon-card__link i {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .org-salon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 575px) {
  .org-salon-page {
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .org-salon-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .org-salon-card__body {
    padding: 18px 18px 20px;
  }

  .org-salon-card__body strong {
    font-size: 22px;
  }
}

/* Modern list pages */
.org-modern {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
}

.org-modern-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.12);
}

.org-modern-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.org-modern-head h2 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(34px, 4.5vw, 52px) !important;
  font-weight: 400 !important;
  line-height: 1.1;
}

.org-modern-head > p {
  max-width: 28ch;
  margin: 0;
  color: rgba(0, 38, 66, 0.62);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.55;
  text-align: right;
}

.org-modern-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 280px 280px;
  gap: 16px;
}

.org-modern-tile {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none !important;
  background: #122533;
}

.org-modern-tile--hero {
  grid-column: span 2;
  grid-row: span 2;
}

.org-modern-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.org-modern-tile__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 20, 35, 0.78) 100%);
  transition: background 0.35s ease;
}

.org-modern-tile__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 22px;
}

.org-modern-tile__content em {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.org-modern-tile__content strong {
  color: #fff;
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.15;
}

.org-modern-tile__content > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  opacity: 0;
  transform: translateY(8px);
  color: #fff;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.org-modern-tile:hover img {
  transform: scale(1.08);
}

.org-modern-tile:hover .org-modern-tile__content > span {
  opacity: 1;
  transform: translateY(0);
}

.org-modern-services {
  display: grid;
  grid-template-columns: repeat(var(--org-cols, 2), minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(0, 38, 66, 0.12);
}

.org-modern-service {
  position: relative;
  display: grid;
  grid-template-columns: 56px 120px 1fr 40px;
  gap: 18px;
  align-items: center;
  padding: 28px 18px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.12);
  border-right: 1px solid rgba(0, 38, 66, 0.12);
  color: inherit;
  text-decoration: none !important;
  transition: background 0.25s ease;
}

.org-modern-service:nth-child(2n) {
  border-right: 0;
}

.org-modern-service:hover {
  background: #f6f9fb;
}

.org-modern-service__num {
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.org-modern-service__media {
  display: block;
  overflow: hidden;
  width: 120px;
  height: 88px;
  background: #d9e3eb;
}

.org-modern-service__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.org-modern-service:hover .org-modern-service__media img {
  transform: scale(1.08);
}

.org-modern-service__copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.org-modern-service__copy strong {
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
}

.org-modern-service__copy small {
  color: rgba(0, 38, 66, 0.62);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.5;
}

.org-modern-service__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--org-ink);
  box-shadow: inset 0 0 0 1px rgba(0, 38, 66, 0.18);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.org-modern-service:hover .org-modern-service__icon {
  background: var(--org-ink);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .org-modern-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .org-modern-head > p {
    text-align: left;
    max-width: 42ch;
  }

  .org-modern-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px 220px 220px;
  }

  .org-modern-tile--hero {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .org-modern-services {
    grid-template-columns: 1fr;
  }

  .org-modern-service {
    border-right: 0;
  }
}

@media (max-width: 575px) {
  .org-modern {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .org-modern-bento {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }

  .org-modern-tile {
    min-height: 240px;
  }

  .org-modern-tile--hero {
    min-height: 300px;
  }

  .org-modern-service {
    grid-template-columns: 40px 84px 1fr;
    gap: 12px;
    padding: 20px 4px;
  }

  .org-modern-service__media {
    width: 84px;
    height: 64px;
  }

  .org-modern-service__icon {
    display: none;
  }

  .org-modern-service__copy strong {
    font-size: 22px;
  }

  .org-modern-tile__content > span {
    opacity: 1;
    transform: none;
  }
}

/* Browse list pages (eski) */
.org-browse {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  padding-top: 90px;
  padding-bottom: 100px;
  background: #fff;
}

.org-browse-head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.org-browse-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-browse-head h2 {
  margin: 0 0 12px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-browse-head p {
  margin: 0 auto 18px;
  max-width: 48ch;
  color: rgba(0, 38, 66, 0.7);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.65;
}

.org-browse-head .section-title-img {
  max-width: 200px;
  margin: 18px auto 0;
  position: relative;
}

.org-browse-head .section-title-img::before,
.org-browse-head .section-title-img::after {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100px;
  height: 1px;
  background: #86a0b6;
}

.org-browse-head .section-title-img::after {
  right: -70px;
  left: auto;
}

.org-browse-grid {
  display: grid;
  gap: 28px 24px;
}

.org-browse-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.org-browse-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.org-browse-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none !important;
}

.org-browse-card--wide {
  grid-column: 1 / -1;
}

.org-browse-card__img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e8eef3;
}

.org-browse-card--wide .org-browse-card__img {
  aspect-ratio: 21 / 9;
}

.org-browse-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.org-browse-card:hover .org-browse-card__img img {
  transform: scale(1.04);
}

.org-browse-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 2px 0;
}

.org-browse-card__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.org-browse-card__top strong {
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 400;
  line-height: 1.2;
}

.org-browse-card__top em {
  flex-shrink: 0;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.org-browse-card__info small {
  color: rgba(0, 38, 66, 0.65);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.55;
}

.org-browse-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: gap 0.2s ease, color 0.2s ease;
}

.org-browse-card:hover .org-browse-card__link {
  color: var(--org-mist);
  gap: 12px;
}

@media (max-width: 991px) {
  .org-browse-grid--2,
  .org-browse-grid--3 {
    grid-template-columns: 1fr 1fr;
  }

  .org-browse-card--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .org-browse {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .org-browse-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .org-browse-grid--2,
  .org-browse-grid--3 {
    grid-template-columns: 1fr;
  }

  .org-browse-card--wide .org-browse-card__img {
    aspect-ratio: 16 / 10;
  }

  .org-browse-head .section-title-img::before,
  .org-browse-head .section-title-img::after {
    width: 60px;
    left: -20px;
  }

  .org-browse-head .section-title-img::after {
    right: -20px;
    left: auto;
  }
}

/* Liste dizin sayfaları (eski) */
.org-dir {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  padding-top: 90px;
  padding-bottom: 100px;
  background: #fff;
}

.org-dir-head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.org-dir-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-dir-head h2 {
  margin: 0 0 12px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-dir-head p {
  margin: 0 auto 18px;
  max-width: 48ch;
  color: rgba(0, 38, 66, 0.7);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.65;
}

.org-dir-head .section-title-img {
  max-width: 200px;
  margin: 18px auto 0;
  position: relative;
}

.org-dir-head .section-title-img::before,
.org-dir-head .section-title-img::after {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100px;
  height: 1px;
  background: #86a0b6;
}

.org-dir-head .section-title-img::after {
  right: -70px;
  left: auto;
}

.org-dir-list {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.org-dir-item {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 14px;
  background: var(--org-soft);
  color: inherit;
  text-decoration: none !important;
  transition: background 0.25s ease, transform 0.25s ease;
}

.org-dir-item:hover {
  background: #e6edf3;
  transform: translateY(-2px);
}

.org-dir-item__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #d7e0e8;
}

.org-dir-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.org-dir-item:hover .org-dir-item__media img {
  transform: scale(1.05);
}

.org-dir-item__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}

.org-dir-item__body em {
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.org-dir-item__body strong {
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 400;
  line-height: 1.2;
}

.org-dir-item__body small {
  color: rgba(0, 38, 66, 0.65);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.55;
}

.org-dir-item__go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 10px;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, gap 0.2s ease;
}

.org-dir-item:hover .org-dir-item__go {
  color: var(--org-mist);
  gap: 12px;
}

@media (max-width: 767px) {
  .org-dir {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .org-dir-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .org-dir-item {
    grid-template-columns: 110px 1fr;
    gap: 14px;
    padding: 12px;
  }

  .org-dir-item__go {
    grid-column: 2;
    padding-right: 0;
    justify-self: start;
  }

  .org-dir-head .section-title-img::before,
  .org-dir-head .section-title-img::after {
    width: 60px;
    left: -20px;
  }

  .org-dir-head .section-title-img::after {
    right: -20px;
    left: auto;
  }
}

/* Liste sayfa başlığı (eski) */
.org-list-page {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  padding-top: 90px;
  padding-bottom: 100px;
  background: #fff;
}

.org-list-head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.org-list-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-list-head h2 {
  margin: 0 0 12px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-list-head p {
  margin: 0 auto 18px;
  max-width: 48ch;
  color: rgba(0, 38, 66, 0.7);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.65;
}

.org-list-head .section-title-img {
  max-width: 200px;
  margin: 18px auto 0;
  position: relative;
}

.org-list-head .section-title-img::before,
.org-list-head .section-title-img::after {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100px;
  height: 1px;
  background: #86a0b6;
}

.org-list-head .section-title-img::after {
  right: -70px;
  left: auto;
}

.org-list-page .org-venues-grid {
  position: relative;
  z-index: 1;
}

.org-services-grid--page {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.org-services-grid--page .org-service-card--lg {
  grid-column: span 3;
  min-height: 360px;
}

.org-services-grid--page .org-service-card:not(.org-service-card--lg) {
  grid-column: span 2;
  min-height: 280px;
}

/* Detay sayfa + sağ sidebar */
.org-detail-page {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  background: #fff;
}

.org-detail-main__img {
  margin-bottom: 28px;
  overflow: hidden;
  background: var(--org-soft);
}

.org-detail-main__img img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  display: block;
}

.org-detail-main h2 {
  margin: 0 0 16px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(30px, 3.5vw, 42px) !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-detail-main p {
  margin: 0 0 14px;
  color: rgba(0, 38, 66, 0.75);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 16px;
  line-height: 1.75;
}

.org-detail-main ul {
  list-style: none;
  margin: 8px 0 28px;
  padding: 0;
}

.org-detail-main ul li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.5;
}

.org-detail-main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 8px;
  height: 8px;
  background: var(--org-mist);
}

.org-detail-main__gallery {
  display: block;
  margin: 28px 0 0;
}

.org-detail-main__gallery.org-news-main__gallery {
  margin-top: 28px;
}

.org-detail-main__gallery .org-news-main__gallery-grid {
  margin: 0;
}

.org-detail-main__gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.org-detail-side {
  position: sticky;
  top: 110px;
}

.org-detail-side__box {
  margin-bottom: 22px;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 38, 66, 0.1);
  overflow: hidden;
}

.org-detail-side__box h3 {
  position: relative;
  margin: 0;
  padding: 24px 24px 18px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.25;
  border-bottom: 1px solid rgba(0, 38, 66, 0.08);
}

.org-detail-side__box h3::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -1px;
  width: 42px;
  height: 2px;
  background: var(--org-mist);
}

.org-detail-side__box ul {
  list-style: none;
  margin: 0;
  padding: 14px 12px 10px;
}

.org-detail-side__box ul li {
  border-bottom: 0;
  margin: 0 0 4px;
}

.org-detail-side__box ul li:last-child {
  margin-bottom: 0;
}

.org-detail-side__box ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: rgba(0, 38, 66, 0.72) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  background: transparent;
  box-shadow: inset 0 0 0 0 transparent;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.org-detail-side__box ul li a::after {
  content: "\e628";
  font-family: "themify";
  font-size: 11px;
  color: var(--org-mist);
  opacity: 0.55;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.org-detail-side__box ul li a:hover {
  color: var(--org-ink) !important;
  background: var(--org-soft);
  padding-left: 14px;
}

.org-detail-side__box ul li a:hover::after {
  opacity: 1;
  transform: translateX(3px);
}

.org-detail-side__box ul li.active a {
  color: var(--org-ink) !important;
  font-weight: 700;
  background: var(--org-soft);
  box-shadow: inset 3px 0 0 var(--org-ink);
}

.org-detail-side__box ul li.active a::after {
  opacity: 1;
  color: var(--org-ink);
}

.org-detail-side__all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 16px 24px;
  border-top: 1px solid rgba(0, 38, 66, 0.08);
  background: var(--org-soft);
  color: var(--org-ink) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.org-detail-side__all i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.org-detail-side__all:hover {
  background: #e4ebf2;
  color: var(--org-ink) !important;
}

.org-detail-side__all:hover i {
  transform: translateX(4px);
}

.org-detail-side__box--contact p {
  margin: 0 0 18px;
  color: rgba(0, 38, 66, 0.68);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .org-detail-side {
    position: static;
    margin-top: 40px;
  }
}

/* Detay ilgili görseller (eski) */
.org-related {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  padding-bottom: 90px;
  background: #fff;
}

.org-related-head {
  margin-bottom: 24px;
  text-align: center;
}

.org-related-head h3 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(26px, 3vw, 34px) !important;
  font-weight: 400 !important;
}

.org-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.org-related-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.org-related-link {
  margin-top: 28px;
  text-align: center;
}

.org-related-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--org-ink) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.org-related-link a:hover {
  color: var(--org-mist) !important;
}

@media (max-width: 575px) {
  .org-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .org-services-grid--page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .org-services-grid--page .org-service-card--lg,
  .org-services-grid--page .org-service-card:not(.org-service-card--lg) {
    grid-column: span 1;
    min-height: 260px;
  }
}

@media (max-width: 575px) {
  .org-list-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .org-list-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .org-list-head .section-title-img::before,
  .org-list-head .section-title-img::after {
    width: 60px;
    left: -20px;
  }

  .org-list-head .section-title-img::after {
    right: -20px;
    left: auto;
  }

  .org-services-grid--page {
    grid-template-columns: 1fr;
  }
}
/* Banka hesapları */
.org-bank {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
}

.org-bank-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.12);
}

.org-bank-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.org-bank-head h2 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(34px, 4.5vw, 52px) !important;
  font-weight: 400 !important;
  line-height: 1.1;
}

.org-bank-head > p {
  max-width: 28ch;
  margin: 0;
  color: rgba(0, 38, 66, 0.62);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.55;
  text-align: right;
}

.org-bank-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 28px;
  padding: 16px 18px;
  background: var(--org-soft);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.55;
}

.org-bank-note strong {
  color: var(--org-ink);
  font-weight: 700;
}

.org-bank-note span {
  color: rgba(0, 38, 66, 0.72);
}

.org-bank-grid {
  display: grid;
  grid-template-columns: repeat(var(--org-cols, 2), minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 36px;
}

.org-bank-card {
  padding: 26px 24px;
  background: #fff;
  border: 1px solid rgba(0, 38, 66, 0.12);
}

.org-bank-card header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.1);
}

.org-bank-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 148px;
  height: 56px;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid rgba(0, 38, 66, 0.1);
}

.org-bank-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.org-bank-card__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.org-bank-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 0 10px;
  background: var(--org-ink);
  color: #fff;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.org-bank-card h3 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-bank-card dl {
  margin: 0;
}

.org-bank-card dl > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 38, 66, 0.08);
}

.org-bank-card dl > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.org-bank-card dt {
  color: rgba(0, 38, 66, 0.5);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.org-bank-card dd {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.org-bank-iban-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.org-bank-iban {
  font-family: var(--body-font-family, "Titillium Web", sans-serif), Consolas, monospace !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  word-break: break-all;
}

.org-bank-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;
  border: 0;
  background: var(--org-ink);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.org-bank-copy i {
  line-height: 1;
}

.org-bank-copy:hover {
  background: var(--org-mist);
}

.org-bank-copy.is-copied {
  background: #1f7a4d;
}

.org-bank-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  background: var(--org-soft);
}

.org-bank-cta h3 {
  margin: 0 0 6px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
}

.org-bank-cta p {
  margin: 0;
  color: rgba(0, 38, 66, 0.65);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
}

@media (max-width: 991px) {
  .org-bank-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .org-bank-head > p {
    text-align: left;
    max-width: 42ch;
  }

  .org-bank-grid {
    grid-template-columns: 1fr;
  }

  .org-bank-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }
}

@media (max-width: 575px) {
  .org-bank {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .org-bank-card header {
    flex-direction: column;
    align-items: flex-start;
  }

  .org-bank-card__logo {
    width: 100%;
    max-width: 180px;
  }

  .org-bank-card dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* SSS / FAQ */
.org-faq {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  --org-line: rgba(0, 38, 66, 0.12);
  padding-top: 80px;
  padding-bottom: 100px;
  background: linear-gradient(180deg, #f7fafc 0%, #ffffff 28%, #ffffff 100%);
}

.org-faq-layout {
  display: grid;
  grid-template-columns: 1.55fr 0.7fr;
  gap: 40px;
  align-items: start;
}

.org-faq-intro {
  margin-bottom: 28px;
}

.org-faq-intro span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border: 1px solid var(--org-line);
  background: #fff;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-faq-intro h2 {
  margin: 0 0 10px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(30px, 4vw, 44px) !important;
  font-weight: 400 !important;
  line-height: 1.15;
}

.org-faq-intro p {
  max-width: 54ch;
  margin: 0;
  color: rgba(0, 38, 66, 0.62);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.6;
}

.org-faq-list.accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.org-faq-item.accordion-item {
  margin: 0;
  border: 1px solid var(--org-line);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 38, 66, 0.04);
  overflow: hidden;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.org-faq-item.accordion-item:hover {
  border-color: rgba(0, 38, 66, 0.22);
  box-shadow: 0 14px 34px rgba(0, 38, 66, 0.07);
}

.org-faq-item .accordion-header { margin: 0; }

.org-faq-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 56px 18px 18px;
  background: #fff;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  box-shadow: none !important;
}

.org-faq-item .accordion-button:not(.collapsed) {
  background: linear-gradient(180deg, #f4f8fb 0%, #eef3f7 100%);
  color: var(--org-ink);
}

.org-faq-item__num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--org-ink);
  color: #fff;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.org-faq-item .accordion-button:not(.collapsed) .org-faq-item__num { background: #0a4a73; }
.org-faq-item__q { flex: 1 1 auto; min-width: 0; }

.org-faq-item .accordion-button::after {
  position: absolute;
  right: 18px;
  top: 50%;
  margin: 0;
  background-image: none !important;
  content: "+";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--org-line);
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
  color: var(--org-mist);
}

.org-faq-item .accordion-button:not(.collapsed)::after {
  content: "–";
  background: var(--org-ink);
  border-color: var(--org-ink);
  color: #fff;
  transform: translateY(-50%);
}

.org-faq-item .accordion-body {
  padding: 0 20px 22px 74px;
  color: rgba(0, 38, 66, 0.74);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.75;
  background: linear-gradient(180deg, #f4f8fb 0%, #eef3f7 100%);
  border-top: 0;
}

.org-faq-item .accordion-body p { margin: 0 0 10px; }
.org-faq-item .accordion-body p:last-child { margin-bottom: 0; }
.org-faq-item .accordion-collapse { border-top: 0; }

.org-faq-side { position: sticky; top: 110px; }

.org-faq-side__box {
  position: relative;
  overflow: hidden;
  padding: 30px 26px;
  background: linear-gradient(160deg, var(--org-primary, #002642) 0%, #0a4a73 100%);
  color: #fff;
  margin-bottom: 16px;
  border-radius: 0;
  box-shadow: none;
}

.org-faq-side__box::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.org-faq-side__badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.org-faq-side__box h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 26px !important;
  font-weight: 400 !important;
}

.org-faq-side__box p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.65;
}

.org-faq-side__box .theme-btn-s3 {
  background: #fff;
  color: var(--org-ink) !important;
}

.org-faq-side__links {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--org-line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.org-faq-side__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.1);
  color: var(--org-ink) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s ease, padding-left 0.2s ease;
}

.org-faq-side__links a:last-child { border-bottom: 0; }
.org-faq-side__links a:hover { background: var(--org-soft); padding-left: 20px; }

.org-faq-side .org-help-card {
  margin-top: 16px;
}

.org-faq-side .org-help-contacts {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .org-faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .org-faq-side { position: static; }
  .org-faq-item .accordion-body { padding-left: 20px; }
}

@media (max-width: 575px) {
  .org-faq { padding-top: 56px; padding-bottom: 72px; }
  .org-faq-item .accordion-button {
    font-size: 16px;
    padding: 16px 50px 16px 14px;
    gap: 10px;
  }
  .org-faq-item__num { min-width: 36px; height: 36px; font-size: 12px; }
}
/* Genel boş kayıt alanı (tüm sayfalar) */
.page-empty {
  --pe-ink: var(--org-primary, #002642);
  --pe-mist: #86a0b6;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 28px 28px 30px;
  border: 1px solid rgba(0, 38, 66, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 38, 66, 0.05);
}

.page-empty__glow {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 38, 66, 0.06) 0%, rgba(0, 38, 66, 0) 70%);
  pointer-events: none;
}

.page-empty__body {
  position: relative;
  z-index: 1;
}

.page-empty__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border: 1px solid rgba(0, 38, 66, 0.1);
  border-radius: 999px;
  background: #f4f8fb;
  color: var(--pe-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-empty__title {
  display: block;
  margin: 0 0 12px;
  color: var(--pe-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 400;
  line-height: 1.3;
}

.page-empty__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-empty__list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
  color: rgba(0, 38, 66, 0.68);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.6;
}

.page-empty__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pe-ink);
}

.page-empty__actions {
  margin-top: 18px;
}

.page-empty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 8px;
  background: var(--pe-ink);
  color: #fff !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s ease;
}

.page-empty__btn:hover {
  background: #0a4a73;
  color: #fff !important;
}

@media (max-width: 575px) {
  .page-empty {
    padding: 22px 18px 24px;
  }
}

/* Referanslarımız — logo duvarı */
.org-refs {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
}

.org-refs-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.12);
}

.org-refs-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.org-refs-head h2 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(34px, 4.5vw, 52px) !important;
  font-weight: 400 !important;
  line-height: 1.1;
}

.org-refs-head > p {
  max-width: 30ch;
  margin: 0;
  color: rgba(0, 38, 66, 0.62);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.55;
  text-align: right;
}

.org-refs-logos {
  display: grid;
  grid-template-columns: repeat(var(--org-cols, 4), minmax(0, 1fr));
  border-top: 1px solid rgba(0, 38, 66, 0.1);
  border-left: 1px solid rgba(0, 38, 66, 0.1);
}

.org-refs-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 28px 24px;
  background: #fff;
  border-right: 1px solid rgba(0, 38, 66, 0.1);
  border-bottom: 1px solid rgba(0, 38, 66, 0.1);
  transition: background 0.25s ease;
}

.org-refs-logo:hover {
  background: #eef3f7;
}

.org-refs-logo img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: 56px;
  object-fit: contain;
  filter: grayscale(1) opacity(0.72);
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.org-refs-logo:hover img {
  filter: grayscale(0) opacity(1);
  transform: scale(1.03);
}

@media (max-width: 991px) {
  .org-refs-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .org-refs-head > p {
    text-align: left;
    max-width: 42ch;
  }

  .org-refs-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .org-refs {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .org-refs-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .org-refs-logo {
    min-height: 110px;
    padding: 20px 14px;
  }
}

/* Ekibimiz */
.org-team {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
}

.org-team-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.12);
}

.org-team-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.org-team-head h2 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(34px, 4.5vw, 52px) !important;
  font-weight: 400 !important;
  line-height: 1.1;
}

.org-team-head > p {
  max-width: 30ch;
  margin: 0;
  color: rgba(0, 38, 66, 0.62);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.55;
  text-align: right;
}

.org-team-board {
  display: grid;
  grid-template-columns: repeat(var(--org-cols, 4), minmax(0, 1fr));
  border-top: 1px solid rgba(0, 38, 66, 0.12);
  border-left: 1px solid rgba(0, 38, 66, 0.12);
  background: #fff;
}

.org-team-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 36px 22px 32px;
  border-right: 1px solid rgba(0, 38, 66, 0.12);
  border-bottom: 1px solid rgba(0, 38, 66, 0.12);
  color: inherit;
  text-decoration: none !important;
  background: #fff;
  transition: background 0.25s ease;
}

.org-team-tile:hover {
  background: #eef3f7;
}

.org-team-tile__photo {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 50%;
  background: #e8eef3;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 38, 66, 0.12);
}

.org-team-tile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.org-team-tile:hover .org-team-tile__photo img {
  transform: scale(1.06);
}

.org-team-tile strong {
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.org-team-tile em {
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.org-team-tile__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.55;
  transition: opacity 0.25s ease, gap 0.25s ease;
}

.org-team-tile:hover .org-team-tile__link {
  opacity: 1;
  gap: 10px;
}

/* Ekip detay */
.org-team-detail {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
}

.org-team-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
  margin-bottom: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.1);
}

.org-team-detail__photo {
  overflow: hidden;
  background: #e8eef3;
  aspect-ratio: 3 / 4;
}

.org-team-detail__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.org-team-detail__intro em {
  display: block;
  margin-bottom: 10px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-team-detail__intro h2 {
  margin: 0 0 20px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 4vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.1;
}

.org-team-detail__facts {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.org-team-detail__facts li {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.08);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
}

.org-team-detail__facts li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.org-team-detail__facts strong {
  color: rgba(0, 38, 66, 0.45);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.org-team-detail__facts span {
  color: var(--org-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.org-team-detail__cta {
  display: inline-flex;
  margin-top: 8px;
}

.org-team-detail__meta {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.org-team-detail__meta li {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 38, 66, 0.1);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
}

.org-team-detail__meta strong {
  color: rgba(0, 38, 66, 0.45);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
}

.org-team-detail__meta span {
  color: var(--org-ink);
  font-weight: 600;
}

.org-team-detail__body {
  margin-bottom: 28px;
}

.org-team-detail__body h3 {
  margin: 0 0 14px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
}

.org-team-detail__body p {
  margin: 0 0 14px;
  color: rgba(0, 38, 66, 0.72);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 16px;
  line-height: 1.75;
}

.org-team-detail__skills-wrap h3 {
  margin: 0 0 14px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
}

.org-team-detail__skills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.org-team-detail__skills li {
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(0, 38, 66, 0.12);
  background: #f4f8fb;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 600;
}

.org-team-detail__skills li::before {
  display: none;
}
@media (max-width: 991px) {
  .org-team-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .org-team-head > p {
    text-align: left;
    max-width: 42ch;
  }

  .org-team-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .org-team-detail__hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .org-team-detail__photo {
    max-width: 360px;
  }
}

@media (max-width: 575px) {
  .org-team,
  .org-team-detail {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .org-team-board {
    grid-template-columns: 1fr 1fr;
  }

  .org-team-tile {
    padding: 28px 12px 24px;
  }

  .org-team-tile__photo {
    width: 84px;
    height: 84px;
  }

  .org-team-tile strong {
    font-size: 17px;
  }

  .org-team-tile__link {
    font-size: 11px;
  }

  .org-team-detail__skills {
    grid-template-columns: 1fr;
  }

  .org-team-detail__meta li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Haberler */
.org-news {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
}

.org-news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.12);
}

.org-news-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.org-news-head h2 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(34px, 4.5vw, 52px) !important;
  font-weight: 400 !important;
  line-height: 1.1;
}

.org-news-head > p {
  max-width: 30ch;
  margin: 0;
  color: rgba(0, 38, 66, 0.62);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  line-height: 1.55;
  text-align: right;
}

.org-news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.org-news-filters__btn {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(0, 38, 66, 0.12);
  background: #fff;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.org-news-filters__btn:hover {
  border-color: rgba(134, 160, 182, 0.7);
}

.org-news-filters__btn.is-active {
  background: var(--org-primary, #002642);
  border-color: var(--org-primary, #002642);
  color: #fff;
}

.org-news-grid {
  display: grid;
  grid-template-columns: repeat(var(--org-cols, 3), minmax(0, 1fr));
  gap: 28px 22px;
}

.org-news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(0, 38, 66, 0.1);
  color: inherit;
  text-decoration: none !important;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.org-news-card:hover {
  border-color: rgba(134, 160, 182, 0.65);
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 38, 66, 0.08);
}

.org-news-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #e8eef3;
}

.org-news-card__media::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  pointer-events: none;
  z-index: 1;
}

.org-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.org-news-card:hover .org-news-card__media img {
  transform: scale(1.05);
}

.org-news-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding: 20px 18px 22px;
}

.org-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.org-news-card__meta em {
  color: var(--org-mist);
  font-style: normal;
}

.org-news-card__meta time {
  color: rgba(0, 38, 66, 0.45);
}

.org-news-card__body strong {
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}

.org-news-card__body small {
  color: rgba(0, 38, 66, 0.6);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.55;
}

.org-news-card__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 6px;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.org-news-card__more i {
  transition: transform 0.2s ease;
}

.org-news-card:hover .org-news-card__more i {
  transform: translateX(4px);
}

.org-news-empty {
  margin: 8px 0 0;
  padding: 18px 20px;
  border: 1px dashed rgba(0, 38, 66, 0.18);
  background: #eef3f7;
  color: rgba(0, 38, 66, 0.68);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
}

/* Haber detay — demobul tarzı */
.org-news-detail {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
}

.org-news-main__img {
  margin-bottom: 22px;
  overflow: hidden;
  background: #e8eef3;
}

.org-news-main__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.org-news-main__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.1);
  color: rgba(0, 38, 66, 0.55);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 600;
}

.org-news-main__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.org-news-main__meta i {
  color: var(--org-mist);
  font-size: 12px;
}

.org-news-main__quote {
  margin: 0 0 24px;
  padding: 22px 24px;
  border-left: 3px solid var(--org-ink);
  background: #eef3f7;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: clamp(18px, 2.2vw, 24px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
}

.org-news-main__text p {
  margin: 0 0 16px;
  color: rgba(0, 38, 66, 0.72);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 16px;
  line-height: 1.8;
}

.org-news-main__gallery {
  margin: 36px 0 28px;
}

.org-news-main__gallery h3 {
  margin: 0 0 16px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
}

.org-news-main__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 24px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 38, 66, 0.1);
}

.org-news-main__share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.org-news-main__share-label,
.org-news-main__tags-label {
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.org-news-main__share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.org-news-main__share-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 38, 66, 0.12);
  background: #fff;
  color: var(--org-ink) !important;
  font-size: 15px;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.org-news-main__share-list a:hover {
  background: var(--org-ink);
  border-color: var(--org-ink);
  color: #fff !important;
  transform: translateY(-2px);
}

.org-news-main__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 12px;
  margin-left: auto;
  text-align: right;
}

.org-news-main__tags h3 {
  display: none;
}

.org-news-main__tags-list,
.org-news-main__tags > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.org-news-main__tags a {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid rgba(0, 38, 66, 0.12);
  background: #fff;
  color: var(--org-ink) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.org-news-main__tags a:hover {
  background: var(--org-ink);
  border-color: var(--org-ink);
  color: #fff !important;
}

@media (max-width: 767px) {
  .org-news-main__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .org-news-main__tags {
    justify-content: flex-start;
    margin-left: 0;
    text-align: left;
  }

  .org-news-main__tags-list,
  .org-news-main__tags > div {
    justify-content: flex-start;
  }
}

.org-news-main__gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.org-news-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(0, 38, 66, 0.08);
  background: #e8eef3;
  text-decoration: none !important;
}

.org-news-gallery-item img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease;
  will-change: transform;
}

.org-news-gallery-item__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 38, 66, 0.38);
  color: #fff;
  font-size: 22px;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}

.org-news-gallery-item:hover img {
  transform: scale(1.04);
  filter: brightness(0.94);
}

.org-news-gallery-item:hover .org-news-gallery-item__overlay {
  opacity: 1;
  transform: scale(1);
}

.org-news-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.org-news-side__box {
  padding: 0;
  border: 1px solid rgba(0, 38, 66, 0.1);
  background: #fff;
  overflow: hidden;
}

.org-news-side__head {
  margin: 0;
  padding: 20px 22px 14px;
  border-bottom: 1px solid rgba(0, 38, 66, 0.08);
}

.org-news-side__head h3 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
}

.org-news-side__list {
  padding: 8px 14px 6px;
}

.org-news-side__all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 15px 22px;
  border-top: 1px solid rgba(0, 38, 66, 0.08);
  background: var(--org-soft, #f4f7fa);
  color: var(--org-ink, #002642) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.org-news-side__all i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.org-news-side__all:hover {
  background: #e8eef4;
  color: var(--org-ink, #002642) !important;
}

.org-news-side__all:hover i {
  transform: translateX(4px);
}

.org-news-side__item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 8px;
  color: inherit;
  text-decoration: none !important;
}

.org-news-side__item:last-child {
  margin-bottom: 0;
}

.org-news-side__item img {
  width: 78px;
  height: 62px;
  object-fit: cover;
  display: block;
  background: #e8eef3;
}

.org-news-side__item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.org-news-side__item em {
  color: rgba(0, 38, 66, 0.5);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-style: normal;
}

.org-news-side__item:hover strong {
  color: var(--org-mist);
}

.org-news-side__box--cta {
  background: var(--org-primary, #002642);
  border-color: var(--org-primary, #002642);
  color: #fff;
}

.org-news-side__box--cta strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 22px;
  font-weight: 400;
}

.org-news-side__box--cta p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.55;
}

.org-news-side__box--cta .theme-btn-s3 {
  background: #fff;
  color: var(--org-primary, #002642);
  border-color: #fff;
}

.org-news-side__info {
  display: grid;
  gap: 16px;
}

.org-news-side__info strong {
  display: block;
  margin-bottom: 4px;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.org-news-side__info span,
.org-news-side__info a {
  color: rgba(0, 38, 66, 0.7) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .org-news-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .org-news-head > p {
    text-align: left;
    max-width: 42ch;
  }

  .org-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .org-news-side {
    margin-top: 40px;
  }

  .org-news-main__gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .org-news-gallery-item img {
    height: 150px;
  }
}

@media (max-width: 575px) {
  .org-news,
  .org-news-detail {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .org-news-grid {
    grid-template-columns: 1fr;
  }

  .org-news-card__body strong {
    font-size: 20px;
  }

  .org-news-main__gallery-grid {
    grid-template-columns: 1fr;
  }

  .org-news-gallery-item img {
    height: 200px;
  }
}
/* Sayfa başlığı / breadcrumb — yeni tasarım */
.wpo-page-title {
  background-color: var(--org-primary, #002642);
  background-image: url(../images/page-title.jpg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  min-height: 0 !important;
  padding: 56px 0 50px;
  display: block;
  position: relative;
  z-index: 1;
}

.wpo-page-title:before {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 38, 66, 0.72) !important;
  content: "";
  z-index: 0;
  opacity: 1 !important;
}

/* Footer tarzı iç çerçeve çizgisi */
.wpo-page-title:after {
  display: block !important;
  position: absolute;
  left: 24px;
  right: 24px;
  top: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  content: "";
  z-index: 1;
  pointer-events: none;
}

.wpo-page-title > .container {
  position: relative;
  z-index: 2;
}

.wpo-page-title .org-page-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wpo-page-title .wpo-breadcumb-wrap {
  text-align: left !important;
  flex: 1;
  min-width: 0;
  order: 1;
}

.wpo-page-title .wpo-breadcumb-wrap h2 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 4.5vw, 48px) !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
}

.wpo-page-title .org-page-desc {
  margin: 0 0 14px;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.wpo-page-title .wpo-breadcumb-wrap ol {
  padding-left: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.wpo-page-title .wpo-breadcumb-wrap ol li {
  display: inline-flex !important;
  align-items: center;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.65) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:after {
  content: "/" !important;
  position: static !important;
  left: auto !important;
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.35);
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child {
  color: #86a0b6 !important;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
  display: none !important;
}

.wpo-page-title .wpo-breadcumb-wrap ol li a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: #86a0b6 !important;
}

.org-page-back {
  flex: 0 0 auto;
  order: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.org-page-back i {
  font-size: 12px;
  line-height: 1;
}

.org-page-back:hover {
  background: #fff;
  border-color: #fff;
  color: var(--org-primary, #002642) !important;
}

@media (max-width: 767px) {
  .wpo-page-title {
    padding: 28px 0 30px;
    min-height: 0 !important;
  }

  .wpo-page-title:after {
    left: 14px;
    right: 14px;
    top: 12px;
    bottom: 12px;
  }

  .wpo-page-title .org-page-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .wpo-page-title .wpo-breadcumb-wrap {
    order: 2;
    width: 100%;
  }

  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }

  .org-page-back {
    order: 1;
    margin-left: 0;
    gap: 5px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.2;
    opacity: 0.92;
  }

  .org-page-back i {
    font-size: 12px;
    opacity: 0.85;
  }

  .org-page-back:hover,
  .org-page-back:active {
    background: transparent;
    border-color: transparent;
    color: #fff !important;
    opacity: 1;
    transform: translateX(-2px);
  }
}

/* İletişim */
.org-contact {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
}

.org-contact-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 36px;
}

.org-contact-info__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 20px;
  border: 1px solid rgba(0, 38, 66, 0.1);
  background: #fff;
  color: inherit;
  text-decoration: none !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}

a.org-contact-info__item:hover {
  background: #eef3f7;
  border-color: rgba(134, 160, 182, 0.55);
}

.org-contact-info__icon {
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--org-primary, #002642);
  color: #fff;
  font-size: 18px;
}

.org-contact-info__item em {
  display: block;
  margin-bottom: 4px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.org-contact-info__item strong {
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.org-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
  gap: 28px;
  margin-bottom: 36px;
  align-items: start;
}

.org-contact-form-wrap {
  padding: 32px 30px;
  border: 1px solid rgba(0, 38, 66, 0.1);
  background: #fff;
}

.org-contact-form-wrap h3 {
  margin: 0 0 8px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
}

.org-contact-form-wrap > p {
  margin: 0 0 24px;
  color: rgba(0, 38, 66, 0.6);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.55;
}

.org-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.org-contact-form__field {
  margin-bottom: 14px;
}

.org-contact-form__field label {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 38, 66, 0.55);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.org-contact-form__field input,
.org-contact-form__field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(0, 38, 66, 0.14);
  background: #fff;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease;
}

.org-contact-form__field input:focus,
.org-contact-form__field textarea:focus {
  border-color: var(--org-mist);
}

.org-contact-form__field textarea {
  resize: vertical;
  min-height: 140px;
}

.org-contact-map {
  overflow: hidden;
  border: 1px solid rgba(0, 38, 66, 0.1);
  background: #e8eef3;
  min-height: 360px;
}

.org-contact-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

@media (max-width: 991px) {
  .org-contact-info {
    grid-template-columns: 1fr;
  }

  .org-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .org-contact {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .org-contact-form-wrap {
    padding: 24px 18px;
  }

  .org-contact-form__row {
    grid-template-columns: 1fr;
  }

  .org-contact-map,
  .org-contact-map iframe {
    min-height: 280px;
    height: 280px;
  }
}
/* Detay sidebar yardım kartları */
.org-help {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.org-help-cta {
  position: relative;
  overflow: hidden;
  padding: 30px 26px;
  border-radius: 0;
  background: linear-gradient(160deg, var(--org-primary, #002642) 0%, #0a4a73 100%);
  color: #fff;
  box-shadow: none;
}

.org-help-cta::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.org-help-cta__badge {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.org-help-cta__icon {
  display: none;
}

.org-help-cta h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1.25;
}

.org-help-cta p {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.65;
}

.org-help-cta .theme-btn-s3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  color: var(--org-ink) !important;
}

.org-help-card {
  --org-help-ink: #0f2a3d;
  --org-help-muted: #6b8499;
  --org-help-line: rgba(15, 42, 61, 0.08);
  --org-help-accent: #1f7a5c;
  --org-help-accent-soft: #e7f5ef;
  padding: 28px 24px;
  border-radius: 0;
  border: 1px solid rgba(15, 42, 61, 0.06);
  background: #fff;
  box-shadow: none;
}

.org-help-card__section + .org-help-card__section {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--org-help-line);
}

.org-help-card h3 {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 14px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.25;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(0, 38, 66, 0.08);
}

.org-help-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 42px;
  height: 2px;
  background: var(--org-mist, #86a0b6);
}

.org-help-contacts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.org-help-contacts li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--org-help-line);
}

.org-help-contacts li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.org-help-contacts li:first-child {
  padding-top: 0;
}

.org-help-ico {
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--org-help-accent-soft);
  color: var(--org-help-accent);
  font-size: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.org-help-contacts li:hover .org-help-ico {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(31, 122, 92, 0.16);
}

.org-help-contacts a {
  color: var(--org-help-ink) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  line-height: 1.35;
  word-break: break-word;
}

.org-help-contacts a:hover {
  color: var(--org-help-accent) !important;
}

.org-help-hours {
  list-style: none;
  margin: 0;
  padding: 0;
}

.org-help-hours li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  border-top: 0;
}

.org-help-hours li:first-child {
  padding-top: 0;
}

.org-help-hours li + li {
  border-top: 1px dashed var(--org-help-line);
}

.org-help-hours span {
  color: var(--org-help-muted);
  font-weight: 500;
}

.org-help-hours strong {
  color: var(--org-help-ink);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.org-detail-side .org-help,
.org-news-side .org-help {
  margin-top: 4px;
}

/* Detay sayfa — önceki / sonraki kartlar */
.org-pager {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid rgba(0, 38, 66, 0.1);
}

.org-pager__card {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 96px;
  padding: 12px;
  border: 1px solid rgba(0, 38, 66, 0.1);
  background: #fff;
  text-decoration: none !important;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.org-pager__card--next {
  grid-template-columns: auto 1fr 96px;
  text-align: right;
}

.org-pager__media {
  display: block;
  width: 96px;
  height: 72px;
  overflow: hidden;
  background: var(--org-soft);
}

.org-pager__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.org-pager__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.org-pager__body em {
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.org-pager__body strong {
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.org-pager__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 38, 66, 0.14);
  color: var(--org-ink);
  font-size: 14px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.org-pager__card:hover {
  background: var(--org-soft);
  border-color: rgba(0, 38, 66, 0.18);
}

.org-pager__card:hover .org-pager__media img {
  transform: scale(1.06);
}

.org-pager__card:hover .org-pager__arrow {
  background: var(--org-ink);
  border-color: var(--org-ink);
  color: #fff;
}

.org-pager__card:hover .org-pager__body strong {
  color: var(--org-ink);
}

@media (max-width: 767px) {
  .org-pager {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 40px;
    padding-top: 28px;
  }

  .org-pager__card,
  .org-pager__card--next {
    grid-template-columns: 80px 1fr auto;
    text-align: left;
  }

  .org-pager__card--next .org-pager__arrow {
    order: 3;
  }

  .org-pager__card--next .org-pager__body {
    order: 2;
  }

  .org-pager__card--next .org-pager__media {
    order: 1;
  }

  .org-pager__media {
    width: 80px;
    height: 64px;
  }

  .org-pager__body strong {
    font-size: 16px;
  }
}
/* Medya — Instagram tarzı grid + modal */
.org-media {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
}

.org-media-head {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}

.org-media-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.org-media-head h2 {
  margin: 0;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-media-head p {
  display: none;
}

.org-media-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.org-media-filters button {
  appearance: none;
  border: 1px solid rgba(0, 38, 66, 0.14);
  background: #fff;
  color: rgba(0, 38, 66, 0.72);
  padding: 10px 18px;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.org-media-filters button:hover {
  border-color: rgba(0, 38, 66, 0.28);
  color: var(--org-ink);
}

.org-media-filters button.is-active {
  background: var(--org-ink);
  border-color: var(--org-ink);
  color: #fff;
}

.org-media-more {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.org-media-more .theme-btn {
  min-width: 200px;
  text-align: center;
}

.org-media-grid {
  display: grid;
  grid-template-columns: repeat(var(--org-cols, 3), minmax(0, 1fr));
  gap: 4px;
}

.org-media-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #111;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  cursor: pointer;
}

.org-media-item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  will-change: transform;
}

.org-media-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 38, 66, 0.22);
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  transform-origin: center;
}

.org-media-item:hover > img {
  transform: scale(1.04);
}

.org-media-item:hover::after {
  opacity: 1;
  transform: scale(1);
}

.org-media-item__badge {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  pointer-events: none;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
}

.org-media-item__badge img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.org-media-item__badge--video img {
  width: 22px;
  height: 22px;
}

.org-media-item__badge--album img {
  width: 19px;
  height: 19px;
}

body.org-media-lock {
  overflow: hidden;
}

.org-media-modal[hidden] {
  display: none !important;
}

.org-media-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.org-media-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.org-media-modal__dialog {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) 360px;
  width: min(1180px, calc(100vw - 48px));
  height: min(820px, calc(100vh - 48px));
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

.org-media-modal__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  min-width: 0;
  min-height: 0;
}

.org-media-modal__img,
.org-media-modal__video,
.org-media-modal__iframe {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: #000;
  border: 0;
}

.org-media-modal__side {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border-left: 1px solid #efefef;
}

.org-media-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #efefef;
}

.org-media-modal__user {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #262626 !important;
  text-decoration: none !important;
}

.org-media-modal__user img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  background: #eef3f7;
}

.org-media-modal__user strong {
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 700;
}

.org-media-modal__feed {
  flex: 1;
  overflow: auto;
  padding: 16px;
}

.org-media-modal__post {
  display: block;
}

.org-media-modal__post p,
.org-media-modal__caption {
  margin: 0;
  color: #262626;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.45;
}

.org-media-modal__caption {
  color: #262626;
  font-weight: 400;
}

.org-media-modal__time {
  display: block;
  margin-top: 8px;
  color: #8e8e8e;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.org-media-modal__actions {
  display: flex;
  align-items: center;
  padding: 10px 14px 6px;
  border-top: 1px solid #efefef;
}

.org-media-modal__actions-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.org-media-modal__actions button {
  border: 0;
  background: transparent;
  color: #262626;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.org-media-modal__like.is-on {
  color: #ed4956;
}

.org-media-modal__share.is-on {
  color: #0095f6;
}

.org-media-modal__meta {
  padding: 0 16px 16px;
}

.org-media-modal__likes {
  margin: 0 0 4px;
  color: #262626;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
}

.org-media-modal__date {
  display: block;
  color: #8e8e8e;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.org-media-modal__close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.org-media-modal__close:hover {
  opacity: 0.75;
}

.org-media-modal__nav {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #262626;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
}

.org-media-modal__nav[hidden] {
  display: none !important;
}

.org-media-modal__nav:hover {
  background: #fff;
}

.org-media-modal__nav--prev {
  left: 16px;
}

.org-media-modal__nav--next {
  right: 16px;
}

.org-media-modal__dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transform: translateX(-50%);
}

.org-media-modal__dots[hidden] {
  display: none !important;
}

.org-media-modal__dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.org-media-modal__dot.is-active {
  background: #0095f6;
}

@media (max-width: 991px) {
  .org-media-head {
    margin-bottom: 28px;
  }

  .org-media-modal {
    padding: 16px;
  }

  .org-media-modal__dialog {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(280px, 52vh) minmax(0, 1fr);
    width: min(640px, calc(100vw - 32px));
    height: min(860px, calc(100vh - 32px));
  }

  .org-media-modal__side {
    border-left: 0;
    border-top: 1px solid #efefef;
  }
}

@media (max-width: 767px) {
  .org-media {
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .org-media-grid {
    gap: 3px;
  }

  .org-media-modal {
    padding: 0;
    align-items: stretch;
  }

  .org-media-modal__dialog {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .org-media-modal__close {
    top: 12px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .org-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Liste sayfalama */
.org-pages {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
  padding-top: 8px;
}

.org-pages a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(0, 38, 66, 0.12);
  background: #fff;
  color: var(--org-ink) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.org-pages a:hover {
  border-color: rgba(0, 38, 66, 0.28);
  color: var(--org-ink) !important;
}

.org-pages a.is-active {
  background: var(--org-ink);
  border-color: var(--org-ink);
  color: #fff !important;
}

.org-pages__nav {
  color: var(--org-mist) !important;
}

.org-pages__nav:hover {
  color: var(--org-ink) !important;
}

@media (max-width: 575px) {
  .org-pages {
    margin-top: 36px;
    gap: 6px;
  }

  .org-pages a {
    min-width: 38px;
    height: 38px;
    font-size: 13px;
  }
}

/* Kariyer — V27 tarzı başvuru düzeni */
.org-career {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  padding-top: 70px;
  padding-bottom: 100px;
  background: #fff;
}

.org-career-head {
  max-width: 640px;
  margin-bottom: 40px;
}

.org-career-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.org-career-head h2 {
  margin: 0 0 12px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 4vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.15;
}

.org-career-head p {
  margin: 0;
  color: rgba(0, 38, 66, 0.68);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 16px;
  line-height: 1.65;
}

.org-career-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: stretch;
}

.org-career-positions {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 24px;
  border: 1px solid rgba(0, 38, 66, 0.1);
  background: var(--org-soft);
}

.org-career-positions__head {
  margin-bottom: 18px;
}

.org-career-positions__head h3 {
  margin: 0 0 4px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
}

.org-career-positions__head p {
  margin: 0;
  color: rgba(0, 38, 66, 0.55);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
}

.org-career-positions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  margin-bottom: 22px;
}

.org-career-pos {
  display: block;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(0, 38, 66, 0.12);
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.org-career-pos strong {
  display: block;
  margin-bottom: 4px;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.org-career-pos span {
  display: block;
  color: rgba(0, 38, 66, 0.55);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  line-height: 1.4;
}

.org-career-pos:hover {
  border-color: rgba(134, 160, 182, 0.7);
}

.org-career-pos.is-active {
  border-color: var(--org-primary, #002642);
  background: var(--org-primary, #002642);
  box-shadow: none;
}

.org-career-pos.is-active strong,
.org-career-pos.is-active span {
  color: #fff;
}

.org-career-pos.is-active span {
  color: rgba(255, 255, 255, 0.72);
}

.org-career-tips {
  list-style: none;
  margin: auto 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(0, 38, 66, 0.1);
}

.org-career-tips li {
  position: relative;
  padding: 0 0 10px 16px;
  color: rgba(0, 38, 66, 0.68);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  line-height: 1.5;
}

.org-career-tips li:last-child {
  padding-bottom: 0;
}

.org-career-tips li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  background: var(--org-mist);
}

.org-career-form-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 34px 32px;
  border: 1px solid rgba(0, 38, 66, 0.1);
  background:
    linear-gradient(180deg, #f7fafc 0%, #ffffff 42%);
}

.org-career-form__intro {
  margin-bottom: 22px;
}

.org-career-form__intro em {
  display: block;
  margin-bottom: 8px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.org-career-form__intro h3 {
  margin: 0 0 8px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 1.15;
}

.org-career-form__intro p {
  margin: 0;
  max-width: 42ch;
  color: rgba(0, 38, 66, 0.62);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.55;
}

.org-career-selected {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 26px;
  padding: 16px 18px;
  border-left: 3px solid var(--org-primary, #002642);
  background: var(--org-primary, #002642);
  color: #fff;
}

.org-career-selected span {
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.org-career-selected strong {
  color: #fff;
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.org-career-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.org-career-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 4px;
}

.org-career-form__field {
  margin-bottom: 18px;
}

.org-career-form__field--message {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.org-career-form__field label {
  display: block;
  margin-bottom: 8px;
  color: rgba(0, 38, 66, 0.5);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.org-career-form__field input,
.org-career-form__field textarea {
  width: 100%;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(0, 38, 66, 0.18);
  border-radius: 0;
  background: transparent;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease;
}

.org-career-form__field input::placeholder,
.org-career-form__field textarea::placeholder {
  color: rgba(0, 38, 66, 0.35);
}

.org-career-form__field input:focus,
.org-career-form__field textarea:focus {
  border-bottom-color: var(--org-primary, #002642);
}

.org-career-form__field--message textarea {
  flex: 1;
  min-height: 96px;
  resize: vertical;
  padding-top: 4px;
}

.org-career-form__actions {
  margin-top: auto;
  padding-top: 4px;
}

.org-career-form__actions .theme-btn-s3 {
  min-width: 180px;
}

@media (max-width: 991px) {
  .org-career-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .org-career {
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .org-career-positions,
  .org-career-form-wrap {
    padding: 24px 18px;
  }

  .org-career-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .org-career-form__intro h3 {
    font-size: 26px !important;
  }
}

/* Bayilerimiz */
.org-dealers {
  --org-ink: var(--theme-color-black, #002642);
  --org-mist: var(--theme-accent, #86a0b6);
  --org-soft: var(--theme-color-light, #eef3f7);
  padding-top: 70px;
  padding-bottom: 100px;
  background: #fff;
}

.org-dealers-head {
  max-width: 640px;
  margin-bottom: 36px;
}

.org-dealers-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--org-mist);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.org-dealers-head h2 {
  margin: 0 0 12px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: clamp(32px, 4vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1.15;
}

.org-dealers-head p {
  margin: 0;
  color: rgba(0, 38, 66, 0.68);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 16px;
  line-height: 1.65;
}

.org-dealers-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 1.4fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 22px;
  padding: 22px 22px;
  border: 1px solid rgba(0, 38, 66, 0.1);
  background: var(--org-soft);
}

.org-dealers-search label,
.org-dealers-distance > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(0, 38, 66, 0.55);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.org-dealers-search__box {
  position: relative;
}

.org-dealers-search__box i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--org-mist);
  font-size: 14px;
  pointer-events: none;
}

.org-dealers-search__box input {
  width: 100%;
  height: 48px;
  padding: 0 14px 0 40px;
  border: 1px solid rgba(0, 38, 66, 0.14);
  background: #fff;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  outline: none;
}

.org-dealers-search__box input:focus {
  border-color: var(--org-mist);
}

.org-dealers-distance__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.org-dealers-distance__btn {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(0, 38, 66, 0.14);
  background: #fff;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.org-dealers-distance__btn:hover {
  border-color: rgba(134, 160, 182, 0.7);
}

.org-dealers-distance__btn.is-active {
  background: var(--org-primary, #002642);
  border-color: var(--org-primary, #002642);
  color: #fff;
}

.org-dealers-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.org-dealers-meta p {
  margin: 0;
  color: rgba(0, 38, 66, 0.65);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
}

.org-dealers-meta strong {
  color: var(--org-ink);
  font-weight: 700;
}

.org-dealers-print {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--org-ink);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.org-dealers-print:hover {
  color: var(--org-mist);
}

.org-dealers-layout {
  --org-dealers-panel-h: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 24px;
  align-items: stretch;
  height: var(--org-dealers-panel-h);
}

.org-dealers-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  max-height: var(--org-dealers-panel-h);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(134, 160, 182, 0.7) transparent;
}

.org-dealers-list::-webkit-scrollbar {
  width: 6px;
}

.org-dealers-list::-webkit-scrollbar-track {
  background: transparent;
}

.org-dealers-list::-webkit-scrollbar-thumb {
  background: rgba(134, 160, 182, 0.7);
}

.org-dealer {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0;
  border: 1px solid rgba(0, 38, 66, 0.1);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.org-dealer:hover,
.org-dealer.is-active {
  border-color: rgba(0, 38, 66, 0.28);
}

.org-dealer.is-active {
  transform: translateY(-1px);
}

.org-dealer__num {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 24px;
  background: var(--org-soft);
  color: var(--org-mist);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif);
  font-size: 22px;
  line-height: 1;
}

.org-dealer.is-active .org-dealer__num {
  background: var(--org-primary, #002642);
  color: #fff;
}

.org-dealer__body {
  padding: 22px 22px 20px;
}

.org-dealer__body h3 {
  margin: 0 0 14px;
  color: var(--org-ink);
  font-family: var(--heading-font-family, "Marcellus", Georgia, serif) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.org-dealer__body ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.org-dealer__body li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  color: rgba(0, 38, 66, 0.7);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.5;
}

.org-dealer__body li:last-child {
  margin-bottom: 0;
}

.org-dealer__body li i {
  margin-top: 3px;
  color: var(--org-mist);
  font-size: 14px;
}

.org-dealer__body a {
  color: inherit;
  text-decoration: none;
}

.org-dealer__body a:hover {
  color: var(--org-ink);
}

.org-dealer__dir {
  display: inline-flex !important;
}

.org-dealers-empty {
  margin: 8px 0 0;
  padding: 18px 20px;
  border: 1px dashed rgba(0, 38, 66, 0.2);
  background: var(--org-soft);
  color: rgba(0, 38, 66, 0.7);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  line-height: 1.55;
}

.org-dealers-map {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0, 38, 66, 0.1);
  background: #dce5ec;
  overflow: hidden;
}

.org-dealers-map__chip {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 38, 66, 0.08);
  background: rgba(255, 255, 255, 0.94);
  color: var(--org-primary, #002642);
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 38, 66, 0.12);
  pointer-events: none;
}

.org-dealers-map__chip i {
  color: #86a0b6;
  font-size: 13px;
}

.org-dealers-map__canvas {
  width: 100%;
  height: 100%;
  min-height: 0;
  background: #dce5ec;
}

.org-dealers-map .leaflet-container {
  width: 100%;
  height: 100%;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  background: #dce5ec;
}

.org-dealers-marker {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(145deg, #86a0b6, var(--org-primary, #002642));
  color: #fff;
  font-size: 13px;
  box-shadow: 0 6px 16px rgba(0, 38, 66, 0.35);
  transform: rotate(-45deg);
  animation: orgDealersMarkerPulse 2.4s ease-in-out infinite;
}

.org-dealers-marker i {
  transform: rotate(45deg);
  line-height: 1;
}

@keyframes orgDealersMarkerPulse {
  0%,
  100% {
    box-shadow: 0 6px 16px rgba(0, 38, 66, 0.35);
  }
  50% {
    box-shadow: 0 6px 16px rgba(0, 38, 66, 0.35), 0 0 0 10px rgba(134, 160, 182, 0.18);
  }
}

@media (max-width: 991px) {
  .org-dealers-toolbar,
  .org-dealers-layout {
    grid-template-columns: 1fr;
  }

  .org-dealers-layout {
    height: auto;
  }

  .org-dealers-list {
    max-height: 420px;
  }

  .org-dealers-map {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .org-dealers {
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .org-dealers-toolbar {
    padding: 18px 16px;
  }

  .org-dealer {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .org-dealer__body {
    padding: 18px 16px 16px;
  }

  .org-dealer__body h3 {
    font-size: 20px !important;
  }
}

@media print {
  .wpo-site-header,
  .wpo-page-title,
  .wpo-site-footer,
  .org-dealers-toolbar,
  .org-dealers-meta,
  .org-dealers-map,
  .org-dealer__dir,
  .mobile-bar {
    display: none !important;
  }

  .org-dealers-layout {
    display: block;
  }

  .org-dealer {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

/* Topbar panel bağlantıları */
.topbar .contact-intro ul li a {
  color: inherit;
  text-decoration: none;
}
.topbar .contact-intro ul li a:hover {
  color: var(--theme-primary-color, #c59d5f);
}

/* X (eski Twitter) ikonu */
.org-icon-x {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.org-icon-x:before {
  content: none !important;
}
.flaticon-twitter:before,
.ti-twitter:before,
.ti-twitter-alt:before,
.fa.fa-twitter:before {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ========== Site arama (firma_sitesi mantığı) ========== */
.wpo-site-header .header-right .search-btn.header-search-open {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.wpo-site-header .header-right .search-btn.header-search-open:hover {
  color: var(--theme-primary-color, #c59d5f);
}
.wpo-site-header .header-right .search-btn.header-search-open .fi:before {
  font-size: 18px;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  transform: scale(0.95);
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.search-popup .search-dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  padding: 36px 32px 28px;
  box-shadow: 0 30px 80px rgba(34, 34, 34, 0.22);
}

body.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
}

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

.search-popup .close-search {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: #6b7a72;
  background: #f3f5f4;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all .2s ease;
}

.search-popup .close-search:hover {
  background: #222;
  color: #fff;
}

.search-badge {
  display: table;
  margin: 0 auto 12px;
  padding: 5px 12px;
  border-radius: 4px;
  background: #f4e6d4;
  color: #b56a2b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.search-popup .search-dialog h2 {
  margin: 0 0 8px;
  color: #222;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-family: var(--accent-font-family, "Cormorant Garamond", Georgia, serif);
}

.search-lead {
  margin: 0 0 22px;
  color: #6b7a72;
  font-size: 15px;
  text-align: center;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(34, 34, 34, 0.12);
  border-radius: 6px;
  padding: 6px 6px 6px 16px;
  background: #f7f9f8;
}

.search-bar-icon {
  color: #7c8a83;
  font-size: 16px;
}

.search-bar input {
  flex: 1;
  min-width: 0;
  height: 44px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 15px;
  color: #222;
}

.search-bar input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.search-clear {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #e6ebe8;
  color: #5c6b64;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.search-submit {
  height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 4px;
  background: #222;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease;
}

.search-submit:hover {
  background: var(--theme-primary-color, #c59d5f);
}

.search-hint {
  margin: 12px 0 18px;
  color: #8a9690;
  font-size: 12px;
  text-align: center;
}

.search-suggest {
  max-height: 340px;
  overflow: auto;
  display: grid;
  gap: 10px;
}

.search-suggest-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 6px;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.search-suggest-item:hover {
  border-color: var(--theme-primary-color, #c59d5f);
  box-shadow: 0 8px 20px rgba(34, 34, 34, 0.06);
}

.search-suggest-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4e6d4;
  color: var(--theme-primary-color, #c59d5f);
}

.search-suggest-body {
  min-width: 0;
}

.search-suggest-tur {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  border-radius: 3px;
  background: #f3f5f4;
  color: #6b7a72;
  font-size: 10px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.search-suggest-body strong {
  display: block;
  color: #222;
  font-size: 15px;
  font-weight: 700;
}

.search-suggest-body span {
  display: block;
  margin-top: 4px;
  color: #6b7a72;
  font-size: 13px;
  line-height: 1.45;
}

.search-suggest-empty {
  padding: 18px;
  color: #6b7a72;
  font-size: 14px;
  text-align: center;
}

.search-page-form {
  margin-bottom: 28px;
}

.search-page-list {
  display: grid;
  gap: 12px;
  max-height: none;
  overflow: visible;
}

.search-results-page {
  background: #fff;
}

@media (max-width: 767.98px) {
  .search-popup .search-dialog {
    padding: 28px 18px 20px;
  }
  .search-popup .search-dialog h2 {
    font-size: 24px;
  }
  .search-bar {
    flex-wrap: wrap;
    padding: 10px;
  }
  .search-bar input {
    width: 100%;
    flex: 1 1 100%;
  }
  .search-submit {
    width: 100%;
  }
}

/* Detay yan panel — katalog listesi */
.org-side-catalog {
  list-style: none;
  margin: 0;
  padding: 0;
}

.org-side-catalog li + li {
  margin-top: 10px;
}

.org-side-catalog a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--org-primary, #002642);
  text-decoration: none;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.org-side-catalog a:hover {
  color: #c9a46a;
}

.org-side-catalog__ext {
  flex: 0 0 auto;
  min-width: 42px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #f3f6f9;
  color: #607789;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.org-side-catalog__name {
  flex: 1 1 auto;
}

/* ===== Lazy load (Hepsiburada tarzı shimmer + spinner) ===== */
@keyframes org-lazy-shimmer {
  0% { background-position: center center, 100% 0; }
  100% { background-position: center center, -100% 0; }
}

img.lazy-img:not(.is-loaded) {
  color: transparent !important;
  background-color: #eef1f4;
  background-image:
    url("../../images/lazy-loader.svg"),
    linear-gradient(90deg, #eef1f4 0%, #f7f9fb 42%, #e8ecf0 58%, #eef1f4 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, 100% 0;
  background-size: 36px 36px, 200% 100%;
  animation: org-lazy-shimmer 1.15s linear infinite;
  object-fit: cover;
  min-height: 48px;
}

img.lazy-img.is-loaded {
  background: none !important;
  animation: none;
  color: inherit;
  transition: opacity 0.28s ease;
}

img.lazy-img[data-lazy-loading="1"]:not(.is-loaded) {
  opacity: 0.92;
}

/* Kart / medya kutularında shimmer alanı */
.org-catalog-card__cover:has(> img.lazy-img:not(.is-loaded)),
.org-detail-main__img:has(> img.lazy-img:not(.is-loaded)),
.org-news-side__item:has(> img.lazy-img:not(.is-loaded)),
.org-pager__media:has(> img.lazy-img:not(.is-loaded)),
.wpo-blog-item .wpo-blog-img:has(img.lazy-img:not(.is-loaded)),
.grid:has(> img.lazy-img:not(.is-loaded)) {
  background-color: #eef1f4;
  position: relative;
}

/* ===== Çerez politikası bildirimi ===== */
#cookie-alert-popup *,
#cookie-alert-popup *:after,
#cookie-alert-popup *:before {
  box-sizing: inherit !important;
}

#cookie-alert-popup {
  position: fixed !important;
  bottom: 30px;
  left: 30px;
  z-index: 9999 !important;
  opacity: 0.88;
  transition: all 0.3s ease-out;
}

#cookie-alert-popup:hover {
  opacity: 1;
}

@media (max-width: 1024px) {
  body.has-mobile-bar #cookie-alert-popup {
    bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    right: 12px;
    z-index: 10001 !important;
  }

  body.has-mobile-bar #cookie-alert-popup .alert-popup__card {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 16px;
    overflow: hidden;
  }
}

@media (max-width: 575px) {
  body.has-mobile-bar #cookie-alert-popup {
    bottom: calc(90px + env(safe-area-inset-bottom, 0px));
    left: 8px;
    right: 8px;
  }

  #cookie-alert-popup {
    left: 12px;
    right: 12px;
    bottom: 16px;
  }

  #cookie-alert-popup .alert-popup__card {
    width: 100% !important;
  }

  #cookie-alert-popup .alert-popup__content {
    padding: 22px 14px !important;
  }
}

#cookie-alert-popup .alert-popup__card {
  background: var(--org-primary, #002642);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  max-width: 100% !important;
  position: relative !important;
  width: 400px !important;
  line-height: 1.5 !important;
  border-radius: 12px;
}

#cookie-alert-popup .cookie-alert-popup--closed {
  animation: cookie-alert-popup--close 0.4s ease-in-out forwards !important;
}

#cookie-alert-popup .cookie-alert-popup--opened {
  animation: cookie-alert-popup--open 0.4s ease-in-out forwards !important;
}

#cookie-alert-popup .alert-popup__content {
  padding: 30px 15px !important;
  text-align: center !important;
}

#cookie-alert-popup h3 {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 0 0.5em !important;
}

#cookie-alert-popup p {
  font-size: 14px !important;
  color: #fff !important;
  margin: 20px 0 !important;
  line-height: 1.55;
}

#cookie-alert-popup a {
  font-size: 14px !important;
  color: #fff !important;
  text-decoration: underline !important;
}

#cookie-alert-popup button {
  background: #86a0b6;
  border: none !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 14px !important;
  height: 3em !important;
  line-height: 3em !important;
  padding: 0 3em !important;
  transition: box-shadow 0.3s ease !important;
  outline: none !important;
  width: auto;
  border-radius: 6px;
}

#cookie-alert-popup button:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3) !important;
}

@keyframes cookie-alert-popup--close {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    transform: scale(0.9, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes cookie-alert-popup--open {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(0.9, 1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* ===== Anasayfa popup (yönetim > popup) ===== */
.site-popup {
  position: fixed;
  inset: 0;
  z-index: 100300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.site-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-popup-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.site-popup-dialog {
  position: relative;
  z-index: 2;
  width: min(100%, 720px);
  max-height: calc(100vh - 40px);
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.35);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.32s ease;
  pointer-events: auto;
}

.site-popup.is-open .site-popup-dialog {
  transform: translateY(0) scale(1);
}

.site-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.2s ease, transform 0.2s ease;
}

.site-popup-close:hover {
  background: var(--org-primary, #002642);
  transform: rotate(90deg);
}

.site-popup-media {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 0;
  background: #0f172a;
  pointer-events: auto;
}

.site-popup-media a,
.site-popup-link {
  display: block;
  cursor: pointer;
  pointer-events: auto;
}

.site-popup-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 620px);
  object-fit: contain;
  background: #fff;
  pointer-events: none;
}

.site-popup-foot {
  position: relative;
  z-index: 1;
  padding: 14px 18px 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  pointer-events: auto;
}

.site-popup-skip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #334155;
  user-select: none;
  pointer-events: auto;
}

.site-popup-skip-input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--org-primary, #002642);
  cursor: pointer;
  pointer-events: auto;
}

body.site-popup-open {
  overflow: hidden;
}

body.site-popup-open .mobile-menu,
body.site-popup-open .mobile-menu .menu-backdrop {
  pointer-events: none !important;
}

@media (max-width: 575px) {
  .site-popup {
    padding: 12px;
  }

  .site-popup-dialog {
    border-radius: 14px;
    width: 100%;
  }

  .site-popup-media img {
    max-height: 62vh;
  }

  .site-popup-close {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
  }
}


/* ===== MOBILE HERO MEDIA FIX (cascade sonda � absolute video kurallar�n� ezer) ===== */
@media (max-width: 991px) {
  .wpo-hero-slider .slide-visual {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    max-height: none !important;
  }

  .wpo-hero-slider .slide-has-video .slide-visual {
    display: none !important;
  }

  .wpo-hero-slider .slide-video-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 200px !important;
    display: block !important;
    overflow: hidden !important;
    z-index: 1 !important;
    background: #111 !important;
  }

  .wpo-hero-slider .slide-video {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 200px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Video yüklenerse poster img görünsün */
  .wpo-hero-slider .slide-has-video.is-video-fallback .slide-visual {
    display: block !important;
  }
  .wpo-hero-slider .slide-has-video.is-video-fallback .slide-video-wrap {
    display: none !important;
  }
}

/* Contact sidebar — social follow */
.org-contact-hours-box .org-help-hours {
  padding: 16px 24px 22px;
}

.org-contact-hours-box .org-help-hours li:first-child {
  padding-top: 0;
}

.org-contact-social-box .org-contact-social {
  list-style: none;
  margin: 0;
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.org-contact-social-box .org-contact-social li {
  margin: 0;
  border: 0;
}

.org-contact-social-box .org-contact-social a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  color: rgba(0, 38, 66, 0.72) !important;
  font-family: var(--body-font-family, "Titillium Web", sans-serif);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  background: transparent;
  transition: color 0.2s ease, background 0.2s ease;
}

.org-contact-social-box .org-contact-social a:hover {
  color: var(--org-ink) !important;
  background: var(--org-soft);
}

.org-contact-social-box .org-contact-social a i,
.org-contact-social-box .org-contact-social a .org-icon-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--org-soft);
  color: var(--org-ink);
  font-size: 15px;
  flex-shrink: 0;
}

/* Mask tabanlı X ikonu: soft kutu + ink glyph ayrı katman */
.org-contact-social-box .org-contact-social a .org-icon-x {
  position: relative;
  background: var(--org-soft) !important;
  -webkit-mask: none !important;
  mask: none !important;
}

.org-contact-social-box .org-contact-social a .org-icon-x::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  background-color: var(--org-ink);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.org-contact-social-box .org-contact-social a:hover .org-icon-x::after {
  background-color: var(--org-ink);
}

.org-contact-social-box .org-contact-social a::after {
  content: none !important;
}

.wpo-site-header .navbar-header .navbar-brand img {
  max-width: 245px;
}

/* ========== Soft image hover / overlay motion ========== */
:root {
  --org-img-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --org-img-dur: 0.85s;
  --org-overlay-dur: 0.6s;
}

.org-service-card img,
.org-venue__media img,
.org-news-card__media img,
.org-catalog-card__cover img,
.org-salon-card__media img,
.org-modern-tile img,
.org-modern-service__media img,
.org-dir-item__media img,
.org-team-tile__photo img,
.org-partners-item img,
.org-cert__sheet img,
.mega-menu-panel .mm-org-hero img,
.mega-menu-panel .mm-salon-card img {
  transition: transform var(--org-img-dur) var(--org-img-ease), filter 0.55s ease !important;
  will-change: transform;
}

.org-service-card:hover img,
.org-service-card:focus-visible img,
.org-venue:hover .org-venue__media img,
.org-news-card:hover .org-news-card__media img,
.org-catalog-card:hover .org-catalog-card__cover img,
.org-salon-card:hover .org-salon-card__media img,
.org-modern-tile:hover img,
.org-modern-service:hover .org-modern-service__media img,
.org-dir-item:hover .org-dir-item__media img,
.org-team-tile:hover .org-team-tile__photo img,
.org-partners-item:hover img,
.mega-menu-panel .mm-org-hero:hover img {
  transform: scale(1.04) !important;
}

.org-service-card::after,
.org-venue__media::after,
.org-modern-tile__shade {
  transition: opacity var(--org-overlay-dur) var(--org-img-ease), background var(--org-overlay-dur) ease, transform var(--org-overlay-dur) var(--org-img-ease) !important;
}

.org-service-card p,
.org-service-card__cta,
.org-venue__cta,
.org-modern-tile__content > span {
  transition: opacity var(--org-overlay-dur) var(--org-img-ease), transform var(--org-overlay-dur) var(--org-img-ease), color 0.35s ease !important;
}

@media (prefers-reduced-motion: reduce) {
  .org-service-card img,
  .org-venue__media img,
  .org-news-card__media img,
  .org-catalog-card__cover img,
  .org-salon-card__media img,
  .org-modern-tile img,
  .org-modern-service__media img,
  .org-dir-item__media img,
  .org-team-tile__photo img,
  .org-partners-item img,
  .org-media-item > img,
  .org-news-gallery-item img,
  .org-media-item::after,
  .org-news-gallery-item__overlay,
  .org-service-card::after,
  .org-venue__media::after,
  .org-modern-tile__shade,
  .org-service-card p,
  .org-service-card__cta,
  .org-venue__cta,
  .org-modern-tile__content > span {
    transition: none !important;
    transform: none !important;
  }
}
