/* Doruk — FMK tarzı standart renk paleti */
:root {
  --doruk-accent: #e35205;
  --doruk-accent-light: #f06a22;
  --doruk-accent-dark: #c44604;
  --doruk-dark: #0a0f18;
  --doruk-navy: #0c1929;
  --doruk-navy-mid: #152238;
  --doruk-navy-light: #1e3354;
  --doruk-text: #f0f2f5;
  --doruk-muted: #a8b4c4;
  --doruk-bg: #eef1f5;
  --doruk-bg-grid: #dde3ec;
  --doruk-surface: #eef1f5;
  --doruk-surface-alt: #e4eaf2;
  --doruk-white: #ffffff;
  --doruk-card: rgba(255, 255, 255, 0.05);
  --doruk-border: rgba(255, 255, 255, 0.12);
  --doruk-glow: rgba(227, 82, 5, 0.5);
  --doruk-shadow: 0 4px 24px rgba(12, 25, 41, 0.08);
  --header-h: 88px;
  --font: 'Barlow', 'Open Sans', sans-serif;
  --font-display: 'Barlow Condensed', 'Muli', sans-serif;
}

/* Eski şablondaki turuncuları standartlaştır */
body.doruk-modern a:hover {
  color: var(--doruk-accent-light);
}

body.doruk-modern .back-to-top {
  background: var(--doruk-accent) !important;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
}

body.doruk-modern .back-to-top:hover {
  background: var(--doruk-accent-light) !important;
}

body.doruk-modern .back-to-top i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

body.doruk-modern a {
  color: var(--doruk-accent);
}

body.doruk-modern hr.bg-success {
  border-color: var(--doruk-accent) !important;
  background-color: var(--doruk-accent) !important;
  height: 4px !important;
  opacity: 1;
  max-width: 60px;
}

body.doruk-modern .isb_head {
  background: var(--doruk-accent) !important;
}

body.doruk-modern .page-content h2,
body.doruk-modern .page-content h3 {
  color: var(--doruk-navy);
}

body.doruk-modern .machine-item__title {
  color: var(--doruk-accent) !important;
}

body.doruk-modern {
  font-family: var(--font);
  color: #333;
  background: var(--doruk-white);
  padding-top: 0;
  margin: 0;
  overflow-x: hidden;
}

/* Eski şablon çakışmalarını kapat */
body.doruk-modern .container-fluid {
  margin-top: 0 !important;
}

body.doruk-modern.home-page .container-fluid {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.doruk-modern a {
  color: var(--doruk-accent);
}

/* Topbar — lacivert kurumsal şerit (beyaz değil) */
body.doruk-modern #topbar,
body.doruk-modern #topbar.doruk-topbar,
body.doruk-modern.home-page #topbar,
body.doruk-modern.home-page #topbar.doruk-topbar,
body.doruk-modern:not(.home-page) #topbar,
body.doruk-modern:not(.home-page) #topbar.doruk-topbar {
  background: #0c1929 !important;
  background-color: #0c1929 !important;
  background-image: linear-gradient(90deg, #0a1525 0%, #0c1929 50%, #0f2035 100%) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2) !important;
  padding: 10px 0;
  font-size: 13px;
}

body.doruk-modern #topbar .contact-info a {
  color: rgba(255, 255, 255, 0.88);
  margin-right: 0;
  text-decoration: none;
  transition: color 0.25s;
  font-weight: 500;
}

body.doruk-modern #topbar .contact-info a + a {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

body.doruk-modern #topbar .contact-info a:hover {
  color: #fff;
}

body.doruk-modern #topbar .contact-info i {
  color: var(--doruk-accent);
  margin-right: 8px;
  font-size: 15px;
  vertical-align: middle;
}

body.doruk-modern #topbar .lang-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 16px;
  margin-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

body.doruk-modern #topbar .lang-link {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: 0;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}

body.doruk-modern #topbar .lang-link img {
  height: 15px;
  width: auto;
  margin-right: 6px;
  border-radius: 2px;
}

body.doruk-modern #topbar .lang-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

body.doruk-modern #topbar .lang-link.active {
  color: var(--doruk-accent);
  background: rgba(227, 82, 5, 0.18);
}

body.doruk-modern #header.doruk-header {
  height: auto;
  min-height: var(--header-h);
  background: rgba(10, 15, 24, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--doruk-border);
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 997;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

body.doruk-modern #header.doruk-header.header-scrolled {
  background: rgba(10, 15, 24, 0.98);
  padding: 8px 0;
}

body.doruk-modern #header .logo,
body.doruk-modern #header .logo a {
  background: transparent !important;
  line-height: 0;
}

body.doruk-modern #header .logo img {
  max-height: 52px;
  max-width: min(220px, 52vw);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  background: transparent !important;
  border: none;
  box-shadow: none;
  /* Siyah zeminli PNG — koyu header’da zemini gizler */
  mix-blend-mode: lighten;
  transition: max-height 0.3s, max-width 0.3s;
}

body.doruk-modern #header.header-scrolled .logo img {
  max-height: 44px;
  max-width: min(190px, 48vw);
}

body.doruk-modern .nav-menu > ul > li > a {
  color: var(--doruk-text);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 14px;
}

body.doruk-modern .nav-menu > ul > li > a:hover,
body.doruk-modern .nav-menu .active > a,
body.doruk-modern .nav-menu .drop-down.active > a {
  color: var(--doruk-accent);
}

body.doruk-modern .nav-menu > ul > li.active > a {
  position: relative;
}

body.doruk-modern.home-page .nav-menu > ul > li.active > a::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 2px;
  height: 2px;
  background: var(--doruk-accent);
}

body.doruk-modern .nav-menu .drop-down ul {
  background: var(--doruk-navy);
  border: 1px solid var(--doruk-border);
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

body.doruk-modern .nav-menu .drop-down ul a {
  color: var(--doruk-text);
  font-size: 12px;
}

body.doruk-modern .nav-menu .drop-down ul a:hover {
  background: var(--doruk-accent);
  color: #fff;
}

body.doruk-modern .mobile-nav {
  background: var(--doruk-navy);
}

body.doruk-modern .mobile-nav a {
  color: var(--doruk-text);
}

body.doruk-modern .mobile-nav-toggle {
  position: fixed;
  right: 12px;
  top: 14px;
  z-index: 1002;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(10, 15, 24, 0.85);
  backdrop-filter: blur(8px);
}

body.doruk-modern .mobile-nav-toggle i {
  color: #fff !important;
  font-size: 22px;
}

body.doruk-modern.home-page .mobile-nav-toggle {
  top: 48px;
}

body.doruk-modern.home-page #header.doruk-header.header-scrolled ~ .mobile-nav-toggle,
body.doruk-modern.home-page.header-scrolled-past .mobile-nav-toggle {
  top: 14px;
}

body.doruk-modern .mobile-nav {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 72px 0 24px;
}

body.doruk-modern.mobile-nav-active .mobile-nav-toggle {
  top: 14px !important;
  right: 12px;
}

/* Section utilities */
.section-label {
  display: inline-block;
  color: var(--doruk-accent);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}

.section-title .accent {
  color: var(--doruk-accent);
}

.section-desc {
  color: var(--doruk-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 720px;
}

.btn-doruk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--doruk-accent);
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}

.btn-doruk:hover {
  background: var(--doruk-accent-light);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--doruk-glow);
}

.btn-doruk-outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
}

.btn-doruk-outline:hover {
  border-color: var(--doruk-accent);
  background: var(--doruk-accent);
}

/* ===== ANASAYFA — Header hero üzerinde, tam ekran slider ===== */
body.doruk-modern.home-page #topbar,
body.doruk-modern.home-page #topbar.doruk-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
}

body.doruk-modern.home-page #header.doruk-header {
  position: fixed;
  top: 38px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
  backdrop-filter: none;
  border-bottom: none !important;
  box-shadow: none !important;
  min-height: auto;
  padding: 10px 0;
}

body.doruk-modern.home-page #header.doruk-header.header-scrolled {
  top: 0;
  padding-top: 38px;
  background: rgba(10, 15, 24, 0.97) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--doruk-border) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35) !important;
}

/* ===== Hero Slider — tam ekran, metin doğrudan üstünde ===== */
.hero-slider-wrap {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #0a0f18;
}

body.doruk-modern.home-page {
  --hero-header-clear: clamp(168px, 15vh, 215px);
}

body.doruk-modern.home-page .hero-slider-wrap {
  margin-top: 0;
}

/* Video arka plan — FMK / Prestij tarzı */
.hero-slider-wrap--video .hero-slider__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #0a0f18;
}

.hero-slider-wrap--video .hero-slider__video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  pointer-events: none;
  filter: brightness(1.12) saturate(1.18) contrast(1.04);
}

.hero-slider-wrap--video .hero-slider.owl-carousel {
  display: none !important;
}

.hero-slider-wrap--video .hero-slider__shade {
  z-index: 2;
  background: linear-gradient(
    100deg,
    rgba(12, 22, 38, 0.58) 0%,
    rgba(12, 22, 38, 0.32) 38%,
    rgba(12, 22, 38, 0.1) 55%,
    rgba(255, 120, 40, 0.04) 68%,
    transparent 82%
  );
}

.hero-slider-wrap--video .hero-slider__content {
  z-index: 4;
}

.hero-slider-wrap--video .hero-modern__scroll--video {
  z-index: 5;
}

.hero-slider.owl-carousel {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}

.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slide {
  height: 100% !important;
  min-height: 100% !important;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  visibility: visible !important;
}

.hero-slider .owl-item {
  opacity: 1 !important;
  width: 100%;
}

.hero-slide__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.04);
  transition: transform 8s ease-out;
  filter: brightness(1.1) saturate(1.15) contrast(1.03);
}

.hero-slide.active .hero-slide__bg {
  transform: scale(1);
}

/* Tek gradient — solda okunaklılık, sağda görsel daha canlı */
.hero-slider__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    rgba(12, 22, 38, 0.55) 0%,
    rgba(12, 22, 38, 0.28) 36%,
    rgba(12, 22, 38, 0.06) 54%,
    rgba(255, 120, 40, 0.05) 65%,
    transparent 78%
  );
}

.hero-slide--primary .hero-slide__bg {
  background-position: center center;
  background-size: cover;
  transform: none;
}

.hero-slide--primary .hero-modern__content--banner {
  position: absolute;
  inset: 0;
  padding: 0;
  max-width: none;
}

.hero-banner-hit {
  position: absolute;
  left: 8%;
  bottom: 18%;
  width: 200px;
  height: 52px;
  z-index: 3;
  opacity: 0;
  text-indent: -9999px;
}

@media (max-width: 991px) {
  .hero-banner-hit {
    left: 5%;
    bottom: 12%;
    width: 160px;
    height: 44px;
  }
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}

/* Sol metin + buton — slider üzerinde, ekstra kutu yok */
.hero-slider__content {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.hero-slider__content .container-fluid {
  pointer-events: none;
  width: 100%;
}

.hero-slider__content .hero-modern__content {
  pointer-events: auto;
  max-width: min(680px, 92vw);
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
}

body.doruk-modern.home-page .hero-slider__content {
  padding-top: var(--hero-header-clear);
  padding-bottom: clamp(52px, 9vh, 96px);
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
}

body.doruk-modern.home-page .hero-slider__content .hero-modern__content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

.hero-modern__content {
  max-width: 640px;
}

.section-label--hero {
  color: var(--doruk-accent);
  margin-bottom: 12px;
}

.hero-modern__content h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.15rem, 5vw, 3.7rem);
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-modern__content h1 .accent {
  color: var(--doruk-accent);
  display: block;
  font-size: 1.15em;
}

.hero-modern__content p {
  color: var(--doruk-muted);
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 32px;
}

.hero-modern__features {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 36px;
  align-items: stretch;
}

.hero-modern__feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-height: 96px;
}

.hero-modern__feat i {
  font-size: 2rem;
  color: var(--doruk-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 8px;
}

.hero-modern__feat span {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 2px;
  text-align: center;
}

/* Hero slider — ok & nokta */
.hero-slider-wrap .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 6;
  pointer-events: none;
}

.hero-slider-wrap .owl-nav button {
  pointer-events: all;
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1 !important;
  transition: background 0.3s, border-color 0.3s;
}

.hero-slider-wrap .owl-nav button:hover {
  background: var(--doruk-accent) !important;
  border-color: var(--doruk-accent) !important;
}

.hero-slider-wrap .owl-nav .owl-prev {
  left: 24px;
}

.hero-slider-wrap .owl-nav .owl-next {
  right: 24px;
}

.hero-slider-wrap .owl-dots {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  z-index: 6;
}

.hero-slider-wrap .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.35) !important;
  transition: background 0.3s, transform 0.3s;
}

.hero-slider-wrap .owl-dot.active span,
.hero-slider-wrap .owl-dot:hover span {
  background: var(--doruk-accent) !important;
  transform: scale(1.2);
}

.hero-modern__scroll {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  color: var(--doruk-muted);
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  animation: heroBounce 2s infinite;
}

/* Owl tema — kenar boşluklarını kaldır */
.hero-slider-wrap .owl-theme .owl-dots,
.hero-slider-wrap .owl-theme .owl-nav {
  margin: 0;
}

.hero-slider-wrap .owl-carousel .owl-item {
  float: left;
}

@keyframes heroBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ===== Hakkımızda — FMK / Prestij tarzı ===== */
.about-showcase {
  padding: clamp(64px, 8vw, 100px) 0;
  background-color: var(--doruk-surface);
  background-image:
    linear-gradient(rgba(12, 25, 41, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 25, 41, 0.035) 1px, transparent 1px);
  background-size: 40px 40px;
}

.about-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: stretch;
}

.about-showcase__image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(12, 25, 41, 0.15);
  min-height: clamp(420px, 42vw, 560px);
  height: 100%;
}

.about-showcase__image-wrap > img {
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 42vw, 560px);
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-showcase__stats {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: linear-gradient(0deg, rgba(12, 25, 41, 0.92) 0%, rgba(12, 25, 41, 0.55) 70%, transparent 100%);
  padding: 48px 16px 20px;
}

.about-stat {
  text-align: center;
  padding: 8px 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.about-stat:last-child { border-right: none; }

.about-stat__value {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  color: #fff;
  line-height: 1.15;
  white-space: nowrap;
  min-height: 1.2em;
}

.about-stat__label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 6px;
}

.about-showcase__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(420px, 42vw, 560px);
}

.about-card--solo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 4vw, 48px) clamp(28px, 3vw, 44px);
}

.about-card--solo > p {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: #5a6577;
  margin-bottom: 0;
}

.about-card__cert-block {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e8ecf1;
}

.about-card__cert-block .about-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(227, 82, 5, 0.1);
  color: var(--doruk-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 14px;
}

.about-card__cert-block h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--doruk-navy);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.about-card__cert-block .about-card__cert-title {
  margin-bottom: 16px;
}

.about-card__cert-block .about-card__footer {
  padding-top: 0;
  border-top: none;
}

.about-card--solo .about-card__link {
  margin-top: 24px;
  display: inline-block;
}

.about-card {
  background: var(--doruk-white);
  border-radius: 16px;
  padding: 32px 36px;
  box-shadow: var(--doruk-shadow);
  border: 1px solid rgba(12, 25, 41, 0.08);
  border-left: 4px solid var(--doruk-accent);
  transition: transform 0.35s, box-shadow 0.35s;
}

.about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(12, 25, 41, 0.12);
}

.about-card--mission h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  color: var(--doruk-navy);
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.2;
}

.about-card--mission h2 .accent { color: var(--doruk-accent); }

.about-card--mission p {
  color: #5a6a7e;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 20px;
}

.about-card__link {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--doruk-accent);
  text-decoration: none;
}

.about-card--cert .about-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(227, 82, 5, 0.1);
  color: var(--doruk-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.about-card--cert h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--doruk-navy);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.about-card__cert-title {
  color: #5a6a7e;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.about-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #e8ecf1;
}

.about-card__badge {
  font-size: 12px;
  font-weight: 700;
  color: #2d8a4e;
  text-transform: uppercase;
}

.about-card__badge i { margin-right: 6px; }

.about-card__more {
  font-size: 13px;
  font-weight: 700;
  color: var(--doruk-navy);
  text-decoration: none;
}

.about-card__more:hover { color: var(--doruk-accent); }

/* Neden Biz */
.neden-biz {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
  color: #fff;
}

.neden-biz__bg {
  position: absolute;
  inset: -8%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(40%) brightness(0.45);
  will-change: transform;
}

.neden-biz__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 15, 24, 0.88) 0%, rgba(10, 15, 24, 0.94) 100%);
  z-index: 1;
}

.neden-biz .container,
.neden-biz .container-fluid.page-content__wrap {
  position: relative;
  z-index: 2;
}

.neden-biz__header {
  text-align: center;
  margin-bottom: 56px;
}

.neden-biz__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.5vw, 20px);
  width: 100%;
}

.neden-card {
  background: var(--doruk-card);
  border: 1px solid var(--doruk-border);
  border-bottom: 3px solid var(--doruk-accent);
  padding: 28px 20px;
  text-align: center;
  transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s, background 0.35s;
  cursor: default;
}

.neden-card:hover {
  transform: translateY(-8px);
  background: rgba(232, 93, 4, 0.08);
  border-color: rgba(232, 93, 4, 0.4);
  box-shadow: 0 0 40px var(--doruk-glow), 0 20px 40px rgba(0, 0, 0, 0.35);
}

.neden-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--doruk-accent);
  border-radius: 50%;
  color: var(--doruk-accent);
  font-size: 1.5rem;
  transition: box-shadow 0.35s, background 0.35s;
}

.neden-card:hover .neden-card__icon {
  box-shadow: 0 0 24px var(--doruk-glow);
  background: rgba(232, 93, 4, 0.15);
}

.neden-card h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
}

.neden-card p {
  font-size: 0.85rem;
  color: var(--doruk-muted);
  line-height: 1.6;
  margin: 0;
}

.neden-biz__footer {
  text-align: center;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--doruk-border);
  color: var(--doruk-muted);
  font-size: 0.95rem;
}

.neden-biz__footer i {
  color: var(--doruk-accent);
  margin-right: 8px;
}

/* Kabiliyetler */
.capabilities {
  padding: 100px 0;
  background: linear-gradient(165deg, var(--doruk-navy) 0%, var(--doruk-navy-mid) 100%);
  position: relative;
}

.capabilities::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 45% at 15% 0%, rgba(227, 82, 5, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.capabilities .section-label {
  color: var(--doruk-accent-light);
}

.capabilities .section-title {
  color: var(--doruk-text);
}

.capabilities .section-desc {
  color: var(--doruk-muted);
}

.capabilities .section-title,
.capabilities .section-label {
  text-align: center;
}

.capabilities .section-desc {
  text-align: center;
  margin: 0 auto 48px;
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cap-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  min-height: 380px;
  text-decoration: none !important;
  group: cap;
}

.cap-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.cap-card:hover .cap-card__img {
  transform: scale(1.08);
}

.cap-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 15, 24, 0.95) 0%, rgba(10, 15, 24, 0.2) 60%);
  transition: background 0.4s;
}

.cap-card:hover .cap-card__overlay,
.cap-card--accent .cap-card__overlay {
  background: linear-gradient(0deg, rgba(227, 82, 5, 0.9) 0%, rgba(10, 15, 24, 0.45) 100%);
}

.cap-card--accent .cap-card__body p {
  opacity: 1;
  transform: translateY(0);
}

.cap-typewriter::after {
  content: '|';
  color: var(--doruk-accent-light);
  animation: blink 0.8s step-end infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}

.cap-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 28px;
  z-index: 2;
}

.cap-card__body h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cap-card__body p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s, transform 0.35s;
}

.cap-card:hover .cap-card__body p {
  opacity: 1;
  transform: translateY(0);
}

.cap-card__link {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ===== Referanslar — kayan slider (soldan sağa) ===== */
.referanslar {
  padding: 72px 0 80px;
  background-color: var(--doruk-surface);
  background-image:
    linear-gradient(var(--doruk-bg-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--doruk-bg-grid) 1px, transparent 1px);
  background-size: 48px 48px;
  overflow: hidden;
  border-top: 3px solid var(--doruk-accent);
}

.referanslar__header {
  text-align: center;
  margin-bottom: 40px;
}

.referanslar__header h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--doruk-navy);
  letter-spacing: 0.04em;
}

.referanslar__header h2::after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  background: var(--doruk-accent);
  margin: 16px auto 0;
}

.referans-marquee-outer {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.referans-marquee {
  display: flex;
  width: max-content;
  animation: referansScroll 45s linear infinite;
}

.referans-marquee:hover {
  animation-play-state: paused;
}

.referans-marquee__track {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px 12px;
  flex-shrink: 0;
}

.referans-logo-card {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 100px;
  padding: 20px 36px;
  background: var(--doruk-white);
  border-radius: 8px;
  border: 1px solid rgba(12, 25, 41, 0.06);
  box-shadow: var(--doruk-shadow);
  transition: transform 0.35s, box-shadow 0.35s;
}

.referans-logo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(12, 25, 41, 0.12);
}

.referans-logo-card img {
  max-height: 52px;
  max-width: 180px;
  width: auto;
  object-fit: contain;
}

@keyframes referansScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Bilgi bandı */
.info-band {
  padding: 60px 0;
  background: linear-gradient(135deg, var(--doruk-navy) 0%, var(--doruk-dark) 100%);
  color: var(--doruk-text);
}

.info-band .content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--doruk-muted);
}

/* İç sayfalar — header sabit, tam genişlik hero */
body.doruk-modern:not(.home-page) #topbar,
body.doruk-modern:not(.home-page) #topbar.doruk-topbar {
  position: relative;
}

body.doruk-modern:not(.home-page) #header.doruk-header {
  position: sticky;
  top: 0;
  background: rgba(10, 15, 24, 0.97) !important;
  min-height: auto;
}

body.doruk-modern:not(.home-page) #header .logo img {
  max-height: 64px;
}

body.doruk-modern .mobile-nav-toggle {
  color: var(--doruk-text);
  border: 1px solid var(--doruk-border);
  border-radius: 4px;
  padding: 6px 10px;
  right: 15px;
  top: 22px;
}

body.doruk-modern:not(.home-page) .mobile-nav-toggle {
  top: 18px;
}

/* İç sayfa başlık — ortada, düz arka plan (grid yok) */
.page-head {
  position: relative;
  width: 100%;
  padding: clamp(22px, 3vw, 32px) 0 clamp(20px, 2.5vw, 28px);
  background-color: #0a0f18;
  background-image: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  isolation: isolate;
}

.page-head__pattern {
  display: none !important;
}

.page-head__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--doruk-accent) 50%,
    transparent 100%
  );
  pointer-events: none;
}

.page-head__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-head__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

.page-head__breadcrumb a {
  color: var(--doruk-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.page-head__breadcrumb a:hover {
  color: var(--doruk-accent);
}

.page-head__sep {
  color: rgba(255, 255, 255, 0.35);
  user-select: none;
  font-size: 14px;
  line-height: 1;
}

.page-head__current {
  color: var(--doruk-muted);
  font-weight: 500;
}

.page-head__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 6px;
  letter-spacing: 0.04em;
  max-width: none;
}

/* İç sayfa — container-fluid, yan boşluk */
.page-content__wrap {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  box-sizing: border-box;
}

body.doruk-modern:not(.home-page) .page-head .page-head__inner.page-content__wrap {
  max-width: 1680px;
}

/* İç sayfa içerik */
.page-content {
  padding: 48px 0 72px;
  background: var(--doruk-surface);
  background-image:
    linear-gradient(var(--doruk-bg-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--doruk-bg-grid) 1px, transparent 1px);
  background-size: 40px 40px;
}

.page-card {
  background: var(--doruk-white);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 48px);
  box-shadow: var(--doruk-shadow);
  border: 1px solid rgba(12, 25, 41, 0.08);
  border-top: 3px solid var(--doruk-accent);
}

/* Anasayfa dışı — Prestij tarzı yazı stili (sadece tipografi) */
body.doruk-modern:not(.home-page) .content-block,
body.doruk-modern:not(.home-page) .content-prose,
body.doruk-modern:not(.home-page) .machine-item__body .content-block {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: #5a6577;
  font-weight: 400;
}

/* Eski şablon .pbld0 — 20px kalın metni ez */
body.doruk-modern:not(.home-page) .content-block .pbld0,
body.doruk-modern:not(.home-page) .content-block p,
body.doruk-modern:not(.home-page) .content-block span,
body.doruk-modern:not(.home-page) .content-block div,
body.doruk-modern:not(.home-page) .content-prose p,
body.doruk-modern:not(.home-page) .content-prose span {
  font-family: var(--font) !important;
  font-size: 0.9375rem !important;
  line-height: 1.85 !important;
  font-weight: 400 !important;
  color: #5a6577 !important;
}

body.doruk-modern:not(.home-page) .content-block p,
body.doruk-modern:not(.home-page) .content-prose p {
  margin: 0 0 1.25em;
}

body.doruk-modern:not(.home-page) .content-block p:last-child,
body.doruk-modern:not(.home-page) .content-prose p:last-child {
  margin-bottom: 0;
}

body.doruk-modern:not(.home-page) .content-block strong,
body.doruk-modern:not(.home-page) .content-block b,
body.doruk-modern:not(.home-page) .content-prose strong,
body.doruk-modern:not(.home-page) .content-prose b {
  color: var(--doruk-navy);
  font-weight: 600;
  font-size: inherit !important;
}

/* Paragraf içi vurgu — normal kalınlık */
body.doruk-modern:not(.home-page) .content-block p strong,
body.doruk-modern:not(.home-page) .content-block p b,
body.doruk-modern:not(.home-page) .content-prose p strong,
body.doruk-modern:not(.home-page) .content-prose p b {
  display: inline;
  font-weight: 600 !important;
  font-size: inherit !important;
}

/* Bölüm başlığı — yalnızca tek başına satır */
body.doruk-modern:not(.home-page) .content-block p > strong:only-child,
body.doruk-modern:not(.home-page) .content-block p > b:only-child,
body.doruk-modern:not(.home-page) .content-prose p > strong:only-child,
body.doruk-modern:not(.home-page) .content-prose p > b:only-child {
  display: block;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
  letter-spacing: 0.01em;
}

body.doruk-modern:not(.home-page) .content-block p:first-child > strong:only-child,
body.doruk-modern:not(.home-page) .content-block p:first-child > b:only-child,
body.doruk-modern:not(.home-page) .content-prose p:first-child > strong:only-child,
body.doruk-modern:not(.home-page) .content-prose p:first-child > b:only-child {
  margin-top: 0;
}

body.doruk-modern:not(.home-page) .content-block h1,
body.doruk-modern:not(.home-page) .content-block h2,
body.doruk-modern:not(.home-page) .content-block h3,
body.doruk-modern:not(.home-page) .content-block h4,
body.doruk-modern:not(.home-page) .content-prose h1,
body.doruk-modern:not(.home-page) .content-prose h2,
body.doruk-modern:not(.home-page) .content-prose h3,
body.doruk-modern:not(.home-page) .content-prose h4 {
  font-family: var(--font-display);
  color: var(--doruk-navy);
  font-weight: 700;
  font-size: 1.125rem !important;
  line-height: 1.35;
  margin: 1.5em 0 0.5em;
  text-transform: none;
}

body.doruk-modern:not(.home-page) .content-block h2:first-child,
body.doruk-modern:not(.home-page) .content-block h3:first-child,
body.doruk-modern:not(.home-page) .content-prose h2:first-child,
body.doruk-modern:not(.home-page) .content-prose h3:first-child {
  margin-top: 0;
}

body.doruk-modern:not(.home-page) .content-block ul,
body.doruk-modern:not(.home-page) .content-block ol,
body.doruk-modern:not(.home-page) .content-prose ul,
body.doruk-modern:not(.home-page) .content-prose ol {
  margin: 0 0 1.35em;
  padding-left: 1.4em;
}

body.doruk-modern:not(.home-page) .content-block li,
body.doruk-modern:not(.home-page) .content-prose li {
  margin-bottom: 0.45em;
}

body.doruk-modern:not(.home-page) .content-block img,
body.doruk-modern:not(.home-page) .content-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1em 0;
}

body.doruk-modern:not(.home-page) .content-block a,
body.doruk-modern:not(.home-page) .content-prose a {
  color: var(--doruk-accent);
  font-weight: 600;
  text-decoration: none;
}

body.doruk-modern:not(.home-page) .content-block a:hover,
body.doruk-modern:not(.home-page) .content-prose a:hover {
  text-decoration: underline;
}

body.doruk-modern:not(.home-page) .capability-detail__lead {
  font-size: 1rem;
  line-height: 1.95;
  color: #5a6577;
}

.about-modern__video iframe,
.about-modern__video img {
  width: 100%;
  border-radius: 12px;
  box-shadow: var(--doruk-shadow);
}

.about-modern__video iframe {
  aspect-ratio: 16/9;
  border: 0;
  display: block;
}

.page-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.page-split__media img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* Kabiliyet detay sayfası (üretim, montaj vb.) */
.capability-detail__header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}

.capability-detail__header h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--doruk-navy);
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0 0 16px;
}

.capability-detail__header h2 .accent {
  color: var(--doruk-accent);
}

.capability-detail__lead {
  color: #5a6a7e;
  font-size: 1.1rem;
  line-height: 1.75;
  margin: 0;
}

.capability-detail__figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(12, 25, 41, 0.12);
}

.capability-detail__figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* content-prose — üstteki kurumsal tipografi kuralları geçerli */

/* Kalite politikası — ISO kartları */
.quality-page .page-content__wrap {
  max-width: 1200px;
}

.quality-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.quality-intro .section-label {
  display: inline-block;
  margin-bottom: 12px;
}

.quality-intro__lead {
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.85;
  color: #5a6577;
}

.quality-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
  margin-bottom: 40px;
}

.iso-policy-card {
  background: var(--doruk-white);
  border-radius: 16px;
  border: 1px solid rgba(12, 25, 41, 0.08);
  border-left: 4px solid var(--doruk-accent);
  box-shadow: var(--doruk-shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.35s, box-shadow 0.35s;
}

.iso-policy-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(12, 25, 41, 0.12);
}

.iso-policy-card--env {
  border-left-color: #2d8a4e;
}

.iso-policy-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  background: linear-gradient(135deg, var(--doruk-navy) 0%, #1a3050 100%);
  color: #fff;
}

.iso-policy-card__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--doruk-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}

.iso-policy-card--env .iso-policy-card__icon {
  color: #6fcf97;
}

.iso-policy-card__code {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 4px;
}

.iso-policy-card__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  color: #fff;
}

.iso-policy-card__body {
  padding: 24px 28px 8px;
  flex: 1;
  background: #fff;
}

.iso-policy-card__body p {
  margin: 0;
  color: #5a6577;
  line-height: 1.75;
}

.iso-policy-card__intro {
  font-weight: 600;
  color: var(--doruk-navy);
  margin-bottom: 16px !important;
  font-size: 0.95rem;
}

/* ISO 9001 — ikonlu taahhüt kutuları */
.iso-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.iso-points__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: #f4f7fb;
  border-radius: 12px;
  border: 1px solid rgba(12, 25, 41, 0.06);
  transition: border-color 0.25s, box-shadow 0.25s;
}

.iso-points__item:hover {
  border-color: rgba(227, 82, 5, 0.25);
  box-shadow: 0 6px 20px rgba(12, 25, 41, 0.06);
}

.iso-points__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(227, 82, 5, 0.1);
  color: var(--doruk-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.iso-points__text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #4a5568;
}

/* ISO 14001 — ikonlu liste */
.iso-policy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.iso-policy-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #e8ecf1;
  color: #5a6577;
  line-height: 1.65;
}

.iso-policy-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.iso-policy-list__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(45, 138, 78, 0.12);
  color: #2d8a4e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.iso-policy-list__text {
  flex: 1;
  font-size: 0.9rem;
  padding-top: 2px;
}

/* content-block kuralları ISO kartlarına uygulanmasın */
.quality-page .iso-policy-card__body.content-block p,
.quality-page .iso-policy-card__body p {
  color: #5a6577 !important;
  font-size: inherit !important;
}

.quality-page .iso-policy-card__body .iso-policy-card__intro {
  color: var(--doruk-navy) !important;
}

.iso-policy-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 28px 24px;
  border-top: 1px solid #e8ecf1;
  margin-top: auto;
}

.iso-policy-card__badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2d8a4e;
}

.iso-policy-card__badge--env {
  color: #1e6b3a;
}

.iso-policy-card__badge i {
  margin-right: 6px;
}

.iso-policy-card__link {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--doruk-accent);
  text-decoration: none;
}

.iso-policy-card__link:hover {
  text-decoration: underline;
}

.quality-figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(12, 25, 41, 0.1);
}

.quality-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.capability-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
}

.capability-features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 20px 12px;
  background: var(--doruk-surface);
  border-radius: 12px;
  border: 1px solid rgba(12, 25, 41, 0.08);
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.capability-features li:hover {
  border-color: var(--doruk-accent);
  box-shadow: 0 8px 24px rgba(227, 82, 5, 0.12);
  transform: translateY(-3px);
}

.capability-features i {
  font-size: 1.75rem;
  color: var(--doruk-accent);
}

.capability-features span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--doruk-navy);
}

.capability-detail__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(12, 25, 41, 0.08);
}

.capability-detail__cta .btn-doruk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.capability-detail__cta-secondary.btn-doruk-outline {
  border-color: var(--doruk-navy) !important;
  color: var(--doruk-navy) !important;
  background: transparent !important;
}

.capability-detail__cta-secondary.btn-doruk-outline:hover {
  background: var(--doruk-navy) !important;
  color: #fff !important;
  border-color: var(--doruk-navy) !important;
}

/* Footer — Prestij tarzı: menü + iletişim panelleri */
body.doruk-modern #footer.doruk-footer {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #0a0f18 !important;
  color: var(--doruk-muted);
  box-sizing: border-box;
  border-top: 3px solid var(--doruk-accent);
}

body.doruk-modern #footer .footer-main {
  width: 100%;
}

body.doruk-modern #footer .footer-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  min-height: 0;
}

body.doruk-modern #footer .footer-panel {
  padding: clamp(36px, 5vw, 52px) clamp(24px, 4vw, 48px);
  box-sizing: border-box;
}

body.doruk-modern #footer .footer-panel--brand {
  background: #eef1f5;
  color: #4a5568;
}

body.doruk-modern #footer .footer-panel--contact {
  background: linear-gradient(160deg, #152238 0%, #0c1929 100%);
  color: rgba(255, 255, 255, 0.85);
}

body.doruk-modern #footer .footer-panel__inner {
  max-width: 520px;
}

body.doruk-modern #footer .footer-panel--contact .footer-panel__inner {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

body.doruk-modern #footer .footer-brand__link {
  display: inline-block;
  margin-bottom: 16px;
  line-height: 0;
}

body.doruk-modern #footer .footer-logo {
  max-width: 200px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

body.doruk-modern #footer .footer-tagline {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #5a6577;
  margin: 0 0 28px;
  max-width: 420px;
}

body.doruk-modern #footer .footer-block-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--doruk-navy);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--doruk-accent);
  display: inline-block;
}

body.doruk-modern #footer .footer-block-title--light {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
  display: block;
}

body.doruk-modern #footer .footer-social-block {
  margin-bottom: 32px;
}

body.doruk-modern #footer .footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.doruk-modern #footer .footer-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.15rem;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}

body.doruk-modern #footer .footer-social-links__fb { background: #1877f2; }
body.doruk-modern #footer .footer-social-links__in { background: #0a66c2; }
body.doruk-modern #footer .footer-social-links__ig { background: #e4405f; }
body.doruk-modern #footer .footer-social-links__yt { background: #ff0000; }

body.doruk-modern #footer .footer-social-links a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
}

body.doruk-modern #footer .footer-menu__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
}

body.doruk-modern #footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.doruk-modern #footer .footer-menu a {
  display: block;
  padding: 6px 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3d4f63;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}

body.doruk-modern #footer .footer-menu a:hover {
  color: var(--doruk-accent);
  padding-left: 4px;
}

body.doruk-modern #footer .footer-contact__subtitle {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 14px;
}

body.doruk-modern #footer .footer-contact-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

body.doruk-modern #footer .footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

body.doruk-modern #footer .footer-contact-list__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
}

body.doruk-modern #footer .footer-contact-list__text {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  padding-top: 8px;
}

body.doruk-modern #footer .footer-contact-list a.footer-contact-list__text:hover {
  color: var(--doruk-accent-light);
}

body.doruk-modern #footer .footer-hours__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
}

body.doruk-modern #footer .footer-bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 20px;
  font-size: 0.8rem;
  background: #060a10 !important;
  color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

body.doruk-modern #footer .footer-bottom__inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  text-align: center;
}

body.doruk-modern #footer .footer-bottom p {
  margin: 0;
}

body.doruk-modern #footer .footer-bottom strong {
  color: rgba(255, 255, 255, 0.75);
}

body.doruk-modern #footer.doruk-footer.container,
body.doruk-modern #footer .footer-bottom.container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 991px) {
  body.doruk-modern #footer .footer-main__grid {
    grid-template-columns: 1fr;
  }

  body.doruk-modern #footer .footer-panel {
    padding: 32px 24px;
  }

  body.doruk-modern #footer .footer-panel--contact .footer-panel__inner {
    margin-left: 0;
    max-width: none;
  }

  body.doruk-modern #footer .footer-menu__cols {
    grid-template-columns: 1fr 1fr;
    gap: 4px 16px;
  }
}

@media (max-width: 575px) {
  body.doruk-modern #footer .footer-panel {
    padding: 28px 18px;
  }

  body.doruk-modern #footer .footer-menu__cols {
    grid-template-columns: 1fr;
  }

  body.doruk-modern #footer .footer-tagline {
    max-width: none;
  }
}

body.doruk-modern .back-to-top {
  background: var(--doruk-accent);
}

/* Eski hero gizle — sadece modern sayfalarda */
body.doruk-modern.home-page #hero {
  display: none;
}

/* Responsive */
@media (max-width: 1199px) {
  .neden-biz__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
}

@media (max-width: 991px) {
  .about-showcase__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-showcase__content {
    min-height: auto;
  }

  .about-card--solo {
    height: auto;
  }

  .about-showcase__stats {
    grid-template-columns: repeat(2, 1fr);
    padding: 32px 12px 16px;
  }

  .about-stat:nth-child(2) {
    border-right: none;
  }

  .about-stat:nth-child(1),
  .about-stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 16px;
    margin-bottom: 8px;
  }

  .quality-policy-grid {
    grid-template-columns: 1fr;
  }

  .iso-points {
    grid-template-columns: 1fr;
  }

  .iso-policy-card__head {
    padding: 20px 20px;
  }

  .iso-policy-card__body {
    padding: 20px 20px 8px;
  }

  .iso-policy-card__foot {
    padding: 14px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-modern__grid,
  .page-split {
    grid-template-columns: 1fr;
  }

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

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

  /* Mobil hero — video/slider bandı: genişlik %100, yükseklik ~250–300px, tam kare görünsün */
  body.doruk-modern.home-page {
    --hero-media-h: clamp(250px, 72vw, 300px);
    --hero-header-clear: 0;
    --home-header-offset: 96px;
  }

  .hero-slider-wrap {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto;
    overflow: visible;
  }

  body.doruk-modern.home-page .hero-slider-wrap {
    padding-top: var(--home-header-offset);
    box-sizing: border-box;
  }

  .hero-slider-wrap--video .hero-slider__video,
  .hero-slider.owl-carousel {
    position: relative;
    inset: auto;
    flex: 0 0 var(--hero-media-h);
    width: 100%;
    max-width: 100%;
    height: var(--hero-media-h) !important;
    min-height: var(--hero-media-h) !important;
    max-height: var(--hero-media-h);
    z-index: 1;
  }

  .hero-slider .owl-stage-outer,
  .hero-slider .owl-stage,
  .hero-slider .owl-item,
  .hero-slide {
    height: var(--hero-media-h) !important;
    min-height: var(--hero-media-h) !important;
    max-height: var(--hero-media-h);
  }

  .hero-slider-wrap--video .hero-slider__video-el {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    background: #0a0f18;
  }

  .hero-slide__bg {
    background-position: center center;
    background-size: contain;
    transform: none;
  }

  .hero-slider__shade {
    top: var(--home-header-offset, 0);
    left: 0;
    right: 0;
    bottom: auto;
    height: var(--hero-media-h);
    background: linear-gradient(
      180deg,
      rgba(12, 22, 38, 0.32) 0%,
      rgba(12, 22, 38, 0.08) 50%,
      transparent 100%
    );
  }

  body.doruk-modern.home-page .hero-slider-wrap--video .hero-slider__shade {
    top: var(--home-header-offset, 0);
    height: var(--hero-media-h);
    background: linear-gradient(
      180deg,
      rgba(12, 22, 38, 0.35) 0%,
      rgba(12, 22, 38, 0.1) 55%,
      transparent 100%
    );
  }

  .hero-slider__content {
    position: relative;
    inset: auto;
    flex: 1 1 auto;
    width: 100%;
    background: linear-gradient(180deg, #0a0f18 0%, #0c1929 100%);
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 32px;
  }

  body.doruk-modern.home-page .hero-slider__content {
    padding-top: 20px;
    padding-bottom: 36px;
    align-items: flex-start;
  }

  .hero-slider-wrap .owl-nav {
    top: calc(var(--home-header-offset, 0px) + var(--hero-media-h) / 2);
    transform: translateY(-50%);
  }

  .hero-slider-wrap .owl-dots {
    top: calc(var(--home-header-offset, 0px) + var(--hero-media-h) - 28px);
    bottom: auto;
  }

  .hero-modern__content h1 {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 10px;
  }

  .hero-modern__content p {
    font-size: 0.9rem;
    margin-bottom: 14px;
    line-height: 1.5;
  }

  .hero-modern__features {
    gap: 10px 12px;
    margin-bottom: 14px;
    align-items: stretch;
  }

  .hero-modern__feat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 74px;
  }

  .hero-modern__feat i {
    font-size: 1.3rem;
    margin-bottom: 3px;
    min-height: 22px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-modern__feat span {
    font-size: 8px;
    margin-top: 2px;
    text-align: center;
  }

  .hero-slider-wrap .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 22px !important;
  }

  .hero-slider-wrap .owl-nav .owl-prev {
    left: 8px;
  }

  .hero-slider-wrap .owl-nav .owl-next {
    right: 8px;
  }

  .hero-slider-wrap .owl-dots {
    bottom: 20px;
  }

  .hero-modern__scroll {
    bottom: 28px;
    font-size: 10px;
  }
}

/* Mobil yatay — kompakt medya bandı */
@media (max-width: 991px) and (orientation: landscape) {
  body.doruk-modern.home-page {
    --hero-media-h: clamp(200px, 42vh, 260px);
    --home-header-offset: 72px;
  }

  body.doruk-modern.home-page .hero-slider__content {
    padding-top: 14px;
    padding-bottom: 20px;
    overflow: visible;
  }

  .hero-modern__content h1 {
    font-size: clamp(1.15rem, 4.5vw, 1.55rem);
    margin-bottom: 6px;
  }

  .hero-modern__content h1 .accent {
    font-size: 1.08em;
  }

  .hero-modern__content p {
    font-size: 0.75rem;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-modern__features {
    gap: 8px 14px;
    margin-bottom: 10px;
  }

  .hero-modern__feat i {
    font-size: 1.1rem;
    margin-bottom: 2px;
  }

  .hero-modern__feat span {
    font-size: 8px;
  }

  .hero-slider__content .btn-doruk {
    padding: 8px 18px;
    font-size: 10px;
  }

  .section-label--hero {
    font-size: 9px;
    margin-bottom: 4px;
  }

  .hero-modern__scroll {
    display: none;
  }

  .hero-slider-wrap .owl-dots {
    bottom: 10px;
  }
}

@media (max-width: 575px) {
  .about-showcase {
    padding: 64px 0;
  }

  .about-showcase__stats {
    grid-template-columns: 1fr 1fr;
  }

  .about-card {
    padding: 24px;
  }

  .about-stat__value {
    font-size: 1.35rem;
  }

  .neden-biz__cards {
    grid-template-columns: 1fr;
  }

  body.doruk-modern.home-page {
    --hero-media-h: 250px;
    --home-header-offset: 88px;
  }

  body.doruk-modern.home-page .hero-slider__content {
    padding-top: 16px;
    padding-bottom: 28px;
  }

  .hero-modern__content h1 {
    font-size: 1.45rem;
  }

  .hero-modern__features {
    gap: 10px 12px;
    margin-bottom: 16px;
  }

  .hero-modern__feat {
    flex: 1 1 28%;
    min-width: 72px;
  }
}

/* Makine listesi */
.machine-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.machine-item {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 48px;
  border-bottom: 1px solid #e8eaed;
}

.machine-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.machine-item__img img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.machine-item__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--doruk-accent);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.machine-item__title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: var(--doruk-accent);
  margin-top: 10px;
}

/* Ürün grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.product-card {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s, box-shadow 0.35s;
}

.product-card__link {
  display: block;
  line-height: 0;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(232, 93, 4, 0.2);
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Product lightbox (Fancybox benzeri) */
body.product-lightbox-open {
  overflow: hidden;
}

.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.product-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.product-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 20, 0.86);
}

.product-lightbox__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(94vw, 1100px);
  max-height: 90vh;
  text-align: center;
}

.product-lightbox__img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  background: #0a0f18;
}

.product-lightbox__title {
  margin: 12px 0 0;
  color: #fff;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.product-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}

/* İletişim — modern sayfa */
.contact-page .page-content__wrap {
  max-width: 1680px;
}

.contact-modern {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.contact-modern__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.contact-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--doruk-white);
  border-radius: 16px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(12, 25, 41, 0.08);
  border-left: 4px solid var(--doruk-accent);
  box-shadow: var(--doruk-shadow);
  min-width: 0;
}

.contact-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(227, 82, 5, 0.1);
  color: var(--doruk-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.contact-card__body {
  min-width: 0;
  flex: 1;
}

.contact-card__body h3 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--doruk-navy);
  margin: 0 0 8px;
}

.contact-card__body p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #5a6577;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.contact-card__body a {
  color: #5a6577;
  text-decoration: none;
}

.contact-card__body a:hover {
  color: var(--doruk-accent);
}

.contact-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--doruk-accent) !important;
}

.contact-modern__map {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.contact-map-wrap {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: clamp(280px, 42vw, 480px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(12, 25, 41, 0.12);
  background: #e8ecf1;
}

.contact-map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-form-card {
  max-width: 100%;
}

.contact-form-card__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  text-transform: uppercase;
  color: var(--doruk-navy);
  text-align: center;
  margin: 0 0 10px;
}

.contact-form-card__title .accent {
  color: var(--doruk-accent);
}

.contact-form-card__lead {
  text-align: center;
  color: #5a6577;
  font-size: 0.9375rem;
  line-height: 1.75;
  margin: 0 auto 28px;
  max-width: 520px;
}

.contact-form__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--doruk-navy);
  margin-bottom: 6px;
}

.contact-form .form-control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #dde1e6;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
}

.contact-form .form-group {
  margin-bottom: 18px;
}

.contact-form__submit {
  width: 100%;
  margin-top: 8px;
  justify-content: center;
  border: none;
  cursor: pointer;
}

/* Eski iletişim stilleri (geriye uyumluluk) */
.contact-map {
  width: 100%;
  max-width: 100%;
  height: 380px;
  border: none;
  display: block;
}

body.doruk-modern .contact .php-email-form input,
body.doruk-modern .contact .php-email-form textarea,
body.doruk-modern .contact-form input,
body.doruk-modern .contact-form textarea {
  border: 1px solid #dde1e6;
  border-radius: 8px;
}

body.doruk-modern .contact .php-email-form button,
body.doruk-modern .contact input[type="submit"] {
  background: var(--doruk-accent) !important;
  border: none !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px;
}

@media (max-width: 991px) {
  .machine-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .machine-item__img {
    order: -1;
  }

  .page-split__media {
    order: -1;
  }

  .page-split {
    gap: 28px;
  }

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

/* Form sayfaları */
.form-modern {
  max-width: 720px;
  margin: 0 auto;
}

.form-modern h2 {
  font-family: var(--font-display);
  text-align: center;
  text-transform: uppercase;
  color: var(--doruk-navy);
  margin-bottom: 32px;
}

.form-modern .form-section-title {
  background: var(--doruk-accent);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  margin: 24px 0 12px;
  border-radius: 2px;
}

.form-modern .form-control {
  border-radius: 2px;
  border: 1px solid #dde1e6;
  padding: 12px 14px;
}

.form-modern input[type="submit"] {
  width: 100%;
  background: var(--doruk-accent) !important;
  border: none !important;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px;
  margin-top: 24px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.form-modern input[type="submit"]:hover {
  background: var(--doruk-accent-light) !important;
  transform: translateY(-1px);
}

body.doruk-modern.contact-page,
body.doruk-modern .contact-page {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .page-head {
    padding: 20px 0 18px;
  }

  .page-head__title {
    font-size: clamp(1.3rem, 5vw, 1.6rem);
    margin-bottom: 4px;
  }

  .page-head__breadcrumb {
    font-size: 11px;
    margin-top: 6px;
  }

  .page-content {
    padding: 48px 0 64px;
  }

  .page-card {
    padding: 24px 20px;
  }

  .contact-modern {
    grid-template-columns: 1fr;
  }

  .contact-modern__map {
    order: -1;
  }

  .contact-map-wrap {
    min-height: clamp(240px, 55vw, 320px);
  }

  .contact-form-card {
    padding: 24px 18px;
  }

  body.doruk-modern #header .logo img {
    max-height: 40px;
    max-width: min(180px, 58vw);
  }

  body.doruk-modern:not(.home-page) #header.doruk-header {
    padding: 8px 0;
  }
}

@media (max-width: 575px) {
  .page-head {
    padding: 16px 0 14px;
  }

  .page-head__title {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }

  .page-head__breadcrumb {
    gap: 5px;
    font-size: 10px;
    margin-top: 4px;
  }

  .quality-intro {
    margin-bottom: 32px;
  }

  .iso-points__item,
  .iso-policy-list li {
    gap: 10px;
  }

  .iso-points__icon,
  .iso-policy-list__icon {
    width: 36px;
    height: 36px;
    font-size: 1.05rem;
  }

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

  .machine-item {
    gap: 24px;
    padding-bottom: 32px;
  }

  .form-modern .form-section-title {
    font-size: 11px;
  }

  .capability-features {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .capability-detail__cta {
    flex-direction: column;
  }

  .capability-detail__cta .btn-doruk {
    width: 100%;
    justify-content: center;
  }

  .contact-card {
    flex-direction: row;
    padding: 16px;
  }

  .contact-map-wrap {
    min-height: 220px;
    border-radius: 12px;
  }

  .page-content__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Mobil — taşma önleme */
@media (max-width: 991px) {
  body.doruk-modern img,
  body.doruk-modern iframe,
  body.doruk-modern video,
  body.doruk-modern .page-card,
  body.doruk-modern .contact-map-wrap {
    max-width: 100%;
  }

  body.doruk-modern table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
  }
}

/* ===== TABLET & MOBİL — site geneli uyumluluk ===== */
@media (max-width: 1199px) {
  .cap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cap-card {
    min-height: 340px;
  }

  .capabilities {
    padding: 72px 0;
  }

  .referanslar {
    padding: 56px 0 64px;
  }

  .about-showcase {
    padding: clamp(48px, 6vw, 72px) 0;
  }
}

@media (max-width: 991px) {
  body.doruk-modern {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body.doruk-modern #topbar {
    padding: 8px 0;
  }

  body.doruk-modern #topbar .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.doruk-modern #header .container-fluid {
    padding-left: 12px;
    padding-right: 52px;
    min-height: 56px;
    align-items: center;
  }

  body.doruk-modern.home-page #header.doruk-header {
    top: 36px;
    padding: 8px 0;
  }

  body.doruk-modern.home-page #header.doruk-header.header-scrolled {
    top: 0;
    padding-top: 36px;
  }

  body.doruk-modern.home-page {
    --home-header-offset: 90px;
  }

  body.doruk-modern.home-page .container-fluid,
  body.doruk-modern.home-page .hero-slider__content .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .page-content__wrap {
    padding-left: clamp(16px, 4vw, 32px);
    padding-right: clamp(16px, 4vw, 32px);
  }

  .page-content {
    padding: 36px 0 56px;
  }

  .page-card {
    padding: 22px 18px;
    border-radius: 12px;
  }

  .about-showcase__image-wrap,
  .about-showcase__image-wrap > img {
    min-height: 260px;
    height: auto;
    max-height: 420px;
  }

  .about-showcase__visual {
    min-width: 0;
  }

  .about-card--solo {
    padding: 24px 20px;
  }

  .about-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .about-card__cert-block {
    margin-top: 20px;
  }

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

  .product-card img {
    height: 180px;
  }

  .cap-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cap-card {
    min-height: 280px;
  }

  .capability-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-detail__cta {
    flex-wrap: wrap;
    gap: 12px;
  }

  .referans-marquee-wrap {
    overflow: hidden;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .referans-logo-card {
    min-width: 140px;
    padding: 16px 20px;
  }

  .neden-biz {
    padding: 64px 0;
  }

  .info-band {
    padding: 48px 0;
  }

  .hero-modern__content .btn-doruk {
    width: auto;
    max-width: 100%;
  }

  .content-block img,
  .content-prose img,
  .page-card img {
    max-width: 100% !important;
    height: auto !important;
  }

  .form-modern {
    max-width: 100%;
    padding: 0 4px;
  }

  .form-modern .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .form-modern [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  body.doruk-modern.home-page {
    --home-header-offset: 82px;
    --hero-media-h: clamp(220px, 58vw, 280px);
  }

  body.doruk-modern.home-page .mobile-nav-toggle {
    top: 44px;
  }

  .section-title {
    font-size: clamp(1.45rem, 5.5vw, 2rem);
  }

  .about-showcase__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stat__value {
    font-size: clamp(1.1rem, 4vw, 1.5rem);
    white-space: normal;
  }

  .about-stat__label {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 575px) {
  body.doruk-modern.home-page {
    --home-header-offset: 76px;
    --hero-media-h: 220px;
  }

  body.doruk-modern.home-page #header.doruk-header {
    top: 32px;
  }

  body.doruk-modern.home-page .mobile-nav-toggle {
    top: 40px;
    width: 40px;
    height: 40px;
  }

  body.doruk-modern #header .logo img {
    max-height: 36px;
    max-width: min(160px, 52vw);
  }

  .hero-modern__content h1 {
    font-size: 1.14rem !important;
    line-height: 1.14;
    margin-bottom: 8px;
  }

  .hero-modern__content h1 .accent {
    font-size: 1.05em;
  }

  .hero-modern__features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px 6px;
    margin-bottom: 12px;
  }

  .hero-modern__content p {
    font-size: 0.86rem;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .hero-modern__feat {
    min-width: 0;
    text-align: center;
    min-height: 68px;
  }

  .hero-modern__feat span {
    font-size: 7px;
    line-height: 1.3;
  }

  .about-showcase {
    padding: 40px 0;
  }

  .about-showcase__image-wrap,
  .about-showcase__image-wrap > img {
    min-height: 200px;
    border-radius: 12px;
  }

  .about-showcase__stats {
    padding: 28px 8px 12px;
  }

  .capabilities {
    padding: 48px 0;
  }

  .cap-card {
    min-height: 240px;
  }

  .cap-card__body h3 {
    font-size: 1.1rem;
  }

  .neden-biz__header .section-desc {
    font-size: 0.95rem;
    padding: 0 8px;
  }

  .quality-intro {
    margin-bottom: 28px;
    padding: 0 4px;
  }

  .quality-intro__lead {
    font-size: 0.9rem;
  }

  .btn-doruk {
    padding: 11px 18px;
    font-size: 11px;
  }

  .page-content {
    padding: 28px 0 48px;
  }

  .page-card {
    padding: 18px 14px;
  }

  .machine-item__title {
    font-size: 1.2rem;
  }

  .contact-form-card__title {
    font-size: 1.2rem;
  }

  .capability-features {
    grid-template-columns: 1fr;
  }

  .about-card__link {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* Yatay telefon — hero ve header sıkı */
@media (max-width: 991px) and (max-height: 500px) {
  body.doruk-modern.home-page {
    --hero-media-h: 180px;
    --home-header-offset: 68px;
  }

  body.doruk-modern.home-page .mobile-nav-toggle {
    top: 36px;
  }
}

/* Final mobil/tablet iyileştirmeleri */
@media (max-width: 991px) {
  body.doruk-modern #topbar .container {
    justify-content: flex-end !important;
  }

  body.doruk-modern #topbar .lang-switch {
    margin-left: auto;
  }

  body.doruk-modern #topbar .lang-switch {
    border-left: none;
    margin-left: auto;
    padding-left: 0;
  }

  body.doruk-modern .mobile-nav {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(340px, 88vw);
    border-radius: 0;
    padding: 84px 0 20px;
    background: #0c1929;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.35);
  }

  body.doruk-modern .mobile-nav a {
    font-size: 12px;
    padding: 10px 18px;
    letter-spacing: 0.04em;
  }

  body.doruk-modern .mobile-nav .drop-down li {
    padding-left: 10px;
  }

  body.doruk-modern .mobile-nav-toggle {
    right: 12px;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #0c1929;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
  }

  body.doruk-modern .mobile-nav-toggle i {
    font-size: 22px;
    color: #fff;
  }

  body.mobile-nav-active .mobile-nav-overly {
    display: block !important;
    background: rgba(8, 12, 20, 0.55);
  }

  body.mobile-nav-active {
    overflow: hidden;
  }

  body.doruk-modern #footer .footer-contact-list__text,
  body.doruk-modern #footer .footer-hours__text,
  body.doruk-modern #footer .footer-tagline {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 575px) {
  body.doruk-modern #topbar {
    padding: 6px 0;
  }

  body.doruk-modern #topbar .lang-link {
    font-size: 10px;
    padding: 4px 8px;
    letter-spacing: 0.04em;
  }

  body.doruk-modern #topbar .lang-link img {
    display: none;
  }

  body.doruk-modern .mobile-nav {
    width: 100vw;
    max-width: 100vw;
    padding-top: 76px;
  }
}
