/* ── Ürün Landing Page Stilleri ──────────────────────────── */

:root {
  --ktm2-bg: #f7f5f2;
  --ktm2-bg2: #ffffff;
  --ktm2-bg3: #eeeae4;
  --ktm2-ink: #1a1714;
  --ktm2-ink2: #4a4540;
  --ktm2-ink3: #8a847d;
  --ktm2-accent: #1e1d2f;
  --ktm2-accent2: #4a537c;
  --ktm2-accent-light: #e9e8f0;
  --ktm2-rule: #d8d2cb;
}

.container-wrap > .main-content, .container-wrap > .container
{
    max-width: 100% !important;
    padding: 0px !important;
}

.vc_row-fluid>.span_12 .wpb_column
{
    padding-left: 0% !important;
    padding-right: 0% !important;
}

.container-wrap .row >.wpb_row:not(.full-width-section):not(.full-width-content):last-child
{
    margin: 0 !important;
}

.container-wrap
{
    padding-top: 0px !important;
}

/* Salient container override — tam genişlik */
.ktm2-page .container-wrap > .main-content,
.ktm2-page .container-wrap > .container {
  max-width: 100% !important;
  padding: 0 !important;
}

.ktm2-page .vc_row-fluid > .span_12 .wpb_column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ktm2-page .container-wrap .row > .wpb_row:not(.full-width-section):not(.full-width-content):last-child {
  margin: 0 !important;
}

.ktm2-page .container-wrap {
  padding-top: 0 !important;
}

.ktm2-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ktm2-page {
  background: var(--ktm2-bg);
  color: var(--ktm2-ink);
  overflow-x: hidden;
}

.ktm2-inner {
  max-width: 780px;
  margin: 0 auto;
}

/* ── KANCA (Hero) ─────────────────────────── */

.ktm2-kanca {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100% !important;
  border-bottom: 1px solid var(--ktm2-rule);
  position: relative;
  overflow: hidden;
  height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ktm2-kanca .ktm2-inner {
  max-width: 1400px;
  width: 100%;
}

.ktm2-hero-title {
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  color: #fff;
  max-width: 800px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.ktm2-hero-subtitle {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 300;
  line-height: 1.25;
  color: #fff;
  max-width: 700px;
  letter-spacing: 0.02em;
  opacity: 0.9;
  margin-bottom: 32px;
}

.ktm2-hero-desc {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
}

.ktm2-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 44px;
  padding-top: 28px;
}

.ktm2-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.ktm2-meta-item::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  background: var(--ktm2-accent2);
}

/* ── KANCA — Koyu metin varyantı (açık arka plan görseli için) ── */

.ktm2-kanca--dark-text .ktm2-hero-title {
  color: var(--ktm2-ink);
}

.ktm2-kanca--dark-text .ktm2-hero-subtitle {
  color: var(--ktm2-ink);
  opacity: 0.75;
}

.ktm2-kanca--dark-text .ktm2-hero-desc {
  color: var(--ktm2-ink2);
}

.ktm2-kanca--dark-text .ktm2-meta-item {
  color: var(--ktm2-ink2);
}

.ktm2-kanca--dark-text .ktm2-meta {
  border-top-color: var(--ktm2-rule);
}

/* ── NET VAAT ──────────────────────────── */

.ktm2-vaat {
  background: var(--ktm2-bg);
  padding: 88px 48px;
}

.ktm2-section-num {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--ktm2-ink3);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ktm2-section-title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 600;
  font-family: Oswald !important;
  color: var(--ktm2-ink);
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ktm2-rule);
}

.ktm2-vaat p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--ktm2-ink2);
  font-weight: 300;
}

/* ── BU SEN MİSİN ─────────────────────── */

.ktm2-busen {
  background: var(--ktm2-accent);
  padding: 88px 48px;
}

.ktm2-busen .ktm2-section-num {
  color: rgba(255, 255, 255, 0.5);
}

.ktm2-busen .ktm2-section-title {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}

.ktm2-busen-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.ktm2-busen-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 18px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  font-weight: 300;
}

.ktm2-busen-list li::before {
  content: '\2713';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── CTA ───────────────────────────────── */

.ktm2-cta {
  background: var(--ktm2-bg2);
  padding: 100px 48px;
  text-align: center;
  border-top: 1px solid var(--ktm2-rule);
  border-bottom: 1px solid var(--ktm2-rule);
}

.ktm2-btn {
  display: inline-block;
  background: var(--ktm2-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 18px 56px;
  text-decoration: none;
  transition: all 0.22s ease;
  cursor: pointer;
  border: 2px solid var(--ktm2-accent);
}

.ktm2-btn:hover {
  background: transparent;
  color: var(--ktm2-accent);
}

.ktm2-cta-sub {
  margin-top: 28px;
  color: var(--ktm2-ink3);
  font-style: italic;
  font-size: 1.1rem;
}

/* ── ERİŞİM ────────────────────────────── */

.ktm2-erisim {
  background: var(--ktm2-bg3);
  padding: 80px 48px;
}

.ktm2-erisim-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--ktm2-rule);
  border: 1px solid var(--ktm2-rule);
}

.ktm2-erisim-cell {
  background: var(--ktm2-bg2);
  padding: 36px 40px;
}

.ktm2-erisim-cell-icon {
  font-size: 20px;
  margin-bottom: 14px;
}

.ktm2-erisim-cell h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ktm2-accent);
  margin-bottom: 8px;
}

.ktm2-erisim-cell p {
  font-size: 0.95rem;
  color: var(--ktm2-ink2);
  line-height: 1.65;
  font-weight: 300;
}

/* ── Responsive ────────────────────────── */

@media (max-width: 640px) {
  .ktm2-kanca,
  .ktm2-vaat,
  .ktm2-busen,
  .ktm2-cta,
  .ktm2-erisim {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ktm2-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ktm2-erisim-row {
    grid-template-columns: 1fr;
  }
}
