/* ===== Kurumsal Satış ===== */

.ks-page { padding-bottom: 0 }

/* HERO */
.ks-hero {
  background: var(--ink);
  padding: 80px 0 88px;
  position: relative; overflow: hidden;
}
.ks-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 80% at -10% 50%, rgba(10,132,217,.14) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 110% 50%, rgba(124,58,237,.1) 0%, transparent 55%);
}
.ks-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}

/* Sol */
.ks-hero-text {}
.ks-eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--yellow); margin-bottom: 18px;
}
.ks-hero-text h1 {
  font-size: 42px; font-weight: 900;
  letter-spacing: -.05em; line-height: 1.1;
  color: #fff; margin: 0 0 18px;
}
.ks-hero-text p {
  font-size: 15px; color: rgba(255,255,255,.5);
  line-height: 1.7; margin: 0 0 32px;
}
.ks-hero-actions {
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap; margin-bottom: 36px;
}
.ks-hero-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px;
  background: var(--yellow); color: var(--ink);
  font-size: 14px; font-weight: 800; border-radius: 10px;
  transition: opacity .14s; white-space: nowrap;
}
.ks-hero-cta:hover { opacity: .88 }
.ks-hero-tel {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 700;
  color: rgba(255,255,255,.6);
  transition: color .14s;
}
.ks-hero-tel:hover { color: #fff }

/* Mini istatistikler */
.ks-hero-stats {
  display: flex; align-items: center; gap: 0;
  padding: 16px 20px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
}
.ks-hstat { flex: 1; text-align: center }
.ks-hstat strong {
  display: block; font-size: 15px; font-weight: 900;
  color: #fff; letter-spacing: -.02em; margin-bottom: 2px;
}
.ks-hstat span {
  font-size: 11px; font-weight: 600;
  color: rgba(255,255,255,.4);
}
.ks-hstat-sep {
  width: 1px; height: 32px;
  background: rgba(255,255,255,.12); flex-shrink: 0;
}

/* Sağ: Video */
.ks-hero-video { position: relative }
.ks-video-thumb {
  display: block; position: relative;
  border-radius: 20px; overflow: hidden;
  aspect-ratio: 16/10;
  box-shadow: 0 24px 64px rgba(0,0,0,.5);
  border: 1.5px solid rgba(255,255,255,.1);
}
.ks-video-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.ks-video-thumb:hover img { transform: scale(1.04) }
.ks-video-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.15) 100%);
  transition: background .2s;
}
.ks-video-thumb:hover .ks-video-overlay { background: rgba(0,0,0,.25) }

.ks-play-btn {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 68px; height: 68px; border-radius: 50%;
  background: rgba(255,255,255,.95);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink);
  box-shadow: 0 8px 28px rgba(0,0,0,.35);
  transition: transform .2s, background .2s;
}
.ks-video-thumb:hover .ks-play-btn {
  transform: translate(-50%,-50%) scale(1.1);
  background: #fff;
}
.ks-play-btn svg { margin-left: 4px }

.ks-video-label {
  position: absolute; bottom: 16px; left: 16px;
  font-size: 12px; font-weight: 700;
  color: rgba(255,255,255,.8);
  background: rgba(0,0,0,.4);
  padding: 4px 12px; border-radius: 99px;
  backdrop-filter: blur(4px);
}

/* VIDEO MODAL */
.ks-video-modal {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.85);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .22s;
  backdrop-filter: blur(6px);
}
.ks-video-modal.open {
  opacity: 1; pointer-events: all;
}
.ks-modal-inner {
  width: 90vw; max-width: 960px;
  aspect-ratio: 16/9;
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.6);
  transform: scale(.92);
  transition: transform .25s;
}
.ks-video-modal.open .ks-modal-inner { transform: scale(1) }
.ks-modal-inner iframe { width: 100%; height: 100%; display: block }
.ks-modal-close {
  position: absolute; top: 20px; right: 20px;
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.2);
  color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .14s;
}
.ks-modal-close:hover { background: rgba(255,255,255,.22) }

/* SECTIONS */
.ks-section { padding: 72px 0 80px }
.ks-benefits-section { background: var(--surface) }
.ks-contact-section  { background: var(--ink); position: relative }

.ks-tag {
  display: inline-block;
  font-size: 11px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--blue); background: var(--blue-50,#EFF6FF);
  padding: 4px 12px; border-radius: 99px; margin-bottom: 14px;
}
.ks-tag-light {
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.1);
}

.ks-sec-head { text-align: center; margin-bottom: 52px }
.ks-sec-head h2 {
  font-size: 34px; font-weight: 900;
  letter-spacing: -.04em; color: var(--ink); margin: 0 0 12px;
}
.ks-sec-head p {
  font-size: 15px; color: var(--muted);
  max-width: 440px; margin: 0 auto; line-height: 1.65;
}

/* KİMLER YARARLANABİLİR */
.ks-eligibility-section { background: #fff }
.ks-elig-cards {
  display: flex; align-items: center; justify-content: center;
  gap: 0;
  max-width: 680px; margin: 0 auto;
}
.ks-elig-card {
  flex: 1; text-align: center;
  padding: 36px 24px;
  background: #fff;
  border: 1.5px solid var(--line-2);
  border-radius: 20px;
  transition: box-shadow .15s, border-color .15s;
}
.ks-elig-card:hover {
  border-color: var(--blue);
  box-shadow: 0 6px 24px rgba(10,132,217,.09);
}
.ks-elig-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--blue-50,#EFF6FF);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue); margin: 0 auto 16px;
}
.ks-elig-num {
  font-size: 26px; font-weight: 900;
  color: var(--ink); letter-spacing: -.03em; margin-bottom: 4px;
  white-space: nowrap;
}
.ks-elig-lbl {
  font-size: 13px; font-weight: 600; color: var(--muted);
}
.ks-elig-sep {
  padding: 0 20px;
  font-size: 13px; font-weight: 700;
  color: var(--muted-2); flex-shrink: 0;
}

/* FAYDALAR */
.ks-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ks-benefit {
  background: #fff;
  border: 1.5px solid var(--line-2);
  border-radius: 20px;
  padding: 28px 24px;
  position: relative;
  transition: box-shadow .15s, border-color .15s;
}
.ks-benefit:hover {
  border-color: var(--blue);
  box-shadow: 0 6px 24px rgba(10,132,217,.09);
}
.ks-benefit:first-child {
  border-color: var(--blue);
  background: linear-gradient(160deg, var(--blue-50,#EFF6FF) 0%, #fff 60%);
}
.ks-benefit-ico {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--blue-50,#EFF6FF);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue); margin-bottom: 20px;
}
.ks-benefit-num {
  font-size: 38px; font-weight: 900;
  color: var(--line-2); letter-spacing: -.05em;
  line-height: 1; margin-bottom: 12px;
}
.ks-benefit h3 {
  font-size: 15px; font-weight: 800;
  color: var(--ink); margin: 0 0 10px;
}
.ks-benefit p {
  font-size: 13.5px; color: var(--muted);
  line-height: 1.65; margin: 0;
}

/* İLETİŞİM / BAŞVURU */
.ks-contact-wrap {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px; align-items: start;
}
.ks-contact-left h2 {
  font-size: 30px; font-weight: 900;
  letter-spacing: -.04em; color: #fff;
  margin: 0 0 14px; line-height: 1.2;
}
.ks-contact-left > p {
  font-size: 14.5px; color: rgba(255,255,255,.5);
  line-height: 1.7; margin: 0 0 32px;
}
.ks-contact-items { display: flex; flex-direction: column; gap: 12px }
.ks-contact-item {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; transition: background .14s;
}
.ks-contact-item:hover { background: rgba(255,255,255,.1) }
.ks-ci-ico {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  color: #fff; flex-shrink: 0;
}
.ks-contact-item small {
  display: block; font-size: 11px; font-weight: 600;
  color: rgba(255,255,255,.4); margin-bottom: 2px;
}
.ks-contact-item strong {
  font-size: 13.5px; color: #fff; font-weight: 700;
}

/* FORM */
.ks-form {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 16px;
}
.ks-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px }
.ks-field { display: flex; flex-direction: column; gap: 6px }
.ks-field label { font-size: 13px; font-weight: 700; color: var(--ink-2) }
.req { color: var(--blue) }
.ks-field input,
.ks-field textarea {
  padding: 11px 14px;
  border: 1.5px solid var(--line); border-radius: 10px;
  font-size: 14px; color: var(--ink); background: #fff;
  font-family: inherit; resize: vertical;
  transition: border-color .14s, box-shadow .14s;
}
.ks-field input:focus,
.ks-field textarea:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(10,132,217,.1);
}
.ks-select-wrap { position: relative }
.ks-select-wrap select {
  width: 100%; padding: 11px 36px 11px 14px;
  border: 1.5px solid var(--line); border-radius: 10px;
  font-size: 14px; color: var(--ink); background: #fff;
  appearance: none; cursor: pointer; font-family: inherit;
  transition: border-color .14s;
}
.ks-select-wrap select:focus { outline: none; border-color: var(--blue) }
.ks-select-wrap svg {
  position: absolute; right: 12px; top: 50%;
  transform: translateY(-50%);
  color: var(--muted-2); pointer-events: none;
}
.ks-submit {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px;
  background: var(--ink); color: #fff;
  font-size: 15px; font-weight: 800; border-radius: 12px;
  border: none; cursor: pointer; transition: background .14s;
  margin-top: 4px;
}
.ks-submit:hover { background: #1e3a5f }
.ks-success {
  display: none; align-items: center; gap: 10px;
  padding: 14px 16px;
  background: #F0FDF4; border: 1.5px solid #86EFAC;
  border-radius: 10px;
  font-size: 13.5px; font-weight: 600; color: #15803D;
}

/* RESPONSIVE */
@media(max-width:1100px) {
  .ks-benefits { grid-template-columns: repeat(2,1fr) }
}
@media(max-width:960px) {
  .ks-hero-inner { grid-template-columns: 1fr; gap: 40px }
  .ks-hero-video { order: -1 }
  .ks-video-thumb { aspect-ratio: 16/9; max-width: 560px }
}
@media(max-width:860px) {
  .ks-contact-wrap { grid-template-columns: 1fr; gap: 40px }
  .ks-hero-text h1 { font-size: 32px }
}
@media(max-width:640px) {
  .ks-elig-cards { flex-direction: column; gap: 12px }
  .ks-elig-sep { padding: 0; transform: rotate(90deg) }
  .ks-benefits { grid-template-columns: 1fr }
  .ks-form-row { grid-template-columns: 1fr }
  .ks-hero { padding: 56px 0 64px }
}
