body{font-family:Inter,'Segoe UI',Arial,sans-serif;background:#f7f7f5}
.hero{margin-top:72px}
.hero-slide{position:relative;min-height:72vh;display:flex;align-items:center;background:#2f5d3a;background-size:cover;background-position:center}
.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.40)}
.hero-content{position:relative;color:#fff;max-width:720px;padding:64px 12px}
.service-card{background:#fff;padding:26px;border-radius:18px;box-shadow:0 10px 22px rgba(16,24,40,.06);transition:.25s}
.service-card:hover{transform:translateY(-8px)}
.service-card .icon{font-size:28px;margin-bottom:10px}
.footer{background:#fff;border-top:1px solid rgba(0,0,0,.06)}


/* Marka Yapımız (Slider altı) */
.brand-structure {
  background: #f7f7f5;
  padding: 80px 0 60px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.section-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.section-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #2f5d3a;
  display: block;
  margin: 12px auto 0;
}

.brand-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: all .35s ease;
  height: 100%;
}

.brand-card img {
  max-height: 55px;
  margin-bottom: 16px;
}

.brand-card h4 {
  font-weight: 600;
  margin-bottom: 8px;
}

.brand-card h4 span {
  color: #2f5d3a;
}

.brand-card .green {
  color: #2f5d3a;
}

.brand-card p {
  color: #6b6b6b;
  font-size: 15px;
  margin-bottom: 12px;
}

.brand-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.10);
}

.brand-card.highlight {
  border: 2px solid #2f5d3a;
}



/* === STORY FULL-BLEED BACKGROUND === */
.story-fullbleed{
  position:relative;
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  min-height:320px;
  padding:0 !important;
  overflow:hidden;
  background:#f7f7f5;
}
.story-fullbleed .story-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  filter:saturate(1.02);
}
/* soldan sağa yumuşak beyaz geçiş (metin okunurluğu) */
.story-fullbleed .story-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.70) 45%, rgba(255,255,255,0.92) 65%, rgba(255,255,255,0.96) 100%);
}

.story-fullbleed .story-wrap{
  position:relative;
  z-index:2;
  width:min(1320px, calc(100vw - 64px));
  margin:0 auto;
  min-height:320px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:44px 0;
}

.story-fullbleed .story-overlay{
  width:min(560px, 100%);
  padding:18px 0;
}

.story-fullbleed .story-text{
  font-size:16px;
  line-height:1.65;
  color:#2f2f2f;
  margin-top:12px;
  margin-bottom:16px;
}

.story-fullbleed .story-btn{
  border-radius:10px;
  padding:10px 16px;
}

/* footer her zaman aşağıda */
footer, .footer, .site-footer{
  position:relative !important;
  z-index:1 !important;
  width:100%;
}

/* Mobile: gradient dikey ve içerik ortalı */
@media (max-width: 992px){
  .story-fullbleed{ min-height:420px; }
  .story-fullbleed .story-bg:after{
    background:linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.78) 45%, rgba(255,255,255,0.92) 100%);
  }
  .story-fullbleed .story-wrap{
    width:calc(100vw - 32px);
    justify-content:center;
    text-align:center;
    padding:40px 0;
  }
  .story-fullbleed .section-line{ margin-left:auto; margin-right:auto; }
}



/* === HOME BLOG === */
.home-blog{
  background:#ffffff;
  padding:80px 0;
}

.blog-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
  transition:.3s;
  height:100%;
}

.blog-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

.blog-img{
  height:210px;
  background-size:cover;
  background-position:center;
}

.blog-ph{
  background:linear-gradient(90deg,#eaeaea,#f5f5f5,#eaeaea);
  background-size:200% 100%;
  animation:blogph 1.4s infinite;
}

@keyframes blogph{
  0%{background-position:0% 0}
  100%{background-position:200% 0}
}

.blog-body{
  padding:22px;
}

.blog-date{
  font-size:13px;
  color:#7a7a7a;
}

.blog-body h4{
  font-size:18px;
  font-weight:600;
  margin:8px 0 10px;
}

.blog-body p{
  font-size:15px;
  color:#555;
  line-height:1.55;
}

.blog-link{
  color:#2f5d3a;
  font-weight:600;
  text-decoration:none;
}
