*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#171717;background:#fff;line-height:1.6}.container{width:min(1160px,92%);margin:auto}.header{position:sticky;top:0;z-index:10;background:#080808;border-bottom:1px solid #2c2c2c}.nav{min-height:78px;display:flex;align-items:center;gap:30px}.brand{color:#fff;text-decoration:none;font-size:31px;font-weight:900;letter-spacing:-2px;position:relative;padding-bottom:11px;line-height:1}.brand b,.eyebrow,.gold-line{color:#d9a52b}.brand small{display:block;font-size:10px;letter-spacing:6px;text-align:right;color:#fff;margin-top:5px}.nav nav{display:flex;gap:26px;margin-left:auto}.nav nav a{color:#fff;text-decoration:none;font-size:13px;font-weight:700}.nav nav a:hover{color:#d9a52b}.whatsapp{color:#fff;text-decoration:none;border:1px solid #d9a52b;padding:10px 16px;border-radius:7px;font-weight:700;font-size:13px}.menu{display:none;background:none;border:0;color:#fff;font-size:28px}.hero{position:relative;min-height:600px;display:flex;align-items:center;background:#111;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.55),rgba(0,0,0,.3)),url("assets/hero.png") center/cover no-repeat;filter:saturate(.8)}.hero-content{position:relative;color:#fff;padding:80px 0}.eyebrow{font-size:14px;font-weight:800;letter-spacing:1px}.hero h1{font-size:58px;line-height:1.05;margin:18px 0}.hero h1 strong{color:#d9a52b}.lead{font-size:18px;max-width:580px;color:#ddd}.actions{display:flex;gap:15px;margin-top:30px}.btn{display:inline-block;text-decoration:none;padding:13px 23px;font-weight:800;border-radius:3px}.primary{background:#d9a52b;color:#111}.outline{border:1px solid #fff;color:#fff}.features{background:#f7f7f7}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr)}.feature-grid article{padding:35px 22px;text-align:center;border-right:1px solid #ddd}.feature-grid article:last-child{border:0}.feature-grid span,.icon{font-size:35px;color:#d9a52b}.feature-grid h3{margin:5px 0;font-size:16px}.feature-grid p,.muted{color:#666;font-size:14px}.section{padding:90px 0}.section h2{font-size:40px;margin:5px 0 28px}.dark{background:#111;color:#fff}.dark p{color:#ccc}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.gold-line{font-weight:800;margin-top:25px}.machine-card{min-height:320px;border:1px solid #333;background:radial-gradient(circle at center,#4d4d4d,#141414);display:grid;place-items:center;text-align:center}.machine-shape{font-size:100px;font-weight:900;color:#d9a52b}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{padding:32px;border:1px solid #e1e1e1;border-radius:6px;background:#fff}.card h3{margin:10px 0}.gallery{background:#f6f6f6}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.placeholder{aspect-ratio:1/1;background:linear-gradient(135deg,#252525,#777);color:#d9a52b;display:grid;place-items:center;font-weight:800;font-size:13px;border-radius:5px}.contact{background:#fff}.contact-list{display:grid;gap:10px;margin-top:25px}.contact-list a{display:flex;justify-content:space-between;padding:16px 18px;border:1px solid #ddd;color:#222;text-decoration:none}.contact-list a:hover{border-color:#d9a52b}.map{min-height:330px;background:linear-gradient(135deg,#e8e8e8,#cfcfcf);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:5px}.map-pin{font-size:48px}.map h3{margin:5px}.map .btn{margin-top:15px}footer{background:#080808;color:#fff;padding-top:50px}.footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding-bottom:35px}.footer a,.footer span{display:block;color:#bbb;text-decoration:none;margin-top:7px}.copyright{text-align:center;border-top:1px solid #222;padding:18px;color:#777;font-size:12px}@media(max-width:850px){.nav{gap:12px}.nav nav{display:none;position:absolute;top:78px;left:0;right:0;background:#080808;padding:20px;flex-direction:column}.nav nav.open{display:flex}.menu{display:block;margin-left:auto}.whatsapp{font-size:11px;padding:9px}.feature-grid,.cards,.gallery-grid{grid-template-columns:1fr 1fr}.two-col{grid-template-columns:1fr}.hero h1{font-size:43px}.section{padding:65px 0}}@media(max-width:520px){.feature-grid,.cards,.gallery-grid{grid-template-columns:1fr}.brand{font-size:26px}.whatsapp{display:none}.hero{min-height:540px}.hero h1{font-size:37px}.hero-content{padding:55px 0}.footer{grid-template-columns:1fr}.section h2{font-size:32px}}
.gallery-grid figure{margin:0;aspect-ratio:1/1;overflow:hidden;border-radius:5px;background:#ddd}
.gallery-grid figure img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.gallery-grid figure:hover img{transform:scale(1.04)}

.product-gallery{grid-template-columns:repeat(5,1fr)}
.product-gallery figure{margin:0;background:#161616;border:1px solid #333;border-radius:6px;overflow:hidden}
.product-gallery figure img{width:100%;aspect-ratio:1.25/1;object-fit:cover;display:block}
.product-gallery figcaption{padding:14px 15px;color:#fff}
.product-gallery figcaption b{display:block;color:#d9a52b;font-size:16px;margin-bottom:4px}
.product-gallery figcaption span{display:block;color:#bbb;font-size:12px;line-height:1.45}
@media(max-width:1050px){.product-gallery{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.product-gallery{grid-template-columns:1fr 1fr}}

.about-photo{position:relative;min-height:320px;overflow:hidden;border:1px solid #333;background:#111}
.about-photo img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block}
.about-photo .photo-caption{position:absolute;left:0;right:0;bottom:0;padding:14px 18px;background:linear-gradient(transparent,rgba(0,0,0,.9));color:#fff;font-weight:700}

/* CeBa Makine yeni logo ve renk düzeni */

.site-logo{
  display:block;
  width:150px;
  height:auto;
  object-fit:contain;
}

.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
}

/* Logo renklerine uygun koyu lacivert */
.header{
  background:#123f68;
}

body{
  background:#f5f7fa;
  color:#171717;
}

/* Koyu alanları siyah yerine lacivert yap */
.hero,
.features,
.product-gallery,
footer{
  background-color:#123f68;
}

/* Buton ve vurgu renkleri */
.btn.primary,
.whatsapp{
  background:#0b477d;
  color:#fff;
}

.btn.primary:hover,
.whatsapp:hover{
  background:#12365c;
}

@media(max-width:650px){
  .site-logo{
    width:115px;
  }
}
.site-logo{
  width:180px;
  height:auto;
  display:block;
}
.header{
  background:#123f68 !important;
}
.hero,
.features,
.product-gallery,
footer,
.about-photo {
  background-color:#123f68 !important;
}
