/* Sayfa şablonu, iletişim ikonları, mobil */

.page-banner {
  background: linear-gradient(135deg, #1e293b 0%, #334155 55%, #b91c1c 100%);
  color: #fff;
  padding: clamp(2rem, 5vw, 3rem) 0;
  text-align: center;
}

.page-banner-inner h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.page-banner-inner p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.9;
}

.page-body {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  background: var(--grey-100);
}

.page-content {
  max-width: 820px;
}

.page-content .lead {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.65;
  margin: 0 0 1.25rem;
}

.page-content p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0 0 1rem;
}

.page-content h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
}

.content-list {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  color: var(--muted);
  line-height: 1.75;
}

.ref-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  margin: 1.5rem 0;
}

.ref-grid span {
  padding: 0.4rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #334155;
  background: #fff;
  border: 1px solid var(--grey-200);
  border-radius: 6px;
}

.mini-card,
.bank-info-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow-card);
}

/* Banka hesapları — Garanti kartı */
.banka-page {
  max-width: 720px;
  margin: 0 auto;
}

.bank-account-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2rem;
  background: #fff;
  border-radius: 12px;
  padding: 1.75rem 2rem 1.5rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid #e8ecf1;
  overflow: hidden;
}

.bank-account-card__logo {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-width: 100px;
}

.bank-garanti-logo {
  display: block;
}

.bank-garanti-name {
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.02em;
}

.bank-garanti-name strong {
  color: #00a651;
  font-weight: 800;
}

.bank-account-card__body {
  flex: 1 1 280px;
  min-width: 0;
}

.bank-account-line {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #475569;
}

.bank-account-iban {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: #1e293b;
}

.bank-account-iban strong {
  font-weight: 700;
}

.bank-account-meta {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  color: #64748b;
}

.bank-account-meta strong {
  color: #334155;
  font-weight: 600;
}

.bank-copy-iban {
  margin-top: 0.85rem;
  padding: 0.45rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: inherit;
  color: var(--red);
  background: #fff;
  border: 1px solid rgba(227, 30, 36, 0.35);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.bank-copy-iban:hover {
  background: var(--red);
  color: #fff;
}

.bank-account-card__accent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: var(--red);
}

@media (max-width: 560px) {
  .bank-account-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1.25rem 1.35rem;
  }

  .bank-account-card__logo {
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
  }

  .bank-account-iban {
    font-size: 0.95rem;
    word-break: break-all;
  }
}

.info-cards-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.25rem 0;
}

.mini-card h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
}

.mini-card p {
  margin: 0;
  font-size: 0.85rem;
}

.nav-list a.is-active,
.nav-dropdown a.is-active {
  color: var(--red) !important;
}

/* İletişim — dolu ikonlar */
.contact-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-section {
  padding: clamp(2rem, 4vw, 3rem) 0;
  background: #eef2f6;
}

.contact-section .section-title {
  margin-bottom: 0.65rem;
}

.contact-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.35rem 1rem;
  box-shadow: var(--shadow-card);
  text-align: center;
}

.c-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.75rem;
  border-radius: 12px;
  background: rgba(227, 30, 36, 0.1);
  color: var(--red);
}

.c-icon svg {
  width: 22px;
  height: 22px;
}

.c-icon-phone { background: rgba(37, 99, 235, 0.1); color: #2563eb; }
.c-icon-mail { background: rgba(14, 165, 233, 0.1); color: #0ea5e9; }
.c-icon-ig { background: rgba(236, 72, 153, 0.1); color: #db2777; }
.c-icon-pin { background: rgba(227, 30, 36, 0.1); color: var(--red); }
.c-icon-clock { background: rgba(227, 30, 36, 0.1); color: var(--red); }

.contact-card h3 {
  margin: 0 0 0.45rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-card p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
}

/* Üst şerit — telefon + 4 buton */
.top-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 42px;
  padding: 0.35rem 0;
}

.top-phone {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--red);
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.top-phone:hover {
  color: var(--red-dark, #c4191f);
}

.top-quick-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.top-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--header-rule);
  background: #fff;
  color: var(--nav-text);
  transition: transform 0.15s, border-color 0.15s, color 0.15s;
}

.top-pill svg {
  width: 16px;
  height: 16px;
}

.top-pill:hover {
  transform: translateY(-1px);
  border-color: #cfd4da;
}

.top-pill-call:hover { color: #2563eb; border-color: #93c5fd; }
.top-pill-mail:hover { color: #0ea5e9; border-color: #7dd3fc; }
.top-pill-wa:hover { color: #16a34a; border-color: #86efac; }
.top-pill-ig:hover { color: #db2777; border-color: #f9a8d4; }

.nav-admin {
  color: var(--muted) !important;
  font-size: 0.7rem !important;
}

/* Footer yasal şerit */
.footer-legal-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
  padding: 1rem 0;
}

.footer-legal-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
}

.footer-legal-nav a {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 0.35rem 0.5rem;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}

.footer-legal-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.footer-legal-sep {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  margin: 0 0.15rem;
}

.page-banner--legal {
  min-height: auto;
  padding: 2.5rem 0 2rem;
}

.legal-content h2 {
  font-size: 1.05rem;
  margin: 1.75rem 0 0.65rem;
  color: var(--text, #1a1d24);
}

.legal-content p,
.legal-content li {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #4b5563;
}

.legal-content a {
  color: var(--red);
  font-weight: 500;
}

@media (max-width: 600px) {
  .footer-legal-nav {
    flex-direction: column;
    gap: 0.25rem;
  }

  .footer-legal-sep {
    display: none;
  }
}

/* Footer renewads + mobil alt şerit */
.site-footer {
  padding-bottom: 0;
}

.site-end {
  background: #fff;
}

.site-end .footer-credit {
  margin: 0;
}

.footer-credit {
  background: #fff;
  text-align: center;
  padding: 0.7rem 1rem 0.75rem;
  border-top: 1px solid #e8eaed;
}

.footer-partnership {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
  margin: 0;
  line-height: 1.2;
}

.partner-name {
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.partner-renewads {
  color: #0d5c2e;
  letter-spacing: 0.04em;
  text-transform: none;
}

.partner-renewads:hover {
  color: #0a4a24;
}

.partner-birmont {
  color: #e31e24;
  letter-spacing: 0.1em;
  text-transform: none;
}

.partner-x {
  font-size: 0.72rem;
  font-weight: 300;
  color: #94a3b8;
  line-height: 1;
  user-select: none;
}

.partner-tagline {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #94a3b8;
}

.ref-stat {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--red);
  margin: 0 0 1.25rem;
}

/* Ürün detay */
.product-detail-page {
  padding: 2rem 0 4rem;
}

.breadcrumb {
  font-size: 0.85rem;
  color: var(--muted, #6b7280);
  margin-bottom: 1.5rem;
}

.breadcrumb a {
  color: var(--red);
  text-decoration: none;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.product-detail-gallery img {
  width: 100%;
  border-radius: 12px;
  background: #f3f4f6;
}

.product-detail-info h1 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin: 0.25rem 0 0.75rem;
}

.product-cat {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--red);
  margin: 0;
}

.product-stock {
  font-size: 0.9rem;
  color: #6b7280;
}

.product-desc {
  line-height: 1.65;
  margin: 1rem 0 1.5rem;
}

.color-swatches {
  margin-bottom: 1.5rem;
}

.color-label {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.color-swatch {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.35rem;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  font-size: 0.7rem;
}

.color-swatch.is-active {
  border-color: var(--red);
}

.color-swatch img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
}

.btn-market-visit {
  display: inline-block;
  margin-top: 0.5rem;
}

.products-loading {
  grid-column: 1 / -1;
  text-align: center;
  color: #6b7280;
  padding: 2rem;
}

@media (max-width: 768px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobil alt bar — 4 ikon */
.mobile-bar {
  display: none;
}

.mobile-pill {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem;
  color: #fff;
}

.mobile-pill svg {
  width: 22px;
  height: 22px;
}

.mobile-pill-call { background: linear-gradient(145deg, #3b82f6, #2563eb); }
.mobile-pill-mail { background: linear-gradient(145deg, #38bdf8, #0ea5e9); }
.mobile-pill-wa { background: linear-gradient(145deg, #22c55e, #16a34a); }
.mobile-pill-ig { background: linear-gradient(145deg, #f472b6, #ec4899); }

.product-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-card-link:hover .product-name {
  color: var(--red);
}

@media (max-width: 768px) {
  .top-link-mail {
    display: none;
  }

  .top-strip-inner {
    min-height: 36px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .top-contacts {
    gap: 0.5rem;
    padding: 0.25rem 0;
  }

  .top-link-text {
    font-size: 0.72rem;
  }

  .top-social-skew {
    padding: 0;
    margin: 0;
    border: none;
  }

  .header-row {
    min-height: 56px;
    padding: 0.5rem 0;
  }

  .brand-logo {
    height: 40px;
  }

  .hero-track,
  .hero-inner {
    min-height: min(52vh, 420px);
  }

  .hero-inner {
    padding: 2.5rem 0 3.5rem;
  }

  .hero-title {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }

  .hero-arrow {
    display: none;
  }

  .site-end {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 95;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  .site-end .footer-credit {
    padding: 0.5rem 1rem 0.55rem;
    border-top: none;
  }

  .partner-name {
    font-size: 0.74rem;
  }

  .partner-tagline {
    font-size: 0.58rem;
    margin-top: 0.28rem;
  }

  .site-end .mobile-bar {
    display: flex;
    position: static;
    gap: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  body.has-site-end {
    padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  }

  .top-phone {
    font-size: 0.75rem;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .marquee-dot {
    margin: 0 0.65rem;
  }

  .marquee-item {
    font-size: 0.75rem;
  }
}

/* Ana sayfa — Hakkımızda & S.S.S */
.home-about .section-title,
.home-faq .section-title {
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 800;
  margin: 0;
}

.home-about .feat-line,
.home-faq .feat-line {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--red);
  margin: 0.75rem auto 0;
  border-radius: 2px;
}

.section-sub {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: var(--muted, #6b7280);
}

.home-section-actions {
  margin: 1.25rem 0 0;
  text-align: left;
}

.home-section-actions--center {
  text-align: center;
  margin-top: 1.5rem;
}

.home-faq-list {
  margin-top: 0.5rem;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--red);
  background: #fff;
  border: 2px solid var(--red);
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}

.btn-outline:hover {
  background: var(--red);
  color: #fff;
}

@media (max-width: 420px) {
  .top-link-text {
    display: none;
  }

  .top-ico {
    width: 28px;
    height: 28px;
  }
}
