:root{
      --bg:#f4fbfc;
      --bg-soft:#e8f7f9;
      --surface:#ffffff;
      --surface-2:#f9fbfb;
      --surface-3:rgba(255,255,255,.92);
      --text:#12323d;
      --muted:#647984;
      --line:rgba(41,96,116,.16);
      --line-strong:rgba(41,96,116,.30);
      --primary:#0f8aa6;
      --secondary:#0e2f3a;
      --accent:#7bbf35;
      --accent-2:#d9f2c4;
      --success:#2aa876;
      --shadow:0 24px 70px rgba(22,56,68,.10);
      --shadow-strong:0 30px 90px rgba(22,56,68,.18);
      --radius-xl:34px;
      --radius-lg:26px;
      --radius-md:20px;
      --radius-sm:16px;
      --max:1280px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    html,body{overflow-x:hidden}
    :target{scroll-margin-top:130px}
    section[id], main[id], footer[id], div[id]{scroll-margin-top:130px}
    body{
      margin:0;
      padding-top:92px;
      font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 8%, rgba(39,107,128,.14), transparent 23%),
        radial-gradient(circle at 86% 4%, rgba(217,144,79,.16), transparent 24%),
        radial-gradient(circle at 78% 80%, rgba(49,138,112,.10), transparent 24%),
        linear-gradient(180deg,#fbfdfd 0%, #edf5f7 42%, #f8faf9 100%);
      line-height:1.65;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }

    img{max-width:100%;display:block}
    a{text-decoration:none;color:inherit}
    button{font:inherit}
    .container{width:min(calc(100% - 40px), var(--max));margin-inline:auto}
    .section-space{padding:64px 0}
    .shell{
      background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,250,250,.92));
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
    }

    header{
      position:fixed;top:0;left:0;right:0;z-index:1000;
      background:rgba(249,252,252,.93);
      border-bottom:1px solid rgba(41,96,116,.14);
      backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
    }
    .nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0}
    .brand{display:flex;align-items:center;gap:14px;min-width:0}
    .brand-mark{
      width:48px;height:48px;border-radius:16px;
      background:conic-gradient(from 220deg, #163844, #276b80, #d9904f, #163844);
      box-shadow:0 16px 38px rgba(22,56,68,.22);position:relative;flex:0 0 auto;overflow:hidden;
    }
    .brand-mark::before,.brand-mark::after{content:"";position:absolute;background:#fff;left:50%;transform:translateX(-50%);border-radius:999px}
    .brand-mark::before{width:25px;height:4px;top:15px}.brand-mark::after{width:17px;height:4px;top:25px}
    .brand-text{display:flex;flex-direction:column;line-height:1.05}.brand-text strong{font-size:1rem;letter-spacing:.08em;font-weight:900}.brand-text span{font-size:.82rem;color:var(--muted);font-weight:700;letter-spacing:.04em}
    .nav-links{
  display:flex;
  align-items:center;
  gap:22px;
  color:#274856;
  font-weight:800;
  font-size:.94rem;}.nav-links a{position:relative}.nav-links a::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent));transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.nav-links a:hover::after{transform:scaleX(1)}
    .nav-cta{display:flex;align-items:center;gap:12px}

    .btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:14px 22px;border-radius:999px;border:1px solid transparent;font-weight:850;letter-spacing:.01em;transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;cursor:pointer;white-space:nowrap}
    .btn:hover{transform:translateY(-2px)}
    .btn-primary{color:#fff;background:linear-gradient(135deg, #163844 0%, #276b80 50%, #d9904f 100%);box-shadow:0 18px 44px rgba(22,56,68,.22)}
    .btn-secondary{color:var(--text);background:rgba(255,255,255,.94);border-color:var(--line);box-shadow:var(--shadow)}
    .btn-ghost{color:var(--text);background:transparent;border-color:var(--line)}
    .nav-toggle{display:none;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.94);box-shadow:var(--shadow);color:var(--text);cursor:pointer;flex:0 0 auto}.nav-toggle .bar{display:block;width:20px;height:2px;border-radius:999px;background:currentColor;transition:transform .25s ease, opacity .25s ease}.nav-toggle .bar + .bar{margin-top:5px}.nav-toggle[aria-expanded="true"] .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded="true"] .bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded="true"] .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
    .mobile-menu{display:none;padding:0 0 16px;width:100%}.mobile-menu-panel{padding:16px;border-radius:24px;background:rgba(255,255,255,.96);border:1px solid rgba(41,96,116,.12);box-shadow:var(--shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobile-menu-links{display:grid;gap:8px;margin-bottom:14px}.mobile-menu-links a{display:flex;align-items:center;min-height:52px;padding:0 16px;border-radius:16px;background:rgba(246,250,250,.78);color:var(--text);font-weight:850;border:1px solid var(--line)}.mobile-menu-actions{display:grid;gap:10px}body.menu-open{overflow:hidden}

    .hero{padding:72px 0 40px;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:34px;align-items:center}.hero-copy h1{margin:18px 0 18px;font-size:clamp(2.65rem,5.4vw,5.65rem);line-height:.92;letter-spacing:-.058em;max-width:860px}.hero-copy .lead{margin:0 0 28px;max-width:740px;font-size:1.10rem;color:var(--muted)}
    .eyebrow{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid rgba(41,96,116,.12);box-shadow:var(--shadow);font-size:.92rem;font-weight:850;letter-spacing:.01em;color:#245a6e}.eyebrow .dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(217,144,79,.14)}
    .hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:28px}.hero-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.trust-card{padding:20px;border-radius:24px;background:rgba(255,255,255,.78);border:1px solid rgba(41,96,116,.13);box-shadow:var(--shadow)}.trust-card strong{display:block;margin-bottom:4px;font-size:1.04rem}.trust-card span{color:var(--muted);font-size:.95rem}
    .hero-visual{position:relative;min-width:0}.hero-frame{position:relative;border-radius:var(--radius-xl);padding:18px}.hero-media{aspect-ratio:4/5;border-radius:30px;overflow:hidden;background:#eaf2f4;position:relative}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,32,39,.02),rgba(13,32,39,.34))}.service-badge{position:absolute;right:-22px;bottom:22px;z-index:20;padding:22px 26px;border-radius:26px;background:linear-gradient(135deg,#163844 0%, #276b80 52%, #d9904f 100%);color:#fff;box-shadow:0 25px 60px rgba(22,56,68,.26);display:flex;flex-direction:column;gap:6px}.badge-label{font-size:.85rem;opacity:.85;font-weight:700}.badge-main{font-size:2.05rem;font-weight:950;letter-spacing:-.05em;line-height:1}.badge-note{font-size:.82rem;opacity:.92;font-weight:750}
    .float-card{position:absolute;background:rgba(255,255,255,.92);border:1px solid rgba(41,96,116,.14);border-radius:24px;box-shadow:var(--shadow-strong);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:16px 18px;max-width:250px}.float-card strong{display:block;margin-bottom:4px;font-size:1rem}.float-card p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.55}.float-card.one{left:-24px;bottom:36px}.float-card.two{right:-22px;top:30px}

    .section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.section-head h2{margin:0;font-size:clamp(1.8rem,3vw,3rem);line-height:1.02;letter-spacing:-.045em;max-width:820px}.section-head p{margin:0;max-width:620px;color:var(--muted)}
    .grid-3,.comparison-grid,.seo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card,.premium-card,.gallery-card,.spec-card,.audience-card,.faq-item,.cta-box,.seo-card,.contact-card,.comparison-card{border-radius:28px;background:rgba(255,255,255,.88);border:1px solid rgba(41,96,116,.14);box-shadow:var(--shadow);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.feature-card,.comparison-card,.seo-card{padding:24px}.feature-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;color:#fff;font-weight:950;background:linear-gradient(135deg, #163844 0%, #276b80 70%, #d9904f 100%);box-shadow:0 14px 30px rgba(22,56,68,.18);margin-bottom:16px}.feature-card h3,.premium-card h3,.spec-card h3,.audience-card h3,.faq-item h3,.seo-card h3,.contact-card h3,.comparison-card h3{margin:0 0 10px;font-size:1.14rem;line-height:1.28}.feature-card p,.premium-card p,.spec-card p,.audience-card p,.faq-item p,.seo-card p,.contact-card p,.comparison-card p{margin:0;color:var(--muted)}
    .premium-grid,.gallery-grid,.cta-box{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.premium-card{padding:30px}.list-stack{display:grid;gap:12px;margin-top:18px}.list-item{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;border-radius:18px;background:rgba(246,250,250,.82);border:1px solid rgba(41,96,116,.12)}.list-item .bullet{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--accent));margin-top:7px;flex:0 0 auto}.list-item b{display:block;margin-bottom:3px;color:var(--text)}.list-item span{color:var(--muted);font-size:.95rem}
    .services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{position:relative;overflow:hidden;min-height:258px;border-radius:28px;background:#fff;border:1px solid rgba(41,96,116,.14);box-shadow:var(--shadow);transition:.25s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-strong)}.service-card img{width:100%;height:118px;object-fit:cover}.service-card div{padding:18px}.service-card small{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--bg-soft);color:var(--primary);font-weight:850;margin-bottom:10px}.service-card h3{margin:0 0 8px;font-size:1.06rem}.service-card p{margin:0;color:var(--muted);font-size:.93rem;line-height:1.52}
    .gallery-card{overflow:hidden;padding:14px;background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(239,247,249,.95))}.gallery-card img{width:100%;height:100%;object-fit:cover;border-radius:22px;background:#f4f9ff}.gallery-card.large{min-height:620px}.gallery-stack{display:grid;gap:18px}.gallery-stack .gallery-card{min-height:301px}
    .references-section{background:linear-gradient(180deg, rgba(255,255,255,.0), rgba(239,247,249,.55), rgba(255,255,255,.0))}.references-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.reference-card{overflow:hidden;border-radius:28px;background:rgba(255,255,255,.90);border:1px solid rgba(41,96,116,.16);box-shadow:var(--shadow);transition:.25s ease}.reference-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-strong)}.reference-card img{width:100%;height:185px;object-fit:cover}.reference-card-body{padding:18px}.reference-card-body span{display:inline-flex;margin-bottom:10px;padding:7px 10px;border-radius:999px;background:rgba(217,144,79,.12);color:#935520;font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.reference-card-body h3{margin:0 0 8px;font-size:1.05rem;line-height:1.25}.reference-card-body p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.55}
    .comparison-card strong{display:block;font-size:1.18rem;margin-bottom:8px;color:var(--accent)}.audience-grid,.spec-grid{display:grid;gap:16px}.audience-grid{grid-template-columns:repeat(4,1fr)}.spec-grid{grid-template-columns:repeat(4,1fr)}.audience-card,.spec-card,.faq-item,.contact-card{padding:22px}.spec-card strong{display:block;margin-bottom:6px;font-size:1.40rem;letter-spacing:-.03em;color:var(--primary)}.spec-note{margin-top:18px;color:var(--muted);font-size:.95rem}.seo-card code{display:block;margin-top:14px;background:#eef6f8;color:#245a6e;border-radius:18px;padding:14px 16px;font-size:.88rem;overflow:auto;white-space:pre-wrap;word-break:break-word;border:1px solid rgba(41,96,116,.12)}.faq-grid{display:grid;gap:14px}
    .cta-box{padding:34px;align-items:center;background:linear-gradient(135deg, rgba(39,107,128,.12), rgba(217,144,79,.13))}.cta-box h2{margin:0 0 12px;font-size:clamp(1.9rem,3vw,3.1rem);line-height:1.02;letter-spacing:-.04em;max-width:720px}.cta-box p{margin:0;color:var(--muted);max-width:720px}.cta-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.contact-grid{display:grid;gap:12px}.contact-card strong{display:block;margin-bottom:4px}.contact-card span{color:var(--muted);font-size:.95rem}
    footer{padding:34px 0 62px;color:var(--muted)}.footer-line{display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--line);padding-top:18px;font-size:.95rem}.sticky-mobile{position:fixed;left:12px;right:12px;bottom:12px;z-index:90;display:none;gap:10px;padding:12px;border-radius:22px;background:rgba(255,255,255,.96);border:1px solid rgba(41,96,116,.14);box-shadow:0 20px 50px rgba(22,56,68,.15);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.sticky-mobile a{flex:1}

    @media (max-width:1100px){
      .references-grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.premium-grid,.gallery-grid,.cta-box,.seo-grid{grid-template-columns:1fr}.audience-grid,.spec-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.comparison-grid{grid-template-columns:1fr}.hero-media{aspect-ratio:16/10}.float-card.one{left:10px;bottom:10px}.float-card.two{right:10px;top:10px}.gallery-card.large{min-height:430px}}
    @media (max-width:860px){.nav{flex-wrap:wrap}.nav-links,.hide-mobile{display:none}.nav-cta .btn-primary{display:none}.nav-toggle{display:inline-flex}.mobile-menu.is-open{display:block;width:100%}.hero{padding-top:42px}.hero-trust,.grid-3{grid-template-columns:1fr}.section-head{flex-direction:column;align-items:flex-start}.footer-line{flex-direction:column}.service-badge{position:relative;right:auto;bottom:auto;margin-top:16px;width:100%;text-align:center;align-items:center}.hero-frame{padding:12px}.hero-copy h1{font-size:clamp(2.35rem,12vw,4.2rem)}}
    @media (max-width:720px){
      .references-grid{grid-template-columns:1fr}.reference-card img{height:220px}.container{width:min(calc(100% - 24px), var(--max))}.spec-grid,.audience-grid,.seo-grid,.services-grid{grid-template-columns:1fr}.cta-actions,.hero-actions{flex-direction:column}.btn{width:100%}.float-card{position:static;max-width:none;margin-top:14px}.gallery-card.large{min-height:360px}.gallery-stack .gallery-card{min-height:230px}.sticky-mobile{display:flex}footer{padding-bottom:110px}.section-space{padding:48px 0}}
  .service-more{display:inline-flex;margin-top:14px;color:#1e5f87;font-weight:900}
.service-card div{display:flex;flex-direction:column}.service-card p{flex:1}

/* FINAL SHARED OPTIMIZATION */
html{scroll-padding-top:120px}
.brand-text span{display:block;line-height:1.05;letter-spacing:.04em}
img[loading="lazy"]{content-visibility:auto}
@media (max-width:860px){body{padding-top:88px}}

/* Buharlı Vantilatör final theme */
.brand-mark{background:conic-gradient(from 220deg,#0e2f3a,#0f8aa6,#7bbf35,#0e2f3a)!important;}
.btn-primary,.service-badge,.feature-icon,.step-card small,.check-item::before{background:linear-gradient(135deg,#0e2f3a 0%,#0f8aa6 55%,#7bbf35 100%)!important;}
.hero-media,.detail-media{background:#eefbfc!important;}
.service-card img,.gallery-card img,.detail-media img{object-fit:contain;background:#fff;}
.hero-media img{object-fit:cover;}
code{display:inline-flex;margin:6px 6px 0 0;padding:7px 10px;border-radius:999px;background:rgba(15,138,166,.10);color:#0e5f72;font-weight:850;font-family:inherit;font-size:.86rem;}


/* Stabil hizmetler grid onarımı: sadece anasayfa hizmetler bölümü */
#hizmetler .services-grid-8{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
#hizmetler .services-grid-8 .service-card{min-width:0;}
#hizmetler .services-grid-8 .service-card img{
  width:100%;
  height:132px;
  object-fit:contain;
  background:#fff;
}
#hizmetler .services-grid-8 .service-more{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-top:14px;
  color:var(--primary);
  font-weight:900;
}
@media (max-width:900px){#hizmetler .services-grid-8{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:620px){#hizmetler .services-grid-8{grid-template-columns:1fr;}}

/* Final responsive Buharlı Vantilatör logo integration */
.brand.logo-brand{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  min-width:170px!important;
  max-width:310px!important;
  flex:0 1 310px!important;
}
.brand.logo-brand picture{display:flex!important;align-items:center!important;line-height:0!important;max-width:100%!important;}
.site-logo{
  display:block!important;
  width:clamp(178px,18vw,292px)!important;
  height:auto!important;
  max-height:74px!important;
  object-fit:contain!important;
}
.nav{min-height:82px!important;}
@media(max-width:1180px){
  .brand.logo-brand{max-width:255px!important;flex-basis:255px!important;}
  .site-logo{width:clamp(168px,22vw,248px)!important;max-height:64px!important;}
  .nav-links{gap:14px!important;font-size:.86rem!important;}
  .nav-cta{gap:8px!important;}
  .nav-cta .btn{padding-inline:16px!important;}
}
@media(max-width:860px){
  .brand.logo-brand{max-width:245px!important;flex-basis:auto!important;min-width:0!important;}
  .site-logo{width:clamp(160px,55vw,238px)!important;max-height:62px!important;}
  .nav{min-height:78px!important;}
}
@media(max-width:420px){
  .site-logo{width:clamp(148px,60vw,215px)!important;max-height:56px!important;}
  .nav{gap:10px!important;}
}


/* Language switch */
.lang-switch{display:inline-flex;align-items:center;gap:4px;margin-right:8px;background:rgba(255,255,255,.78);border:1px solid rgba(16,78,88,.14);border-radius:999px;padding:4px;box-shadow:0 10px 28px rgba(16,78,88,.08)}
.lang-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:30px;border-radius:999px;font-size:12px;font-weight:900;text-decoration:none;color:var(--text);letter-spacing:.03em}
.lang-switch a.active{background:var(--primary);color:#fff}
@media (max-width:900px){.nav-cta .lang-switch{display:none}.mobile-menu-links a[href='/'],.mobile-menu-links a[href='/en/'],.mobile-menu-links a[href^='/en/']{font-weight:900}}
/* English service grid compatibility */
#services .services-grid-8{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch;}
#services .services-grid-8 .service-card{min-width:0;}
#services .services-grid-8 .service-card img{width:100%;height:190px;object-fit:contain;background:#fff;}
#services .services-grid-8 .service-more{display:inline-flex;align-items:center;width:max-content;margin-top:14px;color:var(--primary);font-weight:900;}
@media (max-width:900px){#services .services-grid-8{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:620px){#services .services-grid-8{grid-template-columns:1fr;}}


/* Header menu structure imported from s-proje - 2026-05-19 */
.lang-switch{display:inline-flex;align-items:center;gap:4px;padding:5px;border-radius:999px;background:rgba(255,255,255,.88);border:1px solid var(--line);box-shadow:0 12px 26px rgba(19,45,58,.08);white-space:nowrap;}
.lang-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:34px;padding:0 10px;border-radius:999px;font-size:.78rem;font-weight:950;letter-spacing:.04em;color:var(--muted);text-decoration:none;}
.lang-switch a.active{background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff;box-shadow:0 10px 20px rgba(15,111,134,.24);}
.mobile-lang{display:none;margin:0 0 10px;}
.mobile-lang .lang-switch{width:100%;justify-content:center;margin-right:0;}
.mobile-lang .lang-switch a{flex:1;}
@media(max-width:1180px){.lang-switch a{min-width:34px;height:32px;padding:0 8px}.nav-cta{gap:8px!important;}}
@media(max-width:860px){.nav-cta>.lang-switch{display:none!important}.mobile-lang{display:block}.mobile-menu-panel{background:rgba(249,252,253,.96)!important;}.mobile-menu-links a[href='/'],.mobile-menu-links a[href='/en/'],.mobile-menu-links a[href^='/en/']{font-weight:850;}}


/* 2026-05-19 FINAL AUDIT PATCH */
:root{--header-h:92px;}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 22px);}
body{overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}
header{isolation:isolate;}
img{max-width:100%;height:auto;}
picture{display:block;line-height:0;}
.service-card,.product-card,.gallery-card,.reference-card,.detail-media{overflow:hidden;}
.service-card img,#hizmetler .service-card img,#urunler .service-card img,#services .service-card img,.gallery-card img,.reference-card img{background:#fff!important;object-fit:contain!important;object-position:center!important;padding:10px;}
.hero-media img{padding:0!important;object-fit:cover!important;}
.mobile-menu[hidden]{display:none!important;}
.mobile-menu.is-open{display:block!important;}
.nav-toggle{touch-action:manipulation;}
@media(max-width:860px){:root{--header-h:86px;}body.menu-open{overflow:hidden}.mobile-menu{position:absolute;top:100%;left:0;right:0;z-index:120}.mobile-menu-panel{max-height:calc(100vh - 96px);overflow:auto}.hero{padding-top:32px}.hero-grid{gap:28px}.hero-copy h1{font-size:clamp(2.1rem,10vw,3.5rem);}.hero-copy .lead{font-size:1rem}.nav{position:relative}.nav-cta{margin-left:auto}.sticky-mobile{z-index:130}}
@media(max-width:520px){.container{width:min(calc(100% - 22px),var(--max));}.section-head h2{font-size:clamp(1.85rem,9vw,2.7rem)}.service-card img,#hizmetler .services-grid-8 .service-card img,#services .services-grid-8 .service-card img{height:168px!important}.site-logo{max-width:72vw!important}.btn{min-height:48px}.hero-actions{gap:10px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}


/* Final responsive and performance hardening - 2026-05-19 */
:root{--header-h:92px;}
html{scroll-padding-top:calc(var(--header-h) + 22px);}
.gallery-grid{align-items:stretch;}
.gallery-card{display:grid;place-items:center;min-width:0;}
.gallery-card img{width:100%;height:100%;max-height:620px;object-fit:contain!important;object-position:center!important;background:#fff!important;}
.gallery-stack{min-width:0;}
.gallery-stack .gallery-card img{max-height:301px;}
.service-card,.feature-card,.premium-card,.gallery-card,.contact-card,.faq-item{content-visibility:auto;contain-intrinsic-size:1px 320px;}
.hero .service-card,.hero .feature-card{content-visibility:visible;}
.mobile-menu[hidden]{display:none!important;}
.nav-toggle{touch-action:manipulation;}
@media(max-width:1100px){.gallery-card img{max-height:430px}.gallery-stack .gallery-card img{max-height:230px}}
@media(max-width:720px){.gallery-grid{gap:14px}.gallery-card.large{min-height:300px}.gallery-card img{max-height:360px}.gallery-stack .gallery-card img{max-height:220px}}
@media(max-width:520px){body{padding-top:86px}.gallery-card{padding:10px}.gallery-card.large{min-height:260px}.gallery-card img{max-height:300px}.gallery-stack .gallery-card img{max-height:190px}.mobile-menu-panel{max-height:calc(100vh - 88px)}}

/* === 2026 özgün tema revizyonu: sıcak premium açık alan konsepti === */
:root{
  --bg:#fff8f1;
  --bg-soft:#fff0df;
  --surface:#ffffff;
  --surface-2:#fffaf5;
  --surface-3:rgba(255,255,255,.92);
  --text:#172b3f;
  --muted:#6d7d8b;
  --line:rgba(199,102,46,.18);
  --line-strong:rgba(199,102,46,.34);
  --primary:#c7662e;
  --secondary:#172b3f;
  --accent:#17a398;
  --accent-2:#e8fbf8;
  --shadow:0 24px 70px rgba(63,45,30,.10);
  --shadow-strong:0 34px 95px rgba(44,34,26,.18);
}
body{
  background:
    radial-gradient(circle at 12% 6%,rgba(255,180,115,.22),transparent 25%),
    radial-gradient(circle at 84% 10%,rgba(23,163,152,.16),transparent 24%),
    radial-gradient(circle at 72% 84%,rgba(23,43,63,.08),transparent 25%),
    linear-gradient(180deg,#fffaf5 0%,#f7fbfb 46%,#fff6ed 100%);
}
header{background:rgba(255,250,245,.94);border-bottom:1px solid rgba(199,102,46,.16)}
.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent));transform:scaleX(0);transform-origin:left;transition:.22s}.nav-links a:hover:after{transform:scaleX(1)}
.btn-primary{background:linear-gradient(135deg,#172b3f 0%,#c7662e 56%,#f3a65f 100%);box-shadow:0 18px 42px rgba(199,102,46,.25)}
.btn-secondary{border-color:rgba(199,102,46,.22);background:rgba(255,255,255,.88)}
.eyebrow{color:var(--primary);letter-spacing:.12em}
.hero{padding:82px 0 54px}.hero:before{content:"";position:absolute;inset:34px auto auto 48%;width:min(640px,48vw);height:min(640px,48vw);border-radius:38% 62% 48% 52%;background:linear-gradient(135deg,rgba(199,102,46,.16),rgba(23,163,152,.14));filter:blur(4px);z-index:-1}.hero-grid{grid-template-columns:1.12fr .88fr;gap:46px}.hero-copy h1{max-width:980px;color:#172b3f;text-wrap:balance}.hero-copy h1::first-line{color:#c7662e}.hero-copy .lead{font-size:1.13rem;max-width:820px}.hero-trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.trust-card{border-color:rgba(199,102,46,.16);background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,244,232,.78))}.trust-card strong{color:#172b3f}.hero-frame{border-radius:42px 22px 42px 22px;padding:16px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,239,220,.74))}.hero-media{aspect-ratio:5/5.7;border-radius:32px 16px 32px 16px;background:#fff}.hero-media:before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.7);border-radius:inherit;z-index:2;pointer-events:none}.hero-media::after{background:linear-gradient(180deg,rgba(23,43,63,0),rgba(23,43,63,.24))}
.section-head{align-items:center;margin-bottom:30px}.section-head h2{text-wrap:balance}.section-head p{font-size:1.01rem}.feature-card,.premium-card,.gallery-card,.spec-card,.audience-card,.faq-item,.cta-box,.seo-card,.contact-card,.comparison-card{border-color:rgba(199,102,46,.16);background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,250,245,.82))}.feature-icon{background:linear-gradient(135deg,#c7662e,#17a398)}
#hizmetler .services-grid-8{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.service-card{border-radius:24px;background:#fffaf5;border-color:rgba(199,102,46,.16);box-shadow:0 18px 55px rgba(48,39,31,.09)}.service-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--primary),var(--accent));opacity:.95}.service-card img,#hizmetler .services-grid-8 .service-card img{height:164px!important;padding:12px!important;background:#fff!important;object-fit:contain!important}.service-card div{padding:18px 18px 20px 22px}.service-card small{background:#fff0df;color:#c7662e}.service-more{margin-top:14px;color:#172b3f;font-weight:900;border-top:1px solid rgba(199,102,46,.16);padding-top:12px}
.premium-grid{grid-template-columns:.94fr 1.06fr;align-items:stretch}.premium-card{border-radius:34px;padding:36px}.list-item{background:#fff7ef;border-color:rgba(199,102,46,.15)}.list-item .bullet{background:linear-gradient(135deg,#c7662e,#17a398)}
.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.gallery-stack{display:contents}.gallery-card,.gallery-card.large,.gallery-stack .gallery-card{min-height:320px;height:100%}.gallery-card{padding:16px;border-radius:28px;background:linear-gradient(145deg,#fff,#fff2e5)}.gallery-card img,.gallery-stack .gallery-card img{height:100%!important;max-height:330px!important;object-fit:contain!important;background:#fff!important;border-radius:18px;padding:16px!important}.gallery-card.large img{max-height:330px!important}
.audience-grid{gap:18px}.audience-card{border-left:5px solid rgba(23,163,152,.55)}.faq-item{position:relative;padding-top:28px}.faq-item:before{content:"?";position:absolute;right:20px;top:14px;width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#fff0df;color:#c7662e;font-weight:950}.cta-box{border-radius:36px;background:linear-gradient(135deg,rgba(23,43,63,.09),rgba(199,102,46,.16),rgba(23,163,152,.11))}.contact-card{padding:18px;background:rgba(255,255,255,.82)}
footer{background:linear-gradient(180deg,rgba(23,43,63,.96),#111f30);color:#f8fbfc}footer a,footer p,footer span{color:rgba(248,251,252,.82)}
@media(max-width:1100px){.hero-grid,.premium-grid,.gallery-grid,.cta-box{grid-template-columns:1fr}#hizmetler .services-grid-8{grid-template-columns:repeat(2,1fr)}.gallery-stack{display:grid;gap:18px}.gallery-card,.gallery-card.large,.gallery-stack .gallery-card{min-height:300px}.hero-media{aspect-ratio:16/10}}
@media(max-width:720px){#hizmetler .services-grid-8{grid-template-columns:1fr}.hero{padding-top:44px}.hero-trust{grid-template-columns:1fr}.gallery-card,.gallery-card.large,.gallery-stack .gallery-card{min-height:240px}.service-card img,#hizmetler .services-grid-8 .service-card img{height:176px!important}.section-head{gap:12px}.premium-card{padding:24px}.hero-copy h1{letter-spacing:-.05em}}
#services .services-grid-8{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}#services .service-card{border-radius:24px;background:#fffaf5;border-color:rgba(199,102,46,.16);box-shadow:0 18px 55px rgba(48,39,31,.09)}#services .service-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--primary),var(--accent));opacity:.95}#services .services-grid-8 .service-card img{height:164px!important;padding:12px!important;background:#fff!important;object-fit:contain!important}@media(max-width:1100px){#services .services-grid-8{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){#services .services-grid-8{grid-template-columns:1fr}#services .services-grid-8 .service-card img{height:176px!important}}


/* 2026-05-19 premium tilt banner enhancement for system section */
.premium-grid{align-items:center;gap:26px;}
.tilted-banner{position:relative;overflow:visible!important;padding:8px!important;border:none!important;background:transparent!important;box-shadow:none!important;display:flex;align-items:center;justify-content:center;min-height:100%;}
.tilted-banner .tilt-frame{position:relative;width:min(100%,560px);margin-inline:auto;padding:18px;border-radius:34px;background:linear-gradient(145deg,#fff8ef 0%,#ffe9d5 48%,#fffdf9 100%);box-shadow:0 28px 72px rgba(145,84,34,.18);transform:rotate(-4deg);}
.tilted-banner .tilt-frame::before{content:"";position:absolute;inset:-14px;background:linear-gradient(135deg,rgba(199,102,46,.16),rgba(23,163,152,.16));border-radius:38px;transform:rotate(7deg);z-index:-1;box-shadow:0 18px 46px rgba(23,43,63,.10);}
.tilted-banner img{display:block;width:100%;height:auto!important;max-height:620px!important;object-fit:contain!important;object-position:center!important;background:#fff!important;border-radius:24px;padding:12px!important;box-shadow:0 16px 38px rgba(23,43,63,.08);transform:rotate(4deg);}
.tilt-note{position:absolute;left:18px;bottom:10px;max-width:250px;padding:14px 16px;border-radius:18px;background:rgba(23,43,63,.90);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;box-shadow:0 16px 42px rgba(23,43,63,.22);}
.tilt-note strong{display:block;font-size:1rem;line-height:1.2;margin-bottom:4px;color:#fff;}
.tilt-note span{display:block;font-size:.9rem;line-height:1.45;color:rgba(255,255,255,.86);}
@media(max-width:1100px){.premium-grid{grid-template-columns:1fr;}.tilted-banner{padding-top:12px!important;}.tilted-banner .tilt-frame{width:min(100%,620px);transform:rotate(-2.5deg);}.tilted-banner img{max-height:520px!important;transform:rotate(2.5deg);}.tilt-note{left:16px;right:16px;bottom:6px;max-width:none;}}
@media(max-width:720px){.tilted-banner .tilt-frame{padding:12px;border-radius:28px;transform:none;}.tilted-banner .tilt-frame::before{inset:-8px;transform:rotate(3deg);}.tilted-banner img{max-height:420px!important;padding:10px!important;transform:none;}.tilt-note{position:static;margin:14px auto 0;max-width:100%;}}


/* buharlivantilator.com premium white concept patch - 2026-05-19 */
:root{
  --primary:#0b7890!important;
  --secondary:#60b7c7!important;
  --accent:#8abf63!important;
  --text:#122f3a!important;
  --muted:#58707a!important;
  --bg:#fbfeff!important;
  --bg-soft:#f2fbfd!important;
  --line:rgba(15,105,126,.13)!important;
  --shadow:0 18px 45px rgba(18,78,96,.08)!important;
  --shadow-strong:0 28px 72px rgba(18,78,96,.13)!important;
}
body{
  background:
    radial-gradient(circle at 10% 0%, rgba(96,183,199,.13), transparent 32%),
    radial-gradient(circle at 90% 8%, rgba(138,191,99,.11), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f8fdff 44%,#ffffff 100%)!important;
}
header{background:rgba(255,255,255,.92)!important;border-bottom:1px solid rgba(15,105,126,.10)!important;box-shadow:0 14px 38px rgba(18,78,96,.06)!important;}
.hero{background:linear-gradient(180deg,rgba(255,255,255,.64),rgba(240,250,253,.42) 55%,rgba(255,255,255,0))!important;}
.hero-grid{grid-template-columns:1.08fr .92fr!important;}
.hero-copy h1{letter-spacing:-.052em!important;color:#102f3b!important;}
.eyebrow{background:#fff!important;color:#0b7890!important;border-color:rgba(15,105,126,.14)!important;}
.shell,.feature-card,.premium-card,.gallery-card,.spec-card,.audience-card,.faq-item,.cta-box,.seo-card,.contact-card,.comparison-card,.service-card,.reference-card,.trust-card{background:rgba(255,255,255,.94)!important;border-color:rgba(15,105,126,.12)!important;}
.btn-primary,.service-badge,.feature-icon,.step-card small,.check-item::before{background:linear-gradient(135deg,#0b7890 0%,#60b7c7 58%,#8abf63 100%)!important;box-shadow:0 16px 36px rgba(11,120,144,.18)!important;}
.btn-secondary{background:#fff!important;border-color:rgba(15,105,126,.16)!important;}
.hero-frame{padding:14px!important;border:1px solid rgba(15,105,126,.12)!important;background:linear-gradient(135deg,#fff,rgba(239,250,253,.86))!important;box-shadow:0 28px 72px rgba(18,78,96,.10)!important;}
.hero-media{border-radius:34px!important;background:#ffffff!important;}
.hero-media::after{background:linear-gradient(180deg,rgba(255,255,255,.0),rgba(11,120,144,.10))!important;}
.section-space{position:relative;}
.section-head h2{color:#123542!important;}
.service-card{min-height:282px!important;transform:none;}
.service-card:hover{transform:translateY(-7px)!important;}
.service-card img,#hizmetler .services-grid-8 .service-card img,#services .services-grid-8 .service-card img{height:160px!important;padding:14px!important;background:#fff!important;border-bottom:1px solid rgba(15,105,126,.08)!important;}
.service-card div{padding:20px!important;}
.service-card small{background:#f0fbfd!important;color:#0b7890!important;}
.gallery-card{background:linear-gradient(180deg,#fff,#f5fcfe)!important;}
.references-section{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(238,250,253,.55),rgba(255,255,255,0))!important;}
.cta-box{background:linear-gradient(135deg,rgba(96,183,199,.14),rgba(138,191,99,.10),rgba(255,255,255,.96))!important;}
.lang-switch a.active{background:linear-gradient(135deg,#0b7890,#60b7c7)!important;}
footer{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(242,251,253,.72))!important;}
@media(max-width:860px){.hero-grid{grid-template-columns:1fr!important}.hero-copy h1{line-height:.98!important}.service-card img,#hizmetler .services-grid-8 .service-card img,#services .services-grid-8 .service-card img{height:174px!important}}


/* BUHARLIVANTILATOR.COM FINAL WHITE PREMIUM THEME */
:root{
  --bg:#fbfeff;
  --bg-soft:#f2f9fb;
  --surface:#ffffff;
  --surface-2:#fbfdfe;
  --surface-3:rgba(255,255,255,.96);
  --text:#102d38;
  --muted:#607884;
  --line:rgba(22,73,92,.12);
  --line-strong:rgba(22,73,92,.24);
  --primary:#0e91ad;
  --secondary:#0b3440;
  --accent:#64b7a2;
  --accent-2:#e6f8f3;
  --shadow:0 20px 62px rgba(19,69,87,.09);
  --shadow-strong:0 28px 88px rgba(19,69,87,.15);
}
body{
  background:
    radial-gradient(circle at 10% 6%, rgba(14,145,173,.10), transparent 25%),
    radial-gradient(circle at 90% 12%, rgba(100,183,162,.10), transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#f6fbfd 48%,#ffffff 100%) !important;
}
header{background:rgba(255,255,255,.94)!important;}
.shell,.feature-card,.premium-card,.gallery-card,.spec-card,.audience-card,.faq-item,.cta-box,.seo-card,.contact-card,.comparison-card,.trust-card,.float-card,.side-card,.related-card,.step-card{background:rgba(255,255,255,.94)!important;}
.hero-grid{grid-template-columns:1.08fr .92fr;}
.hero-copy h1{letter-spacing:-.052em;}
.hero-media{border-radius:36px!important;box-shadow:inset 0 0 0 1px rgba(14,145,173,.10);}
.hero-frame{padding:16px;border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(240,249,251,.86));}
.service-badge{right:18px;bottom:18px;border-radius:22px!important;}
.float-card.one{left:18px;bottom:34px}.float-card.two{right:18px;top:26px}
.btn-primary,.service-badge,.feature-icon,.step-card small,.check-item::before{background:linear-gradient(135deg,#0b3440 0%,#0e91ad 58%,#64b7a2 100%)!important;}
.nav-links a::after{background:linear-gradient(90deg,#0e91ad,#64b7a2)!important;}
.cta-box,.note-box{background:linear-gradient(135deg,rgba(14,145,173,.08),rgba(100,183,162,.10))!important;}
.service-card,.gallery-card,.feature-card,.premium-card,.seo-card,.comparison-card,.quality-card{transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;}
.service-card:hover,.gallery-card:hover,.feature-card:hover,.premium-card:hover,.seo-card:hover,.comparison-card:hover,.quality-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-strong)!important;border-color:rgba(14,145,173,.22)!important;}
.service-card img,.gallery-card img,.detail-media img{object-fit:contain!important;background:#fff!important;padding:10px;}
.hero-media img{object-fit:contain!important;background:#fff!important;padding:18px;}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.hero-media{aspect-ratio:16/11}.float-card{position:static;margin-top:12px}.service-badge{right:18px;bottom:18px}}


/* FINAL AUDIT 2026-05-19: Beyaz premium görünüm, anasayfa gölgelendirme ve kart ayrıştırmaları */
:root{
  --bg:#f8fcfd;
  --bg-soft:#eef9fb;
  --surface:#ffffff;
  --surface-2:#fbfefe;
  --line:rgba(15,84,105,.14);
  --primary:#0f8aa6;
  --secondary:#0d3340;
  --accent:#74ba36;
  --shadow:0 18px 48px rgba(15,61,76,.10),0 2px 10px rgba(15,61,76,.04);
  --shadow-strong:0 30px 90px rgba(15,61,76,.18),0 6px 22px rgba(15,61,76,.06);
}
body{
  background:
    radial-gradient(circle at 9% 7%, rgba(15,138,166,.10), transparent 24%),
    radial-gradient(circle at 92% 12%, rgba(116,186,54,.09), transparent 22%),
    linear-gradient(180deg,#ffffff 0%,#f7fcfd 42%,#ffffff 100%) !important;
}
header{background:rgba(255,255,255,.94)!important;box-shadow:0 12px 34px rgba(15,61,76,.08)}
.hero,.section-space{position:relative}
.hero-frame,.hero-media,.service-card,.feature-card,.comparison-card,.audience-card,.seo-card,.trust-card,.contact-card,.faq-item,.gallery-card,.premium-card,.list-item,.cta-box,.shell,.related-card,.article-card,.step-card,.detail-points>div{
  box-shadow:var(--shadow)!important;
  border-color:rgba(15,84,105,.13)!important;
}
.hero-frame,.service-card,.feature-card,.comparison-card,.audience-card,.seo-card,.trust-card,.premium-card,.faq-item,.gallery-card,.contact-card{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,253,254,.96))!important;
}
.service-card,.feature-card,.comparison-card,.audience-card,.seo-card,.trust-card,.gallery-card,.faq-item,.contact-card,.related-card,.step-card{
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.service-card:hover,.feature-card:hover,.comparison-card:hover,.audience-card:hover,.seo-card:hover,.trust-card:hover,.gallery-card:hover,.faq-item:hover,.contact-card:hover,.related-card:hover,.step-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow-strong)!important;
  border-color:rgba(15,138,166,.24)!important;
}
.service-card img,.gallery-card img,.detail-media img{filter:drop-shadow(0 18px 32px rgba(15,61,76,.10));}
.service-more{box-shadow:0 12px 28px rgba(15,138,166,.14)}
.btn-primary{box-shadow:0 18px 44px rgba(15,138,166,.22)!important;}
.btn-secondary{box-shadow:0 12px 30px rgba(15,61,76,.08)!important;}
.eyebrow{box-shadow:0 12px 28px rgba(15,61,76,.07)!important;background:#fff!important}
.float-card,.badge-main,.badge-note{box-shadow:0 20px 54px rgba(15,61,76,.13)!important;}
.cta-box{background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(236,250,252,.92))!important;}
@media(max-width:720px){.service-card:hover,.feature-card:hover,.comparison-card:hover,.audience-card:hover,.seo-card:hover,.trust-card:hover,.gallery-card:hover,.faq-item:hover,.contact-card:hover,.related-card:hover,.step-card:hover{transform:none}}

/* 2026-05-19 Hizmetler bölümü premium kart şablonu */
#hizmetler .services-grid-8,
#services .services-grid-8{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}
#hizmetler .services-grid-8 .service-card,
#services .services-grid-8 .service-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
  border-radius:30px!important;
  overflow:hidden!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(247,253,254,.98) 100%)!important;
  border:1px solid rgba(15,138,166,.13)!important;
  box-shadow:
    0 22px 55px rgba(12,54,68,.10),
    0 8px 18px rgba(12,54,68,.045)!important;
  isolation:isolate!important;
}
#hizmetler .services-grid-8 .service-card::before,
#services .services-grid-8 .service-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  width:auto!important;
  background:
    radial-gradient(circle at 18% 8%,rgba(15,138,166,.13),transparent 28%),
    radial-gradient(circle at 88% 0%,rgba(116,186,54,.13),transparent 25%)!important;
  opacity:1!important;
  z-index:-1!important;
}
#hizmetler .services-grid-8 .service-card::after,
#services .services-grid-8 .service-card::after{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  top:15px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--primary),var(--accent));
  opacity:.85;
}
#hizmetler .services-grid-8 .service-card:hover,
#services .services-grid-8 .service-card:hover{
  transform:translateY(-8px)!important;
  border-color:rgba(15,138,166,.28)!important;
  box-shadow:
    0 34px 85px rgba(12,54,68,.17),
    0 12px 28px rgba(12,54,68,.075)!important;
}
#hizmetler .services-grid-8 .service-card img,
#services .services-grid-8 .service-card img{
  width:calc(100% - 34px)!important;
  height:176px!important;
  margin:28px 17px 0!important;
  padding:16px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:linear-gradient(180deg,#fff,#fafdff)!important;
  border:1px solid rgba(15,138,166,.10)!important;
  border-radius:24px!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.7),
    0 18px 36px rgba(15,61,76,.10)!important;
  filter:drop-shadow(0 12px 22px rgba(15,61,76,.12))!important;
}
#hizmetler .services-grid-8 .service-card > div,
#services .services-grid-8 .service-card > div{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  padding:18px 20px 22px!important;
}
#hizmetler .services-grid-8 .service-card small,
#services .services-grid-8 .service-card small{
  position:absolute!important;
  right:22px!important;
  top:28px!important;
  z-index:2!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:42px!important;
  height:42px!important;
  margin:0!important;
  padding:0!important;
  border-radius:16px!important;
  color:#fff!important;
  background:linear-gradient(135deg,var(--secondary),var(--primary))!important;
  box-shadow:0 16px 30px rgba(15,138,166,.24)!important;
  font-size:.82rem!important;
  font-weight:950!important;
  letter-spacing:.03em!important;
}
#hizmetler .services-grid-8 .service-card h3,
#services .services-grid-8 .service-card h3{
  margin:0 0 10px!important;
  color:#102d38!important;
  font-size:1.08rem!important;
  line-height:1.22!important;
  letter-spacing:-.018em!important;
}
#hizmetler .services-grid-8 .service-card p,
#services .services-grid-8 .service-card p{
  flex:1 1 auto!important;
  margin:0!important;
  color:#607884!important;
  font-size:.94rem!important;
  line-height:1.58!important;
}
#hizmetler .services-grid-8 .service-more,
#services .services-grid-8 .service-more{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:46px!important;
  margin-top:18px!important;
  padding:12px 16px!important;
  border-radius:16px!important;
  color:#0b6174!important;
  background:rgba(15,138,166,.08)!important;
  border:1px solid rgba(15,138,166,.12)!important;
  box-shadow:none!important;
  font-weight:950!important;
  text-decoration:none!important;
  transition:background .24s ease,color .24s ease,border-color .24s ease,transform .24s ease!important;
}
#hizmetler .services-grid-8 .service-more::after,
#services .services-grid-8 .service-more::after{
  content:"→";
  margin-left:9px;
  font-size:1.05rem;
  transition:transform .24s ease;
}
#hizmetler .services-grid-8 .service-card:hover .service-more,
#services .services-grid-8 .service-card:hover .service-more{
  color:#fff!important;
  background:linear-gradient(135deg,var(--secondary),var(--primary))!important;
  border-color:transparent!important;
}
#hizmetler .services-grid-8 .service-card:hover .service-more::after,
#services .services-grid-8 .service-card:hover .service-more::after{
  transform:translateX(3px);
}
@media(max-width:1100px){
  #hizmetler .services-grid-8,
  #services .services-grid-8{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:620px){
  #hizmetler .services-grid-8,
  #services .services-grid-8{grid-template-columns:1fr!important;gap:18px!important;}
  #hizmetler .services-grid-8 .service-card img,
  #services .services-grid-8 .service-card img{height:188px!important;}
}


/* === FINAL FULL AUDIT PATCH - 2026-05-19 === */
img, picture img{max-width:100%!important;height:auto;}
.service-card img,.gallery-card img,.premium-card img,.detail-media img,.reference-card img{object-fit:contain!important;object-position:center!important;background:#fff!important;}
.hero-media img{object-fit:contain!important;background:#fff!important;}
.services-premium-split{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
.services-premium-split .service-card{
  position:relative!important;
  min-height:100%!important;
  border-radius:32px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fcfd 100%)!important;
  border:1px solid rgba(15,138,166,.14)!important;
  box-shadow:0 24px 62px rgba(12,54,68,.11),0 8px 18px rgba(12,54,68,.045)!important;
  overflow:hidden!important;
}
.services-premium-split .service-card:nth-child(4n+1){transform:translateY(0)}
.services-premium-split .service-card:nth-child(4n+2){transform:translateY(12px)}
.services-premium-split .service-card:nth-child(4n+3){transform:translateY(0)}
.services-premium-split .service-card:nth-child(4n+4){transform:translateY(12px)}
.services-premium-split .service-card:hover{transform:translateY(-8px)!important;box-shadow:0 36px 90px rgba(12,54,68,.18)!important;}
.services-premium-split .service-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(15,138,166,.13),transparent 28%),radial-gradient(circle at 92% 3%,rgba(116,186,54,.12),transparent 24%);pointer-events:none;}
.services-premium-split .service-card img{position:relative;z-index:1;width:calc(100% - 36px)!important;height:180px!important;margin:30px 18px 0!important;padding:16px!important;border-radius:24px!important;border:1px solid rgba(15,138,166,.10)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.70),0 18px 34px rgba(15,61,76,.10)!important;}
.services-premium-split .service-card>div{position:relative;z-index:1;padding:20px 22px 24px!important;}
.services-premium-split .service-card small{position:absolute!important;top:26px!important;right:24px!important;width:46px!important;height:46px!important;display:inline-grid!important;place-items:center!important;border-radius:17px!important;color:#fff!important;background:linear-gradient(135deg,var(--secondary),var(--primary))!important;box-shadow:0 16px 34px rgba(15,138,166,.25)!important;font-weight:950!important;}
.services-premium-split .service-more{width:100%!important;min-height:46px!important;border-radius:16px!important;background:rgba(15,138,166,.08)!important;border:1px solid rgba(15,138,166,.13)!important;color:#0b6174!important;justify-content:center!important;}
.services-premium-split .service-card:hover .service-more{color:#fff!important;background:linear-gradient(135deg,var(--secondary),var(--primary))!important;}
.site-footer{width:100%;margin-top:42px;padding:0!important;background:transparent!important;color:#eaf7fa!important;}
.site-footer .footer-wrap{width:100%;padding:52px 0 24px;background:linear-gradient(135deg,#0b2f3b 0%,#0f6f86 58%,#0a3d4b 100%);box-shadow:0 -22px 60px rgba(12,54,68,.12);}
.site-footer .footer-grid{display:grid;grid-template-columns:1.35fr .75fr .9fr;gap:28px;align-items:start;}
.site-footer strong{display:block;font-size:1.35rem;letter-spacing:-.02em;color:#fff;margin-bottom:10px;}
.site-footer p{margin:0;max-width:620px;color:rgba(255,255,255,.78);}
.site-footer h3{margin:0 0 12px;font-size:1rem;color:#fff;}
.site-footer a,.site-footer span{display:block;color:rgba(255,255,255,.82);font-weight:750;margin:8px 0;}
.site-footer a:hover{color:#fff;text-decoration:underline;}
.site-footer .footer-bottom{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);font-size:.92rem;color:rgba(255,255,255,.72);}
@media(max-width:1100px){.services-premium-split{grid-template-columns:repeat(2,minmax(0,1fr))!important}.services-premium-split .service-card:nth-child(n){transform:none}.site-footer .footer-grid{grid-template-columns:1fr 1fr}.site-footer .footer-brand{grid-column:1/-1}}
@media(max-width:680px){.services-premium-split{grid-template-columns:1fr!important}.services-premium-split .service-card img{height:190px!important}.site-footer .footer-grid{grid-template-columns:1fr}.site-footer .footer-bottom{flex-direction:column;align-items:flex-start}.site-footer .footer-wrap{padding-bottom:128px}}


/* === PREMIUM AUDIT 2026-05-20: responsive, visual consistency, footer and card motion === */
:root{--header-h:92px;--primary:#1389a5;--secondary:#132f3a;--accent:#7bbf35;--text:#132f3a;--muted:#657b86;--line:rgba(22,94,116,.15);--shadow:0 18px 48px rgba(15,61,76,.10),0 2px 10px rgba(15,61,76,.04);--shadow-strong:0 30px 90px rgba(15,61,76,.18),0 6px 22px rgba(15,61,76,.06)}
html{scroll-padding-top:calc(var(--header-h) + 24px);}
body{overflow-x:hidden;}
header{background:rgba(255,255,255,.96)!important;border-bottom:1px solid rgba(22,94,116,.13)!important;box-shadow:0 14px 40px rgba(15,61,76,.07)!important;}
.nav-links a,.mobile-menu-links a{transition:color .22s ease,background .22s ease,transform .22s ease}.nav-links a:hover{color:var(--primary)!important}.mobile-menu-links a:hover{transform:translateX(4px)}
#hizmetler .services-grid-8,#services .services-grid-8{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;}
#hizmetler .service-card,#services .service-card{position:relative;border-radius:28px!important;background:linear-gradient(180deg,#fff,#f8fdff)!important;border:1px solid rgba(22,94,116,.13)!important;box-shadow:var(--shadow)!important;overflow:hidden;transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease;}
#hizmetler .service-card:before,#services .service-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 0%,rgba(19,137,165,.13),transparent 34%),radial-gradient(circle at 96% 12%,rgba(123,191,53,.12),transparent 30%);opacity:.85;pointer-events:none;}
#hizmetler .service-card:hover,#services .service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-strong)!important;border-color:rgba(19,137,165,.28)!important;}
#hizmetler .service-card img,#services .service-card img{height:168px!important;object-fit:contain!important;background:#fff!important;padding:14px!important;border-bottom:1px solid rgba(22,94,116,.10);transition:transform .32s ease;}
#hizmetler .service-card:hover img,#services .service-card:hover img{transform:scale(1.035)}
#hizmetler .service-card div,#services .service-card div{position:relative;z-index:1;padding:20px!important;}
.service-more{color:var(--primary)!important;font-weight:950!important}.service-more:after{content:" →";}
.site-footer{display:block!important;margin-top:38px!important;padding:36px 0 54px!important;background:linear-gradient(135deg,#102f3a 0%,#1389a5 62%,#7bbf35 100%)!important;color:#fff!important;}
.site-footer .footer-line{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;border-top:0!important;padding:22px 24px!important;border-radius:24px!important;background:rgba(255,255,255,.10)!important;box-shadow:0 18px 45px rgba(0,0,0,.12)!important;}
.site-footer strong,.site-footer span,.site-footer a,.footer-developer{display:inline-block!important;color:#fff!important;opacity:1!important;visibility:visible!important;}
.site-footer strong{font-size:1.05rem}.site-footer span{margin-left:8px;color:rgba(255,255,255,.88)!important}.footer-developer a{font-weight:900;text-decoration:underline;text-underline-offset:4px;}
img{max-width:100%;height:auto;}
@media(max-width:1100px){#hizmetler .services-grid-8,#services .services-grid-8{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hero-grid,.premium-grid,.gallery-grid,.cta-box,.seo-grid{grid-template-columns:1fr!important}}
@media(max-width:720px){#hizmetler .services-grid-8,#services .services-grid-8{grid-template-columns:1fr!important}.site-footer{padding-bottom:128px!important}.site-footer .footer-line{flex-direction:column!important;text-align:center!important}.site-footer span{display:block!important;margin:6px 0 0!important}.section-space{padding:48px 0!important}.service-card img{height:158px!important}.sticky-mobile{display:flex!important}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}


/* === Ürün vitrini ürün adı alanı - 2026-05-19 === */
.product-showcase-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}
.product-showcase-card{
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  min-height:390px!important;
  height:100%!important;
  padding:16px 16px 18px!important;
  border-radius:30px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f6fcfe 100%)!important;
  overflow:hidden!important;
}
.product-showcase-card .product-image-wrap{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:1 1 auto!important;
  width:100%!important;
  min-height:285px!important;
  border-radius:22px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.product-showcase-card img{
  width:100%!important;
  height:100%!important;
  max-height:300px!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:12px!important;
  border-radius:20px!important;
  background:#fff!important;
}
.product-showcase-card .product-name{
  margin-top:14px!important;
  padding:14px 16px!important;
  min-height:54px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,rgba(11,120,144,.09),rgba(138,191,99,.08))!important;
  border:1px solid rgba(11,120,144,.14)!important;
  color:#103747!important;
  font-weight:900!important;
  font-size:1rem!important;
  line-height:1.25!important;
  letter-spacing:-.01em!important;
}
.product-showcase-card:hover .product-name{
  border-color:rgba(11,120,144,.24)!important;
  background:linear-gradient(135deg,rgba(11,120,144,.13),rgba(138,191,99,.12))!important;
}
@media(max-width:1100px){
  .product-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .product-showcase-card{min-height:360px!important;}
  .product-showcase-card .product-image-wrap{min-height:250px!important;}
}
@media(max-width:720px){
  .product-showcase-grid{grid-template-columns:1fr!important;gap:16px!important;}
  .product-showcase-card{min-height:320px!important;padding:14px!important;}
  .product-showcase-card .product-image-wrap{min-height:230px!important;}
  .product-showcase-card img{max-height:250px!important;}
  .product-showcase-card .product-name{font-size:.96rem!important;min-height:50px!important;}
}
