/**
 * footer-modern.css
 * Tüm renkler css/tokens.css üzerinden yönetilir.
 * Doğrudan kullanılan tokenlar:
 *   --color-accent, --color-accent-dark, --color-accent2
 *   --gradient-accent, --gradient-accent-90, --gradient-accent-h
 *   --text-dark, --text-body, --text-light, --text-muted
 *   --light-bg, --light-bg-alt, --light-border, --white
 *   --shadow-sm, --shadow-accent-sm
 *   --dark-border, --dark-bg
 *   --radius-sm, --radius-md, --radius-pill
 *   --font-sans, --font-heading
 *   --orb-accent, --orb-accent2
 *   --color-green-dark
 */

.footer-modern { display: block; }



/* ====================================
   Footer Contact Widget
   ==================================== */
.footer-contact-widget {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4, 16px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-contact-list > li {
  display: flex;
  gap: var(--space-3, 12px);
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-body, #475569);
  transition: color 0.2s ease;
}

.footer-contact-list > li:hover {
  color: var(--text-dark, #1e293b);
}

.footer-contact-list > li > i {
  flex-shrink: 0;
  width: 18px;
  margin-top: 3px;
  font-size: 14px;
  color: var(--color-accent, #6366f1);
}

.footer-contact-list > li > a {
  color: var(--text-body, #475569);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-list > li > a:hover {
  color: var(--color-accent, #6366f1);
}

.footer-contact-list > li > strong {
  font-weight: 600;
  color: var(--text-dark, #1e293b);
}

/* ====================================
   Footer Nav Widget
   ==================================== */
.footer-nav-widget {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-nav-list > li {
  position: relative;
  padding-inline-start: 16px;
}

.footer-nav-list > li::before {
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  content: '';
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  background: var(--color-accent, #6366f1);
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.footer-nav-list > li:hover::before {
  opacity: 1;
}

.footer-nav-widget > h4 {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: var(--text-dark, #1e293b);
  text-transform: uppercase;
}

.footer-nav-list > li > a {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: 14px;
  color: var(--text-body, #475569);
  text-decoration: none;
  transition: color 0.2s ease, padding-inline-start 0.2s ease;
}

.footer-nav-list > li > a:hover {
  padding-inline-start: 4px;
  color: var(--color-accent, #6366f1);
}

/* ====================================
   Footer Newsletter Widget
   ==================================== */
.footer-newsletter-widget {
  display: flex;
  flex-direction: column;
  gap: var(--space-3, 12px);
}

/* ====================================
   Footer Copyright Row
   ==================================== */
.footer-copyright-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4, 16px);
  align-items: center;
  justify-content: space-between;
}

/* ====================================
   Payment Icons — Modern
   ==================================== */
.fpay-ssl-icon {
  font-size: 16px;
  line-height: 1;
}

.fpay-3d-icon {
  font-size: 16px;
  line-height: 1;
}

/* ====================================
   Legacy #footer overrides
   ==================================== */

#footer,
#footer * {
  box-sizing: border-box !important;
}

#footer {
  background: linear-gradient(180deg, var(--light-bg, #f8f9fa) 0%, var(--white, #fff) 100%) !important;
  color: var(--text-body, #475569) !important;
  font-size: 14px !important;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  clear: both;
  border-top: none !important;
  font-family: var(--font-sans) !important;
  line-height: 1.65 !important;
  margin-top: 0 !important;
}


#footer a,
#footer a:link,
#footer a:visited {
  color: inherit !important;
  text-decoration: none !important;
}

#footer a:hover,
#footer a:active {
  color: inherit !important;
  text-decoration: none !important;
}

#footer a:focus-visible {
  outline: 2px solid var(--color-accent, #6366f1) !important;
  outline-offset: 2px !important;
}


#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  font-family: var(--font-sans) !important;
  color: var(--text-dark, #1e293b) !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  line-height: 1.4 !important;
}


#footer p {
  font-family: inherit !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 1.85 !important;
  letter-spacing: 0 !important;
  color: var(--text-body, #475569) !important;
  margin-bottom: 0 !important;
}


#footer strong {
  color: inherit !important;
  font-weight: 600 !important;
}


#footer ul,
#footer ol {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}


#footer ::selection {
  background: var(--color-accent, #6366f1) !important;
  color: #fff !important;
}

#footer ::-moz-selection {
  background: var(--color-accent, #6366f1) !important;
  color: #fff !important;
}


#footer .footer-content,
#footer > .footer-analytics > .footer-content {
  padding: 70px 0 40px !important;
}

#footer .copyright-content {
  border-top: 1px solid var(--light-border, #e2e8f0) !important;
  min-height: auto !important;
  padding: 22px 0 !important;
  background: var(--light-bg-alt, #f8fafc) !important;
}


#footer .copyright-content .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .copyright-col-text {
  flex: 1 1 auto;
}
#footer .copyright-col-social {
  flex: 0 0 auto;
}

#footer .copyright-text {
  font-size: 13px !important;
  padding-top: 0 !important;
  text-align: left !important;
  text-transform: none !important;
  color: var(--text-light, #64748b) !important;
  line-height: 1.8 !important;
  margin: 0 !important;
}

/* #footer .footer-logo resets merged into main definition below */


#footer .social-icons {
  float: none !important;
  height: auto !important;
  overflow: visible !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#footer .social-icons li,
#footer .social-icons li a {
  float: none !important;
  list-style: none !important;
}

/* #footer .social-icons li a resets merged into main definition below at line ~973 */


#footer .seperator {
  color: #e2e8f0 !important;
  margin: 30px auto !important;
}

#footer .seperator::before,
#footer .seperator::after {
  border-bottom-color: #e2e8f0 !important;
}


#footer .widget-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  margin-bottom: 22px !important;
  padding-bottom: 14px !important;
  color: var(--text-dark, #1e293b) !important;
  border: none !important;
}




#footer .footer-content {
  position: relative;
  z-index: 2;
}

#footer .widget {
  margin-bottom: 0 !important;
  float: none !important;
  width: auto !important;
  background-image: none !important;
}

#footer .widget .widget-title,
#footer .widget > h4,
#footer .widget h3,
#footer .widget h4 {
  font-family: inherit !important;
}

.social-icons-colored-hover li a { transition: background 0.2s ease, color 0.2s ease; }

#footer .social-icons:not(.social-icons-colored) li a:hover {
  background-color: transparent !important;
}

#footer .list-large li {
  margin: 0 !important;
}

#footer .list-large li:first-child { margin-top: 0 !important; }
#footer .list-large li:last-child { margin-bottom: 0 !important; }

/* #footer .list-icon li margins merged into main definition below */

#footer .widget.widget-newsletter button {
  margin-left: 0 !important;
}

#footer .widget-newsletter .input-group-addon {
  border: none !important;
  background: transparent !important;
}

#footer .widget-newsletter .input-group-addon i {
  color: var(--color-accent, #6366f1) !important;
}

/* #footer .widget-newsletter small merged into main definition below */

#footer .widget-newsletter label.error {
  display: none !important;
}



#footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-accent-90, linear-gradient(90deg, #6366f1, #8b5cf6, #ec4899, #6366f1));
  background-size: 300% 100%;
  animation: gradientSlide 6s ease infinite;
}

@keyframes gradientSlide {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

#footer::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(circle at 10% 20%, var(--orb-accent, rgb(99 102 241 / 4%)) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, var(--orb-accent2, rgb(139 92 246 / 3%)) 0%, transparent 50%);
  pointer-events: none;
}


#footer .footer-cta-banner {
  background: var(--gradient-accent, linear-gradient(135deg, #6366f1, #8b5cf6)) !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  z-index: 2;
  overflow: hidden !important;
  border: none !important;
}

#footer .footer-cta-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 32px 0 !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}

#footer .footer-cta-text {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex: 1 !important;
  min-width: 0 !important;
}

#footer .footer-cta-text > i {
  font-size: 28px !important;
  color: rgba(255,255,255,0.7) !important;
  flex-shrink: 0 !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none !important;
  position: static !important;
  line-height: 1 !important;
  display: inline-block !important;
}

#footer .footer-cta-text h3 {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

#footer .footer-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #fff !important;
  border: 2px solid #fff !important;
  color: var(--color-accent, #6366f1) !important;
  padding: 12px 28px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.3px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

#footer .footer-cta-btn:hover,
#footer .footer-cta-btn:focus {
  background: rgba(255,255,255,0.15) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,0.5) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important;
}

#footer .footer-cta-btn i {
  font-size: 14px !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none !important;
  position: static !important;
  line-height: 1 !important;
  color: inherit !important;
  display: inline-block !important;
}


#footer .footer-logo {
  text-align: left;
  display: flex;
  align-items: center;
  border-right: none;
  margin-bottom: 0;
  padding-right: 0;
  float: none;
}

#footer .footer-logo img {
  max-width: 180px;
  height: auto;
  transition: opacity 0.3s ease;
}

#footer .footer-logo img:hover { opacity: 0.8; }


#footer .footer-intro-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  padding: 30px 35px;
  margin-bottom: 10px;
  border: 1px solid var(--light-border, #e2e8f0);
  box-shadow: var(--shadow-sm, 0 2px 12px rgb(0 0 0 / 6%));
  gap: 30px;
}

#footer .footer-intro-row .footer-logo { flex-shrink: 0; }

#footer .footer-intro-text {
  flex: 1;
  min-width: 0;
  text-align: justify;
  color: var(--text-body, #475569);
  line-height: 1.85;
  font-size: 14px;
}

#footer .footer-intro-text p { margin: 0; }
#footer .footer-intro-text strong { color: #1e293b; }

#footer .footer-intro-text a,
#footer .footer-intro-text a:link,
#footer .footer-intro-text a:visited {
  color: var(--color-accent, #6366f1) !important;
  font-weight: 600;
  transition: color 0.3s ease;
}

#footer .footer-intro-text a:hover,
#footer .footer-intro-text a:focus {
  color: var(--color-accent-dark, #4f46e5) !important;
}


#footer .seperator-dark,
#footer .seperator-simple {
  border-color: var(--light-border, #e2e8f0) !important;
  margin: 30px 0;
}



#footer .footer-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.4fr) minmax(0, 1.3fr);
  gap: 24px;
}

#footer .footer-col-card {
  min-width: 0;
  background: #fff;
  border-radius: 16px;
  padding: 30px 28px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(99, 102, 241, 0.04);
  transition: box-shadow 0.3s ease;
  animation: footerFadeIn 0.6s ease-out backwards;
}

#footer .footer-col-card:hover {
  box-shadow: 0 8px 30px rgb(99 102 241 / 10%);
}


#footer .footer-col-card .widget {
  margin: 0;
  padding: 0;
}

#footer .footer-col-card .widget h3,
#footer .footer-col-card .widget h4,
#footer .footer-col-card .widget-title {
  color: var(--text-dark, #1e293b) !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 14px;
}

#footer .footer-col-card .widget h3::after,
#footer .footer-col-card .widget h4::after,
#footer .footer-col-card .widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 3px;
  background: var(--gradient-accent, linear-gradient(135deg, #6366f1, #8b5cf6));
  border-radius: 2px;
}




#footer .footer-links-duo {
  display: flex;
  gap: 30px;
}

#footer .footer-links-duo .widget {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}







.hp-trap {
  display: none;
}


#footer .footer-payment-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 8px 0 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#footer .footer-pay-item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 8px 14px !important;
  margin: 0 !important;
  background: var(--light-bg, #f8f9fa) !important;
  border: 1px solid var(--light-border, #e2e8f0) !important;
  border-radius: 8px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: var(--text-body, #475569) !important;
  letter-spacing: 0.3px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: default !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
  float: none !important;
  position: relative !important;
}

#footer .footer-pay-item:hover {
  background: rgb(99 102 241 / 6%) !important;
  border-color: rgb(99 102 241 / 25%) !important;
  transform: translateY(-2px) !important;
}

#footer .footer-pay-item svg {
  flex-shrink: 0 !important;
  display: inline-block !important;
}

#footer .footer-pay-item i {
  font-size: 17px !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  float: none !important;
  background: none !important;
  border: none !important;
  display: inline-block !important;
}


#footer .fpay-mc {
  padding: 8px 14px !important;
}
#footer .fpay-mc-logo {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 2px !important;
}
#footer .fpay-mc-circles {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  width: 30px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
}
#footer .fpay-mc-red {
  position: absolute !important;
  left: 0 !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: #eb001b !important;
}
#footer .fpay-mc-yellow {
  position: absolute !important;
  left: 12px !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: #f79e1b !important;
}

#footer .fpay-mc-red::after {
  content: '' !important;
  position: absolute !important;
  right: -3px !important;
  top: 3px !important;
  width: 6px !important;
  height: 12px !important;
  background: #ff5f00 !important;
  border-radius: 50% !important;
}
#footer .fpay-mc-text {
  font-size: 7px !important;
  font-weight: 600 !important;
  color: #252525 !important;
  letter-spacing: 0.8px !important;
  text-transform: lowercase !important;
  font-family: var(--font-heading) !important;
  line-height: 1 !important;
}


#footer .fpay-troy {
  padding: 8px 14px !important;
  background: #fff !important;
}
#footer .fpay-troy-logo {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}
#footer .fpay-troy-wave {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  width: 14px !important;
  height: 14px !important;
  position: relative !important;
}
#footer .fpay-troy-wave-1 {
  width: 14px !important;
  height: 6px !important;
  background: #00a651 !important;
  border-radius: 0 6px 0 0 !important;
  position: absolute !important;
  top: 1px !important;
  left: 0 !important;
}
#footer .fpay-troy-wave-2 {
  width: 14px !important;
  height: 6px !important;
  background: #0072bc !important;
  border-radius: 0 0 6px 0 !important;
  position: absolute !important;
  bottom: 1px !important;
  left: 0 !important;
}
#footer .fpay-troy-text {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #00348b !important;
  letter-spacing: 1.5px !important;
  font-family: var(--font-sans) !important;
  line-height: 1 !important;
}


#footer .fpay-visa {
  padding: 6px 12px !important;
}


#footer .fpay-brand { font-weight: 700; letter-spacing: 0.04em; }

#footer .fpay-brand--visa {
  color: #1a1f71;
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.5px;
}


#footer .fpay-iyzico {
  background: #eff6ff !important;
  border-color: #bfdbfe !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 6px 14px !important;
  line-height: 1.2 !important;
}


#footer .fpay-brand--iyzico {
  color: #1e64ff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.3px;
}


#footer .fpay-iyzico-sub {
  font-size: 9px;
  color: #64748b;
}


#footer .fpay-3d-label {
  font-weight: 700;
  color: var(--color-accent, #6366f1);
}


#footer .fpay-ssl {
  border-color: var(--color-green-dark, #16a34a) !important;
  background: rgb(22 163 74 / 6%) !important;
  color: var(--color-green-dark, #16a34a) !important;
}


#footer .fpay-3d {
  border-color: #c7d2fe !important;
  background: #eef2ff !important;
}




#footer .footer-analytics {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  min-height: 0 !important;
  background: transparent !important;
}


#footer .social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 15px;
  line-height: normal;
  text-align: center;
  overflow: visible;
  margin: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

#footer .social-icons li a:hover,
#footer .social-icons li a:focus {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

#footer .social-icons li a[href*="facebook"]:hover,
#footer .social-icons li a[href*="facebook"]:focus { background: #1877f2; border-color: transparent; color: #fff !important; }
#footer .social-icons li a[href*="twitter"]:hover,
#footer .social-icons li a[href*="twitter"]:focus,
#footer .social-icons li a[href*="x.com"]:hover,
#footer .social-icons li a[href*="x.com"]:focus { background: #1da1f2; border-color: transparent; color: #fff !important; }
#footer .social-icons li a[href*="youtube"]:hover,
#footer .social-icons li a[href*="youtube"]:focus { background: #ff0000; border-color: transparent; color: #fff !important; }



#goToTop {
  position: fixed;
  right: 30px;
  width: 48px;
  height: 48px;
  background: var(--gradient-accent, linear-gradient(135deg, #6366f1, #8b5cf6)) !important;
  border-radius: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  z-index: var(--z-overlay); /* token: ~z-index:999 → --z-overlay(1000) */
  box-shadow: 0 8px 25px rgb(99 102 241 / 35%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible !important;
}

#goToTop::before, #goToTop::after { display: none !important; content: none !important; }

#goToTop:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgb(99 102 241 / 50%);
  background: var(--gradient-accent-h, linear-gradient(135deg, #4f46e5, #7c3aed)) !important;
}

#goToTop:focus { outline: 2px solid var(--color-accent, #6366f1); outline-offset: 2px; }

#goToTop i {
  font-size: 20px !important;
  line-height: 1 !important;
  color: #fff !important;
  width: auto !important;
  height: auto !important;
  position: static !important;
  transform: none !important;
  background: transparent !important;
}

#goToTop:hover i { transform: none !important; }



@media (max-width: 991px) {
  #footer .footer-content { padding: 50px 0 30px; }

  #footer .footer-intro-row {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }

  #footer .footer-intro-row .footer-logo { margin-bottom: 15px; }
  #footer .footer-intro-text { text-align: center; }

  #footer .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #footer .footer-col-card {
    padding: 28px 24px;
  }

  #footer .footer-col-card .widget h3::after,
  #footer .footer-col-card .widget h4::after,
  #footer .footer-col-card .widget-title::after {
    left: 0;
  }

  #footer .footer-links-duo {
    gap: 20px;
  }

  #footer .copyright-content .row { text-align: center; }

  #footer .copyright-text {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }

  #footer .social-icons {
    float: none;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-subscribe-group {
    flex-wrap: wrap;
  }

  .footer-subscribe-group:focus-within {
    box-shadow: none;
  }

  .footer-subscribe-icon {
    display: none;
  }

  .footer-subscribe-input {
    flex: 1 1 100%;
    height: 42px;
  }

  .footer-subscribe-btn-wrap {
    flex: 1 1 100%;
    padding: 0 5px 5px;
  }

  .footer-subscribe-btn {
    width: 100%;
  }

  #footer .footer-cta-inner {
    flex-direction: column !important;
    text-align: center !important;
    padding: 28px 0 !important;
  }

  #footer .footer-cta-text {
    flex-direction: column !important;
    gap: 10px !important;
  }

  #footer .footer-cta-text h3 {
    font-size: 16px !important;
  }

  #footer .footer-cta-btn {
    padding: 12px 24px !important;
    font-size: 13px !important;
  }

  #footer .footer-columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #footer .footer-col-card {
    padding: 24px 20px;
  }

  #footer .footer-links-duo {
    gap: 15px;
  }

  #goToTop {
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 12px !important;
  }
}


#footer .footer-col-card:nth-child(1) { animation-delay: 0.1s; }
#footer .footer-col-card:nth-child(2) { animation-delay: 0.2s; }
#footer .footer-col-card:nth-child(3) { animation-delay: 0.3s; }

@keyframes footerFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



#kvkk-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--z-header); /* token: z-index:10000 → --z-header */
  padding: 16px 20px;
  background: rgba(15, 23, 42, .95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--dark-border, rgb(99 102 241 / 10%));
  box-shadow: 0 -4px 30px rgba(0, 0, 0, .25);
  
  transform: translateY(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1),
              visibility 0s linear .4s;
}

#kvkk-banner.kvkk-show {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1),
              visibility 0s linear 0s;
}

.kvkk-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.kvkk-text {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.kvkk-text i {
  font-size: 20px;
  color: #818cf8;
  flex-shrink: 0;
  margin-top: 2px;
}

.kvkk-text p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #cbd5e1;
}

.kvkk-text a {
  color: #818cf8;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s;
}

.kvkk-text a:hover {
  color: #a5b4fc;
}

.kvkk-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

#kvkk-accept {
  padding: 9px 22px;
  border: none;
  border-radius: 8px;
  background: var(--gradient-accent, linear-gradient(135deg, #6366f1, #8b5cf6));
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

#kvkk-accept:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-accent-sm, 0 4px 15px rgb(99 102 241 / 30%));
}

.kvkk-btn-ghost {
  padding: 9px 18px;
  border: 1px solid rgba(148, 163, 184, .25);
  border-radius: 8px;
  background: transparent;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color .2s, color .2s;
}

.kvkk-btn-ghost:hover {
  border-color: #818cf8;
  color: #c7d2fe;
}

@media (max-width: 640px) {
  .kvkk-inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .kvkk-text {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .kvkk-actions {
    width: 100%;
    justify-content: center;
  }
}



.wp-fab {
  position: fixed;
  bottom: 90px;
  right: 24px;
  z-index: var(--z-fab);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row-reverse;
}

.wp-fab-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 4px 20px rgba(37, 211, 102, .35);
  transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s ease;
}

.wp-fab-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(37, 211, 102, .5);
}

.wp-fab-icon {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-fab-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37, 211, 102, .25);
  animation: wp-ping 2s cubic-bezier(0, 0, .2, 1) infinite;
  z-index: 1;
}

@keyframes wp-ping {
  0%       { transform: scale(1);   opacity: .7; }
  75%, 100% { transform: scale(1.8); opacity: 0;  }
}

.wp-fab-tooltip {
  pointer-events: none;
  background: rgba(15, 23, 42, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #f1f5f9;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 16px;
  border-radius: 12px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity .3s ease, transform .3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
  border: 1px solid rgba(255, 255, 255, .06);
}

.wp-fab-tooltip small {
  display: block;
  font-size: 11px;
  color: #94a3b8;
  font-weight: 400;
  margin-top: 2px;
}

.wp-fab:hover .wp-fab-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* ====================================
   Bülten Abonelik Formu — Light Tema
   ==================================== */
.footer-subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-subscribe-form small {
  color: var(--text-muted, #94a3b8);
}

.footer-subscribe-group {
  display: flex;
  overflow: hidden;
  align-items: stretch;
  min-width: 0;
  max-width: 100%;
  border: 1.5px solid var(--light-border, #e2e8f0);
  border-radius: var(--radius-sm, 10px);
  background: var(--white, #fff);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.footer-subscribe-group:focus-within {
  border-color: var(--color-accent, #6366f1);
  box-shadow: 0 0 0 3px rgb(99 102 241 / 10%);
}

.footer-subscribe-group,
.footer-subscribe-input,
.footer-subscribe-btn {
  -webkit-tap-highlight-color: transparent;
}

.footer-subscribe-input:focus,
.footer-subscribe-btn:focus {
  outline: none;
  box-shadow: none;
}

.footer-subscribe-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-size: 14px;
  color: var(--color-accent, #6366f1);
  background: rgb(99 102 241 / 6%);
  border-right: 1.5px solid var(--light-border, #e2e8f0);
}

.footer-subscribe-input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  font-family: var(--font-sans, inherit);
  font-size: 14px;
  color: var(--text-dark, #1e293b);
  background: transparent;
  outline: none;
  border: none;
}

.footer-subscribe-input::placeholder {
  color: var(--text-muted, #94a3b8);
}

.footer-subscribe-btn-wrap {
  display: flex;
  flex-shrink: 0;
  padding: 5px;
}

.footer-subscribe-btn {
  height: 34px;
  padding: 0 16px;
  font-family: var(--font-sans, inherit);
  font-size: 13px;
  font-weight: 600;
  color: var(--white, #fff);
  background: var(--gradient-accent, linear-gradient(135deg, #6366f1, #8b5cf6));
  cursor: pointer;
  border: none;
  border-radius: 6px;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-subscribe-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.footer-subscribe-btn:active {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 768px) {
  .wp-fab {
    bottom: 78px;
    right: 16px;
  }

  .wp-fab-btn {
    width: 52px;
    height: 52px;
  }

  .wp-fab-icon {
    font-size: 26px;
  }

  .wp-fab-tooltip {
    display: none;
  }
}
