/* ST ShuLift Showcase (st_shulift_showcase) widget styles */

.shulift-showcase {
  --shulift-main: #5E2C2B;
  --shulift-dark: #47201F;
  --shulift-light: #F7EFE9;
  --shulift-soft: #EBC9AF;
  --shulift-white: #FFFFFF;

  position: relative;
  padding: 110px 24px;
  overflow: hidden;
  background: var(--shulift-main);
}

/* Widget sarmalayıcısı tam genişlik kullansın */
.elementor-widget-st_shulift_showcase,
.elementor-widget-st_shulift_showcase > .elementor-widget-container {
  width: 100%;
  max-width: 100%;
}

/* Arka plan yazısı widget ayarından data-bg-word ile gelir */
.shulift-showcase::before {
  content: attr(data-bg-word);
  position: absolute;
  right: -60px;
  bottom: -75px;
  color: rgba(255, 255, 255, 0.035);
  font-family: Georgia, serif;
  font-size: clamp(100px, 16vw, 260px);
  line-height: 1;
  letter-spacing: -8px;
  pointer-events: none;
}

.shulift-shell {
  position: relative;
  z-index: 2;
  width: min(1380px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 85px;
  align-items: center;
}

.shulift-content {
  color: var(--shulift-white);
}

.shulift-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  color: var(--shulift-soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.shulift-kicker span {
  width: 45px;
  height: 1px;
  display: inline-block;
  background: var(--shulift-soft);
}

.shulift-content h2 {
  margin: 0 0 28px;
  color: var(--shulift-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -2.5px;
}

.shulift-content h2 strong {
  color: var(--shulift-soft);
  font-weight: 400;
  font-style: italic;
}

.shulift-intro {
  max-width: 680px;
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.8;
}

.shulift-features {
  display: grid;
  gap: 0;
  margin-bottom: 42px;
}

.shulift-feature {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 22px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.shulift-feature:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.shulift-number {
  color: var(--shulift-soft);
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
}

.shulift-feature h3 {
  margin: 0 0 8px;
  color: var(--shulift-white);
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 400;
}

.shulift-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.shulift-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.shulift-btn {
  min-height: 56px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-decoration: none !important;
  transition: transform 0.25s ease, background 0.25s ease,
    color 0.25s ease, border-color 0.25s ease;
}

.shulift-btn:hover {
  transform: translateY(-3px);
}

.shulift-btn-primary {
  background: var(--shulift-soft);
  color: var(--shulift-main) !important;
}

.shulift-btn-primary:hover {
  background: var(--shulift-white);
}

.shulift-btn-primary span {
  font-size: 17px;
}

.shulift-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--shulift-white) !important;
}

.shulift-btn-outline:hover {
  border-color: var(--shulift-white);
  background: var(--shulift-white);
  color: var(--shulift-main) !important;
}

.shulift-visual {
  position: relative;
  padding: 0 0 52px 42px;
}

.shulift-image-wrap {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 260px 260px 24px 24px;
  background: var(--shulift-dark);
}

.shulift-image-wrap img {
  width: 100%;
  height: 680px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.shulift-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      transparent 40%,
      rgba(71, 32, 31, 0.78) 100%
    );
}

.shulift-quote-card {
  position: absolute;
  right: 32px;
  bottom: 34px;
  left: 32px;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(71, 32, 31, 0.68);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--shulift-white);
}

.shulift-quote-icon {
  position: absolute;
  top: 2px;
  right: 24px;
  color: rgba(235, 201, 175, 0.35);
  font-family: Georgia, serif;
  font-size: 82px;
  line-height: 1;
}

.shulift-quote-card p {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: 0 0 14px;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.45;
}

.shulift-quote-card strong {
  position: relative;
  z-index: 2;
  color: var(--shulift-soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.shulift-floating-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(320px, 72%);
  padding: 24px 26px;
  border-left: 4px solid var(--shulift-soft);
  background: var(--shulift-light);
  box-shadow: 0 24px 60px rgba(34, 10, 10, 0.22);
}

.shulift-floating-card span {
  display: block;
  margin-bottom: 7px;
  color: var(--shulift-main);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.shulift-floating-card strong {
  color: var(--shulift-dark);
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .shulift-showcase {
    padding: 85px 24px;
  }

  .shulift-shell {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .shulift-visual {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .shulift-showcase {
    padding: 68px 18px;
  }

  .shulift-content h2 {
    font-size: 43px;
    letter-spacing: -1.5px;
  }

  .shulift-intro {
    font-size: 15px;
    line-height: 1.7;
  }

  .shulift-feature {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .shulift-feature h3 {
    font-size: 20px;
  }

  .shulift-actions {
    flex-direction: column;
  }

  .shulift-btn {
    width: 100%;
  }

  /* Mobilde felsefe karti gorselin ustune binmesin; akista, gorselin altinda dursun */
  .shulift-visual {
    padding: 0;
  }

  .shulift-image-wrap {
    min-height: 540px;
    border-radius: 150px 150px 20px 20px;
  }

  .shulift-image-wrap img {
    height: 540px;
  }

  .shulift-quote-card {
    right: 16px;
    bottom: 20px;
    left: 16px;
    padding: 22px;
  }

  .shulift-quote-card p {
    font-size: 17px;
  }

  .shulift-floating-card {
    position: static;
    width: 100%;
    margin-top: 14px;
    padding: 20px;
  }

  .shulift-showcase::before {
    display: none;
  }
}
