/* ============================================================
   ATAMAK AMBALAJ — Site CSS (site.css)
   Kaynak: Onaylı mockup tasarımları
   ============================================================ */

/* ── HERO BÖLÜMÜ ── */
.hero-static { background: linear-gradient(135deg, var(--dark) 0%, #1a3320 100%); padding: 5rem 0; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(39,176,69,.15); color: var(--green); font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 22px; }
.hero-tag::before { content: ''; width: 6px; height: 6px; background: var(--green); border-radius: 50%; }
.hero-h1 { font-family: var(--font-cond); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; color: #fff; line-height: 1.05; margin-bottom: 18px; }
.hero-h1 em { color: var(--green); font-style: normal; }
.hero-desc { font-size: 15px; color: rgba(255,255,255,.65); line-height: 1.75; margin-bottom: 32px; max-width: 480px; }
.btn-hero-main { background: var(--green); color: #fff; font-size: 14px; font-weight: 600; padding: 13px 28px; border-radius: 8px; border: none; cursor: pointer; transition: .2s; text-decoration: none; display: inline-block; }
.btn-hero-main:hover { background: var(--green-dark); color: #fff; }
.btn-hero-sec { color: rgba(255,255,255,.7); font-size: 14px; font-weight: 500; background: none; border: none; cursor: pointer; }
.btn-hero-sec::after { content: ' →'; color: var(--green); }

/* Hero ürün kartları (sağ panel) */
.hero-right { background: linear-gradient(135deg, #3a3a3a 0%, #1a1a1a 100%); }
.hero-pattern { position: absolute; inset: 0; opacity: .04; background-image: repeating-linear-gradient(0deg, transparent, transparent 30px, #fff 30px, #fff 31px), repeating-linear-gradient(90deg, transparent, transparent 30px, #fff 30px, #fff 31px); }
.hero-prod-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 20px; text-align: center; transition: .2s; }
.hero-prod-card:hover { border-color: rgba(39,176,69,.4); }
.hero-prod-card.featured { background: rgba(39,176,69,.12); border-color: rgba(39,176,69,.25); }
.prod-label { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.85); }
.prod-sub { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 3px; }

/* ── ÖZELLİKLER ŞERİDİ ── */
.features-strip { background: var(--dark); }
.feature-item { display: flex; align-items: center; gap: 1rem; padding: 1.4rem 0; border-right: 1px solid rgba(255,255,255,.08); transition: background .2s; }
.feature-item:last-child { border-right: none; }
.feature-item:hover { background: rgba(39,176,69,.08); }
.feature-item i { font-size: 1.75rem; color: var(--green); flex-shrink: 0; }
.feature-item strong { display: block; font-size: .93rem; font-weight: 700; color: #fff; line-height: 1.2; }
.feature-item span { font-size: .8rem; color: rgba(255,255,255,.45); }

/* ── İSTATİSTİK BANT ── */
.stats-band { background: var(--white); border-bottom: 1px solid var(--border); }
.stats-band .stat-num { font-family: var(--font-cond); font-size: 40px; font-weight: 700; color: var(--dark); line-height: 1; }
.stats-band .stat-num span { color: var(--green); }
.stats-band .stat-label { font-size: 13px; color: var(--muted); margin-top: 3px; }

/* ── ANA KATEGORILER GRID ── */
.main-cats { }
.main-cat-header { padding: 36px 32px 28px; background: var(--dark); position: relative; overflow: hidden; border-radius: 14px 14px 0 0; }
.main-cat-header::after { content: ''; position: absolute; right: -30px; top: -30px; width: 140px; height: 140px; border-radius: 50%; background: rgba(39,176,69,.08); }
.main-cat-header.green-header { background: #1a2e1e; }
.main-cat-icon { font-size: 40px; margin-bottom: 14px; display: block; position: relative; z-index: 1; }
.main-cat-name { font-family: var(--font-cond); font-size: 26px; font-weight: 700; color: #fff; position: relative; z-index: 1; }
.main-cat-desc { font-size: 13px; color: rgba(255,255,255,.5); margin-top: 5px; position: relative; z-index: 1; }

.sub-list { padding: 4px 0; }
.sub-item { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--dark); }
.sub-item:last-child { border-bottom: none; }
.sub-dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; margin-right: 10px; flex-shrink: 0; }
.sub-name { display: flex; align-items: center; flex: 1; }
.sub-arrow { color: var(--green); font-size: 12px; font-weight: 700; }

/* ── HAKKIMIZDA SAYFA ÖZELLİKLERİ ── */
.section-block { margin-bottom: 52px; }
.section-block:last-child { margin-bottom: 0; }
.block-label { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; color: var(--green); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.block-label::before { content: ''; width: 24px; height: 2px; background: var(--green); border-radius: 1px; }
.block-title { font-family: var(--font-cond); font-size: 2rem; font-weight: 700; color: var(--dark); line-height: 1.1; margin-bottom: 18px; }
.block-body { font-size: 15px; color: #444; line-height: 1.8; }
.block-body p { margin-bottom: 14px; }

/* Alıntı */
.quote-block { background: var(--dark); border-radius: 14px; padding: 32px 36px; margin-bottom: 24px; position: relative; overflow: hidden; }
.quote-block::before { content: '"'; position: absolute; top: -10px; right: 24px; font-size: 120px; font-family: Georgia, serif; color: rgba(39,176,69,.12); line-height: 1; font-weight: 700; }
.quote-text { font-size: 16px; color: rgba(255,255,255,.8); line-height: 1.75; font-style: italic; position: relative; z-index: 1; }
.quote-author { font-size: 12px; color: var(--green); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-top: 14px; position: relative; z-index: 1; }

/* Misyon/Vizyon kartları */
.mvk-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 26px; position: relative; overflow: hidden; height: 100%; }
.mvk-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--green); border-radius: 3px 3px 0 0; }
.mvk-icon { font-size: 28px; margin-bottom: 12px; display: block; }
.mvk-title { font-family: var(--font-cond); font-size: 20px; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.mvk-text { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* Kalite listesi */
.quality-list { background: var(--white); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.ql-header { background: var(--green); padding: 18px 26px; display: flex; align-items: center; gap: 10px; }
.ql-header-title { font-family: var(--font-cond); font-size: 18px; font-weight: 700; color: #fff; }
.ql-items { padding: 6px 0; }
.ql-item { display: flex; gap: 14px; padding: 14px 26px; border-bottom: 1px solid var(--border); }
.ql-item:last-child { border-bottom: none; }
.ql-num { width: 28px; height: 28px; background: var(--green-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--green-dark); flex-shrink: 0; margin-top: 1px; }
.ql-text { font-size: 14px; color: #444; line-height: 1.65; }

/* Sidebar widget */
.sidebar-widget { background: var(--white); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin-bottom: 16px; }
.sidebar-widget-header { background: var(--dark); padding: 14px 18px; }
.sidebar-widget-header h5 { font-size: 13px; font-weight: 600; color: #fff; margin: 0; }
.sidebar-widget-body { padding: 16px 18px; }
.sw-row { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.sw-row:last-child { border-bottom: none; }
.sw-icon { width: 30px; height: 30px; background: var(--green-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; }
.sw-label { font-size: 11px; color: var(--muted); }
.sw-val { font-weight: 600; color: var(--dark); }

/* Stat sidebar */
.stat-sidebar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ss-item { text-align: center; padding: 14px 8px; background: var(--bg); border-radius: 10px; }
.ss-num { font-family: var(--font-cond); font-size: 26px; font-weight: 700; color: var(--dark); line-height: 1; }
.ss-num span { color: var(--green); }
.ss-label { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* CTA widget */
.cta-widget { background: var(--green); border-radius: 14px; padding: 22px; text-align: center; }
.cta-widget h5 { font-family: var(--font-cond); font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 7px; }
.cta-widget p { font-size: 13px; color: rgba(255,255,255,.78); margin-bottom: 14px; line-height: 1.6; }
.cta-widget .btn { background: #fff; color: var(--green-dark); font-weight: 700; }
.cta-widget .btn:hover { background: var(--green-light); }

/* Ekip */
.team-card-inner { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; text-align: center; }
.team-avatar { height: 110px; background: var(--dark); display: flex; align-items: center; justify-content: center; }
.team-initials { width: 52px; height: 52px; background: rgba(39,176,69,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-cond); font-size: 20px; font-weight: 700; color: var(--green); }
.team-info { padding: 14px; }
.team-name { font-size: 14px; font-weight: 600; color: var(--dark); }
.team-role { font-size: 12px; color: var(--green); font-weight: 500; margin-top: 2px; }

/* ── ÜRÜN DETAY ── */
.urun-detay-gorsel { background: var(--bg); border-radius: 12px; height: 320px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.urun-detay-gorsel img { max-height: 100%; max-width: 100%; object-fit: contain; }
.urun-ozellik-table td:first-child { font-weight: 600; width: 45%; color: var(--dark); }
.moq-kutu { background: var(--green-light); border: 1px solid var(--green); border-radius: 8px; padding: 12px 16px; font-size: 14px; }

/* ── MOBİL (max-width: 992px — Bootstrap lg, CSS-03) ── */
@media (max-width: 992px) {
  .hero-h1 { font-size: 1.8rem; }
  .hero-static { padding: 3rem 0; }
  .feature-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
}

/* ── TABLET ARA KATMANI (768px–991px — Bootstrap md↔lg, CSS-03) ── */
@media (min-width: 768px) and (max-width: 992px) {
  .hero-h1 { font-size: 2rem; }
  .hero-static { padding: 3.5rem 0; }
}


/* For You Bilişim linki — çizgisiz */
.link-plain,
.link-plain:hover,
.link-plain:focus,
.link-plain:visited { text-decoration: none !important; }

.footer-copy a { text-decoration: none !important; }
