/* v4.7.12 — yeni beyaz logo + daha küçük ve sola yakın hero metinleri */
.site-logo-link{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}
.site-logo-link img,
.header > a img,
.header .site-logo-link img{
  width:min(430px, 34vw) !important;
  min-width:210px !important;
  max-width:none !important;
  height:auto !important;
  display:block !important;
  filter:none !important;
}

.header{
  padding-inline: clamp(20px, 3.2vw, 42px) !important;
}
.header nav{
  gap:18px;
}
.header nav a{
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
}

.video-hero{
  align-items:flex-start !important;
  justify-content:center;
}
.video-hero-content{
  width:min(100% - 46px, 720px) !important;
  max-width:720px !important;
  margin:0 auto 0 clamp(28px, 5.5vw, 78px) !important;
  padding-top:clamp(132px, 16vh, 168px) !important;
  padding-bottom:108px !important;
  padding-left:0 !important;
  padding-right:0 !important;
  box-sizing:border-box !important;
  text-align:left !important;
}
.video-hero-content .eyebrow{
  font-size:11px !important;
  letter-spacing:.18em !important;
}
.hero-script-title,
.video-hero-content h1.hero-script-title{
  font-size:clamp(2.55rem, 4.35vw, 4.5rem) !important;
  line-height:.93 !important;
  width:min(100%, 640px) !important;
  max-width:640px !important;
  margin:8px 0 14px !important;
  text-align:left !important;
}
.hero-script-title::after{
  margin:12px 0 0 4px !important;
}
.video-hero-content p{
  max-width:590px !important;
  margin:0 0 18px !important;
  font-size:clamp(.96rem, 1.1vw, 1.06rem) !important;
  line-height:1.54 !important;
  text-align:left !important;
}
.hero-actions{
  justify-content:flex-start !important;
}
.hero-actions .btn,
.hero-actions .sound-toggle{
  min-height:54px !important;
}
.hero-actions .btn{
  font-size:11px !important;
}
.sound-toggle{
  font-size:13px !important;
}
.trust{
  justify-content:flex-start !important;
  gap:12px 16px !important;
  font-size:11px !important;
}

.section h2,
.final-cta h2,
.faq h2,
#program h2{
  font-size:clamp(2rem, 3.5vw, 3.15rem) !important;
  line-height:1.05 !important;
}
.section p,
.section .lead,
.schedule-grid li,
.faq details p{
  font-size:clamp(.98rem, 1.05vw, 1.08rem) !important;
  line-height:1.68 !important;
}
.section .eyebrow,
.faq .eyebrow,
.final-cta .eyebrow{
  font-size:11px !important;
}

.interview-card .video-card-copy strong{
  font-size:20px;
}
.interview-card .video-card-copy small{
  font-size:11px;
}

@media (max-width: 1180px){
  .site-logo-link img,
  .header > a img,
  .header .site-logo-link img{
    width:min(360px, 38vw) !important;
    min-width:190px !important;
  }
  .video-hero-content{
    width:min(100% - 40px, 650px) !important;
    margin-left:clamp(22px, 4vw, 42px) !important;
  }
  .hero-script-title,
  .video-hero-content h1.hero-script-title{
    font-size:clamp(2.35rem, 4.8vw, 4rem) !important;
  }
}

@media (max-width: 760px){
  .header,
  .header > a,
  .header .site-logo-link{
    justify-content:flex-start !important;
    align-items:center !important;
  }
  .header{
    padding:16px 14px !important;
    min-height:74px !important;
  }
  .site-logo-link img,
  .header > a img,
  .header .site-logo-link img{
    width:min(58vw, 235px) !important;
    min-width:150px !important;
    filter:none !important;
  }
  .video-hero-content{
    width:calc(100% - 26px) !important;
    max-width:480px !important;
    margin:0 auto 0 13px !important;
    padding:100px 0 110px !important;
  }
  .video-hero-content .eyebrow{
    font-size:9.5px !important;
    letter-spacing:.17em !important;
  }
  .hero-script-title,
  .video-hero-content h1.hero-script-title{
    font-size:clamp(2rem, 7.4vw, 3.05rem) !important;
    line-height:.96 !important;
    max-width:100% !important;
    margin:8px 0 12px !important;
  }
  .hero-script-title::after{
    width:38% !important;
    margin-top:10px !important;
  }
  .video-hero-content p{
    max-width:92% !important;
    font-size:.93rem !important;
    line-height:1.5 !important;
    margin-bottom:16px !important;
  }
  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .hero-actions .btn,
  .sound-toggle{
    width:100% !important;
    min-height:50px !important;
    font-size:11px !important;
  }
  .trust{
    gap:8px 12px !important;
    font-size:10px !important;
  }
  .section h2,
  .final-cta h2,
  .faq h2,
  #program h2{
    font-size:clamp(1.8rem, 6.2vw, 2.35rem) !important;
  }
  .section p,
  .section .lead,
  .schedule-grid li,
  .faq details p{
    font-size:.95rem !important;
    line-height:1.6 !important;
  }
}
