/* Modern natural corporate refresh */
:root {
  --corp-ink: #17251f;
  --corp-green: #2f5d50;
  --corp-sage: #7b9a82;
  --corp-mint: #eef5ed;
  --corp-stone: #f6f2ea;
  --corp-paper: #fffdf8;
  --corp-line: #ded8ca;
  --corp-warm: #b98242;
}

/* Ana sayfa: Hizmetler bölümünün altındaki sadece fotoğraflı galeri */
.home-photo-gallery { padding: 0 0 72px; background: #f7f5ef; }
.home-photo-gallery-inner { position: relative; padding: 0 54px; }
.home-photo-gallery-head { margin: 0 0 28px; padding: 0 0 0 2px; }
.home-photo-gallery-head h2 { margin: 10px 0 0; color: #1f2a24; font-size: 40px; line-height: 1.16; }
.home-gallery-viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-behavior: smooth; }
.home-gallery-viewport::-webkit-scrollbar { display: none; }
.home-gallery-track { display: flex; gap: 16px; }
.home-gallery-item { flex: 0 0 calc((100% - 32px) / 3); min-width: 0; height: 250px; margin: 0; overflow: hidden; border: 1px solid #ded8c9; border-radius: 16px; background: #fffef9; box-shadow: 0 14px 32px rgba(49, 67, 59, .1); scroll-snap-align: start; }
.home-gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.home-gallery-item button { width: 100%; height: 100%; display: block; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.home-gallery-item:hover img { transform: scale(1.04); }
.home-gallery-control { position: absolute; z-index: 1; top: 50%; width: 42px; height: 42px; padding: 0; border: 1px solid #cfd8cc; border-radius: 50%; background: #fffef9; color: #31433b; font-size: 34px; line-height: 36px; cursor: pointer; transform: translateY(-50%); box-shadow: 0 8px 20px rgba(49, 67, 59, .14); }
.home-gallery-control:hover { background: #31433b; color: #fff; }
.home-gallery-control.prev { left: 0; }
.home-gallery-control.next { right: 0; }
.home-gallery-lightbox { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 56px 78px; background: rgba(12, 18, 15, .94); }
.home-gallery-lightbox.open { display: flex; }
.home-gallery-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; box-shadow: 0 24px 76px rgba(0, 0, 0, .45); }
.home-gallery-lightbox-close, .home-gallery-lightbox-nav { position: absolute; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.1); color: #fff; cursor: pointer; }
.home-gallery-lightbox-close { top: 18px; right: 22px; width: 44px; height: 44px; border-radius: 50%; font-size: 31px; line-height: 1; }
.home-gallery-lightbox-nav { top: 50%; width: 48px; height: 64px; border-radius: 8px; font-size: 38px; transform: translateY(-50%); }
.home-gallery-lightbox-nav.prev { left: 18px; }.home-gallery-lightbox-nav.next { right: 18px; }
.home-gallery-lightbox-close:hover, .home-gallery-lightbox-nav:hover { background: #fff; color: #31433b; }
@media (max-width: 760px) { .home-photo-gallery { padding-bottom: 56px; } .home-photo-gallery-inner { padding: 0 44px; } .home-photo-gallery-head h2 { font-size: 30px; } .home-gallery-item { flex-basis: 82%; height: 230px; } .home-gallery-control { width: 36px; height: 36px; font-size: 29px; line-height: 30px; } .home-gallery-lightbox { padding: 58px 16px; } .home-gallery-lightbox-nav { width: 42px; height: 54px; } .home-gallery-lightbox-nav.prev { left: 8px; }.home-gallery-lightbox-nav.next { right: 8px; } }

body {
  background: linear-gradient(180deg, #fffdf8 0, #f6f2ea 100%) !important;
  color: var(--corp-ink) !important;
}

.topbar {
  background: #263c34 !important;
  color: #f8fbf6 !important;
}

.site-header {
  background: rgba(255, 253, 248, .96) !important;
  border-bottom: 1px solid rgba(47, 93, 80, .14) !important;
  box-shadow: 0 10px 32px rgba(23, 37, 31, .07) !important;
}

.logo,
.site-header nav a {
  color: var(--corp-ink) !important;
}

.logo {
  min-width: 0;
  gap: 13px !important;
}

.logo > span:not(.logo-mark) {
  min-width: 0;
}

.brand-logo-img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
  display: block;
  border-radius: 12px;
  padding: 7px;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, .14), transparent 34%),
    linear-gradient(135deg, #17251f, #2f5d50);
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: 0 10px 24px rgba(23, 37, 31, .16);
}

.footer-logo-img {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
  border-color: rgba(255, 255, 255, .16);
}

.logo small {
  color: #64746d !important;
}

.logo-mark {
  color: var(--corp-warm) !important;
  text-shadow: 0 4px 16px rgba(185, 130, 66, .18);
}

.call,
.btn,
.premium-btn {
  background: linear-gradient(135deg, var(--corp-green), #18332b) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 14px 30px rgba(47, 93, 80, .22) !important;
}

.btn.light,
.premium-btn.outline {
  background: #fffdf8 !important;
  color: var(--corp-green) !important;
  border: 1px solid rgba(47, 93, 80, .22) !important;
  box-shadow: 0 12px 24px rgba(23, 37, 31, .08) !important;
}

.premium-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(123, 154, 130, .26), transparent 30%),
    radial-gradient(circle at 18% 84%, rgba(185, 130, 66, .12), transparent 28%),
    linear-gradient(135deg, #fffdf8 0, #f3eee4 58%, #e8f0e7 100%) !important;
  padding: 104px 0 78px !important;
}

.premium-hero:before {
  background: linear-gradient(120deg, rgba(47, 93, 80, .05) 0 1px, transparent 1px 100%) !important;
  background-size: 88px 88px !important;
}

.premium-hero h1 {
  color: var(--corp-ink) !important;
  font-size: clamp(42px, 5vw, 66px) !important;
  letter-spacing: 0 !important;
}

.premium-hero h2 {
  color: var(--corp-green) !important;
}

.premium-brand,
.premium-seo-line,
.premium-hero-text {
  color: #59675f !important;
}

.premium-kicker,
.eyebrow {
  color: #b17435 !important;
}

.premium-visual {
  background: linear-gradient(145deg, #d6dfd3, #fffdf8 42%, #d8c5a8) !important;
  border: 1px solid rgba(255, 255, 255, .9) !important;
  box-shadow: 0 30px 80px rgba(23, 37, 31, .18) !important;
}

.premium-placeholder {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(238, 245, 237, .72)),
    repeating-linear-gradient(140deg, #f5f1e8 0 18px, #e5ded0 18px 20px, #fbfaf6 20px 38px) !important;
  color: var(--corp-ink) !important;
}

.premium-placeholder span {
  color: var(--corp-warm) !important;
}

.premium-placeholder span,
.service-detail-placeholder span {
  display: block;
  color: var(--corp-warm) !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 5.6vw, 68px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: 0 10px 26px rgba(185, 130, 66, .16);
}

.showcase-logo-img {
  width: min(240px, 68%);
  max-height: 142px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding: 20px 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(23, 37, 31, .94), rgba(47, 93, 80, .9));
  box-shadow: 0 22px 48px rgba(23, 37, 31, .2);
  filter: drop-shadow(0 14px 28px rgba(23, 37, 31, .18));
}

.showcase-logo-img + strong {
  margin-top: 24px !important;
}

.premium-placeholder span:after,
.service-detail-placeholder span:after {
  content: '';
  display: block;
  width: 72px;
  height: 2px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, transparent, var(--corp-warm), transparent);
}

.premium-band,
.premium-section,
.premium-trust {
  background: linear-gradient(180deg, #fffdf8, #f6f2ea) !important;
}

.premium-advantages article,
.premium-service-card,
.area-cards article,
.card,
.project,
.post,
.form {
  background: rgba(255, 253, 248, .92) !important;
  border: 1px solid rgba(47, 93, 80, .14) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 44px rgba(23, 37, 31, .1) !important;
}

.premium-advantages article:hover,
.premium-service-card:hover,
.card:hover,
.project:hover,
.post:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(23, 37, 31, .16) !important;
}

.premium-icon,
.card .icon {
  background: #eef5ed !important;
  color: var(--corp-green) !important;
}

.premium-section-head h2,
.premium-areas h2,
.premium-cta h2,
.premium-advantages h3,
.premium-service-card h3,
.area-cards h3,
.card h3,
.project h2,
.post h2,
.post a {
  color: var(--corp-ink) !important;
}

.service-media,
.service-media-img {
  height: 220px !important;
}

.service-media-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.service-body a {
  color: var(--corp-green) !important;
  border-bottom: 2px solid rgba(185, 130, 66, .34);
  padding-bottom: 3px;
}

.premium-cta {
  background: linear-gradient(135deg, #eaf1e8, #fffdf8 55%, #f0e4d1) !important;
}

.premium-cta-inner {
  background: var(--corp-ink) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  box-shadow: 0 28px 70px rgba(23, 37, 31, .2) !important;
}

.premium-cta h2,
.premium-cta p {
  color: #fff !important;
}

.premium-cta .cta-phone {
  color: #f3c17d !important;
}

.trust-grid span {
  color: var(--corp-ink) !important;
  border-top: 1px solid rgba(47, 93, 80, .22) !important;
}

.page-hero,
.page-head {
  background:
    radial-gradient(circle at 84% 24%, rgba(255, 255, 255, .18), transparent 26%),
    linear-gradient(135deg, var(--corp-green), var(--corp-ink)) !important;
  color: #fff !important;
}

.page-hero h1,
.page-head h1 {
  color: #fff !important;
}

footer {
  background: linear-gradient(135deg, var(--corp-ink), #263c34) !important;
  color: #f8fbf6 !important;
}

footer .footer-logo,
footer .footer-logo span,
footer h4 {
  color: #fffdf8 !important;
}

footer .logo-mark {
  color: #f3c17d !important;
}

footer p,
footer a,
.copyright {
  color: #e9efe9 !important;
}

footer .social-chip {
  background: rgba(255, 255, 255, .1) !important;
  border-color: rgba(255, 255, 255, .22) !important;
  color: #fff !important;
}

.float-wa {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 40 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 56px !important;
  padding: 10px 16px 10px 10px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #25d366, #128c4a) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  box-shadow: 0 18px 42px rgba(18, 140, 74, .34) !important;
}

.float-wa:before {
  content: none !important;
}

.float-wa small {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 700;
  opacity: .9;
}

.wa-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  font-size: 20px;
}

.whatsapp-widget {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 39;
  width: min(320px, calc(100vw - 32px));
  padding: 18px;
  border-radius: 18px;
  background: #fffdf8;
  border: 1px solid rgba(47, 93, 80, .16);
  box-shadow: 0 24px 70px rgba(23, 37, 31, .22);
  transform: translateY(14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease, transform .28s ease;
}

.whatsapp-widget.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.whatsapp-widget:after {
  content: '';
  position: absolute;
  right: 34px;
  bottom: -9px;
  width: 18px;
  height: 18px;
  background: #fffdf8;
  border-right: 1px solid rgba(47, 93, 80, .16);
  border-bottom: 1px solid rgba(47, 93, 80, .16);
  transform: rotate(45deg);
}

.whatsapp-widget p {
  margin: 0 28px 14px 0;
  color: #59675f;
  font-size: 14px;
  line-height: 1.45;
}

.whatsapp-widget strong {
  display: block;
  color: var(--corp-ink);
  font-size: 18px;
  margin-bottom: 4px;
}

.whatsapp-widget span {
  display: block;
}

.whatsapp-widget a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #128c4a);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(18, 140, 74, .24);
}

.whatsapp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #eef5ed;
  color: #2f5d50;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.service-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 20%, rgba(123, 154, 130, .28), transparent 28%),
    linear-gradient(135deg, #fffdf8, #eef5ed 55%, #f2e4d0);
  padding: 86px 0 70px;
}

.service-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
  gap: 54px;
  align-items: center;
}

.service-detail-hero h1 {
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1.06;
  margin: 14px 0;
  color: var(--corp-ink);
}

.service-detail-hero p {
  font-size: 18px;
  color: #59675f;
  max-width: 680px;
}

.service-detail-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.service-detail-media {
  min-height: 410px;
  border-radius: 26px;
  padding: 12px;
  background: linear-gradient(145deg, #d9e4d6, #fffdf8 48%, #d8c5a8);
  box-shadow: 0 30px 76px rgba(23, 37, 31, .18);
}

.service-detail-media img,
.service-detail-placeholder {
  width: 100%;
  height: 100%;
  min-height: 386px;
  border-radius: 20px;
  object-fit: cover;
  display: grid;
  place-items: center;
}

.service-detail-placeholder {
  background:
    radial-gradient(circle at 50% 26%, rgba(47, 93, 80, .18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(238, 245, 237, .78)),
    repeating-linear-gradient(145deg, #f7f3ec 0 18px, #ded5c6 18px 20px, #fffdf8 20px 40px);
  text-align: center;
  padding: 30px;
  color: var(--corp-ink);
}

.service-detail-placeholder span {
  color: var(--corp-warm);
}

.service-detail-placeholder strong {
  display: block;
  margin-top: 22px;
  font-size: 27px;
  line-height: 1.18;
}

.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
}

.service-detail-content {
  background: #fffdf8;
  border: 1px solid rgba(47, 93, 80, .13);
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 18px 44px rgba(23, 37, 31, .08);
}

.service-detail-content h2 {
  font-size: 34px;
  color: var(--corp-ink);
}

.service-detail-content h3 {
  margin-top: 30px;
  color: var(--corp-green);
}

.service-detail-content p,
.service-detail-content li {
  color: #59675f;
  font-size: 17px;
}

.service-detail-content ul {
  padding-left: 20px;
}

.service-detail-side {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 112px;
}

.service-info-card {
  background: #fffdf8;
  border: 1px solid rgba(47, 93, 80, .14);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 18px 44px rgba(23, 37, 31, .08);
}

.service-info-card h3 {
  margin-top: 0;
  color: var(--corp-ink);
}

.service-info-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-info-card li {
  padding: 11px 0 11px 28px;
  border-bottom: 1px solid rgba(47, 93, 80, .1);
  position: relative;
  color: #59675f;
}

.service-info-card li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--corp-green);
  font-weight: 900;
}

.service-info-card.accent {
  background: var(--corp-ink);
  color: #fff;
}

.service-info-card.accent h3,
.service-info-card.accent p {
  color: #fff;
}

.service-process {
  background: #eef5ed !important;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.process-grid article {
  background: #fffdf8;
  border: 1px solid rgba(47, 93, 80, .13);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(23, 37, 31, .08);
}

.process-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--corp-green);
  color: #fff;
  font-weight: 900;
}

.process-grid h3 {
  color: var(--corp-ink);
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .service-detail-hero-grid,
  .service-detail-layout {
    grid-template-columns: 1fr;
  }

  .service-detail-side {
    position: static;
  }

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

@media (max-width: 640px) {
  .premium-hero {
    padding: 70px 0 52px !important;
  }

  .service-detail-hero {
    padding: 62px 0 46px;
  }

  .service-detail-media {
    min-height: 300px;
  }

  .service-detail-media img,
  .service-detail-placeholder {
    min-height: 276px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 26px;
  }

  .brand-logo-img {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    padding: 6px;
  }

  .showcase-logo-img {
    width: min(190px, 72%);
    max-height: 110px;
  }

  .float-wa {
    right: 14px !important;
    bottom: 14px !important;
    padding-right: 13px !important;
  }

  .whatsapp-widget {
    right: 14px;
    bottom: 84px;
  }
}
