/* ============ Ziyade Gıda — B2B toptancı sitesi ============ */
:root {
  /* Marka paleti: kırmızı + beyaz (logo kırmızısı #d03030) */
  --green: #d03030;        /* MARKA KIRMIZISI — butonlar/aktif/vurgu */
  --green-700: #9a1f1f;    /* koyu kırmızı — degradeler */
  --green-900: #5e1212;    /* en koyu kırmızı — hero/footer/başlık */
  --gold: #d03030;         /* aksan = kırmızı */
  --gold-soft: #ffcfc8;    /* koyu zeminde açık kırmızı vurgu */
  --gold-deep: #9a1f1f;
  --gold-grad: linear-gradient(135deg, #e0574c 0%, #d03030 55%, #a81f1f 100%);
  --cream: #fbf8f7;        /* çok açık sıcak beyaz */
  --cream-2: #f4eceb;
  --paper: #ffffff;
  --ink: #262121;
  --muted: #6f6663;
  --line: #ece3e2;
  --shadow: 0 18px 44px -18px rgba(60, 15, 12, .30);
  --shadow-sm: 0 6px 18px -10px rgba(60, 15, 12, .28);
  --shadow-gold: 0 10px 26px -10px rgba(160, 31, 24, .38);
  --radius: 18px;
  --max: 1200px;
  --header-h: 78px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.15; font-weight: 800; letter-spacing: -.02em; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); border-radius: 2px; }
.section { padding: 88px 0; }
.section-head { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 26px; border-radius: 100px; font-weight: 700; font-size: .98rem;
  cursor: pointer; border: none; transition: transform .18s ease, box-shadow .18s ease, background .18s;
  white-space: nowrap;
}
.btn-primary { background: var(--gold-grad); color: #2b1f06; box-shadow: var(--shadow-gold); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(160,31,24,.55); }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn-ghost:hover { background: rgba(255,255,255,.22); }
.btn-outline { background: transparent; color: var(--green); border: 1.5px solid var(--green); }
.btn-outline:hover { background: var(--green); color: #fff; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--green-900); color: #dfe6d3; font-size: .82rem;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; height: 38px; gap: 18px; }
.topbar a { color: #dfe6d3; opacity: .85; }
.topbar a:hover { opacity: 1; color: #fff; }
.topbar .tb-right { display: flex; gap: 20px; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 6px; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.9);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.header .wrap { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--gold-grad); color: #fff;
  font-weight: 900; font-size: 1.4rem; box-shadow: var(--shadow-gold);
}
/* Gerçek logo görselleri */
.brand-logo { height: 54px; width: auto; display: block; }
.footer-logo { background: #fff; padding: 12px 16px; border-radius: 14px; display: inline-block; box-shadow: var(--shadow-sm); }
.footer-logo img { height: 44px; width: auto; display: block; }
.zi-logo-card { background: #fff; border-radius: 20px; padding: 26px 32px; display: inline-block; box-shadow: var(--shadow); }
.zi-logo-card img { height: 130px; width: auto; display: block; }
.brand .bname { font-weight: 900; font-size: 1.28rem; letter-spacing: -.03em; color: var(--green-900); }
.brand .bname span { color: var(--gold); }
.brand small { display: block; font-size: .62rem; letter-spacing: .28em; color: var(--muted); font-weight: 700; text-transform: uppercase; margin-top: -2px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 9px 15px; border-radius: 100px; font-weight: 600; font-size: .95rem; color: var(--ink); transition: background .15s, color .15s; }
.nav a:hover { background: var(--cream-2); color: var(--green-700); }
.header .cta-mini { margin-left: 8px; }
.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2.4px; background: var(--green-900); border-radius: 3px; margin: 5px 0; transition: .25s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(1100px 500px at 80% -10%, rgba(255,120,108,.30), transparent 60%),
    linear-gradient(160deg, var(--green-700) 0%, var(--green-900) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: .06; pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 26px 26px;
}
.hero .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding-top: 70px; padding-bottom: 84px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; border-radius: 100px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); font-size: .84rem; font-weight: 600; margin-bottom: 24px;
}
.hero-badge b { color: var(--gold-soft); }
.hero h1 { font-size: clamp(2.3rem, 5vw, 3.7rem); font-weight: 900; }
.hero h1 .hl { color: #ffd7d1; }
.hero .btn-primary { background: #fff; color: var(--green); box-shadow: 0 10px 26px -10px rgba(0,0,0,.4); }
.hero .btn-primary:hover { background: #fff; transform: translateY(-2px); }
.hero p.lead { font-size: 1.16rem; color: #e4ead9; margin: 22px 0 32px; max-width: 540px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 28px; margin-top: 40px; flex-wrap: wrap; }
.hero-trust .t { }
.hero-trust .t b { font-size: 1.7rem; font-weight: 900; color: #fff; display: block; }
.hero-trust .t span { font-size: .82rem; color: #c4cfb4; }

/* hero collage */
.hero-visual { position: relative; height: 440px; }
.hero-visual .card-img {
  position: absolute; border-radius: 18px; background: var(--paper); box-shadow: 0 24px 50px -18px rgba(0,0,0,.5);
  overflow: hidden; border: 5px solid #fff;
}
.hero-visual .card-img img { width: 100%; height: 100%; object-fit: contain; padding: 10px; background: #fff; }
.hero-visual .hv1 { width: 230px; height: 230px; top: 0; right: 40px; z-index: 3; transform: rotate(-4deg); }
.hero-visual .hv2 { width: 180px; height: 180px; top: 150px; right: 250px; z-index: 2; transform: rotate(5deg); }
.hero-visual .hv3 { width: 190px; height: 190px; top: 230px; right: 20px; z-index: 4; transform: rotate(3deg); }
.hero-visual .float-badge {
  position: absolute; z-index: 5; background: #fff; color: var(--green-900); border-radius: 14px; padding: 12px 16px;
  box-shadow: var(--shadow); font-weight: 800; font-size: .9rem; display: flex; align-items: center; gap: 10px;
}
.hero-visual .fb1 { top: 30px; left: 0; }
.hero-visual .fb2 { bottom: 20px; left: 30px; }
.hero-visual .float-badge .dot { width: 34px; height: 34px; border-radius: 9px; background: var(--cream-2); display: grid; place-items: center; font-size: 1.1rem; }

/* wave divider */
.hero-wave { position: relative; z-index: 2; line-height: 0; }
.hero-wave svg { display: block; width: 100%; height: 46px; }

/* ---------- Stats strip ---------- */
.stats { background: var(--paper); border-bottom: 1px solid var(--line); }
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 40px 22px; }
.stat { text-align: center; padding: 6px 10px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat b { display: block; font-size: 2.3rem; font-weight: 900; color: var(--green); letter-spacing: -.03em; }
.stat span { color: var(--muted); font-size: .95rem; font-weight: 600; }

/* ---------- Category grid ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat-card {
  position: relative; border-radius: var(--radius); padding: 26px 22px; cursor: pointer;
  background: var(--paper); border: 1px solid var(--line); transition: transform .2s, box-shadow .2s, border-color .2s;
  overflow: hidden;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold-soft); }
.cat-card .ic { font-size: 2.1rem; margin-bottom: 14px; }
.cat-card h3 { font-size: 1.12rem; color: var(--green-900); }
.cat-card .cnt { color: var(--muted); font-size: .9rem; margin-top: 4px; font-weight: 600; }
.cat-card .go { margin-top: 16px; color: var(--gold); font-weight: 700; font-size: .9rem; display: inline-flex; align-items: center; gap: 6px; }
.cat-card::before { content: ""; position: absolute; right: -30px; top: -30px; width: 100px; height: 100px; border-radius: 50%; background: var(--cream-2); opacity: .6; }

/* ---------- Catalog ---------- */
.catalog { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); }
.toolbar {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px;
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap; box-shadow: var(--shadow-sm); margin-bottom: 26px;
  position: sticky; top: calc(var(--header-h) + 8px); z-index: 20;
}
.search-box { position: relative; flex: 1 1 260px; }
.search-box input {
  width: 100%; padding: 13px 16px 13px 44px; border-radius: 100px; border: 1.5px solid var(--line);
  font-size: .98rem; font-family: inherit; background: var(--cream); transition: border-color .15s, background .15s;
}
.search-box input:focus { outline: none; border-color: var(--gold); background: #fff; }
.search-box .si { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); opacity: .5; }
.select-wrap select {
  padding: 13px 40px 13px 16px; border-radius: 100px; border: 1.5px solid var(--line); background: var(--cream);
  font-family: inherit; font-size: .95rem; font-weight: 600; color: var(--ink); cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%236d7263' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
.select-wrap select:focus { outline: none; border-color: var(--gold); }
.chips { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 26px; }
.chip {
  padding: 9px 16px; border-radius: 100px; border: 1.5px solid var(--line); background: var(--paper);
  font-weight: 600; font-size: .9rem; cursor: pointer; transition: .15s; color: var(--ink); white-space: nowrap;
}
.chip:hover { border-color: var(--gold-soft); }
.chip.active { background: var(--green); color: #fff; border-color: var(--green); }
.chip .n { opacity: .6; font-weight: 700; margin-left: 4px; }
.chip.active .n { opacity: .8; }

.result-info { color: var(--muted); font-size: .92rem; margin-bottom: 18px; font-weight: 600; }
.result-info b { color: var(--green-700); }

.grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 18px;
}
.p-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  transition: transform .18s, box-shadow .18s, border-color .18s; display: flex; flex-direction: column;
}
.p-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold-soft); }
.p-thumb { aspect-ratio: 1; background: #fff; padding: 14px; display: grid; place-items: center; }
.p-thumb img { width: 100%; height: 100%; object-fit: contain; }
.p-body { padding: 14px 16px 16px; border-top: 1px solid var(--line); }
.p-cat { font-size: .72rem; font-weight: 700; letter-spacing: .04em; color: var(--gold); text-transform: uppercase; }
.p-name { font-weight: 700; font-size: .97rem; margin: 5px 0 6px; color: var(--green-900); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; }
.p-brand { font-size: .84rem; color: var(--muted); font-weight: 600; display: flex; align-items: center; gap: 6px; }
.p-brand::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-soft); }
.p-weight { display: inline-flex; align-items: center; gap: 5px; font-size: .8rem; font-weight: 700; color: var(--green-900);
  background: var(--cream-2); border: 1px solid var(--line); padding: 3px 9px; border-radius: 100px; margin-bottom: 8px; }
.p-weight::before { content: "⚖"; font-size: .8rem; }

.load-more { text-align: center; margin-top: 40px; }
.empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty .big { font-size: 3rem; margin-bottom: 10px; }

/* ---------- Ziyade brand section ---------- */
.ziyade { background: linear-gradient(155deg, var(--green-700), var(--green-900)); color: #fff; position: relative; overflow: hidden; }
.ziyade::after { content: ""; position: absolute; inset: 0; opacity: .06; background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0); background-size: 24px 24px; }
.ziyade .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.ziyade .zi-logo { font-size: 2.9rem; font-weight: 900; letter-spacing: -.03em; margin-bottom: 8px; }
.ziyade .zi-logo span { color: var(--gold-soft); }
.ziyade h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 14px 0 18px; }
.ziyade p { color: #dbe3cf; font-size: 1.06rem; }
.ziyade .zi-tags { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.ziyade .zi-tag { padding: 10px 18px; border-radius: 100px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); font-weight: 700; }
.ziyade .zi-media { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ziyade .zi-media .zc { background: #fff; border-radius: 16px; padding: 16px; text-align: center; box-shadow: var(--shadow); }
.ziyade .zi-media .zc img { aspect-ratio: 1; object-fit: contain; width: 100%; }
.ziyade .zi-media .zc b { display: block; color: var(--green-900); margin-top: 10px; font-size: .95rem; }

/* ---------- About / Mission / Vision ---------- */
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mv-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow-sm); }
.mv-card .ic { width: 54px; height: 54px; border-radius: 14px; background: var(--cream-2); display: grid; place-items: center; font-size: 1.5rem; margin-bottom: 18px; }
.mv-card h3 { font-size: 1.3rem; color: var(--green-900); margin-bottom: 12px; }
.mv-card p { color: var(--muted); font-size: .98rem; }
.about-lead { max-width: 820px; margin: 0 auto 50px; text-align: center; }
.about-lead p { color: var(--muted); font-size: 1.1rem; }

/* ---------- Sectors ---------- */
.sectors { background: var(--paper); }
.sector-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.sector { text-align: center; padding: 26px 12px; border-radius: 14px; border: 1px solid var(--line); background: var(--cream); transition: .2s; }
.sector:hover { background: var(--green); color: #fff; transform: translateY(-4px); }
.sector .ic { font-size: 2rem; margin-bottom: 10px; }
.sector b { font-size: .94rem; }

/* ---------- Why us ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why { padding: 28px 24px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.why .ic { font-size: 1.8rem; margin-bottom: 14px; }
.why h3 { font-size: 1.1rem; color: var(--green-900); margin-bottom: 8px; }
.why p { color: var(--muted); font-size: .92rem; }

/* ---------- Business partners (büyük markalar) ---------- */
.partners { background: var(--paper); position: relative; }
.partners::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold-grad); }
.partner-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.partner-card {
  background: linear-gradient(180deg, #fff, var(--cream)); border: 1px solid var(--line); border-radius: 16px;
  padding: 18px 14px 16px; text-align: center; cursor: pointer; transition: transform .2s, box-shadow .2s, border-color .2s;
  display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden;
}
.partner-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--gold); }
.partner-card .pc-img { width: 100%; aspect-ratio: 1; background: #fff; border-radius: 12px; display: grid; place-items: center; padding: 10px; margin-bottom: 12px; border: 1px solid var(--line); }
.partner-card .pc-img img { width: 100%; height: 100%; object-fit: contain; }
.partner-card .pc-name { font-weight: 800; color: var(--green-900); font-size: 1rem; letter-spacing: -.01em; }
.partner-card .pc-count { font-size: .78rem; color: var(--muted); font-weight: 600; margin-top: 2px; }
.partner-note { text-align: center; margin-top: 30px; color: var(--muted); font-weight: 600; }
.partner-note b { color: var(--gold-deep); }

/* ---------- Brands marquee ---------- */
.brands-sec { background: var(--cream-2); overflow: hidden; }
.marquee { display: flex; gap: 14px; width: max-content; animation: scroll 60s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.marquee .m-brand { padding: 12px 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 100px; font-weight: 700; color: var(--green-700); white-space: nowrap; font-size: .95rem; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-row + .marquee-row { margin-top: 14px; }
.marquee-row.rev .marquee { animation-direction: reverse; }

/* ---------- Contact ---------- */
.contact { background: linear-gradient(160deg, var(--green-700), var(--green-900)); color: #fff; }
.contact .wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; }
.contact h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.contact p.sub { color: #dbe3cf; margin: 16px 0 30px; font-size: 1.05rem; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.contact-item .ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.12); display: grid; place-items: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-item b { display: block; font-size: 1rem; }
.contact-item span { color: #c4cfb4; font-size: .94rem; }
.contact-form { background: var(--paper); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.contact-form h3 { color: var(--green-900); margin-bottom: 20px; font-size: 1.25rem; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .84rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.field input, .field textarea {
  width: 100%; padding: 13px 15px; border-radius: 12px; border: 1.5px solid var(--line); font-family: inherit;
  font-size: .96rem; background: var(--cream); color: var(--ink); transition: border-color .15s, background .15s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.field textarea { resize: vertical; min-height: 110px; }

/* ---------- Footer ---------- */
.footer { background: var(--green-900); color: #b9c4a9; padding: 56px 0 26px; }
.footer .cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 40px; }
.footer .brand .bname { color: #fff; }
.footer p.desc { margin-top: 16px; font-size: .92rem; max-width: 300px; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 9px; }
.footer ul a { font-size: .92rem; transition: color .15s; }
.footer ul a:hover { color: var(--gold-soft); }
.footer .bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; text-align: center; font-size: .86rem; }

/* ---------- Modal (product quick view) ---------- */
.modal-back { position: fixed; inset: 0; background: rgba(31,49,23,.6); backdrop-filter: blur(4px); z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-back.open { display: flex; }
.modal { background: var(--paper); border-radius: 20px; max-width: 520px; width: 100%; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5); }
.modal .m-img { background: #fff; padding: 30px; display: grid; place-items: center; }
.modal .m-img img { max-height: 300px; object-fit: contain; }
.modal .m-info { padding: 24px 28px 30px; }
.modal .m-info h3 { font-size: 1.4rem; color: var(--green-900); margin: 6px 0 14px; }

/* geniş, iki sütunlu detay modalı (aksagida tarzı) */
.modal-lg { max-width: 880px; display: grid; grid-template-columns: 42% 58%; max-height: 92vh; }
.modal-lg .m-media { background: #fff; display: grid; place-items: center; padding: 30px; }
.modal-lg .m-media img { max-width: 100%; max-height: 380px; object-fit: contain; }
.modal-lg .m-info { padding: 34px 34px 30px; overflow-y: auto; }
.m-tag { display: inline-block; color: var(--green); font-weight: 700; font-size: 1rem; font-style: italic; margin-bottom: 4px; }
.modal-lg .m-info h3 { font-size: 1.7rem; margin: 2px 0 16px; letter-spacing: -.02em; }
.m-desc { list-style: none; margin: 0 0 20px; padding: 0; }
.m-desc li { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 13px; color: #4a4a40; font-size: .96rem; line-height: 1.55; }
.m-desc .chk { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--green); color: var(--green); display: grid; place-items: center; font-size: .72rem; font-weight: 900; margin-top: 2px; }
.m-nutri { margin-bottom: 20px; }
.nutri-title { font-size: .82rem; font-weight: 800; color: var(--green-900); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 12px; }
.nutri-title span { color: var(--muted); font-weight: 600; text-transform: none; letter-spacing: 0; }
.nutri-tiles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.nutri-tiles .tile { border: 1px solid var(--line); border-radius: 12px; padding: 12px 4px; text-align: center; background: var(--cream); display: flex; flex-direction: column; gap: 5px; }
.nutri-tiles .tl { font-size: .68rem; color: var(--muted); font-weight: 700; }
.nutri-tiles .tv { font-size: .82rem; color: var(--green-900); font-weight: 800; }
.m-specs { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin-bottom: 16px; }
.m-specs .row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 11px 14px; font-size: .92rem; }
.m-specs .row + .row { border-top: 1px solid var(--line); }
.m-specs .row:nth-child(odd) { background: var(--cream); }
.m-specs .k { color: var(--muted); font-weight: 600; }
.m-specs .v { color: var(--green-900); font-weight: 700; text-align: right; }
.m-note { font-size: .84rem; color: var(--muted); background: var(--cream-2); border-radius: 10px; padding: 10px 12px; margin-bottom: 4px; }
.m-note b { color: var(--gold-deep); }
.m-close { position: absolute; top: 14px; right: 14px; z-index: 6; background: #fff; border: 1px solid var(--line); width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 1.1rem; color: var(--ink); box-shadow: var(--shadow-sm); display: grid; place-items: center; }
.m-close:hover { background: var(--cream-2); }
.modal-wrap { position: relative; width: 880px; max-width: 100%; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .ziyade .wrap, .contact .wrap { grid-template-columns: 1fr; }
  .cat-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
  .sector-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .stats .wrap { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
}
@media (max-width: 760px) {
  .nav { display: none; position: absolute; top: var(--header-h); left: 0; right: 0; background: var(--paper); flex-direction: column; padding: 14px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { width: 100%; }
  .header .cta-mini { display: none; }
  .burger { display: block; }
  .section { padding: 60px 0; }
  .topbar .tb-left { display: none; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
  .toolbar { position: static; }
  .ziyade .zi-media { grid-template-columns: 1fr 1fr; }
  .modal-lg { grid-template-columns: 1fr; max-height: 90vh; overflow-y: auto; }
  .modal-lg .m-media { padding: 24px; }
  .modal-lg .m-media img { max-height: 240px; }
  .modal-lg .m-info { padding: 24px 22px 26px; overflow: visible; }
  .modal-lg .m-info h3 { font-size: 1.4rem; }
  .nutri-tiles { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .stats .wrap { grid-template-columns: 1fr 1fr; }
  .hero-trust { gap: 20px; }
}
