/**
 * AlanX — Kurumsal güven paketi (Google Ads dostu)
 * Footer marka bandı, iletişim sütunu, AUP uyarısı ve hosting/VDS AUP bloğu.
 * Mevcut koyu/açık tema ile uyumlu — değişkenleri kullanır.
 */

/* ===========================================================================
   FOOTER — Bütünleşik marka + iletişim bandı (tek blok)
   =========================================================================== */
.theme-footer .footer-brandbar {
  position: relative;
  padding: clamp(2.25rem, 4.5vw, 3rem) 0 clamp(1.75rem, 3vw, 2.25rem);
  border-bottom: 1px solid var(--border-strong, rgba(255, 255, 255, 0.1));
  background:
    radial-gradient(ellipse 80% 90% at 50% 0%, rgba(30, 75, 184, 0.07) 0%, transparent 65%);
}

.theme-footer .footer-brandbar__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  margin-bottom: 1.6rem;
}

.theme-footer .footer-brandbar__logo {
  display: inline-block;
}

.theme-footer .footer-brandbar__logo img {
  height: 38px;
  width: auto;
}

.theme-footer .footer-brandbar__tagline {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.82);
  max-width: 56rem;
}

/* Tanıtım altı konum / saat mini rozetleri */
.theme-footer .footer-brandbar__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.8rem;
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}

.theme-footer .footer-brandbar__meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(186, 198, 216, 0.88);
}

.theme-footer .footer-brandbar__meta li i {
  color: #93c5fd;
  font-size: 0.78rem;
}

/* İletişim kart satırı — 4 eşit kart, hizalı */
.theme-footer .footer-contact-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}

@media (max-width: 991.98px) {
  .theme-footer .footer-contact-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .theme-footer .footer-contact-row {
    grid-template-columns: 1fr;
  }
}

.theme-footer .footer-contact-card {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 10px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
  min-width: 0;
  min-height: 62px;
}

.theme-footer .footer-contact-card:hover {
  border-color: rgba(96, 165, 250, 0.4);
  background: rgba(30, 75, 184, 0.08);
  transform: translateY(-1px);
}

.theme-footer .footer-contact-card__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(61, 99, 200, 0.2);
  border: 1px solid rgba(96, 165, 250, 0.18);
  color: #93c5fd;
  font-size: 0.85rem;
}

.theme-footer .footer-contact-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
  flex: 1 1 auto;
}

.theme-footer .footer-contact-card__label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.theme-footer .footer-contact-card__value,
.theme-footer .footer-contact-card__value:link {
  font-size: 0.83rem;
  font-weight: 500;
  color: rgba(241, 245, 249, 0.96);
  text-decoration: none;
  word-break: break-word;
  line-height: 1.35;
}

.theme-footer a.footer-contact-card__value:hover {
  color: #93c5fd;
  text-decoration: none;
}

/* CTA kartı — mavi dolgulu, son hücre */
.theme-footer .footer-contact-card--cta {
  padding: 0;
  background: transparent;
  border: none;
}

.theme-footer .footer-contact-card--cta:hover {
  transform: none;
  background: transparent;
  border: none;
}

.theme-footer .footer-contact-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  height: 100%;
  min-height: 62px;
  padding: 0.95rem 1rem;
  border-radius: 10px;
  background: var(--primary, #1e4bb8);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
  box-shadow: 0 6px 18px rgba(30, 75, 184, 0.35);
}

.theme-footer .footer-contact-cta:hover {
  background: var(--semi-primary, #3d63c8);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Trust badges — ortalanmış alt satır */
.theme-footer .footer-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-footer .footer-trust-badges li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.92);
  letter-spacing: 0.015em;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.theme-footer .footer-trust-badges li:hover {
  border-color: rgba(96, 165, 250, 0.42);
  background: rgba(30, 75, 184, 0.12);
}

.theme-footer .footer-trust-badges li i {
  color: #60a5fa;
  font-size: 0.76rem;
}

/* AUP duyuru bandı */
.theme-footer .footer-aup-notice {
  background: rgba(245, 158, 11, 0.08);
  border-top: 1px solid rgba(245, 158, 11, 0.22);
  border-bottom: 1px solid rgba(245, 158, 11, 0.22);
  padding: 0.85rem 0;
}

.theme-footer .footer-aup-notice p {
  margin: 0;
  font-size: 0.815rem;
  color: rgba(254, 215, 170, 0.95);
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
}

.theme-footer .footer-aup-notice i {
  color: #fbbf24;
}

.theme-footer .footer-aup-notice strong {
  color: #fcd34d;
  font-weight: 700;
}

.theme-footer .footer-aup-notice a {
  color: #fbbf24;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.theme-footer .footer-aup-notice a:hover {
  color: #fde68a;
}

/* Footer-bottom yatay link şeridi */
.theme-footer .footer-bottom {
  padding: 1.35rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.18);
}

.theme-footer .footer-bottom .content {
  flex-wrap: wrap;
  gap: 1rem;
}

.theme-footer .footer-bottom .copyright {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}

.theme-footer .footer-bottom .copyright .links {
  margin: 0;
  gap: 0.25rem 0.85rem;
  flex-wrap: wrap;
}

.theme-footer .footer-bottom .copyright .links li:not(:last-child) {
  margin-right: 0;
  padding-right: 0.85rem;
  border-right: 1px solid rgba(148, 163, 184, 0.18);
}

.theme-footer .footer-bottom .copyright .links li:last-child {
  margin-right: 0;
}

.theme-footer .footer-bottom .copyright .links a {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(186, 198, 216, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}

.theme-footer .footer-bottom .copyright .links a:hover {
  color: #93c5fd;
}

.theme-footer .footer-bottom .copyright .para-3 {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(148, 163, 184, 0.75);
}

.theme-footer .footer-bottom .logo img {
  height: 28px;
  width: auto;
  opacity: 0.85;
}

/* ===========================================================================
   HOSTING / VDS / WORDPRESS sayfaları — Kabul Edilebilir Kullanım bloğu
   =========================================================================== */
.alanx-aup-block {
  margin: clamp(2rem, 4vw, 3.25rem) auto;
  max-width: 1140px;
  padding: 0 1rem;
}

.alanx-aup-block__inner {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 14px;
  background:
    linear-gradient(165deg, rgba(15, 23, 42, 0.55) 0%, rgba(3, 3, 4, 0.65) 100%),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.22);
}

.alanx-aup-block__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}

.alanx-aup-block__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(245, 158, 11, 0.14);
  color: #fbbf24;
  font-size: 1.05rem;
}

.alanx-aup-block__title {
  margin: 0 0 0.15rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f8fafc;
  letter-spacing: -0.01em;
}

.alanx-aup-block__lead {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(203, 213, 225, 0.88);
  line-height: 1.55;
  max-width: 56rem;
}

.alanx-aup-block__list {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.65rem 1rem;
}

.alanx-aup-block__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.55rem 0.7rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 8px;
  font-size: 0.85rem;
  color: rgba(226, 232, 240, 0.92);
  line-height: 1.45;
}

.alanx-aup-block__list li i {
  flex-shrink: 0;
  color: #f87171;
  font-size: 0.78rem;
  margin-top: 0.25rem;
}

.alanx-aup-block__action {
  margin-top: 1.15rem;
  padding: 0.85rem 1rem;
  background: rgba(244, 63, 94, 0.07);
  border: 1px solid rgba(244, 63, 94, 0.18);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.8rem;
}

.alanx-aup-block__action-title {
  font-weight: 700;
  color: #fca5a5;
  font-size: 0.875rem;
}

.alanx-aup-block__action-text {
  flex: 1 1 18rem;
  font-size: 0.83rem;
  color: rgba(254, 226, 226, 0.92);
  margin: 0;
}

.alanx-aup-block__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.alanx-aup-block__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(226, 232, 240, 0.95);
  font-size: 0.81rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.alanx-aup-block__link:hover {
  border-color: rgba(96, 165, 250, 0.55);
  color: #ffffff;
  background: rgba(30, 75, 184, 0.18);
  text-decoration: none;
}

.alanx-aup-block__link--primary {
  background: var(--primary, #1e4bb8);
  border-color: var(--primary, #1e4bb8);
  color: #ffffff;
}

.alanx-aup-block__link--primary:hover {
  background: var(--semi-primary, #3d63c8);
  border-color: var(--semi-primary, #3d63c8);
  color: #ffffff;
}

/* ===========================================================================
   HOMEPAGE — Güven değer önerileri şeridi
   =========================================================================== */
.alanx-trust-strip {
  margin: clamp(2rem, 4vw, 3rem) auto;
  padding: 0 1rem;
  max-width: 1140px;
}

.alanx-trust-strip__head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.alanx-trust-strip__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 0.4rem;
}

.alanx-trust-strip__title {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f8fafc;
  margin: 0;
}

.alanx-trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
}

.alanx-trust-strip__item {
  position: relative;
  padding: 1.15rem 1.05rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(148, 163, 184, 0.16);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.alanx-trust-strip__item:hover {
  transform: translateY(-2px);
  border-color: rgba(96, 165, 250, 0.4);
}

.alanx-trust-strip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: rgba(61, 99, 200, 0.18);
  color: #93c5fd;
  font-size: 0.95rem;
  margin-bottom: 0.65rem;
}

.alanx-trust-strip__h {
  margin: 0 0 0.3rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #f1f5f9;
  letter-spacing: -0.01em;
}

.alanx-trust-strip__p {
  margin: 0;
  font-size: 0.83rem;
  color: rgba(203, 213, 225, 0.85);
  line-height: 1.5;
}

/* ===========================================================================
   CONTACT — 2 sütunlu kurumsal düzen
   =========================================================================== */
.alanx-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: stretch;
  max-width: 1100px;
  margin: 1.5rem auto 3.5rem;
  padding: 0 0.5rem;
}

@media (max-width: 991.98px) {
  .alanx-contact-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

/* contact-premium.css içindeki max-width:34rem kuralını layout içinde gevşet */
body.alanx-page-contact #main-body .primary-content .theme-contact-form.card.alanx-contact-form-card,
.alanx-contact-layout .theme-contact-form.card {
  max-width: none !important;
  margin: 0 !important;
  width: 100%;
}

/* ===========================================================================
   CONTACT — yan iletişim bilgi paneli
   =========================================================================== */
.alanx-contact-info {
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 12px;
}

.alanx-contact-info--standalone {
  margin: 0;
  padding: clamp(1.4rem, 2.5vw, 1.85rem);
  background:
    linear-gradient(165deg, rgba(22, 32, 52, 0.78) 0%, rgba(15, 23, 42, 0.58) 100%),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-height: 100%;
}

.alanx-contact-info__head {
  margin-bottom: 1.25rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.alanx-contact-info__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.65rem;
  padding: 0.3rem 0.7rem;
  background: rgba(61, 99, 200, 0.18);
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 999px;
  font-size: 0.715rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #93c5fd;
}

.alanx-contact-info__kicker i {
  font-size: 0.72rem;
}

.alanx-contact-info__heading {
  margin: 0 0 0.5rem;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f8fafc;
  line-height: 1.25;
}

.alanx-contact-info__lead {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(203, 213, 225, 0.88);
}

.alanx-contact-info__title {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.9);
}

.alanx-contact-info__title--secondary {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.alanx-contact-info__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: auto;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: var(--primary, #1e4bb8);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.alanx-contact-info--standalone .alanx-contact-info__cta {
  margin-top: 1.5rem;
  width: 100%;
}

.alanx-contact-info__cta:hover {
  background: var(--semi-primary, #3d63c8);
  color: #ffffff;
  text-decoration: none;
}

.alanx-contact-info__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.alanx-contact-info__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.875rem;
  color: rgba(226, 232, 240, 0.9);
  line-height: 1.5;
}

.alanx-contact-info__list i {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(61, 99, 200, 0.18);
  color: #93c5fd;
  font-size: 0.8rem;
}

.alanx-contact-info__list a {
  color: rgba(241, 245, 249, 0.95);
  text-decoration: none;
}

.alanx-contact-info__list a:hover {
  color: #93c5fd;
  text-decoration: none;
}

.alanx-contact-info__list strong {
  display: block;
  font-size: 0.685rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.85);
  margin-bottom: 0.1rem;
}
