/* ===== Lazer Kesim — Public Site ===== */
:root {
  --bg: #ffffff;
  --bg-alt: #f3f7fd;
  --surface: #ffffff;
  --surface-2: #eef3fa;
  --border: #dde6f2;
  --text: #101a2c;
  --text-muted: #4b5768;
  --text-faint: #8593a8;
  --accent: #2563eb;
  --accent-2: #1d4ed8;
  --accent-blue: #0284c7;
  --radius: 14px;
  --shadow: 0 20px 50px rgba(16, 26, 44, 0.1);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0 0 .5em; line-height: 1.2; font-weight: 800; }
p { margin: 0 0 1em; color: var(--text-muted); }

.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid var(--border);
}
.site-header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.15rem; letter-spacing: .2px; }
.brand-logo { height: 40px; width: auto; border-radius: 6px; }
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff; font-weight: 800; font-size: 16px;
}
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: .93rem; font-weight: 600; color: var(--text-muted); transition: color .15s; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { color: var(--text); }
.main-nav a.active { position: relative; }
.main-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -26px; height: 2px; background: var(--accent); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; }

/* ===== Nav Dropdown (Makine Parkuru & Hizmetlerimiz) ===== */
.nav-dropdown { position: relative; }
.nav-dropdown-row { display: flex; align-items: center; gap: 4px; }
.nav-caret-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; padding: 0; background: none; border: 0; cursor: pointer;
  color: var(--text-muted); transition: transform .18s, color .15s;
}
.nav-caret-btn:hover { color: var(--accent); }
.nav-dropdown.open .nav-caret-btn, .nav-dropdown:hover .nav-caret-btn { transform: rotate(180deg); }

.nav-dropdown-panel {
  display: none;
  position: absolute; top: calc(100% + 18px); left: 50%; transform: translateX(-50%);
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 24px; gap: 28px; max-width: 88vw;
  grid-template-columns: repeat(auto-fit, minmax(180px, 200px)); z-index: 150;
}
.nav-dropdown.open .nav-dropdown-panel { display: grid; }
@media (hover: hover) {
  .nav-dropdown:hover .nav-dropdown-panel { display: grid; }
}
.nav-dropdown-col { display: flex; flex-direction: column; gap: 2px; }
.nav-dropdown-heading {
  font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .6px;
  color: var(--text-faint); margin-bottom: 8px;
}
.nav-dropdown-col a {
  padding: 7px 8px; border-radius: 8px; font-size: .88rem; font-weight: 600; color: var(--text-muted);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.nav-dropdown-col a:hover { background: var(--surface-2); color: var(--accent); }
.nav-dropdown-all { margin-top: 10px; color: var(--accent) !important; font-weight: 700 !important; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: .95rem;
  border: 1px solid transparent; cursor: pointer; transition: all .15s;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-2); transform: translateY(-1px); }
.btn-ghost { background: transparent; border-color: var(--border); color: var(--text); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

/* ===== Hero ===== */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, rgba(37, 99, 235, .12), transparent 45%),
              radial-gradient(circle at 80% 60%, rgba(2, 132, 199, .1), transparent 40%),
              var(--bg);
  background-size: cover; background-position: center;
  padding: 120px 0 100px;
  border-bottom: 1px solid var(--border);
}
.hero-inner { position: relative; z-index: 2; max-width: 720px; }

/* ===== Laser sweep intro (hero) ===== */
.laser-hero-fx { position: absolute; inset: 0; z-index: 3; pointer-events: none; overflow: hidden; }
.laser-line {
  position: absolute; top: -10%; bottom: -10%; left: -6%;
  width: 2px;
  background: linear-gradient(180deg, transparent, #bae6fd, #ffffff, #bae6fd, transparent);
  box-shadow: 0 0 16px 3px rgba(125, 211, 252, .85), 0 0 46px 10px rgba(37, 99, 235, .55);
  opacity: 0;
}
.hero.laser-run .laser-line { animation: laserSweep 1.2s cubic-bezier(.65, 0, .35, 1) forwards; }
@keyframes laserSweep {
  0%   { left: -6%;  opacity: 0; }
  8%   { opacity: 1; }
  90%  { opacity: 1; }
  100% { left: 104%; opacity: 0; }
}

.hero.laser-armed .hero-inner .eyebrow,
.hero.laser-armed .hero-inner h1,
.hero.laser-armed .hero-inner .hero-lead {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
.hero.laser-armed .hero-inner .hero-actions {
  opacity: 0;
  transform: translateY(12px);
}
.hero.laser-run .hero-inner .eyebrow {
  animation: laserReveal .5s ease forwards;
  animation-delay: .1s;
}
.hero.laser-run .hero-inner h1 {
  animation: laserReveal .6s ease forwards;
  animation-delay: .3s;
}
.hero.laser-run .hero-inner .hero-lead {
  animation: laserReveal .6s ease forwards;
  animation-delay: .6s;
}
.hero.laser-run .hero-inner .hero-actions {
  animation: heroFadeUp .5s ease forwards;
  animation-delay: .85s;
}
@keyframes laserReveal {
  from { clip-path: inset(0 100% 0 0); opacity: 0; }
  to   { clip-path: inset(0 0 0 0); opacity: 1; }
}
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===== Scroll reveal ===== */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.4, 0, .2, 1), transform .7s cubic-bezier(.4, 0, .2, 1);
  transition-delay: calc(var(--i, 0) * 80ms);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* ===== Laser cut divider between sections ===== */
.laser-divider { position: relative; height: 1px; background: var(--border); }
.laser-divider-line {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, var(--accent-blue), var(--accent), transparent);
  transform: scaleX(1); transform-origin: left center;
}
.laser-divider-dot { display: none; }
.laser-divider.armed { background: transparent; }
.laser-divider.armed .laser-divider-line { transform: scaleX(0); transition: transform 1.1s cubic-bezier(.65, 0, .35, 1); }
.laser-divider.armed.in-view .laser-divider-line { transform: scaleX(1); }
.laser-divider.armed .laser-divider-dot {
  display: block; position: absolute; top: 50%; left: 0; width: 8px; height: 8px; margin-top: -4px;
  border-radius: 50%; background: #bae6fd; opacity: 0;
  box-shadow: 0 0 12px 4px rgba(37, 99, 235, .7), 0 0 22px 8px rgba(125, 211, 252, .5);
}
.laser-divider.armed.in-view .laser-divider-dot { animation: laserDividerDot 1.1s cubic-bezier(.65, 0, .35, 1) forwards; }
@keyframes laserDividerDot {
  0%   { left: 0%;   opacity: 0; }
  8%   { opacity: 1; }
  88%  { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .laser-line, .laser-divider-dot,
  .hero.laser-armed .hero-inner .eyebrow,
  .hero.laser-armed .hero-inner h1,
  .hero.laser-armed .hero-inner .hero-lead,
  .hero.laser-armed .hero-inner .hero-actions,
  .reveal, .laser-divider-line {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}
.eyebrow, .section-eyebrow {
  display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
}
.hero h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
.hero-lead { font-size: 1.1rem; max-width: 560px; }
.hero-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }

/* ===== Process Showcase Hero (kameralı optik kesim — scroll ile ilerler) ===== */
.process-hero {
  position: relative;
  --p-accent: #f97316; --p-accent-2: #ea580c;
}
.process-hero .eyebrow { color: var(--p-accent); }
.process-hero .btn-primary { background: var(--p-accent); }
.process-hero .btn-primary:hover { background: var(--p-accent-2); }
.process-scroll { position: relative; height: 460vh; }
.process-sticky {
  position: sticky; top: 76px; height: calc(100vh - 76px);
  min-height: 480px; overflow: hidden;
}

/* 3D sahne (Three.js canvas) — tam ekran arkaplan */
.process-stage { position: absolute; inset: 150px 0 0 0; z-index: 1; }
.process-stage canvas { display: block; width: 100%; height: 100%; }
@media (min-width: 768px) {
  .process-stage { inset: 0 0 0 14%; }
}

/* FAZ metni — sahnenin üzerine bindirilmiş, dikeyde ortalanmış */
.process-copy {
  position: absolute; inset: 76px 24px 0 24px; z-index: 2; pointer-events: none;
  max-width: 380px;
  display: flex; flex-direction: column; justify-content: center;
}
@media (min-width: 768px) {
  .process-copy { inset: 0 auto 0 48px; }
}
.process-copy .eyebrow { margin-bottom: 10px; }
.process-copy h1 {
  font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.12; margin: 0 0 .45em;
  text-shadow: 0 1px 16px var(--bg), 0 1px 4px var(--bg);
}
.process-copy p { text-shadow: 0 1px 12px var(--bg), 0 1px 3px var(--bg); }
.process-copy .hero-actions { pointer-events: auto; margin-top: 22px; }

/* Teknik HUD — sahnenin üzerine bindirilmiş, alt */
.process-hud {
  position: absolute; inset: auto 0 0 0; z-index: 2;
  padding: 16px 24px 26px; border-top: 1px solid var(--border);
  display: flex; flex-wrap: wrap; gap: 16px 32px; justify-content: space-between;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: linear-gradient(180deg, transparent, var(--bg) 65%);
}
@media (min-width: 768px) {
  .process-hud { padding: 16px 48px 32px; }
}
.hud-item { display: flex; flex-direction: column; gap: 5px; min-width: 90px; }
.hud-label {
  font-size: .66rem; text-transform: uppercase; letter-spacing: 1.4px;
  color: var(--text-faint); font-weight: 700;
}
.hud-value { font-size: .92rem; font-weight: 700; color: var(--text); transition: color .2s; }
.hud-status { color: var(--text-faint); }
.hud-status.is-active { color: var(--p-accent); }
.hud-progress-item { flex: 1 1 200px; min-width: 180px; }
.hud-progress { width: 100%; height: 4px; background: var(--border); overflow: hidden; }
.hud-progress-bar {
  display: block; height: 100%; width: 0%;
  background: var(--p-accent);
  transition: width .2s linear;
}
.hud-progress-pct { margin-top: 2px; }

/* Kaydırma ipucu */
.process-hint {
  position: absolute; left: 0; right: 0; bottom: 128px; z-index: 2; pointer-events: none;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .68rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-faint);
  transition: opacity .5s;
}
.process-hint::after { content: ""; width: 1px; height: 40px; background: linear-gradient(180deg, var(--border), var(--p-accent)); }

@media (max-width: 767px) {
  /* Mobilde de sahne sabitlenir: kaydırdıkça animasyon ve faz metni ekranda kalır,
     animasyon bitince sabitlenme çözülür ve sayfa normal akışıyla devam eder.
     Metin sahnenin üzerine bindirilmez; dikeyde alt alta dizilir. */
  .process-scroll { height: 320vh; }
  .process-sticky {
    position: sticky; top: 77px;
    height: calc(100vh - 77px);
    height: calc(100dvh - 77px);
    min-height: 0; overflow: hidden;
    display: flex; flex-direction: column;
  }
  /* Sahne kalan boşluğu doldurur, metin ve HUD kendi yükseklikleri kadar yer kaplar.
     Sıralama: sahne > HUD (teknik gösterge) > faz metni ve butonlar. */
  .process-stage { position: relative; inset: auto; flex: 1 1 auto; min-height: 180px; order: 1; }
  .process-copy {
    position: relative; inset: auto; max-width: none; flex: 0 0 auto; order: 3;
    padding: 14px 24px 16px; justify-content: flex-start;
  }
  .process-copy h1 { font-size: clamp(1.15rem, 5.4vw, 1.55rem); margin-bottom: .35em; }
  .process-copy p { font-size: .9rem; }
  .process-copy h1, .process-copy p { text-shadow: none; }
  /* Butonlar sağ alttaki sabit WhatsApp balonunun altına girmesin diye
     satır genişliği kısılır ve butonlar biraz küçültülür. */
  .process-copy .hero-actions {
    margin-top: 14px; gap: 10px; flex-wrap: nowrap;
    max-width: calc(100% - 68px);
  }
  .process-copy .hero-actions .btn { padding: 12px 18px; font-size: .88rem; white-space: nowrap; }
  .process-hint { display: none; }

  /* HUD kompakt — sabitlenmiş ekrana metin ve sahneyle birlikte sığması gerekir. */
  .process-hud {
    position: relative; background: none; flex: 0 0 auto; order: 2;
    padding: 12px 24px 14px; gap: 6px 16px;
    border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  }
  .hud-item { min-width: 0; flex: 1 1 auto; gap: 2px; }
  .hud-label { font-size: .56rem; letter-spacing: 1px; }
  .hud-value { font-size: .78rem; }
  .hud-progress-item { flex: 1 1 100%; min-width: 0; }
}
.page-hero { padding: 64px 0 40px; border-bottom: 1px solid var(--border); }
.page-hero h1 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }

/* ===== Sections ===== */
.section { padding: 88px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; gap: 20px; flex-wrap: wrap; }
.section-head h2 { margin: 0; font-size: 1.7rem; }
.link-arrow { font-weight: 700; color: var(--accent); font-size: .92rem; white-space: nowrap; }
.link-arrow:hover { color: var(--accent-2); }

/* ===== Farkımız — anasayfada Hakkımızda kutusunun üstündeki vurgu bandı =====
   Aydınlık hero ile yine aydınlık Hakkımızda kutusu arasında koyu bir bant:
   bizi ayrıştıran yetenek sayfanın ritmini kırarak öne çıkar. */
.section-fark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 99, 235, .30), transparent 44%),
    radial-gradient(circle at 88% 82%, rgba(2, 132, 199, .22), transparent 46%),
    linear-gradient(135deg, #0b1220, #101a2c 55%, #0c1424);
}
/* Bölümün üst kenarındaki lazer izi — .laser-divider ile aynı dil. */
.section-fark::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-blue), var(--accent), transparent);
}
.fark-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.fark-copy .section-eyebrow { color: #7dd3fc; }
.fark-copy h2 { font-size: clamp(1.7rem, 2.6vw, 2.2rem); color: #fff; margin-bottom: .5em; }
.fark-copy p { color: #b6c3d6; font-size: 1.02rem; line-height: 1.75; margin-bottom: 1.3em; }
.fark-copy .link-arrow { color: #7dd3fc; }
.fark-copy .link-arrow:hover { color: #bae6fd; }

.fark-noktalar { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.fark-nokta {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px 22px; border-radius: var(--radius);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .10);
  transition: transform .18s, border-color .18s, background .18s;
}
.fark-nokta:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, .45);
  background: rgba(255, 255, 255, .075);
}
.fark-nokta-mark {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 11px;
  background: rgba(37, 99, 235, .24); color: #7dd3fc;
}
.fark-nokta strong { display: block; font-size: .97rem; color: #fff; margin-bottom: 4px; }
.fark-nokta p { margin: 0; font-size: .86rem; color: #9db0c8; line-height: 1.6; }

.section-about-teaser { background: var(--bg-alt); }
.about-teaser-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: center; }
.about-teaser-grid-solo { grid-template-columns: 1fr; max-width: 720px; }
.about-teaser-grid h2 { font-size: 1.8rem; }
.about-teaser-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.stat-box {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 22px 16px; text-align: center;
}
.stat-box strong { display: block; font-size: 1.7rem; color: var(--accent); font-weight: 800; }
.stat-box span { display: block; font-size: .8rem; color: var(--text-faint); margin-top: 4px; }

.about-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: flex-start; }
.about-img img { border-radius: var(--radius); box-shadow: var(--shadow); }
.about-text { color: var(--text-muted); font-size: 1.02rem; line-height: 1.75; }
.about-text-full { grid-column: 1 / -1; }
.about-text h2 { font-size: 1.5rem; color: var(--text); margin: 1.2em 0 .5em; }
.about-text h3 { font-size: 1.2rem; color: var(--text); margin: 1.2em 0 .5em; }
.about-text p { margin: 0 0 1em; }
.about-text ul, .about-text ol { margin: 0 0 1em; padding-left: 1.4em; }
.about-text blockquote {
  margin: 0 0 1em; padding: 4px 18px; border-left: 3px solid var(--accent); color: var(--text-faint);
}
.about-text a { color: var(--accent); text-decoration: underline; }

/* ===== Panel editöründen gelen zengin içerik =====
   Bu kurallar panel.css'teki .rte-content kurallarının site tarafındaki karşılığıdır;
   yöneticinin editörde gördüğü düzen ile ziyaretçinin gördüğü aynı olsun diye eşleştirilir. */
.rich-text { line-height: 1.75; }
.rich-text h1 { font-size: clamp(1.6rem, 3vw, 2.1rem); color: var(--text); margin: 1.1em 0 .5em; line-height: 1.2; }
.rich-text h2 { font-size: clamp(1.35rem, 2.4vw, 1.6rem); color: var(--text); margin: 1.2em 0 .5em; line-height: 1.25; }
.rich-text h3 { font-size: 1.25rem; color: var(--text); margin: 1.2em 0 .5em; }
.rich-text h4 { font-size: 1.1rem; color: var(--text); margin: 1.2em 0 .5em; }
.rich-text h5 { font-size: 1rem; color: var(--text); margin: 1.2em 0 .5em; }
.rich-text h6 {
  font-size: .9rem; color: var(--text); margin: 1.2em 0 .5em;
  text-transform: uppercase; letter-spacing: .05em;
}
.rich-text > *:first-child { margin-top: 0; }
.rich-text p { margin: 0 0 1em; }
.rich-text ul, .rich-text ol { margin: 0 0 1em; padding-left: 1.5em; }
.rich-text li { margin-bottom: .35em; }
.rich-text blockquote {
  margin: 0 0 1em; padding: 4px 18px; border-left: 3px solid var(--accent); color: var(--text-faint);
}
.rich-text a { color: var(--accent); text-decoration: underline; }
.rich-text hr { border: 0; border-top: 1px solid var(--border); margin: 1.6em 0; }
.rich-text pre {
  margin: 0 0 1em; padding: 14px 16px; border-radius: var(--radius); overflow-x: auto;
  background: var(--bg-alt); border: 1px solid var(--border);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .88rem;
}
.rich-text code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .92em; }

.rich-text img, .rich-text .rte-img { max-width: 100%; height: auto; border-radius: var(--radius); }
.rich-text .rte-img-left { float: left; margin: 4px 22px 14px 0; max-width: 50%; }
.rich-text .rte-img-right { float: right; margin: 4px 0 14px 22px; max-width: 50%; }
.rich-text .rte-img-center { display: block; margin: 18px auto; }
/* Kayan görsellerden sonra bir sonraki bölüm yukarı tırmanmasın. */
.rich-text::after { content: ""; display: block; clear: both; }

/* Video: gömülü oynatıcı 16:9 oranını korur, yüklenen dosya tam genişlik olur. */
.rich-text .rte-embed {
  position: relative; width: 100%; padding-top: 56.25%; margin: 18px 0;
  background: #000; border-radius: var(--radius); overflow: hidden;
}
.rich-text .rte-embed iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}
.rich-text .rte-video {
  display: block; width: 100%; max-width: 100%; margin: 18px 0;
  border-radius: var(--radius); background: #000;
}

/* Tablolar dar ekranda sayfayı yana kaydırmasın, kendi içinde kaysın. */
.rich-text table, .rich-text .rte-table {
  border-collapse: collapse; width: 100%; margin: 0 0 1.2em; display: block; overflow-x: auto;
}
.rich-text th, .rich-text td {
  border: 1px solid var(--border); padding: 10px 12px; text-align: left; vertical-align: top;
}
.rich-text th { background: var(--bg-alt); font-weight: 700; color: var(--text); }

@media (max-width: 600px) {
  /* Küçük ekranda yan yana kayan görseller metni sıkıştırmasın. */
  .rich-text .rte-img-left, .rich-text .rte-img-right {
    float: none; display: block; margin: 16px auto; max-width: 100%;
  }
}

/* ===== İşler Grid ===== */
.isler-grid, .blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.is-card, .blog-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: transform .18s, border-color .18s;
}
.is-card:hover, .blog-card:hover { transform: translateY(-4px); border-color: rgba(37, 99, 235, .4); }
.is-card-img, .blog-card-img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--surface-2); }
.is-card-img img, .blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.is-card:hover .is-card-img img, .blog-card:hover .blog-card-img img { transform: scale(1.06); }
.is-card-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  font-size: 2.4rem; color: var(--text-faint); background: var(--surface-2);
}
.is-card-body, .blog-card-body { padding: 18px 20px; }
.is-tag, .blog-date {
  display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .6px; text-transform: uppercase;
  color: var(--accent-blue); margin-bottom: 8px;
}
.is-card-body h3, .blog-card-body h3 { font-size: 1.05rem; margin: 0; color: var(--text); }
.blog-card-body p { font-size: .88rem; margin: 8px 0 0; }

.empty-state { color: var(--text-faint); text-align: center; padding: 60px 0; }

/* ===== Makine Parkuru & Hizmetlerimiz ===== */
.section-intro { max-width: 760px; font-size: 1rem; margin-bottom: 32px; }
.subsection-title { font-size: 1.1rem; margin: 48px 0 20px; }

.machine-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.machine-card {
  position: relative;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 24px; transition: transform .18s, border-color .18s;
}
.machine-card:hover { transform: translateY(-4px); border-color: rgba(37, 99, 235, .4); }
.machine-card-clickable { cursor: pointer; }
.machine-card-zoom {
  position: absolute; top: 20px; right: 20px;
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--surface-2); color: var(--text-faint); transition: background .15s, color .15s;
}
.machine-card-clickable:hover .machine-card-zoom { background: var(--accent); color: #fff; }
.machine-qty {
  display: block; font-size: .75rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .6px; color: var(--text-faint); margin-bottom: 10px;
}
.machine-badge {
  display: inline-block; background: var(--accent); color: #fff; font-weight: 800;
  font-size: .82rem; padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.machine-card h3 { font-size: 1.05rem; margin: 0 0 10px; }
.machine-card p { font-size: .9rem; margin: 0; }

.feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.feature-grid-2col { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.feature-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px 22px; transition: transform .18s, border-color .18s;
}
.feature-card:hover { transform: translateY(-4px); border-color: rgba(37, 99, 235, .4); }
.feature-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; border-radius: 12px; margin-bottom: 16px;
  background: rgba(37, 99, 235, .12); font-size: 1.4rem;
}
.feature-card-img {
  margin: -26px -22px 16px; border-radius: var(--radius) var(--radius) 0 0; overflow: hidden;
  aspect-ratio: 16 / 9; background: var(--surface-2);
}
.feature-card-img img, .feature-card-img video { width: 100%; height: 100%; object-fit: cover; }

/* Hizmetlerimiz ve Makine Parkuru (Teknolojik Üstünlüklerimiz) kartları:
   yüklenen görsel tam kart genişliğinde değil, diğer kartlardaki ikonla
   aynı boyutta küçük bir simge olarak gösterilir. */
.section-hizmetler .feature-card-img,
.section-makine .feature-card-img {
  width: 50px; height: 50px; aspect-ratio: 1 / 1;
  margin: 0 0 16px; border-radius: 12px;
}

.feature-card h3 { font-size: 1rem; margin: 0 0 8px; }
.feature-card p { font-size: .88rem; margin: 0; }
.feature-card-link { display: flex; flex-direction: column; }
.feature-more {
  display: inline-block; font-size: .8rem; font-weight: 700; color: var(--accent);
  margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border);
}

/* ===== Malzeme Detay Sayfası ===== */
.breadcrumb { font-size: .82rem; color: var(--text-faint); margin-bottom: 14px; }
.breadcrumb a { color: var(--text-faint); }
.breadcrumb a:hover { color: var(--accent); }
.check-list { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 12px; max-width: 620px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; color: var(--text); }
.check-list li::before { content: "✓"; color: var(--accent); font-weight: 800; flex-shrink: 0; }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-chip {
  background: var(--surface); border: 1px solid var(--border); border-radius: 999px;
  padding: 8px 16px; font-size: .85rem; font-weight: 600; color: var(--text-muted);
}
.material-related { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.material-related a {
  display: flex; align-items: center; gap: 10px; background: var(--surface); border: 1px solid var(--border);
  border-radius: 10px; padding: 12px 16px; font-size: .88rem; font-weight: 700; transition: border-color .15s;
}
.material-related a:hover { border-color: rgba(37, 99, 235, .4); color: var(--accent); }

.video-embed-wrap {
  aspect-ratio: 16 / 9; margin: 0 0 72px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
}
.video-embed-wrap iframe, .video-embed-wrap video { width: 100%; height: 100%; border: 0; display: block; background: #000; }

/* ===== Detay Sayfaları ===== */
.detay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: flex-start; margin-bottom: 72px; }
.detay-img img { border-radius: var(--radius); box-shadow: var(--shadow); }
.detay-placeholder { aspect-ratio: 4/3; border-radius: var(--radius); font-size: 3rem; }
.detay-text { color: var(--text-muted); }
.detay-cta { margin-top: 28px; }

.blog-detay { display: grid; gap: 32px; margin-bottom: 72px; }
.blog-detay-img img { width: 100%; border-radius: var(--radius); max-height: 440px; object-fit: cover; box-shadow: var(--shadow); }
.blog-detay-text { color: var(--text-muted); font-size: 1.02rem; max-width: 760px; line-height: 1.75; }
.blog-detay-text h2 { font-size: 1.5rem; color: var(--text); margin: 1.2em 0 .5em; }
.blog-detay-text h3 { font-size: 1.2rem; color: var(--text); margin: 1.2em 0 .5em; }
.blog-detay-text p { margin: 0 0 1em; }
.blog-detay-text ul, .blog-detay-text ol { margin: 0 0 1em; padding-left: 1.4em; }
.blog-detay-text blockquote {
  margin: 0 0 1em; padding: 4px 18px; border-left: 3px solid var(--accent); color: var(--text-faint);
}
.blog-detay-text a { color: var(--accent); text-decoration: underline; }

/* ===== CTA Band ===== */
.cta-band { background: linear-gradient(120deg, #eaf1fd, #eef3fa); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band-inner h2 { margin-bottom: 6px; font-size: 1.5rem; }
.cta-band-inner p { margin: 0; }

/* ===== İletişim ===== */
.iletisim-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; align-items: flex-start; }
.iletisim-info { display: flex; flex-direction: column; gap: 20px; }
.info-item { display: flex; gap: 14px; align-items: flex-start; }
.info-icon { font-size: 1.3rem; }
.info-item strong { display: block; font-size: .85rem; color: var(--text); margin-bottom: 2px; }
.info-item p { margin: 0; font-size: .92rem; }
.iletisim-map { margin-top: 10px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
.iletisim-map iframe { width: 100%; height: 240px; border: 0; display: block; }

.iletisim-form-wrap {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px;
}
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: .85rem; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.form-row input, .form-row textarea {
  width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid var(--border);
  background: var(--surface-2); color: var(--text); font-family: inherit; font-size: .95rem;
}
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--accent); }
.form-row-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.alert { padding: 12px 16px; border-radius: 8px; margin-bottom: 18px; font-size: .9rem; }
.alert-success { background: rgba(34, 197, 94, .1); color: #15803d; border: 1px solid rgba(34, 197, 94, .35); }
.alert-danger { background: rgba(239, 68, 68, .1); color: #b91c1c; border: 1px solid rgba(239, 68, 68, .35); }

/* ===== Footer ===== */
.site-footer { background: var(--bg-alt); border-top: 1px solid var(--border); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer-brand { font-size: 1.2rem; font-weight: 800; margin-bottom: 8px; }
.footer-slogan { font-size: .9rem; }
.footer-social { display: flex; gap: 14px; }
.footer-social a { font-size: .85rem; font-weight: 700; color: var(--accent-blue); }
.footer-heading { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; color: var(--text); margin-bottom: 14px; }
.footer-col a, .footer-col p { display: block; font-size: .9rem; color: var(--text-muted); margin-bottom: 10px; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  border-top: 1px solid var(--border); padding: 20px 24px; font-size: .8rem; color: var(--text-faint);
  text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 16px;
}
.footer-bottom-link { color: var(--text-faint); text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom-link:hover { color: var(--accent); }

.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; display: flex; align-items: center; justify-content: center;
  font-size: 26px; box-shadow: 0 10px 30px rgba(37, 211, 102, .4);
  transition: transform .15s;
}
.whatsapp-float:hover { transform: scale(1.08); }

/* ===== Responsive ===== */
@media (max-width: 860px) {
  .about-teaser-grid, .about-grid, .detay-grid, .iletisim-grid, .fark-grid { grid-template-columns: 1fr; }
  .fark-grid { gap: 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed; top: 76px; left: 0; right: 0; bottom: 0;
    background: var(--bg); flex-direction: column; align-items: flex-start; gap: 4px;
    padding: 24px; transform: translateX(-100%); transition: transform .2s; overflow-y: auto;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid var(--border); }
  .main-nav a.active::after { display: none; }
  .section { padding: 56px 0; }
  .hero { padding: 80px 0 64px; }
  .form-row-split { grid-template-columns: 1fr; }

  .nav-dropdown { width: 100%; border-bottom: 1px solid var(--border); }
  .nav-dropdown-row a { width: auto; flex: 1; border-bottom: 0; padding: 14px 0; }
  .nav-dropdown-row { width: 100%; }
  .nav-caret-btn { width: 36px; height: 36px; }
  .nav-dropdown-panel {
    position: static; transform: none; display: none; grid-template-columns: 1fr;
    box-shadow: none; border: 0; background: var(--surface-2); padding: 12px 16px; margin: 0 0 12px; gap: 16px;
  }
  .nav-dropdown.open .nav-dropdown-panel { display: grid; }
}

/* ===== Scroll-linked Goo Cut Reveal ===== */
.goo-section { background: var(--bg-alt); border-bottom: 1px solid var(--border); overflow: hidden; }
.goo-section .laser-cut-copy { max-width: 620px; margin: 0 auto; text-align: center; }
.goo-stage { width: 100%; height: clamp(220px, 32vw, 400px); margin-top: 8px; }
.goo-stage svg { display: block; width: 100%; height: 100%; overflow: visible; }

.goo-blob {
  transform-box: fill-box; transform-origin: center;
  animation: gooFloat 7s ease-in-out infinite;
}
.goo-blob:nth-child(1) { animation-duration: 6.5s; animation-delay: 0s; }
.goo-blob:nth-child(2) { animation-duration: 8s;   animation-delay: -2s; fill: #f59e0b; }
.goo-blob:nth-child(3) { animation-duration: 7.2s; animation-delay: -4.4s; }
.goo-blob:nth-child(4) { animation-duration: 9s;   animation-delay: -1.2s; }
.goo-blob:nth-child(5) { animation-duration: 6.8s; animation-delay: -3.6s; fill: #f59e0b; }
@keyframes gooFloat {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(20px, -16px); }
  50%      { transform: translate(-12px, 14px); }
  75%      { transform: translate(14px, 10px); }
}

.goo-word { font-family: var(--font); font-weight: 800; fill: var(--text); }

@media (prefers-reduced-motion: reduce) {
  .goo-blob { animation: none; }
}
@media (max-width: 720px) {
  .goo-stage { height: clamp(180px, 46vw, 280px); }
}

/* ===== Lightbox (görsel/video büyütme) ===== */
.lightbox-overlay {
  position: fixed; inset: 0; z-index: 500; display: none;
  align-items: center; justify-content: center;
  background: rgba(9, 14, 24, .88); padding: 60px 24px 24px;
}
.lightbox-overlay.open { display: flex; }
.lightbox-box { max-width: min(900px, 92vw); max-height: 100%; width: 100%; }
.lightbox-media img, .lightbox-media video {
  display: block; width: 100%; max-height: 80vh; object-fit: contain; border-radius: 10px; background: #000;
}
.lightbox-close {
  position: fixed; top: 20px; right: 24px; display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%; border: none; background: rgba(255, 255, 255, .12);
  color: #fff; cursor: pointer; transition: background .15s;
}
.lightbox-close:hover { background: rgba(255, 255, 255, .22); }

/* İçerik kartı ikonu: hazır SVG simge ya da yüklenen küçük görsel. */
.feature-icon svg { display: block; }
.feature-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.feature-icon:empty { background: rgba(37, 99, 235, .12); }

/* Bot tuzağı alanı: gerçek kullanıcıya hiçbir koşulda görünmez.
   display:none yerine ekran dışına alınır — bazı botlar display:none alanları
   atladığı için tuzak boşa giderdi. */
.hp-alan {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Sayfalama şeridi (bkz. views/layouts/sayfalama.php) */
.sayfalama {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 8px; margin-top: 40px;
}
.sayfalama a, .sayfalama-aktif {
  min-width: 40px; padding: 9px 13px; border-radius: 9px;
  font-size: .9rem; font-weight: 600; text-align: center; text-decoration: none;
}
.sayfalama a {
  border: 1px solid rgba(120, 130, 150, .28); color: inherit;
  transition: border-color .15s, color .15s;
}
.sayfalama a:hover { border-color: currentColor; }
.sayfalama-aktif { background: rgba(255, 90, 31, .14); color: #ff5a1f; }
.sayfalama-ok { white-space: nowrap; }
.sayfalama-bosluk { opacity: .5; padding: 0 2px; }
