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

.sector-hero{
  height:420px;
  position:relative;

  /* RESİM BURADA */
  background-image:url("images/otomotiv-hero.jpg");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

/* KARARTMA */
.sector-hero .overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
}

/* İÇERİK */
.hero-inner{
  position:relative; /* overlay üstüne gelsin */
  max-width:1200px;
  width:92%;
  margin:auto;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:#fff;
}

.hero-inner h1{
  font-size:42px;
  font-weight:900;
  line-height:1.15;
}

.hero-inner p{
  max-width:700px;
  font-size:18px;
  margin-top:10px;
  opacity:.95;
}


/* =========================================================
   GENEL SEKTÖR GİRİŞ & BAŞARI MODELİ BAŞLIKLARI
========================================================= */

.sector-intro,
.success-model{
  max-width:1000px;
  width:92%;
  margin:60px auto;
  text-align:center;
}

.sector-intro h2,
.positions h2,
.success-model h2,
.sector-form h2{
  font-size:30px;
  margin-bottom:16px;
  font-weight:800;
}




.reading-hint{
  max-width:900px;
  margin:50px auto;
  padding:14px 22px;
  background:#eef3f8;
  border-left:4px solid #0f3c66;
  font-size:14.5px;
  color:#333;
  border-radius:6px;
}




/* =========================================================
   POZİSYONLAR – ACCORDION
========================================================= */

.positions{
  max-width:900px;
  width:92%;
  margin:60px auto;
}

.accordion-item{
  border:1px solid #e5e7eb;
  border-radius:10px;
  margin-bottom:14px;
  overflow:hidden;
}

.accordion-header{
  width:100%;
  padding:18px;
  font-weight:700;
  background:#f9fafb;
  cursor:pointer;
  border:none;
  text-align:left;
}

.accordion-body{
  max-height:0;
  overflow:hidden;
  transition:.3s ease;
  padding:0 18px;
}

.accordion-body p{
  margin:16px 0;
}

.accordion-body ul{
  padding-left:18px;
  margin-bottom:16px;
}


/* =========================================================
   FORM
========================================================= */

.sector-form{
  background:#f6f8fb;
  padding:60px 0;
}

.sector-form form{
  max-width:600px;
  width:92%;
  margin:auto;
  display:grid;
  gap:14px;
}

.sector-form input,
.sector-form textarea{
  padding:14px;
  border:1px solid #ddd;
  border-radius:8px;
}

.sector-form button{
  background:#0f3c78;
  color:#fff;
  padding:14px;
  border:none;
  border-radius:8px;
  font-weight:700;
  cursor:pointer;
}

.form-success{
  display:none;
  text-align:center;
  color:green;
  font-weight:600;
}


/* =========================================================
   BAŞARI MODELİ
========================================================= */

.success-model{
  max-width:1100px;
  width:92%;
  margin:80px auto;
  padding:48px 56px;
  background:#fff;
  border-radius:16px;
  position:relative;
  box-shadow:
    0 20px 40px rgba(0,0,0,.06),
    0 4px 12px rgba(0,0,0,.04);
  border-left:6px solid #0b3c5d;
}

.success-model::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,#0b3c5d,#f39c12);
  border-radius:16px 16px 0 0;
}

.success-model h2{
  font-size:32px;
  font-weight:900;
  color:#0b3c5d;
  margin-bottom:22px;
}

.success-model p{
  font-size:17px;
  line-height:1.7;
  color:#333;
  margin-bottom:18px;
}

.success-model strong{
  color:#f39c12;
  font-weight:800;
}

.success-model:hover{
  transform:translateY(-2px);
  transition:.25s ease;
}


/* =========================================================
   BAŞARI ÖRNEKLERİ  (⚠️ MARGIN COLLAPSE FIX BURADA)
========================================================= */

.success-examples{
  max-width:1050px;
  width:92%;
  margin:50px auto 90px;
  padding:0 10px;
  overflow:auto; /* 🔒 kritik fix */
}

.success-examples h3{
  font-size:26px;
  font-weight:800;
  color:#0b3c5d;
  margin-bottom:20px;
}

.success-examples p{
  font-size:16.5px;
  line-height:1.75;
  color:#444;
  margin-bottom:16px;
}


/* =========================================================
   BAŞARI HİKAYELERİ BUTONU
========================================================= */

.success-more-btn{
  display:block;
  width:100%;
  margin:60px 0 90px;
}

.success-more-btn a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:18px 38px;
  font-size:16px;
  font-weight:800;
  color:#fff;
  background:linear-gradient(135deg,#0b3c5d,#123f66);
  border-radius:50px;
  text-decoration:none;
  letter-spacing:.3px;
  box-shadow:
    0 12px 25px rgba(11,60,93,.35),
    inset 0 -2px 0 rgba(0,0,0,.15);
  transition:.25s ease;
}

.success-more-btn a span{
  font-size:18px;
  transition:.25s ease;
}

.success-more-btn a:hover{
  background:linear-gradient(135deg,#0b3c5d,#f39c12);
  box-shadow:0 18px 40px rgba(0,0,0,.35);
  transform:translateY(-2px);
}

.success-more-btn a:hover span{
  transform:translateX(6px);
}


/* =========================================================
   MÜŞTERİ GERİ BİLDİRİMLERİ
========================================================= */

.client-feedback{
  max-width:1100px;
  width:92%;
  margin:90px auto;
}

.client-feedback h3{
  font-size:28px;
  font-weight:800;
  color:#0b3c5d;
  margin-bottom:28px;
}

.feedback-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

.feedback-item{
  background:#f9fafb;
  border-radius:14px;
  padding:26px 28px;
  position:relative;
  box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.feedback-item::before{
  content:"“";
  position:absolute;
  top:-12px;
  left:20px;
  font-size:64px;
  color:#f39c12;
  font-weight:900;
  opacity:.3;
}

.feedback-item p{
  font-size:16px;
  line-height:1.7;
  color:#333;
}


/* =========================================================
   SEKTÖREL BAŞARI
========================================================= */

.sector-success{
  background:linear-gradient(180deg,#f6f8fb,#ffffff);
  padding:90px 0;
}

.sector-success-inner{
  max-width:1200px;
  width:92%;
  margin:auto;
}

.sector-success h3{
  font-size:30px;
  font-weight:900;
  color:#0b3c5d;
  margin-bottom:40px;
}

.sector-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

.sector-box{
  background:#fff;
  padding:28px 30px;
  border-radius:16px;
  box-shadow:0 14px 35px rgba(0,0,0,.06);
  border-left:5px solid #f39c12;
}

.sector-box h4{
  font-size:18px;
  font-weight:800;
  color:#0b3c5d;
  margin-bottom:12px;
}

.sector-box p{
  font-size:16px;
  line-height:1.65;
  color:#333;
}


/* =========================================================
   MİNİ İSTATİSTİK BARLARI
========================================================= */

.mini-stats{
  max-width:1000px;
  width:92%;
  margin:90px auto;
}

.mini-stats h3{
  font-size:26px;
  font-weight:900;
  color:#0b3c5d;
  margin-bottom:36px;
}

.stats-wrap{
  display:grid;
  gap:26px;
}

.stat-item span{
  display:block;
  font-size:15px;
  font-weight:700;
  color:#333;
  margin-bottom:8px;
}

.bar{
  width:100%;
  height:10px;
  background:#e6ebf1;
  border-radius:50px;
  overflow:hidden;
}

.fill{
  height:100%;
  background:linear-gradient(90deg,#0b3c5d,#f39c12);
  border-radius:50px;
  animation:fillAnim 1.2s ease-out forwards;
}

.fill.high{width:78%;}
.fill.very-high{width:88%;}
.fill.strong{width:72%;}

@keyframes fillAnim{
  from{width:0;}
}


/* =========================================================
   NEDEN SEAACADEMYIK CTA
========================================================= */

.why-seaacademyik{
  background:linear-gradient(180deg,#0b3c5d,#092f49);
  padding:100px 0;
  color:#fff;
}

.why-inner{
  max-width:1200px;
  width:92%;
  margin:auto;
}

.why-seaacademyik h3{
  font-size:34px;
  font-weight:900;
  margin-bottom:24px;
}

.why-intro{
  max-width:800px;
  font-size:17px;
  line-height:1.75;
  margin-bottom:50px;
}

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

.why-item{
  background:rgba(255,255,255,.08);
  padding:30px 32px;
  border-radius:18px;
}

.why-item h4{
  font-size:18px;
  font-weight:800;
  margin-bottom:12px;
}

.why-item p{
  font-size:15.8px;
  line-height:1.65;
}


/* =========================================================
   GÜVEN BÖLÜMÜ
========================================================= */

.trust-section{
  background:#f7f9fc;
  padding:100px 0;
}

.trust-inner{
  max-width:1200px;
  width:92%;
  margin:auto;
}

.trust-section h3{
  font-size:34px;
  font-weight:900;
  color:#0b3c5d;
  margin-bottom:20px;
}

.trust-intro{
  max-width:820px;
  font-size:17px;
  line-height:1.75;
  margin-bottom:50px;
}

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

.trust-box{
  background:#fff;
  padding:32px 30px 34px;
  border-radius:18px;
  box-shadow:0 16px 35px rgba(0,0,0,.06);
  border-top:5px solid #0b3c5d;
}

.trust-box span{
  position:absolute;
  top:-18px;
  left:24px;
  background:#f39c12;
  color:#000;
  font-weight:900;
  font-size:14px;
  padding:6px 12px;
  border-radius:50px;
}

.trust-box h4{
  font-size:18px;
  font-weight:800;
  color:#0b3c5d;
  margin-bottom:12px;
}

.trust-box p{
  font-size:15.8px;
  line-height:1.65;
  color:#333;
}



/* =========================
   SUCCESS BTN – FORCE FIX (EN ALTA KOY)
========================= */

.success-more-btn{
  position:relative !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  width:100% !important;
  margin:40px auto 70px !important;
  padding:0 0 !important;
  float:none !important;
  clear:both !important;
  transform:none !important;
  z-index:5 !important;
}

.success-more-btn a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  max-width:100% !important;
  white-space:normal !important;
  text-align:center !important;
}

/* Client feedback üst boşluğu butonu itmesin */
.client-feedback{
  margin-top:40px !important;
}


/* =========================
   SECTOR CTA
========================= */

.sector-cta{
  background:linear-gradient(135deg,#0b2a4a,#0f3c66);
  padding:80px 0;
  color:#fff;
}

.cta-inner{
  max-width:1100px;
  width:92%;
  margin:auto;
  text-align:center;
}

.sector-cta h2{
  font-size:38px;
  font-weight:900;
  line-height:1.25;
  margin-bottom:18px;
}

.sector-cta p{
  font-size:18px;
  max-width:820px;
  margin:0 auto 40px;
  opacity:.95;
}

.cta-actions{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.cta-btn{
  padding:16px 34px;
  border-radius:50px;
  font-size:16px;
  font-weight:700;
  text-decoration:none;
  transition:.25s ease;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.cta-btn.primary{
  background:#ff7a18;
  color:#fff;
}

.cta-btn.primary:hover{
  background:#ff8f3a;
  transform:translateY(-2px);
}

.cta-btn.secondary{
  background:transparent;
  color:#fff;
  border:2px solid rgba(255,255,255,.7);
}

.cta-btn.secondary:hover{
  background:rgba(255,255,255,.12);
}

.cta-note{
  margin-top:22px;
  font-size:14px;
  opacity:.8;
}

/* Mobile */
@media(max-width:768px){
  .sector-cta h2{
    font-size:28px;
  }
  .sector-cta p{
    font-size:16px;
  }
}







.seo-jump{
  max-width:1100px;
  margin:40px auto;
  padding:16px 20px;
  background:#f1f5f9;
  border-radius:10px;
  font-size:14px;
}

.seo-jump a{
  margin-right:14px;
  color:#0b2a4a;
  font-weight:600;
  text-decoration:none;
}

.seo-jump a:hover{
  text-decoration:underline;
}




/* =========================
   SECTOR INTRO (SEO + UX)
========================= */

.sector-intro{
  max-width:1100px;
  width:92%;
  margin:70px auto 80px;
  padding:0;
}

.sector-intro h2{
  font-size:36px;
  font-weight:900;
  text-align:center;
  margin-bottom:30px;
  color:#0b2a4a;
  letter-spacing:.2px;
}

.sector-intro h3{
  font-size:22px;
  font-weight:800;
  margin:32px 0 10px;
  color:#143a63;
}

.sector-intro p{
  font-size:16.5px;
  line-height:1.75;
  color:#333;
  margin-bottom:16px;
}

.sector-intro strong{
  color:#0f3c66;
  font-weight:700;
}

/* subtle separation – sık ama ferah */
.sector-intro h3:first-of-type{
  margin-top:0;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

  .sector-intro{
    margin:50px auto 60px;
  }

  .sector-intro h2{
    font-size:28px;
    margin-bottom:22px;
  }

  .sector-intro h3{
    font-size:19px;
    margin-top:26px;
  }

  .sector-intro p{
    font-size:15.5px;
    line-height:1.7;
  }
}



/* =========================
   SEO CLOSE (PAGE END)
========================= */

.seo-close{
  max-width:1100px;
  width:92%;
  margin:70px auto 40px;
  padding:26px 34px;
  background:#f3f6f9;
  border-left:5px solid #0f3c66;
  border-radius:6px;
}

.seo-close p{
  font-size:15.8px;
  line-height:1.7;
  color:#333;
  margin:0;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

  .seo-close{
    margin:50px auto 30px;
    padding:20px 22px;
  }

  .seo-close p{
    font-size:14.8px;
    line-height:1.65;
  }
}
