
:root{--red:#e21b2d;--dark:#0d1117;--text:#1f2937;--muted:#667085;--soft:#f6f7f9;--line:#e6e8ee}
*{box-sizing:border-box}body{margin:0;font-family:'Segoe UI',Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}
.topbar{background:#0b0f14;color:#fff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;padding:9px 0;gap:12px;flex-wrap:wrap}
.navbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);box-shadow:0 8px 26px rgba(0,0,0,.08);backdrop-filter:blur(12px)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.logo{height:58px}.menu{display:flex;gap:24px;font-size:13px;font-weight:900;text-transform:uppercase}.menu a:hover,.menu a.active{color:var(--red)}.menu-btn{display:none;background:#111;color:#fff;border:0;border-radius:10px;padding:10px 13px;font-weight:900}
.hero{background:linear-gradient(135deg,#0d1117,#1b2230);color:#fff;padding:58px 0}.hero-wrap{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.05;margin:0 0 16px;font-weight:950;text-transform:uppercase}.hero p{font-size:18px;line-height:1.65;color:#e5e7eb}.badge{display:inline-block;background:rgba(226,27,45,.18);border:1px solid rgba(255,255,255,.16);padding:9px 15px;border-radius:999px;font-weight:900;margin-bottom:16px}.hero-img{border-radius:34px;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.35)}.hero-img img{height:345px;width:100%;object-fit:cover}
.btns{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;background:var(--red);color:#fff;border:2px solid var(--red);border-radius:999px;padding:13px 22px;font-weight:950}.btn.out{background:transparent;border-color:#fff}.btn.wp{background:#25D366;border-color:#25D366;color:#07130b}
.section{padding:74px 0}.gray{background:var(--soft)}.head{text-align:center;max-width:760px;margin:0 auto 42px}.head small{color:var(--red);font-weight:950;text-transform:uppercase}.head h2{font-size:clamp(28px,4vw,43px);margin:10px 0;font-weight:950}.head p{color:var(--muted);line-height:1.7}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:0 18px 42px rgba(0,0,0,.08);transition:.3s}.card:hover{transform:translateY(-8px);box-shadow:0 28px 60px rgba(0,0,0,.14)}.card img{height:230px;width:100%;object-fit:contain;background:#fafafa;padding:14px}.card-body{padding:24px}.card h3{margin:0 0 9px;font-size:24px;font-weight:950}.card p{color:var(--muted);line-height:1.7}.redlink{color:var(--red);font-weight:950}
.pagehero{background:linear-gradient(135deg,#0d1117,#252b36);color:#fff;padding:70px 0}.pagehero h1{font-size:clamp(34px,5vw,54px);margin:0 0 10px;text-transform:uppercase}.pagehero p{color:#d9dee7}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 28px rgba(0,0,0,.08);transition:.25s}.product:hover{transform:translateY(-5px)}.product img{height:220px;width:100%;object-fit:contain;background:#fafafa;padding:10px}.product-title{text-align:center;font-weight:950;padding:14px 12px;color:#111}.product-sub{text-align:center;color:#667085;font-size:13px;padding:0 12px 14px}
.twocol{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.twocol h2{font-size:40px;margin:0 0 15px}.twocol p{line-height:1.8;color:#555}.roundimg{border-radius:30px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.15)}.roundimg img{height:380px;width:100%;object-fit:cover;background:#fff;padding:0}
.contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.box{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:0 18px 42px rgba(0,0,0,.08)}.info{padding:14px 0;border-bottom:1px solid var(--line)}input,textarea{width:100%;padding:14px;border:1px solid #d9dde5;border-radius:14px;font:inherit;margin-bottom:13px}textarea{height:140px}
footer{background:#101114;color:#fff;padding:50px 0 22px}.foot{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:28px}footer p,footer a{color:#cfd3dc;line-height:1.8}.copy{border-top:1px solid #2d3038;margin-top:26px;padding-top:18px;text-align:center;color:#aeb4c0}.wp-float{position:fixed;right:22px;bottom:22px;background:#25D366;color:#07130b;width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:950;box-shadow:0 15px 35px rgba(37,211,102,.38)}
@media(max-width:920px){.menu{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;flex-direction:column;padding:22px 5%}.menu.open{display:flex}.menu-btn{display:block}.hero-wrap,.grid3,.twocol,.contact,.foot{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.products{grid-template-columns:1fr}.logo{height:52px}.section{padding:56px 0}}

.map-box{margin-top:22px;border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:0 12px 28px rgba(0,0,0,.08)}
.map-box iframe{width:100%;height:340px;border:0;display:block}
.map-link{display:inline-flex;margin-top:14px;color:var(--red);font-weight:950}

.info{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:10px;
  align-items:center;
}
.info b::after{content:" :";}
.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.map-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#111827;
  color:#fff;
  border:2px solid #111827;
  padding:13px 22px;
  font-weight:950;
  transition:.25s;
}
.map-btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(17,24,39,.25)}
@media(max-width:560px){
  .info{grid-template-columns:1fr;gap:4px}
}

.bottom-info{
  background:linear-gradient(135deg,#0d1117,#1d2532);
  color:#fff;
  padding:54px 0;
}
.bottom-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:26px;
  align-items:stretch;
}
.bottom-card{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  border-radius:26px;
  padding:26px;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.bottom-card h3{
  margin:0 0 12px;
  font-size:24px;
}
.bottom-card p{
  margin:0;
  color:#d9dee7;
  line-height:1.75;
}
.bottom-card ul{
  margin:0;
  padding-left:18px;
  color:#d9dee7;
  line-height:1.9;
}
.bottom-card .big{
  color:#fff;
  font-size:30px;
  font-weight:950;
  display:block;
  margin-bottom:4px;
}
@media(max-width:920px){
  .bottom-grid{grid-template-columns:1fr}
}

.kurumsal-img{
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,.15);
  background:#fff;
  min-height:380px;
}
.kurumsal-img img{
  width:100%;
  height:380px;
  object-fit:cover;
  display:block;
}
@media(max-width:920px){
  .kurumsal-img,.kurumsal-img img{height:320px;min-height:320px}
}


/* === DMR SON DÜZENLEMELER === */
.kurumsal-bolum{
  background:#f6f7f9;
  padding:70px 0;
}
.kurumsal-bolum .kurumsal-etiket{
  display:inline-block;
  background:#f2dede;
  color:#222;
  padding:7px 14px;
  border-radius:22px;
  font-weight:800;
  margin-bottom:18px;
}
.kurumsal-bolum h2{
  font-size:clamp(30px,4vw,44px);
  font-weight:950;
  line-height:1.15;
  margin:0 0 18px;
  color:#20242c;
}
.kurumsal-bolum p{
  color:#555;
  font-size:17px;
  line-height:1.8;
}
.kurumsal-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
  margin-top:22px;
}
.kurumsal-list div{
  background:#fff;
  border:1px solid #e6e8ee;
  border-radius:18px;
  padding:15px 17px;
  font-weight:850;
}
.kurumsal-gorsel{
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,.15);
  background:#fff;
}
.kurumsal-gorsel img{
  width:100%;
  height:390px;
  object-fit:cover;
  display:block;
}
.info{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:10px;
  align-items:center;
}
.info b::after{content:" :";}
.contact-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}
.map-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#111827;
  color:#fff;
  border:2px solid #111827;
  padding:13px 22px;
  font-weight:950;
  transition:.25s;
}
.map-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(17,24,39,.25);
}
.card img{
  object-fit:contain !important;
  padding:14px;
  background:#fafafa;
}
@media(max-width:920px){
  .kurumsal-gorsel img{height:320px}
  .kurumsal-list{grid-template-columns:1fr}
}
@media(max-width:560px){
  .info{grid-template-columns:1fr;gap:4px}
}


/* === HERO DÖNEN GÖRSEL VE KATEGORİ BAŞLIK DÜZENİ === */
.head h2{
  margin-top:0 !important;
}
.hero-slider{
  position:relative;
  height:345px;
  border-radius:34px;
  overflow:hidden;
  background:#fff;
}
.hero-slider .hero-s{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  animation:heroFadeDMR 16s infinite;
}
.hero-slider .hero-s:nth-child(1){animation-delay:0s}
.hero-slider .hero-s:nth-child(2){animation-delay:4s}
.hero-slider .hero-s:nth-child(3){animation-delay:8s}
.hero-slider .hero-s:nth-child(4){animation-delay:12s}
@keyframes heroFadeDMR{
  0%{opacity:0;transform:scale(1.04)}
  8%{opacity:1;transform:scale(1.00)}
  25%{opacity:1;transform:scale(1.02)}
  33%{opacity:0;transform:scale(1.05)}
  100%{opacity:0;transform:scale(1.05)}
}
@media(max-width:920px){
  .hero-slider{height:320px}
}


/* === HERO ANA GÖRSEL + THUMBNAIL GALERİ === */
.hero-showcase{
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.main-product-image{
  height:345px;
  border-radius:34px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 28px 80px rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.14);
}
.main-product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.35s ease;
}
.hero-thumbs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:14px;
}
.hero-thumb{
  border:2px solid transparent;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  padding:0;
  cursor:pointer;
  height:82px;
  box-shadow:0 10px 24px rgba(0,0,0,.14);
  transition:.25s ease;
}
.hero-thumb:hover{
  transform:translateY(-3px);
}
.hero-thumb.active{
  border-color:#e21b2d;
  box-shadow:0 12px 28px rgba(226,27,45,.28);
}
.hero-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:920px){
  .main-product-image{height:320px}
  .hero-thumb{height:72px}
}
@media(max-width:560px){
  .hero-thumbs{grid-template-columns:repeat(2,1fr)}
  .hero-thumb{height:86px}
}


/* === KALIP TASARIM SAYFASI === */
.badge-light{display:inline-block;background:#fff1f2;color:#a60f1c;border:1px solid #ffd4da;padding:8px 15px;border-radius:999px;font-weight:950;margin-bottom:16px}
.kalip-detail .twocol{align-items:center}
.kalip-detail h2{font-size:clamp(30px,4vw,44px);font-weight:950;line-height:1.15;color:#20242c}
.kalip-detail p{font-size:17px;color:#555;line-height:1.8}
.process-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 18px 42px rgba(0,0,0,.08);transition:.25s}
.process-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(0,0,0,.12)}
.process-card span{display:inline-flex;width:46px;height:46px;border-radius:16px;align-items:center;justify-content:center;background:var(--red);color:#fff;font-weight:950;margin-bottom:18px}
.process-card h3{margin:0 0 10px;font-size:24px;font-weight:950}
.process-card p{margin:0;color:var(--muted);line-height:1.7}


/* === ÜRETİM SÜRECİ SAYFASI === */
.uretim-detail .twocol{align-items:center}
.uretim-detail h2{font-size:clamp(30px,4vw,44px);font-weight:950;line-height:1.15;color:#20242c}
.uretim-detail p{font-size:17px;color:#555;line-height:1.8}

.form-note{font-size:13px;color:#666;margin-top:10px;line-height:1.5}.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box}
