*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f8fafc;font-family:Inter,Arial,sans-serif;color:#0f172a;overflow-x:hidden}
a{color:inherit}
.container{width:min(1280px,100%);margin:auto;padding:0 20px}
.header-wrapper{position:sticky;top:0;z-index:9999;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.topbar{border-bottom:1px solid #eceff4;background:#fff;font-size:14px}
.topbar-inner{min-height:42px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:18px;min-width:0}
.topbar a,.topbar span{text-decoration:none;color:#67748a;font-size:14px;white-space:nowrap}
.divider{width:1px;height:14px;background:#d7dce3;flex:0 0 auto}
.social{width:26px;height:26px;display:flex;align-items:center;justify-content:center}
.whatsapp{color:#16a34a}
header{background:#fff}
.nav{min-height:110px;display:grid;grid-template-columns:minmax(160px,240px) 1fr auto;align-items:center;gap:28px}
.logo{display:block;width:100%;max-width:240px;height:auto}
nav{display:flex;justify-content:center;gap:clamp(16px,3vw,42px);flex-wrap:wrap}
nav a{font-size:17px;font-weight:600;color:#16233d;text-decoration:none;position:relative;cursor:pointer}
nav a.active::after{content:'';position:absolute;left:0;right:0;bottom:-12px;height:3px;background:#2563eb}
.btn{display:inline-flex;align-items:center;justify-content:center;background:#16a34a;color:#fff;padding:18px 34px;border-radius:4px;font-weight:700;letter-spacing:1px;text-align:center;text-decoration:none;white-space:nowrap}
.hero{padding:clamp(36px,6vw,70px) 0}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1fr);gap:clamp(28px,5vw,60px);align-items:center}
.mini{color:#2563eb;letter-spacing:3px;font-size:12px;font-weight:700}
h1{font-family:Georgia,serif;font-size:clamp(42px,5.6vw,72px);font-weight:400;line-height:1.05;margin:20px 0}
h2{font-family:Georgia,serif;font-size:clamp(32px,4.5vw,58px);color:#16a34a;font-weight:400;line-height:1.08;margin:0 0 20px}
p{font-size:18px;line-height:1.6;color:#475569;margin:0}
.actions{display:flex;flex-wrap:wrap;gap:15px;margin-top:25px}
.outline{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border:1px solid #d1d5db;border-radius:4px;text-decoration:none;background:#fff;white-space:nowrap}
.hero-photo{min-height:clamp(360px,55vw,700px);background:linear-gradient(135deg,#dbeafe,#e5e7eb);position:relative;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}
.badge{position:absolute;right:20px;bottom:20px;background:#163a7a;color:#fff;padding:22px 25px;border-radius:4px;font-weight:700}
.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:40px auto 80px}
.stats div{background:#fff;padding:35px 20px;text-align:center;font-size:40px;font-weight:700;border-radius:8px;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.stats span{display:block;font-size:14px;font-weight:400;margin-top:10px;color:#64748b}

@media (max-width:1024px){
  .topbar-inner{align-items:flex-start;flex-direction:column;padding-top:10px;padding-bottom:10px}
  .topbar-left,.topbar-right{width:100%;justify-content:center;flex-wrap:wrap;gap:10px 14px}
  .nav{min-height:auto;grid-template-columns:180px 1fr;gap:18px;padding-top:16px;padding-bottom:16px}
  .nav>.btn{grid-column:2;justify-self:end;padding:14px 24px}
  nav{grid-column:1/-1;order:3;justify-content:center;gap:18px 26px;border-top:1px solid #eef2f7;padding-top:14px}
  nav a.active::after{bottom:-6px}
  .hero-grid{grid-template-columns:1fr;gap:34px}
  .hero-photo{order:-1;min-height:420px}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:640px){
  .container{padding:0 16px}
  .header-wrapper{position:relative}
  .topbar{display:none}
  .nav{grid-template-columns:1fr;justify-items:center;text-align:center;padding-top:14px;padding-bottom:14px}
  .logo{max-width:190px}
  nav{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border-top:1px solid #eef2f7;padding-top:12px}
  nav a{font-size:14px;background:#f8fafc;border:1px solid #eef2f7;border-radius:6px;padding:10px 8px}
  nav a.active::after{display:none}
  .nav>.btn{grid-column:auto;justify-self:stretch;width:100%;padding:14px 20px}
  .hero{text-align:center;padding:34px 0}
  .mini{letter-spacing:2px;font-size:11px}
  h1{font-size:38px;margin:16px 0 12px}
  h2{font-size:30px;margin-bottom:14px}
  p{font-size:16px}
  .actions{flex-direction:column;gap:10px}
  .actions .btn,.outline{width:100%;padding:14px 18px}
  .hero-photo{min-height:280px;border-radius:6px}
  .badge{right:12px;bottom:12px;left:12px;padding:16px;font-size:14px}
  .stats{grid-template-columns:1fr;gap:4px;margin:28px auto 48px}
  .stats div{padding:24px 16px;font-size:34px}
}

@media (max-width:380px){
  h1{font-size:34px}
  h2{font-size:27px}
  nav{grid-template-columns:1fr}
}

.menu-toggle{display:none;width:44px;height:44px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.menu-toggle span{display:block;width:22px;height:2px;background:#0f172a;border-radius:999px;transition:transform .2s ease,opacity .2s ease}
.menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.is-open span:nth-child(2){opacity:0}
.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (max-width:640px){
  .header-wrapper{position:sticky;top:0}
  .nav{grid-template-columns:auto 44px;justify-items:stretch;text-align:left;align-items:center;gap:4px;padding-top:12px;padding-bottom:12px}
  .logo{max-width:180px;justify-self:start}
  .menu-toggle{display:flex;justify-self:end}
  .nav>.btn{grid-column:1/-1;grid-row:2;width:100%;justify-self:stretch;order:2}
  nav{grid-column:1/-1;grid-row:3;display:none;width:100%;grid-template-columns:1fr;gap:8px;border-top:1px solid #eef2f7;padding-top:12px;order:3}
  nav.is-open{display:grid}
  nav a{text-align:center;font-size:15px;padding:12px 10px}
  .hero-photo{display:none}
  .hero-grid{gap:0}
}

.mobile-menu-cta,.mobile-menu-logo,.mobile-call-cta,.mobile-sticky-cta{display:none}

@media (max-width:640px){
  body{padding-bottom:74px}
  body.menu-open{overflow:hidden}
  .header-wrapper{position:sticky;top:0;z-index:9999}
  .nav{min-height:108px;grid-template-columns:auto 56px;align-items:center;padding-top:14px;padding-bottom:14px}
  .logo{max-width:205px}
  .menu-toggle{width:56px;height:56px;border:2px solid #e69a00;border-radius:12px;position:relative;z-index:10001}
  body.menu-open .menu-toggle{position:fixed;top:26px;right:24px;background:#fff}
  .menu-toggle span{width:25px;height:3px}
  .nav>.btn{display:none!important}
  #mainMenu{position:fixed;inset:0;z-index:10000;background:#fff;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;padding:16px 24px 28px;border-top:0;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease}
  #mainMenu.is-open{transform:translateY(0);opacity:1;pointer-events:auto}
  #mainMenu a{background:#fff;border:0;border-bottom:1px solid #eef2f7;border-radius:0;color:#0f172a;font-size:20px;font-weight:700;padding:18px 6px;text-align:left}
  #mainMenu a.active::after{display:none}
  #mainMenu .mobile-menu-cta{display:none!important}
  #mainMenu .mobile-menu-logo{display:block;width:220px;max-width:calc(100% - 84px);height:auto;margin:0 84px 20px 0;align-self:flex-start}
  #mainMenu .mobile-call-cta{display:flex;background:#16a34a;color:#fff;border:0;border-radius:6px;justify-content:center;text-align:center;letter-spacing:1px;margin:8px 0 0;padding:18px 20px}
  .mobile-sticky-cta{position:fixed;left:16px;right:16px;bottom:14px;z-index:9998;display:flex;align-items:center;justify-content:center;background:#16a34a;color:#fff;text-decoration:none;border-radius:6px;padding:17px 20px;font-weight:800;letter-spacing:1px;box-shadow:0 12px 28px rgba(22,163,74,.32)}
  .hero{padding-top:38px}
}

/* Desktop hero konum duzeltmesi */
@media (min-width:1025px){
  .hero{padding:38px 0 0;}
  .hero-grid{align-items:flex-start;}
  .hero-photo{min-height:620px;}
}

/* Ana sayfa ek bolumler */
.services-section{padding:70px 0 86px;background:#fff}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:48px}
.section-head h3,.why-intro h3{font-family:Georgia,serif;font-weight:400;color:#111827;margin:0;font-size:clamp(34px,3.6vw,52px)}
.section-head a,.why-intro a{font-size:12px;font-weight:700;letter-spacing:5px;color:#1d4ed8;text-decoration:none;white-space:nowrap}
.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.service-card{min-height:410px;position:relative;overflow:hidden;border-radius:0;background:linear-gradient(135deg,#dbeafe,#f8fafc);box-shadow:0 18px 40px rgba(15,23,42,.08);display:flex;align-items:flex-end;padding:28px;color:#fff;isolation:isolate}
.service-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(22,58,122,.15),rgba(15,23,42,.86));z-index:-1}
.service-card::after{content:"";position:absolute;inset:16px;border:1px solid rgba(96,165,250,.5);opacity:.9;pointer-events:none}
.service-1{background:linear-gradient(145deg,#1e3a8a,#94a3b8)}
.service-2{background:linear-gradient(145deg,#f8fafc,#94a3b8)}
.service-3{background:linear-gradient(145deg,#0f172a,#60a5fa)}
.service-4{background:linear-gradient(145deg,#64748b,#111827)}
.service-icon{position:absolute;right:28px;top:28px;width:48px;height:48px;background:rgba(15,23,42,.55);border:1px solid rgba(96,165,250,.65);display:flex;align-items:center;justify-content:center;color:#60a5fa;z-index:2}
.service-content{position:relative;z-index:2}
.service-content h4{font-family:Georgia,serif;font-style:italic;font-size:25px;line-height:1.2;font-weight:400;margin:0 0 16px;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.35)}
.service-content p{font-size:15px;line-height:1.55;color:#e5e7eb;margin-bottom:24px}
.service-content span{font-size:12px;letter-spacing:5px;font-weight:700;color:#60a5fa}
.why-section{padding:78px 0;background:linear-gradient(120deg,#f8fafc,#eef6ff)}
.why-grid{display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:80px;align-items:start}
.why-intro{position:sticky;top:150px}
.why-intro .mini{margin-bottom:26px}
.why-intro h3{font-size:clamp(34px,3vw,48px);margin-bottom:28px}
.why-intro h3 em{font-style:italic;color:#60a5fa}
.why-intro p{font-size:17px;margin-bottom:42px;color:#64748b}
.why-list{border-top:1px solid #dbe3ef}
.why-item{display:grid;grid-template-columns:120px 64px 1fr 24px;align-items:center;gap:28px;min-height:138px;border-bottom:1px solid #dbe3ef;padding:24px 28px 24px 0;transition:background .2s ease}
.why-item strong{font-family:Georgia,serif;font-style:italic;color:#8aa4dc;font-size:48px;font-weight:400;text-align:center}
.why-item>span{width:56px;height:56px;border:1px solid #b9c9ea;display:flex;align-items:center;justify-content:center;color:#1d4ed8;background:rgba(255,255,255,.5)}
.why-item h4{font-family:Georgia,serif;font-style:italic;font-size:30px;font-weight:400;margin:0 0 10px;color:#1f2937}
.why-item p{font-size:16px;color:#64748b;margin:0;line-height:1.5}
.why-item .arrow{color:#9ca3af}
.why-item.highlighted{background:rgba(219,234,254,.58);border-left:4px solid #1d4ed8;padding-left:24px}
.why-item.highlighted h4{color:#60a5fa}
.site-footer{background:#fff;border-top:1px solid #e5e7eb;padding:72px 0 56px}
.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1.25fr;gap:72px;align-items:start}
.footer-brand img{width:250px;max-width:100%;height:auto;margin-bottom:26px}
.footer-brand p{font-size:16px;color:#64748b;max-width:360px}
.site-footer h4{font-size:13px;letter-spacing:6px;color:#1d4ed8;margin:0 0 28px;font-weight:700}
.footer-contact{display:flex;flex-direction:column;gap:18px}
.footer-contact a,.footer-contact span{color:#475569;text-decoration:none;font-size:17px;display:flex;gap:14px;align-items:center}
.footer-contact i{color:#1d4ed8;width:18px}
.footer-hours{display:flex;flex-direction:column;gap:16px}
.footer-hours div{display:flex;justify-content:space-between;gap:32px;color:#64748b;font-size:17px}
.footer-hours strong{font-family:monospace;color:#334155;font-size:17px;white-space:nowrap}

@media (max-width:1024px){
  .services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .why-grid{grid-template-columns:1fr;gap:38px}
  .why-intro{position:static}
  .footer-grid{grid-template-columns:1fr 1fr;gap:42px}
  .footer-hours{grid-column:1/-1}
}

@media (max-width:640px){
  .services-section{padding:46px 0 54px}
  .section-head{align-items:flex-start;margin-bottom:24px}
  .section-head a{display:none}
  .services-grid{grid-template-columns:1fr;gap:16px}
  .service-card{min-height:310px;padding:22px}
  .service-content h4{font-size:23px}
  .why-section{padding:48px 0}
  .why-intro{text-align:left}
  .why-intro p{font-size:16px;margin-bottom:24px}
  .why-item{grid-template-columns:64px 44px 1fr;gap:12px;min-height:auto;padding:22px 0}
  .why-item strong{font-size:34px;text-align:left}
  .why-item>span{width:42px;height:42px}
  .why-item h4{font-size:24px;margin-bottom:8px}
  .why-item p{font-size:14px}
  .why-item .arrow{display:none}
  .why-item.highlighted{padding-left:14px}
  .site-footer{padding:44px 0 98px}
  .footer-grid{grid-template-columns:1fr;gap:34px}
  .footer-brand img{width:220px;margin-bottom:18px}
  .site-footer h4{margin-bottom:18px}
  .footer-hours div{font-size:15px;gap:18px}
}

@media (max-width:420px){
  .why-item{grid-template-columns:1fr;gap:10px}
  .why-item strong{text-align:left}
  .footer-hours div{flex-direction:column;gap:4px}
}

/* v9 duzeltmeler: 04 hiza + tek font sistemi */
h1,h2,.section-head h3,.why-intro h3,.service-content h4,.why-item strong,.why-item h4{
  font-family:Inter,Arial,sans-serif!important;
  font-style:normal!important;
}

.why-intro h3 em{
  font-family:Inter,Arial,sans-serif!important;
  font-style:normal!important;
}

.why-item{
  grid-template-columns:120px 64px 1fr 24px;
  padding:24px 28px 24px 0!important;
  border-left:0!important;
}

.why-item.highlighted{
  padding-left:0!important;
  background:rgba(219,234,254,.58);
  box-shadow:inset 4px 0 0 #1d4ed8;
}

.why-item strong{
  font-weight:600;
  color:#8aa4dc;
}

.why-item h4{
  font-size:28px;
  font-weight:600;
  color:#1f2937;
}

.why-item.highlighted h4{
  color:#60a5fa;
}

.service-content h4{
  font-weight:600;
}

.section-head h3,.why-intro h3{
  font-weight:500;
}

@media (max-width:640px){
  .why-item,
  .why-item.highlighted{
    grid-template-columns:64px 44px 1fr;
    padding:22px 0!important;
  }
  .why-item.highlighted{
    padding-left:12px!important;
  }
  .why-item h4{font-size:22px;}
}

@media (max-width:420px){
  .why-item,
  .why-item.highlighted{
    grid-template-columns:1fr;
    padding:20px 0!important;
  }
  .why-item.highlighted{padding-left:12px!important;}
}

/* v10 duzeltmeler: logo mavisi + neden biz italik basliklar */
:root{--logo-blue:#003F91;--accent-blue:#2563eb;}

.mini,
.section-head a,
.why-intro a,
.site-footer h4{
  color:var(--logo-blue)!important;
}

.why-intro h3 em{
  color:#60a5fa!important;
  font-family:Georgia,serif!important;
  font-style:italic!important;
  font-weight:400!important;
}

.why-item h4{
  font-family:Georgia,serif!important;
  font-style:italic!important;
  font-size:30px!important;
  font-weight:400!important;
  color:#1f2937!important;
}

.why-item.highlighted h4{
  color:#60a5fa!important;
}

.why-item strong{
  font-family:Georgia,serif!important;
  font-style:italic!important;
  font-weight:400!important;
}

@media (max-width:640px){
  .why-item h4{font-size:24px!important;}
}

/* v11 SEO scroll content */
.seo-section{
  padding:78px 0 72px;
  background:#f6f9fd;
  border-top:1px solid #e6edf7;
}
.seo-head{
  max-width:920px;
  margin-bottom:28px;
}
.seo-head h3{
  margin:12px 0 12px;
  font-size:42px;
  line-height:1.12;
  color:#003F91;
  font-weight:600;
}
.seo-head p{
  max-width:760px;
  font-size:18px;
  line-height:1.7;
  color:#64748b;
  margin:0;
}
.seo-scroll-box{
  max-height:430px;
  overflow-y:auto;
  padding:34px 38px;
  background:#fff;
  border:1px solid #dbe7f5;
  border-left:5px solid #003F91;
  border-radius:18px;
  box-shadow:0 22px 60px rgba(15,23,42,.06);
  color:#334155;
  scrollbar-width:thin;
  scrollbar-color:#003F91 #edf4fb;
}
.seo-scroll-box::-webkit-scrollbar{width:9px;}
.seo-scroll-box::-webkit-scrollbar-track{background:#edf4fb;border-radius:20px;}
.seo-scroll-box::-webkit-scrollbar-thumb{background:#003F91;border-radius:20px;}
.seo-scroll-box h4{
  margin:0 0 14px;
  font-size:25px;
  line-height:1.3;
  color:#0f172a;
  font-weight:600;
}
.seo-scroll-box h4:not(:first-child){margin-top:30px;}
.seo-scroll-box p{
  margin:0 0 18px;
  font-size:16.5px;
  line-height:1.85;
  color:#475569;
}
@media (max-width:768px){
  .seo-section{padding:52px 0 56px;}
  .seo-head h3{font-size:30px;}
  .seo-head p{font-size:16px;}
  .seo-scroll-box{max-height:390px;padding:24px 22px;border-radius:14px;}
  .seo-scroll-box h4{font-size:22px;}
  .seo-scroll-box p{font-size:15.5px;line-height:1.75;}
}
@media (max-width:420px){
  .seo-scroll-box{max-height:360px;padding:22px 18px;}
}


/* v12: Neden Biz kartlari hover/scroll reveal davranisi */
.why-item,
.why-item.highlighted{
  background:transparent!important;
  box-shadow:none!important;
  border-left:4px solid transparent!important;
  padding:24px 28px 24px 24px!important;
  transform:translateY(18px);
  opacity:0;
  transition:
    opacity .55s ease var(--reveal-delay,0ms),
    transform .55s ease var(--reveal-delay,0ms),
    background-color .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.why-item.is-visible{
  opacity:1;
  transform:translateY(0);
}

.why-item h4{
  transition:color .25s ease;
}

.why-item .arrow{
  transition:transform .25s ease,color .25s ease;
}

@media (hover:hover){
  .why-item:hover{
    background:#eef5ff!important;
    border-left-color:var(--logo-blue)!important;
    transform:translateY(-4px);
    box-shadow:0 14px 34px rgba(0,63,145,.08)!important;
  }
  .why-item:hover h4{
    color:#60a5fa!important;
  }
  .why-item:hover .arrow{
    color:var(--logo-blue);
    transform:translateX(5px);
  }
}

@media (hover:none){
  .why-item:active{
    background:#eef5ff!important;
    border-left-color:var(--logo-blue)!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .why-item,
  .why-item.is-visible{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}

@media (max-width:640px){
  .why-item,
  .why-item.highlighted{
    grid-template-columns:64px 44px 1fr;
    padding:22px 12px!important;
  }
}

@media (max-width:420px){
  .why-item,
  .why-item.highlighted{
    grid-template-columns:1fr;
    padding:20px 12px!important;
  }
}

/* v13 Hakkimizda sayfasi */
.about-page{background:#f8fafc;}
.about-hero{padding:76px 0 70px;background:linear-gradient(120deg,#f8fafc,#eef6ff);border-bottom:1px solid #e6edf7;}
.about-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.55fr);gap:56px;align-items:center;}
.about-hero h1{font-family:Inter,Arial,sans-serif!important;font-size:clamp(46px,5vw,76px);font-weight:600;line-height:1.04;margin:18px 0;color:#0f172a;}
.about-hero .lead{font-size:21px;line-height:1.7;color:#475569;max-width:760px;}
.about-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px;}
.about-card{background:#fff;border:1px solid #dbe7f5;border-left:5px solid var(--logo-blue);border-radius:18px;padding:34px;box-shadow:0 22px 60px rgba(15,23,42,.06);}
.about-card strong{display:block;font-size:64px;line-height:1;color:var(--logo-blue);font-weight:700;letter-spacing:-2px;}
.about-card span{display:block;margin:10px 0 18px;color:#16a34a;font-weight:700;letter-spacing:2px;}
.about-card p{font-size:16px;line-height:1.75;}
.about-content-section{padding:78px 0;background:#fff;}
.about-content-grid{display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:86px;align-items:start;}
.about-side{position:sticky;top:150px;}
.about-side h2{font-family:Inter,Arial,sans-serif!important;color:#0f172a;font-size:clamp(30px,3vw,46px);font-weight:600;line-height:1.16;margin:18px 0 0;}
.about-text p{font-size:18px;line-height:1.9;color:#475569;margin:0 0 22px;}
.values-section{padding:72px 0;background:#f6f9fd;border-top:1px solid #e6edf7;border-bottom:1px solid #e6edf7;}
.values-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.values-grid article{background:#fff;border:1px solid #dbe7f5;border-radius:18px;padding:34px;box-shadow:0 18px 44px rgba(15,23,42,.04);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
.values-grid article:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(0,63,145,.08);border-color:#b9c9ea;}
.values-grid i{width:54px;height:54px;display:flex;align-items:center;justify-content:center;border:1px solid #b9c9ea;color:var(--logo-blue);font-size:20px;margin-bottom:22px;}
.values-grid h3{font-size:23px;line-height:1.25;margin:0 0 14px;color:#0f172a;}
.values-grid p{font-size:16px;line-height:1.75;color:#64748b;}
.mission-section{padding:76px 0;background:#fff;}
.mission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;}
.mission-grid>div{background:linear-gradient(120deg,#f8fafc,#eef6ff);border:1px solid #dbe7f5;border-radius:18px;padding:38px;}
.mission-grid h3{font-size:28px;line-height:1.25;margin:16px 0 16px;color:#0f172a;}
.mission-grid p{font-size:16.5px;line-height:1.8;color:#64748b;}
@media (max-width:1024px){
  .about-hero-grid,.about-content-grid{grid-template-columns:1fr;gap:34px;}
  .about-side{position:static;}
}
@media (max-width:768px){
  .about-hero{padding:46px 0 48px;}
  .about-hero .lead{font-size:17px;}
  .about-actions{flex-direction:column;}
  .about-actions .btn,.about-actions .outline{width:100%;}
  .about-content-section,.values-section,.mission-section{padding:48px 0;}
  .values-grid,.mission-grid{grid-template-columns:1fr;}
  .about-text p{font-size:16px;line-height:1.8;}
  .about-card{padding:26px;}
  .about-card strong{font-size:52px;}
}


/* Referanslar sayfasi */
.page-hero{background:linear-gradient(120deg,#f8fafc,#eef6ff);padding:86px 0 72px;border-bottom:1px solid #e5eef8}
.page-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.8fr);gap:64px;align-items:center}
.page-hero h1{font-size:clamp(40px,5.6vw,82px);line-height:.98;margin:18px 0 24px;color:#111827;max-width:900px}
.page-hero p{font-size:18px;line-height:1.7;color:#64748b;max-width:720px}
.reference-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.reference-metrics div{background:#fff;border:1px solid #e4edf8;border-radius:18px;padding:28px;box-shadow:0 18px 42px rgba(15,23,42,.06)}
.reference-metrics strong{display:block;font-size:42px;color:#0b3f91;line-height:1;margin-bottom:10px}
.reference-metrics span{font-size:14px;color:#64748b;font-weight:700;letter-spacing:.6px}
.references-section{padding:78px 0 86px;background:#fff}
.references-head{display:flex;align-items:flex-end;justify-content:space-between;gap:38px;margin-bottom:24px}
.references-head h2,.reference-seo h2{font-size:clamp(34px,3.6vw,56px);line-height:1.05;color:#111827;margin:12px 0 0;font-weight:700}
.references-head p{max-width:520px;font-size:16px;line-height:1.7;color:#64748b;margin:0}
.reference-cats{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 34px}
.reference-cats span{border:1px solid #dbeafe;background:#f8fbff;color:#0b3f91;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}
.references-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.reference-card{min-height:150px;background:#fff;border:1px solid #e7edf5;border-radius:18px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;background-image:linear-gradient(180deg,#fff,#fbfdff)}
.reference-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(15,23,42,.09);border-color:#bdd7ff}
.logo-wrap{height:74px;width:100%;display:flex;align-items:center;justify-content:center}
.logo-wrap img{max-width:100%;max-height:74px;object-fit:contain;filter:grayscale(1);opacity:.78;transition:filter .25s ease,opacity .25s ease,transform .25s ease}
.reference-card:hover .logo-wrap img{filter:grayscale(0);opacity:1;transform:scale(1.04)}
.reference-card span{font-size:13px;line-height:1.35;color:#475569;font-weight:700}
.text-reference .text-logo{height:74px;width:74px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef6ff,#ffffff);border:1px solid #dbeafe;color:#0b3f91;font-weight:900;font-size:22px;letter-spacing:1px;transition:transform .25s ease,background .25s ease,color .25s ease}
.text-reference:hover .text-logo{background:#0b3f91;color:#fff;transform:scale(1.05)}
.reference-seo{padding:0 0 86px;background:#fff}
.reference-seo-box{background:linear-gradient(120deg,#f8fafc,#eef6ff);border:1px solid #e1ebf7;border-radius:26px;padding:46px;display:grid;gap:18px}
.reference-seo p{font-size:17px;line-height:1.75;color:#64748b;max-width:980px;margin:0}
.reference-seo .btn{justify-self:start;margin-top:8px}
@media (max-width:1024px){
  .page-hero-grid{grid-template-columns:1fr;gap:34px}
  .references-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .references-head{align-items:flex-start;flex-direction:column}
}
@media (max-width:640px){
  .page-hero{padding:44px 0 42px;text-align:center}
  .page-hero h1{font-size:40px}
  .page-hero p{font-size:16px}
  .reference-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .reference-metrics div{padding:20px 14px;border-radius:14px}
  .reference-metrics strong{font-size:32px}
  .reference-metrics span{font-size:12px}
  .references-section{padding:48px 0}
  .references-head h2,.reference-seo h2{font-size:32px}
  .references-head p{text-align:left}
  .reference-cats{justify-content:center}
  .references-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .reference-card{min-height:126px;border-radius:14px;padding:14px;gap:10px}
  .logo-wrap{height:56px}
  .logo-wrap img{max-height:56px}
  .text-reference .text-logo{height:56px;width:56px;border-radius:14px;font-size:18px}
  .reference-card span{font-size:12px}
  .reference-seo{padding:0 0 92px}
  .reference-seo-box{border-radius:18px;padding:26px 18px;text-align:left}
  .reference-seo .btn{width:100%;text-align:center;justify-self:stretch}
}

/* Blog page */
.blog-hero{background:linear-gradient(180deg,#f6faff 0%,#fff 100%);padding:82px 0 38px;border-bottom:1px solid #e9eef6}
.blog-hero h1{font-size:clamp(38px,5vw,72px);line-height:1.04;margin:14px 0 18px;color:#0f172a;max-width:900px;letter-spacing:-.04em}
.blog-hero p{font-size:19px;line-height:1.7;color:#64748b;max-width:760px;margin:0}
.blog-section{padding:58px 0 52px;background:#f8fbff}
.blog-layout{display:grid;gap:30px}
.featured-blog-card{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 18px 45px rgba(15,23,42,.08);border:1px solid #e8eef7}
.featured-blog-image{min-height:410px;background-size:cover;background-position:center}
.featured-blog-content{padding:62px 60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.blog-category,.blog-card-body span{font-size:12px;font-weight:800;letter-spacing:2.4px;color:#0b4597;text-transform:uppercase;margin-bottom:18px;display:block}
.featured-blog-content h2{font-size:clamp(30px,3vw,46px);line-height:1.12;margin:0 0 22px;color:#111827;letter-spacing:-.03em}
.featured-blog-content p{font-size:17px;line-height:1.75;color:#475569;margin:0 0 30px;max-width:620px}
.blog-btn,.blog-card-body a{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#fff;background:#16a34a;border-radius:8px;padding:17px 26px;font-weight:800;box-shadow:0 14px 32px rgba(22,163,74,.22);transition:.25s ease}
.blog-btn:hover,.blog-card-body a:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(22,163,74,.30)}
.blog-grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.blog-card-small{background:#fff;border:1px solid #e8eef7;border-radius:18px;overflow:hidden;box-shadow:0 14px 34px rgba(15,23,42,.06);transition:.25s ease}
.blog-card-small:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(15,23,42,.10)}
.blog-card-image{height:230px;background-size:cover;background-position:center}
.blog-card-body{padding:28px 28px 32px}
.blog-card-body h3{font-size:23px;line-height:1.28;margin:0 0 16px;color:#111827;letter-spacing:-.02em}
.blog-card-body p{font-size:15.5px;line-height:1.65;color:#64748b;margin:0 0 24px}
.blog-card-body a{background:#0b4597;padding:13px 20px;font-size:14px;box-shadow:none}
.blog-content-section{padding:70px 0;background:#fff}
.blog-article-wrap{max-width:1040px}
.blog-article-block{padding:42px 0;border-bottom:1px solid #e8eef7;scroll-margin-top:120px}
.blog-article-block:first-child{padding-top:0}
.blog-article-block h2{font-size:clamp(28px,3vw,42px);line-height:1.16;margin:0 0 18px;color:#0b4597;letter-spacing:-.03em}
.blog-article-block p{font-size:17px;line-height:1.82;color:#475569;margin:0 0 16px}
.blog-cta-section{padding:56px 0 78px;background:#f1f7ff}
.blog-cta-box{display:flex;align-items:center;justify-content:space-between;gap:36px;background:#fff;border:1px solid #e4edf8;border-radius:20px;padding:44px 48px;box-shadow:0 18px 45px rgba(15,23,42,.06)}
.blog-cta-box h2{font-size:clamp(28px,3vw,42px);line-height:1.14;margin:12px 0 14px;color:#111827;letter-spacing:-.03em;max-width:720px}
.blog-cta-box p{font-size:17px;line-height:1.65;color:#64748b;margin:0}
.blog-cta-box .btn{white-space:nowrap}
@media(max-width:980px){
  .featured-blog-card{grid-template-columns:1fr}
  .featured-blog-image{min-height:320px}
  .featured-blog-content{padding:42px 34px}
  .blog-grid-three{grid-template-columns:1fr}
  .blog-cta-box{flex-direction:column;align-items:flex-start}
}
@media(max-width:640px){
  .blog-hero{padding:42px 0 24px}
  .blog-section{padding:28px 0 34px}
  .featured-blog-card,.blog-card-small,.blog-cta-box{border-radius:14px}
  .featured-blog-image{min-height:230px}
  .featured-blog-content{padding:30px 22px}
  .blog-card-body{padding:24px 20px 26px}
  .blog-card-image{height:190px}
  .blog-content-section{padding:44px 0}
  .blog-article-block{padding:32px 0}
  .blog-article-block p{font-size:16px;line-height:1.75}
  .blog-cta-section{padding:34px 0 104px}
  .blog-cta-box{padding:28px 22px}
}

/* v16 Iletisim sayfasi */
.contact-hero{padding:82px 0 72px;background:linear-gradient(120deg,#f8fafc,#eef6ff);border-bottom:1px solid #e6edf7}
.contact-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);gap:58px;align-items:center}
.contact-hero h1{font-family:Inter,Arial,sans-serif!important;font-size:clamp(42px,5vw,74px);font-weight:650;line-height:1.02;letter-spacing:-.04em;color:#0f172a;margin:18px 0 24px;max-width:920px}
.contact-hero p{font-size:19px;line-height:1.75;color:#64748b;max-width:760px}
.contact-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.contact-hero-actions .btn,.contact-hero-actions .outline{gap:10px}
.contact-trust-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.contact-trust-card div{background:#fff;border:1px solid #dbe7f5;border-radius:18px;padding:28px;box-shadow:0 18px 48px rgba(15,23,42,.06)}
.contact-trust-card strong{display:block;font-size:42px;line-height:1;color:var(--logo-blue);margin-bottom:10px}
.contact-trust-card span{font-size:13px;font-weight:800;letter-spacing:.8px;color:#64748b;text-transform:uppercase}
.contact-info-section{padding:76px 0;background:#fff}.contact-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.contact-card{background:#fff;border:1px solid #e3edf7;border-radius:22px;padding:34px;box-shadow:0 18px 44px rgba(15,23,42,.05);display:flex;flex-direction:column;align-items:flex-start;min-height:360px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.contact-card:hover{transform:translateY(-5px);box-shadow:0 26px 60px rgba(0,63,145,.10);border-color:#bcd5ff}.contact-card.featured{background:linear-gradient(180deg,#f8fbff,#fff);border-color:#bdd7ff}
.contact-icon{width:62px;height:62px;display:flex;align-items:center;justify-content:center;background:#eff6ff;color:var(--logo-blue);font-size:24px;border:1px solid #cfe0fb;border-radius:16px;margin-bottom:24px}.contact-card.featured .contact-icon{background:#16a34a;color:#fff;border-color:#16a34a}
.contact-card h2{font-size:28px;line-height:1.2;margin:0 0 14px;color:#0f172a}.contact-card p{font-size:16px;line-height:1.75;color:#64748b;margin-bottom:22px}.contact-card strong{display:block;font-size:20px;color:#0f172a;margin:auto 0 20px}.contact-card-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#16a34a;color:#fff;border-radius:8px;padding:14px 22px;font-weight:800;letter-spacing:.4px}.contact-card:not(.featured) .contact-card-btn{background:var(--logo-blue)}
.map-section{padding:74px 0;background:#f6f9fd;border-top:1px solid #e6edf7;border-bottom:1px solid #e6edf7}.map-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(360px,1fr);gap:34px;align-items:stretch}.map-copy{background:#fff;border:1px solid #e3edf7;border-radius:22px;padding:42px}.map-copy h2,.hours-box h2,.faq-box h2,.contact-final-box h2{font-size:clamp(30px,3.2vw,48px);line-height:1.12;margin:14px 0 18px;color:#0f172a;letter-spacing:-.03em}.map-copy p{font-size:17px;line-height:1.75;color:#64748b;margin-bottom:26px}.map-copy .outline{gap:10px}
.map-placeholder{min-height:360px;background:linear-gradient(135deg,#dbeafe,#eff6ff 45%,#fff);border:1px solid #cfe0fb;border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-decoration:none;color:#0f172a;box-shadow:0 22px 60px rgba(15,23,42,.06);position:relative;overflow:hidden}.map-placeholder::before{content:"";position:absolute;inset:24px;border:1px dashed rgba(0,63,145,.24);border-radius:18px}.map-placeholder i{font-size:52px;color:#16a34a;margin-bottom:18px;z-index:1}.map-placeholder span{font-size:26px;font-weight:800;color:var(--logo-blue);z-index:1}.map-placeholder small{font-size:14px;color:#64748b;margin-top:8px;z-index:1}
.contact-hours-faq{padding:76px 0;background:#fff}.contact-two-col{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:28px}.hours-box,.faq-box{background:#fff;border:1px solid #e3edf7;border-radius:22px;padding:38px;box-shadow:0 16px 42px rgba(15,23,42,.04)}.hours-row{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid #eef2f7;color:#64748b}.hours-row:last-child{border-bottom:0}.hours-row strong{color:#0f172a;white-space:nowrap}.faq-box details{border-bottom:1px solid #eef2f7;padding:18px 0}.faq-box details:last-child{border-bottom:0}.faq-box summary{cursor:pointer;font-weight:800;color:#0f172a;font-size:17px}.faq-box p{font-size:15.5px;line-height:1.75;margin:12px 0 0;color:#64748b}
.contact-final-cta{padding:62px 0 84px;background:#f1f7ff}.contact-final-box{display:flex;align-items:center;justify-content:space-between;gap:36px;background:#fff;border:1px solid #e4edf8;border-radius:24px;padding:46px 50px;box-shadow:0 18px 45px rgba(15,23,42,.06)}.contact-final-box p{font-size:17px;color:#64748b;max-width:760px}.contact-final-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.contact-final-actions .outline{background:#fff}
@media(max-width:1024px){.contact-hero-grid,.map-grid,.contact-two-col{grid-template-columns:1fr}.contact-info-grid{grid-template-columns:1fr}.contact-card{min-height:auto}.contact-final-box{flex-direction:column;align-items:flex-start}.contact-final-actions{justify-content:flex-start}}
@media(max-width:640px){.contact-hero{padding:44px 0 46px;text-align:center}.contact-hero p{font-size:16px}.contact-hero-actions{flex-direction:column}.contact-hero-actions .btn,.contact-hero-actions .outline{width:100%}.contact-trust-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;text-align:left}.contact-trust-card div{padding:20px 14px;border-radius:14px}.contact-trust-card strong{font-size:30px}.contact-trust-card span{font-size:11px}.contact-info-section,.map-section,.contact-hours-faq{padding:44px 0}.contact-card,.map-copy,.hours-box,.faq-box{border-radius:16px;padding:24px}.map-placeholder{min-height:260px;border-radius:16px}.map-placeholder span{font-size:21px}.hours-row{flex-direction:column;gap:6px}.contact-final-cta{padding:40px 0 104px}.contact-final-box{border-radius:18px;padding:28px 22px}.contact-final-actions,.contact-final-actions .btn,.contact-final-actions .outline{width:100%}}

/* v2 - Ana sayfa hero fotoğraf alanı */
.hero-photo{
  min-height:clamp(400px,47vw,585px);
  background-image:
    linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,.10)),
    url('../images/hero-yangin-merdiveni.jpg')!important;
  background-size:cover!important;
  background-position:center center!important;
  border:0!important;
  border-radius:18px!important;
  box-shadow:0 24px 60px rgba(15,23,42,.12);
  overflow:hidden;
  isolation:isolate;
}
.hero-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(15,23,42,.10) 0%,rgba(15,23,42,0) 42%),linear-gradient(180deg,rgba(15,23,42,0) 48%,rgba(15,23,42,.34) 100%);
  z-index:1;
  pointer-events:none;
}
.hero-info-card{
  position:absolute;
  left:20px;
  bottom:20px;
  z-index:2;
  width:min(205px,calc(100% - 40px));
  padding:10px 13px;
  border-radius:12px;
  background:rgba(15,29,50,.86);
  color:#fff;
  box-shadow:0 18px 40px rgba(15,23,42,.22);
  backdrop-filter:blur(12px);
}
.hero-info-row{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:9px;
  align-items:center;
  padding:7px 0;
  font-size:12px;
  line-height:1.16;
}
.hero-info-row + .hero-info-row{border-top:1px solid rgba(255,255,255,.14)}
.hero-info-row i{
  width:24px;
  height:24px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:11px;
}
.hero-info-row strong{font-weight:800;color:#fff;font-size:12.5px}
.hero-info-row span{color:rgba(255,255,255,.92)}
.badge{display:none!important}
@media (max-width:1024px){
  .hero-photo{min-height:430px;background-position:center top!important}
  .hero-info-card{left:16px;bottom:16px;width:min(200px,calc(100% - 32px));padding:10px 12px}
}
@media (max-width:640px){
  .hero-photo{display:none!important}
}


/* Hizmetlerimiz ve hizmet detay sayfalari */
.services-page-hero{padding:86px 0 54px;background:linear-gradient(120deg,#f8fafc,#eef6ff);border-bottom:1px solid #e6edf7}
.services-page-hero h1,.service-detail-hero h1{font-family:Inter,Arial,sans-serif!important;font-size:clamp(42px,5vw,76px);font-weight:750;letter-spacing:-.05em;line-height:1.03;margin:16px 0 20px;color:#0f172a}
.services-page-hero p,.service-detail-hero p{max-width:820px;font-size:19px;line-height:1.75;color:#64748b}
.services-catalog{padding:58px 0 80px;background:#fff}
.services-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.service-tile{min-height:260px;background:#fff;border:1px solid #e5edf7;border-radius:22px;padding:30px;text-decoration:none;box-shadow:0 14px 38px rgba(15,23,42,.045);display:flex;flex-direction:column;align-items:flex-start;transition:.25s ease;color:#0f172a}
.service-tile:hover{transform:translateY(-6px);border-color:#b9d5ff;box-shadow:0 24px 60px rgba(0,63,145,.10)}
.service-tile-icon{width:58px;height:58px;border-radius:16px;background:#eff6ff;color:#0b4597;border:1px solid #cfe0fb;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:24px}
.service-tile h2{font-family:Inter,Arial,sans-serif!important;font-size:24px;line-height:1.22;font-weight:800;color:#0f172a;margin:0 0 12px}
.service-tile p{font-size:15.5px;line-height:1.65;color:#64748b;margin:0 0 26px}
.service-tile strong{margin-top:auto;color:#0b4597;font-size:13px;letter-spacing:1.4px;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px}
.service-page-cta{padding:0 0 86px;background:#fff}
.service-cta-box{background:linear-gradient(120deg,#0b4597,#123d7a);border-radius:24px;padding:46px 50px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:36px;box-shadow:0 22px 60px rgba(11,69,151,.20)}
.service-cta-box h2{font-family:Inter,Arial,sans-serif!important;font-size:clamp(28px,3vw,44px);line-height:1.12;margin:12px 0;color:#fff;letter-spacing:-.035em}
.service-cta-box p{color:#dbeafe;font-size:17px;max-width:760px}
.service-cta-box .mini{color:#a7c7ff}.service-cta-box .btn{background:#16a34a}
.service-detail-hero{padding:74px 0 64px;background:linear-gradient(120deg,#f8fafc,#eef6ff);border-bottom:1px solid #e6edf7}
.service-detail-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.65fr);gap:46px;align-items:center}
.breadcrumb{display:flex;gap:10px;flex-wrap:wrap;color:#64748b;font-size:14px;margin-bottom:18px}.breadcrumb a{text-decoration:none;color:#0b4597;font-weight:700}
.service-hero-card{min-height:330px;border-radius:26px;background:linear-gradient(145deg,#0b4597,#10233f);color:#fff;padding:42px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 24px 70px rgba(15,23,42,.14)}
.service-hero-card i{font-size:54px;margin-bottom:28px;color:#7db3ff}.service-hero-card strong{font-size:30px;line-height:1.18;margin-bottom:12px}.service-hero-card span{color:#dbeafe;line-height:1.6}
.service-detail-content{padding:70px 0 90px;background:#fff}.service-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:44px;align-items:start}
.service-article{max-width:900px}.service-article h2{font-family:Inter,Arial,sans-serif!important;font-size:clamp(26px,2.4vw,36px);line-height:1.18;margin:0 0 18px;color:#0b4597;letter-spacing:-.02em}.service-article p{font-size:17px;line-height:1.84;color:#475569;margin:0 0 22px}
.faq-mini{margin-top:36px;border-top:1px solid #e6edf7;padding-top:28px}.faq-mini details{border-bottom:1px solid #eef2f7;padding:18px 0}.faq-mini summary{font-weight:800;cursor:pointer;color:#0f172a}.faq-mini p{font-size:15.5px;margin-top:12px}
.service-sidebar{position:relative}.sticky-offer{position:sticky;top:138px;background:#f8fbff;border:1px solid #dbeafe;border-radius:22px;padding:28px;box-shadow:0 16px 44px rgba(15,23,42,.06);display:grid;gap:14px}.sticky-offer h3,.related-services h3{font-size:23px;margin:0;color:#0f172a}.sticky-offer p{font-size:15px}.sticky-offer .btn,.sticky-offer .outline{width:100%;padding:14px 16px}.related-services{margin-top:20px;background:#fff;border:1px solid #e6edf7;border-radius:20px;padding:24px}.related-services a{display:block;text-decoration:none;padding:13px 0;border-bottom:1px solid #eef2f7;color:#0b4597;font-weight:700}.related-services a:last-child{border-bottom:0}
.service-link-card{display:block;text-decoration:none;color:inherit}.services-grid-six{grid-template-columns:repeat(3,minmax(0,1fr))!important}.service-link-card:hover{transform:translateY(-5px)}
@media(max-width:1024px){.services-catalog-grid,.services-grid-six{grid-template-columns:repeat(2,minmax(0,1fr))!important}.service-detail-hero-grid,.service-content-grid{grid-template-columns:1fr}.service-hero-card{min-height:250px}.sticky-offer{position:static}.service-cta-box{flex-direction:column;align-items:flex-start}}
@media(max-width:640px){.services-page-hero,.service-detail-hero{text-align:center;padding:44px 0 38px}.services-page-hero p,.service-detail-hero p{font-size:16px}.services-catalog{padding:32px 0 54px}.services-catalog-grid,.services-grid-six{grid-template-columns:1fr!important}.service-tile{min-height:auto;border-radius:16px;padding:24px}.service-tile h2{font-size:22px}.service-page-cta{padding:0 0 96px}.service-cta-box{border-radius:18px;padding:28px 22px;text-align:left}.service-cta-box .btn{width:100%}.service-detail-content{padding:42px 0 102px}.service-content-grid{gap:28px}.service-hero-card{display:none}.breadcrumb{justify-content:center}.service-article h2{text-align:left}.service-article p{text-align:left;font-size:16px}.related-services{display:none}}


.blog-detail-hero{background:linear-gradient(180deg,#f6faff 0%,#fff 100%);padding:70px 0 42px;border-bottom:1px solid #e9eef6}
.blog-detail-hero .breadcrumb{font-size:13px;font-weight:700;letter-spacing:.8px;color:#64748b;margin-bottom:22px}
.blog-detail-hero .breadcrumb a{color:#0b4597;text-decoration:none}
.blog-detail-hero h1{font-size:clamp(38px,5vw,68px);line-height:1.05;margin:12px 0 18px;color:#111827;letter-spacing:-.04em;max-width:980px}
.blog-detail-hero p{font-size:19px;line-height:1.7;color:#64748b;max-width:780px;margin:0}
.blog-detail-image{height:420px;border-radius:22px;background-size:cover;background-position:center;margin-top:36px;box-shadow:0 18px 45px rgba(15,23,42,.08)}
.blog-detail-content{padding:68px 0;background:#fff}
.blog-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:54px;align-items:start}
.blog-detail-main{max-width:860px}
.blog-detail-main h2{font-size:clamp(28px,3vw,42px);line-height:1.16;margin:0 0 22px;color:#0b4597;letter-spacing:-.03em}
.blog-detail-main p{font-size:18px;line-height:1.86;color:#475569;margin:0 0 20px}
.blog-side-card{position:sticky;top:120px;background:#f8fbff;border:1px solid #e3edf8;border-radius:18px;padding:28px;box-shadow:0 14px 34px rgba(15,23,42,.06)}
.blog-side-card h3{font-size:22px;line-height:1.25;margin:0 0 14px;color:#111827}.blog-side-card p{font-size:15px;line-height:1.65;color:#64748b;margin:0 0 22px}.blog-side-card .btn{width:100%;justify-content:center}.blog-related{padding:52px 0;background:#f8fbff}.blog-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blog-related a{background:#fff;border:1px solid #e8eef7;border-radius:14px;padding:24px;text-decoration:none;color:#111827;font-weight:800;transition:.25s ease}.blog-related a:hover{transform:translateY(-3px);color:#0b4597;box-shadow:0 14px 34px rgba(15,23,42,.08)}
@media(max-width:900px){.blog-detail-grid{grid-template-columns:1fr}.blog-side-card{position:relative;top:auto}.blog-related-grid{grid-template-columns:1fr}.blog-detail-image{height:300px}}
@media(max-width:560px){.blog-detail-hero{padding:42px 0 28px}.blog-detail-image{height:230px;border-radius:14px}.blog-detail-content{padding:42px 0}.blog-detail-main p{font-size:16px;line-height:1.75}}

/* Ana sayfa hizmet kartlari - gorselli tasarim guncellemesi */
.services-section .service-card{
  min-height:420px;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  border-radius:0;
  padding:34px;
  box-shadow:0 18px 40px rgba(15,23,42,.08);
  transition:transform .28s ease, box-shadow .28s ease;
}
.services-section .service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 54px rgba(15,23,42,.16);
}
.services-section .service-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(5,18,45,.18) 0%,rgba(8,25,58,.48) 42%,rgba(8,18,39,.94) 100%);
}
.services-section .service-card::after{
  inset:22px;
  border:1px solid rgba(96,165,250,.58);
}
.services-section .service-1{background-image:url('../images/services/service-yangin-merdiveni-imalati.jpg')!important;}
.services-section .service-2{background-image:url('../images/services/service-proje-danismanlik.jpg')!important;}
.services-section .service-3{background-image:url('../images/services/service-montaj-uygulama.jpg')!important;}
.services-section .service-4{background-image:url('../images/services/service-bakim-kontrol.jpg')!important;}
.services-section .service-icon{
  width:58px;
  height:58px;
  right:40px;
  top:40px;
  background:rgba(15,31,58,.74);
  border:1px solid rgba(96,165,250,.72);
  color:#60a5fa;
  backdrop-filter:blur(6px);
}
.services-section .service-content h4{
  font-family:Inter,Arial,sans-serif!important;
  font-style:normal!important;
  font-size:clamp(27px,2vw,34px);
  line-height:1.13;
  font-weight:800;
  color:#fff;
  margin-bottom:22px;
}
.services-section .service-content p{
  font-size:19px;
  line-height:1.55;
  color:rgba(255,255,255,.92);
  max-width:330px;
}
.services-section .service-content span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:8px;
  color:#60a5fa;
}
@media (max-width:1024px){
  .services-section .service-card{min-height:390px;}
}
@media (max-width:640px){
  .services-section .service-card{min-height:340px;padding:28px;}
  .services-section .service-card::after{inset:16px;}
  .services-section .service-icon{right:28px;top:28px;width:52px;height:52px;}
  .services-section .service-content h4{font-size:28px;}
  .services-section .service-content p{font-size:16px;}
}


/* Yangın merdiveni gallery */
.ym-gallery-section{
  margin:58px 0 54px;
  padding:34px;
  border:1px solid rgba(22,76,164,.10);
  border-radius:28px;
  background:linear-gradient(135deg,#f8fbff 0%,#ffffff 52%,#f1f6ff 100%);
  box-shadow:0 24px 70px rgba(17,43,79,.08);
  overflow:hidden;
}
.ym-gallery-intro{max-width:680px;margin-bottom:24px;}
.ym-gallery-intro span{display:block;color:#0b4aa2;font-size:13px;font-weight:800;letter-spacing:5px;margin-bottom:10px;}
.ym-gallery-intro h2{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:0 0 14px;color:#111827;}
.ym-gallery-intro p{font-size:18px;line-height:1.75;color:#637188;margin:0;}
.ym-gallery-wrap{position:relative;}
.ym-gallery-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 2px 18px;scrollbar-width:none;}
.ym-gallery-track::-webkit-scrollbar{display:none;}
.ym-gallery-card{flex:0 0 min(340px,78vw);height:420px;scroll-snap-align:start;border-radius:18px;overflow:hidden;background:#dfe8f5;box-shadow:0 18px 42px rgba(14,36,68,.15);margin:0;position:relative;}
.ym-gallery-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease;}
.ym-gallery-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,24,54,0) 44%,rgba(4,24,54,.34) 100%);pointer-events:none;}
.ym-gallery-card:hover img{transform:scale(1.045);filter:saturate(1.06);}
.ym-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:52px;height:52px;border-radius:50%;border:1px solid rgba(15,55,112,.10);background:#fff;color:#0b4aa2;box-shadow:0 14px 34px rgba(15,45,80,.18);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s ease;}
.ym-gallery-nav:hover{background:#0b4aa2;color:#fff;transform:translateY(-50%) scale(1.04);}
.ym-gallery-prev{left:-22px;}
.ym-gallery-next{right:-22px;}
.ym-gallery-dots{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:4px;}
.ym-gallery-dots span{width:9px;height:9px;border-radius:999px;background:#cbd6e6;display:block;cursor:pointer;transition:.25s ease;}
.ym-gallery-dots span.is-active{width:24px;background:#0b4aa2;}
@media (max-width:900px){.ym-gallery-section{padding:24px;margin:42px 0}.ym-gallery-card{height:360px}.ym-gallery-nav{display:none}.ym-gallery-intro p{font-size:16px}}
@media (max-width:560px){.ym-gallery-section{border-radius:22px;padding:20px 16px}.ym-gallery-card{flex-basis:84vw;height:330px}.ym-gallery-intro span{font-size:12px;letter-spacing:4px}.ym-gallery-intro h2{font-size:30px}}
/* End yangın merdiveni gallery */


/* Header dropdown and service regions */
nav .nav-dropdown{position:relative;display:flex;align-items:center}
nav .nav-dropdown>a{display:inline-flex;align-items:center;gap:7px}
nav .nav-dropdown>a i{font-size:12px;transition:transform .2s ease}
nav .nav-dropdown:hover>a i{transform:rotate(180deg)}
nav .nav-dropdown.active>a::after{content:'';position:absolute;left:0;right:0;bottom:-12px;height:3px;background:#2563eb}
.nav-submenu{position:absolute;top:calc(100% + 18px);left:50%;transform:translateX(-50%) translateY(8px);min-width:210px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 48px rgba(15,23,42,.14);padding:10px;opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease;z-index:10020}
.nav-submenu::before{content:'';position:absolute;left:0;right:0;top:-20px;height:20px}
.nav-submenu a{display:block;padding:13px 15px;border-radius:10px;font-size:15px;white-space:nowrap;color:#16233d;background:#fff;text-align:left}
.nav-submenu a:hover{background:#f1f5f9;color:#0b4aa2}
.nav-dropdown:hover .nav-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.region-hero p{max-width:820px}
.region-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.region-tile h2{font-size:23px}
.region-detail-hero .service-hero-card{background:linear-gradient(135deg,#0b4aa2,#16a34a)}
.service-article .service-faq{margin-top:54px;border-top:1px solid #e5e7eb;padding-top:28px}
.service-faq h2{margin-top:0}
.service-faq details{border-bottom:1px solid #e5e7eb;padding:18px 0}
.service-faq summary{font-weight:800;cursor:pointer;color:#0f172a}
.service-faq p{margin-top:12px}
@media(max-width:1024px){.region-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}nav .nav-dropdown.active>a::after{bottom:-6px}}
@media(max-width:640px){
  .region-grid{grid-template-columns:1fr!important}
  #mainMenu .nav-dropdown{display:block;width:100%}
  #mainMenu .nav-dropdown>a{display:block;background:#fff;border:0;border-bottom:1px solid #eef2f7;border-radius:0;color:#0f172a;font-size:20px;font-weight:700;padding:18px 6px;text-align:left}
  #mainMenu .nav-dropdown>a i{display:none}
  #mainMenu .nav-dropdown.active>a::after{display:none}
  #mainMenu .nav-submenu{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:0;border-bottom:1px solid #eef2f7;border-radius:0;padding:0 0 0 14px;min-width:0;background:#fff}
  #mainMenu .nav-submenu a{font-size:17px;padding:14px 6px;color:#334155;background:#fff;border:0;text-align:left}
}

/* Region page hero images */
.region-detail-hero .region-hero-image{
  min-height:330px;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(15,23,42,.14);
  background:#e8eef6;
}
.region-detail-hero .region-hero-image img{
  width:100%;
  height:100%;
  min-height:330px;
  display:block;
  object-fit:cover;
  object-position:center;
}
@media(max-width:1024px){
  .region-detail-hero .region-hero-image,
  .region-detail-hero .region-hero-image img{min-height:260px;}
}
@media(max-width:640px){
  .region-detail-hero .region-hero-image{display:block;border-radius:18px;margin-top:22px;}
  .region-detail-hero .region-hero-image,
  .region-detail-hero .region-hero-image img{min-height:300px;}
}

/* Mobile overflow fix for service detail pages */
@media(max-width:640px){
  html,body{width:100%;max-width:100%;overflow-x:hidden;}
  .header-wrapper,header,.service-detail-hero,.service-detail-content{width:100%;max-width:100%;overflow-x:hidden;}
  .container,.nav,.service-detail-hero-grid,.service-content-grid{max-width:100%;min-width:0;}
  .service-detail-hero-grid>div,.service-content-grid>article,.service-content-grid>aside{min-width:0;max-width:100%;}
  .services-page-hero h1,.service-detail-hero h1{font-size:clamp(34px,10.5vw,42px);line-height:1.08;letter-spacing:-.04em;max-width:100%;overflow-wrap:break-word;word-break:normal;}
  .services-page-hero p,.service-detail-hero p{max-width:100%;overflow-wrap:break-word;}
  .service-detail-hero .actions{width:100%;max-width:100%;}
  .service-detail-hero .actions .btn,.service-detail-hero .actions .outline{width:100%;max-width:100%;}
  #mainMenu{left:0;right:0;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;}
  #mainMenu a,#mainMenu .nav-dropdown>a,#mainMenu .nav-submenu a{max-width:100%;box-sizing:border-box;}
}


/* Referans logolari - guncel duzen */
.references-page .references-section{padding:78px 0 90px;background:#fff}
.references-page .references-head{margin-bottom:34px}
.references-page .references-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.references-page .reference-card.logo-reference-card{min-height:142px;padding:22px 20px;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.045)}
.references-page .reference-card.logo-reference-card .logo-wrap{height:86px}
.references-page .reference-card.logo-reference-card img{max-width:88%;max-height:86px;object-fit:contain;filter:none;opacity:1}
.references-page .reference-card.logo-reference-card:hover img{transform:scale(1.035)}
.references-page .reference-card.logo-reference-card::after{content:'';width:34px;height:3px;border-radius:999px;background:#e5eef8;opacity:.9}
@media (max-width:1180px){.references-page .references-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:900px){.references-page .references-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:640px){.references-page .references-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.references-page .reference-card.logo-reference-card{min-height:118px;padding:16px 12px}.references-page .reference-card.logo-reference-card .logo-wrap{height:66px}.references-page .reference-card.logo-reference-card img{max-height:66px}}
