/* ============================================================
   ALP TAŞIMACILIK — İç Sayfalar Ortak Stilleri
   (Kurumsal, SSS, İK, İletişim, Teklif Al, KVKK vb. sayfalarda
   tekrar kullanılan bileşenler)
   ============================================================ */

/* ---- Hakkımızda Sayfası — Zenginleştirilmiş Sayfa Başlığı ----
   Tüm zengin banner'lar (Hakkımızda, Referanslar, Hizmetler, Galeri)
   içerik miktarı farklı olsa da aynı yükseklikte ve orantılı görünsün
   diye sabit bir min-height + dikey ortalama kullanılır. ---- */
.page-banner--about {
  background: linear-gradient(100deg, var(--color-dark) 0%, var(--color-brand-red-dark) 45%, var(--color-brand-red) 100%);
  padding-bottom: 3rem;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.page-banner--about .page-banner-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-banner--about .page-banner-media img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  object-fit: cover;
  object-position: 50% 62%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 20%, rgba(0, 0, 0, 0.95) 42%, black 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 20%, rgba(0, 0, 0, 0.95) 42%, black 100%);
  opacity: 0.9;
}

.page-banner--about .container {
  position: relative;
  z-index: 1;
}

.page-banner--about h1::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: var(--color-accent);
  margin-top: 0.7rem;
  margin-bottom: 0.3rem;
}

.page-banner-subtitle {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: var(--space-sm);
}

.page-banner-text {
  color: rgba(255, 255, 255, 0.8);
  max-width: 520px;
  margin-bottom: var(--space-lg);
}

.page-banner-stats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg);
}

.pb-stat {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.pb-stat-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.08);
}

.pb-stat strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.1;
}

.pb-stat span {
  font-size: var(--fs-small);
  color: rgba(255, 255, 255, 0.75);
}

.pb-stat-icon--filled {
  background: rgba(10, 4, 4, 0.32);
  border-color: rgba(255, 255, 255, 0.3);
}

.pb-stat-icon--square {
  border-radius: var(--radius-md);
}

.pb-stat--sm strong {
  font-size: 1.02rem;
  font-weight: 600;
}

.pb-stat--sm span {
  font-size: var(--fs-xs);
}

/* Alt başlık ile özellik satırı arasındaki küçük süsleme çizgisi */
.page-banner-divider {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: var(--space-md);
}

.page-banner-divider .pb-divider-line {
  width: 40px;
  height: 2px;
  background: var(--color-accent);
}

.page-banner-divider .pb-divider-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-accent);
  opacity: 0.55;
}

/* Metin içinde vurgulanan kelime (ör. "24 saat") */
.pb-highlight {
  color: var(--color-accent);
  font-weight: 600;
}

/* ---- Teklif Al Sayfası — Onay İşaretli Kısa Liste ---- */
.page-banner-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md) var(--space-lg);
  margin-bottom: var(--space-lg);
}

.pb-check {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.pb-check-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 0.8rem;
}

.pb-check strong {
  display: block;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.86rem;
  color: var(--color-white);
  line-height: 1.3;
}

.pb-check span {
  font-size: var(--fs-xs);
  color: rgba(255, 255, 255, 0.65);
}

/* ---- Teklif Al Sayfası — Kutulu Özellik Şeridi ---- */
.page-banner-feature-box {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  padding: var(--space-md) var(--space-lg);
}

.page-banner-feature-box .page-banner-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-md) var(--space-xl);
}

.page-banner-feature-box .pb-stat {
  align-items: flex-start;
}

.pb-stat-icon--sm {
  width: 44px;
  height: 44px;
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  .page-banner-feature-box {
    padding: var(--space-md);
  }

  .page-banner-feature-box .page-banner-stats {
    grid-template-columns: 1fr;
  }
}

.page-banner-stats--divided .pb-stat {
  padding-inline: var(--space-lg);
}

.page-banner-stats--divided .pb-stat:first-child {
  padding-left: 0;
}

.page-banner-stats--divided .pb-stat:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

@media (max-width: 575.98px) {
  .page-banner-stats--divided .pb-stat {
    padding-inline: var(--space-sm);
    border-right: none !important;
  }
}

@media (max-width: 767.98px) {
  .page-banner--about .page-banner-media img {
    width: 100%;
    opacity: 0.22;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 55%);
    mask-image: linear-gradient(180deg, transparent 0%, black 55%);
  }
  .page-banner-stats {
    gap: var(--space-md);
  }
}

/* ---- Yuvarlak alt köşe (Hizmetler, Galeri vb. sayfa başlıklarında ortak) ---- */
.page-banner--rounded {
  border-radius: 0 0 32px 32px;
}

/* ---- Sol kenarda soluklaşan nokta deseni (Galeri sayfa başlığı) ---- */
.page-banner--dotted .page-banner-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1.5px, transparent 1.5px);
  background-size: 15px 15px;
  -webkit-mask-image: linear-gradient(120deg, black 0%, transparent 32%);
  mask-image: linear-gradient(120deg, black 0%, transparent 32%);
}

.page-banner-intro {
  max-width: 480px;
}

.pb-stat--stacked {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
}

/* Banner ile içerik arasındaki yuvarlak kaydırma butonu */
/* ---- Hizmetler Sayfası — İkonlu Kolon Listesi ---- */
.services-columns {
  position: relative;
  padding-top: calc(var(--section-padding) + 1.5rem);
  overflow: hidden;
}

.services-columns::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 100%, rgba(149, 7, 8, 0.05), transparent 55%);
  pointer-events: none;
}

.services-columns-row {
  position: relative;
  z-index: 1;
}

.service-col {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: var(--space-md) var(--space-sm);
}

@media (min-width: 992px) {
  .service-col-wrap:not(:last-child) .service-col {
    border-right: 1px solid var(--color-border);
  }
}

.service-col-icon {
  font-size: 2rem;
  color: var(--color-brand-red);
  margin-bottom: var(--space-sm);
  transition: transform var(--transition-fast);
}

.service-col:hover .service-col-icon {
  transform: translateY(-4px);
}

.service-col h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: var(--color-dark);
}

.service-col p {
  font-size: var(--fs-small);
  margin-bottom: 0;
}

.services-columns-decor {
  text-align: center;
  margin-top: var(--space-xl);
  font-size: 1.4rem;
  color: rgba(149, 7, 8, 0.22);
  position: relative;
  z-index: 1;
}

/* ---- Hakkımızda görsel bloğu ---- */
.about-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- Misyon / Vizyon / Değer Kartları ---- */
.value-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-lg) var(--space-md);
  height: 100%;
  transition: box-shadow var(--transition-base), transform var(--transition-base);
}

.value-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.value-card .feature-icon {
  margin-bottom: var(--space-sm);
}

/* ---- Zaman Çizelgesi (Kurum Tarihçesi) ---- */
.timeline {
  position: relative;
  margin-top: var(--space-xl);
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 2px;
  background: var(--color-border);
}

@media (min-width: 992px) {
  .timeline::before {
    left: 50%;
    transform: translateX(-1px);
  }
}

.timeline-item {
  position: relative;
  padding-left: 56px;
  margin-bottom: var(--space-lg);
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-primary);
  border: 4px solid var(--color-light);
  box-shadow: 0 0 0 2px var(--color-primary);
}

@media (min-width: 992px) {
  .timeline-item {
    width: 50%;
    padding-left: 0;
    padding-right: 3rem;
  }
  .timeline-item::before {
    left: auto;
    right: -10px;
  }
  .timeline-item:nth-child(even) {
    margin-left: 50%;
    padding-right: 0;
    padding-left: 3rem;
  }
  .timeline-item:nth-child(even)::before {
    right: auto;
    left: -10px;
  }
}

.timeline-year {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--color-primary);
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

.timeline-item h3 {
  font-size: 1.05rem;
  margin-bottom: 0.3rem;
}

.timeline-item p {
  margin-bottom: 0;
  font-size: var(--fs-small);
}

/* ---- Politika / Süreç Listesi ---- */
.policy-list li {
  display: flex;
  gap: 0.85rem;
  padding: var(--space-sm) 0;
  border-bottom: 1px solid var(--color-border);
}

.policy-list li:last-child {
  border-bottom: none;
}

.policy-list i {
  color: var(--color-primary);
  font-size: 1.1rem;
  margin-top: 0.15rem;
}

.policy-list strong {
  display: block;
  color: var(--color-dark);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}

.policy-list span {
  font-size: var(--fs-small);
  color: var(--color-text-muted);
}

/* ---- Teklif Al Sayfası — Form ve Yan Panel ---- */
.quote-form-card {
  position: relative;
  overflow: hidden;
}

.quote-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
}

.quote-form-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-lg);
  border-bottom: 1px solid var(--color-border);
}

.quote-form-head-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: rgba(149, 7, 8, 0.08);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.quote-form-head h3 {
  margin-bottom: 0.3rem;
}

.quote-form-head p {
  margin-bottom: 0;
  color: var(--color-text-muted);
}

.quote-contact-card {
  position: relative;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-brand-red-dark) 100%);
  color: var(--color-white);
  padding: var(--space-lg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-brand-red);
  overflow: hidden;
}

.quote-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  opacity: 0.5;
  pointer-events: none;
}

.quote-contact-card > * {
  position: relative;
  z-index: 1;
}

.quote-contact-card h3 {
  color: var(--color-white);
}

.quote-contact-card p {
  color: rgba(255, 255, 255, 0.85);
}

.quote-why-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  box-shadow: var(--shadow-sm);
}

.quote-why-card .eyebrow {
  margin-bottom: var(--space-md);
}

/* ---- Yasal İçerik Sayfaları (KVKK / Gizlilik) ---- */
.legal-content h2 {
  font-size: 1.35rem;
  margin-top: var(--space-lg);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: var(--color-text-muted);
}

.legal-content ul {
  margin-bottom: var(--space-sm);
}

.legal-content li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.5rem;
}

.legal-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
}

.legal-toc {
  position: sticky;
  top: calc(var(--header-height-scrolled) + 1.5rem);
  background: var(--color-light);
  border-radius: var(--radius-md);
  padding: var(--space-md);
}

.legal-toc h4 {
  font-size: 0.95rem;
}

.legal-toc ul li {
  margin-bottom: 0.6rem;
}

.legal-toc a {
  font-size: var(--fs-small);
  color: var(--color-text-muted);
  transition: color var(--transition-fast);
}

.legal-toc a:hover {
  color: var(--color-primary);
}

/* ---- İletişim Sayfası ---- */
.contact-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  line-height: 0;
}

.contact-map iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}

.contact-info-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  height: 100%;
}

.contact-info-card .feature-icon {
  width: 48px;
  height: 48px;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-info-card h3 {
  font-size: 0.98rem;
  margin-bottom: 0.25rem;
}

.contact-info-card p {
  font-size: var(--fs-small);
  margin-bottom: 0;
}
