/* =========================================================
   ALİ OSMAN SÜTÇÜLÜK — Ana stil dosyası
   Tema: Doğal / organik (yeşil, beyaz tonları)
   ========================================================= */

:root {
  --brand-900: #0b3d2e;
  --brand-800: #0f5132;
  --brand-700: #146c43;
  --brand-600: #198754;
  --brand-100: #eaf7f0;
  --text-900: #0f172a;
  --text-600: #475569;
  --card: #ffffff;
  --shadow: 0 18px 45px rgba(2, 44, 34, 0.12);
  --shadow-soft: 0 10px 25px rgba(15, 81, 50, 0.1);
  --radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  color: var(--text-900);
  background: linear-gradient(180deg, #ffffff 0%, #fbfffd 45%, #f6fffb 100%);
}

/* Navbar — cam efekti */
.navbar {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.72) !important;
  border-bottom: 1px solid rgba(15, 81, 50, 0.08);
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: 0.2px;
  color: var(--brand-900) !important;
}

.nav-link {
  font-weight: 600;
  color: rgba(15, 23, 42, 0.78) !important;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand-700) !important;
}

/* Hero */
.hero {
  position: relative;
  padding: 5.5rem 0 3.5rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -30% -10% auto -10%;
  height: 520px;
  background: radial-gradient(closest-side, rgba(25, 135, 84, 0.2), transparent 70%),
    radial-gradient(closest-side, rgba(20, 108, 67, 0.12), transparent 65%);
  pointer-events: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(25, 135, 84, 0.1);
  border: 1px solid rgba(25, 135, 84, 0.22);
  color: var(--brand-800);
  font-weight: 700;
  font-size: 0.92rem;
}

.hero h1 {
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.4px;
}

.hero p {
  color: var(--text-600);
  font-size: 1.07rem;
}

/* Buton hover */
.btn-brand {
  background: linear-gradient(135deg, var(--brand-700), var(--brand-600));
  border: none;
  box-shadow: var(--shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.btn-brand:hover,
.btn-brand:focus {
  transform: translateY(-2px);
  filter: saturate(1.1);
  box-shadow: 0 16px 35px rgba(20, 108, 67, 0.18);
}

.btn-outline-brand {
  border: 1px solid rgba(20, 108, 67, 0.35);
  color: var(--brand-800);
  background: rgba(255, 255, 255, 0.7);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease,
    border-color 0.18s ease;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  transform: translateY(-2px);
  background: rgba(234, 247, 240, 0.9);
  border-color: rgba(20, 108, 67, 0.55);
  box-shadow: 0 12px 28px rgba(15, 81, 50, 0.1);
  color: var(--brand-900);
}

/* Bölümler */
.section {
  padding: 4.25rem 0;
}

.section-title {
  font-weight: 900;
  letter-spacing: -0.2px;
}

.section-subtitle {
  color: var(--text-600);
  max-width: 60ch;
}

/* Kartlar */
.glass-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 81, 50, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.icon-pill {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(25, 135, 84, 0.12);
  border: 1px solid rgba(25, 135, 84, 0.2);
  color: var(--brand-800);
  flex: 0 0 auto;
}

/* Ürün kartları */
.product-card {
  border-radius: var(--radius);
  border: 1px solid rgba(15, 81, 50, 0.1);
  background: var(--card);
  box-shadow: 0 14px 30px rgba(2, 44, 34, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(2, 44, 34, 0.12);
}

.product-top {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  padding: 1.1rem 1.1rem 0.9rem;
  background: linear-gradient(135deg, rgba(25, 135, 84, 0.12), rgba(255, 255, 255, 1));
  border-bottom: 1px solid rgba(15, 81, 50, 0.08);
}

.product-body {
  padding: 1.1rem;
}

.muted {
  color: var(--text-600);
}

/* İletişim */
.contact-box a {
  color: var(--brand-800);
  text-decoration: none;
  font-weight: 700;
}

.contact-box a:hover {
  text-decoration: underline;
}

.map-embed {
  width: 100%;
  height: 340px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(2, 44, 34, 0.1);
}

/* Footer */
footer {
  background: linear-gradient(180deg, rgba(15, 81, 50, 0.06), rgba(15, 81, 50, 0.1));
  border-top: 1px solid rgba(15, 81, 50, 0.1);
}

.divider {
  height: 1px;
  background: rgba(15, 81, 50, 0.1);
}

.small-note {
  font-size: 0.95rem;
  color: var(--text-600);
}

/* AOS yüklenmezse */
.no-aos [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
