/* GMC Home Hero H1 Fix - 2026-05-30
   Ana sayfa hero başlığı H1 / 40px, açıklama navy blue. */

body:not(.admin-body):not(.member-panel-page) .hero .home-hero-title,
body:not(.admin-body):not(.member-panel-page) .hero h1.home-hero-title{
  display:block!important;
  margin:18px 0 14px!important;
  font-size:40px!important;
  line-height:1.16!important;
  letter-spacing:-.045em!important;
  font-weight:800!important;
  color:#082f5f!important;
  background:linear-gradient(90deg,#061d3f 0%,#0b4f93 48%,#116bb7 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:none!important;
  filter:none!important;
}

body:not(.admin-body):not(.member-panel-page) .hero p.lead,
body:not(.admin-body):not(.member-panel-page) .hero .lead{
  color:#0b2f5f!important;
  -webkit-text-fill-color:#0b2f5f!important;
  font-size:1.12rem!important;
  line-height:1.82!important;
  font-weight:500!important;
  max-width:660px!important;
  text-shadow:none!important;
  filter:none!important;
}

body:not(.admin-body):not(.member-panel-page) .hero .eyebrow{
  color:#0b4f93!important;
  -webkit-text-fill-color:#0b4f93!important;
}

@media(max-width:991.98px){
  body:not(.admin-body):not(.member-panel-page) .hero .home-hero-title,
  body:not(.admin-body):not(.member-panel-page) .hero h1.home-hero-title{
    font-size:36px!important;
    line-height:1.18!important;
  }
}

@media(max-width:575.98px){
  body:not(.admin-body):not(.member-panel-page) .hero .home-hero-title,
  body:not(.admin-body):not(.member-panel-page) .hero h1.home-hero-title{
    font-size:32px!important;
    line-height:1.2!important;
  }
  body:not(.admin-body):not(.member-panel-page) .hero p.lead,
  body:not(.admin-body):not(.member-panel-page) .hero .lead{
    font-size:1rem!important;
    line-height:1.75!important;
  }
}
