
/* PATCH 014 - Gerçek footer HTML + premium footer tasarımı */

.premium-footer{
  position:relative !important;
  overflow:hidden !important;
  margin-top:0 !important;
  background:
    radial-gradient(circle at 12% 0%,rgba(215,168,79,.16),transparent 28%),
    radial-gradient(circle at 85% 80%,rgba(44,105,160,.20),transparent 34%),
    linear-gradient(135deg,#06172d 0%,#0b2340 52%,#071b33 100%) !important;
  color:#fff !important;
  border-top:1px solid rgba(241,209,133,.18) !important;
}

.premium-footer:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 115px);
  opacity:.35;
}

.footer-glow{
  position:absolute;
  width:420px;
  height:420px;
  right:-140px;
  top:-180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(215,168,79,.25),transparent 65%);
  filter:blur(6px);
  pointer-events:none;
}

.premium-footer .container{
  position:relative;
  z-index:2;
}

.footer-cta{
  transform:translateY(-1px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:34px;
  margin-bottom:34px;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.045));
  border:1px solid rgba(241,209,133,.18);
  box-shadow:0 24px 70px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(14px);
}

.footer-cta h2{
  margin:10px 0 10px;
  color:#fff !important;
  font-size:34px;
  line-height:1.12;
  letter-spacing:-.04em;
}

.footer-cta p{
  margin:0;
  max-width:720px;
  color:rgba(255,255,255,.72) !important;
  line-height:1.7;
}

.footer-cta-btn{
  flex:0 0 auto;
  padding:16px 26px !important;
  border-radius:18px !important;
}

.footer-grid{
  display:grid !important;
  grid-template-columns:1.7fr 1fr 1fr 1.25fr !important;
  gap:24px !important;
  padding:18px 0 30px !important;
}

.footer-brand-col,
.footer-card{
  border-radius:26px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
  padding:26px;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
}

.footer-logo{
  display:inline-flex;
  align-items:center;
  margin-bottom:18px;
}

.footer-logo img{
  max-width:275px;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.24));
}

.footer-logo-light{display:none;}
.footer-logo-dark{display:block;}

.footer-desc{
  margin:0 0 20px;
  color:rgba(255,255,255,.72) !important;
  line-height:1.75;
}

.footer-card h3{
  margin:0 0 18px;
  color:#fff !important;
  font-size:20px;
  letter-spacing:-.03em;
}

.footer-card ul{
  margin:0;
  padding:0;
  list-style:none;
}

.footer-card li{
  margin-bottom:11px;
}

.footer-card a{
  color:rgba(255,255,255,.72) !important;
  display:inline-flex;
  align-items:center;
  gap:9px;
  transition:.22s ease;
}

.footer-card a:before{
  content:"✦";
  font-size:9px;
  color:#f1d185;
}

.footer-card a:hover{
  color:#f1d185 !important;
  transform:translateX(3px);
}

.footer-social{
  display:flex;
  gap:12px;
}

.footer-social a{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  color:#f1d185 !important;
  transition:.22s ease;
}

.footer-social a:hover{
  background:linear-gradient(135deg,#d7a84f,#f1d185);
  color:#071b33 !important;
  transform:translateY(-3px);
}

.footer-contact-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:13px;
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.07);
}

.footer-contact-item .icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,#d7a84f,#f1d185);
  color:#071b33;
  font-weight:900;
}

.footer-contact-item strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}

.footer-contact-item a,
.footer-contact-item span{
  color:rgba(255,255,255,.68) !important;
}

.footer-contact-item a:before{
  display:none !important;
}

.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:24px 0 34px;
  border-top:1px solid rgba(255,255,255,.09);
}

.footer-bottom p{
  margin:0;
  color:rgba(255,255,255,.58) !important;
}

.footer-bottom strong{
  color:#f1d185;
}

/* Beyaz mod footer */
body.light-mode .premium-footer{
  background:
    radial-gradient(circle at 12% 0%,rgba(215,168,79,.12),transparent 28%),
    linear-gradient(180deg,#f8fafb 0%,#edf2f4 100%) !important;
  color:#17272d !important;
  border-top-color:rgba(7,27,51,.08) !important;
}

body.light-mode .footer-cta,
body.light-mode .footer-brand-col,
body.light-mode .footer-card,
body.light-mode .footer-contact-item{
  background:rgba(255,255,255,.78) !important;
  border-color:rgba(7,27,51,.08) !important;
  box-shadow:0 18px 45px rgba(7,27,51,.08);
}

body.light-mode .footer-logo-dark{display:none;}
body.light-mode .footer-logo-light{display:block;}

body.light-mode .footer-cta h2,
body.light-mode .footer-card h3,
body.light-mode .footer-contact-item strong{
  color:#17272d !important;
}

body.light-mode .footer-cta p,
body.light-mode .footer-desc,
body.light-mode .footer-card a,
body.light-mode .footer-contact-item a,
body.light-mode .footer-contact-item span{
  color:#53666d !important;
}

body.light-mode .footer-bottom{
  border-top-color:rgba(7,27,51,.08);
}

body.light-mode .footer-bottom p{
  color:#66777d !important;
}

/* Responsive */
@media(max-width:1080px){
  .footer-grid{
    grid-template-columns:1fr 1fr !important;
  }
  .footer-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:720px){
  .footer-grid{
    grid-template-columns:1fr !important;
  }
  .footer-cta{
    padding:24px;
    border-radius:24px;
  }
  .footer-cta h2{
    font-size:26px;
  }
  .footer-bottom{
    flex-direction:column;
    text-align:center;
  }
}
