/* =============================================
   Çiçek Bahçesi – Stil Dosyası
   ============================================= */

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

:root {
  --green:       #2d6a4f;
  --green-light: #52b788;
  --green-pale:  #d8f3dc;
  --rose:        #c9184a;
  --rose-light:  #ff4d6d;
  --rose-pale:   #fff0f3;
  --gold:        #b5838d;
  --cream:       #fdf8f0;
  --text:        #1a1a1a;
  --text-muted:  #666;
  --border:      #e8e0d5;
  --white:       #ffffff;
  --radius:      12px;
  --radius-sm:   8px;
  --shadow:      0 2px 16px rgba(0,0,0,0.08);
  --shadow-md:   0 4px 24px rgba(0,0,0,0.12);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ---- UTILITIES ---- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 80px 0; }
.section-alt { background: var(--cream); }

.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
}

.section-head { text-align: center; margin-bottom: 48px; }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1.25;
}

.section-cta { text-align: center; margin-top: 40px; }

/* ---- BUTTONS ---- */
.btn-primary {
  display: inline-block;
  background: var(--green);
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--green-light); transform: translateY(-1px); }

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--green);
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid var(--green);
  cursor: pointer;
  transition: all 0.2s;
}
.btn-ghost:hover { background: var(--green); color: #fff; }

.btn-sm {
  display: inline-block;
  background: var(--green);
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.btn-sm:hover { background: var(--green-light); }

.btn-full { width: 100%; text-align: center; }

/* ---- HEADER ---- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 68px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-icon { font-size: 22px; color: var(--rose); }
.logo-text {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--green);
}

.nav { display: flex; gap: 4px; flex: 1; justify-content: center; }
.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 6px;
  transition: all 0.2s;
}
.nav-link:hover, .nav-link.active { color: var(--green); background: var(--green-pale); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.btn-header {
  background: var(--rose);
  color: #fff;
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-header:hover { background: var(--rose-light); }

.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: var(--text);
}

.mobile-menu {
  display: none;
  flex-direction: column;
  padding: 12px 24px 20px;
  border-top: 1px solid var(--border);
  background: var(--white);
}
.mobile-menu a {
  padding: 12px 0;
  font-size: 16px;
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}
.mobile-menu.open { display: flex; }

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #f0faf4 0%, #fdf8f0 50%, #fff0f3 100%);
}

.hero-bg {
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232d6a4f' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 80px 0;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--green);
  background: var(--green-pale);
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 20px;
}
.hero-title em {
  font-style: italic;
  color: var(--rose);
}

.hero-desc {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 36px;
}

.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }

.hero-stats {
  display: flex;
  align-items: center;
  gap: 28px;
}
.stat { display: flex; flex-direction: column; }
.stat-num { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--green); }
.stat-label { font-size: 13px; color: var(--text-muted); }
.stat-divider { width: 1px; height: 36px; background: var(--border); }

.hero-deco { position: absolute; right: -80px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.deco-circle {
  border-radius: 50%;
  position: absolute;
}
.deco-1 { width: 520px; height: 520px; background: radial-gradient(circle, rgba(45,106,79,0.07) 0%, transparent 70%); top: -260px; right: 0; }
.deco-2 { width: 320px; height: 320px; background: radial-gradient(circle, rgba(201,24,74,0.06) 0%, transparent 70%); top: -60px; right: 80px; }

/* ---- PRICE BAND ---- */
.price-band {
  background: var(--green);
  color: #fff;
  padding: 14px 0;
  overflow: hidden;
}
.price-band-inner {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.price-band-inner span strong { font-weight: 600; }

/* ---- CATEGORY GRID ---- */
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.cat-card {
  display: block;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-decoration: none;
  color: var(--text);
  transition: all 0.25s;
  cursor: pointer;
}
.cat-card:hover {
  border-color: var(--green-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.cat-icon { font-size: 36px; margin-bottom: 14px; display: block; }
.cat-card h3 { font-size: 17px; font-weight: 600; margin-bottom: 8px; color: var(--text); }
.cat-card p { font-size: 14px; color: var(--text-muted); line-height: 1.5; margin-bottom: 14px; }
.cat-price { font-size: 13px; font-weight: 600; color: var(--green); }

/* ---- PRODUCT CARDS ---- */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.25s;
}
.product-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.product-img {
  height: 220px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 12px;
  background-size: cover;
  background-position: center;
}

/* Renkli placeholder görseller – gerçek sitede fotoğraflarla değiştirin */
.product-img-1  { background: linear-gradient(145deg, #c9184a22, #ff4d6d33), repeating-linear-gradient(45deg,#ff4d6d08 0,#ff4d6d08 10px,transparent 0,transparent 50%); background-color: #fff0f3; }
.product-img-2  { background-color: #f3e8ff; background-image: radial-gradient(ellipse at 40% 40%, #c084fc33 0%, transparent 60%); }
.product-img-3  { background-color: #1a1a2e; background-image: radial-gradient(ellipse at 50% 50%, #c9184a44 0%, transparent 70%); }
.product-img-4  { background: linear-gradient(135deg, #fce4ec, #f8bbd9); }
.product-img-5  { background: linear-gradient(135deg, #e8f5e9, #c8e6c9); }
.product-img-6  { background: linear-gradient(135deg, #fff8e1, #ffecb3); }
.product-img-7  { background: linear-gradient(145deg, #fce4ec, #ef9a9a); }
.product-img-8  { background: linear-gradient(135deg, #fce4ec, #f48fb1); }
.product-img-9  { background: linear-gradient(135deg, #ede7f6, #b39ddb); }
.product-img-10 { background: linear-gradient(135deg, #e8eaf6, #9fa8da); }
.product-img-11 { background: linear-gradient(135deg, #e0f2f1, #80cbc4); }
.product-img-12 { background: linear-gradient(135deg, #f1f8e9, #aed581); }
.product-img-13 { background: linear-gradient(135deg, #fff3e0, #ffcc80); }
.product-img-14 { background: linear-gradient(135deg, #e8f5e9, #66bb6a); }
.product-img-15 { background: linear-gradient(135deg, #f3e5f5, #ce93d8); }
.product-img-16 { background: linear-gradient(135deg, #fffde7, #fff176); }
.product-img-17 { background: linear-gradient(135deg, #fff8e1, #ffca28); }
.product-img-18 { background: linear-gradient(135deg, #f9fbe7, #dce775); }

/* Orta ürün ikonları */
.product-img::before {
  content: '🌸';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  opacity: 0.35;
  pointer-events: none;
}
.product-img-1::before  { content: '🌹'; }
.product-img-2::before  { content: '🌸'; }
.product-img-3::before  { content: '💐'; }
.product-img-4::before  { content: '💮'; }
.product-img-5::before  { content: '🪴'; }
.product-img-6::before  { content: '🎁'; }
.product-img-7::before  { content: '🌹'; }
.product-img-8::before  { content: '🌺'; }
.product-img-9::before  { content: '🌸'; }
.product-img-10::before { content: '🌸'; }
.product-img-11::before { content: '🌿'; }
.product-img-12::before { content: '🪴'; }
.product-img-13::before { content: '🧺'; }
.product-img-14::before { content: '🏵️'; }
.product-img-15::before { content: '🏵️'; }
.product-img-16::before { content: '🌷'; }
.product-img-17::before { content: '🌻'; }
.product-img-18::before { content: '🌼'; }

.product-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
  z-index: 1;
  position: relative;
}
.badge-new    { background: var(--green); color: #fff; }
.badge-pop    { background: var(--rose); color: #fff; }
.badge-indirim{ background: #f59e0b; color: #fff; }

.product-body { padding: 16px; }
.product-cat  { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--green); }
.product-body h4 { font-size: 15px; font-weight: 600; margin: 6px 0 6px; }
.product-body p  { font-size: 13px; color: var(--text-muted); line-height: 1.45; margin-bottom: 14px; }

.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.product-price  { font-size: 17px; font-weight: 700; color: var(--green); }
.old-price      { font-size: 13px; color: var(--text-muted); font-weight: 400; text-decoration: line-through; margin-left: 4px; }

/* ---- OCCASIONS ---- */
.occasions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}

.occasion-card {
  display: block;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 16px;
  text-align: center;
  text-decoration: none;
  color: var(--text);
  transition: all 0.25s;
}
.occasion-card:hover {
  border-color: var(--rose);
  background: var(--rose-pale);
  transform: translateY(-3px);
}
.occ-emoji { font-size: 32px; margin-bottom: 10px; display: block; }
.occasion-card h4 { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.occasion-card p  { font-size: 12px; color: var(--text-muted); }

/* ---- FEATURES ---- */
.features-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
}

.features-desc { font-size: 16px; color: var(--text-muted); margin-top: 16px; line-height: 1.7; }

.features-list { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

.feature-item { display: flex; gap: 16px; align-items: flex-start; }
.feature-icon { font-size: 26px; flex-shrink: 0; margin-top: 2px; }
.feature-item h4 { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.feature-item p  { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* ---- REVIEWS ---- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.review-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}
.stars { color: #f59e0b; font-size: 16px; margin-bottom: 12px; }
.review-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; font-style: italic; }

.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviewer strong { font-size: 14px; font-weight: 600; display: block; }
.reviewer small  { font-size: 12px; color: var(--text-muted); }

/* ---- CONTACT ---- */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.contact-items { display: flex; flex-direction: column; gap: 20px; margin-top: 24px; }
.contact-item  { display: flex; gap: 16px; align-items: flex-start; }
.ci-icon       { font-size: 22px; margin-top: 2px; }
.contact-item strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.contact-item a, .contact-item span { font-size: 15px; color: var(--text-muted); text-decoration: none; }
.contact-item a:hover { color: var(--green); }

.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}
.contact-form h3 { font-family: var(--font-display); font-size: 1.4rem; margin-bottom: 24px; }

.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 6px; color: var(--text-muted); }
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  transition: border-color 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--green); }

.form-success {
  margin-top: 16px;
  padding: 12px 16px;
  background: var(--green-pale);
  border-radius: var(--radius-sm);
  font-size: 14px;
  color: var(--green);
  font-weight: 500;
}

/* ---- PAGE HERO ---- */
.page-hero {
  background: linear-gradient(135deg, var(--green-pale), var(--cream));
  padding: 60px 0 48px;
  border-bottom: 1px solid var(--border);
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  color: var(--text);
  margin-top: 8px;
}

/* ---- PRODUCTS PAGE LAYOUT ---- */
.products-layout { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: start; }

.sidebar {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  position: sticky;
  top: 88px;
}
.sidebar h3 { font-size: 16px; font-weight: 600; margin-bottom: 20px; }

.filter-group { margin-bottom: 24px; }
.filter-group h4 { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 10px; }
.filter-label { display: flex; align-items: center; gap: 8px; font-size: 14px; padding: 4px 0; cursor: pointer; color: var(--text); }
.filter-label:hover { color: var(--green); }
.filter-label input { accent-color: var(--green); }

.btn-filter-reset {
  width: 100%;
  background: none;
  border: 1.5px solid var(--border);
  color: var(--text-muted);
  padding: 9px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-filter-reset:hover { border-color: var(--rose); color: var(--rose); }

.products-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.result-count { font-size: 14px; color: var(--text-muted); }
.sort-select {
  padding: 8px 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 13px;
  color: var(--text);
  cursor: pointer;
  outline: none;
  background: var(--white);
}
.sort-select:focus { border-color: var(--green); }

/* ---- MODAL ---- */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 16px;
}
.modal-overlay.open { display: flex; }

.modal-box {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  width: 100%;
  max-width: 500px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-close {
  position: absolute; top: 16px; right: 16px;
  background: none; border: none; font-size: 18px;
  cursor: pointer; color: var(--text-muted);
  padding: 4px 8px;
  border-radius: 4px;
}
.modal-close:hover { background: var(--cream); }
.modal-box h3 { font-family: var(--font-display); font-size: 1.4rem; margin-bottom: 8px; }
.modal-product { font-size: 14px; color: var(--green); font-weight: 600; margin-bottom: 20px; padding: 8px 12px; background: var(--green-pale); border-radius: var(--radius-sm); }

/* ---- FOOTER ---- */
.footer {
  background: #111;
  color: #aaa;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding: 60px 24px 48px;
}

.footer-brand .logo-text { color: #fff; }
.footer-brand .logo-icon { color: #ff6b6b; }
.footer-brand p { font-size: 14px; color: #888; margin-top: 12px; line-height: 1.6; }

.social-links { display: flex; gap: 12px; margin-top: 16px; }
.social-links a {
  font-size: 20px;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.social-links a:hover { opacity: 1; }

.footer-col h5 { font-size: 13px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
.footer-col a  { display: block; font-size: 14px; color: #888; text-decoration: none; margin-bottom: 8px; transition: color 0.2s; }
.footer-col a:hover { color: var(--green-light); }

.footer-bottom {
  border-top: 1px solid #222;
  padding: 20px 24px;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #666;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom a { color: #888; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .features-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner    { grid-template-columns: 1fr 1fr; }
  .products-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}

@media (max-width: 768px) {
  .nav           { display: none; }
  .hamburger     { display: block; }
  .btn-header    { display: none; }
  .hero          { min-height: 70vh; }
  .hero-content  { padding: 60px 0; }
  .hero-stats    { gap: 16px; flex-wrap: wrap; }
  .hero-btns     { flex-direction: column; align-items: flex-start; }
  .contact-layout    { grid-template-columns: 1fr; }
  .features-list     { grid-template-columns: 1fr; }
  .footer-inner      { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom .container { justify-content: center; text-align: center; }
  .price-band-inner  { flex-direction: column; gap: 8px; text-align: center; }
  .products-toolbar  { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .section   { padding: 56px 0; }
  .products-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .product-img { height: 160px; }
  .product-img::before { font-size: 40px; }
}
