: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 Megamist 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%;}}


/* acikalanserinletmesogutma.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}}

/* =========================================================
   FINAL PREMIUM CONSISTENCY PASS - 19.05.2026
   Header/menu, service cards, image SEO layout and mobile polish
   ========================================================= */
:root{
  --bg:#f6fafb!important;--bg-soft:#eef6f8!important;--surface:#ffffff!important;--text:#102f3a!important;--muted:#617784!important;--line:rgba(16,47,58,.12)!important;--primary:#0b7890!important;--secondary:#102f3a!important;--accent:#7bbf35!important;--shadow:0 22px 62px rgba(16,47,58,.10)!important;--shadow-strong:0 34px 86px rgba(16,47,58,.18)!important;
}
html{scroll-padding-top:calc(var(--header-h, 92px) + 24px)!important;}
body{background:radial-gradient(circle at 8% 0%, rgba(123,191,53,.10), transparent 23%),radial-gradient(circle at 88% 8%, rgba(11,120,144,.10), transparent 28%),linear-gradient(180deg,#ffffff 0%,#f5fafb 48%,#ffffff 100%)!important;color:var(--text)!important;}
header{background:rgba(255,255,255,.94)!important;border-bottom:1px solid rgba(16,47,58,.10)!important;box-shadow:0 12px 38px rgba(16,47,58,.07)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;}
header.is-scrolled{background:rgba(255,255,255,.98)!important;box-shadow:0 18px 48px rgba(16,47,58,.11)!important;}
.nav-links{color:#183d49!important;}
.nav-links a{color:#183d49!important;}
.nav-links a:after{background:linear-gradient(90deg,#0b7890,#7bbf35)!important;}
.lang-switch{background:#fff!important;border:1px solid rgba(16,47,58,.12)!important;box-shadow:0 12px 32px rgba(16,47,58,.07)!important;}
.lang-switch a{color:#183d49!important;}
.lang-switch a.active{background:linear-gradient(135deg,#102f3a,#0b7890)!important;color:#fff!important;}
.btn-primary{background:linear-gradient(135deg,#102f3a 0%,#0b7890 58%,#7bbf35 100%)!important;color:#fff!important;box-shadow:0 18px 46px rgba(16,47,58,.20)!important;}
.btn-secondary{background:#fff!important;color:#183d49!important;border-color:rgba(16,47,58,.12)!important;box-shadow:0 14px 38px rgba(16,47,58,.08)!important;}
.mobile-menu-panel{background:rgba(255,255,255,.98)!important;border:1px solid rgba(16,47,58,.12)!important;box-shadow:0 24px 70px rgba(16,47,58,.15)!important;}
.mobile-menu-links a{background:#f6fafb!important;border:1px solid rgba(16,47,58,.10)!important;color:#183d49!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,.article-card,.side-card,.step-card,.related-card,.detail-point{background:rgba(255,255,255,.95)!important;border-color:rgba(16,47,58,.12)!important;box-shadow:0 18px 55px rgba(16,47,58,.09)!important;}
#hizmetler .premium-service-grid,#services .premium-service-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important;perspective:1100px;}
#hizmetler .premium-service-card,#services .premium-service-card{position:relative!important;min-height:330px!important;display:flex!important;flex-direction:column!important;border-radius:30px!important;overflow:hidden!important;background:linear-gradient(180deg,#fff 0%,#f8fbfc 100%)!important;border:1px solid rgba(16,47,58,.12)!important;box-shadow:0 22px 58px rgba(16,47,58,.11), inset 0 1px 0 rgba(255,255,255,.9)!important;transform:translateY(0);transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease!important;animation:serviceCardIn .7s both;animation-delay:calc(var(--card-i, 1) * .055s);}
#hizmetler .premium-service-card:before,#services .premium-service-card:before{content:""!important;position:absolute!important;inset:0!important;width:auto!important;background:linear-gradient(135deg,rgba(123,191,53,.16),rgba(11,120,144,.10) 35%,transparent 70%)!important;opacity:.9!important;pointer-events:none!important;}
#hizmetler .premium-service-card:after,#services .premium-service-card:after{content:"";position:absolute;top:-80px;left:-120px;width:110px;height:220%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:rotate(18deg);opacity:0;transition:.55s ease;}
#hizmetler .premium-service-card:hover,#services .premium-service-card:hover{transform:translateY(-10px) rotateX(1.2deg)!important;border-color:rgba(11,120,144,.26)!important;box-shadow:0 34px 86px rgba(16,47,58,.18)!important;}
#hizmetler .premium-service-card:hover:after,#services .premium-service-card:hover:after{left:115%;opacity:1;}
#hizmetler .premium-service-card img,#services .premium-service-card img{height:172px!important;width:100%!important;object-fit:contain!important;object-position:center!important;padding:18px!important;background:linear-gradient(180deg,#fff,#f3f8f9)!important;border-bottom:1px solid rgba(16,47,58,.08)!important;transition:transform .35s ease!important;}
#hizmetler .premium-service-card:hover img,#services .premium-service-card:hover img{transform:scale(1.045)!important;}
#hizmetler .premium-service-card div,#services .premium-service-card div{position:relative;z-index:2;display:flex!important;flex-direction:column!important;gap:8px;padding:20px 20px 22px!important;flex:1!important;}
#hizmetler .premium-service-card small,#services .premium-service-card small{position:absolute;top:-32px;left:18px;width:56px;height:56px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:18px!important;background:linear-gradient(135deg,#102f3a,#0b7890)!important;color:#fff!important;font-size:.95rem!important;box-shadow:0 15px 34px rgba(16,47,58,.20)!important;margin:0!important;}
#hizmetler .premium-service-card h3,#services .premium-service-card h3{margin:16px 0 4px!important;font-size:1.12rem!important;line-height:1.18!important;letter-spacing:-.02em!important;color:#102f3a!important;}
#hizmetler .premium-service-card p,#services .premium-service-card p{margin:0!important;color:#617784!important;line-height:1.55!important;font-size:.94rem!important;flex:1!important;}
.service-more{display:inline-flex!important;align-items:center;justify-content:space-between;gap:10px;margin-top:14px!important;padding:12px 14px!important;border-radius:999px!important;background:#f1f8fa!important;color:#0b7890!important;font-weight:900!important;border:1px solid rgba(11,120,144,.13)!important;transition:.25s ease!important;}
.service-more:after{content:"→";font-weight:900;transition:transform .25s ease;}
.service-more:hover{background:#102f3a!important;color:#fff!important;transform:translateY(-2px)!important;}
.service-more:hover:after{transform:translateX(3px);}
img{height:auto;}
.gallery-card img,.detail-media img{border-radius:inherit;}
.reveal-ready{opacity:0;transform:translateY(22px);transition:opacity .65s ease, transform .65s ease;}
.reveal-ready.is-visible{opacity:1;transform:none;}
@keyframes serviceCardIn{from{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:1180px){#hizmetler .premium-service-grid,#services .premium-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:720px){#hizmetler .premium-service-grid,#services .premium-service-grid{grid-template-columns:1fr!important;gap:18px!important;}#hizmetler .premium-service-card,#services .premium-service-card{min-height:auto!important;}#hizmetler .premium-service-card img,#services .premium-service-card img{height:188px!important;}.container{width:min(calc(100% - 24px),var(--max))!important;}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal-ready{opacity:1!important;transform:none!important}}


/* === 20.05.2026 FINAL AUDIT: CSS/JS consistency, responsive pixel safety and premium service cards === */
:root{--header-h:92px}
html{scroll-padding-top:calc(var(--header-h,92px) + 18px)}
body{min-width:320px}
header, header.is-scrolled{
  background:rgba(249,252,252,.96)!important;
  color:var(--text)!important;
  border-bottom:1px solid rgba(41,96,116,.16)!important;
  box-shadow:0 12px 38px rgba(22,56,68,.08)!important;
}
header .nav-links a, header .brand-text strong, header .brand-text span{color:inherit}
.nav-links a{position:relative}
.nav-links a::after{
  content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;
  background:linear-gradient(90deg,var(--primary),var(--accent));
  transform:scaleX(0);transform-origin:left;transition:transform .24s ease;border-radius:999px;
}
.nav-links a:hover::after,.nav-links a:focus-visible::after{transform:scaleX(1)}
img{height:auto}
img[width][height]{height:auto}
.service-card,.premium-service-card,.services-grid .card,.services .card{
  position:relative;overflow:hidden;border-radius:28px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,251,252,.94))!important;
  border:1px solid rgba(41,96,116,.14)!important;
  box-shadow:0 18px 50px rgba(22,56,68,.10)!important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease!important;
}
.service-card::before,.premium-service-card::before,.services-grid .card::before,.services .card::before{
  content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;
  background:linear-gradient(135deg,rgba(15,138,166,.18),transparent 32%,rgba(123,191,53,.14));
  opacity:.65;
}
.service-card:hover,.premium-service-card:hover,.services-grid .card:hover,.services .card:hover{
  transform:translateY(-7px)!important;
  box-shadow:0 28px 80px rgba(22,56,68,.18)!important;
  border-color:rgba(15,138,166,.28)!important;
}
.service-card img,.premium-service-card img,.services-grid .card img,.services .card img{
  width:100%!important;object-fit:cover;border-radius:22px;aspect-ratio:4/3;
}
.reveal-ready{opacity:0;transform:translateY(18px)}
.reveal-ready.is-visible{opacity:1;transform:translateY(0);transition:opacity .55s ease, transform .55s ease}
footer{
  display:block!important;visibility:visible!important;opacity:1!important;
  margin-top:44px!important;padding:38px 0!important;
  background:linear-gradient(135deg,#102f3a,#0b7890)!important;color:#fff!important;
}
footer *{color:#fff!important}
footer .footer-line{
  width:min(calc(100% - 40px),var(--max));margin-inline:auto;
  border:1px solid rgba(255,255,255,.18)!important;border-radius:24px;
  padding:20px 24px!important;background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
}
.footer-developer{display:inline-flex!important;visibility:visible!important;opacity:1!important;font-weight:800!important}
@media (max-width:1024px){
  .container{width:min(calc(100% - 32px),var(--max))}
  .section-space{padding:52px 0}
}
@media (max-width:860px){
  body{padding-top:78px}
  .nav{padding:12px 0}
  .nav-links{display:none}
  .nav-cta .btn:not(.nav-toggle){display:none}
  .nav-toggle{display:inline-flex!important}
  .mobile-menu[hidden]{display:none!important}
  .mobile-menu.is-open{display:block!important}
  h1{font-size:clamp(2rem,9vw,3.1rem)!important;line-height:1.08!important}
  h2{font-size:clamp(1.6rem,6vw,2.35rem)!important;line-height:1.12!important}
}
@media (max-width:640px){
  .container{width:min(calc(100% - 24px),var(--max))}
  .section-space{padding:42px 0}
  .btn{width:100%;min-height:50px}
  .brand img{max-width:150px!important;height:auto!important}
  footer{padding-bottom:128px!important}
  footer .footer-line{align-items:flex-start;flex-direction:column}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
  .reveal-ready{opacity:1!important;transform:none!important}
}



/* === Product showcase title area patch - 2026-05-21 === */
.product-showcase-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
.product-showcase-card{
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  min-height:100%!important;
  padding:16px 16px 0!important;
  border-radius:28px!important;
  background:#fff!important;
  border:1px solid rgba(15,111,134,.12)!important;
  box-shadow:0 18px 45px rgba(14,50,70,.10)!important;
  overflow:hidden!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}
.product-showcase-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 58px rgba(14,50,70,.15)!important;
  border-color:rgba(15,111,134,.24)!important;
}
.product-showcase-card img{
  width:100%!important;
  height:360px!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
  padding:8px!important;
  display:block!important;
}
.product-name{
  width:calc(100% + 32px);
  margin:12px -16px 0!important;
  padding:15px 18px 17px!important;
  text-align:center!important;
  font-size:clamp(.98rem,1.2vw,1.08rem)!important;
  line-height:1.35!important;
  font-weight:850!important;
  letter-spacing:.01em!important;
  color:#12364a!important;
  background:linear-gradient(135deg,#f7fbfd 0%,#eef8fb 48%,#ffffff 100%)!important;
  border-top:1px solid rgba(15,111,134,.12)!important;
}
@media(max-width:980px){
  .product-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important;}
  .product-showcase-card img{height:320px!important;}
}
@media(max-width:640px){
  .product-showcase-grid{grid-template-columns:1fr!important;gap:18px!important;}
  .product-showcase-card{border-radius:22px!important;padding:14px 14px 0!important;}
  .product-showcase-card img{height:280px!important;}
  .product-name{width:calc(100% + 28px);margin:10px -14px 0!important;padding:14px 16px 16px!important;}
}
