/* =========================================================
   SELÇUK YEM V5.37 — MARKALAR + ÜRÜN GRUPLARI ORTA ALAN
   KRİTİK: V5.36 HERO / SLIDER SINIRI / HERO DALGASI / FOOTER
   VE FOOTER DALGASI BU DOSYADA DEĞİŞTİRİLMEZ.
   ========================================================= */

.v537-brand-showcase,
.v537-products{
  background:#fff;
}

.v537-brand-showcase{
  padding:30px 0 14px;
}

.v537-brand-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.v537-brand-card{
  min-height:180px;
  border-radius:18px;
  display:grid;
  grid-template-columns:240px 1px minmax(220px,1fr) 120px;
  align-items:center;
  gap:22px;
  padding:22px 24px;
  overflow:hidden;
  border:1px solid rgba(20,70,110,.07);
}

.v537-brand-card--selcuk{
  background:linear-gradient(115deg,#f4fff7 0%,#f8fffa 62%,#effbf4 100%);
}

.v537-brand-card--kile{
  background:linear-gradient(115deg,#fffaf5 0%,#fff7f2 62%,#fff4ec 100%);
}

.v537-brand-logo-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
}

.v537-brand-logo-wrap--selcuk img{
  width:220px;
  height:auto;
  object-fit:contain;
}

.v537-brand-logo-wrap--kile{
  height:126px;
  overflow:visible;
}

.v537-brand-logo-wrap--kile img{
  width:230px;
  height:150px;
  object-fit:contain;
  transform:scale(1.08) translateX(5px);
  transform-origin:center;
}

.v537-brand-separator{
  width:1px;
  height:116px;
  background:rgba(15,70,115,.55);
}

.v537-brand-content h2{
  margin:0 0 10px;
  color:#132f4f;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.02em;
}

.v537-brand-content p{
  margin:0 0 16px;
  max-width:330px;
  color:#30485d;
  font-size:12.5px;
  line-height:1.55;
}

.v537-brand-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:186px;
  height:43px;
  padding:0 18px;
  border-radius:999px;
  color:#fff;
  font-size:12px;
  font-weight:800;
  box-shadow:0 7px 16px rgba(0,0,0,.10);
}

.v537-brand-btn svg,
.v537-quality-card>a svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.v537-brand-btn--green{
  background:linear-gradient(180deg,#32ad36,#168824);
}

.v537-brand-btn--red{
  background:linear-gradient(180deg,#ef2020,#c90000);
}

.v537-brand-badge{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:2px;
  font-weight:800;
}

.v537-brand-badge svg{
  width:44px;
  height:44px;
  margin-bottom:3px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.3;
}

.v537-brand-badge strong{
  font-size:13px;
  line-height:1.08;
}

.v537-brand-badge span{
  font-size:11px;
  line-height:1.1;
}

.v537-brand-badge--export{color:#0d8b29;}
.v537-brand-badge--domestic{color:#e53913;}

.v537-products{
  padding:4px 0 52px;
}

.v537-section-heading{
  text-align:center;
  margin:0 0 18px;
}

.v537-section-heading h2{
  margin:0;
  color:#075ca8;
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.02em;
}

.v537-section-heading span{
  display:block;
  width:48px;
  height:3px;
  border-radius:999px;
  background:#3dad2d;
  margin:8px auto 0;
}

.v537-products-layout{
  display:grid;
  grid-template-columns:minmax(0,4fr) minmax(240px,1.05fr);
  gap:18px;
  align-items:stretch;
}

.v537-product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.v537-product-card{
  overflow:hidden;
  background:#fff;
  border:1px solid #e0e7eb;
  border-radius:13px;
  box-shadow:0 6px 18px rgba(23,55,78,.07);
}

.v537-product-card>img{
  width:100%;
  height:122px;
  object-fit:cover;
}

.v537-product-card-body{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
}

.v537-product-card-body h3{
  margin:0;
  color:#152e48;
  font-size:13px;
  line-height:1.2;
}

.v537-product-card-body a{
  flex:0 0 30px;
  width:30px;
  height:30px;
  border:1.5px solid #0b5da8;
  color:#0b5da8;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:17px;
  font-weight:800;
}

.v537-quality-card{
  border:1px solid #e3f0e7;
  border-radius:16px;
  padding:24px 24px 22px;
  background:linear-gradient(135deg,#f7fff9,#f2fbf4);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.v537-quality-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}

.v537-quality-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  color:#0b8a38;
}

.v537-quality-icon svg{
  width:44px;
  height:44px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}

.v537-quality-card h3{
  margin:0;
  color:#0d4b37;
  font-size:20px;
  line-height:1.13;
}

.v537-quality-card p{
  margin:0 0 18px;
  color:#3d5d51;
  font-size:12px;
  line-height:1.55;
}

.v537-quality-card>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:max-content;
  min-width:145px;
  height:39px;
  padding:0 16px;
  border:1.4px solid #238b46;
  border-radius:999px;
  color:#18763d;
  font-size:12px;
  font-weight:800;
}

@media (max-width:1180px){
  .v537-brand-card{
    grid-template-columns:190px 1px minmax(190px,1fr) 102px;
    gap:16px;
    padding:20px;
  }
  .v537-brand-logo-wrap--selcuk img{width:180px;}
  .v537-brand-logo-wrap--kile img{width:200px;height:136px;}
  .v537-brand-content h2{font-size:19px;}
  .v537-brand-content p{font-size:11.5px;}
  .v537-products-layout{grid-template-columns:1fr;}
  .v537-quality-card{min-height:180px;}
}

@media (max-width:900px){
  .v537-brand-grid{grid-template-columns:1fr;}
  .v537-brand-card{
    grid-template-columns:190px 1px minmax(0,1fr) 100px;
  }
  .v537-product-grid{grid-template-columns:repeat(2,1fr);}
}

@media (max-width:620px){
  .v537-brand-showcase{padding-top:20px;}
  .v537-brand-card{
    grid-template-columns:1fr;
    gap:12px;
    text-align:center;
    padding:20px 18px;
  }
  .v537-brand-separator{
    width:64px;
    height:1px;
    margin:auto;
  }
  .v537-brand-content p{margin-inline:auto;}
  .v537-brand-badge{margin-top:2px;}
  .v537-brand-logo-wrap--selcuk img{width:190px;}
  .v537-brand-logo-wrap--kile{height:115px;}
  .v537-brand-logo-wrap--kile img{width:190px;height:125px;}
  .v537-product-grid{grid-template-columns:1fr 1fr;gap:10px;}
  .v537-product-card>img{height:105px;}
  .v537-product-card-body{padding:9px 10px;}
  .v537-product-card-body h3{font-size:11px;}
  .v537-products{padding-bottom:34px;}
}
