/* =========================================================
   REYONX FOOTER PREMIUM v2
   Scope: Footer, brand strip, benefits, newsletter, social, footer links
========================================================= */

.rx-brand-strip{
  background:#ffffff;
  overflow:hidden;
  padding:24px 0;
  border-top:1px solid #eee8dc;
  border-bottom:1px solid #eee8dc;
}

.rx-brand-track{
  display:flex;
  align-items:center;
  width:max-content;
  animation:brandMove 36s linear infinite;
}

.rx-brand-track:hover{
  animation-play-state:paused;
}

.rx-brand-item{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 44px;
}

.rx-brand-item img{
  height:42px;
  width:auto;
  max-width:none;
  object-fit:contain;
  filter:grayscale(35%);
  opacity:.88;
  transition:transform .25s ease,filter .25s ease,opacity .25s ease;
}

.rx-brand-item:hover img{
  filter:none;
  opacity:1;
  transform:translateY(-2px) scale(1.06);
}

@keyframes brandMove{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

.rx-footer-premium{
  background:
    radial-gradient(circle at 18% 10%,rgba(230,126,34,.13),transparent 28%),
    linear-gradient(180deg,#1f4a35 0%,#173b2a 100%);
  padding:48px 0 32px;
  color:#fff;
}

.rx-footer-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-bottom:34px;
}

.rx-footer-benefit-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  padding:22px 16px;
  text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.10);
  transition:transform .22s ease,background .22s ease,border-color .22s ease;
}

.rx-footer-benefit-card:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.11);
  border-color:rgba(230,126,34,.45);
}

.rx-footer-benefit-card i{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 10px;
  color:#E67E22;
  background:rgba(230,126,34,.10);
  font-size:21px;
}

.rx-footer-benefit-card strong{
  display:block;
  font-size:16px;
  line-height:1.25;
  margin-bottom:6px;
}

.rx-footer-benefit-card span{
  display:block;
  font-size:13px;
  opacity:.86;
}

.rx-footer-newsletter{
  background:#F8F4EC;
  color:#23412F;
  border-radius:18px;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:24px;
  box-shadow:0 16px 36px rgba(0,0,0,.14);
}

.rx-footer-mini-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  background:#23412F;
  color:#fff;
  border-radius:999px;
  padding:7px 11px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.25px;
  margin-bottom:10px;
}

.rx-footer-newsletter h3{
  margin:0 0 6px;
  font-size:25px;
  line-height:1.2;
  font-weight:900;
  color:#23412F;
}

.rx-footer-newsletter p{
  margin:0;
  color:#2B2B2B;
  opacity:.82;
}

.rx-footer-newsletter-form{
  display:flex;
  gap:10px;
  flex:0 0 auto;
}

.rx-footer-newsletter-form input{
  height:46px;
  width:310px;
  border:1px solid #E5DFD2;
  border-radius:10px;
  padding:0 14px;
  background:#fff;
  color:#2B2B2B;
  box-shadow:none;
}

.rx-footer-newsletter-form input:focus{
  outline:none;
  border-color:#E67E22;
  box-shadow:0 0 0 3px rgba(230,126,34,.12);
}

.rx-footer-newsletter-form button{
  height:46px;
  border:none;
  border-radius:10px;
  background:#E67E22;
  color:#fff;
  font-weight:900;
  padding:0 20px;
  box-shadow:0 10px 22px rgba(230,126,34,.22);
  transition:background .22s ease,transform .22s ease;
}

.rx-footer-newsletter-form button:hover{
  background:#D35400;
  transform:translateY(-1px);
}

.rx-footer-social{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
}

.rx-footer-social a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#fff !important;
  text-decoration:none !important;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  padding:10px 14px;
  font-weight:800;
  transition:background .2s ease,transform .2s ease,border-color .2s ease;
}

.rx-footer-social a:hover{
  background:#E67E22;
  border-color:#E67E22;
  transform:translateY(-2px);
}

.rx-footer-bottom{
  background:#2b2b2b;
  color:#d9d9d9;
  padding:38px 0 24px;
}

.rx-footer-bottom-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:34px;
  padding-bottom:28px;
  border-bottom:1px solid rgba(255,255,255,.13);
}

.rx-footer-col h5{
  color:#fff;
  font-size:15px;
  font-weight:900;
  margin:0 0 14px;
}

.rx-footer-col ul{
  margin:0;
  padding:0;
}

.rx-footer-col li{
  margin-bottom:8px;
}

.rx-footer-col a{
  color:#d9d9d9 !important;
  text-decoration:none !important;
  font-size:13px;
  transition:color .18s ease,padding-left .18s ease;
}

.rx-footer-col a:hover{
  color:#E67E22 !important;
  padding-left:4px;
}

.rx-footer-signature{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding-top:22px;
}

.rx-footer-signature strong{
  color:#fff;
  display:block;
  font-weight:900;
}

.rx-footer-signature span{
  display:block;
  color:#bdbdbd;
  margin-top:3px;
  font-size:12px;
}

.rx-footer-legal{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.rx-footer-legal a{
  color:#d9d9d9 !important;
  text-decoration:none !important;
  font-size:12px;
}

.rx-footer-legal a:hover{
  color:#E67E22 !important;
}

@media(max-width:768px){
  .rx-brand-strip{
    overflow-x:auto;
    overflow-y:hidden;
    padding:14px 0;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
    scrollbar-color:rgba(35,65,47,.45) transparent;
    overscroll-behavior-x:contain;
  }

  .rx-brand-strip::-webkit-scrollbar{
    height:5px;
  }

  .rx-brand-strip::-webkit-scrollbar-track{
    background:transparent;
  }

  .rx-brand-strip::-webkit-scrollbar-thumb{
    background:rgba(35,65,47,.45);
    border-radius:999px;
  }

  .rx-brand-track{
    animation:none !important;
    transform:none !important;
    display:flex;
    align-items:center;
    width:max-content;
    will-change:auto;
  }

  .rx-brand-item{
    margin:0 11px;
  }

  .rx-brand-item img{
    height:28px;
  }

  .rx-footer-premium{
    padding:34px 0 26px;
  }

  .rx-footer-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-bottom:22px;
  }

  .rx-footer-benefit-card{
    padding:14px 8px;
    min-height:96px;
    border-radius:13px;
  }

  .rx-footer-benefit-card i{
    width:34px;
    height:34px;
    font-size:17px;
    margin-bottom:7px;
  }

  .rx-footer-benefit-card strong{
    font-size:12px;
  }

  .rx-footer-benefit-card span{
    font-size:10px;
  }

  .rx-footer-newsletter{
    display:block;
    padding:22px;
    border-radius:18px;
  }

  .rx-footer-newsletter h3{
    font-size:24px;
  }

  .rx-footer-newsletter-form{
    display:block;
    margin-top:16px;
  }

  .rx-footer-newsletter-form input,
  .rx-footer-newsletter-form button{
    width:100%;
    margin-bottom:10px;
  }

  .rx-footer-social{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px;
  }

  .rx-footer-social a{
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:58px;
    padding:8px 4px;
    font-size:11px;
  }

  .rx-footer-bottom{
    padding:30px 0 22px;
  }

  .rx-footer-bottom-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:18px;
    row-gap:22px;
  }

  .rx-footer-col{
    min-width:0;
  }

  .rx-footer-col h5{
    margin-bottom:8px;
  }

  .rx-footer-col li{
    margin-bottom:6px;
  }

  .rx-footer-signature{
    display:block;
  }

  .rx-footer-legal{
    margin-top:12px;
  }
}

@media(max-width:420px){
  .rx-brand-item{
    margin:0 9px;
  }

  .rx-brand-item img{
    height:26px;
  }
}


/* =========================================================
   REYONX FOOTER PAYMENT TRUST - FINAL POSITION
   PC: copyright left, payment/security badges right, same row.
   Mobile: natural footer flow, no absolute positioning.
========================================================= */

.rx-footer-signature{
  display:flex !important;
  justify-content:space-between !important;
  align-items:flex-start !important;
  gap:18px !important;
  padding-top:22px !important;
}

.rx-footer-signature-left{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  text-align:left !important;
}

.rx-footer-payment-trust{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
  flex-wrap:wrap !important;
  margin:0 !important;
  text-align:right !important;
}

.rx-footer-payment-trust .rx-payment-badge,
.rx-footer-payment-trust .rx-ssl-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  box-sizing:border-box !important;
  height:28px !important;
  line-height:1 !important;
  border-radius:8px !important;
  color:#ffffff !important;
  font-size:11px !important;
  font-weight:900 !important;
  white-space:nowrap !important;
  box-shadow:0 6px 14px rgba(0,0,0,.12) !important;
}

.rx-footer-payment-trust .rx-payment-badge{
  min-width:62px !important;
  padding:0 12px !important;
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  letter-spacing:.25px !important;
}

.rx-footer-payment-trust .rx-payment-mastercard{
  min-width:104px !important;
}

.rx-footer-payment-trust .rx-payment-troy{
  min-width:62px !important;
}

.rx-footer-payment-trust .rx-payment-separator{
  display:inline-block !important;
  width:1px !important;
  height:24px !important;
  background:rgba(255,255,255,.24) !important;
  margin:0 3px !important;
}

.rx-footer-payment-trust .rx-ssl-badge{
  padding:0 13px !important;
  background:rgba(230,126,34,.14) !important;
  border:1px solid rgba(230,126,34,.34) !important;
}

.rx-footer-payment-trust .rx-ssl-badge i{
  color:#E67E22 !important;
  font-size:12px !important;
  margin-right:6px !important;
}

@media(max-width:768px){
  .rx-footer-signature{
    display:block !important;
    padding-top:20px !important;
  }

  .rx-footer-payment-trust{
    justify-content:flex-start !important;
    text-align:left !important;
    gap:6px !important;
    margin-top:12px !important;
  }

  .rx-footer-payment-trust .rx-payment-badge,
  .rx-footer-payment-trust .rx-ssl-badge{
    height:24px !important;
    font-size:10px !important;
    border-radius:6px !important;
  }

  .rx-footer-payment-trust .rx-payment-badge{
    min-width:48px !important;
    padding:0 8px !important;
  }

  .rx-footer-payment-trust .rx-payment-mastercard{
    min-width:78px !important;
  }

  .rx-footer-payment-trust .rx-payment-troy{
    min-width:52px !important;
  }

  .rx-footer-payment-trust .rx-payment-separator{
    height:20px !important;
    margin:0 1px !important;
  }

  .rx-footer-payment-trust .rx-ssl-badge{
    padding:0 9px !important;
  }
}


/* =========================================================
   REYONX FAZ-8.6 — FOOTER LINK ODAK CERCEVESI DUZELTMESI
   Kapsam: Yalnizca alt footer kolonlarindaki baglantilar.
   Hover rengi ve hareketi korunur.
========================================================= */
.rx-footer-bottom .rx-footer-col a:focus,
.rx-footer-bottom .rx-footer-col a:focus-visible,
.rx-footer-bottom .rx-footer-col a:active {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
  text-decoration: none !important;
}

.rx-footer-bottom .rx-footer-col a::-moz-focus-inner {
  border: 0 !important;
}
