/* =========================================================
   SELÇUK YEM V5.7 — ONAYLI TAM SAYFA
   Üst hero V5.6 form-düzeltme sürümünden aynen korunmuştur.
   Referans: reference/v57-approved-fullpage.png
   Footer: reference/v57-approved-footer.png
   ========================================================= */
:root{
  --v57-blue:#075ca8;
  --v57-blue-deep:#064b8e;
  --v57-green:#48a914;
  --v57-green-dark:#13851f;
  --v57-text-blue:#0d4e9c;
  --v57-ink:#102d4c;
  --v57-line:#e4e9ec;
}

/* Sayfa oranı: onaylanan preview gibi kompakt ama okunaklı. */
@media (min-width:981px){
  body>.site-header,body>main,body>.footer{width:min(1140px,calc(100% - 72px));}
  .container{width:min(1000px,calc(100% - 58px));}
}

/* HERO ALTINDAKİ 4'LÜ BİLGİ KARTI */
.v57-stats-section{
  position:relative;
  z-index:9;
  background:#fff;
  padding:0 0 26px;
  margin-top:-34px;
}
.v57-hero-stats{
  width:min(850px,calc(100% - 70px));
  min-height:78px;
  margin:0 auto;
  padding:8px 12px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
  background:#fff;
  border:1px solid #e3e8eb;
  border-radius:12px;
  box-shadow:0 11px 28px rgba(24,53,75,.15);
}
.v57-stat{min-height:54px;padding:0 22px;display:flex;align-items:center;gap:14px;position:relative}
.v57-stat:not(:last-child):after{content:"";position:absolute;right:0;top:8px;bottom:8px;width:1px;background:#e1e6e9}
.v57-stat-icon{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;flex:0 0 39px}
.v57-stat-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.v57-stat-icon.blue{background:#075ca8;color:#fff}.v57-stat-icon.green{background:#128c25;color:#fff}
.v57-stat b{display:block;color:#111c28;font-size:15px;line-height:1.05;font-weight:900}
.v57-stat small{display:block;margin-top:4px;color:#56636d;font-size:8px;line-height:1.2}

/* ÜRÜN KARTLARI */
.v57-categories{padding:2px 0 20px!important;background:#fff}
.v57-categories .category-grid{gap:18px}
.v57-categories .category-card{border:1px solid #e1e5e8;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px rgba(30,50,68,.06);background:#fff}
.v57-categories .category-photo{height:145px}
.v57-categories .category-photo img{width:100%;height:100%;object-fit:cover}
.v57-categories .animal-icon{width:44px;height:44px;left:18px;bottom:-20px;border:2px solid #edf4eb;background:#fff;box-shadow:0 3px 7px rgba(30,60,70,.08)}
.v57-categories .animal-icon svg{width:25px;height:25px}
.v57-categories .category-body{padding:27px 18px 17px;min-height:128px}
.v57-categories .category-body h3{font-size:14px;line-height:1.1;margin:0 0 8px;color:#0c4e9e;text-transform:uppercase}
.v57-categories .category-card.lime .category-body h3{color:#159225}
.v57-categories .category-body p{font-size:9px;line-height:1.48;color:#4f5b64;margin:0 0 13px;min-height:28px}
.v57-categories .category-body a{font-size:8px;font-weight:900;color:#159225}.v57-categories .category-card.blue .category-body a{color:#075ca8}
.category-section:after{display:none!important}

/* ÜRETİM SÜRECİ — 5 adımlı düzen */
.v57-process{padding:14px 0 34px!important;background:#fff;border:0!important}
.v57-process .process-title{margin-bottom:22px;text-align:center}
.v57-process .process-title h2{margin:0;color:#0d51a2;text-transform:uppercase;font-size:18px;font-weight:900;display:flex;gap:7px;align-items:center;justify-content:center}
.v57-process .process-title p{max-width:590px;margin:5px auto 0;font-size:8px;color:#6d7981;line-height:1.4}
.v57-process-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;padding:0 16px}
.v57-process-flow:before{content:"";position:absolute;left:10%;right:10%;top:29px;border-top:1px dashed #48515b;z-index:0}
.v57-process-step{text-align:center;position:relative;z-index:1;padding:0 10px}
.v57-process-icon{width:58px;height:58px;border-radius:50%;margin:0 auto 12px;display:grid;place-items:center;color:#fff;box-shadow:0 4px 12px rgba(20,70,100,.08)}
.v57-process-icon.green{background:#159225}.v57-process-icon.blue{background:#075ca8}
.v57-process-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.v57-process-step h3{margin:0 0 7px;font-size:9px;line-height:1.25;text-transform:uppercase;color:#212b33;font-weight:900}
.v57-process-step p{margin:0 auto;max-width:150px;color:#66727b;font-size:7.5px;line-height:1.45}

/* HAKKIMIZDA */
.v57-about{padding:26px 0 32px!important;background:#fff;border-top:1px solid #eef1f2}
.v57-about-layout{display:grid;grid-template-columns:38% 62%;gap:30px;align-items:center}
.v57-about .about-copy h2{margin:0 0 12px;font-size:18px;line-height:1.1;color:#0d4e9c;text-transform:uppercase;font-weight:900}
.v57-about .about-copy p{font-size:9px;line-height:1.58;color:#4d5b65;margin:0 0 9px}
.v57-about .about-copy ul{list-style:none;padding:0;margin:10px 0 14px}
.v57-about .about-copy li{position:relative;padding-left:16px;margin:5px 0;color:#42515c;font-size:8px}
.v57-about .about-copy li:before{content:"✓";position:absolute;left:0;color:#149227;font-weight:900}
.v57-about-btn{height:34px;padding:0 16px;border-radius:5px;background:#138a24;color:#fff!important;display:inline-flex;align-items:center;gap:20px;font-size:8px;text-transform:uppercase;font-weight:900}
.v57-about-media{position:relative;padding-bottom:42px}
.v57-about-media>img{width:100%;height:205px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px rgba(35,50,65,.07)}
.v57-about-stats{position:absolute;left:28px;right:0;bottom:0;min-height:63px;background:#fff;border:1px solid #e1e7ea;border-radius:10px;box-shadow:0 7px 18px rgba(28,55,72,.12);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:7px 5px}
.v57-about-stats>div{position:relative;text-align:center;padding:0 8px}
.v57-about-stats>div:not(:last-child):after{content:"";position:absolute;right:0;top:5px;bottom:5px;width:1px;background:#e1e6e9}
.v57-about-stats span{color:#159225;display:block;margin-bottom:2px}.v57-about-stats svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin:auto}
.v57-about-stats b{display:block;color:#13912a;font-size:16px;line-height:1.05}.v57-about-stats>div:nth-child(odd) b{color:#075ca8}
.v57-about-stats small{display:block;font-size:6.5px;color:#59666f;margin-top:3px}

/* BİLGİ MERKEZİ */
.v57-knowledge{padding:22px 0 52px!important;background:#fff;border-top:1px solid #eef1f2}
.v57-knowledge .knowledge-head{margin-bottom:16px}.v57-knowledge .knowledge-head h2{font-size:18px;color:#0d4e9c;text-transform:uppercase;font-weight:900}
.v57-knowledge .knowledge-head>a{height:29px;border:1px solid #66ad53;border-radius:4px;padding:0 12px;display:flex;align-items:center;color:#178c25;font-size:7px;font-weight:900;text-transform:uppercase}
.v57-knowledge .home-articles{gap:14px}
.v57-knowledge .home-articles article{border:1px solid #e1e6e9;border-radius:9px;overflow:hidden;background:#fff;padding-bottom:12px;box-shadow:0 3px 9px rgba(31,49,64,.04)}
.v57-knowledge .home-articles article>img{width:100%;height:105px;object-fit:cover}
.v57-knowledge .article-label{position:relative;top:auto;left:auto;display:inline-block;margin:-12px 0 0 12px;transform:translateY(-50%);background:#149426;color:#fff;border-radius:4px;padding:4px 8px;font-size:6px;font-weight:800}
.v57-knowledge .home-articles h3{font-size:10.5px;line-height:1.28;color:#172531;margin:0 13px 7px;min-height:42px}
.v57-knowledge .home-articles p{font-size:7.5px;line-height:1.45;color:#68747c;margin:0 13px 10px;min-height:34px}
.v57-knowledge .home-articles a{font-size:7px;font-weight:900;color:#159225;margin:0 13px}

/* FOOTER — onaylanan yeşil bant + beyaz boşluk + şekilli mavi gövde */
.footer{position:relative;background:linear-gradient(110deg,#075ca8 0%,#0664b3 53%,#064b8e 100%)!important;color:#fff;padding:54px 0 0!important;overflow:visible!important}
.v57-footer-wave{position:absolute;left:0;right:0;top:-82px;height:88px;overflow:visible;pointer-events:none}
.v57-footer-wave svg{display:block;width:100%;height:100%;overflow:visible}
.v57-footer-blue{fill:#075ca8}
.v57-footer-green{fill:#4caf1c}
.footer-grid{grid-template-columns:1.05fr .75fr .78fr 1.08fr;gap:48px!important;position:relative;z-index:3}
.footer-brand .footer-logo{width:150px!important;height:62px!important;object-fit:contain!important;object-position:left center!important;filter:none!important;background:#fff;padding:3px}
.footer-brand p{font-size:8px!important;line-height:1.58!important;max-width:230px!important;color:#fff!important;margin:10px 0!important}
.footer h4{font-size:9px!important;margin:3px 0 12px!important;color:#fff!important;text-transform:uppercase}
.footer a,.footer-contact p{font-size:8px!important;line-height:1.42!important;color:#fff!important;margin:6px 0!important}
.socials{margin-top:14px!important}.socials a{width:25px!important;height:25px!important;border:1px solid rgba(255,255,255,.92)!important;border-radius:50%!important;display:grid!important;place-items:center!important;font-size:7px!important;margin:0!important}
.footer-bottom{height:46px!important;margin-top:26px!important;border-top:1px solid rgba(255,255,255,.22)!important;font-size:7px!important;color:#f1f7fb!important}

@media(max-width:980px){
  .v57-stats-section{margin-top:-22px;padding-bottom:20px}.v57-hero-stats{width:calc(100% - 30px);grid-template-columns:repeat(2,1fr)}.v57-stat{min-height:54px}.v57-stat:nth-child(2):after{display:none}.v57-stat:nth-child(-n+2){border-bottom:1px solid #e5e9eb}
  .v57-categories .category-grid{grid-template-columns:1fr 1fr}.v57-categories .category-card:last-child{grid-column:1/-1;max-width:50%;margin:auto;width:100%}
  .v57-process-flow{grid-template-columns:repeat(3,1fr);gap:24px 8px}.v57-process-flow:before{display:none}
  .v57-about-layout{grid-template-columns:1fr}.v57-about-media>img{height:260px}.v57-about-stats{left:15px}
  .v57-knowledge .home-articles{grid-template-columns:repeat(2,1fr)}
  .v57-footer-wave{top:-64px;height:70px}.footer-grid{grid-template-columns:repeat(2,1fr)!important;gap:30px!important}
}
@media(max-width:560px){
  .v57-stats-section{margin-top:-12px}.v57-hero-stats{grid-template-columns:1fr 1fr;width:calc(100% - 24px);padding:5px}.v57-stat{padding:0 9px;gap:8px}.v57-stat-icon{width:32px;height:32px;flex-basis:32px}.v57-stat-icon svg{width:23px;height:23px}.v57-stat b{font-size:12px}.v57-stat small{font-size:6.5px}
  .v57-categories .category-grid{grid-template-columns:1fr}.v57-categories .category-card:last-child{grid-column:auto;max-width:none}.v57-categories .category-photo{height:180px}
  .v57-process-flow{grid-template-columns:1fr 1fr;gap:24px 4px}.v57-process-step:last-child{grid-column:1/-1}.v57-process-icon{width:50px;height:50px}
  .v57-about-media>img{height:200px}.v57-about-stats{position:relative;left:auto;right:auto;bottom:auto;margin:-22px 8px 0;grid-template-columns:1fr 1fr}.v57-about-stats>div:nth-child(2):after{display:none}.v57-about-stats>div{min-height:48px;padding:7px}
  .v57-knowledge .home-articles{grid-template-columns:1fr}.v57-knowledge .home-articles article>img{height:160px}
  .v57-footer-wave{top:-52px;height:58px}.footer{padding-top:44px!important}.footer-grid{grid-template-columns:1fr!important}.footer-bottom{height:auto!important;padding:13px 0!important;gap:8px;flex-direction:column;align-items:flex-start}
}
