/*
Theme Name: Rustilux
Theme URI: https://rustilux.com
Description: Rustilux luxury lighting child theme — Hello Elementor child. Mokka + Gold + Soft White palette.
Author: Rustilux
Version: 1.0
Template: hello-elementor
Text Domain: rustilux
*/

/* ── GLOBAL TOKENS ───────────────────────────── */
:root {
  --rx-bg:           #0a0a0a;
  --rx-bg-card:      #111111;
  --rx-bg-footer:    #0d0d0d;
  --rx-mokka:        #6B4423;
  --rx-mokka-light:  #8B5A2B;
  --rx-mokka-dark:   #3E2817;
  --rx-gold:         #d4af37;
  --rx-gold-soft:    #e2c97e;
  --rx-white:        #f5f5f0;
  --rx-muted:        #b8b0a8;
  --rx-border:       rgba(212,175,55,0.2);
  --rx-overlay:      rgba(0,0,0,0.65);
  --rx-radius:       6px;
  --rx-ease:         cubic-bezier(0.25,0.46,0.45,0.94);
  --rx-font-head:    'Playfair Display', Georgia, serif;
  --rx-font-body:    'Inter', system-ui, sans-serif;
}

/* ── BASE ─────────────────────────────────────── */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}
body {
  background: var(--rx-bg);
  color: var(--rx-white);
  font-family: var(--rx-font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior: none;
}

/* ── ANIMATIONS ──────────────────────────────── */
@keyframes rx-glow-pulse {
  0%, 100% { opacity: 0.55; transform: translateX(-50%) scale(1); }
  50%       { opacity: 1;    transform: translateX(-50%) scale(1.18); }
}

/* ── SCROLL REVEAL ────────────────────────────── */
.rx-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s var(--rx-ease), transform 0.6s var(--rx-ease);
}
.rx-reveal.rx-revealed {
  opacity: 1;
  transform: translateY(0);
}
.rx-reveal-delay-1 { transition-delay: 0.1s; }
.rx-reveal-delay-2 { transition-delay: 0.2s; }
.rx-reveal-delay-3 { transition-delay: 0.3s; }

/* ── STICKY BOTTOM BAR (mobil) ────────────────── */
.rx-mobile-cta-bar {
  display: none; /* masaüstünde gizli */
}
@media (max-width: 767px) {
  .rx-mobile-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 9990;
    background: rgba(10,10,10,0.97);
    border-top: 1px solid rgba(212,175,55,0.25);
    padding: 10px 16px max(10px, env(safe-area-inset-bottom));
    gap: 10px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 -4px 24px rgba(0,0,0,0.5);
    transition: transform 0.3s var(--rx-ease), opacity 0.3s;
  }
  .rx-mobile-cta-bar.hidden {
    transform: translateY(100%);
    opacity: 0;
  }
  .rx-mobile-cta-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    border-radius: 6px;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s;
    -webkit-tap-highlight-color: transparent;
  }
  .rx-mobile-cta-bar .rx-mob-bar-primary {
    background: var(--rx-gold);
    color: #0a0a0a;
  }
  .rx-mobile-cta-bar .rx-mob-bar-primary:active { filter: brightness(0.9); }
  .rx-mobile-cta-bar .rx-mob-bar-outline {
    background: transparent;
    color: var(--rx-gold);
    border: 1px solid rgba(212,175,55,0.4);
  }
  .rx-mobile-cta-bar .rx-mob-bar-outline:active { background: rgba(212,175,55,0.1); }
  /* Sayfanın altına sticky bar için boşluk */
  body { padding-bottom: 72px; }
}

h1,h2,h3,h4,h5 {
  font-family: var(--rx-font-head);
  letter-spacing: 0.02em;
  color: var(--rx-white);
}

h1 { color: var(--rx-gold); }

a { color: var(--rx-gold); transition: color 0.3s var(--rx-ease); }
a:hover { color: var(--rx-gold-soft); }

/* ── BUTTON STYLES ────────────────────────────── */
.rx-btn-primary,
.elementor-button.rx-primary {
  background: var(--rx-gold) !important;
  color: var(--rx-bg) !important;
  border: 1px solid var(--rx-gold) !important;
  border-radius: var(--rx-radius) !important;
  padding: 14px 32px !important;
  font-family: var(--rx-font-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  transition: all 0.3s var(--rx-ease) !important;
}
.rx-btn-primary:hover,
.elementor-button.rx-primary:hover {
  filter: brightness(1.15);
  box-shadow: 0 0 16px rgba(212,175,55,0.5);
  transform: translateY(-1px);
}

.rx-btn-outline,
.elementor-button.rx-outline {
  background: transparent !important;
  color: var(--rx-gold) !important;
  border: 1px solid var(--rx-gold) !important;
  border-radius: var(--rx-radius) !important;
  padding: 14px 32px !important;
  font-family: var(--rx-font-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  transition: all 0.3s var(--rx-ease) !important;
}
.rx-btn-outline:hover,
.elementor-button.rx-outline:hover {
  background: var(--rx-gold) !important;
  color: var(--rx-bg) !important;
  box-shadow: 0 0 16px rgba(212,175,55,0.3);
}

/* ── HEADER (TRANSPARENT → SCROLLED) ───────────── */
.rx-header {
  background: transparent !important;
  transition: background 0.4s var(--rx-ease), box-shadow 0.4s, padding 0.4s;
}
.rx-header.elementor-sticky--effects {
  background: var(--rx-bg) !important;
  box-shadow: 0 2px 24px rgba(0,0,0,0.5);
}

/* ── PRODUCT CARD ─────────────────────────────── */
.rx-product-card {
  background: var(--rx-bg-card);
  border: 1px solid var(--rx-border);
  border-radius: var(--rx-radius);
  overflow: hidden;
  transition: transform 0.3s var(--rx-ease), border-color 0.3s, box-shadow 0.3s;
}
.rx-product-card:hover {
  transform: scale(1.03);
  border-color: var(--rx-gold);
  box-shadow: 0 0 32px rgba(212,175,55,0.25);
}

/* ── FEATURE ICON ─────────────────────────────── */
.rx-feature-icon {
  color: var(--rx-gold);
  font-size: 48px;
  margin-bottom: 24px;
}

/* ── DIVIDER ──────────────────────────────────── */
.rx-divider {
  width: 60px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--rx-gold), transparent);
  margin: 24px auto;
}

/* ── BADGE ────────────────────────────────────── */
.rx-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(212,175,55,0.08);
  border: 1px solid var(--rx-border);
  border-radius: var(--rx-radius);
  color: var(--rx-gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}

/* ── PLACEHOLDER (MOKKA SOLID) ────────────────── */
.rx-placeholder {
  background: var(--rx-mokka);
  background-image:
    linear-gradient(135deg, var(--rx-mokka-light) 0%, var(--rx-mokka) 50%, var(--rx-mokka-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245,245,240,0.4);
  font-family: var(--rx-font-head);
  font-size: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  aspect-ratio: 4/5;
  border-radius: var(--rx-radius);
}

/* ── MOBILE TWEAKS ────────────────────────────── */
@media (max-width: 768px) {
  body { font-size: 15px; }
  .rx-btn-primary, .rx-btn-outline,
  .elementor-button.rx-primary, .elementor-button.rx-outline {
    width: 100%;
    min-height: 48px;
    padding: 14px 24px !important;
  }
}

/* ── FOOTER ───────────────────────────────────── */
.rx-footer {
  background: var(--rx-bg-footer);
  color: var(--rx-muted);
  border-top: 1px solid var(--rx-border);
}
.rx-footer h4 {
  color: var(--rx-gold);
  font-family: var(--rx-font-body);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rx-footer a { color: var(--rx-muted); }
.rx-footer a:hover { color: var(--rx-white); }

/* ── ELEMENTOR FORM ───────────────────────────── */
.elementor-field {
  background: var(--rx-bg-card) !important;
  border: 1px solid var(--rx-border) !important;
  color: var(--rx-white) !important;
  border-radius: var(--rx-radius) !important;
  padding: 14px 16px !important;
}
.elementor-field:focus {
  border-color: var(--rx-gold) !important;
  outline: none;
}
.elementor-field-label {
  color: var(--rx-muted) !important;
  font-size: 12px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

/* ── SCROLLBAR ────────────────────────────────── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--rx-bg); }
::-webkit-scrollbar-thumb { background: var(--rx-mokka); border-radius: 2px; }
::-webkit-scrollbar-thumb:hover { background: var(--rx-gold); }

/* ════════════════════════════════════════════════
   HEADER B — DUAL LAYER
════════════════════════════════════════════════ */
.rx-header-b {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: transparent;
  transition: background 0.4s var(--rx-ease), box-shadow 0.4s;
}
.rx-header-b .rx-hdr-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 48px 8px;
}
.rx-header-b .rx-hdr-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 8px 48px 16px;
  border-top: 1px solid rgba(212,175,55,0.12);
}
.rx-header-b .rx-logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 8px;
  color: var(--rx-gold);
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rx-header-b .rx-hdr-lang a {
  color: rgba(245,245,240,0.6);
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  transition: color 0.3s;
}
.rx-header-b .rx-hdr-lang a.active,
.rx-header-b .rx-hdr-lang a:hover { color: var(--rx-gold); }
.rx-header-b .rx-hdr-contact a {
  color: rgba(245,245,240,0.7);
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  transition: color 0.3s;
}
.rx-header-b .rx-hdr-contact a:hover { color: var(--rx-gold); }

/* Nav items */
.rx-hdr-nav-item {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(245,245,240,0.85);
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
  cursor: pointer;
}
.rx-hdr-nav-item:hover,
.rx-hdr-nav-item.rx-mega-trigger:hover { color: var(--rx-gold); }

/* ── SCROLLED (compact) */
.rx-header-b.scrolled {
  background: #0f0e0c !important;
  box-shadow: 0 2px 24px rgba(0,0,0,0.6);
}
.rx-header-b.scrolled .rx-hdr-top { padding-top: 12px; padding-bottom: 4px; }
.rx-header-b.scrolled .rx-hdr-bottom { padding-top: 4px; padding-bottom: 12px; border-top-color: rgba(212,175,55,0.08); }

/* ── MEGA OVERLAY */
.rx-mega-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.rx-mega-overlay.open { opacity: 1; pointer-events: auto; }

/* ── MEGA MENU */
.rx-mega-menu {
  position: fixed;
  top: 100px; /* will update via JS based on header height */
  left: 0; right: 0;
  background: #0d0c0a;
  border-top: 1px solid rgba(212,175,55,0.15);
  border-bottom: 1px solid rgba(212,175,55,0.1);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s var(--rx-ease);
  padding: 48px 80px 32px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.6);
}
.rx-mega-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rx-mega-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}
.rx-mega-left { padding-right: 48px; border-right: 1px solid rgba(212,175,55,0.12); }
.rx-mega-right { padding-left: 48px; }

/* Series groups */
.rx-mega-series { margin-bottom: 28px; }
.rx-mega-series-label {
  font-family: Inter, sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(212,175,55,0.6);
  margin-bottom: 10px;
}
.rx-mega-prod-links { display: flex; flex-direction: column; gap: 6px; }
.rx-mega-prod-links a {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 500;
  color: rgba(245,245,240,0.8);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
  display: block;
}
.rx-mega-prod-links a:hover { color: var(--rx-gold); padding-left: 8px; }

/* Right side: big image + label */
.rx-mega-prod-img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
}
.rx-mega-prod-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
  transition: opacity 0.35s ease;
  padding: 8px;
}
.rx-mega-prod-img[src=""] {
  opacity: 0; /* Görsel yoksa gizle, fallback görünsün */
}
.rx-mega-prod-img-fallback {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,#2a1a4a 0%,#6B4423 60%,#3E2817 100%);
  transition: background 0.35s ease;
  z-index: 0;
}
.rx-mega-prod-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 50%, rgba(0,0,0,0.75) 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  z-index: 2;
}
.rx-mega-prod-label {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--rx-gold);
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* Bottom chips bar */
.rx-mega-chips-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid rgba(212,175,55,0.12);
  margin-top: 28px;
  grid-column: 1 / -1;
}
.rx-mega-chips { display: flex; gap: 10px; }
.rx-mega-chip {
  padding: 8px 18px;
  background: transparent;
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 4px;
  color: rgba(245,245,240,0.7);
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
}
.rx-mega-chip:hover,
.rx-mega-chip.active { background: var(--rx-gold); color: #0a0a0a; border-color: var(--rx-gold); }
.rx-mega-view-all {
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--rx-gold);
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.rx-mega-view-all:hover { opacity: 0.7; }

/* ── MOBILE HAMBURGER */
.rx-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.rx-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--rx-white);
  transition: all 0.3s;
}
.rx-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,10,10,0.98);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.rx-mobile-overlay.open { opacity: 1; visibility: visible; }
.rx-mobile-overlay a {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: var(--rx-white);
  text-decoration: none;
  letter-spacing: 2px;
  transition: color 0.2s;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.rx-mobile-overlay a:hover,
.rx-mobile-overlay a:active { color: var(--rx-gold); }

/* Remove purple/violet tap highlight globally on interactive elements */
a, button, [role="button"] {
  -webkit-tap-highlight-color: transparent;
}
.rx-mobile-close {
  position: absolute;
  top: 24px; right: 24px;
  background: none;
  border: none;
  color: var(--rx-white);
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
}
.rx-mobile-lang {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.rx-mobile-lang a {
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 3px !important;
}
@media (max-width: 1024px) {
  .rx-burger { display: flex; }
  .rx-hdr-bottom, .rx-hdr-contact, .rx-hdr-contact-desktop, .rx-mega-overlay { display: none !important; }
  .rx-header-b .rx-hdr-top { padding: 14px 20px; }
}

/* ════════════════════════════════════════════════
   HOMEPAGE B — SPLIT HERO
════════════════════════════════════════════════ */
.rx-split-hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  min-height: 100vh;
  overflow: hidden;
}
.rx-split-hero-visual {
  position: relative;
  background-image: linear-gradient(135deg,#8B5A2B 0%,#6B4423 50%,#3E2817 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.rx-split-hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,10,10,0) 60%, rgba(10,10,10,0.6) 100%);
}
.rx-split-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 64px 80px 56px;
  background: #0a0a0a;
  position: relative;
}
.rx-manifesto-num {
  font-family: Inter, monospace;
  font-size: 11px;
  letter-spacing: 4px;
  color: rgba(212,175,55,0.6);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.rx-split-hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--rx-white);
  margin: 0 0 24px;
}
.rx-split-hero-content h1 em {
  color: var(--rx-gold);
  font-style: normal;
}
.rx-split-hero-content .rx-hero-body {
  color: rgba(245,245,240,0.75);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  max-width: 440px;
  margin-bottom: 36px;
}
.rx-hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.rx-hero-badge-stripe {
  font-family: Inter, monospace;
  font-size: 10px;
  letter-spacing: 3px;
  color: rgba(212,175,55,0.5);
  text-transform: uppercase;
  padding-top: 24px;
  border-top: 1px solid rgba(212,175,55,0.15);
}
@media (max-width: 900px) {
  .rx-split-hero { grid-template-columns: 1fr; }
  .rx-split-hero-visual { min-height: 50vw; }
  .rx-split-hero-content { padding: 48px 24px 60px; }
  .rx-split-hero-content h1 { font-size: 36px; }
}

/* ── FOUR PRINCIPLES */
.rx-four-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(212,175,55,0.15);
  max-width: 1200px;
  margin: 0 auto;
}
.rx-principle {
  padding: 48px 36px;
  border-right: 1px dashed rgba(212,175,55,0.15);
  position: relative;
}
.rx-principle:last-child { border-right: none; }
.rx-principle-num {
  font-family: Inter, monospace;
  font-size: 10px;
  letter-spacing: 3px;
  color: rgba(212,175,55,0.4);
  display: block;
  margin-bottom: 16px;
}
.rx-principle-key {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--rx-gold);
  display: block;
  margin-bottom: 12px;
}
.rx-principle-val {
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: rgba(245,245,240,0.6);
  line-height: 1.6;
}
@media (max-width: 768px) {
  /* tablet: keep 2-col */
  .rx-four-principles { grid-template-columns: repeat(2,1fr); }
  .rx-principle { border-right: 1px dashed rgba(212,175,55,0.15); border-bottom: 1px dashed rgba(212,175,55,0.15); }
  .rx-principle:nth-child(2n) { border-right: none; }
  .rx-principle:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 600px) {
  /* mobile: 1 column, horizontal dashed dividers between each block */
  .rx-four-principles { grid-template-columns: 1fr !important; }
  .rx-principle {
    border-right: none !important;
    border-bottom: 1px dashed rgba(212,175,55,0.25) !important;
  }
  .rx-principle:last-child { border-bottom: none !important; }
}

/* ── DRIFT CAROUSEL */
.rx-drift-wrap {
  position: relative;
  padding: 0 0 24px;
}
.rx-drift-carousel {
  position: relative;
}
.rx-drift-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 24px 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.rx-drift-track::-webkit-scrollbar { display: none; }
.rx-drift-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
  background: #111;
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
}
.rx-drift-card:hover {
  border-color: var(--rx-gold);
  transform: translateY(-3px);
}
.rx-drift-card-img {
  aspect-ratio: 4/5;
  background-image: linear-gradient(135deg,#8B5A2B 0%,#6B4423 50%,#3E2817 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245,245,240,0.3);
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  letter-spacing: 5px;
}
.rx-drift-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.rx-drift-counter {
  font-family: Inter, monospace;
  font-size: 10px;
  letter-spacing: 3px;
  color: rgba(212,175,55,0.5);
}
.rx-drift-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--rx-gold);
  font-weight: 600;
}
.rx-drift-seri {
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(245,245,240,0.5);
  text-transform: uppercase;
}

/* Chevron nav */
.rx-drift-next, .rx-drift-prev {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  background: rgba(10,10,10,0.8);
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 50%;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--rx-gold);
  font-size: 20px;
  transition: all 0.25s;
  z-index: 2;
}
.rx-drift-next:hover, .rx-drift-prev:hover { background: var(--rx-gold); color: #0a0a0a; }
.rx-drift-next { right: -20px; }
.rx-drift-prev { left: -20px; }
@media (max-width: 768px) {
  .rx-drift-next { right: 4px; }
  .rx-drift-prev { left: 4px; }
  .rx-drift-card { flex: 0 0 80vw; }
}

/* Dots */
.rx-drift-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.rx-drift-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(212,175,55,0.25);
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  padding: 0;
}
.rx-drift-dot.active { background: var(--rx-gold); transform: scale(1.3); }

/* ── POWER LOSS */
.rx-power-loss {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.rx-pl-panel {
  aspect-ratio: 16/9;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s var(--rx-ease);
  cursor: default;
}
.rx-pl-before {
  background-image: linear-gradient(135deg,#8B5A2B 0%,#6B4423 50%,#3E2817 100%);
}
.rx-pl-after {
  background-image: linear-gradient(135deg,#1a0f0a 0%,#100a05 50%,#050302 100%);
}
.rx-pl-before::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(200,150,80,0.12);
}
.rx-pl-after::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 40%, rgba(212,175,55,0.18) 0%, rgba(0,0,0,0.7) 70%);
}
.rx-pl-label {
  position: relative;
  z-index: 1;
}
.rx-pl-label h4 {
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(245,245,240,0.6);
  margin: 0 0 8px;
}
.rx-pl-label p {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--rx-white);
  margin: 0;
}
.rx-pl-after .rx-pl-label p { color: var(--rx-gold); }
.rx-pl-divider {
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 1px;
  background: rgba(212,175,55,0.3);
  z-index: 3;
}
@media (max-width: 768px) {
  .rx-power-loss { grid-template-columns: 1fr; }
  .rx-pl-panel { aspect-ratio: 4/3; }
  .rx-pl-divider { display: none; }
}

/* ── TRUST STRIP */
.rx-trust-strip {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  border-top: 1px solid rgba(212,175,55,0.15);
  border-bottom: 1px solid rgba(212,175,55,0.15);
  max-width: 100%;
}
.rx-trust-item {
  padding: 48px 24px;
  text-align: center;
  border-right: 1px solid rgba(212,175,55,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.rx-trust-item:last-child { border-right: none; }
.rx-trust-sym {
  font-size: 36px;
  color: var(--rx-gold);
  line-height: 1;
}
.rx-trust-label {
  font-family: Inter, monospace;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: rgba(245,245,240,0.5);
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .rx-trust-strip { grid-template-columns: repeat(2,1fr); }
  .rx-trust-item:nth-child(2n) { border-right: none; }
  .rx-trust-item { border-bottom: 1px solid rgba(212,175,55,0.1); }
}

/* ── TESTIMONIAL (large single) */
.rx-testimonial-large {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.rx-test-quote-large {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-style: italic;
  color: var(--rx-white);
  line-height: 1.6;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .rx-test-quote-large { font-size: 20px; }
}

/* ════════════════════════════════════════════════
   PRODUCTS — 3+2 CENTERED GRID
════════════════════════════════════════════════ */
.rx-prod-row2 {
  max-width: 66.666%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 768px) {
  .rx-prod-row2 { max-width: 100%; grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════
   PRODUCT DETAIL — SPLIT HERO
════════════════════════════════════════════════ */
.rx-pd-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 85vh;
  align-items: center;
}
.rx-pd-visual {
  padding: 100px 48px 80px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rx-pd-visual-inner {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4/5;
  border-radius: 6px;
  background-image: linear-gradient(135deg,#8B5A2B 0%,#6B4423 50%,#3E2817 100%);
  border: 1px solid rgba(212,175,55,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245,245,240,0.25);
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  letter-spacing: 6px;
}
.rx-pd-content {
  padding: 100px 60px 80px 48px;
  background: #0a0a0a;
}
.rx-pd-series-tag {
  font-family: Inter, sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  color: rgba(212,175,55,0.6);
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}
.rx-pd-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 700;
  color: var(--rx-gold);
  line-height: 1;
  margin: 0 0 24px;
}
.rx-pd-content .rx-pd-desc {
  color: rgba(245,245,240,0.75);
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 28px;
}
.rx-pd-features {
  list-style: none;
  padding: 0; margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rx-pd-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(245,245,240,0.8);
  font-family: Inter, sans-serif;
  font-size: 14px;
}
.rx-pd-features li i { color: var(--rx-gold); width: 18px; text-align: center; }
@media (max-width: 900px) {
  .rx-pd-split { grid-template-columns: 1fr; }
  .rx-pd-visual { padding: 60px 24px 0; }
  .rx-pd-content { padding: 40px 24px 60px; }
  .rx-pd-content h1 { font-size: 40px; }
}

/* Usage tag strip */
.rx-use-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.rx-use-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #111;
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 4px;
  color: rgba(245,245,240,0.8);
  font-family: Inter, sans-serif;
  font-size: 13px;
  transition: all 0.3s;
}
.rx-use-tag:hover { border-color: var(--rx-gold); color: var(--rx-gold); }
.rx-use-tag span { font-size: 16px; }

/* ════════════════════════════════════════════════
   TABLET (max-width: 1024px)
════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  /* Header compact padding already handled in header block above */
  .rx-split-hero-content { padding: 80px 40px 60px 40px; }
  .rx-split-hero-content h1 { font-size: 44px; }

  .rx-ll-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }

  .rx-mega-menu { padding: 40px 40px 24px; }
  .rx-mega-left { padding-right: 36px; }
  .rx-mega-right { padding-left: 36px; }
}

/* ════════════════════════════════════════════════
   MOBİL (max-width: 767px)
════════════════════════════════════════════════ */
@media (max-width: 767px) {

  /* ── 1. ELEMENTOR SECTION PADDING — EN KRİTİK ── */
  .elementor-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .elementor-section > .elementor-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  /* Hero sections keep more top padding for header clearance */
  .rx-hero.elementor-section,
  .rx-hero-wrap.elementor-section,
  .rx-home-hero-wrap.elementor-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* ── 2. ELEMENTOR COLUMNS — STACK + GAP ── */
  .elementor-row {
    flex-wrap: wrap !important;
  }
  .elementor-column {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .elementor-widget-wrap {
    padding: 16px !important;
  }
  /* Remove inner widget padding for hero sections */
  .rx-home-hero-wrap .elementor-widget-wrap,
  .rx-site-header-wrap .elementor-widget-wrap {
    padding: 0 !important;
  }

  /* ── 3. GLOBAL HEADINGS ── */
  .elementor-widget-heading h1,
  .elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] {
    font-size: clamp(28px, 7vw, 36px) !important;
    line-height: 1.2 !important;
  }
  .elementor-widget-heading h2,
  .elementor-widget-heading h2.elementor-heading-title {
    font-size: clamp(22px, 6vw, 28px) !important;
    line-height: 1.25 !important;
  }
  .elementor-widget-heading h3 {
    font-size: clamp(18px, 5vw, 22px) !important;
  }

  /* ── 4. HEADER B LOGO ── */
  .rx-header-b .rx-logo-text {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .rx-header-b .rx-hdr-top {
    padding: 12px 16px;
  }

  /* ── 5. HERO ── */
  .rx-hero-section { padding-top: 0 !important; padding-bottom: 0 !important; }

  /* ── İLKELER — 2+2 grid mobilde ── */
  .rx-principles-section .elementor-column { width: 50% !important; margin-bottom: 0 !important; }

  /* ── GÜVENCE — yatay scroll mobilde ── */
  .rx-trust-section .elementor-row {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    padding: 0 16px !important;
    margin: 0 -16px !important;
  }
  .rx-trust-section .elementor-row::-webkit-scrollbar { display: none; }
  .rx-trust-section .elementor-column {
    flex: 0 0 160px !important;
    width: 160px !important;
    scroll-snap-align: start !important;
    margin-bottom: 0 !important;
  }

  /* ── POWER LOSS — sıralı stack ── */
  .rx-powerloss-section .elementor-column .elementor-widget-image img { min-height: 52vw !important; object-fit: cover !important; }

  /* ── CTA — sticky bar için boşluk ── */
  .rx-cta-section { padding-bottom: max(88px, 88px) !important; }

  /* ── 6. FOUR PRINCIPLES ── */
  .rx-four-principles {
    grid-template-columns: repeat(2, 1fr);
  }
  .rx-principle {
    padding: 28px 18px;
  }
  .rx-principle-key { font-size: 18px; }
  .rx-principle-val { font-size: 12px; }

  /* ── 7. CAROUSEL (drift) ── */
  .rx-drift-card { flex: 0 0 82vw; }
  .rx-drift-card-img { aspect-ratio: 3/4; }
  .rx-drift-next { right: 6px; }
  .rx-drift-prev { left: 6px; }
  /* Section label inside carousel */
  .rx-section-label h2 { font-size: 28px !important; }
  .rx-drift-wrap { margin: 0 -16px; }
  .rx-drift-track { padding: 4px 16px 8px; }

  /* ── 8. POWER LOSS ── */
  .rx-power-loss { grid-template-columns: 1fr; }
  .rx-pl-panel {
    aspect-ratio: 4/3;
    padding: 20px;
  }
  .rx-pl-divider { display: none; }
  .rx-pl-label p { font-size: 18px; }
  .rx-pl-label h4 { font-size: 9px; }
  .rx-power-loss-wrap > div:first-child h2 { font-size: 26px !important; }

  /* ── 9. TRUST STRIP — yatay scroll ── */
  .rx-trust-strip {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
    border: none;
    padding: 0 16px;
    margin: 0 -16px;
  }
  .rx-trust-strip::-webkit-scrollbar { display: none; }
  .rx-trust-item {
    flex: 0 0 auto;
    width: 120px;
    scroll-snap-align: start;
    padding: 24px 16px;
    border-right: 1px solid rgba(212,175,55,0.1) !important;
    border-bottom: none !important;
    text-align: center;
  }
  .rx-trust-item:last-child { border-right: none !important; }
  .rx-trust-item:nth-child(5) { grid-column: auto; border-right: none !important; }
  .rx-trust-sym { font-size: 26px; }

  /* ── 10. PRODUCTS LIST GRID ── */
  .rx-pg-row1 {
    grid-template-columns: 1fr !important;
  }
  .rx-pg-row2 {
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    margin-top: 0;
  }
  .rx-filters {
    gap: 8px;
    padding: 0 16px;
  }
  .rx-filter {
    font-size: 10px !important;
    padding: 8px 14px !important;
    letter-spacing: 1px !important;
  }

  /* ── 11. PRODUCT DETAIL SPLIT ── */
  .rx-pd-split {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .rx-pd-visual {
    padding: 80px 20px 0;
  }
  .rx-pd-visual-inner {
    aspect-ratio: 3/4;
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 3px;
  }
  .rx-pd-content {
    padding: 32px 20px 48px;
  }
  .rx-pd-content h1 {
    font-size: 38px !important;
    line-height: 1.1;
  }
  .rx-pd-series-tag { letter-spacing: 2px; }
  .rx-pd-desc { font-size: 14px; }

  /* ── 12. LIGHT LEVELS ── */
  .rx-ll-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px;
  }
  .rx-ll-title { font-size: 14px; }

  /* ── 13. HYBRID BLOCK ── */
  .rx-hybrid-block {
    padding: 32px 20px !important;
  }
  .rx-hybrid-block h3 { font-size: 22px !important; }

  /* ── 14. SPECS TABLE ── */
  .rx-specs2 th,
  .rx-specs2 td {
    font-size: 13px;
    padding: 14px 0;
  }
  .rx-specs2 th { width: 45%; }

  /* ── 15. USE TAG STRIP ── */
  .rx-use-strip { gap: 8px; }
  .rx-use-tag {
    padding: 8px 14px;
    font-size: 12px;
  }

  /* ── 16. OTHER PRODUCTS ── */
  .rx-others2 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px;
  }
  .rx-other2-title { font-size: 16px; }

  /* ── 17. TESTIMONIAL ── */
  .rx-testimonial-large { padding: 0 4px; }
  .rx-test-quote-large { font-size: 18px; line-height: 1.6; }

  /* ── 18. CONTACT INFO CARD ── */
  .rx-info-card {
    padding: 28px 20px;
    margin-top: 8px;
  }
  .rx-ic-brand { font-size: 24px; letter-spacing: 3px; }

  /* ── 19. ELEMENTOR FORM ── */
  .elementor-field-group { margin-bottom: 12px !important; }
  .elementor-field { font-size: 16px !important; } /* prevents iOS zoom */

  /* ── 20. CERTIFICATIONS GRID ── */
  .rx-certs { grid-template-columns: repeat(2, 1fr) !important; }
  .rx-cert-card { padding: 24px 16px !important; }
  .rx-cert-card h4 { font-size: 17px !important; }

  /* ── 21. MEGA MENU HIDDEN ON MOBILE ── */
  .rx-mega-menu,
  .rx-mega-overlay { display: none !important; }

  /* ── 22. LEGAL PAGES ── */
  .rx-legal-wrap h3 { font-size: 22px !important; }
  .rx-legal-wrap { padding: 0 4px; }

  /* ── 23. GALLERY PLACEHOLDER ── */
  .rx-gal-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .rx-gal-filters { gap: 6px; }
  .rx-gal-btn { padding: 8px 12px !important; font-size: 11px !important; }

  /* ── 24. VIDEO SECTION ── */
  .rx-video-section {
    grid-template-columns: 1fr !important;
  }
  .rx-video-grid { grid-template-columns: 1fr !important; }

  /* ── 25. ÜRÜN KARTLARI — YATay LAYOUT (MOBİL) ── */
  /* Kart yatay: sol görsel %40, sağ metin %60 */
  .rx-pc2 {
    display: flex !important;
    flex-direction: row !important;
    height: 130px !important;
    align-items: stretch;
  }
  .rx-pc2-img {
    flex: 0 0 42% !important;
    aspect-ratio: auto !important;
    width: 42% !important;
    height: 100% !important;
    min-height: 130px !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 6px 0 0 6px !important;
  }
  .rx-pc2-body {
    flex: 1 !important;
    padding: 14px 16px !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 4px !important;
  }
  .rx-pc2-title { font-size: 18px; margin: 0 0 4px !important; }
  .rx-pc2-desc { font-size: 12px; line-height: 1.5; margin: 0 0 8px !important;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .rx-pc2-seri { font-size: 9px; letter-spacing: 2px; }
  .rx-pc2-num { font-size: 10px; }
  .rx-pc2-cta { font-size: 10px; letter-spacing: 1.5px; }
  /* Image widget kartlar — mobil yatay */
  .rx-pc-img-widget .elementor-widget-container {
    aspect-ratio: auto !important;
    height: 100% !important;
    min-height: 130px !important;
  }
  .rx-pc-img-widget img {
    aspect-ratio: auto !important;
    height: 130px !important;
    object-fit: cover;
    object-position: center;
  }
  /* Anasayfa hero görsel — mobilde daha uzun olsun */
  .rx-split-hero-visual {
    min-height: 60vw;
    max-height: 380px;
    background-position: center center !important;
  }
  /* Carousel kart görselleri */
  .rx-drift-card-img {
    aspect-ratio: 1/1 !important;
    background-size: cover !important;
    background-position: center !important;
  }
  /* Ürün detay hero görsel */
  .rx-pd-visual-inner {
    aspect-ratio: 1/1 !important;
    max-width: 100% !important;
  }
  /* Galeri görseli (Bilgilendirmelerimiz) */
  .rx-gal-img-el .elementor-widget-container {
    aspect-ratio: 1/1 !important;
  }

  /* ── 26. FOOTER LINKS ── */
  .rx-foot-links, .rx-foot-contact { gap: 14px; }
  .rx-foot-social { gap: 10px; }
  .rx-foot-social a { width: 36px; height: 36px; }

  /* ── 27. BUTTONS — GLOBAL TOUCH TARGET ── */
  .rx-btn-primary,
  .rx-btn-outline,
  .elementor-button {
    min-height: 52px !important;
    padding: 14px 24px !important;
    font-size: 12px !important;
  }
  /* Centered single buttons */
  .elementor-widget-button .elementor-button-wrapper {
    text-align: center;
  }

  /* ── 28. ABOUTHAKKIMIZDA — ORIGIN SECTION ── */
  .rx-origin-card { margin-top: 24px; }

  /* ── 29. PARALLAX — DISABLE FOR PERFORMANCE ── */
  [data-elementor-parallax-background] {
    background-attachment: scroll !important;
  }
}

/* ════════════════════════════════════════════════
   KÜÇÜK MOBİL (max-width: 480px)
════════════════════════════════════════════════ */
@media (max-width: 480px) {

  /* Section padding even tighter */
  .elementor-section {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .elementor-section > .elementor-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Hero */
  .rx-split-hero-content h1 { font-size: 28px; }
  .rx-split-hero-visual { max-height: 260px; }

  /* Four principles → single column */
  .rx-four-principles { grid-template-columns: 1fr; }
  .rx-principle { border-right: none !important; }
  .rx-principle { border-bottom: 1px dashed rgba(212,175,55,0.15) !important; }
  .rx-principle:last-child { border-bottom: none !important; }

  /* Trust strip → single column */
  .rx-trust-strip { grid-template-columns: 1fr !important; }
  .rx-trust-item { border-right: none !important; border-bottom: 1px solid rgba(212,175,55,0.1) !important; }
  .rx-trust-item:last-child { border-bottom: none !important; }
  .rx-trust-item:nth-child(5) { grid-column: auto; }

  /* Carousel card */
  .rx-drift-card { flex: 0 0 88vw; }

  /* Heading */
  .elementor-widget-heading h1 { font-size: 26px !important; }
  .elementor-widget-heading h2 { font-size: 22px !important; }

  /* Other products → single column */
  .rx-others2 { grid-template-columns: 1fr !important; }

  /* Gallery */
  .rx-gal-grid { grid-template-columns: repeat(2, 1fr) !important; }

  /* Logo */
  .rx-header-b .rx-logo-text {
    font-size: 14px;
    letter-spacing: 3px;
  }

  /* Product detail h1 */
  .rx-pd-content h1 { font-size: 32px !important; }

  /* Light levels → single column */
  .rx-ll-grid { grid-template-columns: 1fr !important; }

  /* Info card */
  .rx-ic-hours > div { flex-direction: column; gap: 2px; }

  /* Certifications → single column at very small */
  .rx-certs { grid-template-columns: 1fr !important; }

  /* Ürün kartı görsel — çok küçük ekranda kare */
  .rx-pc2-img { aspect-ratio: 1/1 !important; }
  .rx-pc-img-widget .elementor-widget-container { aspect-ratio: 1/1 !important; }
  .rx-pc-img-widget img { aspect-ratio: 1/1 !important; }
  /* Anasayfa hero */
  .rx-split-hero-visual { min-height: 56vw; max-height: 300px; }
}

/* ════════════════════════════════════════════════
   BİLGİLENDİRMELERİMİZ — DOCS LAYOUT
════════════════════════════════════════════════ */
.rx-docs-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 120px;
}

/* Slim hero */
.rx-docs-hero {
  padding: 120px 24px 64px;
  text-align: center;
  border-bottom: 1px solid rgba(212,175,55,0.12);
  margin-bottom: 64px;
}
.rx-docs-hero-tag {
  font-family: Inter, monospace;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(212,175,55,0.6);
  display: block;
  margin-bottom: 20px;
}
.rx-docs-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--rx-gold);
  margin: 0 0 16px;
  line-height: 1.15;
}
.rx-docs-hero h1 em { font-style: normal; color: var(--rx-white); }
.rx-docs-hero p {
  color: var(--rx-muted);
  font-family: Inter, sans-serif;
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto;
}

/* 2-col layout */
.rx-docs-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  align-items: start;
}

/* Sticky TOC */
.rx-docs-toc {
  position: sticky;
  top: 100px;
  align-self: start;
}
.rx-docs-toc-label {
  font-family: Inter, sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(212,175,55,0.5);
  margin-bottom: 16px;
  display: block;
}
.rx-docs-toc nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rx-docs-toc a {
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: var(--rx-muted);
  text-decoration: none;
  padding: 8px 12px;
  border-left: 2px solid transparent;
  border-radius: 0 4px 4px 0;
  transition: all 0.25s;
  line-height: 1.4;
  display: block;
}
.rx-docs-toc a:hover { color: var(--rx-white); border-left-color: rgba(212,175,55,0.4); }
.rx-docs-toc a.active { color: var(--rx-gold); border-left-color: var(--rx-gold); background: rgba(212,175,55,0.05); }
.rx-docs-toc-num {
  font-family: Inter, monospace;
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(212,175,55,0.4);
  margin-right: 8px;
}

/* Mobile TOC collapse */
.rx-docs-toc-toggle {
  display: none;
  width: 100%;
  background: rgba(212,175,55,0.06);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 6px;
  padding: 14px 18px;
  color: var(--rx-gold);
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: left;
  margin-bottom: 20px;
  transition: all 0.25s;
}
.rx-docs-toc-toggle:hover { background: rgba(212,175,55,0.1); }
.rx-docs-toc-toggle .arrow { float: right; transition: transform 0.25s; }
.rx-docs-toc-toggle.open .arrow { transform: rotate(180deg); }
.rx-docs-toc-mobile-nav {
  display: none;
  flex-direction: column;
  gap: 2px;
  background: #111;
  border: 1px solid rgba(212,175,55,0.15);
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 32px;
}
.rx-docs-toc-mobile-nav.open { display: flex; }
.rx-docs-toc-mobile-nav a {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: var(--rx-muted);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 4px;
  display: block;
  transition: all 0.2s;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.rx-docs-toc-mobile-nav a:hover { background: rgba(212,175,55,0.08); color: var(--rx-gold); }

/* Content sections */
.rx-docs-content { min-width: 0; }
.rx-docs-section {
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid rgba(212,175,55,0.1);
}
.rx-docs-section:last-child { border-bottom: none; margin-bottom: 0; }
.rx-docs-section-num {
  font-family: Inter, monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(212,175,55,0.4);
  display: block;
  margin-bottom: 12px;
}
.rx-docs-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--rx-white);
  margin: 0 0 24px;
  line-height: 1.2;
}
.rx-docs-section p {
  font-family: Inter, sans-serif;
  font-size: 15px;
  color: var(--rx-muted);
  line-height: 1.8;
  margin: 0 0 20px;
  max-width: 680px;
}

/* Diagram */
.rx-docs-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 40px 0;
  flex-wrap: wrap;
  gap: 8px;
}
.rx-docs-diag-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 24px;
  background: #111;
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 6px;
  min-width: 120px;
  text-align: center;
}
.rx-docs-diag-node i { font-size: 28px; color: var(--rx-gold); }
.rx-docs-diag-label {
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--rx-white);
}
.rx-docs-diag-arrow {
  font-size: 20px;
  color: rgba(212,175,55,0.4);
  padding: 0 4px;
  align-self: center;
}
.rx-docs-diag-node.rx-diag-center {
  border-color: var(--rx-gold);
  background: rgba(212,175,55,0.08);
  transform: scale(1.05);
}
.rx-docs-diag-node.rx-diag-center i { font-size: 36px; }

/* Spec table */
.rx-docs-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 600px;
  margin: 32px 0;
}
.rx-docs-table tr { border-bottom: 1px solid rgba(212,175,55,0.1); }
.rx-docs-table tr:last-child { border-bottom: none; }
.rx-docs-table tr:hover { background: rgba(212,175,55,0.03); }
.rx-docs-table th {
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(212,175,55,0.6);
  text-align: left;
  padding: 16px 20px 16px 0;
  width: 45%;
  font-weight: 500;
}
.rx-docs-table td {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: var(--rx-white);
  padding: 16px 0;
}

/* Numbered steps */
.rx-docs-steps {
  list-style: none;
  padding: 0;
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: rx-step;
}
.rx-docs-step {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(212,175,55,0.08);
  min-height: 48px;
  align-items: flex-start;
}
.rx-docs-step:last-child { border-bottom: none; }
.rx-docs-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, monospace;
  font-size: 13px;
  color: var(--rx-gold);
  font-weight: 600;
  margin-top: 2px;
}
.rx-docs-step-body { flex: 1; }
.rx-docs-step-title {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--rx-white);
  margin: 0 0 6px;
}
.rx-docs-step-desc {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: var(--rx-muted);
  line-height: 1.6;
  margin: 0;
}

/* Accordion (docs FAQ) */
.rx-docs-accordion { margin: 32px 0; }
.rx-docs-acc-item {
  border-bottom: 1px solid rgba(212,175,55,0.12);
}
.rx-docs-acc-item:first-child { border-top: 1px solid rgba(212,175,55,0.12); }
.rx-docs-acc-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  cursor: pointer;
  text-align: left;
  min-height: 64px;
  gap: 16px;
}
.rx-docs-acc-trigger-text {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--rx-white);
  transition: color 0.2s;
}
.rx-docs-acc-item.open .rx-docs-acc-trigger-text { color: var(--rx-gold); }
.rx-docs-acc-icon {
  color: var(--rx-gold);
  font-size: 18px;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.rx-docs-acc-item.open .rx-docs-acc-icon { transform: rotate(45deg); }
.rx-docs-acc-body {
  display: none;
  padding: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  color: var(--rx-muted);
  line-height: 1.75;
  max-width: 640px;
}
.rx-docs-acc-item.open .rx-docs-acc-body { display: block; }

/* Header mobile overlay — dashed dividers */
.rx-mobile-divider {
  border: none;
  border-top: 1px dashed rgba(212,175,55,0.2);
  margin: 4px 40px;
  width: calc(100% - 80px);
}
.rx-mobile-products-toggle {
  background: none;
  border: none;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: var(--rx-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: color 0.2s;
}
.rx-mobile-products-toggle:hover { color: var(--rx-gold); }
.rx-mobile-products-toggle .toggle-arrow { font-size: 16px; transition: transform 0.3s; }
.rx-mobile-products-toggle.open .toggle-arrow { transform: rotate(180deg); }
.rx-mobile-products-list {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0 0 24px;
  align-items: flex-start;
}
.rx-mobile-products-list.open { display: flex; }
.rx-mobile-products-list a {
  font-family: Inter, sans-serif !important;
  font-size: 16px !important;
  color: var(--rx-muted) !important;
  letter-spacing: 1px !important;
  padding: 8px 0;
  min-height: 40px;
  display: flex !important;
  align-items: center;
}
.rx-mobile-products-list a:hover { color: var(--rx-gold) !important; }
.rx-mobile-social-row {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.rx-mobile-social-row a {
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  color: var(--rx-muted) !important;
  letter-spacing: 1px !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  min-height: 44px;
}

/* Docs mobile responsive */
/* ════════════════════════════════════════════════
   GÖRSEL MOBİL UYUMLULUK
════════════════════════════════════════════════ */

/* ── Ürün kartı görseli (rx-pc2) ── */
.rx-pc2-img {
  width: 100%;
  aspect-ratio: 4/5;
  background-size: cover !important;
  background-position: center !important;
  display: block;
}

/* ── Elementor Image widget'ı ürün kartında ── */
.rx-pc-img-widget .elementor-widget-container {
  background-size: cover !important;
  background-position: center !important;
}
.rx-pc-img-widget img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Anasayfa hero sol kolon ── */
.rx-split-hero-visual {
  background-size: cover !important;
  background-position: center top !important;
}

/* ── Hakkımızda köken görseli (Image widget) ── */
.elementor-widget-image img {
  max-width: 100%;
  height: auto;
}

/* ── ÜRÜN DETAY SAYFASI ──────────────────────────── */
.rx-product-page { min-height: 100vh !important; }
/* Görsel kolonu — tam yükseklik */
.rx-product-page .elementor-col-50:first-child {
  background: #0d0d0c;
}
.rx-product-page .elementor-col-50:first-child .elementor-widget-image img {
  width: 100% !important;
  min-height: 500px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}
/* Mobil: görsel tam genişlik, bilgi altına */
@media (max-width: 767px) {
  .rx-product-page .elementor-col-50:first-child .elementor-widget-image img {
    min-height: 75vw !important;
    max-height: 420px !important;
  }
  .rx-product-page .elementor-col-50:last-child > .elementor-element-populated {
    padding: 36px 20px 80px !important;
  }
}

/* ── POWER LOSS OVERLAY — Kolon position:relative ── */
.rx-powerloss-section .elementor-column,
.rx-powerloss-section .elementor-element-populated {
  position: relative !important;
  overflow: hidden !important;
}
.rx-powerloss-section .elementor-widget-image img {
  width: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

/* ── ÜRÜN DETAY HERO — MOBİL ──────────────────── */
@media (max-width: 900px) {
  .rx-prod-hero {
    min-height: auto !important;
    overflow: hidden;
    position: relative;
  }
  /* Görsel kolon: tam genişlik, makul yükseklik */
  .rx-prod-hero .elementor-column:first-child {
    width: 100% !important;
    min-height: 55vw !important;
    max-height: 380px;
    position: relative;
    z-index: 0;
  }
  .rx-prod-hero .elementor-column:first-child > .elementor-element-populated {
    padding: 0 !important;
    height: 100%;
  }
  .rx-prod-hero .elementor-column:first-child .elementor-widget-image {
    min-height: 55vw !important;
    max-height: 380px;
  }
  .rx-prod-hero .elementor-column:first-child img {
    width: 100% !important;
    min-height: 55vw !important;
    max-height: 380px;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
  }
  /* İçerik kolon: altında, normal akışta */
  .rx-prod-hero .elementor-column:last-child {
    width: 100% !important;
    position: relative !important;
    background: #0a0a0a !important;
  }
  .rx-prod-hero .elementor-column:last-child > .elementor-element-populated {
    padding: 32px 20px 60px !important;
  }
  /* Ürün adı */
  .rx-prod-hero .elementor-column:last-child h1 {
    font-size: 38px !important;
    line-height: 1.1 !important;
    margin-bottom: 16px !important;
  }
}

/* ── FORM FOCUS GOLD GLOW ──────────────────────── */
.elementor-field:focus {
  border-color: var(--rx-gold) !important;
  box-shadow: 0 0 0 3px rgba(212,175,55,0.18) !important;
  outline: none !important;
}
.elementor-field-group .elementor-field:focus-within,
.elementor-field-group:focus-within .elementor-field {
  border-color: var(--rx-gold) !important;
}

/* ── TOUCH FEEDBACK ──────────────────────────── */
@media (max-width: 767px) {
  .rx-pc2:active { transform: scale(0.98); opacity: 0.9; }
  .rx-btn-primary:active, .rx-mob-bar-primary:active { filter: brightness(0.88); transform: scale(0.98); }
  .rx-btn-outline:active, .rx-mob-bar-outline:active { background: rgba(212,175,55,0.12) !important; transform: scale(0.98); }
  .rx-drift-card:active { transform: scale(0.98); }
  .rx-hdr-nav-item:active, .rx-mobile-overlay a:active { color: var(--rx-gold) !important; }
}

/* ── MOBİL MENÜ — MODERN OVERLAY ─────────────── */
@media (max-width: 1024px) {
  .rx-mobile-overlay {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(8,8,6,0.96);
  }
  /* Stagger animasyonu için link'ler */
  .rx-mobile-overlay > a,
  .rx-mobile-overlay > div,
  .rx-mobile-overlay > hr {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.3s var(--rx-ease), transform 0.3s var(--rx-ease);
  }
  .rx-mobile-overlay.open > a,
  .rx-mobile-overlay.open > div,
  .rx-mobile-overlay.open > hr { opacity: 1; transform: translateY(0); }
  .rx-mobile-overlay.open > *:nth-child(2) { transition-delay: 0.05s; }
  .rx-mobile-overlay.open > *:nth-child(3) { transition-delay: 0.10s; }
  .rx-mobile-overlay.open > *:nth-child(4) { transition-delay: 0.15s; }
  .rx-mobile-overlay.open > *:nth-child(5) { transition-delay: 0.20s; }
  .rx-mobile-overlay.open > *:nth-child(6) { transition-delay: 0.25s; }
  .rx-mobile-overlay.open > *:nth-child(7) { transition-delay: 0.30s; }

  /* Büyük sosyal ikonlar menü altında */
  .rx-mobile-social-row a {
    font-size: 16px !important;
    gap: 10px !important;
    padding: 10px 16px;
    background: rgba(212,175,55,0.06);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 6px;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
  }
  .rx-mobile-social-row { gap: 10px; margin-top: 12px; flex-wrap: wrap; justify-content: center; }
}

/* ── DÖRT İLKE — MOBİLDE YATAY SCROLL ─────────── */
@media (max-width: 600px) {
  .rx-four-principles {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border: 1px solid rgba(212,175,55,0.15);
    grid-template-columns: unset;
  }
  .rx-four-principles::-webkit-scrollbar { display: none; }
  .rx-principle {
    flex: 0 0 72vw;
    scroll-snap-align: start;
    border-right: 1px dashed rgba(212,175,55,0.15) !important;
    border-bottom: none !important;
    padding: 28px 24px;
  }
  .rx-principle:last-child { border-right: none !important; }
}

@media (max-width: 900px) {
  .rx-docs-layout { grid-template-columns: 180px 1fr; gap: 40px; }
  .rx-docs-hero h1 { font-size: 36px; }
}
@media (max-width: 767px) {
  .rx-docs-hero { padding: 100px 16px 48px; margin-bottom: 32px; }
  .rx-docs-hero h1 { font-size: 30px; }
  .rx-docs-page { padding: 0 16px 80px; }
  .rx-docs-layout { grid-template-columns: 1fr; gap: 0; }
  .rx-docs-toc { display: none; } /* hidden — replaced by mobile toggle */
  .rx-docs-toc-toggle { display: block; }
  .rx-docs-section h2 { font-size: 24px; }
  .rx-docs-section { padding-bottom: 48px; margin-bottom: 48px; }
  .rx-docs-diagram { flex-direction: column; gap: 12px; }
  .rx-docs-diag-arrow { transform: rotate(90deg); }
  .rx-docs-table th, .rx-docs-table td { font-size: 13px; padding: 12px 0; }
  .rx-docs-acc-trigger { min-height: 56px; }
  .rx-docs-acc-trigger-text { font-size: 16px; }
}

