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

/*
 * Overlay scrollbar görünür/gizli olduğunda merkezlenmiş landing içeriğinin
 * yatay konumu değişmesin. Bu dosya yalnızca landing sayfalarında yüklenir.
 */
html {
  scrollbar-gutter: stable;
}

@supports not (scrollbar-gutter: stable) {
  html {
    overflow-y: scroll;
  }
}

/* ----------------------------------------------------------------
   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;
}

@media (min-width: 1200px) {
  .lp-testimonials.lp-reviews-section>.container {
    width: min(calc(100% - 48px), 1320px);
    max-width: none;
  }
}

.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;
  /*
   * Kolon sayısını auto-fill'e bırakmak, scrollbar görünürlüğü değiştiğinde
   * Bootstrap container breakpoint'iyle birlikte kolonlar arasında sürekli
   * yeniden akış oluşturuyordu. Sabit responsive kolonlar bölüm yüksekliğini
   * kararlı tutar ve son satırdaki titreşimi engeller.
   */
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 13px;
}

/* Flip Card */
.lp-flip-card {
  height: 148px;
  perspective: 900px;
  cursor: pointer;
  /* Son satırdaki 3D hover paint alanı kök scroll yüksekliğine eklenmesin. */
  contain: paint;
}

.lp-flip-card:focus-visible {
  outline: 3px solid #1767d6;
  outline-offset: 3px;
}

.lp-flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.58s cubic-bezier(0.22, 0.75, 0.24, 1);
}

.lp-flip-card:hover .lp-flip-inner,
.lp-flip-card.is-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: 1199.98px) {
  .lp-flip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .lp-flip-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lp-reviews-column {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #e2e8f0;
    padding-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .lp-flip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .lp-flip-grid {
    grid-template-columns: repeat(2, minmax(0, 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;
  }
}

@media (hover: none) {
  .lp-flip-card:hover .lp-flip-inner {
    transform: none;
  }

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

/* ----------------------------------------------------------------
   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;
}

/* ----------------------------------------------------------------
   Web tasarım ve e-ticaret — ortak proje kapsamı
   ---------------------------------------------------------------- */
.lp-project-scope {
  margin: 0 !important;
  padding: 88px 0 !important;
  background: #fff;
}

.lp-project-scope>.container {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: stretch;
}

.lp-project-scope__visual,
.lp-project-scope__media {
  min-width: 0;
}

.lp-project-scope__media {
  position: relative;
  height: 100%;
  min-height: 570px;
  overflow: hidden;
  border-radius: 24px;
  background: #dce8f5;
  isolation: isolate;
}

.lp-project-scope__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(0, 26, 65, .38));
}

.lp-project-scope__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
}

.lp-project-scope__note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  max-width: calc(100% - 40px);
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 16px;
  background: rgba(0, 35, 90, .84);
  box-shadow: 0 16px 38px rgba(0, 18, 50, .24);
  color: #fff;
  backdrop-filter: blur(12px);
}

.lp-project-scope__note-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #fff;
  color: #075fdb;
  font-size: 1.15rem;
}

.lp-project-scope__note small,
.lp-project-scope__note strong {
  display: block;
}

.lp-project-scope__note small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .68);
  font-size: .72rem;
  font-weight: 500;
}

.lp-project-scope__note strong {
  color: #fff;
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.25;
}

.lp-project-scope__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 18px 12px 18px 0;
}

.lp-project-scope .lp-project-scope__badge {
  display: inline-flex !important;
  align-self: flex-start;
  margin: 0 0 16px !important;
}

.lp-project-scope .lp-project-scope__title {
  max-width: 720px;
  margin: 0 0 14px !important;
  color: #07183f !important;
  font-size: clamp(2rem, 3.15vw, 2.85rem) !important;
  font-weight: 750 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

.lp-project-scope__lead {
  max-width: 660px;
  margin: 0 0 22px !important;
  color: #5d6d84 !important;
  font-size: 1rem !important;
  line-height: 1.68 !important;
}

.lp-project-scope__list {
  display: grid;
  gap: 10px;
}

.lp-project-scope__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #e2ebf6;
  border-radius: 17px;
  background: #f8fbff;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.lp-project-scope__item:hover {
  transform: translateX(4px);
  border-color: #bfd7f5;
  box-shadow: 0 12px 28px rgba(0, 50, 120, .08);
}

.lp-project-scope__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #075fdb 0%, #003c87 100%);
  box-shadow: 0 8px 18px rgba(0, 76, 175, .18);
  color: #fff;
  font-size: 1.15rem;
}

.lp-project-scope__item-copy {
  position: relative;
  min-width: 0;
  padding-right: 34px;
}

.lp-project-scope__step {
  position: absolute;
  top: 1px;
  right: 0;
  color: #9bb0c9;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.lp-project-scope .lp-project-scope__item h3 {
  margin: 0 0 3px !important;
  color: #102a52 !important;
  font-size: 1.05rem !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  letter-spacing: -.01em !important;
}

.lp-project-scope .lp-project-scope__item p {
  margin: 0 !important;
  color: #68778d !important;
  font-size: .88rem !important;
  line-height: 1.52 !important;
}

.lp-project-scope__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  margin-top: 22px;
}

.lp-project-scope__cta {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #075fdb 0%, #003c87 100%);
  box-shadow: 0 12px 26px rgba(0, 61, 145, .2);
  color: #fff !important;
  font-size: .92rem;
  font-weight: 650;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease;
}

.lp-project-scope__cta:hover,
.lp-project-scope__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 61, 145, .28);
}

.lp-project-scope__actions>span {
  color: #718197;
  font-size: .82rem;
}

@media (max-width: 1199.98px) {
  .lp-project-scope>.container {
    grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr);
    gap: 30px;
  }

  .lp-project-scope__media,
  .lp-project-scope__image {
    min-height: 540px;
  }
}

@media (max-width: 991.98px) {
  .lp-project-scope {
    padding: 64px 0 !important;
  }

  .lp-project-scope>.container {
    grid-template-columns: 1fr;
  }

  .lp-project-scope__media,
  .lp-project-scope__image {
    min-height: 0;
    max-height: 480px;
  }

  .lp-project-scope__media {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .lp-project-scope__image {
    height: 100%;
    aspect-ratio: auto;
  }

  .lp-project-scope__content {
    padding: 8px 4px 4px;
  }
}

@media (max-width: 767.98px) {
  .lp-project-scope {
    padding: 48px 0 !important;
  }

  .lp-project-scope>.container {
    gap: 24px;
  }

  .lp-project-scope__media,
  .lp-project-scope__image {
    max-height: 360px;
    border-radius: 17px;
  }

  .lp-project-scope__media {
    aspect-ratio: 16 / 10;
  }

  .lp-project-scope__note {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }

  .lp-project-scope__content {
    padding: 4px 4px 8px;
  }

  .lp-project-scope .lp-project-scope__title {
    font-size: clamp(1.7rem, 6.4vw, 2rem) !important;
    line-height: 1.12 !important;
  }

  .lp-project-scope__lead {
    margin-bottom: 20px !important;
    font-size: .95rem !important;
  }

  .lp-project-scope__item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 11px;
    padding: 13px;
  }

  .lp-project-scope__icon {
    width: 44px;
    height: 44px;
  }

  .lp-project-scope__item-copy {
    padding-right: 0;
  }

  .lp-project-scope .lp-project-scope__item h3 {
    font-size: 1rem !important;
  }

  .lp-project-scope .lp-project-scope__item p {
    font-size: .84rem !important;
    line-height: 1.48 !important;
  }

  .lp-project-scope__step {
    display: none;
  }

  .lp-project-scope__cta {
    width: 100%;
  }

  .lp-project-scope__actions>span {
    width: 100%;
    text-align: center;
  }
}

.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;
  }
}