/* ================================================================
   YENİ BİLEŞENLER — Değişiklik 1, 3, 7
   ================================================================ */

/* ----------------------------------------------------------------
   D0 — Why Us (Neden Biz) Kart Hizalama Fix
   ---------------------------------------------------------------- */
.lp-why-us .row {
  display: flex !important;
  flex-wrap: wrap;
}

.lp-why-us .row>div[class*="col-"] {
  display: flex !important;
  flex-direction: column;
}

.lp-why-card {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column;
  height: 100% !important;
}

/* ----------------------------------------------------------------
   D2 — Pricing Kart Hizalama Düzeltmesi (Fiyatlandırma)
   ---------------------------------------------------------------- */
.lp-pricing .row>div[class*="col-"] {
  display: flex !important;
  flex-direction: column;
}

.lp-pricing-card {
  display: flex !important;
  flex-direction: column;
  height: 100% !important;
}

.lp-pricing-features {
  flex-grow: 1;
}

.lp-pricing-card .lp-btn-primary {
  margin-top: auto !important;
  background: linear-gradient(135deg, #0073ff 0%, #005ecc 100%);
  border: none;
  border-radius: 10px;
  padding: 14px 24px;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 4px 14px rgba(0, 115, 255, 0.3);
  transition: all 0.3s ease;
}

.lp-pricing-card .lp-btn-primary:hover {
  background: linear-gradient(135deg, #005ecc 0%, #004099 100%);
  box-shadow: 0 6px 20px rgba(0, 115, 255, 0.4);
  transform: translateY(-2px);
}

/* ----------------------------------------------------------------
   D1 — FAQ Accordion Hizalama Düzeltmesi
   ---------------------------------------------------------------- */
.lp-faq-accordion .accordion-button {
  min-height: 60px;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  white-space: normal;
  word-break: break-word;
}

.lp-faq-accordion .accordion-item {
  margin-bottom: 8px;
}



/* ----------------------------------------------------------------
   D3 — Referans Müşteri Kartları (.lp-ref-*)
   ---------------------------------------------------------------- */
.lp-ref-cards-wrap {
  min-height: 420px;
}

.lp-ref-card {
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 10px rgba(0, 35, 90, 0.05);
}

.lp-ref-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 35, 90, 0.1);
}

.lp-ref-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.lp-ref-card__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  filter: brightness(0) invert(1);
}

.lp-ref-card__initials {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}

.lp-ref-card__info {
  flex: 1;
  min-width: 0;
}

.lp-ref-card__name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lp-ref-card__sector {
  font-size: 0.78rem;
  color: #6c757d;
  margin-top: 2px;
}

.lp-ref-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #f0f6ff;
  border: 1px solid #c8dcf4;
  color: #00235a;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.lp-ref-card__btn:hover {
  background: #00235a;
  color: #fff;
  border-color: #00235a;
  transform: scale(1.04);
}

.lp-ref-empty-state {
  background: #f8f9fc;
  border-radius: 16px;
  border: 2px dashed #e2e8f0;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Slider: Orantılı yükseklik koruması */
.lp-referans-split .lp-slider-wrap {
  max-width: 100%;
  height: auto !important;
  /* h-100 clasını ezer */
  aspect-ratio: 7 / 4;
}

.lp-referans-split .lp-slider-wrap img {
  height: 100%;
}

/* ----------------------------------------------------------------
   D5 — Review Date (Göreli zaman: "8 ay önce")
   ---------------------------------------------------------------- */
.lp-review-card .reviewer-date {
  font-size: 11px;
  color: #c4bdb7;
  margin-top: 2px;
}

/* ----------------------------------------------------------------
   D7 — Testimonials Full-Width Layout + Flip Grid
   ---------------------------------------------------------------- */
.lp-testimonials-inner {
  display: block;
}

.lp-reviews-column {
  border-left: 1px solid #e2e8f0;
  padding-left: 40px;
}

.lp-flip-showcase__header {
  margin-bottom: 28px;
}

.lp-flip-showcase__header h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.lp-flip-showcase__header p {
  font-size: 0.9rem;
  color: #6c757d;
  margin: 0;
}

/* Flip istatistik satırı */
.lp-flip-stats {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8edf4;
  box-shadow: 0 2px 12px rgba(0, 35, 90, 0.06);
  overflow: hidden;
}

.lp-flip-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
  padding: 14px 8px;
}

.lp-flip-stat:not(:last-child) {
  border-right: 1px solid #e8edf4;
}

.lp-flip-stat__num {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.04em;
  line-height: 1;
}

.lp-flip-stat__num span {
  color: #0073ff;
}

.lp-flip-stat__label {
  font-size: 0.7rem;
  color: #94a3b8;
  font-weight: 500;
  text-align: center;
}

.lp-flip-stat-divider {
  display: none;
}

/* Flip Grid */
.lp-flip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 16px;
}

/* Flip Card */
.lp-flip-card {
  height: 148px;
  perspective: 900px;
  cursor: pointer;
}

.lp-flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.lp-flip-card:hover .lp-flip-inner,
.lp-flip-card.flipped .lp-flip-inner {
  transform: rotateY(180deg);
}

.lp-flip-front {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: var(--card-color, #0073ff);
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.lp-flip-card:hover .lp-flip-front {

  border-color: #c8dcf4;
  box-shadow: 0 4px 20px rgba(0, 115, 255, 0.08);
}

.lp-flip-logo {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  overflow: hidden;
}

.lp-flip-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  filter: brightness(0) invert(1);
}

.lp-flip-logo-initials {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}

.lp-flip-front-name {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}

.lp-flip-back {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(180deg);
  background: var(--card-color, #0073ff);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 14px;
  overflow: hidden;
}

.lp-flip-back::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .15) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(0, 0, 0, .1) 0%, transparent 50%);
  border-radius: inherit;
}

.lp-flip-back-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.lp-flip-back-name {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

.lp-flip-back-sector {
  font-size: 10px;
  color: rgba(255, 255, 255, .75);
  font-weight: 400;
  text-align: center;
}

.lp-flip-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.lp-flip-back-btn:hover {
  background: rgba(255, 255, 255, .35);
  transform: scale(1.04);
  color: #fff;
}

/* Reviews wrapper sağ kolonda tam alan kaplamalı */
.lp-reviews-column .lp-reviews-wrapper {
  max-width: 100%;
  width: 100%;
}

/* Flip showcase ile google-badge arasında boşluk */
.lp-reviews-column .section-header {
  margin-bottom: 32px;
}

.lp-reviews-column .google-badge {
  margin-bottom: 16px;
}

/* Testimonials section her zaman görünsün */
.lp-testimonials.lp-reviews-section {
  display: block !important;
  background: #f8f9fc;
  padding: 80px 0;
}

/* Dots(Noktalar) gizlenmesi */
.lp-reviews-wrapper .dots,
#lpReviewDots {
  display: none !important;
}

/* D7 Responsive */
@media (max-width: 991px) {
  .lp-reviews-column {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #e2e8f0;
    padding-top: 50px;
  }
}

@media (max-width: 576px) {
  .lp-flip-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    /* Mobilde aralığı küçült, taşmayı önle */
  }



  .lp-flip-stats {
    gap: 0;
  }

  .lp-flip-stat-divider {
    display: none;
  }

  .lp-ref-card__btn {
    display: none;
  }
}

/* ----------------------------------------------------------------
   D8 — SEO Content Bölümü Premium Tasarım
   ---------------------------------------------------------------- */
.lp-seo-content {
  background: #fff;
  padding: 80px 0;
}

.lp-seo-block {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e8edf4;
  padding: 36px 40px;
  margin-bottom: 24px;
  box-shadow: 0 2px 16px rgba(0, 35, 90, 0.05);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.lp-seo-block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #0073ff, #00235a);
  border-radius: 20px 0 0 20px;
}

.lp-seo-block:hover {
  box-shadow: 0 8px 32px rgba(0, 35, 90, 0.1);
  transform: translateY(-3px);
}

.lp-seo-block__title {
  font-size: clamp(1.15rem, 2.5vw, 1.45rem) !important;
  font-weight: 700 !important;
  color: #00235a !important;
  margin-bottom: 16px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8edf4;
}

.lp-seo-block__title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0073ff;
  flex-shrink: 0;
}

.lp-seo-block__body {
  color: #374151;
  font-size: 0.96rem;
  line-height: 1.85;
}

.lp-seo-block__body p {
  margin-bottom: 12px;
  color: #374151;
}

.lp-seo-block__body h3,
.lp-seo-block__body h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
  margin-top: 20px;
  margin-bottom: 8px;
}

.lp-seo-block__body ul,
.lp-seo-block__body ol {
  padding-left: 20px;
  margin-bottom: 12px;
}

.lp-seo-block__body li {
  margin-bottom: 6px;
  color: #374151;
}

.lp-seo-block__body strong {
  color: #00235a;
  font-weight: 600;
}

.lp-seo-block__body a {
  color: #0073ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 115, 255, 0.3);
  transition: border-color 0.2s;
}

.lp-seo-block__body a:hover {
  border-color: #0073ff;
}

@media (max-width: 767px) {
  .lp-seo-block {
    padding: 24px 20px 24px 28px;
  }

  .lp-seo-content {
    padding: 40px 0;
  }

  .lp-testimonials.lp-reviews-section {
    padding: 40px 0;
  }

  .lp-before-after {
    padding: 40px 0;
  }

  .lp-why-us {
    padding: 40px 0;
  }
}

/* Yorumlar Genel Taşma Fix */
.lp-stack-container {
  height: 280px !important;
}

.lp-review-card .review-text {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

@media (max-width: 767px) {
  .lp-stack-container {
    height: 310px !important;
  }

  .lp-review-card .review-text {
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
}

/* ================================================================
   TYPOGRAPHY FIXES (Fiyatlardaki ₺ çakışmasını engelleme)
   ================================================================ */
.lp-hero h1 {
  letter-spacing: 0px !important;
}

.lp-price-current {
  letter-spacing: normal !important;
}

.lp-flip-showcase {
  max-width: 100%;
  overflow-x: hidden;
}

/* ================================================================
   UTILITY — Tekrarlayan inline stillerin yerine kullanılacak sınıflar
   ================================================================ */

/* Buton köşe yumuşatma (border-radius:10px yerine) */
.lp-btn--rounded {
  border-radius: 10px !important;
}

/* Küçük yardımcı metin */
.lp-text-sm {
  font-size: 0.85rem !important;
}

.lp-text-xs {
  font-size: 0.82rem !important;
}

/* Boş durum ikonları (font-size:2.5rem + renk) */
.lp-empty-icon {
  font-size: 2.5rem;
  color: #c8dcf4;
  display: block;
}

/* Sayaç kartı + ve label stilleri */
.lp-stat-plus {
  color: #4d9fff;
}

.lp-stat-label {
  opacity: 0.7;
}

/* Z-index 1 yardımcı */
.lp-z1 {
  z-index: 1;
}

/* Hero iç dolgu (padding-bottom:3.5rem) */
.lp-hero__inner--pb {
  padding-bottom: 3.5rem;
}

/* Noktalı boş durum çerçevesi */
.lp-dashed-empty {
  border-radius: 16px;
  border: 2px dashed #e2e8f0;
  background: #f8f9fc;
}

/* ----------------------------------------------------------------
   D9 — Device Scroll Animation Fallback
   ---------------------------------------------------------------- */
.lp-devices-wrap.aos-animate .lp-scroll-img {
  -webkit-animation-play-state: running !important;
  animation-play-state: running !important;
  animation-delay: 0.5s;
}

/* --- Mobile Sticky CTA - Premium Floating --- */
@media (max-width: 767px) {
  .lp-mobile-sticky-cta {
    display: flex !important;
    justify-content: center;
    pointer-events: none;
    position: fixed;
    bottom: 24px;
    left: 0;
    width: 100%;
    z-index: 1045;
    background: transparent;
  }
}

.lp-mobile-sticky-cta {
  display: none;
  /* Masaüstünde varsayılan olarak gizli */
}

.btn-sticky-offer {
  pointer-events: auto;
  background: linear-gradient(135deg, #00235a 0%, #0046b5 100%);
  color: #fff !important;
  padding: 12px 32px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(0, 35, 90, 0.4);
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  animation: floatSoft 3s ease-in-out infinite;
}

.btn-sticky-offer i {
  font-size: 18px;
  margin-top: -2px;
}

.btn-sticky-offer:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 35, 90, 0.5);
  background: linear-gradient(135deg, #001a45 0%, #003a8c 100%);
}

@keyframes floatSoft {

  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 8px 30px rgba(0, 35, 90, 0.4);
  }

  50% {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 35, 90, 0.25);
  }
}

@media (max-width: 480px) {
  .btn-sticky-offer {
    padding: 10px 24px;
    font-size: 13px;
  }
}

/* Hero mobil boşluklarını yarıya indir */
@media (max-width: 767px) {
  .lp-hero {
    padding: 50px 0 30px !important;
  }

  .lp-hero__cta-wrap {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .lp-hero__cta-wrap a {
    width: 100%;
    justify-content: center;
    margin: 0;
  }
}

/* FAQ üst boşluğunu yarıya indir */
.lp-faq {
  padding-top: 40px !important;
}

@media (max-width: 767px) {
  .lp-faq {
    padding-top: 25px !important;
  }
}

/* Fiyatlandırma kart başlıklarını ortala */
.lp-pricing-card .lp-pricing-title,
.lp-pricing-card .lp-pricing-subtitle,
.lp-pricing-card .lp-pricing-header {
  text-align: center;
  width: 100%;
  display: block;
}

/* Rozet (badge) ve başlık çakışmasını önle */
.lp-pricing-card {
  padding-top: 70px !important;
}

.lp-pricing-card .lp-discount-badge {
  top: 15px !important;
  right: 15px !important;
}

.lp-pricing-card.is-popular .lp-discount-badge {
  top: 25px !important;
  right: 25px !important;
}

.lp-pricing-card .badge-popular {
  top: -5px !important;
}

/* --- Background Utilities --- */
.lp-bg-white,
.lp-bg-white section {
  background-color: #ffffff !important;
}

.lp-bg-gray,
.lp-bg-gray section {
  background-color: #f8f9fc !important;
}

/* --- Modal Backdrop Dark Default Match --- */
.modal-backdrop {
  background-color: #05152a !important;
}

.modal-backdrop.show {
  opacity: 0.88 !important;
}

/* --- Neden Biz Icon Area Supplements --- */
.lp-icon-circle {
  background-color: rgba(13, 110, 253, 0.1) !important;
  color: #0d6efd !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.transition-hover {
  transition: all 0.3s ease;
}

.transition-hover:hover {
  transform: translateY(-5px);
  border-color: rgba(13, 110, 253, 0.3) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}

/* Trust Badge Mobil 2 Satır Düzenlemesi */
@media (max-width: 767px) {
  .lp-trust__list {
    gap: 12px 0 !important;
  }

  .lp-trust__item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    justify-content: center !important;
    font-size: 0.8rem !important;
  }
}

/* Sabit butonların Hero alanından sonra görünmesi */
.waves222,
.lp-mobile-sticky-cta {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.4s ease, visibility 0.4s !important;
}

.waves222.is-visible,
.lp-mobile-sticky-cta.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ================================================================
   Diğer Hizmetler — Çapraz Geçiş Bölümü
   ================================================================ */
.lp-other-services {
  padding: 80px 0;
  background: #f8f9fb;
}

.lp-other-service-card {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  text-decoration: none !important;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.lp-other-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.13);
  text-decoration: none !important;
}

.lp-other-service-card__header {
  position: relative;
  padding: 32px 28px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-other-service-card__icon {
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  backdrop-filter: blur(4px);
}

.lp-other-service-card__arrow {
  font-size: 1.4rem;
  color: rgba(255,255,255,0.6);
  transition: transform 0.3s ease, color 0.3s ease;
}

.lp-other-service-card:hover .lp-other-service-card__arrow {
  transform: translateX(5px);
  color: #fff;
}

.lp-other-service-card__body {
  padding: 24px 28px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.lp-other-service-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.lp-other-service-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}

.lp-other-service-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin: 10px 0 8px;
  line-height: 1.3;
}

.lp-other-service-card__desc {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}

.lp-other-service-card__cta {
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: gap 0.2s;
}

.lp-other-service-card:hover .lp-other-service-card__cta {
  gap: 6px;
}

@media (max-width: 575px) {
  .lp-other-services { padding: 52px 0; }
  .lp-other-service-card__header { padding: 24px 20px 20px; }
  .lp-other-service-card__body { padding: 18px 20px 22px; }
}