/* ============================================================
   Texno Cinar - rehberlik ve muellimler sehifeleri
   ============================================================ */
.team-page{
  background:
    radial-gradient(circle at 8% 14%, rgba(46,158,88,.06), transparent 240px),
    radial-gradient(circle at 92% 8%, rgba(46,158,88,.08), transparent 260px),
    #fff;
}
.leader-wrap,.teachers-wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:36px;
  padding:0 18px;
  border:1px solid #dcece2;
  border-radius:999px;
  color:#16733f;
  background:linear-gradient(180deg,#fbfffd,#eff9f3);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.kicker svg{width:17px;height:17px}
.leaf-rule{
  width:136px;
  height:18px;
  position:relative;
  margin:18px auto 0;
}
.leaf-rule::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:8px;
  height:3px;
  border-radius:999px;
  background:#20874c;
}
.leaf-rule::after{
  content:"";
  position:absolute;
  left:50%;
  top:2px;
  width:26px;
  height:15px;
  border-radius:80% 0 80% 0;
  background:#20874c;
  transform:translateX(-50%) rotate(-18deg);
}

/* Leader */
.leader-head{
  position:relative;
  overflow:hidden;
  padding:38px 0 34px;
  text-align:center;
}
.leader-head::after{
  content:"";
  position:absolute;
  right:8%;
  top:72px;
  width:120px;
  height:160px;
  border-radius:100% 0 100% 0;
  background:linear-gradient(145deg,rgba(46,158,88,.14),rgba(46,158,88,.03));
  transform:rotate(20deg);
}
.leader-head h1{
  max-width:760px;
  margin:16px auto 0;
  color:#061236;
  font-size:clamp(30px,4.2vw,46px);
  font-weight:800;
  letter-spacing:0;
}
.leader-head h1 span{color:#148747}
.leader-head p{
  max-width:580px;
  margin:18px auto 0;
  color:#59647a;
  font-size:16px;
  line-height:1.55;
}
.leader-grid{
  display:grid;
  grid-template-columns:.72fr 1fr;
  gap:18px;
  align-items:stretch;
}
.leader-photo-card{
  position:relative;
  min-height:680px;
  overflow:hidden;
  border-radius:20px;
  background:linear-gradient(180deg,#eef8f2 0,#f8fcfa 58%,#e2f1e8 100%);
  box-shadow:0 24px 54px rgba(23,45,34,.14);
}
.leader-photo-card > img{
  display:block;
  width:100%;
  height:calc(100% - 128px);
  padding:14px 18px 0;
  box-sizing:border-box;
  object-fit:contain;
  object-position:center center;
}
.leader-sign-card{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px 24px;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg,rgba(22,80,46,.96),rgba(36,112,64,.94));
  box-shadow:0 18px 34px rgba(16,57,33,.24);
}
.leader-sign-card b{
  display:block;
  color:#fff;
  font-family:"Brush Script MT","Segoe Script",cursive;
  font-size:34px;
  font-weight:400;
  line-height:1;
}
.leader-sign-card small{
  display:block;
  margin-top:12px;
  color:rgba(255,255,255,.86);
  font-size:13px;
  font-weight:600;
}
.leader-quote-badge{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  flex:none;
  border-radius:14px;
  background:rgba(255,255,255,.14);
}
.leader-quote-badge svg{width:28px;height:28px}
.leader-letter{
  position:relative;
  min-height:680px;
  padding:38px 42px 36px;
  border:1px solid #e3ebe7;
  border-radius:20px;
  background:#fff;
  box-shadow:0 24px 54px rgba(23,45,34,.12);
}
.leader-letter-mark{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#16884a;
  background:#edf8f2;
}
.leader-letter-mark svg{width:38px;height:38px}
.leader-letter h2{
  max-width:500px;
  margin:16px 0 24px;
  color:#07133c;
  font-size:22px;
  line-height:1.35;
}
.leader-letter h2::after{
  content:"";
  display:block;
  width:54px;
  height:3px;
  margin-top:18px;
  border-radius:999px;
  background:#16884a;
}
.leader-letter p{
  margin:0 0 18px;
  color:#273348;
  font-size:14px;
  line-height:1.68;
}
.leader-callout{
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  gap:16px;
  align-items:center;
  margin:24px 0;
  padding:18px 20px;
  border-radius:12px;
  color:#07133c;
  background:linear-gradient(90deg,#eff9f3,#f8fcfa);
}
.leader-callout svg{width:42px;height:42px;color:#16884a}
.leader-signature{
  margin-top:10px;
  color:#07133c;
}
.leader-signature .script{
  display:block;
  margin-bottom:8px;
  font-family:"Brush Script MT","Segoe Script",cursive;
  font-size:28px;
  line-height:1;
}
.leader-tree-art{
  position:absolute;
  right:34px;
  bottom:34px;
  width:132px;
  height:118px;
  filter:drop-shadow(0 18px 18px rgba(22,43,36,.14));
}
.leader-tree-art::before,
.leader-tree-art::after,
.leader-tree-art span,
.leader-tree-art i{
  content:"";
  position:absolute;
  border-radius:50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,.32), transparent 24px),
    linear-gradient(145deg,#80d964,#2da34c);
}
.leader-tree-art::before{
  left:22px;
  top:22px;
  width:68px;
  height:64px;
}
.leader-tree-art::after{
  left:62px;
  top:30px;
  width:62px;
  height:58px;
}
.leader-tree-art span{
  left:2px;
  top:44px;
  width:62px;
  height:54px;
}
.leader-tree-art i{
  left:42px;
  top:2px;
  width:66px;
  height:62px;
}
.leader-tree-art b{
  position:absolute;
  left:58px;
  bottom:0;
  width:26px;
  height:56px;
  border-radius:14px 14px 7px 7px;
  background:linear-gradient(180deg,#a36a35,#70431f);
  box-shadow:inset -5px 0 0 rgba(71,35,14,.15);
}
.values-section{
  padding:48px 0 42px;
  text-align:center;
}
.values-section h2{
  margin-top:12px;
  color:#07133c;
  font-size:26px;
  font-weight:800;
}
.values-section > p{margin:8px 0 26px;color:#68748a}
.leader-values{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
}
.leader-value-card{
  min-height:244px;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:28px 18px 22px;
  border:1px solid #e5ece8;
  border-radius:14px;
  background:#fff;
  box-shadow:0 16px 36px rgba(23,45,34,.07);
}
.leader-value-card img{
  width:74px;
  height:74px;
  object-fit:contain;
  margin-bottom:18px;
}
.leader-value-card h3{
  color:#07133c;
  font-size:16px;
  margin-bottom:10px;
}
.leader-value-card p{
  margin:0;
  color:#53627a;
  font-size:12px;
  line-height:1.65;
}
.leader-value-card::after{
  content:"";
  width:48px;
  height:4px;
  margin-top:auto;
  border-radius:999px;
  background:var(--accent,#2e9e58);
}
.leader-cta{
  margin:0 auto 54px;
  padding:0 24px;
}
.leader-cta-in{
  min-height:126px;
  display:grid;
  grid-template-columns:230px minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  overflow:hidden;
  padding:0 28px 0 0;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(100deg,#238d4d,#05713a);
  box-shadow:0 22px 46px rgba(23,119,64,.22);
}
.leader-cta-in img{
  align-self:center;
  width:auto;
  height:116px;
  max-width:230px;
  object-fit:contain;
  object-position:left center;
}
.leader-cta-in h2{color:#fff;font-size:20px}
.leader-cta-in p{margin:6px 0 0;color:rgba(255,255,255,.88);font-size:15px}
.leader-cta-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}
.btn-white{background:#fff;color:#16733f;border-color:#fff}
.btn-ghost-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.58)}

/* Teachers */
.teachers-hero{
  position:relative;
  overflow:hidden;
  padding:30px 0 0;
  border-bottom:1px solid #edf2ef;
  background:linear-gradient(180deg,#fff,#fbfdfc);
}
.teachers-hero-grid{
  display:grid;
  grid-template-columns:.72fr 1fr;
  gap:32px;
  align-items:end;
  min-height:420px;
}
.teachers-crumb{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:28px;
  color:#637089;
  font-size:13px;
}
.teachers-crumb a:hover{color:#16884a}
.teachers-hero h1{
  color:#07133c;
  font-size:clamp(34px,4.4vw,48px);
  font-weight:800;
  line-height:1.06;
}
.teachers-hero p{
  max-width:420px;
  margin:18px 0 26px;
  color:#304058;
  font-size:15px;
  line-height:1.7;
}
.teacher-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(150px,1fr));
  gap:12px;
  max-width:560px;
}
.teacher-stat{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:10px;
  align-items:center;
  min-height:74px;
  padding:12px 14px;
  border:1px solid #e7eee9;
  border-radius:14px;
  background:#fff;
  box-shadow:0 12px 28px rgba(23,45,34,.07);
}
.teacher-stat span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#16884a;
  background:#eef9f3;
}
.teacher-stat svg{width:18px;height:18px}
.teacher-stat b{
  display:block;
  color:#07133c;
  font-size:18px;
  line-height:1;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}
.teacher-stat small{
  display:block;
  color:#5d687d;
  font-size:10.5px;
  font-weight:700;
  line-height:1.35;
}
.teachers-visual{
  position:relative;
  min-height:420px;
}
.teacher-blob{
  position:absolute;
  inset:10px 40px 0 20px;
  border-radius:50% 50% 0 0;
  background:
    radial-gradient(circle at 38% 40%, rgba(46,158,88,.18), transparent 180px),
    #eaf6ef;
}
.teachers-visual > img{
  position:absolute;
  left:120px;
  bottom:0;
  width:300px;
  max-height:390px;
  object-fit:contain;
  z-index:2;
}
.floating-card{
  position:absolute;
  z-index:3;
  min-width:190px;
  padding:16px;
  border:1px solid #e2ebe6;
  border-radius:14px;
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 38px rgba(23,45,34,.10);
}
.floating-card h4{font-size:13px;color:#07133c;margin:0 0 12px}
.class-mini{right:74px;top:54px}
.class-mini div{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:9px 0;
  border-top:1px solid #edf2ef;
  color:#07133c;
  font-size:12px;
  font-weight:800;
}
.class-mini small{color:#7d8798;font-size:10px}
.stat-mini{
  right:8px;
  bottom:64px;
  width:235px;
}
.stat-line{
  height:72px;
  border-radius:10px;
  background:
    linear-gradient(180deg,transparent 0 28%,rgba(46,158,88,.11) 28% 100%),
    repeating-linear-gradient(90deg,#eef3ef 0 1px,transparent 1px 28px);
  position:relative;
  overflow:hidden;
}
.stat-line svg{position:absolute;inset:10px 8px;width:calc(100% - 16px);height:54px;color:#16884a}
.teacher-mug{
  position:absolute;
  right:34px;
  bottom:0;
  width:78px;
  height:78px;
  border-radius:16px 16px 20px 20px;
  background:#fff;
  box-shadow:0 14px 28px rgba(23,45,34,.10);
  z-index:3;
}
.teacher-mug img{width:52px;margin:13px auto 0}
.teachers-section{
  padding:36px 0 56px;
}
.teachers-title{
  text-align:center;
  margin-bottom:24px;
}
.teachers-title h2{color:#07133c;font-size:26px;font-weight:800}
.teachers-title .leaf-rule{margin-top:12px}
.teacher-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:22px;
}
.teacher-card{
  overflow:hidden;
  border:1px solid #e1e9e5;
  border-radius:14px;
  background:#fff;
  box-shadow:0 14px 30px rgba(23,45,34,.06);
  transition:transform .18s,box-shadow .18s,border-color .18s;
  cursor:pointer;
}
.teacher-card:hover{
  transform:translateY(-5px);
  border-color:#c4e3cf;
  box-shadow:0 20px 40px rgba(23,45,34,.10);
}
.teacher-photo{
  position:relative;
  height:174px;
  background:#eef4f0;
}
.teacher-photo img{width:100%;height:100%;object-fit:cover}
.quote-mini{
  position:absolute;
  top:10px;
  right:10px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#16884a;
  background:#fff;
  box-shadow:0 8px 18px rgba(23,45,34,.12);
}
.quote-mini svg{display:none}
.quote-mini::before{
  content:"\"";
  color:#16884a;
  font-size:26px;
  font-weight:800;
  line-height:1;
  transform:translateY(-2px);
}
.teacher-card-body{padding:14px 14px 12px}
.teacher-card h3{color:#07133c;font-size:14px;margin-bottom:4px}
.teacher-card p{margin:0;color:#53627a;font-size:12px;line-height:1.55}
.teacher-read{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  border-top:1px solid #edf2ef;
  color:#16884a;
  font-size:12px;
  font-weight:800;
}
.teacher-grid[hidden],.teacher-detail[hidden]{display:none!important}
.teachers-section.showing-detail .teachers-title{display:none}
.teacher-detail{
  display:grid;
  grid-template-columns:360px minmax(0,1fr);
  gap:44px;
  margin-top:24px;
  padding:28px;
  border:1px solid #e4ece8;
  border-radius:20px;
  background:#fff;
  box-shadow:0 20px 48px rgba(23,45,34,.10);
}
.teacher-detail-photo{
  overflow:hidden;
  height:250px;
  border-radius:14px;
  background:#eef4f0;
}
.teacher-detail-photo img{width:100%;height:100%;object-fit:cover}
.teacher-profile h2{margin:20px 0 6px;color:#07133c;font-size:22px}
.teacher-profile p{margin:0 0 8px;color:#53627a;font-size:14px;line-height:1.55}
.teacher-badge{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  color:#16884a;
  background:#eaf8ef;
  font-size:12px;
  font-weight:800;
}
.teacher-metrics{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:18px;
  border:1px solid #e3ebe7;
  border-radius:13px;
  overflow:hidden;
}
.teacher-metrics div{
  min-height:64px;
  display:grid;
  place-items:center;
  border-right:1px solid #e3ebe7;
}
.teacher-metrics div:last-child{border-right:0}
.teacher-metrics b{color:#07133c;font-size:17px}
.teacher-metrics small{color:#53627a;font-size:11px}
.teacher-story{position:relative}
.teacher-back{margin-bottom:18px}
.story-mark{width:44px;height:44px;color:#16884a}
.teacher-story h2{
  margin:6px 0 20px;
  color:#07133c;
  font-size:20px;
}
.teacher-story p{color:#39465c;font-size:14px;line-height:1.65}
.teacher-story-text{
  color:#39465c;
  font-size:14px;
  line-height:1.68;
}
.teacher-story-text p{margin:0 0 14px}
.teacher-story-text ul,
.teacher-story-text ol{
  display:grid;
  gap:10px;
  margin:18px 0;
  padding-left:20px;
}
.teacher-story-text li{padding-left:2px}
.teacher-story-text strong,
.teacher-story-text b{color:#15213b}
.teacher-points{
  display:grid;
  gap:10px;
  margin:20px 0 22px;
}
.teacher-points span{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#344158;
  font-size:13.5px;
}
.teacher-points svg{width:17px;height:17px;flex:none;color:#16884a;margin-top:2px}
.teacher-quote-box{
  padding:20px 22px;
  border-radius:14px;
  color:#263348;
  font-size:14px;
  line-height:1.6;
  background:linear-gradient(90deg,#ecf8f1,#f8fcfa);
}
.teacher-empty{
  padding:34px 28px;
  border:1px solid #e4ece8;
  border-radius:18px;
  background:#fff;
  text-align:center;
  box-shadow:0 14px 34px rgba(23,45,34,.06);
}
.teacher-empty h3{
  margin:0 0 8px;
  color:#07133c;
  font-size:22px;
}
.teacher-empty p{
  margin:0;
  color:#53627a;
  font-size:15px;
}

@media(max-width:1120px){
  .leader-grid,.teachers-hero-grid,.teacher-detail{grid-template-columns:1fr}
  .leader-photo-card,.leader-letter{min-height:auto}
  .leader-photo-card{height:680px}
  .leader-values{grid-template-columns:repeat(3,1fr)}
  .leader-cta-in{grid-template-columns:180px minmax(0,1fr);padding-right:24px}
  .leader-cta-actions{grid-column:2;justify-content:flex-start;margin-bottom:22px}
  .teacher-grid{grid-template-columns:repeat(3,1fr)}
  .teachers-visual{min-height:430px}
}
@media(max-width:760px){
  .leader-head{padding-top:28px}
  .leader-head h1{font-size:32px}
  .leader-photo-card{height:560px}
  .leader-letter{padding:28px 22px}
  .leader-tree-art{position:relative;right:auto;bottom:auto;width:118px;height:106px;margin:18px 0 0 auto}
  .leader-values{grid-template-columns:repeat(2,1fr)}
  .leader-cta-in{grid-template-columns:1fr;padding:22px;text-align:center}
  .leader-cta-in img{display:none}
  .leader-cta-actions{grid-column:auto;justify-content:center}
  .teachers-hero-grid{min-height:0}
  .teacher-stats,.teacher-grid,.teacher-detail,.teacher-metrics{grid-template-columns:1fr}
  .teacher-metrics div{border-right:0;border-bottom:1px solid #e3ebe7}
  .teacher-metrics div:last-child{border-bottom:0}
  .teachers-visual > img{left:50%;transform:translateX(-50%)}
  .class-mini{right:10px}
  .stat-mini{right:10px;width:210px}
}
@media(max-width:520px){
  .leader-wrap,.teachers-wrap{padding:0 16px}
  .leader-values{grid-template-columns:1fr}
  .leader-sign-card{position:static;border-radius:0}
  .leader-photo-card{height:auto}
  .leader-photo-card > img{height:auto;padding:14px 14px 0}
}
