body.dogus-layout .category-table-layout--services.is-view-all .category-table-content .service-tree {
  display: grid !important;
  width: 100%;
  min-width: 0;
}

body.dogus-layout .category-table-content > .service-tree,
body.dogus-layout .category-table-content > .detail-content-panel,
body.dogus-layout .category-table-content > .content-page-footer {
  opacity: 1 !important;
  transform: none !important;
}

body.dogus-layout .category-table-layout--services.is-view-all .service-category:not(.category-table-hidden) {
  display: block !important;
}

body.dogus-layout .category-table-layout--services.is-view-all .service-subgrid {
  display: grid !important;
}

/* ============================================================
   Footer — temiz 5 kolon düzen
   ============================================================ */

body.dogus-layout .site-footer.dogus-footer {
  --izci-footer-bg: #191919;
  background: var(--izci-footer-bg) !important;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: clamp(2.75rem, 5vw, 4rem) 0 calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
  border-top: 1px solid rgba(111, 207, 87, 0.18);
}

body.dogus-layout .dogus-footer .footer-shell {
  max-width: 1280px;
  margin: 0 auto;
}

body.dogus-layout .site-footer .container.footer-shell {
  padding-left: clamp(1.25rem, 4vw, 3rem);
  padding-right: clamp(1.25rem, 4vw, 3rem);
}

.footer-grid.footer-grid-five,
.footer-grid.footer-grid-six {
  display: grid;
  grid-template-columns: minmax(180px, 1.15fr) repeat(3, minmax(140px, 1fr)) minmax(170px, 1.05fr);
  align-items: start;
  gap: clamp(1.5rem, 2.8vw, 2.75rem);
  margin: 0 auto 0;
  padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  max-width: none;
}

.footer-grid.footer-grid-six {
  grid-template-columns: minmax(170px, 1fr) repeat(4, minmax(118px, 0.9fr)) minmax(160px, 1fr);
}

.footer-grid.footer-grid-five .footer-brand,
.footer-grid.footer-grid-five .footer-brand.footer-brand-garanti,
.footer-grid.footer-grid-five .footer-col,
.footer-grid.footer-grid-five .footer-col-contact,
.footer-grid.footer-grid-six .footer-brand,
.footer-grid.footer-grid-six .footer-brand.footer-brand-garanti,
.footer-grid.footer-grid-six .footer-col,
.footer-grid.footer-grid-six .footer-col-contact {
  grid-column: auto !important;
  justify-self: stretch !important;
  text-align: left !important;
  margin: 0 !important;
}

.footer-brand .footer-logo-link {
  display: inline-flex;
  margin-bottom: 0;
}

.footer-brand .footer-logo-img {
  height: clamp(52px, 7vw, 64px);
  width: auto;
  max-width: min(240px, 100%);
  object-fit: contain;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.footer-contact-item + .footer-contact-item {
  margin-top: 0.75rem;
}

.footer-contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  cursor: pointer;
  background: rgba(70, 155, 55, 0.12) !important;
  border: 1px solid rgba(111, 207, 87, 0.42) !important;
  color: #8ee072 !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.footer-contact-icon svg {
  width: 14px;
  height: 14px;
}

.footer-contact-icon--phone:hover,
.footer-contact-item:hover .footer-contact-icon--phone {
  background: #469b37 !important;
  border-color: #469b37 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.footer-contact-icon--email:hover,
.footer-contact-item:hover .footer-contact-icon--email {
  background: #ea4335 !important;
  border-color: #ea4335 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.footer-contact-icon--address:hover,
.footer-contact-item:hover .footer-contact-icon--address {
  background: #4285f4 !important;
  border-color: #4285f4 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.footer-contact-text {
  flex: 1;
  min-width: 0;
  padding-top: 0.15rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  line-height: 1.55;
}

.footer-contact-text a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-text a:hover {
  color: #8ee072;
}

.footer-col-contact .footer-social-row-contact {
  margin-top: 1.5rem;
  margin-bottom: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  gap: 0.4rem;
  padding-left: 0;
}

@media (min-width: 769px) {
  .footer-col-contact .footer-social-row-contact {
    margin-top: calc(1.5rem + 10px);
  }
}

.dogus-footer .footer-col-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(70, 155, 55, 0.12) !important;
  border: 1px solid rgba(111, 207, 87, 0.55) !important;
  color: #8ee072 !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-btn svg {
  width: 14px;
  height: 14px;
}

.dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

.dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-linkedin:hover,
.dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-instagram:hover {
  color: #fff !important;
  background: var(--izci-green, #469b37) !important;
  border-color: var(--izci-green, #469b37) !important;
}

.footer-contact-item--phone .footer-phone-link {
  white-space: nowrap;
}

.footer-tagline {
  display: none;
}

.footer-col h4,
.footer-col-contact h4 {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  margin: 0 0 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid rgba(111, 207, 87, 0.85);
  display: inline-block;
}

.footer-col ul,
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li + li {
  margin-top: 0.5rem;
}

.footer-contact-list li + li {
  margin-top: 0;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-col a:hover {
  color: #8ee072;
}

.footer-contact-line {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  line-height: 1.55;
}

.footer-contact-line a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-line a:hover {
  color: #8ee072;
}

.footer-brand .footer-social-row,
.footer-col-contact .footer-social-row:not(.footer-social-row-contact) {
  margin-top: 0;
}

.footer-social-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.dogus-footer .footer-social-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent !important;
  background: transparent !important;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.dogus-footer .footer-social-btn svg {
  width: 17px;
  height: 17px;
}

.dogus-footer .footer-social-linkedin,
.dogus-footer .footer-social-instagram {
  background: rgba(70, 155, 55, 0.12) !important;
  border: 1px solid rgba(111, 207, 87, 0.55) !important;
  color: #8ee072 !important;
}

.dogus-footer .footer-social-facebook,
.dogus-footer .footer-social-whatsapp,
.dogus-footer .footer-social-email,
.dogus-footer .footer-social-phone {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

.dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-linkedin,
.dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-instagram {
  background: rgba(70, 155, 55, 0.12) !important;
  border: 1px solid rgba(111, 207, 87, 0.55) !important;
  color: #8ee072 !important;
}

.dogus-footer .footer-social-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
  box-shadow: none;
  filter: none;
}

.dogus-footer .footer-social-linkedin:hover,
.dogus-footer .footer-social-instagram:hover {
  color: #fff !important;
  background: var(--izci-green, #469b37) !important;
  border-color: var(--izci-green, #469b37) !important;
}

.dogus-footer .footer-social-facebook:hover {
  background: #1877f2 !important;
  border-color: #1877f2 !important;
  color: #fff !important;
}

.dogus-footer .footer-social-whatsapp:hover {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #fff !important;
}

.dogus-footer .footer-social-email:hover {
  background: #ea4335 !important;
  border-color: #ea4335 !important;
  color: #fff !important;
}

.dogus-footer .footer-social-phone:hover {
  background: #469b37 !important;
  border-color: #469b37 !important;
  color: #fff !important;
}

.dogus-footer .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.35rem 0 0.5rem;
  margin: 0;
}

.dogus-footer .footer-copy {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.55);
}

.dogus-footer .footer-cookie-btn {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  padding: 0.45rem 0.85rem;
  min-height: auto;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.dogus-footer .footer-cookie-btn:hover {
  background: rgba(111, 207, 87, 0.14);
  border-color: rgba(111, 207, 87, 0.65);
  color: #fff;
}

@media (max-width: 992px) {
  .footer-grid.footer-grid-five,
  .footer-grid.footer-grid-six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1.25rem;
  }

  .footer-grid.footer-grid-five .footer-brand,
  .footer-grid.footer-grid-six .footer-brand {
    grid-column: 1 / -1 !important;
    padding-bottom: 0.25rem;
  }

  .footer-tagline {
    max-width: 36rem;
  }
}

@media (max-width: 560px) {
  .footer-grid.footer-grid-five,
  .footer-grid.footer-grid-six {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .dogus-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Harita mobil ortalama */
@media (max-width: 768px) {
  body.dogus-layout .contact-map .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body.dogus-layout .map-embed-wrap {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  body.dogus-layout .map-embed-wrap iframe {
    width: 100% !important;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}

/* Haberler sayfası */
.news-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.news-card--featured {
  grid-column: 1 / -1;
}

@media (min-width: 768px) {
  .news-card--featured .news-card-link {
    flex-direction: row;
    align-items: stretch;
  }

  .news-card--featured .news-card-image {
    flex: 0 0 min(42%, 480px);
    aspect-ratio: auto;
    min-height: 240px;
  }

  .news-card--featured .news-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 1.75rem;
  }

  .news-card--featured .news-card-body h2 {
    font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  }
}

@media (max-width: 767px) {
  .news-page-grid {
    grid-template-columns: 1fr;
  }
}

.news-card {
  border: 1px solid rgba(5, 158, 5, 0.18);
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

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

.news-card-more {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #469b37;
}

.news-loading,
.news-empty {
  grid-column: 1 / -1;
  color: #6b7280;
  text-align: center;
  padding: 2rem 1rem;
}

.news-detail-shell {
  max-width: 820px;
}

.news-detail-hero-date {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6fcf57;
  margin: 0 0 0.65rem;
}

.news-detail-content {
  font-size: 1rem;
  line-height: 1.75;
  color: #374151;
}

.news-detail-content p {
  margin: 0 0 1rem;
}

.news-back-link-wrap {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.news-back-link {
  color: #469b37;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.news-back-link:hover {
  color: #2f7a24;
}

.blueprint-intro-card--side #home-news-preview {
  margin: 0 0 0.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.blueprint-intro-card--side #home-news-preview li + li {
  margin-top: 0;
}

.blueprint-intro-card--side #home-news-preview a {
  color: inherit;
  text-decoration: none;
}

@media (hover: hover) {
  .blueprint-intro-card--side #home-news-preview a:hover,
  body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--side #home-news-preview a:hover,
  body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--side li a:hover {
    color: var(--izci-green, #469b37) !important;
  }
}

/* Ana sayfa intro kartlari — ayni tipografi (sol + sag) */
body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card .blueprint-kicker {
  font-size: 0.62rem !important;
  letter-spacing: 0.18em !important;
  margin-bottom: 0.75rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card .blueprint-intro-title,
body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card h1,
body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card h2 {
  font-size: clamp(1.45rem, 2.8vw, 2.65rem) !important;
  line-height: 1.08 !important;
  font-weight: 300 !important;
  letter-spacing: -0.04em !important;
  text-transform: none !important;
  margin: 0 0 0.75rem !important;
}

body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--main p,
body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--side #home-news-preview a {
  font-size: clamp(0.88rem, 1.5vw, 1rem) !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  max-width: 620px;
}

body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--main p {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--side .home-news-preview-title {
  color: #fff !important;
  font-weight: 600 !important;
}

body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--side .home-news-preview-summary {
  color: rgba(255, 255, 255, 0.78) !important;
  font-weight: 400 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--main p,
body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card .blueprint-intro-title,
body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card h1,
body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card h2 {
  color: #fff !important;
}

body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--main p,
body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--side #home-news-preview a {
  color: rgba(255, 255, 255, 0.78) !important;
}

body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--side #home-news-preview li a {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  display: block !important;
  text-decoration: none !important;
}

body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card .blueprint-link {
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: none !important;
  margin-top: 1.5rem !important;
}

.news-card-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8edf2;
}

.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card-body {
  padding: 1.1rem 1.15rem 1.25rem;
}

.news-card-date {
  font-size: 0.78rem;
  color: #469b37;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.news-card-body h2 {
  font-size: 1.05rem;
  margin: 0 0 0.55rem;
  line-height: 1.35;
}

.news-card-body p {
  margin: 0;
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.home-news-preview-title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.home-news-preview-summary {
  display: block;
  font-weight: 400;
  line-height: 1.55;
  opacity: 0.88;
}

#yatirim-yap {
  scroll-margin-top: calc(var(--izci-header-height, 72px) + 24px);
}

/* Sticky şeffaf navbar — yerel ile aynı (üst 0.88 / scroll 0.58) */
body.dogus-layout .site-header.dogus-header,
body.dogus-layout .site-header.dogus-header.is-solid,
body.dogus-layout:not(.has-hero):not(:has(.page-hero-dogus, .dogus-hero)):not(.home-wide) .site-header.dogus-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  transform: none !important;
}

body.dogus-layout .site-header.dogus-header.is-solid:not(.is-hero-header),
body.dogus-layout .site-header.dogus-header.is-header-unified,
body.dogus-layout:not(.has-hero):not(:has(.page-hero-dogus, .dogus-hero)):not(.home-wide) .site-header.dogus-header,
body.dogus-layout.has-hero .site-header.dogus-header.is-hero-header:not(.is-scrolled),
body.dogus-layout.home-wide .site-header.dogus-header.is-hero-header:not(.is-scrolled),
body.dogus-layout:has(.page-hero-dogus, .dogus-hero) .site-header.dogus-header:not(.is-scrolled) {
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(12px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(160%) !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42) !important;
}

body.dogus-layout.has-hero .site-header.dogus-header.is-hero-header.is-scrolled:not(.is-solid),
body.dogus-layout.home-wide .site-header.dogus-header.is-hero-header.is-scrolled:not(.is-solid),
body.dogus-layout:has(.page-hero-dogus, .dogus-hero) .site-header.dogus-header.is-scrolled:not(.is-solid) {
  background: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

body.dogus-layout.has-hero .site-header.dogus-header.is-hero-header.is-scrolled:not(.is-solid) .dogus-header-bar .logo,
body.dogus-layout.home-wide .site-header.dogus-header.is-hero-header.is-scrolled:not(.is-solid) .dogus-header-bar .logo,
body.dogus-layout:has(.page-hero-dogus, .dogus-hero) .site-header.dogus-header.is-scrolled:not(.is-solid) .dogus-header-bar .logo,
body.dogus-layout.has-hero .site-header.dogus-header.is-hero-header .dogus-header-bar .logo,
body.dogus-layout.home-wide .site-header.dogus-header.is-hero-header .dogus-header-bar .logo,
body.dogus-layout:has(.page-hero-dogus, .dogus-hero) .site-header.dogus-header.is-hero-header .dogus-header-bar .logo {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

body.nav-open .site-header.dogus-header {
  z-index: 1001 !important;
}

/* Footer altında beyaz boşluk kalmasın */
html {
  background: #191919;
}

body.dogus-layout #site-footer {
  margin: 0;
  padding: 0;
  background: #191919 !important;
}

body.dogus-layout .dogus-footer .footer-bottom {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* Ana sayfa detay linkleri: beyaz, hover yeşil */
body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card .blueprint-link {
  color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, 0.62) !important;
  text-decoration: none !important;
}

@media (hover: hover) {
  body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card .blueprint-link:hover {
    color: var(--izci-green, #469b37) !important;
    border-bottom-color: var(--izci-green, #469b37) !important;
  }
}

/* Ana sayfa intro — arka plan resmi üstte, bulanık kutu header altından (web) */
@media (min-width: 769px) {
  body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--main {
    padding-top: 0 !important;
  }

  body.dogus-layout.home-wide .blueprint-home.sketch-adapted .blueprint-intro-card--main .blueprint-intro-frame {
    margin-top: 40px !important;
  }
}

/* Drawer alt araçları: arama, dil ve sosyal ikonlar */
.dogus-menu-tools {
 flex-shrink: 0;
 margin-top: auto;
 padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
 border-top: 1px solid rgba(255, 255, 255, 0.12);
 background: #0a0c0f;
 position: relative;
 z-index: 3;
}

/* Web cekmece (901px+): nav kayar, alt ikonlar sabit kalir */
@media (min-width: 901px) {
 body.dogus-layout .dogus-fullmenu {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  overflow: hidden !important;
  padding: 4.8rem 0 0 !important;
  height: 100vh !important;
  height: 100svh !important;
  box-sizing: border-box !important;
 }

 body.dogus-layout .dogus-nav-horizontal {
  display: block !important;
  grid-row: 1 !important;
  min-height: 0 !important;
  max-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0 1rem 0.75rem !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
 }

 body.dogus-layout .dogus-nav-horizontal::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
 }

 body.dogus-layout .dogus-nav-main {
  display: block !important;
  min-height: auto !important;
 }

 body.dogus-layout .dogus-menu-tools {
  grid-row: 2 !important;
  flex-shrink: 0 !important;
  margin-top: 0 !important;
  background: #0a0c0f !important;
  box-shadow: 0 -18px 28px rgba(10, 12, 15, 0.96);
  z-index: 3;
 }

 body.dogus-layout .dogus-nav-item.has-dropdown > .dogus-nav-parent-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 52px !important;
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  align-items: start !important;
 }

 body.dogus-layout .dogus-nav-item.has-dropdown > .dogus-nav-parent-row .dogus-nav-toggle {
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  align-self: start !important;
  overflow: hidden !important;
 }
}

.dogus-menu-tools-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 0.85rem;
  max-width: 15.5rem;
  margin: 0 auto;
  justify-items: center;
}

.dogus-menu-tool-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.dogus-menu-tool-icon:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  filter: none;
}

.dogus-menu-tool-icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.dogus-menu-tool-lang {
  background: #111;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  padding: 0;
}

.dogus-menu-tool-lang:hover {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.42);
}

.dogus-menu-tool-lang .dogus-menu-lang-flag {
  width: 100%;
  height: 100%;
  display: block !important;
  border-radius: 50%;
  transform: scale(1.08);
}

.dogus-menu-tool-lang svg.dogus-menu-lang-flag {
  width: 100% !important;
  height: 100% !important;
}

.dogus-menu-tool-instagram {
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
}

.dogus-menu-tool-instagram:hover {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 18%, #fd5949 43%, #d6249f 68%, #285aeb 100%);
  border-color: transparent;
  color: #fff;
}

.dogus-menu-tool-whatsapp {
  background: rgba(70, 155, 55, 0.12) !important;
  border: 1px solid rgba(111, 207, 87, 0.42) !important;
  color: #8ee072 !important;
}

.dogus-menu-tool-whatsapp:hover {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #fff !important;
}

.dogus-menu-tool-linkedin,
.dogus-menu-tool-email,
.dogus-menu-tool-phone,
.dogus-menu-tool-address,
.dogus-footer .footer-contact-icon {
  background: rgba(70, 155, 55, 0.12) !important;
  border: 1px solid rgba(111, 207, 87, 0.42) !important;
  color: #8ee072 !important;
}

/* Footer iletişim — menü ikon boyutunu ezme */
.dogus-footer .footer-contact-icon.dogus-menu-tool-icon {
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.dogus-footer .footer-contact-icon.dogus-menu-tool-icon svg {
  width: 14px !important;
  height: 14px !important;
}

.dogus-menu-tool-linkedin:hover {
  transform: translateY(-2px);
  box-shadow: none;
  filter: none;
  background: #0a66c2 !important;
  border-color: #0a66c2 !important;
  color: #fff !important;
}

.dogus-menu-tool-email:hover {
  transform: translateY(-2px);
  box-shadow: none;
  filter: none;
  background: #ea4335 !important;
  border-color: #ea4335 !important;
  color: #fff !important;
}

.dogus-menu-tool-phone:hover {
  transform: translateY(-2px);
  box-shadow: none;
  filter: none;
  background: #469b37 !important;
  border-color: #469b37 !important;
  color: #fff !important;
}

.dogus-menu-tool-address:hover,
.dogus-footer .footer-contact-icon--address:hover {
  transform: translateY(-2px);
  box-shadow: none;
  filter: none;
  background: #4285f4 !important;
  border-color: #4285f4 !important;
  color: #fff !important;
}

/* ---- WhatsApp chat widget ---- */
.izci-wa-widget {
  position: fixed;
  right: max(1.25rem, env(safe-area-inset-right, 0px));
  bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
  z-index: 520;
  font-family: var(--font);
}

.izci-wa-widget__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  width: min(340px, calc(100vw - 2rem));
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.96);
  transform-origin: bottom right;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  pointer-events: none;
}

.izci-wa-widget.is-open .izci-wa-widget__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.izci-wa-widget__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1rem 1rem 1.1rem;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
}

.izci-wa-widget__avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.izci-wa-widget__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

.izci-wa-widget__title {
  flex: 1;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.izci-wa-widget__close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.izci-wa-widget__close:hover {
  background: rgba(255, 255, 255, 0.35);
}

.izci-wa-widget__body {
  padding: 1.25rem 1.1rem 1rem;
  background: #ece5dd;
  min-height: 90px;
}

.izci-wa-widget__bubble {
  display: inline-block;
  max-width: 92%;
  padding: 0.75rem 0.9rem 0.55rem;
  background: #fff;
  border-radius: 0 12px 12px 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.izci-wa-widget__bubble p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #111;
}

.izci-wa-widget__time {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.68rem;
  color: #8696a0;
  text-align: right;
}

.izci-wa-widget__footer {
  padding: 0.85rem 1rem 1rem;
  background: #fff;
}

.izci-wa-widget__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.85rem 1.25rem;
  border: none;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.izci-wa-widget__cta:hover {
  background: #20bd5a;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
}

.izci-wa-widget__cta svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.izci-wa-widget__launcher {
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 22px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
  animation: izciWaPulse 3.6s ease-out infinite;
}

.izci-wa-widget__launcher:hover {
  animation: none;
  transform: scale(1.06);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55);
}

.izci-wa-widget.is-open .izci-wa-widget__launcher {
  animation: none;
}

.izci-wa-widget__launcher svg {
  width: 30px;
  height: 30px;
}

@keyframes izciWaPulse {
  0% {
    box-shadow: 0 4px 22px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.45);
  }
  55% {
    box-shadow: 0 4px 22px rgba(37, 211, 102, 0.45), 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 4px 22px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

body:has(.izci-wa-widget) .scroll-top {
  bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
}

body:has(.cookie-banner.visible) .izci-wa-widget {
  bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}

body:has(.cookie-banner.visible):has(.izci-wa-widget) .scroll-top {
  bottom: calc(11.5rem + env(safe-area-inset-bottom, 0px));
}

body:has(.cookie-banner.visible) .scroll-top,
body:has(.cookie-banner.visible) #scroll-top {
  bottom: calc(11rem + env(safe-area-inset-bottom, 0px));
  z-index: 610;
}

@media (max-width: 480px) {
  .izci-wa-widget {
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  }

  .izci-wa-widget__panel {
    width: min(320px, calc(100vw - 1.5rem));
  }

  .izci-wa-widget__launcher {
    width: 54px;
    height: 54px;
  }
}

/* Basliklar: yalnizca kaynak metindeki buyuk/kucuk harf (title case) */
:is(
  h1, h2, h3, h4, h5, h6,
  .page-hero-dogus h1,
  .page-hero-dogus .breadcrumb-dogus,
  .blueprint-kicker,
  .blueprint-intro-title,
  .blueprint-intro-card :is(h1, h2),
  .blueprint-strip-title,
  .blueprint-strip-title span,
  .content-block :is(h2, h3),
  .content-sections :is(h2, h3),
  .project-group-title,
  .project-card h3,
  .news-card-body h2,
  .footer-col h4,
  .stat-label,
  .editorial-section :is(h2, h3),
  .category-table-title :is(h2, h3),
  .service-category-header :is(h2, h3),
  .dogus-nav-parent,
  .content-table-title :is(h2, h3)
) {
  text-transform: none !important;
}

/* —— Temmuz 2026 güncelleme paketi —— */

/* Detay sayfaları: sidebar tablo satırı — aktif */
body.dogus-layout .category-table-link--see-all.is-active,
body.dogus-layout .content-section-tab--see-all.is-active {
  background: #469b37 !important;
  color: #fff !important;
  border-left: none !important;
}

/* Sidebar — beyaz tablo */
body.dogus-layout .category-table-sidebar,
body.dogus-layout .content-section-table,
body.dogus-layout .projects-layout .project-filters.content-section-table {
  --izci-side-table-bg: #ffffff;
  --izci-side-table-line: rgba(0, 0, 0, 0.07);
  --izci-side-table-row: #ffffff;
  background: var(--izci-side-table-bg) !important;
  border: 1px solid var(--izci-side-table-line) !important;
  border-radius: 12px !important;
  padding: 7px !important;
  gap: 0 !important;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06) !important;
  min-height: auto !important;
  align-self: start;
}

body.dogus-layout .category-sidebar-heading {
  position: relative;
  margin: -7px -7px 0;
  padding: 1rem 1rem 0.9rem 1.15rem;
  color: #2f6b22;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(70, 155, 55, 0.18) 0%, rgba(70, 155, 55, 0.08) 55%, rgba(70, 155, 55, 0.04) 100%);
  border-bottom: 1px solid rgba(70, 155, 55, 0.2);
  box-shadow: inset 4px 0 0 #469b37;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

body.dogus-layout .category-sidebar-heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.45) 100%);
  pointer-events: none;
}

body.dogus-layout .category-table-sidebar > .category-table-link,
body.dogus-layout .content-section-table > .content-section-tab,
body.dogus-layout .content-section-table > button.content-section-tab,
body.dogus-layout .category-table-sidebar .filter-chips > [data-project-filter] {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding: 0.8rem 1rem;
  margin: 0;
  border: none !important;
  border-bottom: 1px solid var(--izci-side-table-line) !important;
  border-radius: 0 !important;
  background: var(--izci-side-table-row) !important;
  color: #243041 !important;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  box-shadow: none !important;
  transform: none !important;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

body.dogus-layout .category-table-sidebar > .category-table-link:last-child,
body.dogus-layout .content-section-table > .content-section-tab:last-child,
body.dogus-layout .content-section-table > button.content-section-tab:last-child,
body.dogus-layout .category-table-sidebar .filter-chips > [data-project-filter]:last-child {
  border-bottom: none !important;
}

body.dogus-layout .category-table-sidebar > .category-table-link:first-of-type,
body.dogus-layout .content-section-table > .content-section-tab:first-of-type,
body.dogus-layout .category-table-sidebar .filter-chips > [data-project-filter]:first-of-type {
  border-radius: 6px 6px 0 0 !important;
}

body.dogus-layout .category-table-sidebar > .category-table-link:last-child,
body.dogus-layout .content-section-table > .content-section-tab:last-child,
body.dogus-layout .category-table-sidebar .filter-chips > [data-project-filter]:last-child {
  border-radius: 0 0 6px 6px !important;
}

body.dogus-layout .category-table-sidebar > .category-table-link:only-child,
body.dogus-layout .content-section-table > .content-section-tab:only-child {
  border-radius: 6px !important;
}

body.dogus-layout .category-table-sidebar > .category-table-link:hover,
body.dogus-layout .content-section-table > .content-section-tab:hover,
body.dogus-layout .content-section-table > button.content-section-tab:hover,
body.dogus-layout .category-table-sidebar .filter-chips > [data-project-filter]:hover {
  background: rgba(70, 155, 55, 0.05) !important;
  color: #243041 !important;
  border-bottom: 1px solid var(--izci-side-table-line) !important;
}

body.dogus-layout .category-table-sidebar > .category-table-link:last-child:hover,
body.dogus-layout .content-section-table > .content-section-tab:last-child:hover,
body.dogus-layout .content-section-table > button.content-section-tab:last-child:hover,
body.dogus-layout .category-table-sidebar .filter-chips > [data-project-filter]:last-child:hover {
  border-bottom: none !important;
}

body.dogus-layout .category-table-sidebar > .category-table-link.is-active:not(.category-table-link--see-all),
body.dogus-layout .content-section-table > .content-section-tab.is-active:not(.content-section-tab--see-all),
body.dogus-layout .category-table-sidebar .filter-chips > [data-project-filter].is-active {
  background: rgba(70, 155, 55, 0.08) !important;
  color: #243041 !important;
  box-shadow: none !important;
  border-left: none !important;
  padding-left: 1rem !important;
  font-weight: 700;
}

/* Alt kategorisi olan satırlar — sağda + işareti */
body.dogus-layout .category-table-sidebar > .category-table-link--parent,
body.dogus-layout .content-section-table > .content-section-tab--parent,
body.dogus-layout .content-section-table > button.content-section-tab--parent {
  position: relative;
  padding-right: 2.25rem !important;
}

body.dogus-layout .category-table-sidebar > .category-table-link--parent::after,
body.dogus-layout .content-section-table > .content-section-tab--parent::after,
body.dogus-layout .content-section-table > button.content-section-tab--parent::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #469b37;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

body.dogus-layout .category-table-sidebar > .category-table-link--parent.is-parent-open::after,
body.dogus-layout .content-section-table > .content-section-tab--parent.is-parent-open::after,
body.dogus-layout .content-section-table > button.content-section-tab--parent.is-parent-open::after {
  content: "−";
  color: #2d6a1f !important;
}

body.dogus-layout .category-table-sidebar > .category-table-link--sub,
body.dogus-layout .content-section-table > .content-section-tab--sub,
body.dogus-layout .content-section-table > button.content-section-tab--sub {
  display: none;
  min-height: 40px;
  padding: 0.62rem 0.9rem 0.62rem 1.45rem !important;
  font-size: 0.8125rem;
  font-weight: 600;
  background: #ffffff !important;
  color: #4a5664 !important;
  border-left: none !important;
  margin-left: 0 !important;
}

body.dogus-layout .category-table-sidebar > .category-table-link--sub.is-submenu-open,
body.dogus-layout .content-section-table > .content-section-tab--sub.is-submenu-open,
body.dogus-layout .content-section-table > button.content-section-tab--sub.is-submenu-open {
  display: flex;
}

body.dogus-layout .category-table-sidebar > .category-table-link--sub.is-active,
body.dogus-layout .content-section-table > .content-section-tab--sub.is-active,
body.dogus-layout .content-section-table > button.content-section-tab--sub.is-active {
  background: rgba(70, 155, 55, 0.08) !important;
  color: #243041 !important;
  font-weight: 700;
}

body.dogus-layout .category-table-layout--services .category-table-sidebar {
  padding: 7px !important;
  gap: 1px !important;
}

body.dogus-layout .category-table-sidebar .project-search {
  margin: 0 0 1px;
  width: 100%;
  border-radius: 6px 6px 0 0 !important;
  border: none !important;
  box-shadow: none !important;
}

body.dogus-layout .category-table-sidebar .filter-chips {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

/* Detay sayfa başlıkları */
body.dogus-layout .content-table-title h2,
body.dogus-layout .content-table-title h3,
body.dogus-layout .content-sections .content-block > h2 {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase !important;
  line-height: 1.2;
  color: #1e2d3d;
}

body.dogus-layout .title-accent {
  color: #469b37;
  font-style: normal;
}

/* Sayfa altı Tümünü Gör */
.content-page-footer,
.content-see-all-btn,
.content-see-all-bottom {
  display: none !important;
}

.content-page-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 0 0.5rem;
  margin-top: 1.25rem;
}

.content-see-all-btn,
.content-see-all-bottom {
  width: auto;
  min-width: 200px;
  max-width: min(100%, 280px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  border: 2px solid #469b37;
  border-radius: 10px;
  color: #469b37;
  background: transparent;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.content-see-all-btn:hover,
.content-see-all-bottom:hover {
  background: #469b37;
  color: #fff;
}

body.dogus-layout .category-table-layout.is-view-all .content-page-footer,
body.dogus-layout .category-table-content.is-view-all .content-page-footer,
body.dogus-layout .content-layout.gumus-content-layout.is-view-all .content-page-footer {
  display: none;
}

/* Tek bölüm seçili — sol tablo kalır, sağda sadece seçilen kart hero düzeninde */
body.dogus-layout .category-table-layout.is-filter-single .detail-content-panel {
  border: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}

body.dogus-layout .category-table-layout.is-filter-single .category-table-content:has(.detail-content-panel) {
  display: flex;
  flex-direction: column;
}

body.dogus-layout .category-table-layout.is-filter-single .detail-subgrid.is-showing-single {
  display: block;
  background: transparent;
  gap: 0;
}

body.dogus-layout .category-table-layout.is-filter-single .detail-subgrid.is-showing-single > .content-block:not(.category-table-hidden),
body.dogus-layout .category-table-layout.is-filter-single .detail-content-panel.is-showing-single > .content-block:not(.category-table-hidden) {
  grid-column: 1 / -1;
}

body.dogus-layout .category-table-layout.is-filter-single .content-block.content-table-row--card:not(.category-table-hidden),
body.dogus-layout .category-table-layout.is-filter-single .content-block.content-table-row.is-focused-card:not(.category-table-hidden),
body.dogus-layout .category-table-layout.is-filter-single .service-category:not(.category-table-hidden) .service-category-header.content-table-row,
body.dogus-layout .category-table-layout.is-filter-single .service-subcard.content-table-row:not(.category-table-hidden) {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  padding: 0 !important;
  margin: 0;
  min-height: auto;
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  transform: none !important;
}

body.dogus-layout .category-table-layout.is-filter-single .content-block.content-table-row--card:not(.category-table-hidden) .content-card-media,
body.dogus-layout .category-table-layout.is-filter-single .content-block.content-table-row.is-focused-card:not(.category-table-hidden) .content-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1 !important;
  min-height: 0 !important;
  flex-shrink: 0;
  overflow: hidden;
  background: #1a2218;
}

body.dogus-layout .category-table-layout.is-filter-single .service-category:not(.category-table-hidden) .service-category-header .content-table-title,
body.dogus-layout .category-table-layout.is-filter-single .service-subcard.content-table-row:not(.category-table-hidden) .content-table-title {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  min-height: 0 !important;
  flex-shrink: 0;
  overflow: hidden;
  background: #1a2218;
  display: flex;
  align-items: flex-end;
  padding: 0;
}

body.dogus-layout .category-table-layout.is-filter-single .content-block.content-table-row--card:not(.category-table-hidden) .content-card-media .content-table-title {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  display: flex;
  align-items: flex-end;
  padding: 0;
  overflow: hidden;
  background: transparent !important;
}

body.dogus-layout .category-table-layout.is-filter-single .content-block.content-table-row--card:not(.category-table-hidden) .content-card-media .service-card-caption :is(h2, h3),
body.dogus-layout .category-table-layout.is-filter-single .content-block.content-table-row.is-focused-card:not(.category-table-hidden) .content-card-media .service-card-caption :is(h2, h3),
body.dogus-layout .category-table-layout.is-filter-single .service-category:not(.category-table-hidden) .service-card-caption :is(h2, h3),
body.dogus-layout .category-table-layout.is-filter-single .service-subcard.content-table-row:not(.category-table-hidden) .service-card-caption :is(h2, h3) {
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin: 0;
  display: block;
}

body.dogus-layout .category-table-layout.is-filter-single .content-block.content-table-row--card:not(.category-table-hidden) .content-table-body,
body.dogus-layout .category-table-layout.is-filter-single .service-category:not(.category-table-hidden) .service-category-header .content-table-body,
body.dogus-layout .category-table-layout.is-filter-single .service-subcard.content-table-row:not(.category-table-hidden) .content-table-body {
  padding: 1.25rem 1.35rem;
  min-height: auto;
  display: block;
  border-top: 1px solid rgba(70, 155, 55, 0.12);
}

body.dogus-layout .category-table-layout.is-filter-single .service-category:not(.category-table-hidden) {
  background: #fff;
  border: 1px solid rgba(70, 155, 55, 0.12);
  box-shadow: 0 14px 36px rgba(2, 22, 2, 0.06);
  overflow: hidden;
}

body.dogus-layout .category-table-layout.is-filter-single .service-category.is-filtering-sub .service-subgrid {
  display: block;
  background: transparent;
}

/* Tek alt kategori seçiliyken kart, gridin tamamını kaplasın
   (2 sütunlu grid'in kalıntısını ez; "Tümü" görünümüne dokunma). */
body.dogus-layout .category-table-layout--services.is-filter-single .service-category.is-filtering-sub .service-subgrid {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

body.dogus-layout .category-table-layout--services.is-filter-single .service-category.is-filtering-sub .service-subgrid > .service-subcard.content-table-row:not(.category-table-hidden) {
  grid-column: 1 / -1 !important;
}

body.dogus-layout .category-table-layout.is-filter-single .service-category:not(.category-table-hidden):not(.is-filtering-sub) .service-subgrid {
  display: none;
}

body.dogus-layout .category-table-link--see-all,
body.dogus-layout .content-section-tab--see-all {
  display: none !important;
}

/* Header YATIRIM YAP */
.dogus-header-invest-btn {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* İletişim ikonları — ::before boyutu */

body.dogus-layout .contact-item-icon--phone::before,
body.dogus-layout .contact-item-icon--email::before,
body.dogus-layout .contact-item-icon--address::before {
  font-size: 1rem;
  line-height: 1;
}

/* Çerez bildirimi — modern */
.cookie-banner--modern {
  border-top: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
  z-index: 1300;
}

.cookie-banner--modern .cookie-banner-inner {
  pointer-events: auto;
  max-width: 920px;
  margin: 0 auto 1.25rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(70, 155, 55, 0.22);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
}

.cookie-banner-copy {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  flex: 1;
  min-width: 240px;
}

.cookie-banner-icon {
  font-size: 1.75rem;
  line-height: 1;
  flex-shrink: 0;
}

.cookie-banner-title {
  display: block;
  margin-bottom: 0.35rem;
  color: #1e2d3d;
  font-size: 1rem;
}

.cookie-banner-actions {
  flex-wrap: wrap;
}

.cookie-btn-accept-all {
  background: #469b37;
  color: #fff;
}

.cookie-btn-accept-all:hover {
  background: #006400;
}

.cookie-btn-decline {
  background: #f4f7f4;
  color: #1e2d3d;
  border: 1px solid rgba(70, 155, 55, 0.25);
}

/* Ana sayfa — tek son haber */
#home-news-preview {
  list-style: none;
  margin: 0;
  padding: 0;
}

#home-news-preview li {
  margin: 0;
}

#home-news-preview a {
  display: block;
  padding: 0.65rem 0;
  color: inherit;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#home-news-preview a:hover {
  color: #6fcf57;
}

@media (max-width: 768px) {
  .cookie-banner--modern .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner-actions {
    width: 100%;
  }

  .cookie-banner-actions .cookie-btn {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.dogus-layout .category-table-layout--services.is-view-all .service-subgrid {
    grid-template-columns: 1fr !important;
  }

  body.dogus-layout .category-table-layout--content.is-view-all .category-table-content {
    grid-template-columns: 1fr !important;
  }
}

/* Tümünü Gör — üstte resim, altta açıklama kart tablosu */
body.dogus-layout .category-table-layout.is-view-all .category-table-content:not(:has(.detail-content-panel)) {
  display: grid;
  gap: 1.25rem;
}

body.dogus-layout .category-table-layout--services.is-view-all .service-category {
  background: #fff;
  border: 1px solid rgba(70, 155, 55, 0.12);
  box-shadow: 0 14px 36px rgba(2, 22, 2, 0.06);
  overflow: hidden;
}

body.dogus-layout .category-table-layout--services.is-view-all .service-category-header.content-table-row {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  padding: 0 !important;
  margin: 0;
  border: 0;
  box-shadow: none;
  min-height: auto;
}

body.dogus-layout .category-table-layout--services.is-view-all .service-category-header .content-table-title {
  width: 100%;
  aspect-ratio: 3 / 1;
  min-height: 0 !important;
  display: flex;
  align-items: flex-end;
  padding: 0;
  overflow: hidden;
}

body.dogus-layout .category-table-layout--services.is-view-all .service-category-header .content-table-body {
  width: 100%;
  min-height: auto;
  display: block;
  padding: 1.35rem 1.5rem;
  border-top: 1px solid rgba(70, 155, 55, 0.12);
}

body.dogus-layout .category-table-layout--services.is-view-all .service-subgrid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: rgba(70, 155, 55, 0.14) !important;
}

body.dogus-layout .category-table-layout--services.is-view-all .service-subcard.content-table-row {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  padding: 0 !important;
  margin: 0;
  min-height: 100%;
  background: #fff;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

body.dogus-layout .category-table-layout--services.is-view-all .service-subcard .content-table-title {
  width: 100%;
  aspect-ratio: 3 / 2;
  min-height: 0 !important;
  display: flex;
  align-items: flex-end;
  padding: 0;
}

body.dogus-layout .category-table-layout--services.is-view-all .service-subcard .content-table-body {
  padding: 1.25rem 1.35rem;
  min-height: auto;
  display: block;
  flex: 1;
}

body.dogus-layout .category-table-layout--services.is-view-all .service-subcard .content-table-body p {
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.72;
  margin: 0;
}

/* Kurumsal / düz içerik — panel içi düzen */
body.dogus-layout .category-table-layout--content.is-view-all .category-table-content:has(.detail-content-panel) {
  display: flex;
  flex-direction: column;
}

body.dogus-layout .category-table-layout--content.is-view-all .content-block.content-table-row--card .content-table-body {
  padding: 1.25rem 1.35rem;
  min-height: auto;
  border-top: 1px solid rgba(70, 155, 55, 0.12);
}

/* Tümünü Gör — marka grid'i gibi kutu + hover bilgi paneli */
body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 1.5rem !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card {
  position: relative;
  min-height: 176px;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: none !important;
  cursor: pointer;
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease,
    min-height 0.25s ease;
}

body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:hover,
body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:focus-within {
  border-color: transparent !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14) !important;
  transform: translateY(-2px);
  min-height: 260px;
  z-index: 4;
}

body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block .content-card-media {
  min-height: 176px;
  aspect-ratio: auto;
  transition: opacity 0.2s ease;
}

body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block .content-table-body {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  opacity: 0;
  pointer-events: none;
  background: var(--izci-green, #469b37);
  border-top: 0 !important;
  padding: 1.15rem 1rem 1rem;
  overflow-y: auto;
  transition: opacity 0.2s ease;
  color: #000000;
}

body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:hover .content-table-body,
body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:focus-within .content-table-body {
  opacity: 1;
  pointer-events: auto;
}

body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:hover .content-card-media,
body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:focus-within .content-card-media {
  opacity: 0;
}

body.dogus-layout .content-card-hover-title {
  display: block;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}

body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid .content-table-body p,
body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid .content-table-body .content-rich {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #000000;
}

body.dogus-layout .category-table-layout.is-filter-single .content-card-hover-title {
  display: none;
}

@media (max-width: 720px) {
  body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card {
    min-height: 160px;
  }

  body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:hover,
  body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:focus-within {
    min-height: 236px;
  }
}

@media (max-width: 480px) {
  body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Kurumsal / Sürdürülebilirlik / Ortaklık İlişkileri — "Tümünü Gör" bento grid
   (ilk kart 2 sütunu kaplar, altındaki kartlar 2'li grid halinde) */
html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.75rem !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:first-child,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:first-child,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:first-child {
  grid-column: 1 / -1;
}

/* Alt satırda tek kalan kart — en üstteki Hakkımızda kartı gibi tam genişlik (çift sıra no) */
html[data-seo-page="kurumsal"] body.dogus-layout .detail-subgrid.content-view-all-hover-grid > .content-block.content-table-row--card:last-child:nth-child(even):not(:first-child),
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .detail-subgrid.content-view-all-hover-grid > .content-block.content-table-row--card:last-child:nth-child(even):not(:first-child),
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .detail-subgrid.content-view-all-hover-grid > .content-block.content-table-row--card:last-child:nth-child(even):not(:first-child) {
  grid-column: 1 / -1 !important;
}

html[data-seo-page="kurumsal"] body.dogus-layout .detail-subgrid.content-view-all-hover-grid > .content-block.content-table-row--card:last-child:nth-child(even):not(:first-child) .content-card-media,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .detail-subgrid.content-view-all-hover-grid > .content-block.content-table-row--card:last-child:nth-child(even):not(:first-child) .content-card-media,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .detail-subgrid.content-view-all-hover-grid > .content-block.content-table-row--card:last-child:nth-child(even):not(:first-child) .content-card-media {
  aspect-ratio: 3 / 1 !important;
}

html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:first-child:last-child,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:first-child:last-child,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:first-child:last-child {
  grid-column: 1 / -1 !important;
}

html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card {
  position: static;
  display: flex;
  flex-direction: column;
  min-height: auto !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 4px;
  box-shadow: none !important;
  cursor: default;
  overflow: hidden;
  transform: none !important;
  margin: 0 !important;
}

html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:hover,
html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:focus-within,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:hover,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:focus-within,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:hover,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:focus-within {
  min-height: auto !important;
  transform: none !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1) !important;
}

html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block .content-card-media,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block .content-card-media,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block .content-card-media {
  min-height: 0 !important;
  aspect-ratio: 3 / 2 !important;
  opacity: 1 !important;
}

html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:first-child .content-card-media,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:first-child .content-card-media,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card:first-child .content-card-media {
  aspect-ratio: 3 / 1 !important;
}

html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:hover .content-card-media,
html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:focus-within .content-card-media,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:hover .content-card-media,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:focus-within .content-card-media,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:hover .content-card-media,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:focus-within .content-card-media {
  opacity: 1 !important;
}

html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block .content-table-body,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block .content-table-body,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block .content-table-body {
  position: static !important;
  flex: 1;
  opacity: 1 !important;
  pointer-events: auto !important;
  background: transparent !important;
  color: #000000 !important;
  padding: 1.25rem 1.35rem !important;
  border-top: 1px solid rgba(70, 155, 55, 0.12) !important;
}

html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:hover .content-table-body,
html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:focus-within .content-table-body,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:hover .content-table-body,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:focus-within .content-table-body,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:hover .content-table-body,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block:focus-within .content-table-body {
  opacity: 1 !important;
  pointer-events: auto !important;
}

html[data-seo-page="kurumsal"] .content-card-hover-title,
html[data-seo-page="surdurulebilirlik"] .content-card-hover-title,
html[data-seo-page="ortaklik-iliskileri"] .content-card-hover-title {
  display: none !important;
}

html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid .content-table-body p,
html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid .content-table-body .content-rich,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid .content-table-body p,
html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid .content-table-body .content-rich,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid .content-table-body p,
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid .content-table-body .content-rich {
  font-size: 0.95rem !important;
  line-height: 1.72 !important;
  color: #000000 !important;
}

@media (max-width: 720px) {
  html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid,
  html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid,
  html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card,
  html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card,
  html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block.content-table-row--card {
    grid-column: 1 / -1 !important;
    min-height: auto !important;
  }

  html[data-seo-page="kurumsal"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block .content-card-media,
  html[data-seo-page="surdurulebilirlik"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block .content-card-media,
  html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-view-all .content-view-all-hover-grid > .content-block .content-card-media {
    aspect-ratio: 16 / 9 !important;
  }
}


/* ============================================================
   Detay sayfaları — birleşik kart düzeni (referans görsel)
   ============================================================ */

body.dogus-layout .category-table-sidebar {
  position: sticky;
  top: 98px;
}

body.dogus-layout .category-table-link--see-all {
  margin-top: auto;
}

body.dogus-layout .category-table-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}

/* İçerik tabloları — birleşik kutu, satır arası kılcal çizgi */
body.dogus-layout .category-table-content.is-view-all:not(:has(.detail-content-panel)):not(:has(.content-table-row--card)) {
  gap: 0 !important;
  border: 1px solid var(--izci-side-table-line, rgba(0, 0, 0, 0.07));
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

body.dogus-layout .category-table-content.is-view-all:not(:has(.detail-content-panel)) > .content-block.content-table-row:not(.category-table-hidden) {
  border: none !important;
  border-bottom: 1px solid var(--izci-side-table-line, rgba(0, 0, 0, 0.07)) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  margin: 0;
}

body.dogus-layout .category-table-content.is-view-all:not(:has(.detail-content-panel)) > .content-block.content-table-row:not(.category-table-hidden):last-of-type {
  border-bottom: none !important;
}

body.dogus-layout .category-table-content.is-view-all:not(:has(.detail-content-panel)) > .content-block.content-table-row:not(.category-table-hidden) .content-table-body {
  border-left: 1px solid var(--izci-side-table-line, rgba(0, 0, 0, 0.07));
}

body.dogus-layout .detail-content-panel {
  border: 1px solid rgba(70, 155, 55, 0.12);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(2, 22, 2, 0.06);
  min-width: 0;
  width: 100%;
}

body.dogus-layout .detail-content-panel--flat {
  display: block;
}

body.dogus-layout .detail-subgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(70, 155, 55, 0.14);
}

/* Alt satırda tek kalan kart — en üstteki gibi tam genişlik */
body.dogus-layout .detail-subgrid > .content-block.content-table-row--card:last-child:nth-child(even):not(:first-child) {
  grid-column: 1 / -1;
}

body.dogus-layout .detail-subgrid > .content-block.content-table-row--card:last-child:nth-child(even):not(:first-child) .content-card-media {
  aspect-ratio: 3 / 1;
}

body.dogus-layout .category-table-layout--services .service-subgrid > .service-subcard.content-table-row:last-child:nth-child(even):not(:first-child),
body.dogus-layout .category-table-layout--services.is-view-all .service-subgrid > .service-subcard.content-table-row:last-child:nth-child(even):not(:first-child) {
  grid-column: 1 / -1;
}

body.dogus-layout .category-table-layout--services .service-subgrid > .service-subcard.content-table-row:last-child:nth-child(even):not(:first-child) .content-table-title,
body.dogus-layout .category-table-layout--services.is-view-all .service-subgrid > .service-subcard.content-table-row:last-child:nth-child(even):not(:first-child) .content-table-title {
  aspect-ratio: 3 / 1;
}

/* Alt kategori kartlarındaki görseller her zaman aynı boyutta (eşit yükseklik) olsun.
   Tek başına kalan (son satır tekli) tam genişlik banner hariç, tüm kartlar 3/2 oranında. */
body.dogus-layout .category-table-layout--services:not(.is-filter-single) .service-subgrid {
  align-items: stretch;
}

body.dogus-layout .category-table-layout--services:not(.is-filter-single) .service-subgrid > .service-subcard.content-table-row:not(:last-child:nth-child(even):not(:first-child)) .content-table-title {
  aspect-ratio: 3 / 2 !important;
}

body.dogus-layout .detail-content-panel--flat > .content-block.content-table-row--card:first-child {
  border-bottom: 1px solid rgba(70, 155, 55, 0.12);
}

body.dogus-layout .category-table-layout--services .service-category {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

body.dogus-layout .category-table-layout--services .service-category-header.content-table-row,
body.dogus-layout .category-table-layout--services.is-view-all .service-category-header.content-table-row {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  padding: 0 !important;
  margin: 0;
  border: 0 !important;
  box-shadow: none !important;
  min-height: auto !important;
  border-radius: 0 !important;
}

body.dogus-layout .category-table-layout--services .service-category-header .content-table-title,
body.dogus-layout .category-table-layout--services.is-view-all .service-category-header .content-table-title {
  width: 100%;
  aspect-ratio: 3 / 1;
  min-height: 0 !important;
  max-height: none;
  display: flex;
  align-items: flex-end;
  padding: 0;
  overflow: hidden;
}

body.dogus-layout .category-table-layout--services .service-category-header .content-table-body,
body.dogus-layout .category-table-layout--services.is-view-all .service-category-header .content-table-body {
  width: 100%;
  min-height: auto;
  display: block;
  padding: 1.35rem 1.5rem;
  border-top: 1px solid rgba(70, 155, 55, 0.12);
}

body.dogus-layout .category-table-layout--services .service-subgrid,
body.dogus-layout .category-table-layout--services.is-view-all .service-subgrid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: rgba(70, 155, 55, 0.14) !important;
}

body.dogus-layout .category-table-layout--services .service-subcard.content-table-row,
body.dogus-layout .category-table-layout--services.is-view-all .service-subcard.content-table-row {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  padding: 0 !important;
  margin: 0;
  min-height: 100%;
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  border-radius: 0 !important;
}

body.dogus-layout .category-table-layout--services .service-subcard .content-table-title,
body.dogus-layout .category-table-layout--services.is-view-all .service-subcard .content-table-title {
  width: 100%;
  aspect-ratio: 3 / 2;
  min-height: 0 !important;
  display: flex;
  align-items: flex-end;
  padding: 0;
}

body.dogus-layout .category-table-layout--services .service-subcard .content-table-body,
body.dogus-layout .category-table-layout--services.is-view-all .service-subcard .content-table-body {
  padding: 1.25rem 1.35rem;
  min-height: auto;
  display: block;
  flex: 1;
}

body.dogus-layout .category-table-layout--services .service-subcard .content-table-body p,
body.dogus-layout .category-table-layout--services.is-view-all .service-subcard .content-table-body p {
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.72;
  margin: 0;
}

body.dogus-layout .category-table-layout--content .content-block.content-table-row--card:not(.category-table-hidden),
body.dogus-layout .category-table-layout--content.is-view-all .content-block.content-table-row--card:not(.category-table-hidden) {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  overflow: hidden;
  min-height: 100%;
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
}

body.dogus-layout .category-table-content .content-block.content-table-row--card:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.dogus-layout .content-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  flex-shrink: 0;
  overflow: hidden;
  background: #1a2218;
}

body.dogus-layout .detail-content-panel--flat > .content-block.content-table-row--card:first-child .content-card-media,
body.dogus-layout .category-table-layout--services .service-category-header .content-table-title {
  aspect-ratio: 3 / 1;
}

body.dogus-layout .content-card-media .content-table-title {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  display: flex;
  align-items: flex-end;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

body.dogus-layout .detail-content-panel--flat > .content-block.content-table-row--card:first-child .content-card-media .content-table-title,
body.dogus-layout .detail-subgrid .content-card-media .content-table-title,
body.dogus-layout .category-table-layout--content .content-block.content-table-row--card:not(:first-child) .content-card-media .content-table-title {
  aspect-ratio: auto;
}

body.dogus-layout .category-table-layout--content .content-block.content-table-row--card .content-table-body,
body.dogus-layout .category-table-layout--content.is-view-all .content-block.content-table-row--card .content-table-body {
  padding: 1.25rem 1.35rem;
  min-height: auto;
  border-top: 1px solid rgba(70, 155, 55, 0.12);
}

body.dogus-layout .content-card-media .service-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

/* Tablo kart görselleri — alt-sol beyaz başlık + tek yeşil çizgi */
body.dogus-layout .content-card-media .content-table-title,
body.dogus-layout .category-table-layout--services .service-category-header .content-table-title,
body.dogus-layout .category-table-layout--services .service-subcard .content-table-title {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-end !important;
}

body.dogus-layout .content-card-media .content-table-title:has(.service-card-caption)::after,
body.dogus-layout .category-table-layout--services .content-table-title:has(.service-card-caption)::after {
  content: none !important;
  display: none !important;
}

body.dogus-layout .content-card-media .service-card-caption,
body.dogus-layout .category-table-layout--services .service-card-caption {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0.85rem clamp(0.95rem, 2vw, 1.35rem) 1rem;
  background: transparent;
  box-sizing: border-box;
}

body.dogus-layout .content-card-media .service-card-caption::after,
body.dogus-layout .category-table-layout--services .service-card-caption::after,
body.dogus-layout .category-table-layout.is-filter-single .service-card-caption::after {
  content: "";
  display: block;
  width: 88%;
  height: 3px;
  background: #469b37;
  margin-top: 0.45rem;
}

body.dogus-layout .content-card-media .service-card-caption :is(h2, h3),
body.dogus-layout .category-table-layout--services .service-card-caption :is(h2, h3),
body.dogus-layout .category-table-layout--services .content-table-title:has(.service-card-bg) > :is(h2, h3),
body.dogus-layout .category-table-layout.is-filter-single .service-card-caption :is(h2, h3) {
  color: #fff !important;
  font-weight: 800;
  font-size: clamp(0.92rem, 1.45vw, 1.2rem);
  letter-spacing: 0.06em;
  text-transform: uppercase !important;
  border: 0 !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin: 0;
  line-height: 1.15;
  width: auto;
  max-width: 100%;
}

body.dogus-layout .content-card-media .service-card-caption :is(h2, h3)::after,
body.dogus-layout .category-table-layout--services .service-card-caption :is(h2, h3)::after,
body.dogus-layout .category-table-layout.is-filter-single .service-card-caption :is(h2, h3)::after {
  content: none !important;
  display: none !important;
}

body.dogus-layout .category-table-layout--services .service-category-header .service-card-caption :is(h2, h3) {
  font-size: clamp(1.05rem, 1.7vw, 1.4rem);
}

body.dogus-layout .content-table-title:has(.service-card-bg):not(:has(.service-card-caption)) {
  padding: 0.85rem clamp(0.95rem, 2vw, 1.35rem) 1rem;
  box-sizing: border-box;
}

body.dogus-layout .content-table-title:has(.service-card-bg):not(:has(.service-card-caption))::after {
  content: "";
  display: block;
  width: 88%;
  height: 3px;
  background: #469b37;
  margin-top: 0.45rem;
}

@media (max-width: 768px) {
  body.dogus-layout .category-table-layout--services .service-subgrid,
  body.dogus-layout .category-table-layout--services.is-view-all .service-subgrid,
  body.dogus-layout .detail-subgrid {
    grid-template-columns: 1fr !important;
  }

  body.dogus-layout .category-table-layout--services .service-category-header .content-table-title,
  body.dogus-layout .category-table-layout--services.is-view-all .service-category-header .content-table-title,
  body.dogus-layout .detail-content-panel--flat > .content-block.content-table-row--card:first-child .content-card-media {
    aspect-ratio: 16 / 9;
  }
}

body.dogus-layout .content-table-body .sector-card-subs.sector-card-subs--table {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

body.dogus-layout .content-table-body .sector-card-subs.sector-card-subs--table li {
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(70, 155, 55, 0.35);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1e2d3d;
  background: rgba(70, 155, 55, 0.06);
}

body.dogus-layout .content-table-body .sector-card-footer {
  margin: 0;
}

body.dogus-layout .content-table-body .sector-card-link {
  color: #469b37;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

body.dogus-layout .content-table-body .sector-card-link:hover {
  text-decoration: underline;
}

/* Sektörler genel bakış sayfası — eski kart grid (anasayfa vb.) */
body.dogus-layout .sectors-overview-section {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 5vw, 4rem);
  background: #ffffff;
}

body.dogus-layout .sectors-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(70, 155, 55, 0.16);
}

body.dogus-layout .sectors-overview-card {
  min-height: 320px;
  aspect-ratio: 3 / 2;
  border-radius: 0;
}

body.dogus-layout .sectors-overview-card:first-child,
body.dogus-layout .sectors-overview-card:nth-child(2) {
  grid-column: auto;
  min-height: 320px;
}

body.dogus-layout .sectors-overview-card h3 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.dogus-layout .sectors-overview-card p {
  display: block;
  max-width: 100%;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.78);
}

body.dogus-layout .sectors-overview-card .sector-card-subs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
}

body.dogus-layout .sectors-overview-card .sector-card-subs li {
  padding: 0.2rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 768px) {
  body.dogus-layout .sectors-overview-grid {
    grid-template-columns: 1fr;
  }

  body.dogus-layout .sectors-overview-card {
    min-height: 260px;
    aspect-ratio: 16 / 10;
  }
}

/* Başlıklar (koyu/görsel arka plan): beyaz dolgu, siyah dış çizgi */
:is(
  .page-hero-dogus h1,
  .hero.dogus-hero h1,
  .hero.dogus-hero [data-hero-title],
  body.dogus-layout .content-card-media .service-card-caption :is(h2, h3),
  body.dogus-layout .category-table-layout--services .service-card-caption :is(h2, h3),
  body.dogus-layout .category-table-layout--services .content-table-title:has(.service-card-bg) > :is(h2, h3),
  body.dogus-layout .category-table-layout.is-filter-single .service-card-caption :is(h2, h3),
  body.dogus-layout .category-table-layout.is-filter-single .content-block.content-table-row--card:not(.category-table-hidden) .content-card-media .service-card-caption :is(h2, h3),
  body.dogus-layout .category-table-layout.is-filter-single .content-block.content-table-row.is-focused-card:not(.category-table-hidden) .content-card-media .service-card-caption :is(h2, h3),
  body.dogus-layout .category-table-layout.is-filter-single .service-category:not(.category-table-hidden) .service-card-caption :is(h2, h3),
  body.dogus-layout .category-table-layout.is-filter-single .service-subcard.content-table-row:not(.category-table-hidden) .service-card-caption :is(h2, h3),
  body.dogus-layout .sectors-overview-card h3
) {
  color: #fff !important;
  -webkit-text-stroke: 0.05em #000;
  paint-order: stroke fill;
  text-shadow: none !important;
}

body.dogus-layout .content-card-media .service-card-caption .title-accent,
body.dogus-layout .category-table-layout--services .service-card-caption .title-accent,
body.dogus-layout .category-table-layout.is-filter-single .service-card-caption .title-accent {
  color: #fff !important;
  -webkit-text-stroke: 0.05em #000;
  paint-order: stroke fill;
}

@media (max-width: 768px) {
  :is(
    .page-hero-dogus h1,
    .hero.dogus-hero h1,
    .hero.dogus-hero [data-hero-title],
    body.dogus-layout .content-card-media .service-card-caption :is(h2, h3),
    body.dogus-layout .category-table-layout--services .service-card-caption :is(h2, h3),
    body.dogus-layout .category-table-layout.is-filter-single .service-card-caption :is(h2, h3),
    body.dogus-layout .sectors-overview-card h3
  ) {
    -webkit-text-stroke: 1px #000;
  }
}

/* ============================================================
   Tüm butonlar — varsayılan yeşil çerçeve (sosyal ikon stili)
   Hover: orijinal dolu renk
   ============================================================ */

body.dogus-layout {
  --btn-shell-bg: rgba(70, 155, 55, 0.12);
  --btn-shell-border: rgba(111, 207, 87, 0.55);
  --btn-shell-color: #8ee072;
  --btn-shell-color-on-light: #469b37;
  --btn-fill: var(--izci-green-dark, #469b37);
}

/* CTA / form butonları */
body.dogus-layout :is(.btn, a.btn, button.btn, input.btn) {
  background: var(--btn-shell-bg) !important;
  border: 1px solid var(--btn-shell-border) !important;
  color: var(--btn-shell-color-on-light) !important;
  box-shadow: none !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

body.dogus-layout :is(.btn, a.btn, button.btn, input.btn):hover,
body.dogus-layout :is(.btn, a.btn, button.btn, input.btn):focus-visible {
  background: var(--btn-fill) !important;
  border-color: var(--btn-fill) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

body.dogus-layout .hero :is(.btn, .btn-outline),
body.dogus-layout .dogus-hero :is(.btn, .btn-outline) {
  color: var(--btn-shell-color) !important;
}

body.dogus-layout .hero :is(.btn, .btn-outline):hover,
body.dogus-layout .dogus-hero :is(.btn, .btn-outline):hover {
  color: #fff !important;
}

/* Filtre çipleri (sidebar tablo satırları hariç — daha spesifik kurallar geçerli) */
body.dogus-layout .filter-chip {
  background: var(--btn-shell-bg) !important;
  border: 1px solid var(--btn-shell-border) !important;
  color: var(--btn-shell-color-on-light) !important;
  box-shadow: none !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.dogus-layout .filter-chip:hover,
body.dogus-layout .filter-chip.is-active {
  background: var(--btn-fill) !important;
  border-color: var(--btn-fill) !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* İletişim bandı + footer çerez */
body.dogus-layout .contact-band-btn,
body.dogus-layout .dogus-footer .footer-cookie-btn {
  background: var(--btn-shell-bg) !important;
  border: 1px solid var(--btn-shell-border) !important;
  color: var(--btn-shell-color) !important;
}

body.dogus-layout .contact-band-btn:hover,
body.dogus-layout .dogus-footer .footer-cookie-btn:hover {
  background: var(--btn-fill) !important;
  border-color: var(--btn-fill) !important;
  color: #fff !important;
}

/* Yukarı çık */
body.dogus-layout .scroll-top,
body.dogus-layout #scroll-top {
  left: max(1.25rem, env(safe-area-inset-left, 0px)) !important;
  right: auto !important;
  background: var(--btn-shell-bg) !important;
  border: 1px solid var(--btn-shell-border) !important;
  color: var(--btn-shell-color) !important;
  box-shadow: none !important;
}

body.dogus-layout .scroll-top:hover,
body.dogus-layout .scroll-top.is-visible:hover,
body.dogus-layout #scroll-top:hover,
body.dogus-layout #scroll-top.is-visible:hover {
  background: var(--btn-fill) !important;
  border-color: var(--btn-fill) !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* Çerez banner */
body.dogus-layout .cookie-btn-accept-all {
  background: var(--btn-shell-bg) !important;
  border: 1px solid var(--btn-shell-border) !important;
  color: var(--btn-shell-color-on-light) !important;
}

body.dogus-layout .cookie-btn-accept-all:hover {
  background: var(--btn-fill) !important;
  border-color: var(--btn-fill) !important;
  color: #fff !important;
}

body.dogus-layout .cookie-btn-decline {
  background: var(--btn-shell-bg) !important;
  border: 1px solid var(--btn-shell-border) !important;
  color: var(--btn-shell-color-on-light) !important;
}

body.dogus-layout .cookie-btn-decline:hover {
  background: var(--btn-fill) !important;
  border-color: var(--btn-fill) !important;
  color: #fff !important;
}

/* Header YATIRIM YAP — TR / ARA / MENÜ ile aynı görünüm */
body.dogus-layout .dogus-header-actions .dogus-header-invest-btn {
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 0 !important;
  color: #111 !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  body.dogus-layout .dogus-header-invest-btn:hover,
  body.dogus-layout .dogus-header-actions .dogus-header-invest-btn:hover {
    background: var(--primary-dark, #469b37) !important;
    border-left-color: transparent !important;
    color: #fff !important;
  }
}

/* Footer ofis sosyal ikonları */
.dogus-footer .footer-social-row-office .footer-social-linkedin,
.dogus-footer .footer-social-row-office .footer-social-instagram {
  background: rgba(70, 155, 55, 0.12) !important;
  border: 1px solid rgba(111, 207, 87, 0.55) !important;
  color: #8ee072 !important;
}

.dogus-footer .footer-social-row-office .footer-social-facebook,
.dogus-footer .footer-social-row-office .footer-social-whatsapp {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

.dogus-footer .footer-social-row-office .footer-social-linkedin:hover,
.dogus-footer .footer-social-row-office .footer-social-instagram:hover {
  color: #fff !important;
  background: var(--izci-green, #469b37) !important;
  border-color: var(--izci-green, #469b37) !important;
}

/* Genel footer sosyal (styles.css tabanı) — iletişim kolonu hariç */
.footer-social-row:not(.footer-social-row-contact) .footer-social-btn,
.footer-social-row:not(.footer-social-row-contact) a.footer-social-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

.footer-social-row:not(.footer-social-row-contact) .footer-social-btn:hover,
.footer-social-row:not(.footer-social-row-contact) a.footer-social-btn:hover {
  transform: translateY(-2px);
}

/* İletişim kolonu sosyal — web görünümü mobil ile aynı (yeşil çerçeveli) */
body.dogus-layout .dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-btn {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: rgba(70, 155, 55, 0.12) !important;
  border: 1px solid rgba(111, 207, 87, 0.55) !important;
  color: #8ee072 !important;
  box-shadow: none !important;
  filter: none !important;
}

body.dogus-layout .dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-btn svg {
  width: 14px !important;
  height: 14px !important;
}

body.dogus-layout .dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-linkedin,
body.dogus-layout .dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-instagram {
  color: #8ee072 !important;
  background: rgba(70, 155, 55, 0.12) !important;
  border-color: rgba(111, 207, 87, 0.55) !important;
}

body.dogus-layout .dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

body.dogus-layout .dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-linkedin:hover,
body.dogus-layout .dogus-footer .footer-col-contact .footer-social-row-contact .footer-social-instagram:hover {
  color: #fff !important;
  background: var(--izci-green, #469b37) !important;
  border-color: var(--izci-green, #469b37) !important;
}

/* İletişim sayfası — beyaz kart üzerinde yeşil ikonlar */
body.dogus-layout .contact-info .contact-social.contact-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

body.dogus-layout .contact-info .contact-social.contact-social-icons .footer-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--btn-shell-bg) !important;
  border: 1px solid var(--btn-shell-border) !important;
  color: var(--btn-shell-color-on-light) !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.dogus-layout .contact-info .contact-social.contact-social-icons .footer-social-btn svg {
  width: 18px;
  height: 18px;
}

body.dogus-layout .contact-info .contact-social.contact-social-icons .footer-social-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

body.dogus-layout .contact-info .contact-social.contact-social-icons .footer-social-linkedin:hover,
body.dogus-layout .contact-info .contact-social.contact-social-icons .footer-social-instagram:hover,
body.dogus-layout .contact-info .contact-social.contact-social-icons .footer-social-whatsapp:hover {
  background: var(--btn-fill) !important;
  border-color: var(--btn-fill) !important;
}

body.dogus-layout .contact-info .contact-social.contact-social-icons .contact-social-email:hover,
body.dogus-layout .contact-info .contact-social.contact-social-icons .footer-social-email:hover {
  background: var(--btn-fill) !important;
  border-color: var(--btn-fill) !important;
}

/* İletişim — beyaz tablo arka planı */
body.dogus-layout .contact-info,
body.dogus-layout .contact-form {
  --izci-side-table-bg: #ffffff;
  --izci-side-table-line: rgba(0, 0, 0, 0.07);
  --izci-side-table-row: #ffffff;
  background: var(--izci-side-table-bg) !important;
  border-color: var(--izci-side-table-line) !important;
  border-left-color: #469b37 !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06) !important;
}

body.dogus-layout .contact-item {
  border-bottom: 1px solid var(--izci-side-table-line) !important;
}

body.dogus-layout .contact-info .contact-item:last-child {
  border-bottom: none !important;
}

/* İletişim — telefon/e-posta/adres değerleri normal gövde rengi */
body.dogus-layout .contact-info .contact-item a[data-setting],
body.dogus-layout .contact-info .contact-item span[data-setting="address"] {
  color: var(--izci-text, #000000) !important;
}

body.dogus-layout .contact-info .contact-item a[data-setting]:hover {
  color: var(--izci-green-dark, #006400) !important;
}

body.dogus-layout .contact-form .form-group input,
body.dogus-layout .contact-form .form-group textarea,
body.dogus-layout .contact-form .form-group select,
body.dogus-layout .contact-form select {
  background: var(--izci-side-table-row) !important;
  border-color: var(--izci-side-table-line) !important;
}

/* Performans — ekran dışı bölümler */
body.dogus-layout .editorial-section,
body.dogus-layout .dogus-footer,
body.dogus-layout .blueprint-category-grid,
body.dogus-layout .home-completed-highlight {
  content-visibility: auto;
  contain-intrinsic-size: auto 480px;
}

/* Header TR / ARA / MENÜ / YATIRIM YAP — hover: beyaz yazı (yüksek özgüllük) */
@media (hover: hover) and (pointer: fine) {
  body.dogus-layout .site-header.dogus-header .dogus-header-actions > .dogus-header-search:hover,
  body.dogus-layout .site-header.dogus-header .dogus-header-actions > .dogus-lang-quick:hover,
  body.dogus-layout .site-header.dogus-header .dogus-header-actions > .dogus-menu-btn:hover,
  body.dogus-layout .site-header.dogus-header .dogus-header-actions > .dogus-header-invest-btn:hover,
  body.dogus-layout .site-header.dogus-header.is-hero-header .dogus-header-actions > .dogus-header-search:hover,
  body.dogus-layout .site-header.dogus-header.is-hero-header .dogus-header-actions > .dogus-lang-quick:hover,
  body.dogus-layout .site-header.dogus-header.is-hero-header .dogus-header-actions > .dogus-menu-btn:hover,
  body.dogus-layout .site-header.dogus-header.is-hero-header .dogus-header-actions > .dogus-header-invest-btn:hover,
  body.dogus-layout .site-header.dogus-header.is-solid .dogus-header-actions > .dogus-header-search:hover,
  body.dogus-layout .site-header.dogus-header.is-solid .dogus-header-actions > .dogus-lang-quick:hover,
  body.dogus-layout .site-header.dogus-header.is-solid .dogus-header-actions > .dogus-menu-btn:hover,
  body.dogus-layout .site-header.dogus-header.is-solid .dogus-header-actions > .dogus-header-invest-btn:hover,
  body.dogus-layout .site-header.dogus-header.is-scrolled .dogus-header-actions > .dogus-header-search:hover,
  body.dogus-layout .site-header.dogus-header.is-scrolled .dogus-header-actions > .dogus-lang-quick:hover,
  body.dogus-layout .site-header.dogus-header.is-scrolled .dogus-header-actions > .dogus-menu-btn:hover,
  body.dogus-layout .site-header.dogus-header.is-scrolled .dogus-header-actions > .dogus-header-invest-btn:hover,
  body.dogus-layout:not(.has-hero) .dogus-header-actions > .dogus-header-search:hover,
  body.dogus-layout:not(.has-hero) .dogus-header-actions > .dogus-lang-quick:hover,
  body.dogus-layout:not(.has-hero) .dogus-header-actions > .dogus-menu-btn:hover,
  body.dogus-layout:not(.has-hero) .dogus-header-actions > .dogus-header-invest-btn:hover {
    background: var(--izci-green-dark, #006400) !important;
    color: #fff !important;
    border-left-color: transparent !important;
  }

  body.dogus-layout .site-header.dogus-header .dogus-header-social-link:hover,
  body.dogus-layout .site-header.dogus-header .dogus-header-social-link:focus-visible,
  body.dogus-layout .site-header.dogus-header.is-hero-header .dogus-header-social-link:hover,
  body.dogus-layout .site-header.dogus-header.is-hero-header .dogus-header-social-link:focus-visible,
  body.dogus-layout .site-header.dogus-header.is-solid .dogus-header-social-link:hover,
  body.dogus-layout .site-header.dogus-header.is-solid .dogus-header-social-link:focus-visible,
  body.dogus-layout .site-header.dogus-header.is-scrolled .dogus-header-social-link:hover,
  body.dogus-layout .site-header.dogus-header.is-scrolled .dogus-header-social-link:focus-visible,
  body.dogus-layout:not(.has-hero) .dogus-header-social-link:hover,
  body.dogus-layout:not(.has-hero) .dogus-header-social-link:focus-visible {
    background: var(--izci-green-dark, #006400) !important;
    color: #fff !important;
  }

  body.dogus-layout .site-header.dogus-header .dogus-header-actions > .dogus-header-search:hover svg,
  body.dogus-layout .site-header.dogus-header.is-hero-header .dogus-header-actions > .dogus-header-search:hover svg,
  body.dogus-layout .site-header.dogus-header.is-solid .dogus-header-actions > .dogus-header-search:hover svg,
  body.dogus-layout .site-header.dogus-header.is-scrolled .dogus-header-actions > .dogus-header-search:hover svg {
    fill: #fff !important;
  }

  body.dogus-layout .site-header.dogus-header .dogus-header-actions > .dogus-menu-btn:hover .dogus-menu-btn-lines span,
  body.dogus-layout .site-header.dogus-header.is-hero-header .dogus-header-actions > .dogus-menu-btn:hover .dogus-menu-btn-lines span,
  body.dogus-layout .site-header.dogus-header.is-solid .dogus-header-actions > .dogus-menu-btn:hover .dogus-menu-btn-lines span,
  body.dogus-layout .site-header.dogus-header.is-scrolled .dogus-header-actions > .dogus-menu-btn:hover .dogus-menu-btn-lines span,
  body.dogus-layout:not(.has-hero) .dogus-header-actions > .dogus-menu-btn:hover .dogus-menu-btn-lines span {
    background: #fff !important;
  }
}

/* Kategori filtresi — gizlenen kart/kategori her zaman gizli kalsın
   (--services / is-filter-single layout'ta display:flex !important kurallarini ez) */
body.dogus-layout .category-table-layout--services .service-subcard.content-table-row.category-table-hidden,
body.dogus-layout .category-table-layout--services .service-category-header.content-table-row.category-table-hidden,
body.dogus-layout .category-table-layout--services .service-category.category-table-hidden,
body.dogus-layout .category-table-layout--content .content-block.content-table-row--card.category-table-hidden,
body.dogus-layout .category-table-content .content-block.content-table-row.category-table-hidden,
body.dogus-layout .category-table-content .service-subcard.content-table-row.category-table-hidden,
body.dogus-layout .category-table-content .service-category-header.content-table-row.category-table-hidden,
body.dogus-layout .category-table-content .service-category.category-table-hidden,
body.dogus-layout .category-table-layout.is-filter-single .service-category .service-category-header.content-table-row.category-table-hidden,
body.dogus-layout .category-table-layout.is-filter-single .service-category.is-filtering-sub .service-category-header.content-table-row.category-table-hidden,
body.dogus-layout .category-table-layout.is-filter-single .service-category:not(.category-table-hidden) .service-subcard.content-table-row.category-table-hidden {
  display: none !important;
}

/* Footer iletişim sosyal — web görünümü: adres ile ikon arası +10px */
@media (min-width: 769px) {
  body.dogus-layout .dogus-footer .footer-col-contact .footer-social-row.footer-social-row-contact {
    margin-top: calc(1.5rem + 10px) !important;
  }
}

/* Ortaklık — Bizimle Ortak Olun: iletişim formu (yalnızca sekme aktifken) */
html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout #ortak-olun.content-block--ortak-form {
  display: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
  min-height: 0 !important;
  padding: 0 !important;
}

html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-filter-single #ortak-olun.content-block--ortak-form:not(.category-table-hidden) {
  display: block !important;
}

html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout #ortak-olun .ortak-olun-contact {
  padding: 0.5rem 0 1rem;
}

html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout #ortak-olun .ortak-olun-contact-grid {
  margin: 0;
}

html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout .category-table-layout.is-filter-single #ortak-olun.content-block--ortak-form {
  width: 100%;
}

html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout #ortak-olun.content-block--ortak-form .content-table-body {
  padding-top: 1rem;
}

html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout #ortak-olun.content-block--ortak-form .content-card-hover-title {
  display: none;
}

html[data-seo-page="ortaklik-iliskileri"] body.dogus-layout #ortak-olun #yatirim-yap {
  scroll-margin-top: calc(var(--izci-header-height, 72px) + 24px);
}

/* Canli icerik gelene kadar yalnizca stok (Unsplash) gorsellerini gizle */
html[data-izci-live-content-pending] #content-area[data-prerendered="1"]:not([data-live-hydrated="1"]) .service-card-bg[src*="unsplash.com"],
html[data-izci-live-content-pending] #projects-area[data-prerendered="1"]:not([data-izci-live-content-ready="1"]) .project-card-img[src*="unsplash.com"],
html[data-izci-live-content-pending] #projects-area[data-prerendered="1"]:not([data-izci-live-content-ready="1"]) .project-table-image img[src*="unsplash.com"] {
  opacity: 0 !important;
}

html[data-izci-live-content-pending] .service-card-bg[src*="/uploads/"],
html[data-izci-live-content-pending] .project-card-img[src*="/uploads/"],
html[data-izci-live-content-pending] .project-table-image img[src*="/uploads/"] {
  opacity: 1 !important;
}

#content-area[data-live-hydrated="1"] .service-card-bg,
#content-area[data-izci-live-content-ready="1"] .service-card-bg,
#projects-area[data-izci-live-content-ready="1"] .project-card-img,
#projects-area[data-izci-live-content-ready="1"] .project-table-image img {
  opacity: 1;
  transition: opacity 0.15s ease;
}

/* Yalnizca beyaz zemin uzerindeki gri metinler siyah — hero/footer/koyu kartlar dokunulmaz */
body.dogus-layout .content-table-body,
body.dogus-layout .content-table-body p,
body.dogus-layout .content-rich,
body.dogus-layout .content-rich p,
body.dogus-layout .editorial-body,
body.dogus-layout .editorial-body p,
body.dogus-layout .editorial-section .content-block p,
body.dogus-layout .category-table-sidebar .category-table-link {
  color: #000000;
}

body.dogus-layout :is(.page-hero-dogus, .dogus-hero, .site-footer.dogus-footer, .brands-showcase-ilke, .service-card-caption) :is(p, h1, h2, h3, a, span, li) {
  color: inherit;
}
