:root{--red:#ed3106;--deep:#151c22;--gold:#ffb400;--green:#25D366;--bg:#f5f7f9}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--deep)}
body{padding-bottom:90px}
.info-header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(18px,5vw,72px);background:#fff;border-bottom:1px solid #e7eaed;position:sticky;top:0;z-index:20}
.info-brand{display:flex;align-items:center;gap:12px;color:var(--red);text-decoration:none;font-weight:900}
.info-brand small{display:block;color:#8b6a10;font-size:9px;letter-spacing:.18em;margin-top:4px}
.info-logo{width:46px;height:46px;border-radius:14px;background:#d71920;display:grid;place-items:center}
.info-logo img{width:30px;height:30px;object-fit:contain}
.info-call{background:var(--red);color:#fff;text-decoration:none;font-size:13px;font-weight:900;padding:12px 17px;border-radius:999px}
.info-main{width:min(1100px,calc(100% - 32px));margin:0 auto;padding:64px 0}
.back-home{color:var(--red);font-weight:800;text-decoration:none;font-size:14px}
.info-heading{max-width:760px;margin-top:26px}
.info-heading>span{font-size:11px;font-weight:900;letter-spacing:.18em;color:#9a7310}
.info-heading h1{font-size:clamp(40px,7vw,78px);line-height:.95;letter-spacing:-.055em;margin:12px 0;color:var(--red)}
.info-heading p{font-size:17px;line-height:1.7;color:#596672;margin:0}
.info-heading .info-lead-secondary{margin-top:12px}
.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:42px}
.info-card{background:#fff;border:1px solid #e5e9ed;border-radius:20px;padding:24px;box-shadow:0 14px 34px rgba(20,29,36,.06)}
.card-mark{width:38px;height:5px;border-radius:5px;background:var(--gold);margin-bottom:18px}
.info-card h2{margin:0 0 9px;font-size:21px}.info-card p{margin:0;color:#62707b;line-height:1.65;font-size:14px}
.page-floating-contact{position:fixed;left:auto;right:20px;bottom:20px;z-index:40;display:flex;flex-direction:column;gap:10px}
.page-float{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;color:#fff;border:2px solid rgba(255,255,255,.92);box-shadow:0 10px 26px rgba(16,22,29,.22);text-decoration:none;transition:transform .18s ease,filter .18s ease}
.page-float:hover{transform:translateY(-2px);filter:brightness(1.03)}
.page-float:active{transform:scale(.95)}
.page-float svg{width:30px;height:30px;display:block}.page-float.wa{background:var(--green)}.page-float.phone{background:#d71920}
@media(max-width:680px){.info-header{height:78px;padding:14px 15px}.info-logo{width:40px;height:40px}.info-logo img{width:25px;height:25px}.info-brand b{font-size:13px}.info-call{font-size:11px;padding:10px 12px}.info-main{padding-top:40px}.info-grid{grid-template-columns:1fr}.info-heading p{font-size:15px}.page-floating-contact{left:auto;right:14px;bottom:14px;gap:8px}.page-float{width:58px;height:58px}.page-float svg{width:29px;height:29px}}


/* Hizmet Bölgelerimiz - şehir listesi */
.location-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:42px;
  max-width:820px;
}
.location-item{
  min-height:58px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:13px 16px;
  background:#fff;
  border:1px solid #dfe4e8;
  border-radius:15px;
  box-shadow:0 10px 25px rgba(20,29,36,.05);
  color:#18222c;
  font-size:16px;
  font-weight:850;
}
.location-icon{
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff0ed;
  color:var(--red);
}
.location-icon svg{width:20px;height:20px;display:block}
.location-item:last-child{color:var(--red)}

@media(max-width:680px){
  .location-list{grid-template-columns:1fr;gap:9px;margin-top:30px}
  .location-item{min-height:54px;padding:11px 14px;font-size:15px}
  .location-icon{width:32px;height:32px;flex-basis:32px}
  .location-icon svg{width:19px;height:19px}
}


/* Hizmet Bölgelerimiz - Türkiye haritası */
.service-area-map{
  width:100%;
  max-width:820px;
  margin-top:34px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.service-area-map img{
  display:block;
  width:min(100%,760px);
  height:auto;
  max-height:520px;
  object-fit:contain;
}

@media(max-width:680px){
  .service-area-map{
    margin-top:24px;
  }
  .service-area-map img{
    width:100%;
    max-height:none;
  }
}
