/* ============================================
   FIX CAR – BRAND THEME OVERRIDE
   Lacivert: #0B1F2A | Kırmızı: #E71D2B | Beyaz: #FFFFFF
   ============================================ */

:root {
  --primary-yellow: #E71D2B;
  --primary-yellow-hover: #C41524;
  --dark-gray: #0B1F2A;
  --navy: #0B1F2A;
  --navy-mid: #1E3A4C;
  --navy-deep: #061318;
  --red: #E71D2B;
  --red-hover: #C41524;
  --red-light: rgba(231, 29, 43, 0.08);
  --white: #FFFFFF;
  --light-bg: #F2F2F2;
  --border: #E5E5E5;
}

/* ============================================
   TOPBAR — Lacivert zemin, beyaz metin
   ============================================ */

.das-topbar {
  background: linear-gradient(135deg, #0B1F2A 0%, #1E3A4C 100%) !important;
  border-bottom: 2px solid rgba(231, 29, 43, 0.35) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35) !important;
}

.das-topbar::before {
  background: linear-gradient(90deg, #E71D2B 0%, rgba(231, 29, 43, 0.5) 50%, #E71D2B 100%) !important;
}

.das-topbar__item {
  color: rgba(255, 255, 255, 0.85) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-weight: 500 !important;
}

.das-topbar__item i {
  color: #E71D2B !important;
}

.das-topbar__item:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.das-topbar__social-link {
  color: rgba(255, 255, 255, 0.75) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.das-topbar__social-link:hover {
  background: #E71D2B !important;
  color: #fff !important;
  border-color: #E71D2B !important;
}

/* ============================================
   HEADER — BEYAZ ZEMIN, koyu menü, kırmızı CTA
   ============================================ */

.das-header {
  background: #ffffff !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.das-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12) !important;
  backdrop-filter: blur(12px) !important;
}

/* Logo — orijinal renk (beyaz arka plan üzerinde) */
.das-header .header__logo img {
  filter: none !important;
  opacity: 1 !important;
}

/* Footer logo — beyaz (koyu arka plan) */
.das-footer__logo img {
  filter: brightness(0) invert(1) !important;
  opacity: 0.9 !important;
}

/* Nav linkleri — lacivert koyu */
.das-header__nav .nav__link {
  color: #0B1F2A !important;
  font-weight: 600 !important;
}

.das-header__nav .nav__link:hover {
  color: #E71D2B !important;
}

.das-header__nav .nav__link::before {
  background: rgba(231, 29, 43, 0.06) !important;
}

.das-header__nav .nav__link::after {
  background: #E71D2B !important;
}

/* CTA Butonu — Kırmızı */
.das-header__cta {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(231, 29, 43, 0.35) !important;
}

.das-header__cta::after {
  background: linear-gradient(135deg, #C41524 0%, #E71D2B 100%) !important;
}

.das-header__cta:hover {
  box-shadow: 0 8px 28px rgba(231, 29, 43, 0.5) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
}

.das-header__cta i,
.das-header__cta span {
  color: #fff !important;
}

.das-header__cta:hover i,
.das-header__cta:hover span {
  color: #fff !important;
}

/* Hamburger çizgileri — lacivert (beyaz header'da) */
.das-header .header__mobile-toggle .hamburger__line {
  background: #0B1F2A !important;
}

.das-header .header__mobile-toggle {
  background: rgba(11, 31, 42, 0.05) !important;
}

.das-header .header__mobile-toggle:hover {
  background: rgba(11, 31, 42, 0.1) !important;
}

.das-header .header__mobile-toggle[aria-expanded="true"] {
  background: rgba(231, 29, 43, 0.08) !important;
}

/* Mobil header — aynı beyaz */
@media (max-width: 991px) {
  .das-header {
    background: #ffffff !important;
  }
  .header__brand {
    display: flex !important;
    align-items: center !important;
  }
  .das-header .header__logo {
    display: block !important;
    width: 140px !important;
  }
  .das-header .header__logo img {
    filter: none !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

/* ============================================
   MOBİL MENÜ — Lacivert aksan
   ============================================ */

.mobile-menu__header {
  background: rgba(11, 31, 42, 0.04) !important;
  border-bottom-color: rgba(231, 29, 43, 0.12) !important;
}

.mobile-menu__close:hover {
  background: rgba(231, 29, 43, 0.1) !important;
  color: #E71D2B !important;
}

.mobile-nav__link:hover,
.mobile-nav__link:active {
  background: rgba(231, 29, 43, 0.06) !important;
  color: #0B1F2A !important;
}

.mobile-nav__link::before {
  background: #E71D2B !important;
}

.mobile-menu__cta {
  background: rgba(11, 31, 42, 0.03) !important;
  border-top-color: rgba(231, 29, 43, 0.1) !important;
}

.mobile-cta-button {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(231, 29, 43, 0.4) !important;
}

.mobile-cta-button:hover {
  background: linear-gradient(135deg, #C41524 0%, #E71D2B 100%) !important;
  box-shadow: 0 8px 24px rgba(231, 29, 43, 0.5) !important;
  color: #fff !important;
}

.mobile-cta-button i,
.mobile-cta-button:hover i {
  color: #fff !important;
}

/* ============================================
   FOOTER — Lacivert degrade
   ============================================ */

.das-footer {
  background: linear-gradient(180deg, #061318 0%, #0B1F2A 100%) !important;
}

.das-footer::before {
  background: linear-gradient(90deg, #E71D2B 0%, rgba(231, 29, 43, 0.5) 50%, #E71D2B 100%) !important;
}

.das-footer__top::after {
  background: linear-gradient(90deg, transparent 0%, rgba(231, 29, 43, 0.25) 50%, transparent 100%) !important;
}

.das-footer__title {
  color: #fff !important;
}

.das-footer__title::after {
  background: #E71D2B !important;
}

.das-footer__links a:hover {
  color: #E71D2B !important;
}

.das-footer__links a i {
  color: rgba(231, 29, 43, 0.6) !important;
}

.das-footer__contact-icon {
  background: rgba(231, 29, 43, 0.12) !important;
  color: #E71D2B !important;
}

.das-footer__social-link:hover {
  background: #E71D2B !important;
  border-color: #E71D2B !important;
  color: #fff !important;
}

/* ============================================
   HOME — HERO FORM KARTI
   ============================================ */

/* Form kart başlığı — lacivert */
.hhf-header {
  background: linear-gradient(135deg, #0B1F2A 0%, #1E3A4C 100%) !important;
  border-bottom: 1px solid rgba(231, 29, 43, 0.2) !important;
  border-radius: 20px 20px 0 0 !important;
}

.hhf-title {
  color: #ffffff !important;
}

.hhf-slogan {
  color: rgba(255, 255, 255, 0.7) !important;
}

.animated-text {
  color: rgba(255, 255, 255, 0.75) !important;
}

.cursor {
  color: #E71D2B !important;
}

/* Form paneller */
.hhf-card {
  background: #fff !important;
}

/* Select kutuları */
.form-select-minimal {
  border-color: #E5E5E5 !important;
  color: #0B1F2A !important;
}

.form-select-minimal:focus {
  border-color: #E71D2B !important;
  box-shadow: 0 0 0 3px rgba(231, 29, 43, 0.12) !important;
}

/* CTA Butonu — Kırmızı */
.btn-minimal-primary {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
  color: #fff !important;
  box-shadow: 0 6px 24px rgba(231, 29, 43, 0.35) !important;
}

.btn-minimal-primary:hover {
  background: linear-gradient(135deg, #C41524 0%, #E71D2B 100%) !important;
  box-shadow: 0 10px 32px rgba(231, 29, 43, 0.5) !important;
  color: #fff !important;
  transform: translateY(-3px) !important;
}

.btn-minimal-primary i {
  color: #fff !important;
}

/* Swiper pagination noktaları */
.home-hero__pagination .swiper-pagination-bullet-active {
  background: #E71D2B !important;
}

.home-hero__arrow:hover {
  background: #0B1F2A !important;
  color: #fff !important;
}

/* ============================================
   HOME — FEATURES (Nasıl Çalışır) KARTLARI
   ============================================ */

.home-features-section {
  background: linear-gradient(180deg, rgba(11, 31, 42, 0.03) 0%, #fff 100%) !important;
}

.home-feature-card::before {
  background: linear-gradient(180deg, #E71D2B 0%, rgba(231, 29, 43, 0.6) 100%) !important;
}

.home-feature-card:hover {
  box-shadow: 0 16px 40px rgba(11, 31, 42, 0.12), 0 0 0 1px rgba(231, 29, 43, 0.12) !important;
  border-color: rgba(231, 29, 43, 0.2) !important;
}

.home-feature-card:hover::after {
  background: linear-gradient(135deg, rgba(231, 29, 43, 0.03) 0%, transparent 100%) !important;
}

.home-feature-card:hover .feature-title {
  color: #0B1F2A !important;
}

.feature-number {
  color: rgba(231, 29, 43, 0.25) !important;
}

.home-feature-card:hover .feature-number {
  color: #E71D2B !important;
}

.feature-icon-wrapper {
  background: linear-gradient(135deg, rgba(231, 29, 43, 0.1) 0%, rgba(231, 29, 43, 0.05) 100%) !important;
  border: 1px solid rgba(231, 29, 43, 0.15) !important;
}

.home-feature-card:hover .feature-icon-wrapper {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
  border-color: #E71D2B !important;
}

.feature-icon {
  color: #E71D2B !important;
}

.home-feature-card:hover .feature-icon {
  color: #fff !important;
}

/* Feature section arka plan — yeni tasarım için güncellendi */
.home-features-section {
  background: #F7F8FA !important;
  padding: 60px 0 !important;
}

/* ============================================
   3 ADIMDA SAT — Yeni Premium Kartlar
   ============================================ */

.premium-section-title {
  font-size: 32px;
  font-weight: 800;
  color: #0B1F2A;
  text-align: center;
  margin-bottom: 5px;
}
.premium-underline {
  width: 60px;
  height: 4px;
  background: #E71D2B;
  margin: 0 auto 40px;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .home-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .home-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }
  .hf-cars-section {
    padding: 60px 0 !important;
  }
}

@media (max-width: 767px) {
  .premium-section-title {
    font-size: 26px !important;
  }
  .premium-step-card {
    padding: 35px 25px !important;
    border-radius: 20px !important;
  }
  .step-card-icon {
    width: 65px !important;
    height: 65px !important;
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
  .step-title {
    font-size: 19px !important;
    margin-bottom: 12px !important;
  }
  .step-desc {
    font-size: 14px !important;
  }
}

.premium-step-card {
  background: #ffffff;
  border-radius: 28px !important;
  padding: 50px 35px !important;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important;
  border: 1px solid rgba(0,0,0,0.04) !important;
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-shadow: 0 15px 35px rgba(0,0,0,0.03) !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.premium-step-card:hover {
  transform: translateY(-12px) !important;
  box-shadow: 0 40px 70px rgba(11, 31, 42, 0.12) !important;
  border-color: rgba(231, 29, 43, 0.1) !important;
}

.step-card-icon {
  width: 80px !important;
  height: 80px !important;
  background: #fdf2f3 !important;
  color: #E71D2B !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 32px !important;
  margin-bottom: 25px !important;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.premium-step-card:hover .step-card-icon {
  background: #E71D2B !important;
  color: #fff !important;
  transform: scale(1.1) !important;
  box-shadow: 0 10px 25px rgba(231, 29, 43, 0.3) !important;
}

.step-number {
  font-size: 11px !important;
  text-transform: uppercase !important;
  color: #A0AEC0 !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  margin-bottom: 12px !important;
  display: block;
}

.step-title {
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #0B1F2A !important;
  margin-bottom: 15px !important;
  line-height: 1.2 !important;
}

.step-desc {
  font-size: 15px !important;
  color: #6C757D !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.section-flow-footer { text-align: center; }
.flow-text-path {
  font-size: 13px;
  font-weight: 700;
  color: #adb5bd;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
.flow-text-path i { margin: 0 10px; color: #E71D2B; }

/* ============================================
   HOME — VİTRİN ARAÇLAR — PREMIUM REDESIGN
   ============================================ */

.hf-cars-section {
    padding: 100px 0 !important;
    background: #ffffff !important;
}

/* Stats Pill */
.hf-top-stats-pill {
    position: absolute;
    top: -40px;
    right: 0;
    background: #0B1F2A;
    color: #fff;
    padding: 8px 24px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 14px;
    z-index: 10;
    box-shadow: 0 10px 25px rgba(11, 31, 42, 0.2);
}

.hf-stats-count {
    color: #E71D2B;
    font-size: 18px;
}

.hf-stats-label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    opacity: 0.9;
}

/* Card Overhaul */
.hf-car-card {
    background: #fff;
    border-radius: 24px !important;
    border: 1px solid rgba(11, 31, 42, 0.05) !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hf-car-card:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 30px 60px rgba(11, 31, 42, 0.12) !important;
    border-color: rgba(231, 29, 43, 0.2) !important;
}

.hf-car-image {
    height: 220px !important;
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
}

.hf-car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    transition: transform 0.8s ease !important;
}

.hf-car-card:hover .hf-car-image img {
    transform: scale(1.1) !important;
}

.hf-car-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(11, 31, 42, 0.85) !important;
    backdrop-filter: blur(8px);
    color: #fff !important;
    padding: 6px 16px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 5;
}

.hf-car-badge i {
    color: #E71D2B;
}

.hf-car-content {
    padding: 24px !important;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.hf-car-title a {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0B1F2A !important;
    text-decoration: none !important;
    display: block;
    margin-bottom: 20px !important;
    transition: color 0.3s ease !important;
}

.hf-car-card:hover .hf-car-title a {
    color: #E71D2B !important;
}

/* Specs Grid */
.hf-car-specs-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
}

.hf-car-spec-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.hf-car-spec-item i {
    width: 32px;
    height: 32px;
    background: rgba(11, 31, 42, 0.04);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E71D2B;
    font-size: 14px;
}

.hf-spec-info {
    display: flex;
    flex-direction: column;
}

.hf-spec-label {
    font-size: 10px;
    color: #adb5bd;
    font-weight: 700;
    text-transform: uppercase;
}

.hf-spec-val {
    font-size: 13px;
    color: #0B1F2A;
    font-weight: 800;
}

/* Footer layout */
.hf-car-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hf-car-price-box {
    display: flex;
    flex-direction: column;
}

.hf-car-price-label {
    font-size: 10px;
    color: #adb5bd;
    font-weight: 800;
    letter-spacing: 1px;
}

.hf-car-price-val {
    font-size: 1.25rem;
    font-weight: 900;
    color: #E71D2B;
}

.hf-car-action-btn {
    height: 48px;
    background: #0B1F2A;
    color: #fff !important;
    padding: 0 24px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.hf-car-action-btn:hover {
    background: #E71D2B;
    transform: translateX(4px);
    box-shadow: 0 8px 20px rgba(231, 29, 43, 0.3);
}

/* Nav Buttons */
.hf-cars-slider-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.hf-cars-nav-btn {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0B1F2A;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.hf-cars-nav-btn:hover {
    background: #E71D2B;
    color: #fff;
    border-color: #E71D2B;
    box-shadow: 0 8px 20px rgba(231, 29, 43, 0.4);
}

@media (max-width: 991px) {
    .hf-top-stats-pill { display: none; }
    .hf-cars-section { padding: 60px 0 !important; }
}

/* Fiyat rengi */
.hf-car-price,
.hf-price-value {
  color: #E71D2B !important;
}

/* Kart CTA butonu */
.hf-car-btn,
.hf-car-cta {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
  color: #fff !important;
  border-color: #E71D2B !important;
}

.hf-car-btn:hover,
.hf-car-cta:hover {
  background: linear-gradient(135deg, #C41524 0%, #E71D2B 100%) !important;
  color: #fff !important;
}

/* "Tümünü Gör" linki */
.hf-cars-view-all,
.hf-view-all-link {
  color: #E71D2B !important;
  border-color: #E71D2B !important;
}

.hf-cars-view-all:hover,
.hf-view-all-link:hover {
  background: #E71D2B !important;
  color: #fff !important;
}

/* ============================================
   HOME — SSS (FAQ) SECTION
   ============================================ */

.hf-faq-title {
  color: #0B1F2A !important;
}

.hf-accordion-button:not(.collapsed) {
  color: #E71D2B !important;
  background: rgba(231, 29, 43, 0.05) !important;
}

.hf-accordion-button:not(.collapsed) .hf-question-icon {
  background: #E71D2B !important;
  color: #fff !important;
}

.hf-question-icon i {
  color: #E71D2B !important;
  transition: all 0.3s ease;
}

.hf-accordion-button:not(.collapsed) .hf-question-icon i {
  color: #fff !important;
}

.hf-question-icon {
  background: rgba(11, 31, 42, 0.08) !important;
  color: #0B1F2A !important;
}

.accordion-button::after {
  color: #E71D2B !important;
}

/* ============================================
   GENEL — BUTON VE LİNK RENK SİSTEMİ
   ============================================ */

/* Birincil butonlar */
.btn-primary,
.button--primary,
.btn.btn-primary {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
  border-color: #E71D2B !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(231, 29, 43, 0.3) !important;
}

.btn-primary:hover,
.button--primary:hover {
  background: linear-gradient(135deg, #C41524 0%, #E71D2B 100%) !important;
  border-color: #C41524 !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(231, 29, 43, 0.45) !important;
}

/* Link icon hover */
a:hover i.fas,
a:hover i.far,
a:hover i.fab {
  color: #E71D2B;
}

/* WhatsApp ikonu yeşil kalır */
.whatsApp .form-call-btn {
  background: #25D366 !important;
}

/* Telefon floating butonu — lacivert */
.form-call-wrapper:not(.whatsApp) .form-call-btn {
  background: #0B1F2A !important;
}

.form-call-wrapper:not(.whatsApp) .form-call-btn:hover {
  background: #E71D2B !important;
}

/* ============================================
   SEKSİYON BAŞLIKLARI — Lacivert + Kırmızı çizgi
   ============================================ */

.section-title,
.sec-title,
h2.title {
  color: #0B1F2A !important;
}

.section-title::after,
.sec-title::after {
  background: #E71D2B !important;
}

/* ============================================
   SAYFA ALANI — Genel arka planlar
   ============================================ */

.layout-radius {
  background: #fff;
}

section:nth-child(even),
.section-bg,
.bg-light {
  background: #F2F2F2 !important;
}

/* Breadcrumb aktif renk */
.breadcrumb-item.active {
  color: #E71D2B !important;
}

/* Input focus state */
input:focus,
select:focus,
textarea:focus {
  border-color: #E71D2B !important;
  box-shadow: 0 0 0 3px rgba(231, 29, 43, 0.12) !important;
  outline: none !important;
}

/* ============================================
   STEP FORMLARI (Değerleme adımları)
   ============================================ */

/* Aktif adım göstergesi */
.step.active .circle {
  background: #E71D2B !important;
  color: #fff !important;
  border-color: #E71D2B !important;
}

.step.completed .circle {
  background: #0B1F2A !important;
  color: #fff !important;
}

.step-progress-fill {
  background: linear-gradient(90deg, #E71D2B 0%, #FF3B4E 100%) !important;
}

/* Seçim listesi item hover/active */
.form-list-select li:hover,
.form-list-select li.active {
  background: rgba(231, 29, 43, 0.08) !important;
  border-color: #E71D2B !important;
  color: #0B1F2A !important;
}

.form-list-select li.active {
  background: rgba(231, 29, 43, 0.12) !important;
  font-weight: 600 !important;
}

/* "Geri" butonu */
.btn-left {
  color: #0B1F2A !important;
  border-color: rgba(11, 31, 42, 0.2) !important;
}

.btn-left:hover {
  background: rgba(11, 31, 42, 0.06) !important;
  color: #0B1F2A !important;
}

/* ============================================
   KARTlar — Hover shadow navy tonunda
   ============================================ */

.card:hover,
[class*="card"]:hover {
  box-shadow: 0 8px 32px rgba(11, 31, 42, 0.1) !important;
}

/* ============================================
   SCROLLBAR — Marka renkleri
   ============================================ */

::-webkit-scrollbar-thumb {
  background: #0B1F2A !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #E71D2B !important;
}

/* ============================================
   HERO FORM — YENİ ROZETLER & LABEL
   ============================================ */

.hhf-badge-row {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.hhf-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.hhf-badge i {
  color: #E71D2B;
  font-size: 10px;
}

.hhf-title {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.15 !important;
  margin-bottom: 8px !important;
}

.hhf-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}

.hhf-label i {
  color: #E71D2B;
  margin-right: 4px;
}

.hhf-micro-trust {
  text-align: center;
  font-size: 11px;
  color: #888;
  margin-top: 12px;
  margin-bottom: 0;
}

.hhf-micro-trust i {
  font-size: 10px;
}

/* Button pulse animation */
@keyframes fc-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(231, 29, 43, 0.5); }
  70%  { box-shadow: 0 0 0 12px rgba(231, 29, 43, 0); }
  100% { box-shadow: 0 0 0 0 rgba(231, 29, 43, 0); }
}

.btn-minimal-primary {
  animation: fc-pulse 2.5s infinite !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  padding: 1.1rem 1.5rem !important;
  gap: 6px;
}

.btn-minimal-primary:hover {
  animation: none !important;
}

@media (max-width: 991px) {
  .btn-minimal-primary {
    padding: 0.9rem 1.3rem !important;
    font-size: 0.95rem !important;
  }
}

@media (max-width: 767px) {
  .btn-minimal-primary {
    padding: 0.8rem 1.2rem !important;
    font-size: 0.9rem !important;
  }
}

/* ============================================
   TRUST BAR
   ============================================ */

.fc-trust-bar {
  background: #fff;
  border-bottom: 1px solid #EFEFEF;
  padding: 0;
}

.fc-trust-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.fc-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 36px;
  flex: 1;
  min-width: 180px;
  justify-content: center;
  transition: background 0.3s ease;
}

.fc-trust-item:hover {
  background: rgba(231, 29, 43, 0.03);
}

.fc-trust-divider {
  width: 1px;
  height: 40px;
  background: #E8E8E8;
  flex-shrink: 0;
}

.fc-trust-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(231, 29, 43, 0.1) 0%, rgba(231, 29, 43, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.fc-trust-item:hover .fc-trust-icon {
  transform: scale(1.1);
}

.fc-trust-icon i {
  font-size: 18px;
  color: #E71D2B;
}

.fc-trust-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fc-trust-text strong {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0B1F2A;
  line-height: 1.2;
  font-family: 'Mulish', sans-serif;
}

.fc-trust-text span {
  font-size: 12px;
  color: #777;
  font-weight: 500;
}

@media (max-width: 767px) {
  .fc-trust-bar__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .fc-trust-divider {
    display: none;
  }

  .fc-trust-item {
    padding: 18px 20px;
    border-bottom: 1px solid #EFEFEF;
    min-width: unset;
  }

  .fc-trust-item:nth-child(odd) {
    border-right: 1px solid #EFEFEF;
  }

  .fc-trust-text strong {
    font-size: 1.1rem;
  }
}

/* ============================================
   CTA BANNER
   ============================================ */

.fc-cta-banner {
  position: relative !important;
  padding: 80px 0 !important;
  overflow: hidden !important;
  background: #0B1F2A !important;
  background-color: #0B1F2A !important;
  margin: 60px 0 !important;
}

.fc-cta-banner__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 50%, rgba(231, 29, 43, 0.18) 0%, transparent 60%),
    radial-gradient(circle at 10% 80%, rgba(231, 29, 43, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.fc-cta-banner__bg::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #E71D2B, rgba(231,29,43,0.4), #E71D2B);
}

.fc-cta-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.fc-cta-banner__left {
  flex: 1;
  min-width: 280px;
}

.fc-cta-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(231, 29, 43, 0.2);
  color: #FF6B7A;
  border: 1px solid rgba(231, 29, 43, 0.3);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.fc-cta-banner__eyebrow i {
  color: #E71D2B;
}

.fc-cta-banner__title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: 'Mulish', sans-serif;
}

.fc-cta-banner__desc {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
  line-height: 1.7;
  max-width: 480px;
}

.fc-cta-banner__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.fc-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Mulish', sans-serif;
}

.fc-cta-btn--primary {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%);
  color: #fff;
  box-shadow: 0 6px 24px rgba(231, 29, 43, 0.45);
  animation: fc-pulse 2.5s infinite;
}

.fc-cta-btn--primary:hover {
  background: linear-gradient(135deg, #C41524 0%, #E71D2B 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(231, 29, 43, 0.55);
  color: #fff;
  animation: none;
}

.fc-cta-btn--outline {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.fc-cta-btn--outline:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.fc-cta-banner__micro {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.fc-cta-banner__micro i {
  color: #4CAF50;
  margin-right: 3px;
}

/* Stats kutusu */
.fc-cta-banner__right {
  flex-shrink: 0;
}

.fc-cta-stat-box {
  display: flex;
  gap: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 36px 40px;
  backdrop-filter: blur(10px);
}

.fc-cta-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 80px;
}

.fc-cta-stat__number {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
}

.fc-cta-stat__label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  text-align: center;
}

@media (max-width: 991.98px) {
  .home-hero-image-wrapper {
    height: 600px;
  }
  
  .home-hero-form-overlay .container {
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .home-hero-form-wrapper {
    max-width: 100%;
    width: 100%;
  }
  
  .home-hero-form-card {
    border-radius: 20px;
  }
  
  .hhf-header {
    padding: 1.75rem 2rem 1.25rem;
  }
  
  .hhf-title {
    font-size: 1.5rem;
  }
  
  .hhf-slogan {
    font-size: 0.9375rem;
  }
  
  .hhf-card {
    padding: 2rem;
  }
  
  .home-hero__arrows {
    padding: 0 1rem;
  }
  
  .home-hero__arrow {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.125rem;
  }
  
  .fc-cta-banner {
    padding: 60px 0;
    margin: 40px 0;
  }

  .fc-cta-banner__title {
    font-size: 1.75rem;
  }

  .fc-cta-banner__right {
    width: 100%;
  }

  .fc-cta-stat-box {
    justify-content: center;
    padding: 28px 32px;
  }
}

@media (max-width: 575px) {
  .fc-cta-banner {
    padding: 48px 0;
    margin: 30px 0;
  }

  .fc-cta-banner__title {
    font-size: 1.5rem;
  }

  .fc-cta-banner__actions {
    flex-direction: column;
  }

  .fc-cta-btn {
    justify-content: center;
    padding: 14px 24px;
  }

  .fc-cta-stat-box {
    gap: 16px;
    padding: 24px 20px;
  }

  .fc-cta-stat__number {
    font-size: 1.5rem;
  }
}

/* ============================================
   WHY US — Geliştirilmiş Kart Stili
   ============================================ */

.hf-whyus-section {
  padding: 80px 0;
  background: #F7F8FA;
}

.hf-whyus-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0B1F2A !important;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.hf-whyus-subtitle {
  font-size: 1.0625rem;
  color: #666;
}

.hf-whyus-header {
  text-align: center;
  margin-bottom: 48px;
}

.hf-whyus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 991px) {
  .hf-whyus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .hf-whyus-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.hf-whyus-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  gap: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.hf-whyus-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #E71D2B, rgba(231,29,43,0.4));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.hf-whyus-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(11, 31, 42, 0.1);
  border-color: rgba(231, 29, 43, 0.15);
}

.hf-whyus-card:hover::before {
  transform: scaleX(1);
}

.hf-whyus-icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(231, 29, 43, 0.1) 0%, rgba(231, 29, 43, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.35s ease;
}

.hf-whyus-card:hover .hf-whyus-icon-wrapper {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%);
}

.hf-whyus-icon-wrapper i {
  font-size: 20px;
  color: #E71D2B;
  transition: color 0.35s ease;
}

.hf-whyus-card:hover .hf-whyus-icon-wrapper i {
  color: #fff;
}

.hf-whyus-content {
  flex: 1;
}

.hf-whyus-card-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0B1F2A;
  margin-bottom: 8px;
  font-family: 'Mulish', sans-serif;
}

.hf-whyus-card-text {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

/* ============================================
   REVIEWS — Geliştirilmiş Kart
   ============================================ */

.hf-reviews-section {
  padding: 80px 0;
  background: #fff;
}

.hf-reviews-title {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #0B1F2A !important;
  letter-spacing: -0.02em !important;
}

.hf-review-card {
  border-left: 3px solid #E71D2B !important;
}

.hf-review-avatar {
  background: linear-gradient(135deg, #E71D2B, #FF3B4E) !important;
}

.hf-review-stars i {
  color: #FFD700 !important;
}

/* ============================================
   FEATURES — başlık artık HTML içinde, pseudo kaldırıldı
   ============================================ */

.home-features-section::before {
  content: '';
  display: block;
}

.home-features-section .container::before {
  content: none;
}

.home-features-section .container::after {
  content: none;
}

/* ============================================
   MARQUEE — Lacivert arka plan
   ============================================ */

.hf-marquee-section {
  background: #0B1F2A !important;
  padding: 18px 0 !important;
  overflow: hidden;
}

.hf-marquee-label {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hf-marquee-dot {
  background: #E71D2B !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  display: inline-block !important;
}

/* ============================================
   GENEL SARKI TEMİZLEME — Tüm kalan yellow/gold iz
   ============================================ */

/* Sitedeki tüm sarı/altın renk referanslarını sıfırla */
[style*="#FDB913"],
[style*="fdb913"],
[style*="#FFC843"],
[style*="ffc843"] {
  color: #E71D2B !important;
}

/* Araç kartı badge — "Vitrin" etiketi */
.hf-car-badge {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
  color: #fff !important;
  border: none !important;
}

/* Araç fiyatı */
.hf-car-price {
  color: #E71D2B !important;
  font-weight: 800 !important;
}

/* Araç detay butonu */
.hf-car-btn {
  background: #0B1F2A !important;
  color: #fff !important;
  border-color: #0B1F2A !important;
}

.hf-car-btn:hover {
  background: #E71D2B !important;
  border-color: #E71D2B !important;
  color: #fff !important;
}

/* Araç kartı hover */
.hf-car-card:hover {
  border-color: rgba(231, 29, 43, 0.2) !important;
  box-shadow: 0 12px 40px rgba(11, 31, 42, 0.12) !important;
}

/* Araç listesi navigation ok butonları */
.hf-cars-button-prev,
.hf-cars-button-next {
  background: #0B1F2A !important;
  color: #fff !important;
  border-color: #0B1F2A !important;
}

.hf-cars-button-prev:hover,
.hf-cars-button-next:hover {
  background: #E71D2B !important;
  border-color: #E71D2B !important;
}

/* Reviews slider navigasyon */
.hf-reviews-button-prev,
.hf-reviews-button-next {
  background: #0B1F2A !important;
  color: #fff !important;
}

.hf-reviews-button-prev:hover,
.hf-reviews-button-next:hover {
  background: #E71D2B !important;
}

/* Pagination dots */
.swiper-pagination-bullet-active {
  background: #E71D2B !important;
}

/* Review avatar */
.hf-review-avatar {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
}

/* Review yıldızlar */
.hf-review-stars i,
.fa-star {
  color: #FFD700;
}

/* Stats section (hf-cars-stats kutusu) */
.hf-cars-stats {
  border-color: rgba(231, 29, 43, 0.2) !important;
}

.hf-stats-number {
  color: #E71D2B !important;
}

/* SSS / FAQ accordion */
.accordion-button:not(.collapsed) {
  color: #E71D2B !important;
  background: rgba(231, 29, 43, 0.04) !important;
  border-color: rgba(231, 29, 43, 0.15) !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(231, 29, 43, 0.15) !important;
}

/* Tüm section title altı çizgi */
.hf-cars-title::after,
.hf-whyus-title::after,
.hf-reviews-title::after,
.hf-faq-title::after {
  background: #E71D2B !important;
}

/* Cars section başlık alanı */
.hf-cars-title {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: #0B1F2A !important;
  letter-spacing: -0.02em !important;
}

/* Tüm primary/outline buton overrides */
.btn-outline-primary {
  color: #E71D2B !important;
  border-color: #E71D2B !important;
}

.btn-outline-primary:hover {
  background: #E71D2B !important;
  color: #fff !important;
}

/* Link renkleri */
a.text-primary,
.text-primary {
  color: #E71D2B !important;
}

/* Tüm "badge" elementleri */
.badge.bg-primary,
.badge-primary {
  background: #E71D2B !important;
}

/* ============================================
   MOBİL — Header logo beyaz kalmalı
   ============================================ */

@media (max-width: 991px) {
  .das-header .header__logo img {
    filter: none !important;
    opacity: 1 !important;
    max-height: 42px !important;
    width: auto !important;
    display: block !important;
  }
}

/* ============================================
   SİTE GENELİ — Bağlantı rengi
   ============================================ */

a:not(.btn):not(.nav__link):not(.mobile-nav__link):not(.das-footer__links a):not(.das-topbar__item):hover {
  color: #E71D2B;
}

/* Form elemanları focus */
.form-control:focus,
.form-select:focus,
select:focus {
  border-color: #E71D2B !important;
  box-shadow: 0 0 0 3px rgba(231, 29, 43, 0.12) !important;
}

/* ============================================
   HOME.CSS HARDCODEd SARI TEMİZLEME
   (rgba(253,185,19) ve #FFC843 referansları)
   ============================================ */

/* Feature card sol çizgi — sarı hardcode override */
.home-feature-card::before {
  background: linear-gradient(180deg, #E71D2B 0%, rgba(231, 29, 43, 0.5) 100%) !important;
}

.home-feature-card::after {
  background: linear-gradient(135deg, rgba(231, 29, 43, 0.04) 0%, transparent 100%) !important;
}

/* Feature hover başlık rengi */
.home-feature-card:hover .feature-title {
  color: #E71D2B !important;
}

/* Feature hover border */
.home-feature-card:hover {
  box-shadow: 0 16px 40px rgba(11,31,42,0.12), 0 0 0 1px rgba(231,29,43,0.12) !important;
  border-color: rgba(231,29,43,0.2) !important;
}

/* Feature badge numarası */
.feature-number {
  color: rgba(231,29,43,0.25) !important;
}

.home-feature-card:hover .feature-number {
  color: #E71D2B !important;
}

/* WhyUs kart hover — sarı hardcode override */
.hf-whyus-card:hover .hf-whyus-icon-wrapper {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
}

.hf-whyus-card:hover .hf-whyus-icon-wrapper i {
  color: #fff !important;
}

.hf-whyus-card:hover .hf-whyus-card-title {
  color: #E71D2B !important;
}

.hf-whyus-card::before {
  background: linear-gradient(90deg, #E71D2B, rgba(231,29,43,0.3)) !important;
}

.hf-whyus-icon-wrapper {
  background: linear-gradient(135deg, rgba(231,29,43,0.1) 0%, rgba(231,29,43,0.05) 100%) !important;
  border: 1px solid rgba(231,29,43,0.15) !important;
}

.hf-whyus-icon-wrapper i {
  color: #E71D2B !important;
}

/* Marquee — lacivert arka plan, beyaz fade yerine lacivert fade */
.hf-marquee-section {
  background: #0B1F2A !important;
  background-color: #0B1F2A !important;
}

.hf-marquee-section::before {
  background: linear-gradient(to right, rgba(11,31,42,1), rgba(11,31,42,0)) !important;
}

.hf-marquee-section::after {
  background: linear-gradient(to left, rgba(11,31,42,1), rgba(11,31,42,0)) !important;
}

.hf-marquee-text {
  color: rgba(255,255,255,0.85) !important;
}

/* CTA Banner — kesin lacivert */
section.fc-cta-banner,
.fc-cta-banner {
  background: #0B1F2A !important;
  background-color: #0B1F2A !important;
}

/* Cars swiper pagination */
.hf-cars-swiper .swiper-pagination-bullet-active,
.hf-reviews-swiper .swiper-pagination-bullet-active {
  background: #E71D2B !important;
}

/* Reviews kart sol sınır çizgisi */
.hf-review-card {
  border-left: 3px solid #E71D2B !important;
}

/* Review avatar */
.hf-review-avatar {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
}

/* Review yıldızlar */
.hf-review-stars .fa-star,
.hf-review-stars i {
  color: #FFD700 !important;
}

/* Cars section başlık sol çizgi */
.hf-cars-title {
  color: #0B1F2A !important;
}

/* Cars nav buttons */
.hf-cars-button-prev i,
.hf-cars-button-next i {
  color: #fff !important;
}

/* Cars view-all butonu */
.hf-cars-view-all {
  color: #E71D2B !important;
  border-color: #E71D2B !important;
}

.hf-cars-view-all:hover {
  background: #E71D2B !important;
  color: #fff !important;
}

/* ============================================
   CSS DEĞİŞKENLERİ — Son yükleme garantisi
   (Bu blok body'nin en sonunda yüklendiğinden
    custom.css ve home.css'i geçersiz kılar)
   ============================================ */

:root {
  --primary-yellow: #E71D2B !important;
  --primary-yellow-hover: #C41524 !important;
  --dark-gray: #0B1F2A !important;
  --black: #0B1F2A !important;
}

/* ============================================
   HAKKIMIZDA (about.css) — SARI TEMİZLEME
   ============================================ */

/* Hero arka planı */
.das-about-hero {
  background: linear-gradient(135deg, rgba(231,29,43,0.03) 0%, rgba(11,31,42,0.02) 100%) !important;
}

/* Hero üst çizgi */
.das-about-hero::before {
  background: linear-gradient(90deg, #E71D2B 0%, rgba(231,29,43,0.4) 50%, #E71D2B 100%) !important;
}

/* Hero CTA butonu */
.das-about-hero__btn,
.das-about-hero__btn::after {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
  box-shadow: 0 4px 16px rgba(231,29,43,0.35) !important;
  color: #fff !important;
}

.das-about-hero__btn:hover {
  background: linear-gradient(135deg, #C41524 0%, #E71D2B 100%) !important;
  box-shadow: 0 8px 24px rgba(231,29,43,0.5) !important;
  color: #fff !important;
}

/* Hero badge */
.das-about-hero__badge {
  box-shadow: 0 8px 24px rgba(11,31,42,0.15), 0 0 0 1px rgba(231,29,43,0.12) !important;
}

.das-about-hero__badge:hover {
  box-shadow: 0 12px 32px rgba(231,29,43,0.2), 0 0 0 2px #E71D2B !important;
}

/* Hero image wrapper */
.das-about-hero__image-wrapper {
  box-shadow: 0 30px 80px rgba(11,31,42,0.2) !important;
}

.das-about-hero__image-wrapper:hover {
  box-shadow: 0 30px 80px rgba(231,29,43,0.15) !important;
}

/* Mission kartı icon */
.das-about-mission__icon {
  background: linear-gradient(135deg, rgba(231,29,43,0.1) 0%, rgba(231,29,43,0.05) 100%) !important;
  border: 1px solid rgba(231,29,43,0.15) !important;
  color: #E71D2B !important;
}

.das-about-mission__icon i {
  color: #E71D2B !important;
}

/* Mission kart hover */
.das-about-mission__card {
  background: linear-gradient(135deg, rgba(231,29,43,0.03) 0%, rgba(11,31,42,0.01) 100%) !important;
}

.das-about-mission__card:hover,
.das-about-mission__card--vision:hover {
  border-color: rgba(231,29,43,0.2) !important;
  box-shadow: 0 8px 24px rgba(11,31,42,0.1), 0 0 0 1px rgba(231,29,43,0.1) !important;
}

.das-about-mission__card:hover::before,
.das-about-mission__card--vision:hover::before {
  background: linear-gradient(180deg, #E71D2B 0%, rgba(231,29,43,0.5) 100%) !important;
}

/* Stats ikonları */
.das-about-stats__icon {
  background: linear-gradient(135deg, rgba(231,29,43,0.1) 0%, rgba(231,29,43,0.05) 100%) !important;
  color: #E71D2B !important;
}

.das-about-stats__icon i {
  color: #E71D2B !important;
}

.das-about-stats__item:hover {
  border-color: rgba(231,29,43,0.2) !important;
  box-shadow: 0 8px 24px rgba(231,29,43,0.1) !important;
}

/* Values kartları */
.das-about-values__card-icon {
  background: linear-gradient(135deg, rgba(231,29,43,0.1) 0%, rgba(231,29,43,0.05) 100%) !important;
  color: #E71D2B !important;
}

.das-about-values__card-icon i {
  color: #E71D2B !important;
}

.das-about-values__card:hover::before {
  background: linear-gradient(90deg, #E71D2B, rgba(231,29,43,0.3)) !important;
}

.das-about-values__card:hover {
  border-color: rgba(231,29,43,0.15) !important;
  box-shadow: 0 12px 32px rgba(11,31,42,0.08) !important;
}

/* Timeline */
.das-about-timeline__step--active .das-about-timeline__dot,
.das-about-timeline__step:hover .das-about-timeline__dot {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
  box-shadow: 0 4px 12px rgba(231,29,43,0.4) !important;
}

/* CTA section */
.das-about-cta {
  background: linear-gradient(135deg, #0B1F2A 0%, #1E3A4C 100%) !important;
}

.das-about-cta::before {
  background: linear-gradient(90deg, #E71D2B 0%, rgba(231,29,43,0.4) 50%, #E71D2B 100%) !important;
}

.das-about-cta__btn--primary,
.das-about-cta__btn--primary::after {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
  box-shadow: 0 4px 16px rgba(231,29,43,0.35) !important;
  color: #fff !important;
}

.das-about-cta__btn--primary:hover {
  background: linear-gradient(135deg, #C41524 0%, #E71D2B 100%) !important;
  box-shadow: 0 12px 32px rgba(231,29,43,0.5) !important;
  color: #fff !important;
}

.das-about-cta__btn--secondary:hover,
.das-about-cta__btn--secondary::before {
  background: rgba(255,255,255,0.08) !important;
}

/* Content image hover */
.das-about-content__image-wrapper:hover .das-about-content__image {
  box-shadow: 0 30px 80px rgba(231,29,43,0.15) !important;
}

/* ============================================
   İLETİŞİM (contact.css) — SARI TEMİZLEME
   ============================================ */

/* Sidebar */
.contact-info-sidebar {
  border: 1px solid rgba(231,29,43,0.12) !important;
}

.contact-info-header {
  border-bottom: 2px solid rgba(231,29,43,0.1) !important;
  background: rgba(231,29,43,0.02) !important;
}

/* Info item icon */
.contact-info-item-icon {
  background: linear-gradient(135deg, rgba(231,29,43,0.1) 0%, rgba(231,29,43,0.05) 100%) !important;
  color: #E71D2B !important;
  border: 1px solid rgba(231,29,43,0.1) !important;
}

.contact-info-item-icon i {
  color: #E71D2B !important;
}

.contact-info-item:hover {
  background: rgba(231,29,43,0.03) !important;
  box-shadow: 0 4px 16px rgba(231,29,43,0.08) !important;
}

.contact-info-item:hover .contact-info-item-icon {
  background: linear-gradient(135deg, rgba(231,29,43,0.15) 0%, rgba(231,29,43,0.08) 100%) !important;
}

/* Form wrapper */
.contact-form-wrapper {
  border: 1px solid rgba(231,29,43,0.1) !important;
  background: rgba(231,29,43,0.01) !important;
}

.contact-form-wrapper:hover {
  box-shadow: 0 12px 40px rgba(11,31,42,0.08) !important;
  border-color: rgba(231,29,43,0.15) !important;
}

/* Form header çizgisi */
.contact-form-header {
  border-bottom: 1px solid rgba(231,29,43,0.08) !important;
}

.contact-form-header::after {
  background: linear-gradient(90deg, #E71D2B, rgba(231,29,43,0.3)) !important;
}

/* Form alanları focus */
.form-input:focus,
.form-textarea:focus {
  border-color: #E71D2B !important;
  box-shadow: 0 0 0 4px rgba(231,29,43,0.08) !important;
  background: #fff !important;
}

.form-input:focus + .form-label,
.form-textarea:focus + .form-label {
  color: #E71D2B !important;
}

/* Accordion item */
.accordion-item:hover {
  border-color: rgba(231,29,43,0.2) !important;
  box-shadow: 0 4px 12px rgba(231,29,43,0.06) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E71D2B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* Submit butonu */
.btn-submit {
  background: linear-gradient(135deg, #E71D2B 0%, #FF3B4E 100%) !important;
  border-color: #E71D2B !important;
  box-shadow: 0 4px 16px rgba(231,29,43,0.3) !important;
  color: #fff !important;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #C41524 0%, #E71D2B 100%) !important;
  box-shadow: 0 8px 24px rgba(231,29,43,0.4) !important;
  color: #fff !important;
}

/* Captcha container */
.captcha-container {
  border: 1px solid rgba(231,29,43,0.1) !important;
  background: rgba(231,29,43,0.01) !important;
}

/* Select ok ikonu — sarı SVG → kırmızı */
.form-select,
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E71D2B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 15px) center !important;
  background-size: 16px 12px !important;
  padding-right: 40px !important;
}

/* ============================================
   TELEFON INPUT UX GELISTIRMELERI
   ============================================ */

.input-with-icon {
  position: relative;
  display: flex !important;
  align-items: center;
}

.input-with-icon .form-control {
  padding-right: 45px !important;
}

.input-icon-right {
  position: absolute;
  right: 15px;
  color: #ccc;
  font-size: 14px;
  transition: all 0.3s ease;
  z-index: 5;
}

.form-control:focus + .input-icon-right {
  color: #E71D2B;
}

.form-control.is-valid + .input-icon-right {
  color: #28a745 !important;
}

.text-muted {
  color: #888 !important;
}

.form-text i {
  color: #E71D2B;
  opacity: 0.7;
}


/* ============================================
   MODERN FAQ SECTION Overhaul
   ============================================ */
.hf-faq-section {
  padding: 100px 0;
  background: radial-gradient(circle at top right, #f8fafc, #fff);
  position: relative;
  overflow: hidden;
}

.hf-faq-section::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(231, 29, 43, 0.03) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.hf-faq-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.hf-faq-title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #0B1F2A;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.hf-faq-subtitle {
  font-size: 1.15rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 500;
}

.hf-faq-accordion {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hf-accordion-item {
  background: #fff !important;
  border: 1px solid rgba(226, 232, 240, 0.7) !important;
  border-radius: 20px !important;
  margin-bottom: 18px !important;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 6px rgba(11, 31, 42, 0.02) !important;
}

.hf-accordion-item:hover {
  transform: translateY(-4px);
  border-color: rgba(231, 29, 43, 0.25) !important;
  box-shadow: 0 20px 40px rgba(11, 31, 42, 0.06) !important;
}

.hf-accordion-button {
  display: flex !important;
  align-items: center !important;
  padding: 26px 32px !important;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #0B1F2A !important;
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  text-align: left !important;
  gap: 20px !important;
  transition: all 0.3s ease !important;
}

.hf-accordion-button:not(.collapsed) {
  color: #E71D2B !important;
  background: linear-gradient(90deg, rgba(231, 29, 43, 0.02) 0%, transparent 100%) !important;
}

.hf-question-icon {
  width: 40px;
  height: 40px;
  background: rgba(231, 29, 43, 0.05);
  border: 1px solid rgba(231, 29, 43, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hf-question-icon i {
  font-size: 16px;
  color: #E71D2B;
}

.hf-accordion-button:not(.collapsed) .hf-question-icon {
  background: #E71D2B;
  border-color: #E71D2B;
  transform: scale(1.1) rotate(10deg);
}

.hf-accordion-button:not(.collapsed) .hf-question-icon i {
  color: #fff;
}

.hf-accordion-body {
  padding: 0 32px 32px 92px !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: #475569 !important;
  border-top: none !important;
}

/* Custom Bootstrap Chevron Fix */
.hf-accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230B1F2A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-size: 18px !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.hf-accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E71D2B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}

/* FAQ Footer CTA */
.hf-faq-footer {
  margin-top: 60px;
  text-align: center;
}

.hf-faq-cta-card {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 18px 40px;
  background: #fff;
  border: 1px solid rgba(11, 31, 42, 0.08);
  border-radius: 100px;
  box-shadow: 0 15px 35px rgba(11, 31, 42, 0.05);
  transition: all 0.3s ease;
}

.hf-faq-cta-card:hover {
  transform: scale(1.02);
  border-color: rgba(231, 29, 43, 0.3);
}

.hf-faq-cta-text {
  font-weight: 600;
  color: #4b5563;
  font-size: 1.05rem;
}

.hf-faq-cta-link {
  color: #E71D2B;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.05rem;
}

.hf-faq-cta-link i {
  transition: transform 0.3s ease;
}

.hf-faq-cta-link:hover i {
  transform: translateX(4px);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .hf-faq-title {
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  .hf-faq-section {
    padding: 70px 0;
  }
  .hf-faq-title {
    font-size: 1.85rem;
  }
  .hf-accordion-button {
    padding: 20px 24px !important;
    font-size: 1rem !important;
    gap: 16px !important;
  }
  .hf-question-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }
  .hf-accordion-body {
    padding: 0 24px 24px 74px !important;
    font-size: 0.95rem !important;
  }
  .hf-faq-cta-card {
    flex-direction: column;
    gap: 12px;
    border-radius: 24px;
    padding: 24px;
    width: 90%;
  }
}
