/* =========================================================
SEAACADEMYIK — KADIN TEŞVİK 2026 MOBILE CSS
Konum: kadin-tesvik/mobile.css
========================================================= */

@media(max-width:768px){

/* ===== GENEL ===== */
.kt-container{
  padding:0 16px;
}

.kt-section{
  padding:45px 0;
}

.kt-h2{
  font-size:24px;
}

.kt-title{
  font-size:32px;
  line-height:1.2;
}

.kt-subtitle{
  font-size:15px;
}

/* ===== HERO ===== */

.kt-hero{
  padding:60px 0 40px;
  text-align:center;
}

.kt-hero-grid{
  grid-template-columns:1fr;
  gap:30px;
}

.kt-hero-actions{
  justify-content:center;
}

.kt-hero-card{
  padding:22px;
}

.kt-hero-image img{
  width:100%;
  max-width:320px;
  margin:auto;
  display:block;
}

/* ===== BADGE ===== */
.kt-badges{
  justify-content:center;
}

/* ===== STRIP ===== */
.kt-strip-grid{
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.kt-strip-kpi{
  font-size:18px;
}

/* ===== GRID ===== */
.kt-grid-2{
  grid-template-columns:1fr;
  gap:20px;
}

.kt-row-2{
  grid-template-columns:1fr;
}

/* ===== CARD ===== */
.kt-card{
  padding:22px;
  border-radius:16px;
}

/* ===== FORM ===== */
.kt-input,
.kt-select,
.kt-textarea{
  padding:12px;
  font-size:15px;
}

.kt-form-actions{
  flex-direction:column;
}

.kt-btn{
  width:100%;
  text-align:center;
}

/* ===== KPI RESULT ===== */
.kt-kpi-grid{
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.kt-kpi{
  padding:14px;
}

.kt-kpi-value{
  font-size:18px;
}

/* ===== BREAKDOWN ===== */
.kt-break-row{
  font-size:13px;
}

/* ===== INFO CARDS ===== */
.kt-cards-3{
  grid-template-columns:1fr;
  gap:18px;
}

/* ===== CONTACT ===== */
.kt-contact{
  grid-template-columns:1fr;
  gap:25px;
}

.kt-contact-box{
  font-size:13px;
}

/* ===== FAQ ===== */
.kt-faq-q{
  font-size:14px;
  padding:14px;
}

.kt-faq-a{
  font-size:13px;
}

/* ===== BUTTON ===== */
.kt-btn{
  padding:13px;
  font-size:15px;
}

/* ===== MINI ROW ===== */
.kt-mini-row{
  font-size:13px;
}

/* ===== HERO BG KAPAT (performans) ===== */
.kt-hero-bg{
  display:none;
}

}
