/**
 * Köy Zekeriyaköy — modern yüzey (Tailwind + bileşen yardımcıları)
 * Palet: forest #013220, sage #80947E, cocoa #47382C, beige #F5F5DC, cream #F5F5F5
 */

/* Yatay taşma / sağda beyaz şerit — html + gövde + kök sarmalayıcı */
html {
  overflow-x: hidden;
  max-width: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  overflow-x: hidden;
  max-width: 100%;
}

#tw-root.site-root {
  min-width: 0;
}

/* Global link: alt çizgi + varsayılan renk değişimi; CTA/footer kendi sınıflarıyla override */
#tw-root a {
  text-decoration: none !important;
  color: inherit;
}
#tw-root a:hover,
#tw-root a:focus {
  text-decoration: none !important;
  color: inherit;
}
#tw-root a.bg-forest,
#tw-root a.bg-forest:hover,
#tw-root a.bg-forest:focus {
  color: #fff !important;
}
#tw-root a.border-forest,
#tw-root a.border-forest:hover,
#tw-root a.border-forest:focus {
  color: var(--color-forest) !important;
}
#tw-root a.nav-cta-outline,
#tw-root a.nav-cta-outline:hover,
#tw-root a.nav-cta-outline:focus {
  color: var(--color-forest) !important;
}
#tw-root a.nav-cta-outline i {
  color: inherit !important;
  opacity: 0.85;
}
#tw-root a.nav-btn-solid,
#tw-root a.nav-btn-solid:hover,
#tw-root a.nav-btn-solid:focus {
  color: #fff !important;
}
#tw-root a.nav-btn-solid i {
  color: inherit !important;
}

#tw-root .nav-cta-evim-wrap .nav-cta-evim-arrow {
  opacity: 1;
  color: var(--color-forest);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0 2px 8px rgba(1, 50, 32, 0.2));
}

/* “YENİ” fosfor etiketi — yeni özellik vurgusu */
#tw-root a.nav-cta-evim .nav-cta-evim-badge {
  pointer-events: none;
  position: absolute;
  top: -9px;
  right: -10px;
  z-index: 3;
  padding: 0.15rem 0.4rem 0.12rem;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 0.5625rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #03210f;
  background: linear-gradient(180deg, #e4ff5c 0%, #cfff2a 42%, #b8f020 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 9999px;
  box-shadow:
    0 0 0 1px rgba(1, 48, 28, 0.12),
    0 0 14px rgba(200, 255, 60, 0.85),
    0 0 28px rgba(130, 230, 70, 0.45),
    0 3px 10px rgba(0, 0, 0, 0.18);
  text-shadow:
    0 0 12px rgba(255, 255, 200, 0.9),
    0 1px 0 rgba(255, 255, 255, 0.35);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes nav-cta-evim-badge-glow {
    0%,
    100% {
      box-shadow:
        0 0 0 1px rgba(1, 48, 28, 0.12),
        0 0 12px rgba(200, 255, 60, 0.7),
        0 0 22px rgba(130, 230, 70, 0.35),
        0 3px 10px rgba(0, 0, 0, 0.18);
    }
    50% {
      box-shadow:
        0 0 0 1px rgba(1, 48, 28, 0.15),
        0 0 18px rgba(220, 255, 90, 0.95),
        0 0 36px rgba(100, 210, 90, 0.5),
        0 4px 12px rgba(0, 0, 0, 0.22);
    }
  }

  #tw-root a.nav-cta-evim .nav-cta-evim-badge {
    animation: nav-cta-evim-badge-glow 2.4s ease-in-out infinite;
  }
}

@media (max-width: 767.98px) {
  #tw-root a.nav-cta-evim .nav-cta-evim-badge {
    top: -7px;
    right: -8px;
    font-size: 0.5rem;
    padding: 0.11rem 0.32rem 0.08rem;
    letter-spacing: 0.09em;
  }
}

@media (prefers-reduced-motion: reduce) {
  #tw-root a.nav-cta-evim .nav-cta-evim-badge {
    animation: none;
  }
}

/* Navbar — değerleme CTA (emlak: dikkat çekici, kontrollü) */
#tw-root a.nav-cta-evim {
  position: relative;
  isolation: isolate;
  overflow: visible;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(1, 50, 32, 0.58) !important;
  background: linear-gradient(158deg, #ffffff 0%, #f4faf7 42%, #e8f1ed 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 6px 20px rgba(1, 50, 32, 0.12),
    0 2px 8px rgba(1, 50, 32, 0.06);
  font-family:
    'Plus Jakarta Sans',
    system-ui,
    sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.22s ease,
    border-color 0.18s ease,
    background 0.22s ease;
}
#tw-root a.nav-cta-evim:focus-visible {
  outline: none;
}
#tw-root a.nav-cta-evim:focus-visible:not(:hover)::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 9999px;
  border: 2px solid rgba(1, 50, 32, 0.35);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  #tw-root a.nav-cta-evim.nav-cta-evim--compact {
    font-size: 0.625rem;
    letter-spacing: 0.03em;
    padding: 0.45rem 0.65rem;
    border-color: rgba(1, 50, 32, 0.52) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.9),
      0 2px 8px rgba(1, 50, 32, 0.1),
      0 1px 3px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) {
  #tw-root a.nav-cta-evim:not(.nav-cta-evim--compact) {
    font-size: 0.7625rem;
    padding-inline: 0.95rem;
    padding-block: 0.5rem;
  }
}
#tw-root a.nav-cta-evim:hover {
  border-color: var(--color-forest) !important;
  background: linear-gradient(
    156deg,
    #ffffff 0%,
    #f0faf6 52%,
    #dceae3 100%
  ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 2px 4px rgba(0, 0, 0, 0.05),
    0 10px 28px rgba(1, 50, 32, 0.18),
    0 4px 12px rgba(1, 50, 32, 0.08);
  transform: translateY(-1px);
}
#tw-root a.nav-cta-evim:active {
  transform: translateY(0);
}
#tw-root a.nav-cta-evim .nav-cta-evim-ic {
  font-size: 0.92em;
  opacity: 0.9;
}

/* Yeşil dolgu + forest çerçeve: üstteki genel border-forest metin rengini geç — aksi halde koyu yazı okunmaz */
#tw-root a.bg-forest.border-forest,
#tw-root a.bg-forest.border-forest:hover,
#tw-root a.bg-forest.border-forest:focus {
  color: #fff !important;
}
#tw-root a.bg-forest.border-forest i {
  color: #fff !important;
  opacity: 0.95;
}
#tw-root #contact-buttons a,
#tw-root #contact-buttons a:hover,
#tw-root #contact-buttons a:focus {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.88) !important;
  box-shadow:
    0 2px 12px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(0, 0, 0, 0.12);
}

:root {
  --color-forest: #013220;
  --color-sage: #80947e;
  --color-cocoa: #47382c;
  --color-beige: #f5f5dc;
  --color-cream: #f5f5f5;
  --shadow-soft: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
  --radius-card: 1rem;
  /* base.html site-header: h-14 (56px) / md:h-16 (64px) */
  --site-header-h: 3.5rem;
}

@media (min-width: 768px) {
  :root {
    --site-header-h: 4rem;
  }
}

/* Navbar altında tam bir ekran görünümü (viewport − header) */
.hero-intro-height {
  height: calc(100vh - var(--site-header-h));
  min-height: calc(100vh - var(--site-header-h));
  max-height: calc(100vh - var(--site-header-h));
}

@supports (height: 100dvh) {
  .hero-intro-height {
    height: calc(100dvh - var(--site-header-h));
    min-height: calc(100dvh - var(--site-header-h));
    max-height: calc(100dvh - var(--site-header-h));
  }
}

/* Hero: video üstü tam alan okunurluk filtresi (blur/kutu yok; video kaymaz) */
#hero-intro .hero-intro-media-shade {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, transparent 38%),
    linear-gradient(
      90deg,
      rgba(1, 32, 20, 0.88) 0%,
      rgba(1, 32, 20, 0.58) 26%,
      rgba(1, 32, 20, 0.28) 48%,
      rgba(0, 0, 0, 0.12) 68%,
      transparent 92%
    );
}

/* Hero metin: gölge + seçim (ayrı zemin yok) */
#tw-root .hero-intro-copy {
  -webkit-font-smoothing: antialiased;
}
#tw-root .hero-intro-copy > p:first-child {
  letter-spacing: 0.18em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.45), 0 1px 12px rgba(0, 0, 0, 0.35);
}
#tw-root .hero-intro-copy h1 {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.45), 0 2px 18px rgba(0, 0, 0, 0.4), 0 3px 36px rgba(0, 0, 0, 0.3);
}
#tw-root .hero-intro-copy > p:not(:first-child) {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4), 0 1px 10px rgba(0, 0, 0, 0.35);
}
#tw-root .hero-intro-copy ::selection {
  background: rgba(255, 255, 255, 0.38);
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .hero-video {
    display: none !important;
  }
  .hero-yt {
    display: none !important;
  }
  .hero-video-controls {
    display: none !important;
  }
}

/* ========== Site geneli — buton/odak mavi halkalarını kaldır ========== */
button,
a,
[role="button"] {
  -webkit-tap-highlight-color: transparent;
}
button:focus,
button:focus-visible,
a:focus,
a:focus-visible,
[role="button"]:focus,
[role="button"]:focus-visible,
.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-pagination-bullet:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* Form alanlarında erişilebilir odak halkasını koru ama mavi varsayılanı yumuşat */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* YouTube hero — cover (16:9) */
.hero-yt {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-yt iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
}

/* Etaplar — kıyas CTA */
.promote-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem 0.55rem 0.65rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(1, 50, 32, 0.95), rgba(128, 148, 126, 0.95));
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 8px 24px -6px rgba(1, 50, 32, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.promote-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -6px rgba(1, 50, 32, 0.5);
}
.promote-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #f5f5dc;
}
.promote-pill .dot.pulse {
  animation: promotePulse 1.6s ease-in-out infinite;
}
@keyframes promotePulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.65;
    transform: scale(1.25);
  }
}
.promote-pill .arrow {
  margin-left: 0.15rem;
  font-size: 0.75rem;
}

/* Evim Ne Kadar — SPA yatay kaydırma + yan slide peek + blur
   NOT: özgüllüğü `.price-wizard.price-wizard-wide` ile artırıyoruz çünkü
   `#tw-root .price-wizard { max-width: 28rem }` aşağıda tanımlı ve
   aynı özgüllükte ama daha sonra geldiği için baskın geliyor. */
#tw-root .price-wizard.price-wizard-wide {
  max-width: 64rem;
}
#tw-root .pw-spa-viewport {
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  padding: 0;
}
#tw-root .pw-spa-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
#tw-root .pw-spa-slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 0.5rem;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s ease, opacity 0.45s ease;
}
#tw-root .pw-spa-slide.is-side {
  filter: blur(5px) saturate(0.85);
  opacity: 0.5;
  transform: scale(0.92);
  pointer-events: none;
  user-select: none;
}
#tw-root .pw-spa-slide.is-active {
  filter: none;
  opacity: 1;
  transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
  #tw-root .pw-spa-track,
  #tw-root .pw-spa-slide {
    transition: none !important;
  }
  #tw-root .pw-spa-slide.is-side {
    filter: none;
    opacity: 0.55;
    transform: none;
  }
}

/* Üst şerit — scroll’da vurgu */
.site-header {
  background-color: rgba(255, 255, 255, 0.78);
}
.site-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.05), 0 4px 16px -8px rgba(15, 23, 42, 0.08);
}

/* Masaüstü menü — tek yatay sıra */
#tw-root .site-nav-desktop > li {
  list-style: none;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #tw-root .site-nav-desktop {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
    gap: 0.12rem;
    width: 100%;
    max-width: 100%;
  }
}

/* Orta breakpoint: tek sıraya sığdırmak için pill’ler sıkı */
@media (min-width: 768px) and (max-width: 1279.98px) {
  #tw-root .site-nav-desktop .nav-link-modern {
    padding: 0.32rem 0.5rem;
    font-size: 0.72rem;
    letter-spacing: 0;
  }
}
@media (min-width: 1280px) {
  #tw-root .site-nav-desktop {
    gap: 0.2rem;
  }
}

/* Web nav — aktif sayfa pill; hover’da yumuşak cream arka plan */
.nav-link-modern {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.45rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #475569;
  border: 1px solid transparent;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.nav-link-modern:hover,
.nav-link-modern:focus-visible {
  background-color: rgba(245, 245, 245, 0.95);
  color: var(--color-forest);
  border-color: rgba(1, 50, 32, 0.12);
}
.nav-link-modern.is-active {
  background-color: rgba(1, 50, 32, 0.08);
  color: var(--color-forest);
  font-weight: 600;
  border-color: rgba(1, 50, 32, 0.2);
}

/* Geriye dönük: nav-pill kullanımı kaldıysa */
.nav-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.5rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.nav-pill:hover {
  background-color: rgba(245, 245, 245, 0.9);
  color: var(--color-forest);
}
.nav-pill-active {
  background-color: rgba(1, 50, 32, 0.08);
  color: var(--color-forest);
  font-weight: 600;
}

/* Hamburger ikonu */
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 14px;
}
.hamburger-line {
  position: absolute;
  left: 0;
  width: 18px;
  height: 1.6px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.2s ease;
}
.hamburger-line:nth-child(1) { top: 2px; }
.hamburger-line:nth-child(2) { top: 50%; transform: translateY(-50%); }
.hamburger-line:nth-child(3) { top: auto; bottom: 2px; }
.hamburger[aria-expanded="true"] .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger[aria-expanded="true"] .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger[aria-expanded="true"] .hamburger-line:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

/* Mobil drawer link */
.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.85rem;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1f2937;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.mobile-nav-link:hover {
  background: var(--color-cream);
  color: var(--color-forest);
}
.mobile-nav-link.is-active {
  background: rgba(1, 50, 32, 0.07);
  color: var(--color-forest);
  font-weight: 600;
}

/* Ana sayfa — etap seçimi + görsel önizleme (slider değil; seçim odaklı) */
#tw-root .home-phase-tab {
  border-color: rgba(226, 232, 240, 0.95);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#tw-root .home-phase-tab:hover {
  border-color: rgba(1, 50, 32, 0.22);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px -18px rgba(1, 50, 32, 0.18);
}
#tw-root .home-phase-tab.is-active {
  border-color: rgba(1, 50, 32, 0.45);
  background: #fff;
  box-shadow: 0 12px 38px -22px rgba(1, 50, 32, 0.38);
}
#tw-root .home-phase-tab.is-active .home-phase-tab-idx {
  background-color: var(--color-forest);
  color: #fff;
}
#tw-root .home-phase-tab.is-active .home-phase-tab-chev {
  color: rgba(1, 50, 32, 0.5);
}

#tw-root .home-phase-visual {
  isolation: isolate;
}
#tw-root .home-phase-img-anim {
  animation: home-phase-img-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes home-phase-img-in {
  from {
    opacity: 0;
    transform: scale(1.045);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  #tw-root .home-phase-img-anim {
    animation: none;
  }
}

#tw-root .home-phases-section .home-phase-explorer-grid {
  contain: layout;
}

#tw-root .home-phase-thumb-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(3.5rem, 1fr));
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 640px) {
  #tw-root .home-phase-thumb-row {
    grid-template-columns: repeat(auto-fill, minmax(4.25rem, 1fr));
    gap: 0.6rem;
  }
}
@media (min-width: 1024px) {
  #tw-root .home-phase-thumb-row {
    grid-template-columns: repeat(auto-fill, minmax(4.75rem, 1fr));
    gap: 0.65rem;
  }
}

#tw-root .home-phase-thumb {
  position: relative;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1;
  height: auto;
  min-height: 0;
  flex-shrink: 0;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
  background: #e2e8f0;
}
#tw-root .home-phase-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#tw-root .home-phase-thumb:hover {
  transform: translateY(-1px);
}
#tw-root .home-phase-thumb.is-active {
  border-color: var(--color-forest);
  box-shadow: 0 4px 14px rgba(1, 50, 32, 0.2);
}

#tw-root .home-phase-rail {
  scrollbar-width: thin;
}

/* Ana sayfa — Proje yolculuğu (VIP zaman çizelgesi) */
#tw-root .pj-journey .pj-timeline-row {
  position: relative;
}
#tw-root .pj-journey .pj-rail-fill {
  width: 0;
  max-width: calc(100% - 1rem);
  box-sizing: content-box;
}
@media (min-width: 640px) {
  #tw-root .pj-journey .pj-rail-fill {
    max-width: calc(100% - 2rem);
  }
}
#tw-root .pj-journey .pj-node {
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.25s ease;
}
#tw-root .pj-journey .pj-node.is-active {
  transform: scale(1.06);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.95),
    0 8px 28px rgba(1, 50, 32, 0.28);
}
#tw-root .pj-journey .pj-node:not(.is-active):hover {
  transform: scale(1.05);
  border-color: rgba(1, 50, 32, 0.45);
}
#tw-root .pj-journey .pj-node-wrap {
  animation: pj-node-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
#tw-root .pj-journey .pj-node-wrap:nth-child(1) {
  animation-delay: 0.05s;
}
#tw-root .pj-journey .pj-node-wrap:nth-child(2) {
  animation-delay: 0.1s;
}
#tw-root .pj-journey .pj-node-wrap:nth-child(3) {
  animation-delay: 0.15s;
}
#tw-root .pj-journey .pj-node-wrap:nth-child(4) {
  animation-delay: 0.2s;
}
#tw-root .pj-journey .pj-node-wrap:nth-child(5) {
  animation-delay: 0.25s;
}
#tw-root .pj-journey .pj-node-wrap:nth-child(6) {
  animation-delay: 0.3s;
}
#tw-root .pj-journey .pj-node-wrap:nth-child(7) {
  animation-delay: 0.35s;
}
#tw-root .pj-journey .pj-node-wrap:nth-child(8) {
  animation-delay: 0.4s;
}
#tw-root .pj-journey .pj-node-wrap:nth-child(9) {
  animation-delay: 0.45s;
}
#tw-root .pj-journey .pj-node-wrap:nth-child(10) {
  animation-delay: 0.5s;
}
#tw-root .pj-journey .pj-node-wrap:nth-child(11) {
  animation-delay: 0.55s;
}
#tw-root .pj-journey .pj-node-wrap:nth-child(12) {
  animation-delay: 0.6s;
}
@keyframes pj-node-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #tw-root .pj-journey .pj-node-wrap {
    animation: none !important;
  }
  #tw-root .pj-journey .pj-rail-fill {
    transition: none !important;
  }
}

/* Footer — menü: sol / sağ iki sütun, kısa tek kelimelik etiketler */
#tw-root .footer-modern .footer-menu-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 0.35rem 1.25rem;
  max-width: 100%;
}

#tw-root .footer-modern .footer-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

#tw-root .footer-modern .footer-menu-link {
  display: block;
  padding: 0.38rem 0;
  font-size: 0.8125rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media (min-width: 1024px) {
  #tw-root .footer-modern .footer-menu-link {
    font-size: 0.875rem;
  }
}

/* Footer */
.footer-modern {
  background: linear-gradient(180deg, #013220 0%, #022a1c 100%);
}
.footer-heading {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #cbd5e1;
}
.footer-link {
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-link:hover {
  color: #ffffff;
}
.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.footer-social:hover {
  background: #166534;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.footer-social:active {
  background: #14532d;
  color: #ffffff;
  transform: translateY(0);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.footer-social:focus-visible {
  outline: 2px solid #4ade80;
  outline-offset: 2px;
}

/* Birincil buton (şablonda class="btn-primary" ile) */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-forest) !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.btn-primary:hover {
  background-color: #024a2e !important;
  box-shadow: var(--shadow-soft);
}
.btn-primary:focus-visible {
  outline: 2px solid var(--color-sage);
  outline-offset: 2px;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(1, 50, 32, 0.2);
  background: #fff;
  color: var(--color-forest);
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.btn-ghost:hover {
  background: var(--color-cream);
  border-color: var(--color-forest);
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-sage);
}

.hover-lift {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

/* İlan / etap kartı */
.card-listing {
  border-radius: var(--radius-card);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow-soft);
}
.card-listing img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.card-listing:hover img {
  transform: scale(1.03);
}

/* Ana sayfa — premium öne çıkan ilanlar */
#tw-root .home-premium-listing-img {
  transform: scale(1);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
#tw-root .home-premium-listing:hover .home-premium-listing-img {
  transform: scale(1.05);
}
@media (prefers-reduced-motion: reduce) {
  #tw-root .home-premium-listing:hover .home-premium-listing-img {
    transform: none;
  }
  #tw-root .home-premium-listing article > div:first-child {
    transition: none !important;
    transform: none !important;
  }
}

#tw-root .home-phase-desc {
  min-height: 3.25rem;
}
@media (min-width: 640px) {
  #tw-root .home-phase-desc {
    min-height: 0;
  }
}

/* Hero arka plan — hafif nokta ızgarası */
.hero-grid-bg {
  background-color: var(--color-cream);
  background-image: radial-gradient(rgba(1, 50, 32, 0.06) 1px, transparent 1px);
  background-size: 20px 20px;
}

/* Form alanları */
.input-modern {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  padding: 0.65rem 0.85rem;
  font-size: 0.9375rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.input-modern:focus {
  outline: none;
  border-color: var(--color-forest);
  box-shadow: 0 0 0 3px rgba(1, 50, 32, 0.12);
}
.input-modern.is-invalid {
  border-color: #b91c1c;
}

/* Tek satır yüksekliğinde başlayan, yazdıkça büyüyen not alanı */
textarea.input-modern.textarea-autogrow {
  min-height: 2.75rem;
  max-height: 11rem;
  resize: none;
  line-height: 1.45;
  overflow-y: auto;
  box-sizing: border-box;
}

/* Swiper — ödüller bölümü */
#tw-root .tranding-slider .swiper-slide {
  filter: blur(2px);
  transition: filter 0.3s ease;
}
#tw-root .tranding-slider .swiper-slide-active {
  filter: none;
}
#tw-root .swiper-pagination-bullet-active {
  background-color: var(--color-forest) !important;
}
#tw-root .tranding-slide-img img {
  border-radius: 1.25rem;
  object-fit: cover;
  max-height: 22rem;
  width: 100%;
}

/* Owl dots — nötr */
#tw-root .owl-carousel .owl-dot span {
  background: #cbd5e1 !important;
}
#tw-root .owl-carousel .owl-dot.active span {
  background: var(--color-forest) !important;
}

/* Bootstrap carousel okları — forest */
#tw-root .carousel-control-prev-icon,
#tw-root .carousel-control-next-icon {
  background-color: var(--color-forest);
  border-radius: 9999px;
  background-size: 50% 50%;
}
#tw-root .carousel-indicators li {
  background-color: rgba(1, 50, 32, 0.35);
}
#tw-root .carousel-indicators .active {
  background-color: var(--color-forest);
}

/* Fancybox üstte kalsın */
.fancybox-container {
  z-index: 10050 !important;
}

/* Bootstrap sekmeler — sade çizgi */
#tw-root .nav-tabs {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
#tw-root .nav-tabs .nav-link {
  border: none;
  color: #64748b;
  font-weight: 500;
}
#tw-root .nav-tabs .nav-link:hover {
  color: var(--color-forest);
}
#tw-root .nav-tabs .nav-link.active {
  color: var(--color-forest);
  border-bottom: 2px solid var(--color-forest);
  background: transparent;
}

/* Etap detay — lüks pill sekmeler (Bootstrap nav-tabs üzerinde) */
#tw-root ul.lux-phase-tabs.nav-tabs {
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.65rem 0.85rem;
  border-bottom: none;
  background: rgba(255, 255, 255, 0.85);
}
#tw-root ul.lux-phase-tabs .nav-link {
  margin: 0;
  border-radius: 9999px;
  border: 1px solid transparent;
  padding: 0.45rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #64748b;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
#tw-root ul.lux-phase-tabs .nav-link:hover {
  color: var(--color-forest);
  background: rgba(1, 50, 32, 0.06);
}
#tw-root ul.lux-phase-tabs .nav-link.active {
  color: #fff !important;
  background: var(--color-forest) !important;
  border-color: var(--color-forest);
  border-bottom: none !important;
}

/* CKEditor / zengin metin — detay gövdeleri */
#tw-root .lux-detail-prose {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #334155;
  font-feature-settings: "ss01", "cv01", "kern" 1;
  text-wrap: pretty;
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: anywhere;
}
#tw-root .lux-detail-prose > * + * {
  margin-top: 0.85rem;
}
#tw-root .lux-detail-prose p {
  margin: 0 0 0.85rem;
}
#tw-root .lux-detail-prose p:last-child {
  margin-bottom: 0;
}
#tw-root .lux-detail-prose ul,
#tw-root .lux-detail-prose ol {
  margin: 0.5rem 0 1rem 1.25rem;
  padding-left: 0.25rem;
}
#tw-root .lux-detail-prose ul li,
#tw-root .lux-detail-prose ol li {
  margin-bottom: 0.25rem;
}
#tw-root .lux-detail-prose ul {
  list-style: disc;
}
#tw-root .lux-detail-prose ol {
  list-style: decimal;
}
#tw-root .lux-detail-prose h1,
#tw-root .lux-detail-prose h2,
#tw-root .lux-detail-prose h3,
#tw-root .lux-detail-prose h4 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  color: var(--color-cocoa);
  letter-spacing: -0.005em;
  margin: 1.5rem 0 0.55rem;
  line-height: 1.25;
}
#tw-root .lux-detail-prose h1 {
  font-size: 1.5rem;
}
#tw-root .lux-detail-prose h2 {
  font-size: 1.25rem;
}
#tw-root .lux-detail-prose h3 {
  font-size: 1.075rem;
}
#tw-root .lux-detail-prose h4 {
  font-size: 1rem;
  color: var(--color-forest);
}
#tw-root .lux-detail-prose strong,
#tw-root .lux-detail-prose b {
  color: #1e293b;
  font-weight: 700;
}
#tw-root .lux-detail-prose em,
#tw-root .lux-detail-prose i {
  font-style: italic;
}
#tw-root .lux-detail-prose a {
  color: var(--color-forest);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(1, 50, 32, 0.35);
  transition: text-decoration-color 0.2s ease, color 0.2s ease;
}
#tw-root .lux-detail-prose a:hover {
  color: #022a1c;
  text-decoration-color: rgba(1, 50, 32, 0.85);
}
#tw-root .lux-detail-prose blockquote {
  margin: 1rem 0;
  padding: 0.65rem 1rem;
  border-left: 3px solid var(--color-forest);
  background: #f6f7f4;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #1e293b;
  font-style: italic;
}
#tw-root .lux-detail-prose hr {
  border: 0;
  height: 1px;
  margin: 1.5rem 0;
  background: linear-gradient(90deg, transparent, rgba(1, 50, 32, 0.18), transparent);
}
#tw-root .lux-detail-prose pre {
  background: #0f1d18;
  color: #e8eee9;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  overflow-x: auto;
  font-size: 0.85rem;
}
#tw-root .lux-detail-prose code {
  background: rgba(1, 50, 32, 0.06);
  color: #013220;
  padding: 0.05rem 0.4rem;
  border-radius: 0.35rem;
  font-size: 0.875em;
}
#tw-root .lux-detail-prose pre code {
  background: transparent;
  color: inherit;
  padding: 0;
  border-radius: 0;
}
#tw-root .lux-detail-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.9rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  overflow: hidden;
}
#tw-root .lux-detail-prose table th,
#tw-root .lux-detail-prose table td {
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
#tw-root .lux-detail-prose table th {
  background: #f6f7f4;
  font-weight: 600;
  color: var(--color-cocoa);
}
#tw-root .lux-detail-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 0.6rem;
  margin: 0.75rem 0;
}

/* Premium marka loading ekranı — outline wordmark + içinden geçen ışık + 3D tilt */
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 25%, rgba(1, 50, 32, 0.08) 0%, transparent 55%),
    radial-gradient(circle at 80% 75%, rgba(79, 125, 98, 0.10) 0%, transparent 55%),
    linear-gradient(180deg, #fbfaf6 0%, #f4f2eb 100%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s,
    backdrop-filter 0.5s ease;
  perspective: 1200px;
  will-change: opacity;
}
.site-loader-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  transform-style: preserve-3d;
  animation: siteLoaderStageTilt 6s ease-in-out infinite;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s ease;
  will-change: transform, filter;
}
.site-loader-mark {
  position: relative;
  font-family: "DM Serif Display", "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(4rem, 14vw, 8rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  user-select: none;
  transform-style: preserve-3d;
}
.site-loader-mark-base {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(1, 50, 32, 0.32);
  text-stroke: 1.5px rgba(1, 50, 32, 0.32);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8),
    0 6px 24px rgba(1, 50, 32, 0.08);
  position: relative;
  z-index: 1;
}
.site-loader-mark-shine {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 2;
  color: transparent;
  background-image: linear-gradient(
    100deg,
    transparent 0%,
    transparent 35%,
    rgba(1, 50, 32, 0.92) 46%,
    #013220 50%,
    rgba(1, 50, 32, 0.92) 54%,
    transparent 65%,
    transparent 100%
  );
  background-size: 220% 100%;
  background-position: 200% 0;
  -webkit-background-clip: text;
  background-clip: text;
  animation: siteLoaderShine 2.6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  pointer-events: none;
}
.site-loader-mark::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(1, 50, 32, 0.18);
  text-stroke: 1px rgba(1, 50, 32, 0.18);
  transform: translate3d(2px, 4px, -20px);
  filter: blur(0.4px);
}
.site-loader-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(1, 50, 32, 0.62);
  margin: 0;
  opacity: 0;
  animation: siteLoaderTagFade 0.9s ease-out 0.15s forwards;
}
.site-loader-tag-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(1, 50, 32, 0.45);
  display: inline-block;
}
.site-loader-progress {
  position: relative;
  width: clamp(8rem, 22vw, 12rem);
  height: 2px;
  border-radius: 999px;
  background: rgba(1, 50, 32, 0.1);
  overflow: hidden;
}
.site-loader-progress > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  background: linear-gradient(90deg, transparent 0%, #013220 50%, transparent 100%);
  border-radius: 999px;
  animation: siteLoaderProgress 1.6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@keyframes siteLoaderShine {
  0% { background-position: 200% 0; }
  60% { background-position: -120% 0; }
  100% { background-position: -120% 0; }
}
@keyframes siteLoaderProgress {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(320%); }
}
@keyframes siteLoaderTagFade {
  0% { opacity: 0; transform: translateY(6px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes siteLoaderStageTilt {
  0%, 100% { transform: rotateX(6deg) rotateY(-4deg); }
  50% { transform: rotateX(2deg) rotateY(4deg); }
}
.is-loaded .site-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.5s;
}
.is-loaded .site-loader-stage {
  transform: scale(1.025);
  filter: blur(4px);
}
@media (prefers-reduced-motion: reduce) {
  .site-loader-stage,
  .site-loader-mark-shine,
  .site-loader-progress > span,
  .site-loader-tag {
    animation: none;
  }
  .site-loader-stage {
    transform: none;
  }
  .site-loader-tag {
    opacity: 1;
  }
}

/* Etap detay: full-bleed hero banner (YouTube veya foto) */
#tw-root .phase-hero-banner {
  position: relative;
  isolation: isolate;
  min-height: clamp(20rem, 48vh, 30rem);
  background: #013220;
}
#tw-root .phase-hero-banner-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
/* iframe — fazla "zoom" olmasın diye container yüksekliğine kilitli; YouTube
   içeriği gerekirse kenarlarda hafif letterbox ile sığar (forest zemin ile
   kaynaşır). */
#tw-root .phase-hero-banner-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  #tw-root .phase-hero-banner-iframe {
    /* Geniş ekranda daha geniş bir iframe ile letterbox'ı azalt; iframe
       container'dan büyük olur ve kenardan hafif kırpılır, ama ortadaki
       video alanı çok daha açık görünür. */
    width: max(100%, calc(48vh * (16 / 9)));
    height: max(100%, calc(85vw * (9 / 16)));
    min-width: 100%;
    min-height: 100%;
  }
}
#tw-root .phase-hero-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#tw-root .phase-hero-banner-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1, 50, 32, 0) 0%, rgba(1, 50, 32, 0.15) 35%, rgba(1, 50, 32, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
}
#tw-root .phase-hero-banner-content {
  min-height: clamp(20rem, 48vh, 30rem);
}
@media (min-width: 768px) {
  #tw-root .phase-hero-banner {
    min-height: clamp(24rem, 54vh, 36rem);
  }
  #tw-root .phase-hero-banner-content {
    min-height: clamp(24rem, 54vh, 36rem);
  }
}
/* Mobil: YouTube iframe 16:9 oranında portrait viewport içinde sıkışıp
   görünmez hâle gelmesin — iframe'i kapsayıcıdan büyük tutup ortala,
   böylece portrait ekranda da videonun merkez alanı görünür kalır.
   Hero alanını da yeterince yüksek tutuyoruz ki içerik (breadcrumb +
   başlık + butonlar + video CTA) çakışmadan sığabilsin. */
@media (max-width: 767px) {
  #tw-root .phase-hero-banner {
    min-height: clamp(28rem, 78vh, 38rem);
  }
  #tw-root .phase-hero-banner-content {
    min-height: clamp(28rem, 78vh, 38rem);
  }
  #tw-root .phase-hero-banner-iframe {
    width: max(100%, calc(78vh * (16 / 9)));
    height: max(100%, calc(100vw * (9 / 16)));
    min-width: 100%;
    min-height: 100%;
  }
}

/* Hero banner — sağ altta "Tüm videoyu izle" çağrısı; videoya scroll eder */
#tw-root .phase-hero-watch-cta {
  position: absolute;
  z-index: 6;
  bottom: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.95rem 0.55rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(214, 200, 151, 0.96) 0%, rgba(232, 216, 167, 0.96) 100%);
  color: #013220;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 14px 30px -14px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: transform 0.25s ease, background 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(4px);
}
@media (min-width: 768px) {
  #tw-root .phase-hero-watch-cta {
    bottom: 1.5rem;
    right: 1.5rem;
    padding: 0.7rem 1.15rem 0.7rem 1rem;
    font-size: 12px;
  }
}
/* Mobil: absolute pozisyon "Kat planları" / "Yan yana karşılaştır" butonlarıyla
   çakışıyordu. Hero içerik akışına alıp tam genişlik bir CTA'ya dönüştür. */
@media (max-width: 767px) {
  #tw-root .phase-hero-watch-cta {
    position: static;
    margin-top: 1rem;
    align-self: stretch;
    justify-content: center;
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 12px;
  }
}
#tw-root .phase-hero-watch-cta:hover,
#tw-root .phase-hero-watch-cta:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #f3e3b6 0%, #e9d8a3 100%);
  color: #013220;
  text-decoration: none;
  box-shadow: 0 18px 38px -14px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
#tw-root .phase-hero-watch-cta i.fa-circle-play {
  font-size: 14px;
}
#tw-root .phase-hero-watch-cta-arrow {
  font-size: 9px;
  opacity: 0.7;
  animation: heroWatchBob 2s ease-in-out infinite;
}
@keyframes heroWatchBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(2px); }
}
@media (prefers-reduced-motion: reduce) {
  #tw-root .phase-hero-watch-cta-arrow {
    animation: none;
  }
}

/* Etap detay: video altı full-bleed premium sayaç şeridi (forest temalı) */
#tw-root .phase-stat-strip {
  position: relative;
  isolation: isolate;
  width: 100%;
  background:
    radial-gradient(circle at 18% 30%, rgba(79, 125, 98, 0.18) 0%, transparent 55%),
    radial-gradient(circle at 82% 70%, rgba(214, 200, 151, 0.10) 0%, transparent 50%),
    linear-gradient(180deg, #013220 0%, #022a1c 100%);
  color: #f4f1e8;
  border-top: 1px solid rgba(214, 200, 151, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
#tw-root .phase-stat-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: -1px -1px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  z-index: 0;
}
#tw-root .phase-stat-strip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(214, 200, 151, 0.55) 30%, rgba(214, 200, 151, 0.85) 50%, rgba(214, 200, 151, 0.55) 70%, transparent 100%);
  z-index: 1;
}
#tw-root .phase-stat-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #tw-root .phase-stat-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#tw-root .phase-stat-bar-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 1rem;
  min-width: 0;
  transition: background-color 0.3s ease;
}
@media (min-width: 480px) {
  #tw-root .phase-stat-bar-item {
    gap: 1rem;
    padding: 1.5rem 1.5rem;
  }
}
#tw-root .phase-stat-bar-item:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
#tw-root .phase-stat-bar-item + .phase-stat-bar-item {
  border-top: 1px solid rgba(214, 200, 151, 0.12);
}
@media (min-width: 768px) {
  #tw-root .phase-stat-bar-item + .phase-stat-bar-item {
    border-top: 0;
    border-left: 1px solid rgba(214, 200, 151, 0.12);
  }
  #tw-root .phase-stat-bar-item {
    padding: 1.85rem 2rem;
  }
}
@media (min-width: 1280px) {
  #tw-root .phase-stat-bar-item {
    padding: 2rem 2.5rem;
  }
}
#tw-root .phase-stat-bar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgba(214, 200, 151, 0.16) 0%, rgba(214, 200, 151, 0.06) 100%);
  border: 1px solid rgba(214, 200, 151, 0.32);
  color: #d6c897;
  font-size: 0.85rem;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
@media (min-width: 480px) {
  #tw-root .phase-stat-bar-icon {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 0.95rem;
    font-size: 1rem;
  }
}
#tw-root .phase-stat-bar-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.15;
}
#tw-root .phase-stat-bar-eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(214, 200, 151, 0.85);
  margin-bottom: 3px;
}
@media (min-width: 480px) {
  #tw-root .phase-stat-bar-eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
    margin-bottom: 4px;
  }
}
#tw-root .phase-stat-bar-value {
  font-family: "DM Serif Display", "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 4.2vw, 1.75rem);
  font-weight: 700;
  color: #f4f1e8;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tw-root .phase-stat-bar-value--text {
  font-size: clamp(0.85rem, 3.4vw, 1.4rem);
  white-space: normal;
  overflow: visible;
  word-break: break-word;
  line-height: 1.25;
}
#tw-root .phase-stat-bar-value--muted {
  color: rgba(244, 241, 232, 0.5);
}
#tw-root .phase-stat-meta {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0.9rem 1.25rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 1.6rem;
  font-size: 12px;
  color: rgba(244, 241, 232, 0.78);
  font-weight: 600;
  letter-spacing: 0.04em;
  border-top: 1px solid rgba(214, 200, 151, 0.12);
}
@media (min-width: 768px) {
  #tw-root .phase-stat-meta {
    padding: 1rem 1.5rem 1.4rem;
  }
}
#tw-root .phase-stat-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
#tw-root .phase-stat-meta i {
  font-size: 10px;
  color: #d6c897;
  opacity: 0.9;
}

/* Portföy detay: sağ özet kartı sayfa ile birlikte hareket eden sade sticky.
   İç scroll yok; mobilde statik akışa düşer. */
#tw-root .lux-portfolio-aside {
  align-self: start;
}
#tw-root .lux-portfolio-aside-sticky {
  position: sticky;
  top: calc(var(--header-h, 4rem) + 1rem);
}
@media (max-width: 1023.98px) {
  #tw-root .lux-portfolio-aside-sticky {
    position: static;
  }
}

/* Portföy detay: sol kolonda kat planı premium kart */
#tw-root .lux-floorplan-card {
  position: relative;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 22px 60px -32px rgba(1, 50, 32, 0.28);
  overflow: hidden;
}
#tw-root .lux-floorplan-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #013220 0%, #4f7d62 60%, transparent 100%);
}
#tw-root .lux-floorplan-card .lux-floorplan-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.25rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
#tw-root .lux-floorplan-card .lux-floorplan-head-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.85rem;
  background: rgba(1, 50, 32, 0.08);
  color: #013220;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#tw-root .lux-floorplan-card .lux-floorplan-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4f7d62;
}
#tw-root .lux-floorplan-card .lux-floorplan-title {
  font-family: "DM Serif Display", "Playfair Display", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.25;
}
#tw-root .lux-floorplan-card .lux-floorplan-body {
  padding: 1.25rem 1.5rem 1.5rem;
}
#tw-root .lux-floorplan-card .lux-floorplan-trigger {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 1.05rem 1.4rem;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, #013220 0%, #0a4a32 55%, #4f7d62 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  border: 1px solid rgba(1, 50, 32, 0.35);
  box-shadow: 0 18px 44px -22px rgba(1, 50, 32, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: zoom-in;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  outline: none;
}
#tw-root .lux-floorplan-card .lux-floorplan-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 24%,
      rgba(255, 255, 255, 0.16) 0%,
      transparent 45%
    ),
    radial-gradient(
      circle at 82% 78%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}
#tw-root .lux-floorplan-card .lux-floorplan-trigger:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 50px -22px rgba(1, 50, 32, 0.85),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  filter: saturate(1.05);
  color: #ffffff;
  text-decoration: none;
}
#tw-root .lux-floorplan-card .lux-floorplan-trigger:active {
  transform: translateY(0);
}
#tw-root .lux-floorplan-card .lux-floorplan-trigger:focus-visible {
  box-shadow: 0 0 0 3px rgba(79, 125, 98, 0.45),
    0 18px 44px -22px rgba(1, 50, 32, 0.7);
}
#tw-root .lux-floorplan-card .lux-floorplan-trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.28);
  flex-shrink: 0;
  font-size: 0.95rem;
}
#tw-root .lux-floorplan-card .lux-floorplan-trigger-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1.2;
  flex: 1 1 auto;
  min-width: 0;
}
#tw-root .lux-floorplan-card .lux-floorplan-trigger-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 2px;
}
#tw-root .lux-floorplan-card .lux-floorplan-trigger-arrow {
  margin-left: 0.5rem;
  font-size: 0.78rem;
  opacity: 0.85;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
#tw-root .lux-floorplan-card .lux-floorplan-trigger:hover .lux-floorplan-trigger-arrow {
  transform: translateX(3px);
}
#tw-root .lux-floorplan-card .lux-floorplan-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 480px) {
  #tw-root .lux-floorplan-card .lux-floorplan-trigger {
    padding: 0.9rem 1rem;
    font-size: 0.88rem;
  }
}
#tw-root .lux-floorplan-card .lux-floorplan-thumbs {
  margin-top: 0.85rem;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}
#tw-root .lux-floorplan-card .lux-floorplan-thumbs a {
  flex-shrink: 0;
  width: 5.5rem;
  height: 4rem;
  border-radius: 0.55rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
#tw-root .lux-floorplan-card .lux-floorplan-thumbs a:hover {
  border-color: rgba(1, 50, 32, 0.45);
  transform: translateY(-1px);
}
#tw-root .lux-floorplan-card .lux-floorplan-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fbfaf6;
}
#tw-root .lux-floorplan-card .lux-floorplan-cta {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #013220;
  text-decoration: none;
}
#tw-root .lux-floorplan-card .lux-floorplan-cta:hover {
  color: #022a1c;
}

/* Portföy / etap galeri — carousel gövdesi */
#tw-root .lux-carousel-frame .carousel-inner,
#tw-root .lux-carousel-frame .carousel-item {
  border-radius: 0;
}
#tw-root .lux-carousel-frame .carousel-item img {
  min-height: 18rem;
  max-height: min(70vh, 32rem);
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  #tw-root .lux-carousel-frame .carousel-item img {
    min-height: 24rem;
    max-height: min(72vh, 36rem);
  }
}

/* Video tam ekran modal */
.fullscreen-modal .modal-dialog {
  max-width: 90%;
  width: 90vw;
  height: 90vh;
  margin: 5vh auto;
  padding: 0;
}
.fullscreen-modal .modal-content {
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.fullscreen-modal .modal-body {
  padding: 0;
}

/* Bootstrap 4 — tüm .modal.fade: içerik alttan gelir, kapanırken aşağı kayar */
.modal.fade .modal-dialog {
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(105%);
}
.modal.fade.show .modal-dialog {
  transform: translateY(0);
}

/* Ana sayfa — hizmet kartları (ikon odaklı) */
#tw-root .home-services-band {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

#tw-root .home-service-card {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: linear-gradient(165deg, #fff 0%, rgba(245, 245, 245, 0.92) 100%);
  padding: 1.35rem 1.35rem 1.5rem;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 12px 32px -8px rgba(1, 50, 32, 0.08);
  transition:
    border-color 0.28s ease,
    box-shadow 0.32s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

#tw-root .home-service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(120% 80% at 10% 0%, rgba(1, 50, 32, 0.07) 0%, transparent 55%);
  transition: opacity 0.35s ease;
  pointer-events: none;
}

#tw-root .home-service-card:hover,
#tw-root .home-service-card:focus-visible {
  border-color: rgba(1, 50, 32, 0.22);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    0 18px 44px -10px rgba(1, 50, 32, 0.18);
  transform: translateY(-3px);
}

#tw-root .home-service-card:hover::before,
#tw-root .home-service-card:focus-visible::before {
  opacity: 1;
}

#tw-root .home-service-card:focus-visible {
  outline: 2px solid rgba(1, 50, 32, 0.35);
  outline-offset: 2px;
}

#tw-root .home-service-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 1.1rem;
  background: linear-gradient(145deg, #013220 0%, #0a4a32 48%, #1a5c40 100%);
  color: #fff;
  font-size: 1.65rem;
  line-height: 1;
  box-shadow:
    0 10px 28px -6px rgba(1, 50, 32, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

@media (min-width: 768px) {
  #tw-root .home-service-icon {
    width: 4.75rem;
    height: 4.75rem;
    font-size: 1.85rem;
    border-radius: 1.2rem;
  }
}

#tw-root .home-service-card:hover .home-service-icon,
#tw-root .home-service-card:focus-visible .home-service-icon {
  transform: scale(1.06) translateY(-2px);
  box-shadow:
    0 14px 36px -6px rgba(1, 50, 32, 0.62),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

#tw-root .home-service-cta {
  letter-spacing: 0.01em;
}

/* Etap listesi — kart görseli hafif zoom */
#tw-root .phase-lp-card-img {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
#tw-root .phase-lp-card:hover .phase-lp-card-img {
  transform: scale(1.045);
}
@media (prefers-reduced-motion: reduce) {
  #tw-root .phase-lp-card-img {
    transition: none;
  }
  #tw-root .phase-lp-card:hover .phase-lp-card-img {
    transform: none;
  }
}

/* İlanlar listesi — yatay vitrin satırları (portfolios.html) */
#tw-root .pf-feed-card-link:focus-visible .pf-feed-card {
  box-shadow:
    0 0 0 2px rgba(1, 50, 32, 0.35),
    0 1px 0 rgba(15, 23, 42, 0.04),
    0 20px 50px -20px rgba(1, 50, 32, 0.18);
}

#tw-root .pf-layout-pill {
  border-color: rgba(148, 163, 184, 0.5);
  color: rgb(71, 85, 105);
  background: rgba(255, 255, 255, 0.95);
}
#tw-root .pf-layout-pill:hover {
  border-color: rgba(1, 50, 32, 0.28);
  color: rgb(1, 50, 32);
}
#tw-root .pf-layout-pill.is-active {
  background: linear-gradient(145deg, #013220 0%, #14543a 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 16px -4px rgba(1, 50, 32, 0.45);
}
#tw-root .pf-layout-pill.is-active:hover {
  color: #fff;
  border-color: transparent;
}

#tw-root .pf-surface-listing {
  contain: layout;
  backface-visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  #tw-root .pf-feed-card {
    transition: none;
  }
  #tw-root .pf-feed-card:hover {
    transform: none;
  }
  #tw-root .pf-surface-listing {
    transition: none !important;
  }
}

#tw-root .pf-list-card-img {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
#tw-root .pf-list-card:hover .pf-list-card-img {
  transform: scale(1.045);
}
@media (prefers-reduced-motion: reduce) {
  #tw-root .pf-list-card-img {
    transition: none;
  }
  #tw-root .pf-list-card:hover .pf-list-card-img {
    transform: none;
  }
}

/* Ana sayfa — YouTube vitrin: dikey (9:16), kurumsal SaaS kart; hover embed önizleme */
#tw-root .home-youtube-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#tw-root .home-youtube-enterprise .home-youtube-kicker-dot {
  background: linear-gradient(145deg, var(--color-sage) 0%, var(--color-forest) 100%);
  box-shadow: 0 0 0 2px rgba(128, 148, 126, 0.35);
}

/* Kart yüzeyi: Tailwind (border-slate-200, shadow-soft, hover) — burada sadece geçiş */
#tw-root .home-youtube-card-pro {
  transition:
    border-color 0.25s ease,
    box-shadow 0.28s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

#tw-root .home-youtube-card-accent {
  height: 3px;
  width: 100%;
  flex-shrink: 0;
  background: linear-gradient(90deg, #013220 0%, #80947e 45%, rgba(128, 148, 126, 0.35) 100%);
}

#tw-root .home-youtube-card-media {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#tw-root .home-youtube-cover {
  filter: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* İlanlar — tam genişlik şerit: varsayılan görsel oranı (height auto); --strip ile kısa yatay kırpma */
#tw-root .site-ilanlar-banner-bleed {
  margin-top: 0;
  line-height: 0;
}
#tw-root .site-ilanlar-banner-bleed figure {
  margin: 0;
  line-height: 0;
}
#tw-root .site-ilanlar-banner-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  vertical-align: top;
  image-rendering: auto;
}

/* İlanlar — breadcrumb şerit: tam genişlik (cover), kısa yükseklik, kırpma dikeyde ortalanır */
#tw-root .site-ilanlar-banner-bleed--strip figure {
  position: relative;
  width: 100%;
  height: clamp(11rem, 26vw, 17rem);
  overflow: hidden;
  background-color: rgb(15 23 42);
}
#tw-root .site-ilanlar-banner-bleed--strip .site-ilanlar-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  /* Biraz aşağı: yol / alt plan daha görünsün (cover kırpması) */
  object-position: center 62%;
}

/* İlanlar — mobil filtre çekmecesi (max-height + opacity) */
#tw-root .pf-filter-drawer {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s ease;
  pointer-events: none;
}
#tw-root .pf-filter-drawer.is-open {
  max-height: min(130vh, 56rem);
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  #tw-root .pf-filter-drawer {
    max-height: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  #tw-root .pf-filter-drawer {
    transition-duration: 0.01ms !important;
  }
}

/* Etap detay: sosyal yaşam (imkânlar) galerisi */
#tw-root .lux-amenity-card {
  position: relative;
  display: flex;
  flex-direction: column;
}
#tw-root .lux-amenity-figure {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 1.1rem;
  overflow: hidden;
  isolation: isolate;
  background: #f6f6ef;
  box-shadow: 0 18px 44px -22px rgba(1, 50, 32, 0.32);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.45s ease;
  cursor: zoom-in;
  outline: none;
  text-decoration: none;
}
#tw-root .lux-amenity-figure:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 56px -22px rgba(1, 50, 32, 0.45);
  text-decoration: none;
}
#tw-root .lux-amenity-figure:focus-visible {
  box-shadow: 0 0 0 3px rgba(79, 125, 98, 0.45),
    0 18px 44px -22px rgba(1, 50, 32, 0.32);
}
#tw-root .lux-amenity-figure > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
#tw-root .lux-amenity-figure:hover > img {
  transform: scale(1.05);
}
#tw-root .lux-amenity-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 35%,
    rgba(0, 0, 0, 0.35) 70%,
    rgba(1, 50, 32, 0.85) 100%
  );
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
#tw-root .lux-amenity-count {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #013220;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 16px -10px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  backdrop-filter: blur(4px);
}
#tw-root .lux-amenity-count i {
  font-size: 10px;
}
#tw-root .lux-amenity-zoom {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.92);
  color: #013220;
  font-size: 0.78rem;
  box-shadow: 0 6px 16px -10px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transform: translateY(0);
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  backdrop-filter: blur(4px);
}
#tw-root .lux-amenity-figure:hover .lux-amenity-zoom {
  transform: translateY(-2px);
  background: #013220;
  color: #ffffff;
}
#tw-root .lux-amenity-meta {
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0.95rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #ffffff;
  pointer-events: none;
}
#tw-root .lux-amenity-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.85rem;
  background: rgba(214, 200, 151, 0.22);
  border: 1px solid rgba(214, 200, 151, 0.45);
  color: #f4f1e8;
  font-size: 0.95rem;
  flex-shrink: 0;
  backdrop-filter: blur(6px);
}
#tw-root .lux-amenity-title {
  margin: 0;
  font-family: "DM Serif Display", "Playfair Display", Georgia, serif;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
#tw-root .lux-amenity-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#tw-root .lux-amenity-desc {
  margin: 0.85rem 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: #4b5563;
  letter-spacing: 0.005em;
}
@media (prefers-reduced-motion: reduce) {
  #tw-root .lux-amenity-figure,
  #tw-root .lux-amenity-figure > img,
  #tw-root .lux-amenity-zoom {
    transition: none;
  }
  #tw-root .lux-amenity-figure:hover {
    transform: none;
  }
  #tw-root .lux-amenity-figure:hover > img {
    transform: none;
  }
}

/* Etap detay: video bölümü (modern, sade grid) */
#tw-root .lux-phase-videos {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  #tw-root .lux-phase-videos {
    margin-top: 5rem;
  }
}
#tw-root .lux-phase-video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  #tw-root .lux-phase-video-grid {
    gap: 1.75rem;
  }
}
@media (min-width: 1024px) {
  #tw-root .lux-phase-video-grid--multi {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#tw-root .lux-phase-video-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #0a1f15;
  box-shadow: 0 26px 60px -28px rgba(1, 50, 32, 0.45);
  isolation: isolate;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.45s ease;
}
#tw-root .lux-phase-video-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 32px 70px -28px rgba(1, 50, 32, 0.55);
}
#tw-root .lux-phase-video-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  position: relative;
}
#tw-root .lux-phase-video-card:hover .lux-phase-video-cover {
  transform: scale(1.03);
}
#tw-root .lux-phase-video-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0) 35%,
    rgba(0, 0, 0, 0.5) 75%,
    rgba(1, 50, 32, 0.78) 100%
  );
  pointer-events: none;
}
#tw-root .lux-phase-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: rgba(1, 50, 32, 0.92);
  border: 2px solid rgba(255, 255, 255, 0.32);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 38px -16px rgba(0, 0, 0, 0.55);
  transition: transform 0.3s ease, background-color 0.3s ease;
  pointer-events: none;
}
#tw-root .lux-phase-video-card:hover .lux-phase-video-play {
  transform: translate(-50%, -50%) scale(1.06);
  background: #013220;
}
#tw-root .lux-phase-video-play i {
  font-size: 1.2rem;
  margin-left: 4px;
}
#tw-root .lux-phase-video-meta {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
#tw-root .lux-phase-video-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(214, 200, 151, 0.16);
  border: 1px solid rgba(214, 200, 151, 0.4);
  color: #f4f1e8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}
#tw-root .lux-phase-video-actions {
  margin-left: auto;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}
@media (max-width: 479px) {
  #tw-root .lux-phase-video-meta {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    gap: 0.4rem;
  }
  #tw-root .lux-phase-video-actions {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }
  #tw-root .lux-phase-video-actions .video-popup,
  #tw-root .lux-phase-video-actions a {
    padding: 0.4rem 0.7rem;
    font-size: 11px;
  }
}
#tw-root .lux-phase-video-actions .video-popup,
#tw-root .lux-phase-video-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.94);
  color: #013220;
  border: 0;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
#tw-root .lux-phase-video-actions a {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #ffffff;
  backdrop-filter: blur(6px);
}
#tw-root .lux-phase-video-actions .video-popup:hover {
  background: #f4f1e8;
  transform: translateY(-1px);
}
#tw-root .lux-phase-video-actions a:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  transform: translateY(-1px);
}
@media (prefers-reduced-motion: reduce) {
  #tw-root .lux-phase-video-card,
  #tw-root .lux-phase-video-cover,
  #tw-root .lux-phase-video-play {
    transition: none;
  }
}

/* YouTube hover önizleme — ana sayfa kart + etap video (ortak) */
#tw-root .lux-yt-preview-slot,
#tw-root .home-youtube-preview-slot {
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

#tw-root .lux-yt-hover-card.is-previewing .lux-yt-preview-slot,
#tw-root .home-youtube-card.is-previewing .home-youtube-preview-slot {
  opacity: 1;
}

#tw-root .lux-yt-preview-iframe,
#tw-root .home-youtube-preview-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  background: #0f172a;
}

#tw-root .lux-yt-playwrap,
#tw-root .home-youtube-playwrap {
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

#tw-root .lux-yt-hover-card.is-previewing .lux-yt-playwrap,
#tw-root .home-youtube-card.is-previewing .home-youtube-playwrap {
  opacity: 0;
  transform: scale(0.92);
}

#tw-root .lux-yt-cover {
  filter: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  #tw-root .home-youtube-card-pro {
    transform: none !important;
  }

  #tw-root .home-youtube-card,
  #tw-root .home-youtube-cover,
  #tw-root .lux-yt-hover-card,
  #tw-root .lux-yt-cover,
  #tw-root .lux-yt-playwrap,
  #tw-root .home-youtube-playwrap,
  #tw-root .lux-yt-preview-slot,
  #tw-root .home-youtube-preview-slot {
    transition: none !important;
  }
}

/* Harita */
.map-embed {
  border: 0;
  width: 100%;
  min-height: 16rem;
  border-radius: 1rem;
}

/* Ana sayfa — iletişim + harita iki sütun */
#tw-root .home-contact-map iframe {
  border: 0;
  display: block;
}

/* Galeri masonry (Tailwind columns ile birlikte) */
.gallery-masonry img {
  border-radius: 0.75rem;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  break-inside: avoid;
}

/* Video play overlay */
.video-thumb-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}
.video-thumb-wrap .play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: rgba(1, 50, 32, 0.85);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  pointer-events: none;
}

#tw-root .lux-video-thumb .play-badge {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.2rem;
  background: rgba(1, 50, 32, 0.9);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 12px 40px rgba(1, 50, 32, 0.45);
}

/* ========== Evim ne kadar — sihirbaz (Tailwind #tw-root + Bootstrap çakışması giderilir) ========== */
#tw-root .price-wizard {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

#tw-root .price-wizard .step-pane {
  display: none;
}

#tw-root .price-wizard .step-pane.active {
  display: block;
}

#tw-root .price-wizard-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 16px 48px -20px rgba(1, 50, 32, 0.18);
}

/* İlerleme noktaları */
#tw-root .price-wizard .wizard {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 1.5rem;
  flex-wrap: wrap;
}

#tw-root .price-wizard .wizard .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #e2e8f0;
  transition: background 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

#tw-root .price-wizard .wizard .dot.active {
  background-color: var(--color-forest);
  transform: scale(1.2);
}

#tw-root .price-wizard .wizard .dot.done {
  background-color: rgba(1, 50, 32, 0.45);
}

#tw-root .price-wizard .wizard .bar {
  flex: 1;
  max-width: 28px;
  min-width: 8px;
  height: 2px;
  background-color: #e2e8f0;
  border-radius: 999px;
}

#tw-root .price-wizard .wizard .bar.filled {
  background-color: var(--color-forest);
}

/* Select / input — native menü, yeterli yükseklik (metin kırpılmasını önler) */
#tw-root .price-wizard-field {
  display: block !important;
  width: 100% !important;
  min-height: 3rem !important;
  height: auto !important;
  padding: 0.75rem 1rem !important;
  margin: 0 !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #0f172a !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 0.875rem !important;
  box-sizing: border-box !important;
  vertical-align: middle !important;
  -webkit-appearance: menulist !important;
  appearance: menulist !important;
}

#tw-root select.price-wizard-field {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  cursor: pointer;
}

#tw-root input.price-wizard-field {
  -webkit-appearance: none;
  appearance: none;
}

#tw-root .price-wizard-field:focus {
  outline: none !important;
  border-color: var(--color-forest) !important;
  box-shadow: 0 0 0 3px rgba(1, 50, 32, 0.12) !important;
}

#tw-root .price-wizard-field::placeholder {
  color: #94a3b8;
}

#tw-root .price-wizard label.pw-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-forest);
}

#tw-root .price-wizard .pw-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-forest);
  margin-bottom: 1rem;
}

#tw-root .price-wizard .pw-muted {
  color: #64748b;
  font-size: 0.875rem;
}

#tw-root .price-wizard .pw-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

#tw-root .price-wizard .pw-actions.between {
  justify-content: space-between;
}

#tw-root .price-wizard .pw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.55rem 1.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease, transform 0.15s ease;
}

#tw-root .price-wizard .pw-btn-primary {
  background: var(--color-forest);
  color: #fff;
}

#tw-root .price-wizard .pw-btn-primary:hover:not(:disabled) {
  background: #024a2e;
}

#tw-root .price-wizard .pw-btn-primary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#tw-root .price-wizard .pw-btn-ghost {
  background: #fff;
  color: var(--color-forest);
  border: 1px solid rgba(1, 50, 32, 0.22);
}

#tw-root .price-wizard .pw-btn-ghost:hover {
  background: var(--color-cream);
  border-color: var(--color-forest);
}

#tw-root .price-wizard .pw-alert {
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

#tw-root .price-wizard .pw-alert-danger {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

#tw-root .price-wizard .pw-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #334155;
}

#tw-root .price-wizard .pw-check-input {
  margin-top: 0.2rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--color-forest);
  flex-shrink: 0;
}

/* ========== Modern wizard kart (pw-modern) ========== */
#tw-root .pw-modern .price-wizard-card.pw-card-modern {
  position: relative;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 24px 60px -28px rgba(1, 50, 32, 0.22);
  overflow: hidden;
}
@media (min-width: 768px) {
  #tw-root .pw-modern .price-wizard-card.pw-card-modern {
    padding: 2.25rem 2.25rem 1.85rem;
  }
}
#tw-root .pw-modern .price-wizard-card.pw-card-modern::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #013220 0%, #4f7d62 60%, transparent 100%);
  pointer-events: none;
  border-top-left-radius: 1.35rem;
  border-top-right-radius: 1.35rem;
}

/* Adım başlığı */
#tw-root .pw-modern .pw-step-head {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding-bottom: 1.15rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  position: relative;
}
#tw-root .pw-modern .pw-step-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-family: "DM Serif Display", "Playfair Display", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(1, 50, 32, 0.75);
  line-height: 1;
}
#tw-root .pw-modern .pw-step-num small {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(1, 50, 32, 0.42);
  letter-spacing: 0.04em;
}
#tw-root .pw-modern .pw-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, rgba(1, 50, 32, 0.10) 0%, rgba(214, 200, 151, 0.18) 100%);
  border: 1px solid rgba(1, 50, 32, 0.14);
  color: #013220;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
#tw-root .pw-modern .pw-step-icon--success {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(214, 200, 151, 0.18) 100%);
  border-color: rgba(16, 185, 129, 0.32);
  color: #047857;
}
#tw-root .pw-modern .pw-step-text {
  min-width: 0;
  flex: 1 1 auto;
}
#tw-root .pw-modern .pw-step-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4f7d62;
  margin: 0 0 2px;
}
#tw-root .pw-modern .pw-step-title {
  margin: 0;
  font-family: "DM Serif Display", "Playfair Display", Georgia, serif;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 700;
  color: #013220;
  letter-spacing: -0.005em;
  line-height: 1.2;
}
#tw-root .pw-modern .pw-step-hint {
  margin: 4px 0 0;
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.45;
}

/* Field group */
#tw-root .pw-modern .pw-field-group {
  margin-top: 0;
}
#tw-root .pw-modern .pw-field-group + .pw-field-group {
  margin-top: 0.95rem;
}
#tw-root .pw-modern .price-wizard label.pw-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.45rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #013220;
}
#tw-root .pw-modern .price-wizard label.pw-label i {
  color: #4f7d62;
}
#tw-root .pw-modern .pw-label-aux {
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #94a3b8;
  font-size: 10px;
  margin-left: 0.25rem;
}
#tw-root .pw-modern .pw-field-wrap {
  position: relative;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 6px 18px -14px rgba(1, 50, 32, 0.18);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#tw-root .pw-modern .pw-field-wrap:focus-within {
  border-color: rgba(1, 50, 32, 0.55);
  box-shadow: 0 0 0 4px rgba(1, 50, 32, 0.10),
    0 6px 18px -14px rgba(1, 50, 32, 0.18);
}
#tw-root .pw-modern .pw-field-wrap .price-wizard-field {
  background: transparent !important;
  border: 0 !important;
  border-radius: 1rem !important;
  min-height: 3.1rem !important;
  padding-inline: 1.1rem !important;
  box-shadow: none !important;
  font-size: 0.95rem !important;
}
#tw-root .pw-modern .pw-field-wrap .price-wizard-field:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* OTP — büyük, ortalı, boşluklu */
#tw-root .pw-modern .pw-otp-wrap {
  margin-top: 0.5rem;
}
#tw-root .pw-modern .pw-otp-wrap .pw-label {
  justify-content: center;
  display: flex;
}
#tw-root .pw-modern .pw-otp-input.price-wizard-field {
  text-align: center;
  font-family: "DM Serif Display", "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.45rem, 4vw, 2rem) !important;
  letter-spacing: 0.55em;
  padding-inline-start: 1.6rem !important;
  caret-color: #013220;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%) !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  border-radius: 1rem !important;
  box-shadow: 0 0 0 3px rgba(1, 50, 32, 0.05) inset !important;
}
#tw-root .pw-modern .pw-otp-input.price-wizard-field:focus {
  border-color: rgba(1, 50, 32, 0.4) !important;
  box-shadow: 0 0 0 4px rgba(1, 50, 32, 0.10) !important;
}
#tw-root .pw-modern .pw-otp-input.price-wizard-field::placeholder {
  letter-spacing: 0.5em;
  color: rgba(15, 23, 42, 0.18);
}

/* Check — modern toggle hissi */
#tw-root .pw-modern .price-wizard .pw-check {
  margin-top: 1.15rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.95rem;
  align-items: flex-start;
  font-size: 12.5px;
  cursor: pointer;
}
#tw-root .pw-modern .price-wizard .pw-check:hover {
  border-color: rgba(1, 50, 32, 0.2);
  background: #ffffff;
}
#tw-root .pw-modern .price-wizard .pw-check-input {
  margin-top: 1px;
}

/* Aksiyon butonları — daha confident */
#tw-root .pw-modern .price-wizard .pw-actions {
  margin-top: 1.5rem;
  gap: 0.65rem;
}
#tw-root .pw-modern .price-wizard .pw-btn {
  padding: 0.7rem 1.45rem;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  gap: 0.5rem;
  border-radius: 9999px;
}
#tw-root .pw-modern .price-wizard .pw-btn-primary {
  background: linear-gradient(135deg, #013220 0%, #0a4a32 100%);
  box-shadow: 0 12px 30px -16px rgba(1, 50, 32, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
#tw-root .pw-modern .price-wizard .pw-btn-primary:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px -16px rgba(1, 50, 32, 0.8),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, #022a1c 0%, #0a4a32 100%);
}
#tw-root .pw-modern .price-wizard .pw-btn-ghost {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(1, 50, 32, 0.18);
  backdrop-filter: blur(6px);
}
#tw-root .pw-modern .price-wizard .pw-btn-ghost:hover {
  background: #ffffff;
  border-color: rgba(1, 50, 32, 0.32);
}

/* Wizard progress dots — daha modern */
#tw-root .pw-modern .price-wizard .wizard {
  margin: 0 0 1.5rem;
  gap: 4px;
  padding: 0.5rem 1rem;
  background: rgba(1, 50, 32, 0.04);
  border-radius: 999px;
  width: fit-content;
  margin-inline: auto;
  border: 1px solid rgba(1, 50, 32, 0.08);
}
#tw-root .pw-modern .price-wizard .wizard .dot {
  width: 10px;
  height: 10px;
}
#tw-root .pw-modern .price-wizard .wizard .dot.active {
  background-color: var(--color-forest);
  transform: scale(1.3);
  box-shadow: 0 0 0 4px rgba(1, 50, 32, 0.12);
}
#tw-root .pw-modern .price-wizard .wizard .bar {
  height: 2px;
  max-width: 22px;
}

/* Sonuç kartı */
#tw-root .pw-modern .pw-result-card {
  margin-top: 0.5rem;
  padding: 1.5rem 1.5rem;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, rgba(1, 50, 32, 0.96) 0%, rgba(10, 74, 50, 0.96) 100%);
  color: #f4f1e8;
  text-align: center;
  border: 1px solid rgba(214, 200, 151, 0.32);
  box-shadow: 0 22px 50px -22px rgba(1, 50, 32, 0.55);
  position: relative;
  overflow: hidden;
}
#tw-root .pw-modern .pw-result-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 20%, rgba(214, 200, 151, 0.18) 0%, transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.06) 0%, transparent 55%);
  pointer-events: none;
}
#tw-root .pw-modern .pw-result-eyebrow {
  position: relative;
  margin: 0 0 0.4rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(214, 200, 151, 0.85);
}
#tw-root .pw-modern .pw-result-price {
  position: relative;
  margin: 0;
  font-family: "DM Serif Display", "Playfair Display", Georgia, serif;
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}
#tw-root .pw-modern .pw-result-price strong {
  font-weight: 700;
}

/* KVKK modal (price bot sayfası) */
#tw-root .kvkk-modal .modal-header,
#tw-root .kvkk-modal .modal-footer {
  padding: 1rem 1.5rem;
}

#tw-root .kvkk-modal .modal-title {
  font-weight: 700;
  letter-spacing: 0.2px;
}

#tw-root .kvkk-modal .modal-body {
  padding: 1.25rem 1.75rem;
  line-height: 1.65;
  font-size: 0.985rem;
}

#tw-root .kvkk-modal .modal-body h6 {
  margin: 1rem 0 0.35rem;
  font-weight: 600;
}

#tw-root .kvkk-modal .modal-body p {
  margin-bottom: 0.7rem;
}

#tw-root .kvkk-modal .modal-body ul {
  margin: 0.4rem 0 0.9rem;
  padding-left: 1.35rem;
  list-style: disc;
}

@media (min-width: 992px) {
  #tw-root .kvkk-modal.modal-lg .modal-dialog {
    max-width: 820px;
  }
}

#tw-root .border-r-18 {
  border-radius: 18px;
}

/* ========== Site geneli — iletişim/randevu: alttan yukarı açılır, kapanınca aşağı kayar ========== */
.contact-popover {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 max(0.5rem, env(safe-area-inset-bottom, 0));
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(3px);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0s linear 0.34s;
}

.contact-popover.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition:
    opacity 0.28s ease,
    visibility 0s linear 0s;
}

.contact-popover .cp-sheet {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  max-width: 640px;
  height: auto;
  max-height: min(88vh, 760px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 1.35rem 1.35rem 0 0;
  padding: 1.35rem 1.35rem 1.6rem;
  padding-bottom: max(1.6rem, env(safe-area-inset-bottom, 0));
  box-shadow:
    0 -8px 40px rgba(1, 50, 32, 0.12),
    0 24px 64px -12px rgba(1, 50, 32, 0.28);
  transform: translateY(108%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) {
  .contact-popover {
    align-items: flex-end;
    padding-bottom: max(1.25rem, env(safe-area-inset-bottom, 0));
  }

  .contact-popover .cp-sheet {
    width: min(640px, 94vw);
    border-radius: 1.5rem;
    padding: 1.75rem 2rem 2rem;
    margin: 0 auto;
    transform: translateY(calc(100% + 2.5rem));
  }
}

.contact-popover.is-open .cp-sheet {
  transform: translateY(0);
}

/* Randevu popup — ortada, daha geniş; iletişim popup’ı altta kalır */
#appointmentPopover.contact-popover {
  align-items: center;
  justify-content: center;
  padding: max(0.75rem, env(safe-area-inset-top, 0px)) max(0.75rem, env(safe-area-inset-right, 0px))
    max(0.75rem, env(safe-area-inset-bottom, 0px)) max(0.75rem, env(safe-area-inset-left, 0px));
}

#appointmentPopover.contact-popover .cp-sheet {
  max-width: min(42rem, 96vw);
  border-radius: 1.5rem;
  box-shadow:
    0 8px 40px rgba(1, 50, 32, 0.12),
    0 24px 64px -12px rgba(1, 50, 32, 0.28);
}

@media (min-width: 768px) {
  #appointmentPopover.contact-popover {
    align-items: center;
    padding-bottom: max(1rem, env(safe-area-inset-bottom, 0));
  }

  #appointmentPopover.contact-popover .cp-sheet {
    width: min(42rem, 92vw);
    max-width: min(42rem, 92vw);
    max-height: min(88vh, 840px);
  }
}

/* Randevu saat slotları — hover: açık sage zemin, koyu yazı (beyaz metin yok) */
#tw-root #appointmentPopover #apptSlotGrid button.appt-slot-btn,
#tw-root #appointmentPageFlow #apptpgSlotGrid button.appt-slot-btn {
  color: var(--color-forest, #013220);
  background-color: #fff;
  border-color: #e2e8f0;
  cursor: pointer;
}

#tw-root #appointmentPopover #apptSlotGrid button.appt-slot-btn:hover:not(:disabled),
#tw-root #appointmentPopover #apptSlotGrid button.appt-slot-btn:focus-visible:not(:disabled),
#tw-root #appointmentPageFlow #apptpgSlotGrid button.appt-slot-btn:hover:not(:disabled),
#tw-root #appointmentPageFlow #apptpgSlotGrid button.appt-slot-btn:focus-visible:not(:disabled) {
  background-color: rgba(128, 148, 126, 0.28) !important;
  color: var(--color-forest, #013220) !important;
  border-color: rgba(1, 50, 32, 0.35) !important;
}

#tw-root #appointmentPopover #apptSlotGrid button.appt-slot-btn:active:not(:disabled),
#tw-root #appointmentPageFlow #apptpgSlotGrid button.appt-slot-btn:active:not(:disabled) {
  background-color: rgba(128, 148, 126, 0.4) !important;
  color: var(--color-forest, #013220) !important;
  border-color: var(--color-forest, #013220) !important;
}

.contact-popover .cp-handle {
  display: block;
  width: 2.5rem;
  height: 0.3rem;
  margin: 0 auto 0.85rem;
  border-radius: 9999px;
  background: #cbd5e1;
}

@media (min-width: 768px) {
  .contact-popover .cp-handle {
    display: none;
  }
}

.contact-popover .cp-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: #f1f5f9;
  color: #475569;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.2s ease;
}

.contact-popover .cp-close:hover {
  background: #e2e8f0;
}

.contact-popover .cp-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-sage);
}

.contact-popover .cp-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-forest);
  margin: 0.25rem 0 0.35rem;
}

.contact-popover .cp-sub {
  color: #64748b;
  font-size: 0.875rem;
  margin: 0 0 1.25rem;
}

.contact-popover .cp-field {
  display: block;
  width: 100%;
  min-height: 2.85rem;
  padding: 0.7rem 0.95rem;
  font-size: 0.95rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  background: #fff;
  color: #0f172a;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.contact-popover .cp-field:focus {
  outline: none;
  border-color: var(--color-forest);
  box-shadow: 0 0 0 3px rgba(1, 50, 32, 0.12);
}

.contact-popover textarea.cp-field {
  min-height: 5.5rem;
  resize: vertical;
}

.contact-popover .cp-row {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .contact-popover .cp-row.two {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-popover .cp-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-forest);
  margin-bottom: 0.3rem;
}

.contact-popover .cp-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.85rem 1.5rem;
  border-radius: 9999px;
  background: var(--color-forest);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: background 0.2s ease, transform 0.15s ease;
}

.contact-popover .cp-submit:hover:not(:disabled) {
  background: #024a2e;
}

.contact-popover .cp-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact-popover .cp-feedback {
  margin-top: 0.75rem;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}

.contact-popover .cp-feedback.ok {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.contact-popover .cp-feedback.err {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.contact-popover .cp-quick {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.contact-popover .cp-quick a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  background: var(--color-cream);
  color: var(--color-forest) !important;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none !important;
  border: 1px solid rgba(1, 50, 32, 0.12);
}

/* İletişim sheet — KVKK onayı (referans: sade başlık + onay kutusu + metin) */
.contact-popover .cp-kvkk-block {
  margin-top: 0.25rem;
  margin-bottom: 0.35rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.contact-popover .cp-kvkk-title {
  margin: 0 0 0.85rem;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #334155;
}

.contact-popover .cp-kvkk-star {
  color: #dc2626;
  font-weight: 700;
}

.contact-popover .cp-kvkk-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.contact-popover .cp-kvkk-cb {
  margin-top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  border-radius: 0.2rem;
  accent-color: var(--color-forest);
  cursor: pointer;
}

.contact-popover .cp-kvkk-copy {
  min-width: 0;
  flex: 1;
}

.contact-popover .cp-kvkk-label {
  display: block;
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #475569;
  cursor: pointer;
}

.contact-popover .cp-kvkk-hint {
  margin: 0.45rem 0 0.35rem;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #94a3b8;
}

.contact-popover .cp-kvkk-doclink {
  display: inline-block;
  margin-top: 0.15rem;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-forest);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}

.contact-popover .cp-kvkk-doclink:hover {
  color: #024a2e;
}

.contact-popover .cp-kvkk-reveal {
  margin-top: 0.85rem;
  max-height: 11rem;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 0.85rem 1rem;
  scroll-behavior: smooth;
}

.contact-popover .cp-kvkk-reveal-inner {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #334155;
}

.contact-popover .cp-kvkk-reveal-inner h6 {
  margin: 0.65rem 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-forest);
}

.contact-popover .cp-kvkk-reveal-inner p {
  margin: 0 0 0.5rem;
}

.contact-popover .cp-kvkk-reveal-inner p:last-child {
  margin-bottom: 0;
}

.contact-popover .cp-kvkk-reveal-inner a {
  color: var(--color-forest) !important;
  font-weight: 600;
  text-decoration: underline !important;
}

#tw-root section.pj-journey {
  overflow-x: hidden;
}

body.cp-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

html.cp-open {
  overflow: hidden !important;
  overscroll-behavior: none;
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .contact-popover .cp-sheet {
    transition-duration: 0.12s;
  }

  .modal.fade .modal-dialog {
    transition-duration: 0.12s;
  }

  #tw-root .home-service-card,
  #tw-root .home-service-icon {
    transition-duration: 0.12s;
  }
}

/* Animasyonlu sayaç */
.stat-counter {
  display: inline-block;
  font-variant-numeric: tabular-nums;
}

/* Hakkımızda — yorum sütunları yatay marquee (vertical scrolling rail) */
#tw-root .lux-reviews-rail {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  height: clamp(36rem, 65vh, 44rem);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
}
@media (min-width: 768px) {
  #tw-root .lux-reviews-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  #tw-root .lux-reviews-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
    height: clamp(40rem, 72vh, 50rem);
  }
}
#tw-root .lux-reviews-col {
  position: relative;
  overflow: hidden;
  min-width: 0;
}
@media (max-width: 767.98px) {
  #tw-root .lux-reviews-col:nth-child(2),
  #tw-root .lux-reviews-col:nth-child(3) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  #tw-root .lux-reviews-col:nth-child(3) {
    display: none;
  }
}
#tw-root .lux-reviews-track {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding-block: 0.5rem;
  will-change: transform;
  animation: luxReviewsScroll 70s linear infinite;
}
#tw-root .lux-reviews-col-up .lux-reviews-track {
  animation-direction: normal;
}
#tw-root .lux-reviews-col-down .lux-reviews-track {
  animation-direction: reverse;
}
#tw-root .lux-reviews-rail:hover .lux-reviews-track,
#tw-root .lux-reviews-rail:focus-within .lux-reviews-track {
  animation-play-state: paused;
}
@keyframes luxReviewsScroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* Yorum kartı — premium dark, marquee için kompakt */
#tw-root .lux-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  border-radius: 1.05rem;
  background: linear-gradient(180deg, #16202c 0%, #11192a 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem 1.1rem 1.1rem;
  color: #f3f4f6;
  box-shadow: 0 18px 36px -22px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
#tw-root .lux-review-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(214, 200, 151, 0.55) 50%, transparent 100%);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  #tw-root .lux-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 50px -22px rgba(0, 0, 0, 0.55);
    border-color: rgba(214, 200, 151, 0.32);
  }
}
#tw-root .lux-review-quote {
  position: absolute;
  top: 0.4rem;
  right: 0.85rem;
  font-family: "DM Serif Display", "Playfair Display", Georgia, serif;
  font-size: 3.5rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;
}
#tw-root .lux-review-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
#tw-root .lux-review-avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#tw-root .lux-review-avatar--initial {
  font-family: "DM Serif Display", "Playfair Display", Georgia, serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #f3f4f6;
  background: rgba(214, 200, 151, 0.16);
  border-color: rgba(214, 200, 151, 0.28);
}
#tw-root .lux-review-avatar--google {
  background: rgba(244, 63, 94, 0.16);
  border-color: rgba(244, 113, 144, 0.36);
}
#tw-root .lux-review-id {
  min-width: 0;
  flex: 1 1 auto;
}
#tw-root .lux-review-name {
  margin: 0;
  font-family: "DM Serif Display", "Playfair Display", Georgia, serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.005em;
}
#tw-root .lux-review-role {
  margin: 0;
  font-size: 11px;
  color: rgba(243, 244, 246, 0.65);
  letter-spacing: 0.02em;
  line-height: 1.25;
}
#tw-root .lux-review-badge {
  display: inline-block;
  margin-top: 4px;
  padding: 1px 6px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.18);
  color: #d1fae5;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#tw-root .lux-review-tag {
  flex-shrink: 0;
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f3f4f6;
  transition: background 0.2s ease, color 0.2s ease;
}
#tw-root .lux-review-tag--google {
  background: rgba(244, 63, 94, 0.18);
  border-color: rgba(244, 63, 94, 0.32);
  color: #fecdd3;
}
#tw-root .lux-review-tag--google:hover {
  background: rgba(244, 63, 94, 0.32);
  color: #ffe4e6;
}
#tw-root .lux-review-stars {
  font-size: 0.92rem;
  color: #fbbf24;
  letter-spacing: 0.04em;
  line-height: 1;
}
#tw-root .lux-review-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(243, 244, 246, 0.92);
  letter-spacing: 0.005em;
}
#tw-root .lux-review-text--muted {
  color: rgba(243, 244, 246, 0.5);
  font-style: italic;
}
#tw-root .lux-review-source {
  margin: 0.15rem 0 0;
  align-self: flex-end;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
#tw-root .lux-review-source--site {
  color: rgba(214, 200, 151, 0.78);
}
#tw-root .lux-review-source--google {
  color: rgba(254, 205, 211, 0.7);
}
@media (prefers-reduced-motion: reduce) {
  #tw-root .lux-reviews-track {
    animation: none;
    transform: none;
  }
  #tw-root .lux-review-card {
    transition: none;
  }
  #tw-root .lux-review-card:hover {
    transform: none;
  }
}
