/* SAVE PATH: /uygulamalar/korkuluk-kupeste-sistemleri/korkuluk-kupeste-sistemleri.css (v2) */

/* Poppins (okunakli) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap');

.page-korkuluk-kupeste-sistemleri{
  --accent:#00AEEF;
  --hero-h: 363px;
  --maxw: 1280px;
  --font-sans: 'Poppins','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  font-family: var(--font-sans);
}

/* HERO */
.page-korkuluk-kupeste-sistemleri .menuhub-hero{
  position: relative;
  width: 100%;
  min-height: var(--hero-h);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(0,0,0,.52), rgba(0,0,0,.52)),
    url('/img/korkuluk-kupeste-sistemleri/hero.webp') center/cover no-repeat;
}
.page-korkuluk-kupeste-sistemleri .menuhub-hero-inner{
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 18px;
  text-align: center;
}
.page-korkuluk-kupeste-sistemleri .menuhub-title{
  margin: 0 0 10px;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: #fff;
  text-transform: uppercase;
}
.page-korkuluk-kupeste-sistemleri .menuhub-subtitle{
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(255,255,255,.92);
}

/* CARDS */
.page-korkuluk-kupeste-sistemleri .menuhub-cards{
  padding: 26px 0 18px;
}
.page-korkuluk-kupeste-sistemleri .menuhub-cards-inner{
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 18px;
}
.page-korkuluk-kupeste-sistemleri .menuhub-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.page-korkuluk-kupeste-sistemleri .menuhub-card{
  position: relative;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: #0b1220;
  border: 1px solid rgba(16,24,40,.10);
  box-shadow: 0 10px 22px rgba(16, 24, 40, 0.10);
  transform: translateZ(0);
}
.page-korkuluk-kupeste-sistemleri .menuhub-card .card-img{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.02);
}
.page-korkuluk-kupeste-sistemleri .menuhub-card .card-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.70) 100%);
}
.page-korkuluk-kupeste-sistemleri .menuhub-card .card-body{
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-korkuluk-kupeste-sistemleri .menuhub-card .card-title{
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.2px;
  text-shadow: 0 8px 20px rgba(0,0,0,.35);
}
.page-korkuluk-kupeste-sistemleri .menuhub-card .card-btn{
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: 0.6px;
  box-shadow: 0 10px 16px rgba(0, 174, 239, 0.30);
}
.page-korkuluk-kupeste-sistemleri .menuhub-card:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.14);
}
.page-korkuluk-kupeste-sistemleri .menuhub-card:hover .card-img{
  transform: scale(1.06);
  transition: transform .35s ease;
}
.page-korkuluk-kupeste-sistemleri .menuhub-card .card-img{
  transition: transform .35s ease;
}

/* ORTA BLOK: METİN */
.page-korkuluk-kupeste-sistemleri .menuhub-text{
  padding: 44px 0 18px;
}
.page-korkuluk-kupeste-sistemleri .menuhub-text-inner{
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 18px;
}
.page-korkuluk-kupeste-sistemleri .menuhub-text-inner h2{
  margin: 26px 0 10px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.2px;
  color: #0b1b2b;
}
.page-korkuluk-kupeste-sistemleri .menuhub-text-inner h3{
  margin: 18px 0 8px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  color: #0b1b2b;
}
.page-korkuluk-kupeste-sistemleri .menuhub-text-inner p{
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.75;
  color: #2f3a4a;
}
.page-korkuluk-kupeste-sistemleri .menuhub-text-inner ul,
.page-korkuluk-kupeste-sistemleri .menuhub-text-inner ol{
  margin: 10px 0 16px;
  padding-left: 20px;
}
.page-korkuluk-kupeste-sistemleri .menuhub-text-inner li{
  margin: 8px 0;
  line-height: 1.65;
  color: #2f3a4a;
}
.page-korkuluk-kupeste-sistemleri .menuhub-text-inner a{
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
}
.page-korkuluk-kupeste-sistemleri .menuhub-text-inner a:hover{
  text-decoration: underline;
}

/* SSS (FAQ) */
.page-korkuluk-kupeste-sistemleri .kg-faq{
  padding: 44px 0 70px;
}
.page-korkuluk-kupeste-sistemleri .kg-faq-inner{
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 18px;
}
.page-korkuluk-kupeste-sistemleri .kg-faq-title{
  position: relative;
  text-align: center;
  margin: 0 0 26px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 900;
  color: #0b1b2b;
  letter-spacing: -0.3px;
}
.page-korkuluk-kupeste-sistemleri .kg-faq-title:after{
  content: "";
  display: block;
  width: 92px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0.95;
}

.page-korkuluk-kupeste-sistemleri .kg-faq-item{
  border: 1px solid rgba(0, 174, 239, 0.28);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04);
  margin: 12px 0;
  overflow: hidden;
}

.page-korkuluk-kupeste-sistemleri .kg-faq-q{
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px;
  font-size: 16px;
  font-weight: 800;
  color: #0b1b2b;
}
.page-korkuluk-kupeste-sistemleri .kg-faq-item[open] .kg-faq-q{
  padding-bottom: 12px;
}

.page-korkuluk-kupeste-sistemleri .kg-faq-q::-webkit-details-marker{ display:none; }

.page-korkuluk-kupeste-sistemleri .kg-faq-icon{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(0, 174, 239, 0.10);
  border: 1px solid rgba(0, 174, 239, 0.22);
  position: relative;
  flex: 0 0 34px;
}
.page-korkuluk-kupeste-sistemleri .kg-faq-icon:before,
.page-korkuluk-kupeste-sistemleri .kg-faq-icon:after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--accent);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}
.page-korkuluk-kupeste-sistemleri .kg-faq-icon:before{
  width: 14px;
  height: 2px;
}
.page-korkuluk-kupeste-sistemleri .kg-faq-icon:after{
  width: 2px;
  height: 14px;
}

.page-korkuluk-kupeste-sistemleri .kg-faq-item[open] .kg-faq-icon:after{
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.page-korkuluk-kupeste-sistemleri .kg-faq-body{
  padding: 0 18px 18px;
  color: #2f3a4a;
  line-height: 1.75;
  font-size: 15.5px;
}
.page-korkuluk-kupeste-sistemleri .kg-faq-body p{
  margin: 0;
}
.page-korkuluk-kupeste-sistemleri .kg-faq-item[open]{
  border-color: rgba(0, 174, 239, 0.40);
}

.page-korkuluk-kupeste-sistemleri .kg-faq-q:focus{
  outline: none;
}
.page-korkuluk-kupeste-sistemleri .kg-faq-item:focus-within{
  box-shadow: 0 0 0 4px rgba(0, 174, 239, 0.14), 0 6px 18px rgba(16, 24, 40, 0.04);
}

/* RESPONSIVE */
@media (max-width: 980px){
  .page-korkuluk-kupeste-sistemleri{ --hero-h: 380px; }
  .page-korkuluk-kupeste-sistemleri .menuhub-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .page-korkuluk-kupeste-sistemleri .menuhub-title{ font-size: 44px; }
  .page-korkuluk-kupeste-sistemleri .menuhub-subtitle{ font-size: 19px; }
  .page-korkuluk-kupeste-sistemleri .menuhub-card{ height: 260px; }
  .page-korkuluk-kupeste-sistemleri .menuhub-text-inner h2{ font-size: 26px; }
  .page-korkuluk-kupeste-sistemleri .kg-faq-title{ font-size: 30px; }
}

@media (max-width: 640px){
  .page-korkuluk-kupeste-sistemleri{ --hero-h: 340px; }
  .page-korkuluk-kupeste-sistemleri .menuhub-grid{ grid-template-columns:1fr; }
  .page-korkuluk-kupeste-sistemleri .menuhub-title{ font-size: 36px; }
}
