/* ═══════════════════════════════════════════
   Filementor Studio — Ana Stil Dosyası
   ═══════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Syne:wght@700;800&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brand:        #1D9E75;
  --brand-light:  #E1F5EE;
  --brand-mid:    #0F6E56;
  --brand-dark:   #085041;
  --accent:       #D85A30;
  --accent-light: #FAECE7;
  --dark:         #0e1a14;/* ═══════════════════════════════════════════
   Filementor Studio — Ana Stil Dosyası
   ═══════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Syne:wght@700;800&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brand:        #1D9E75;
  --brand-light:  #E1F5EE;
  --brand-mid:    #0F6E56;
  --brand-dark:   #085041;
  --accent:       #D85A30;
  --accent-light: #FAECE7;
  --dark:         #0e1a14;
  --text:         #1a1a1a;
  --muted:        #6b7280;
  --bg:           #ffffff;
  --bg2:          #f8f9f8;
  --border:       rgba(0,0,0,.08);
  --radius:       14px;
  --radius-sm:    8px;
  --shadow:       0 4px 24px rgba(0,0,0,.07);
  --shadow-lg:    0 16px 48px rgba(0,0,0,.14);
  --font:         'Space Grotesk', sans-serif;
  --font-display: 'Syne', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }

.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 28px; border-radius: 50px; font-family: var(--font);
  font-size: 14px; font-weight: 600; cursor: pointer;
  text-decoration: none; border: 2px solid transparent; transition: all .2s;
}
.btn-primary { background: var(--brand); color: #fff; border-color: var(--brand); }
.btn-primary:hover { background: var(--brand-mid); border-color: var(--brand-mid); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn-ghost:hover { background: var(--brand-light); }
.btn-full { width: 100%; }

/* ── NAVBAR ── */
.navbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; gap: 2rem; height: 64px; }
.logo { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text); }
.logo-icon { font-size: 22px; color: var(--brand); }
.logo-text { font-size: 17px; font-weight: 600; letter-spacing: -.3px; }
.logo-text strong { color: var(--brand); }
.nav-links { display: flex; gap: .25rem; margin-left: auto; }
.nav-link { padding: 6px 14px; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 500; color: var(--muted); transition: all .15s; }
.nav-link:hover, .nav-link.active { color: var(--brand); background: var(--brand-light); }
.admin-link { color: var(--accent); }
.admin-link:hover { background: var(--accent-light); color: var(--accent); }
.cart-btn {
  display: flex; align-items: center; gap: 6px; padding: 8px 18px;
  background: var(--dark); color: #fff; border: none; border-radius: 50px;
  font-family: var(--font); font-size: 14px; font-weight: 600; cursor: pointer;
  margin-left: 1rem; transition: background .15s;
}
.cart-btn:hover { background: #1a2e22; }
.cart-count {
  background: var(--brand); color: #fff; border-radius: 50%;
  width: 20px; height: 20px; display: inline-flex; align-items: center;
  justify-content: center; font-size: 11px; font-weight: 700;
}

/* ── HERO ── */
.hero { position: relative; overflow: hidden; background: var(--dark); padding: 6rem 0 5rem; text-align: center; }
.hero-inner { position: relative; z-index: 2; }
.hero-badge { display: inline-block; padding: 6px 18px; border-radius: 50px; background: rgba(29,158,117,.2); color: #5DCAA5; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; margin-bottom: 1.5rem; }
.hero-title { font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 4.5rem); color: #fff; line-height: 1.1; letter-spacing: -1px; margin-bottom: 1rem; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,.55); max-width: 500px; margin: 0 auto 2rem; }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-stats { display: flex; align-items: center; justify-content: center; gap: 2rem; }
.stat { display: flex; flex-direction: column; }
.stat-n { font-size: 26px; font-weight: 700; color: #fff; line-height: 1; }
.stat-l { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 2px; }
.stat-div { width: 1px; height: 32px; background: rgba(255,255,255,.15); }
.deco-circle { position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(29,158,117,.3) 0%, transparent 70%); }
.deco-circle.c1 { width: 500px; height: 500px; top: -200px; right: -100px; }
.deco-circle.c2 { width: 300px; height: 300px; bottom: -100px; left: -50px; }

/* ── PRODUCTS ── */
.products-section { padding: 5rem 0; }
.section-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.section-title { font-family: var(--font-display); font-size: 2rem; font-weight: 800; letter-spacing: -.5px; }
.filter-row { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-chip { padding: 7px 18px; border-radius: 50px; font-size: 13px; font-weight: 500; border: 1.5px solid var(--border); background: var(--bg); color: var(--muted); cursor: pointer; font-family: var(--font); transition: all .15s; }
.filter-chip:hover { border-color: var(--brand); color: var(--brand); }
.filter-chip.active { background: var(--brand); color: #fff; border-color: var(--brand); }

.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }

.product-card { background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.product-card:hover .product-img-zoom { transform: scale(1.05); }

.product-img {
  height: 200px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  position: relative; background: var(--bg2);
}
.product-img-zoom { width: 100%; height: 100%; transition: transform .4s ease; }
.product-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-emoji-fallback { font-size: 64px; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }

.badge-new, .badge-out {
  position: absolute; top: 10px; font-size: 10px; font-weight: 700;
  padding: 3px 9px; border-radius: 4px; letter-spacing: .5px; z-index: 2;
}
.badge-new { left: 10px; background: var(--brand); color: #fff; }
.badge-out { right: 10px; background: rgba(0,0,0,.6); color: #fff; }

.zoom-hint {
  position: absolute; bottom: 8px; right: 8px; z-index: 2;
  background: rgba(0,0,0,.45); color: #fff; font-size: 11px; font-weight: 500;
  padding: 3px 8px; border-radius: 20px; opacity: 0; transition: opacity .2s;
}
.product-card:hover .zoom-hint { opacity: 1; }

.product-info { padding: 1rem; }
.product-name { font-size: 14px; font-weight: 600; line-height: 1.3; }
.product-cat { font-size: 12px; color: var(--muted); margin-top: 3px; }
.product-desc { font-size: 12px; color: var(--muted); margin-top: 6px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.product-price { font-size: 18px; font-weight: 700; color: var(--brand-dark); }
.add-cart-btn {
  width: 34px; height: 34px; border-radius: 50%; background: var(--brand);
  border: none; color: #fff; font-size: 20px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s, transform .1s; flex-shrink: 0;
}
.add-cart-btn:hover { background: var(--brand-mid); transform: scale(1.1); }

/* ── ABOUT ── */
.about-section { padding: 5rem 0; background: var(--bg2); }
.about-inner { display: grid; grid-template-columns: 1fr 320px; gap: 4rem; align-items: center; }
.section-badge { display: inline-block; padding: 5px 14px; border-radius: 4px; background: var(--brand-light); color: var(--brand-dark); font-size: 11px; font-weight: 700; letter-spacing: 1px; margin-bottom: 1rem; }
.about-title { font-family: var(--font-display); font-size: 2rem; font-weight: 800; margin-bottom: 1rem; letter-spacing: -.5px; }
.about-desc { color: var(--muted); line-height: 1.7; margin-bottom: 1.5rem; }
.about-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.about-list li { font-size: 14px; font-weight: 500; color: var(--brand-dark); }
.printer-card { background: var(--brand-dark); border-radius: var(--radius); padding: 2.5rem; text-align: center; color: #fff; }
.printer-emoji { font-size: 64px; margin-bottom: 1rem; }
.printer-card p { font-size: 16px; font-weight: 600; }
.printer-card span { font-size: 13px; opacity: .6; }

/* ── CONTACT ── */
.contact-section { padding: 5rem 0; }
.contact-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.contact-title { font-family: var(--font-display); font-size: 2rem; font-weight: 800; margin-bottom: .5rem; letter-spacing: -.5px; }
.contact-sub { color: var(--muted); margin-bottom: 2.5rem; }
.contact-form { text-align: left; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 1rem; }
.form-label { display: block; font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 6px; }
.form-input { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-family: var(--font); font-size: 14px; color: var(--text); background: var(--bg); transition: border-color .15s; outline: none; }
.form-input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(29,158,117,.1); }
.form-textarea { resize: vertical; min-height: 120px; }

/* ── FOOTER ── */
.footer { background: var(--dark); padding: 2.5rem 0; text-align: center; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.footer .logo-text { color: #fff; }
.footer-copy { font-size: 13px; color: rgba(255,255,255,.35); }

/* ── OVERLAY ── */
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 100; opacity: 0; pointer-events: none; transition: opacity .25s; backdrop-filter: blur(3px); }
.overlay.open { opacity: 1; pointer-events: all; }

/* ── CART DRAWER ── */
.cart-drawer {
  position: fixed; right: 0; top: 0; bottom: 0; width: 380px;
  background: var(--bg); z-index: 101; transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; box-shadow: var(--shadow-lg);
}
.cart-drawer.open { transform: translateX(0); }
.cart-header { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--border); }
.cart-header h3 { font-size: 16px; font-weight: 700; }
.close-btn { background: none; border: none; font-size: 16px; cursor: pointer; color: var(--muted); padding: 4px 8px; border-radius: 6px; transition: background .1s; }
.close-btn:hover { background: var(--bg2); }
.cart-items { flex: 1; overflow-y: auto; padding: 1rem 1.5rem; }
.cart-empty { color: var(--muted); font-size: 14px; text-align: center; margin-top: 3rem; }
.cart-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.cart-item-thumb { width: 50px; height: 50px; border-radius: 8px; overflow: hidden; flex-shrink: 0; background: var(--bg2); display: flex; align-items: center; justify-content: center; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cart-item-price { font-size: 12px; color: var(--muted); margin-top: 2px; }
.cart-item-qty { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.qty-btn { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--border); background: var(--bg2); cursor: pointer; font-size: 14px; display: flex; align-items: center; justify-content: center; font-family: var(--font); transition: all .1s; }
.qty-btn:hover { border-color: var(--brand); color: var(--brand); }
.cart-footer { padding: 1.25rem 1.5rem; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 8px; }
.cart-total-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--muted); }
.cart-total-row.grand { font-size: 17px; font-weight: 700; color: var(--text); padding-top: 8px; border-top: 1px solid var(--border); margin-top: 4px; }

/* ── LIGHTBOX ── */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,.85); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding: 1rem; opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.lightbox.open { opacity: 1; pointer-events: all; }
.lightbox-close {
  position: fixed; top: 1.25rem; right: 1.25rem;
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: rgba(255,255,255,.15); color: #fff; font-size: 18px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .15s; z-index: 201;
}
.lightbox-close:hover { background: rgba(255,255,255,.3); }
.lightbox-inner {
  display: grid; grid-template-columns: 1fr 340px; gap: 2rem;
  background: var(--bg); border-radius: 20px; overflow: hidden;
  max-width: 900px; width: 100%; max-height: 90vh;
  box-shadow: 0 32px 80px rgba(0,0,0,.3);
  animation: lbIn .3s ease;
}
@keyframes lbIn { from { transform: scale(.94) translateY(12px); opacity: 0; } to { transform: scale(1) translateY(0); opacity: 1; } }
.lightbox-img-wrap { background: var(--bg2); display: flex; align-items: center; justify-content: center; min-height: 360px; overflow: hidden; }
.lightbox-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lightbox-img-wrap .lb-emoji { font-size: 100px; }
.lightbox-info { padding: 2rem; display: flex; flex-direction: column; overflow-y: auto; }
.lightbox-badges { display: flex; gap: 6px; margin-bottom: 1rem; flex-wrap: wrap; }
.lb-badge { font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 4px; letter-spacing: .5px; }
.lb-badge-new { background: var(--brand); color: #fff; }
.lb-badge-out { background: #f0f0f0; color: #888; }
.lightbox-name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; letter-spacing: -.3px; margin-bottom: 4px; }
.lightbox-cat { font-size: 13px; color: var(--muted); margin-bottom: 1rem; }
.lightbox-desc { font-size: 14px; color: var(--muted); line-height: 1.7; flex: 1; }
.lightbox-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.lightbox-price { font-size: 24px; font-weight: 800; color: var(--brand-dark); }

/* ── ÖDEME MODALI ── */
.pay-modal {
  position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(.96);
  z-index: 101; background: var(--bg); border-radius: 20px;
  width: 100%; max-width: 520px; max-height: 90vh; overflow-y: auto;
  padding: 2rem; box-shadow: var(--shadow-lg);
  opacity: 0; pointer-events: none; transition: all .3s;
}
.pay-modal.open { opacity: 1; pointer-events: all; transform: translate(-50%, -50%) scale(1); }
.pay-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.75rem; }
.pay-header h3 { font-size: 18px; font-weight: 700; }

/* Step indicator */
.step-indicator { display: flex; align-items: center; margin-bottom: 1.5rem; }
.step { width: 28px; height: 28px; border-radius: 50%; background: var(--bg2); border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--muted); flex-shrink: 0; }
.step.active { background: var(--brand); border-color: var(--brand); color: #fff; }
.step.done { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.step-line { flex: 1; height: 2px; background: var(--border); margin: 0 4px; }
.step-line.active { background: var(--brand); }
.step-title { font-size: 16px; font-weight: 700; margin-bottom: 1.25rem; }

/* Card preview */
.card-preview { margin-bottom: 1.25rem; perspective: 800px; }
.card-front {
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand-mid) 100%);
  border-radius: 14px; padding: 1.25rem 1.5rem; color: #fff;
  height: 150px; display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 8px 24px rgba(8,80,65,.35);
}
.card-chip { font-size: 20px; letter-spacing: 2px; opacity: .8; }
.card-num { font-size: 17px; font-weight: 700; letter-spacing: 3px; font-family: monospace; }
.card-bottom { display: flex; justify-content: space-between; }
.card-lbl { font-size: 9px; opacity: .6; text-transform: uppercase; letter-spacing: .5px; }
.card-val { font-size: 13px; font-weight: 600; margin-top: 2px; letter-spacing: 1px; }

/* Taksit */
.installment-box { background: var(--bg2); border-radius: 10px; padding: 1rem; margin-top: .5rem; }
.installment-opts { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 8px; }
.inst-opt { padding: 8px 4px; border-radius: 8px; border: 1.5px solid var(--border); background: var(--bg); text-align: center; cursor: pointer; font-family: var(--font); font-size: 11px; font-weight: 600; color: var(--muted); transition: all .1s; }
.inst-opt:hover { border-color: var(--brand); color: var(--brand); }
.inst-opt.selected { border-color: var(--brand); background: var(--brand-light); color: var(--brand-dark); }
.inst-opt span { display: block; font-size: 13px; font-weight: 700; color: inherit; }

/* Güvenlik rozetleri */
.secure-badges { display: flex; gap: 8px; justify-content: center; margin-top: 1rem; }
.secure-badge { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 20px; background: var(--bg2); color: var(--muted); border: 1px solid var(--border); }

/* Sipariş özeti */
.order-summary { border: 1.5px solid var(--border); border-radius: 10px; overflow: hidden; margin-bottom: 1rem; }
.order-item { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-bottom: 1px solid var(--border); font-size: 13px; }
.order-item:last-child { border-bottom: none; }
.order-item-thumb { width: 36px; height: 36px; border-radius: 6px; overflow: hidden; background: var(--bg2); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.order-item-name { flex: 1; font-weight: 500; }
.order-item-price { font-weight: 700; color: var(--brand-dark); }
.order-total-box { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; background: var(--brand-light); border-radius: 10px; margin-bottom: 1rem; }
.order-total-box strong { font-size: 20px; font-weight: 800; color: var(--brand-dark); }
.order-note { font-size: 12px; color: var(--muted); text-align: center; margin-bottom: 1rem; }
.btn-pay { font-size: 15px; padding: 14px; }

/* Başarı */
.success-anim { font-size: 60px; text-align: center; margin: 1rem 0; animation: popIn .5s ease; }
@keyframes popIn { 0% { transform: scale(0); } 70% { transform: scale(1.15); } 100% { transform: scale(1); } }
.success-title { font-family: var(--font-display); font-size: 1.75rem; font-weight: 800; text-align: center; margin-bottom: .5rem; }
.success-sub { text-align: center; color: var(--muted); margin-bottom: .5rem; }
.success-order { text-align: center; font-size: 13px; color: var(--brand-dark); font-weight: 600; margin-bottom: 1.5rem; }

/* ── TOAST ── */
.toast { position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%) translateY(8px); background: var(--dark); color: #fff; padding: 12px 24px; border-radius: 50px; font-size: 14px; font-weight: 500; white-space: nowrap; z-index: 300; opacity: 0; transition: all .25s; pointer-events: none; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hero { padding: 4rem 0 3rem; }
  .hero-stats { gap: 1rem; }
  .about-inner { grid-template-columns: 1fr; }
  .about-visual { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .cart-drawer { width: 100%; }
  .product-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
  .lightbox-inner { grid-template-columns: 1fr; max-height: 95vh; }
  .lightbox-img-wrap { min-height: 240px; }
  .pay-modal { max-width: 100%; border-radius: 20px 20px 0 0; top: auto; bottom: 0; left: 0; right: 0; transform: translateY(20px); max-height: 95vh; }
  .pay-modal.open { transform: translateY(0); }
}

  --text:         #1a1a1a;
  --muted:        #6b7280;
  --bg:           #ffffff;
  --bg2:          #f8f9f8;
  --border:       rgba(0,0,0,.08);
  --radius:       14px;
  --radius-sm:    8px;
  --shadow:       0 4px 24px rgba(0,0,0,.07);
  --shadow-lg:    0 16px 48px rgba(0,0,0,.14);
  --font:         'Space Grotesk', sans-serif;
  --font-display: 'Syne', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }

.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 28px; border-radius: 50px; font-family: var(--font);
  font-size: 14px; font-weight: 600; cursor: pointer;
  text-decoration: none; border: 2px solid transparent; transition: all .2s;
}
.btn-primary { background: var(--brand); color: #fff; border-color: var(--brand); }
.btn-primary:hover { background: var(--brand-mid); border-color: var(--brand-mid); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn-ghost:hover { background: var(--brand-light); }
.btn-full { width: 100%; }

/* ── NAVBAR ── */
.navbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; gap: 2rem; height: 64px; }
.logo { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text); }
.logo-icon { font-size: 22px; color: var(--brand); }
.logo-text { font-size: 17px; font-weight: 600; letter-spacing: -.3px; }
.logo-text strong { color: var(--brand); }
.nav-links { display: flex; gap: .25rem; margin-left: auto; }
.nav-link { padding: 6px 14px; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 500; color: var(--muted); transition: all .15s; }
.nav-link:hover, .nav-link.active { color: var(--brand); background: var(--brand-light); }
.admin-link { color: var(--accent); }
.admin-link:hover { background: var(--accent-light); color: var(--accent); }
.cart-btn {
  display: flex; align-items: center; gap: 6px; padding: 8px 18px;
  background: var(--dark); color: #fff; border: none; border-radius: 50px;
  font-family: var(--font); font-size: 14px; font-weight: 600; cursor: pointer;
  margin-left: 1rem; transition: background .15s;
}
.cart-btn:hover { background: #1a2e22; }
.cart-count {
  background: var(--brand); color: #fff; border-radius: 50%;
  width: 20px; height: 20px; display: inline-flex; align-items: center;
  justify-content: center; font-size: 11px; font-weight: 700;
}

/* ── HERO ── */
.hero { position: relative; overflow: hidden; background: var(--dark); padding: 6rem 0 5rem; text-align: center; }
.hero-inner { position: relative; z-index: 2; }
.hero-badge { display: inline-block; padding: 6px 18px; border-radius: 50px; background: rgba(29,158,117,.2); color: #5DCAA5; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; margin-bottom: 1.5rem; }
.hero-title { font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 4.5rem); color: #fff; line-height: 1.1; letter-spacing: -1px; margin-bottom: 1rem; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,.55); max-width: 500px; margin: 0 auto 2rem; }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-stats { display: flex; align-items: center; justify-content: center; gap: 2rem; }
.stat { display: flex; flex-direction: column; }
.stat-n { font-size: 26px; font-weight: 700; color: #fff; line-height: 1; }
.stat-l { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 2px; }
.stat-div { width: 1px; height: 32px; background: rgba(255,255,255,.15); }
.deco-circle { position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(29,158,117,.3) 0%, transparent 70%); }
.deco-circle.c1 { width: 500px; height: 500px; top: -200px; right: -100px; }
.deco-circle.c2 { width: 300px; height: 300px; bottom: -100px; left: -50px; }

/* ── PRODUCTS ── */
.products-section { padding: 5rem 0; }
.section-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.section-title { font-family: var(--font-display); font-size: 2rem; font-weight: 800; letter-spacing: -.5px; }
.filter-row { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-chip { padding: 7px 18px; border-radius: 50px; font-size: 13px; font-weight: 500; border: 1.5px solid var(--border); background: var(--bg); color: var(--muted); cursor: pointer; font-family: var(--font); transition: all .15s; }
.filter-chip:hover { border-color: var(--brand); color: var(--brand); }
.filter-chip.active { background: var(--brand); color: #fff; border-color: var(--brand); }

.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }

.product-card { background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.product-card:hover .product-img-zoom { transform: scale(1.05); }

.product-img {
  height: 200px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  position: relative; background: var(--bg2);
}
.product-img-zoom { width: 100%; height: 100%; transition: transform .4s ease; }
.product-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-emoji-fallback { font-size: 64px; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }

.badge-new, .badge-out {
  position: absolute; top: 10px; font-size: 10px; font-weight: 700;
  padding: 3px 9px; border-radius: 4px; letter-spacing: .5px; z-index: 2;
}
.badge-new { left: 10px; background: var(--brand); color: #fff; }
.badge-out { right: 10px; background: rgba(0,0,0,.6); color: #fff; }

.zoom-hint {
  position: absolute; bottom: 8px; right: 8px; z-index: 2;
  background: rgba(0,0,0,.45); color: #fff; font-size: 11px; font-weight: 500;
  padding: 3px 8px; border-radius: 20px; opacity: 0; transition: opacity .2s;
}
.product-card:hover .zoom-hint { opacity: 1; }

.product-info { padding: 1rem; }
.product-name { font-size: 14px; font-weight: 600; line-height: 1.3; }
.product-cat { font-size: 12px; color: var(--muted); margin-top: 3px; }
.product-desc { font-size: 12px; color: var(--muted); margin-top: 6px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.product-price { font-size: 18px; font-weight: 700; color: var(--brand-dark); }
.add-cart-btn {
  width: 34px; height: 34px; border-radius: 50%; background: var(--brand);
  border: none; color: #fff; font-size: 20px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s, transform .1s; flex-shrink: 0;
}
.add-cart-btn:hover { background: var(--brand-mid); transform: scale(1.1); }

/* ── ABOUT ── */
.about-section { padding: 5rem 0; background: var(--bg2); }
.about-inner { display: grid; grid-template-columns: 1fr 320px; gap: 4rem; align-items: center; }
.section-badge { display: inline-block; padding: 5px 14px; border-radius: 4px; background: var(--brand-light); color: var(--brand-dark); font-size: 11px; font-weight: 700; letter-spacing: 1px; margin-bottom: 1rem; }
.about-title { font-family: var(--font-display); font-size: 2rem; font-weight: 800; margin-bottom: 1rem; letter-spacing: -.5px; }
.about-desc { color: var(--muted); line-height: 1.7; margin-bottom: 1.5rem; }
.about-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.about-list li { font-size: 14px; font-weight: 500; color: var(--brand-dark); }
.printer-card { background: var(--brand-dark); border-radius: var(--radius); padding: 2.5rem; text-align: center; color: #fff; }
.printer-emoji { font-size: 64px; margin-bottom: 1rem; }
.printer-card p { font-size: 16px; font-weight: 600; }
.printer-card span { font-size: 13px; opacity: .6; }

/* ── CONTACT ── */
.contact-section { padding: 5rem 0; }
.contact-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.contact-title { font-family: var(--font-display); font-size: 2rem; font-weight: 800; margin-bottom: .5rem; letter-spacing: -.5px; }
.contact-sub { color: var(--muted); margin-bottom: 2.5rem; }
.contact-form { text-align: left; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 1rem; }
.form-label { display: block; font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 6px; }
.form-input { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-family: var(--font); font-size: 14px; color: var(--text); background: var(--bg); transition: border-color .15s; outline: none; }
.form-input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(29,158,117,.1); }
.form-textarea { resize: vertical; min-height: 120px; }

/* ── FOOTER ── */
.footer { background: var(--dark); padding: 2.5rem 0; text-align: center; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.footer .logo-text { color: #fff; }
.footer-copy { font-size: 13px; color: rgba(255,255,255,.35); }

/* ── OVERLAY ── */
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 100; opacity: 0; pointer-events: none; transition: opacity .25s; backdrop-filter: blur(3px); }
.overlay.open { opacity: 1; pointer-events: all; }

/* ── CART DRAWER ── */
.cart-drawer {
  position: fixed; right: 0; top: 0; bottom: 0; width: 380px;
  background: var(--bg); z-index: 101; transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; box-shadow: var(--shadow-lg);
}
.cart-drawer.open { transform: translateX(0); }
.cart-header { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--border); }
.cart-header h3 { font-size: 16px; font-weight: 700; }
.close-btn { background: none; border: none; font-size: 16px; cursor: pointer; color: var(--muted); padding: 4px 8px; border-radius: 6px; transition: background .1s; }
.close-btn:hover { background: var(--bg2); }
.cart-items { flex: 1; overflow-y: auto; padding: 1rem 1.5rem; }
.cart-empty { color: var(--muted); font-size: 14px; text-align: center; margin-top: 3rem; }
.cart-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.cart-item-thumb { width: 50px; height: 50px; border-radius: 8px; overflow: hidden; flex-shrink: 0; background: var(--bg2); display: flex; align-items: center; justify-content: center; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cart-item-price { font-size: 12px; color: var(--muted); margin-top: 2px; }
.cart-item-qty { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.qty-btn { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--border); background: var(--bg2); cursor: pointer; font-size: 14px; display: flex; align-items: center; justify-content: center; font-family: var(--font); transition: all .1s; }
.qty-btn:hover { border-color: var(--brand); color: var(--brand); }
.cart-footer { padding: 1.25rem 1.5rem; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 8px; }
.cart-total-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--muted); }
.cart-total-row.grand { font-size: 17px; font-weight: 700; color: var(--text); padding-top: 8px; border-top: 1px solid var(--border); margin-top: 4px; }

/* ── LIGHTBOX ── */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,.85); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding: 1rem; opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.lightbox.open { opacity: 1; pointer-events: all; }
.lightbox-close {
  position: fixed; top: 1.25rem; right: 1.25rem;
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: rgba(255,255,255,.15); color: #fff; font-size: 18px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .15s; z-index: 201;
}
.lightbox-close:hover { background: rgba(255,255,255,.3); }
.lightbox-inner {
  display: grid; grid-template-columns: 1fr 340px; gap: 2rem;
  background: var(--bg); border-radius: 20px; overflow: hidden;
  max-width: 900px; width: 100%; max-height: 90vh;
  box-shadow: 0 32px 80px rgba(0,0,0,.3);
  animation: lbIn .3s ease;
}
@keyframes lbIn { from { transform: scale(.94) translateY(12px); opacity: 0; } to { transform: scale(1) translateY(0); opacity: 1; } }
.lightbox-img-wrap { background: var(--bg2); display: flex; align-items: center; justify-content: center; min-height: 360px; overflow: hidden; }
.lightbox-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lightbox-img-wrap .lb-emoji { font-size: 100px; }
.lightbox-info { padding: 2rem; display: flex; flex-direction: column; overflow-y: auto; }
.lightbox-badges { display: flex; gap: 6px; margin-bottom: 1rem; flex-wrap: wrap; }
.lb-badge { font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 4px; letter-spacing: .5px; }
.lb-badge-new { background: var(--brand); color: #fff; }
.lb-badge-out { background: #f0f0f0; color: #888; }
.lightbox-name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; letter-spacing: -.3px; margin-bottom: 4px; }
.lightbox-cat { font-size: 13px; color: var(--muted); margin-bottom: 1rem; }
.lightbox-desc { font-size: 14px; color: var(--muted); line-height: 1.7; flex: 1; }
.lightbox-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.lightbox-price { font-size: 24px; font-weight: 800; color: var(--brand-dark); }

/* ── ÖDEME MODALI ── */
.pay-modal {
  position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(.96);
  z-index: 101; background: var(--bg); border-radius: 20px;
  width: 100%; max-width: 520px; max-height: 90vh; overflow-y: auto;
  padding: 2rem; box-shadow: var(--shadow-lg);
  opacity: 0; pointer-events: none; transition: all .3s;
}
.pay-modal.open { opacity: 1; pointer-events: all; transform: translate(-50%, -50%) scale(1); }
.pay-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.75rem; }
.pay-header h3 { font-size: 18px; font-weight: 700; }

/* Step indicator */
.step-indicator { display: flex; align-items: center; margin-bottom: 1.5rem; }
.step { width: 28px; height: 28px; border-radius: 50%; background: var(--bg2); border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--muted); flex-shrink: 0; }
.step.active { background: var(--brand); border-color: var(--brand); color: #fff; }
.step.done { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.step-line { flex: 1; height: 2px; background: var(--border); margin: 0 4px; }
.step-line.active { background: var(--brand); }
.step-title { font-size: 16px; font-weight: 700; margin-bottom: 1.25rem; }

/* Card preview */
.card-preview { margin-bottom: 1.25rem; perspective: 800px; }
.card-front {
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand-mid) 100%);
  border-radius: 14px; padding: 1.25rem 1.5rem; color: #fff;
  height: 150px; display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 8px 24px rgba(8,80,65,.35);
}
.card-chip { font-size: 20px; letter-spacing: 2px; opacity: .8; }
.card-num { font-size: 17px; font-weight: 700; letter-spacing: 3px; font-family: monospace; }
.card-bottom { display: flex; justify-content: space-between; }
.card-lbl { font-size: 9px; opacity: .6; text-transform: uppercase; letter-spacing: .5px; }
.card-val { font-size: 13px; font-weight: 600; margin-top: 2px; letter-spacing: 1px; }

/* Taksit */
.installment-box { background: var(--bg2); border-radius: 10px; padding: 1rem; margin-top: .5rem; }
.installment-opts { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 8px; }
.inst-opt { padding: 8px 4px; border-radius: 8px; border: 1.5px solid var(--border); background: var(--bg); text-align: center; cursor: pointer; font-family: var(--font); font-size: 11px; font-weight: 600; color: var(--muted); transition: all .1s; }
.inst-opt:hover { border-color: var(--brand); color: var(--brand); }
.inst-opt.selected { border-color: var(--brand); background: var(--brand-light); color: var(--brand-dark); }
.inst-opt span { display: block; font-size: 13px; font-weight: 700; color: inherit; }

/* Güvenlik rozetleri */
.secure-badges { display: flex; gap: 8px; justify-content: center; margin-top: 1rem; }
.secure-badge { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 20px; background: var(--bg2); color: var(--muted); border: 1px solid var(--border); }

/* Sipariş özeti */
.order-summary { border: 1.5px solid var(--border); border-radius: 10px; overflow: hidden; margin-bottom: 1rem; }
.order-item { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-bottom: 1px solid var(--border); font-size: 13px; }
.order-item:last-child { border-bottom: none; }
.order-item-thumb { width: 36px; height: 36px; border-radius: 6px; overflow: hidden; background: var(--bg2); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.order-item-name { flex: 1; font-weight: 500; }
.order-item-price { font-weight: 700; color: var(--brand-dark); }
.order-total-box { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; background: var(--brand-light); border-radius: 10px; margin-bottom: 1rem; }
.order-total-box strong { font-size: 20px; font-weight: 800; color: var(--brand-dark); }
.order-note { font-size: 12px; color: var(--muted); text-align: center; margin-bottom: 1rem; }
.btn-pay { font-size: 15px; padding: 14px; }

/* Başarı */
.success-anim { font-size: 60px; text-align: center; margin: 1rem 0; animation: popIn .5s ease; }
@keyframes popIn { 0% { transform: scale(0); } 70% { transform: scale(1.15); } 100% { transform: scale(1); } }
.success-title { font-family: var(--font-display); font-size: 1.75rem; font-weight: 800; text-align: center; margin-bottom: .5rem; }
.success-sub { text-align: center; color: var(--muted); margin-bottom: .5rem; }
.success-order { text-align: center; font-size: 13px; color: var(--brand-dark); font-weight: 600; margin-bottom: 1.5rem; }

/* ── TOAST ── */
.toast { position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%) translateY(8px); background: var(--dark); color: #fff; padding: 12px 24px; border-radius: 50px; font-size: 14px; font-weight: 500; white-space: nowrap; z-index: 300; opacity: 0; transition: all .25s; pointer-events: none; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hero { padding: 4rem 0 3rem; }
  .hero-stats { gap: 1rem; }
  .about-inner { grid-template-columns: 1fr; }
  .about-visual { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .cart-drawer { width: 100%; }
  .product-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
  .lightbox-inner { grid-template-columns: 1fr; max-height: 95vh; }
  .lightbox-img-wrap { min-height: 240px; }
  .pay-modal { max-width: 100%; border-radius: 20px 20px 0 0; top: auto; bottom: 0; left: 0; right: 0; transform: translateY(20px); max-height: 95vh; }
  .pay-modal.open { transform: translateY(0); }
}
