:root{
  --bg:#f7fbff;--surface:#ffffff;--surface-soft:#f0f7ff;--text:#102033;--muted:#5f6f83;--primary:#083d77;--primary-2:#0f5fa8;--accent:#ff7a1a;--accent-2:#ef4444;--cool:#00a5d8;--line:#dce8f3;--shadow:0 22px 60px rgba(8,61,119,.12);--radius:26px;--radius-sm:16px;--container:1180px;--hero-gradient:linear-gradient(135deg,#f7fbff 0%,#ffffff 38%,#fff4e8 100%);--card-gradient:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
}
body.usta-season-winter{--bg:#fffaf3;--surface-soft:#fff1df;--primary:#0a376f;--primary-2:#0f4e91;--accent:#ff6b00;--accent-2:#e23d28;--cool:#0891b2;--line:#f1d9be;--hero-gradient:linear-gradient(135deg,#fffaf3 0%,#fff4e8 42%,#fff 100%);--card-gradient:linear-gradient(180deg,#ffffff 0%,#fff5eb 100%)}
body.usta-season-summer{--bg:#f3fbff;--surface-soft:#e9f8ff;--primary:#063a69;--primary-2:#0b66b2;--accent:#00a5d8;--accent-2:#38bdf8;--cool:#60a5fa;--line:#cae7f5;--hero-gradient:linear-gradient(135deg,#f3fbff 0%,#e4f7ff 42%,#ffffff 100%);--card-gradient:linear-gradient(180deg,#ffffff 0%,#eefaff 100%)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}p{color:var(--muted);margin:0 0 1rem}h1,h2,h3{line-height:1.12;margin:0 0 1rem;color:var(--text)}h1{font-size:clamp(2.35rem,5vw,5.4rem);letter-spacing:-.06em}h2{font-size:clamp(1.8rem,3.1vw,3.3rem);letter-spacing:-.045em}h3{font-size:1.25rem}.container{width:min(100% - 32px,var(--container));margin-inline:auto}.section{padding:clamp(64px,8vw,110px) 0}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:12px;left:12px;z-index:9999;background:#fff;color:#000;padding:12px 16px;border-radius:12px;clip:auto;width:auto;height:auto}.eyebrow{display:inline-flex;align-items:center;gap:.45rem;text-transform:uppercase;letter-spacing:.13em;font-size:.76rem;font-weight:800;color:#fff;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);padding:8px 12px;border-radius:999px}.eyebrow.dark{color:var(--primary);background:var(--surface-soft);border-color:var(--line)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;padding:13px 20px;font-weight:800;border:1px solid transparent;transition:.22s ease;cursor:pointer;min-height:46px}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(8,61,119,.16)}.btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff}.btn.whatsapp{background:#22c55e;color:#fff}.btn.ghost{background:var(--surface-soft);color:var(--primary);border-color:var(--line)}.btn.outline{background:rgba(255,255,255,.75);border-color:var(--line);color:var(--primary)}.btn.dark{background:var(--primary);color:#fff}.btn.small{padding:9px 14px;font-size:.9rem}.btn.large{padding:16px 24px}.btn.block{width:100%}.inline-actions,.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.site-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,232,243,.72)}.top-strip{background:var(--primary);color:#fff;font-size:.88rem}.top-strip-inner{display:flex;justify-content:space-between;gap:18px;padding:8px 0}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:86px}.site-branding{display:flex;align-items:center;gap:12px;min-width:260px}.custom-logo-link img{width:72px;height:72px;object-fit:contain;border-radius:50%;filter:drop-shadow(0 10px 18px rgba(8,61,119,.18))}.brand-text{display:flex;flex-direction:column}.brand-text strong{font-size:1.02rem;letter-spacing:-.03em;color:var(--primary)}.brand-text span{font-size:.82rem;color:var(--muted)}.main-navigation .menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.main-navigation a{display:block;padding:10px 12px;border-radius:12px;font-weight:700;color:var(--text);font-size:.95rem}.main-navigation a:hover{background:var(--surface-soft);color:var(--primary)}.header-actions{display:flex;align-items:center;gap:8px}.menu-toggle{display:none;background:var(--surface-soft);border:1px solid var(--line);border-radius:14px;padding:10px;color:var(--primary);align-items:center;gap:4px}.menu-toggle span{display:block;width:22px;height:2px;background:currentColor;border-radius:4px}.menu-toggle em{font-style:normal;font-weight:800;margin-left:4px}.hero-section{position:relative;overflow:hidden;background:var(--hero-gradient);padding:clamp(56px,8vw,116px) 0 70px}.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(255,122,26,.16),transparent 32%),radial-gradient(circle at 80% 8%,rgba(0,165,216,.16),transparent 30%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:48px;align-items:center}.hero-copy p{font-size:1.18rem;max-width:720px}.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.trust-row span{background:rgba(255,255,255,.7);border:1px solid var(--line);border-radius:999px;padding:9px 12px;font-weight:700;color:var(--primary);font-size:.9rem}.hero-visual{position:relative;min-height:440px;display:grid;place-items:center}.brand-orb{width:min(430px,86vw);aspect-ratio:1;border-radius:50%;background:#fff;box-shadow:var(--shadow);display:grid;place-items:center;border:10px solid rgba(255,255,255,.65);position:relative}.brand-orb:before{content:"";position:absolute;inset:-18px;border-radius:50%;border:2px solid rgba(255,122,26,.22);animation:pulse 4s infinite}.brand-orb img{width:88%;height:88%;object-fit:contain}.season-note{position:absolute;right:0;bottom:26px;background:rgba(255,255,255,.88);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:16px 18px;max-width:260px}.season-note strong{display:block;color:var(--primary)}.season-note span{display:block;color:var(--muted);font-size:.9rem}.hero-pillars{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.pillar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.pillar-media{height:210px;overflow:hidden}.pillar-media img{width:100%;height:100%;object-fit:cover;transition:.4s}.pillar:hover .pillar-media img{transform:scale(1.04)}.pillar-body{padding:24px}.pillar-body span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--surface-soft);color:var(--primary);font-weight:900;margin-bottom:14px}.pillar-body a{font-weight:900;color:var(--accent)}.industrial .pillar-body span{background:#eef7ff}.appliance .pillar-body span{background:#fff4e8}.climate .pillar-body span{background:#effaf5}.split-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:46px;align-items:center}.split-layout.reverse{grid-template-columns:minmax(320px,.95fr) minmax(0,1fr)}.section-head{max-width:780px;margin:0 auto 40px;text-align:center}.section-head.between{max-width:none;display:flex;align-items:end;justify-content:space-between;text-align:left;gap:24px}.image-stack{position:relative;min-height:430px}.image-stack img{position:absolute;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow);border:8px solid #fff}.image-stack img:first-child{width:78%;top:0;right:0}.image-stack img:last-child{width:58%;left:0;bottom:0}.service-group-wrapper{display:grid;gap:22px}.service-detail-card{display:grid;grid-template-columns:380px 1fr;gap:30px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.service-detail-card.large-detail{grid-template-columns:440px 1fr;margin-bottom:34px}.service-detail-card img{width:100%;height:290px;object-fit:cover;border-radius:20px}.service-detail-card.large-detail img{height:360px}.check-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}.check-list li{position:relative;padding-left:30px;color:var(--text);font-weight:650}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;display:grid;place-items:center;font-size:.78rem}.check-list.two-col{grid-template-columns:repeat(2,1fr)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-grid.compact-grid{margin-top:24px}.service-card{background:var(--card-gradient);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 40px rgba(8,61,119,.09)}.service-card img{height:210px;width:100%;object-fit:cover}.service-card div{padding:22px}.why-card,.process-card,.google-panel,.areas-panel,.contact-slab,.sidebar-card,.service-form{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(22px,3vw,38px)}.process-list{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:14px}.process-list li{display:flex;align-items:center;gap:14px;padding:14px;background:var(--surface-soft);border-radius:16px}.process-list span{width:34px;height:34px;border-radius:12px;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:900}.google-panel{display:grid;grid-template-columns:1.2fr .9fr;gap:30px;align-items:center;background:linear-gradient(135deg,var(--surface),var(--surface-soft))}.google-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.google-grid span,.area-cloud span{border:1px solid var(--line);background:rgba(255,255,255,.7);border-radius:16px;padding:13px 14px;font-weight:800;color:var(--primary)}.form-section{background:linear-gradient(180deg,transparent,var(--surface-soft))}.service-form{width:100%}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.service-form label{display:grid;gap:7px;font-weight:800;color:var(--text);font-size:.93rem}.service-form input,.service-form select,.service-form textarea,.search-form input{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--text);padding:13px 14px;font:inherit;outline:none}.service-form input:focus,.service-form select:focus,.service-form textarea:focus,.search-form input:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(255,122,26,.12)}.form-grid .full{grid-column:1/-1}.hp-field{position:absolute!important;left:-9999px!important}.form-conditional{display:none;margin-top:18px;padding:18px;background:var(--surface-soft);border-radius:18px;border:1px solid var(--line)}.form-conditional.is-visible{display:block}.kvkk{margin:18px 0;display:flex!important;grid-template-columns:20px 1fr!important;align-items:flex-start;gap:10px;color:var(--muted)!important;font-weight:600!important}.kvkk input{width:auto!important;margin-top:5px}.form-alert{border-radius:14px;padding:13px 15px;margin-bottom:16px;font-weight:800}.form-alert.success{background:#dcfce7;color:#166534}.form-alert.error{background:#fee2e2;color:#991b1b}.faq-list{display:grid;gap:14px;max-width:900px;margin-inline:auto}.faq-list details{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 30px rgba(8,61,119,.08);padding:18px 20px}.faq-list summary{font-weight:900;cursor:pointer;color:var(--primary)}.faq-list p{margin-top:12px}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.blog-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 12px 32px rgba(8,61,119,.08)}.contact-slab{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:22px 0}.contact-cards a{display:grid;gap:4px;background:var(--surface-soft);border:1px solid var(--line);border-radius:16px;padding:15px}.contact-cards strong{color:var(--primary)}.contact-cards span{color:var(--muted);font-size:.92rem}.map-frame iframe{width:100%;border:0;border-radius:18px;min-height:260px}.page-hero{position:relative;min-height:430px;display:grid;place-items:center;overflow:hidden;background:var(--primary);color:#fff}.page-hero.compact-hero{min-height:360px}.page-hero-bg,.page-hero-overlay{position:absolute;inset:0}.page-hero-bg{background-size:cover;background-position:center;filter:saturate(1.08)}.page-hero-overlay{background:linear-gradient(90deg,rgba(8,36,72,.88),rgba(8,36,72,.5),rgba(8,36,72,.15))}.page-hero-inner{position:relative;color:#fff}.page-hero-inner h1,.page-hero-inner p{color:#fff}.page-hero-inner p{max-width:700px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:start}.entry-content{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(24px,4vw,46px)}.entry-content h2,.entry-content h3{margin-top:1.4em}.sidebar-card{position:sticky;top:118px}.sidebar-card img{width:96px;height:96px;object-fit:contain;margin-bottom:16px}.areas-panel{display:grid;gap:24px}.area-cloud{display:flex;flex-wrap:wrap;gap:10px}.blog-list-layout{display:grid;gap:20px}.post-card{display:grid;grid-template-columns:260px 1fr;gap:22px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.post-thumb img{width:100%;height:180px;object-fit:cover;border-radius:18px}.read-more{font-weight:900;color:var(--accent)}.site-footer{background:#071d35;color:#e8f4ff;padding:70px 0 90px}.site-footer p,.site-footer a,.site-footer li{color:#b7c8d8}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:30px}.footer-brand img{width:92px;height:92px;object-fit:contain}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.site-footer h2,.site-footer h3{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-bottom nav{display:flex;gap:18px;flex-wrap:wrap}.mobile-cta-bar{position:fixed;left:12px;right:12px;bottom:12px;z-index:1000;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 16px 44px rgba(8,61,119,.22);display:none;grid-template-columns:repeat(3,1fr);overflow:hidden}.mobile-cta-bar a{display:grid;place-items:center;padding:13px 10px;font-weight:900;color:var(--primary)}.mobile-cta-bar a:nth-child(2){background:#22c55e;color:#fff}.search-form{display:flex;gap:10px;margin-top:18px}.search-form button{border:0;border-radius:14px;padding:0 18px;font-weight:900;background:var(--accent);color:#fff}.error-section{min-height:60vh;display:grid;place-items:center}.narrow{max-width:760px;text-align:center}@keyframes pulse{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.05);opacity:.9}}
@media(max-width:1080px){.header-actions{display:none}.main-navigation{position:fixed;left:16px;right:16px;top:104px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px;display:none}.main-navigation.is-open{display:block}.main-navigation .menu{display:grid}.main-navigation a{padding:13px}.menu-toggle{display:flex}.hero-grid,.split-layout,.split-layout.reverse,.google-panel,.contact-slab,.content-layout{grid-template-columns:1fr}.hero-pillars,.service-grid,.blog-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.service-detail-card,.service-detail-card.large-detail{grid-template-columns:1fr}.hide-mobile{display:none}.sidebar-card{position:static}.mobile-cta-bar{display:grid}body{padding-bottom:70px}}
@media(max-width:720px){.container{width:min(100% - 24px,var(--container))}.hero-section{padding-top:42px}.hero-copy h1{font-size:2.55rem}.hero-pillars,.service-grid,.blog-grid,.footer-grid,.form-grid,.contact-cards,.google-grid,.check-list.two-col,.post-card{grid-template-columns:1fr}.top-strip{display:none}.nav-shell{min-height:78px}.site-branding{min-width:0}.custom-logo-link img{width:60px;height:60px}.brand-text strong{font-size:.92rem}.brand-text span{display:none}.hero-visual{min-height:320px}.season-note{position:relative;right:auto;bottom:auto;margin-top:18px}.brand-orb{width:min(320px,88vw)}.image-stack{min-height:auto}.image-stack img{position:relative!important;width:100%!important;margin-bottom:16px}.service-detail-card img{height:230px}.page-hero{min-height:340px}.footer-bottom{display:grid}.section-head.between{display:grid}.mobile-cta-bar{left:8px;right:8px;bottom:8px}}


/* === Usta Mühendis V3: 3D ışıklı mevsim paletli arayüz === */
body.usta-season-spring{
  --bg:#f7fff8;--surface-soft:#eaffef;--primary:#083d77;--primary-2:#0c6cb8;--accent:#25c06d;--accent-2:#ff8a1e;--cool:#2bd4ff;--line:#cfeede;--hero-gradient:linear-gradient(135deg,#f7fff8 0%,#ebfff1 42%,#fff8ed 100%);--card-gradient:linear-gradient(180deg,#ffffff 0%,#f1fff5 100%);
}
body.usta-season-autumn{
  --bg:#fffaf4;--surface-soft:#fff1df;--primary:#173155;--primary-2:#275f95;--accent:#ff7a1a;--accent-2:#c2410c;--cool:#38bdf8;--line:#f0d4b5;--hero-gradient:linear-gradient(135deg,#fff9f0 0%,#fff0df 40%,#ffffff 100%);--card-gradient:linear-gradient(180deg,#ffffff 0%,#fff5e9 100%);
}
body.usta-season-winter{
  --bg:#f1fbff;--surface-soft:#e7f7ff;--primary:#06365f;--primary-2:#075fa9;--accent:#00a5ff;--accent-2:#70d6ff;--cool:#9de7ff;--line:#c6eaf8;--hero-gradient:linear-gradient(135deg,#f4fcff 0%,#e0f7ff 42%,#ffffff 100%);--card-gradient:linear-gradient(180deg,#ffffff 0%,#effbff 100%);
}
body.usta-season-summer{
  --bg:#fffaf0;--surface-soft:#fff0d8;--primary:#0b3d71;--primary-2:#1261a8;--accent:#ff8a00;--accent-2:#ef4444;--cool:#00b7e6;--line:#f1d3a2;--hero-gradient:linear-gradient(135deg,#fff9ed 0%,#fff1d7 38%,#ffffff 100%);--card-gradient:linear-gradient(180deg,#ffffff 0%,#fff6e8 100%);
}

.site-header{box-shadow:0 12px 34px rgba(8,61,119,.09)}
.nav-shell{gap:14px}
.site-branding{min-width:300px}
.custom-logo-link img{width:66px;height:66px}
.brand-text strong{text-transform:uppercase;letter-spacing:.01em;font-weight:950}
.brand-text span{max-width:330px;font-weight:700;line-height:1.35}
.main-navigation .menu{gap:2px}
.main-navigation a{font-size:.91rem;padding:11px 10px}
.icon-actions{gap:7px}
.icon-action{
  --ia-bg:linear-gradient(135deg,rgba(255,255,255,.88),rgba(235,249,255,.7));
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:46px;padding:8px 12px;border-radius:999px;border:1px solid rgba(103,190,255,.45);
  background:var(--ia-bg);color:var(--primary);font-weight:950;letter-spacing:-.02em;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),0 12px 28px rgba(8,61,119,.13),0 0 22px rgba(35,184,255,.11);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
  position:relative;overflow:hidden;white-space:nowrap;
}
.icon-action:before{content:"";position:absolute;inset:-40% -60%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);transform:translateX(-70%) rotate(12deg);transition:.45s ease}
.icon-action:hover:before{transform:translateX(70%) rotate(12deg)}
.icon-action:hover{transform:translateY(-2px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.75),0 18px 38px rgba(8,61,119,.18),0 0 30px rgba(0,174,255,.22)}
.icon-action img{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(0,169,255,.38))}
.icon-action.whatsapp{background:linear-gradient(135deg,#19d16b,#0aa854);color:#fff;border-color:rgba(53,255,155,.6)}
.icon-action.service-request{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;border-color:rgba(255,138,0,.5)}
.icon-action.location{background:linear-gradient(135deg,#e8f7ff,#fff);color:var(--primary)}
.season-switcher{display:inline-flex;align-items:center;gap:5px;padding:5px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 10px 26px rgba(8,61,119,.1)}
.season-btn{width:38px;height:38px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:.22s ease;position:relative}
.season-btn img{width:27px;height:27px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(0,169,255,.35))}
.season-btn:hover,.season-btn.is-active{background:rgba(0,169,255,.12);box-shadow:0 0 0 1px rgba(0,169,255,.22),0 0 20px rgba(255,122,26,.18);transform:translateY(-2px)}
.menu-toggle img{width:36px;height:36px;object-fit:contain}

.hero-section{background:var(--hero-gradient)}
.hero-grid{grid-template-columns:minmax(0,.9fr) minmax(420px,1.05fr)}
.hero-copy h1{text-shadow:0 8px 28px rgba(8,61,119,.12)}
.hero-icon-actions .icon-action{min-height:56px;padding:13px 18px;font-size:1rem}
.hero-slider{
  position:relative;min-height:500px;border-radius:34px;overflow:hidden;border:1px solid rgba(0,165,216,.35);
  background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(255,255,255,.42));
  box-shadow:0 30px 80px rgba(8,61,119,.16),0 0 60px rgba(0,165,216,.12),inset 0 0 0 1px rgba(255,255,255,.55);
}
.hero-slide{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.035);transition:opacity .72s ease,transform 1.2s ease}
.hero-slide.is-active{opacity:1;transform:scale(1)}
.hero-slide img{width:100%;height:100%;object-fit:cover}
.hero-slider:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(3,22,43,.34));pointer-events:none}
.hero-slider-glow{position:absolute;inset:auto 28px 26px 28px;height:3px;background:linear-gradient(90deg,transparent,var(--cool),var(--accent),transparent);filter:blur(.2px);box-shadow:0 0 22px var(--cool)}
.hero-slider-badge{position:absolute;left:24px;bottom:22px;z-index:2;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:999px;padding:8px 14px;box-shadow:0 12px 28px rgba(8,61,119,.18)}
.hero-slider-badge img{width:42px;height:42px;object-fit:contain}.hero-slider-badge span{font-weight:950;color:var(--primary)}
.glass-3d,.neon-card,.pillar,.service-card,.service-detail-card,.why-card,.process-card,.google-panel,.blog-card,.contact-slab,.entry-content{
  box-shadow:0 24px 60px rgba(8,61,119,.12),0 0 28px rgba(0,165,216,.08),inset 0 0 0 1px rgba(255,255,255,.55);
}
.pillar,.service-card,.service-detail-card,.blog-card{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,255,255,.72) 55%,var(--surface-soft));backdrop-filter:blur(10px)}
.pillar-body span,.process-list span{box-shadow:0 0 18px rgba(0,169,255,.25)}
.pillar-body a,.read-more{color:var(--accent)}

.whatsapp-service-section{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.85fr);gap:26px;align-items:stretch}
.whatsapp-panel,.form-visual{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(245,251,255,.78));padding:clamp(22px,3vw,36px)}
.whatsapp-panel h2{font-size:clamp(1.7rem,2.5vw,2.75rem)}
.whatsapp-service-form{margin-top:18px}
.whatsapp-service-form .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.whatsapp-service-form label{display:grid;gap:7px;font-weight:850;color:var(--text);font-size:.92rem}
.whatsapp-service-form input,.whatsapp-service-form select,.whatsapp-service-form textarea{width:100%;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--text);padding:13px 14px;font:inherit;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.whatsapp-service-form input:focus,.whatsapp-service-form select:focus,.whatsapp-service-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(255,122,26,.12)}
.whatsapp-service-form .full{grid-column:1/-1}
.location-input-wrap{display:grid;grid-template-columns:1fr auto;gap:10px}
.location-input-wrap .icon-action{border:0}
.submit-whatsapp{width:100%;margin-top:16px;min-height:54px}
.form-note{font-size:.88rem;margin:12px 0 0}
.form-visual{display:grid;place-items:center;overflow:hidden}
.form-visual img{width:100%;height:100%;max-height:620px;object-fit:cover;border-radius:20px;box-shadow:0 18px 46px rgba(8,61,119,.14)}

.blog-section .section-head .eyebrow:after{content:"";width:34px;height:2px;background:var(--accent);display:inline-block;margin-left:6px;box-shadow:0 0 12px var(--accent)}
.mobile-cta-bar{grid-template-columns:repeat(4,1fr)}
.mobile-cta-bar a{gap:4px;font-size:.8rem}.mobile-cta-bar img{width:24px;height:24px;object-fit:contain}

@media(max-width:1220px){
  .site-branding{min-width:260px}.brand-text span{display:none}.main-navigation a{font-size:.86rem;padding:9px 8px}.icon-action span{display:none}.icon-action{padding:8px 10px}.season-switcher{display:none}
}
@media(max-width:1080px){
  .hero-grid,.whatsapp-service-section{grid-template-columns:1fr}.hero-slider{min-height:420px}.header-actions{display:none}.season-switcher{display:flex}
}
@media(max-width:720px){
  .custom-logo-link img{width:56px;height:56px}.brand-text strong{font-size:.78rem}.hero-slider{min-height:320px;border-radius:22px}.whatsapp-service-form .form-grid,.location-input-wrap{grid-template-columns:1fr}.form-visual img{max-height:360px}.whatsapp-panel,.form-visual{padding:18px}.mobile-cta-bar{left:8px;right:8px;bottom:8px}
}

.contact-mini-cta{align-self:stretch}
.contact-mini-cta .inline-actions{margin-top:18px}
.full-map{grid-column:1/-1}
.full-map iframe{min-height:320px}


/* === V3.1 compact header/icons and hero consistency fixes === */
:root{--container:1480px}
.site-header .nav-shell{
  min-height:72px;
  display:grid;
  grid-template-columns:minmax(260px,330px) minmax(520px,1fr) auto;
  align-items:center;
  column-gap:14px;
}
.site-header .site-branding{min-width:0;gap:10px}
.site-header .custom-logo-link img{width:54px!important;height:54px!important}
.site-header .brand-text strong{font-size:.96rem;line-height:1.15}
.site-header .brand-text span{font-size:.76rem;line-height:1.18;max-width:260px}
.site-header .main-navigation .menu{justify-content:center;gap:2px}
.site-header .main-navigation a{
  font-size:.84rem;
  padding:8px 8px;
  border-radius:10px;
  line-height:1.15;
}
.compact-icon-actions{
  gap:5px!important;
  padding:4px 6px;
  border-radius:999px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(188,225,245,.72);
  box-shadow:0 10px 22px rgba(8,61,119,.08);
}
.compact-icon-actions .icon-action{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  padding:0!important;
  border-radius:50%!important;
  display:inline-grid!important;
  place-items:center!important;
  gap:0!important;
}
.compact-icon-actions .icon-action span{display:none!important}
.compact-icon-actions .icon-action img{
  width:22px!important;
  height:22px!important;
  max-width:22px!important;
  max-height:22px!important;
  object-fit:contain!important;
}
.compact-icon-actions .service-request{
  background:linear-gradient(135deg,#2eb7ff,#0e7ed8)!important;
  border-color:rgba(255,168,31,.72)!important;
}
.compact-icon-actions .whatsapp{
  background:linear-gradient(135deg,#24d66f,#10a84f)!important;
}
.compact-icon-actions .season-cycle,
.compact-icon-actions .lang-cycle{
  border:1px solid rgba(103,190,255,.45);
  background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(235,249,255,.7));
  cursor:pointer;
}
.compact-icon-actions .season-cycle:hover,
.compact-icon-actions .lang-cycle:hover{
  transform:translateY(-2px);
}
.header-actions .icon-action span{display:none!important}

/* Hero düzeltmeleri */
.hero-section{padding:clamp(42px,6vw,86px) 0 58px}
.hero-grid{
  grid-template-columns:minmax(500px,1.05fr) minmax(520px,.95fr)!important;
  gap:34px!important;
  align-items:center;
}
.hero-copy{max-width:720px}
.hero-copy h1{
  font-size:clamp(2.55rem,4.25vw,4.75rem)!important;
  line-height:1.02!important;
  letter-spacing:-.06em;
  max-width:760px;
}
.hero-copy p{font-size:1.08rem;max-width:650px}
.hero-slider{min-height:470px!important}
.hero-icon-actions .icon-action{
  width:auto!important;
  height:52px!important;
  min-height:52px!important;
  padding:10px 16px!important;
  border-radius:999px!important;
  display:inline-flex!important;
}
.hero-icon-actions .icon-action span{display:inline!important}
.hero-icon-actions .icon-action img{width:24px!important;height:24px!important}

@media(max-width:1280px){
  .site-header .nav-shell{grid-template-columns:250px minmax(470px,1fr) auto;column-gap:8px}
  .site-header .brand-text span{display:none}
  .site-header .main-navigation a{font-size:.8rem;padding:7px 6px}
  .compact-icon-actions .icon-action{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important}
  .compact-icon-actions .icon-action img{width:20px!important;height:20px!important}
}
@media(max-width:1080px){
  .site-header .nav-shell{display:flex;min-height:70px}
  .hero-grid{grid-template-columns:1fr!important}
  .hero-copy{max-width:100%}
  .hero-copy h1{font-size:clamp(2.2rem,8vw,3.4rem)!important}
  .hero-slider{min-height:360px!important}
}
@media(max-width:720px){
  .site-header .custom-logo-link img{width:48px!important;height:48px!important}
  .site-header .brand-text strong{font-size:.82rem}
  .hero-icon-actions .icon-action span{display:none!important}
  .hero-icon-actions .icon-action{width:46px!important;padding:0!important;border-radius:50%!important}
  .hero-slider{min-height:300px!important}
}


/* === V3.2 icon-only compact menu, full hero slider, page/sidebar cleanup === */
:root{--container:1520px}
.site-header .container{width:min(100% - 28px,var(--container))}
.site-header .nav-shell{
  min-height:66px!important;
  grid-template-columns:minmax(420px,480px) minmax(520px,1fr) auto!important;
  gap:10px!important;
}
.site-header .site-branding{gap:10px!important;min-width:420px!important}
.site-header .custom-logo-link img{width:50px!important;height:50px!important}
.site-header .brand-text{min-width:360px!important;overflow:hidden}
.site-header .brand-text strong{
  display:block!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:.86rem!important;
  line-height:1.08!important;
  letter-spacing:.01em!important;
}
.site-header .brand-text span{
  display:block!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:.68rem!important;
  line-height:1.08!important;
  max-width:360px!important;
  color:#536b85!important;
}
.site-header .main-navigation .menu{gap:0!important}
.site-header .main-navigation a{
  font-size:.8rem!important;
  padding:7px 7px!important;
  line-height:1!important;
  border-radius:9px!important;
}
.compact-icon-actions{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  gap:4px!important;
  padding:0!important;
}
.compact-icon-actions .icon-action,
.header-actions .icon-action{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;
  padding:0!important;
  margin:0!important;
  border-radius:8px!important;
  overflow:visible!important;
}
.compact-icon-actions .icon-action:before,
.header-actions .icon-action:before{display:none!important}
.compact-icon-actions .icon-action img,
.header-actions .icon-action img{
  width:30px!important;
  height:30px!important;
  max-width:30px!important;
  max-height:30px!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 2px 7px rgba(0,84,140,.22))!important;
}
.compact-icon-actions .season-cycle img,
.compact-icon-actions .lang-cycle img{width:28px!important;height:28px!important}
.compact-icon-actions .icon-action:hover,
.header-actions .icon-action:hover{
  transform:translateY(-1px) scale(1.08)!important;
  background:transparent!important;
  box-shadow:none!important;
}
.compact-icon-actions .icon-action span,
.header-actions .icon-action span{display:none!important}

.hero-section{padding:clamp(42px,5.4vw,82px) 0 56px!important}
.hero-grid{
  grid-template-columns:minmax(470px,.85fr) minmax(560px,1.15fr)!important;
  gap:42px!important;
}
.hero-copy h1{
  font-size:clamp(2.35rem,3.6vw,4.2rem)!important;
  max-width:740px!important;
  line-height:1.03!important;
}
.hero-copy p{max-width:650px!important}
.hero-visual{
  width:100%!important;
  min-height:0!important;
  display:block!important;
}
.hero-slider{
  width:100%!important;
  height:clamp(360px,35vw,590px)!important;
  min-height:360px!important;
  display:block!important;
  border-radius:30px!important;
}
.hero-slide img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.hero-slider-badge{display:none!important}
.hero-slider-glow{left:26px!important;right:26px!important;bottom:18px!important;height:2px!important}

.hero-icon-actions{gap:8px!important}
.hero-icon-actions .icon-action{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  padding:0!important;
  border-radius:10px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.hero-icon-actions .icon-action span{display:none!important}
.hero-icon-actions .icon-action img{
  width:38px!important;
  height:38px!important;
  max-width:38px!important;
  max-height:38px!important;
  object-fit:contain!important;
}

.content-layout.no-sidebar-layout,
.content-layout.single-layout.no-sidebar-layout{
  grid-template-columns:1fr!important;
}
.no-sidebar-layout .entry-content{width:100%;max-width:none}
.sidebar-card{display:none!important}

.site-footer .footer-contact a,
.site-footer .footer-grid a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border-radius:12px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  transition:.2s ease;
}
.site-footer .footer-contact a:hover,
.site-footer .footer-grid a:hover{
  background:rgba(77,194,255,.14);
  transform:translateY(-1px);
}

@media(max-width:1320px){
  .site-header .nav-shell{grid-template-columns:minmax(330px,390px) minmax(470px,1fr) auto!important}
  .site-header .site-branding{min-width:330px!important}
  .site-header .brand-text{min-width:270px!important}
  .site-header .brand-text span{max-width:270px!important}
  .site-header .main-navigation a{font-size:.76rem!important;padding:6px 5px!important}
}
@media(max-width:1080px){
  .site-header .nav-shell{display:flex!important}
  .site-header .site-branding{min-width:0!important}
  .site-header .brand-text{min-width:0!important}
  .site-header .brand-text span{display:none!important}
  .hero-grid{grid-template-columns:1fr!important}
  .hero-slider{height:360px!important}
}
@media(max-width:720px){
  .hero-slider{height:290px!important;min-height:290px!important;border-radius:20px!important}
  .hero-copy h1{font-size:2.35rem!important}
}

/* === V3.3: dört mevsim canlı palet, temiz iletişim formu, kompakt menü === */
html,body{overflow-x:hidden}
body.usta-season-spring{
  --bg:#f4fff7;--surface:#ffffff;--surface-soft:#e8fff0;--primary:#063a5f;--primary-2:#0f8a73;--accent:#25d366;--accent-2:#ff66b3;--cool:#3dd6ff;--line:#baf0d0;--season-glow:rgba(37,211,102,.34);--season-card-a:#ffffff;--season-card-b:#eafff2;--season-card-c:#fff2fb;--hero-gradient:linear-gradient(135deg,#f8fff8 0%,#e4fff0 45%,#fff0fa 100%);--heading-gradient:linear-gradient(115deg,#063a5f,#17b978 48%,#ff66b3);
}
body.usta-season-summer{
  --bg:#fffaf0;--surface:#ffffff;--surface-soft:#fff0c8;--primary:#092e69;--primary-2:#0ea5e9;--accent:#ffb000;--accent-2:#ff4f2e;--cool:#00d4ff;--line:#ffdc8a;--season-glow:rgba(255,176,0,.36);--season-card-a:#ffffff;--season-card-b:#fff3ca;--season-card-c:#ffe8dc;--hero-gradient:linear-gradient(135deg,#fff9e8 0%,#ffe9b5 43%,#eaffff 100%);--heading-gradient:linear-gradient(115deg,#062b5f,#ff9a00 48%,#ff3d3d);
}
body.usta-season-autumn{
  --bg:#fff7ef;--surface:#ffffff;--surface-soft:#ffe4ca;--primary:#172647;--primary-2:#7c2d12;--accent:#f97316;--accent-2:#b45309;--cool:#3b82f6;--line:#ffc58b;--season-glow:rgba(249,115,22,.34);--season-card-a:#ffffff;--season-card-b:#fff0df;--season-card-c:#ffe0bf;--hero-gradient:linear-gradient(135deg,#fff8ef 0%,#ffe2bd 46%,#f3f7ff 100%);--heading-gradient:linear-gradient(115deg,#172647,#f97316 48%,#8b3a0d);
}
body.usta-season-winter{
  --bg:#f3fbff;--surface:#ffffff;--surface-soft:#e5f7ff;--primary:#082a5a;--primary-2:#2563eb;--accent:#00b7ff;--accent-2:#7c3aed;--cool:#b9f2ff;--line:#b8e9ff;--season-glow:rgba(0,183,255,.38);--season-card-a:#ffffff;--season-card-b:#e7f8ff;--season-card-c:#f0ecff;--hero-gradient:linear-gradient(135deg,#f7fdff 0%,#dff5ff 48%,#f2edff 100%);--heading-gradient:linear-gradient(115deg,#082a5a,#00b7ff 50%,#7c3aed);
}

h1,h2,.section-head h2,.entry-content h2,.whatsapp-panel h2,.form-info-content h2{
  background:var(--heading-gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
  text-shadow:0 8px 24px rgba(8,61,119,.08);
}
.page-hero-inner h1{background:none!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 14px 32px rgba(0,0,0,.32)}
.neon-card,.entry-content,.pillar,.service-card,.service-detail-card,.why-card,.process-card,.google-panel,.blog-card,.contact-slab,.whatsapp-panel,.form-info-visual,.form-visual{
  background:linear-gradient(145deg,var(--season-card-a) 0%,var(--season-card-b) 56%,var(--season-card-c) 100%)!important;
  border:1px solid color-mix(in srgb, var(--line) 72%, #fff 28%)!important;
  box-shadow:0 24px 70px rgba(8,61,119,.12),0 0 46px var(--season-glow),inset 0 0 0 1px rgba(255,255,255,.72)!important;
}
.eyebrow.dark,.trust-row span,.google-grid span,.area-cloud span{
  background:linear-gradient(135deg,rgba(255,255,255,.9),var(--surface-soft))!important;
  border-color:var(--line)!important;
  box-shadow:0 8px 24px var(--season-glow)!important;
}

.site-header{max-width:100vw;overflow:clip}.site-header .container{max-width:1560px;width:min(100% - 28px,1560px)!important}.site-header .nav-shell{max-width:1560px;margin-inline:auto;grid-template-columns:minmax(390px,450px) minmax(480px,1fr) 210px!important;gap:8px!important}.site-header .site-branding{min-width:390px!important}.site-header .custom-logo-link img{width:48px!important;height:48px!important}.site-header .brand-text{min-width:330px!important}.site-header .brand-text strong{font-size:.82rem!important;white-space:nowrap!important}.site-header .brand-text span{font-size:.66rem!important;white-space:nowrap!important;max-width:330px!important}.site-header .main-navigation .menu{display:flex!important;justify-content:center!important;flex-wrap:nowrap!important}.site-header .main-navigation a{font-size:.76rem!important;padding:6px 6px!important;white-space:nowrap!important}.compact-icon-actions{width:210px!important;justify-content:flex-end!important;display:flex!important}.compact-icon-actions .icon-action,.header-actions .icon-action{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;border:0!important;box-shadow:none!important;background:transparent!important;padding:0!important}.compact-icon-actions .icon-action img,.header-actions .icon-action img{width:29px!important;height:29px!important;max-width:29px!important;max-height:29px!important;object-fit:contain!important}.compact-icon-actions .season-cycle img,.compact-icon-actions .lang-cycle img{width:28px!important;height:28px!important}.compact-icon-actions .icon-action span,.header-actions .icon-action span{display:none!important}

.hero-grid{grid-template-columns:minmax(420px,.78fr) minmax(580px,1.22fr)!important;align-items:center!important}.hero-visual{display:block!important;width:100%!important;min-height:0!important}.hero-slider{display:block!important;position:relative!important;width:100%!important;height:clamp(390px,38vw,630px)!important;min-height:390px!important;background:#eaf8ff!important;overflow:hidden!important}.hero-slider:not(.is-js-ready) .hero-slide:first-child{opacity:1!important;transform:scale(1)!important}.hero-slide{position:absolute!important;inset:0!important;opacity:0!important}.hero-slide.is-active{opacity:1!important}.hero-slide img{width:100%!important;height:100%!important;object-fit:cover!important}.hero-icon-actions .icon-action{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important}.hero-icon-actions .icon-action img{width:38px!important;height:38px!important}.hero-icon-actions .icon-action span{display:none!important}

.contact-page-entry{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.contact-clean-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:24px!important;align-items:stretch!important}.contact-clean-grid .form-info-visual,.contact-clean-grid .whatsapp-panel{height:100%;min-height:640px;border-radius:28px!important;padding:26px!important;display:flex;flex-direction:column}.form-photo-wrap{border-radius:22px;overflow:hidden;min-height:285px;box-shadow:0 18px 46px rgba(8,61,119,.16);margin-bottom:20px}.form-photo-wrap img{width:100%;height:100%;min-height:285px;object-fit:cover}.form-info-content{display:flex;flex-direction:column;flex:1}.compact-checks{margin-top:14px}.form-info-icons{margin-top:auto;display:flex;gap:8px}.form-info-icons .icon-action{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.form-info-icons .icon-action img{width:40px!important;height:40px!important}.form-info-icons .icon-action span{display:none!important}.whatsapp-panel .submit-whatsapp{min-height:48px!important;border-radius:16px!important}.whatsapp-panel .submit-whatsapp span{display:inline!important}.location-input-wrap .get-location{width:42px!important;min-width:42px!important;height:42px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.location-input-wrap .get-location img{width:38px!important;height:38px!important}.location-input-wrap .get-location span{display:none!important}

@media(max-width:1400px){.site-header .nav-shell{grid-template-columns:minmax(310px,370px) minmax(440px,1fr) 190px!important}.site-header .site-branding{min-width:310px!important}.site-header .brand-text{min-width:250px!important}.site-header .brand-text span{max-width:250px!important}.site-header .main-navigation a{font-size:.72rem!important;padding:5px 5px!important}.compact-icon-actions{width:190px!important}.compact-icon-actions .icon-action{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important}.compact-icon-actions .icon-action img{width:27px!important;height:27px!important}}
@media(max-width:1160px){.site-header .nav-shell{display:flex!important}.site-header .site-branding{min-width:0!important}.site-header .brand-text{min-width:0!important}.main-navigation{position:fixed!important;left:16px!important;right:16px!important;top:96px!important}.main-navigation .menu{display:grid!important}.main-navigation a{font-size:.92rem!important;padding:12px!important}.header-actions{display:none!important}.menu-toggle{display:flex!important}.hero-grid,.contact-clean-grid{grid-template-columns:1fr!important}.contact-clean-grid .form-info-visual,.contact-clean-grid .whatsapp-panel{min-height:auto}.hero-slider{height:370px!important;min-height:370px!important}}
@media(max-width:720px){.contact-clean-grid .form-info-visual,.contact-clean-grid .whatsapp-panel{padding:18px!important}.form-photo-wrap,.form-photo-wrap img{min-height:220px}.hero-slider{height:280px!important;min-height:280px!important}.site-header .brand-text span{display:none!important}}


/* === V3.4 broken image fixes, clean services, clean contact, footer/menu refinements === */
:root{
  --container:1480px;
}
.container,
.site-header .container{
  width:min(100% - 48px,var(--container))!important;
  max-width:var(--container)!important;
}
.site-header .nav-shell{
  width:min(100% - 48px,var(--container))!important;
  max-width:var(--container)!important;
  grid-template-columns:minmax(390px,470px) minmax(560px,1fr) auto!important;
  margin-inline:auto!important;
}
.site-header .main-navigation{min-width:0}
.site-header .main-navigation .menu{
  flex-wrap:nowrap!important;
  justify-content:flex-end!important;
}
.site-header .main-navigation a{
  white-space:nowrap!important;
}
.site-header .brand-text strong,
.site-header .brand-text span{
  white-space:nowrap!important;
}
.site-header .brand-text{max-width:400px!important}

.compact-clean-hero{
  min-height:240px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.92),var(--surface-soft))!important;
  border-bottom:1px solid var(--line);
}
.compact-clean-hero .page-hero-inner{
  padding:clamp(46px,6vw,78px) 0!important;
}
.compact-clean-hero .page-hero-bg,
.compact-clean-hero .page-hero-overlay{display:none!important}

.left-head{text-align:left!important;margin-left:0!important}
.left-head p{margin-left:0!important}

.pillar-grid-clean,
.services-grid-clean,
.knowledge-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.pillar-grid-clean{margin-bottom:44px}
.service-all-head{margin-top:28px}
.clean-service-card,
.knowledge-card{
  position:relative;
  min-height:100%;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(255,255,255,.78),var(--surface-soft));
  box-shadow:0 24px 60px rgba(8,61,119,.12),0 0 34px rgba(0,169,255,.08);
}
.clean-service-card:before,
.knowledge-card:before,
.whatsapp-panel:before,
.form-info-visual:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 10%,rgba(255,255,255,.72),transparent 24%),
    linear-gradient(120deg,rgba(255,255,255,.48),transparent 45%,rgba(255,255,255,.34));
  opacity:.75;
}
.clean-service-media,
.knowledge-media{
  display:block;
  height:220px;
  overflow:hidden;
  border-radius:24px 24px 0 0;
  background:linear-gradient(135deg,var(--surface-soft),#fff);
  position:relative;
  z-index:1;
}
.clean-service-media img,
.knowledge-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border:0!important;
}
.clean-service-body,
.knowledge-body{
  position:relative;
  z-index:1;
  padding:22px;
}
.clean-service-body h3,
.knowledge-body h2{
  margin:.25rem 0 .65rem;
  font-size:clamp(1.15rem,1.7vw,1.55rem);
  line-height:1.16;
}
.knowledge-body h2 a{text-decoration:none;color:var(--text)}
.knowledge-body h2 a:hover{text-decoration:underline}
.clean-service-body p,
.knowledge-body p{color:var(--muted);line-height:1.7}
.knowledge-cat,
.mini-order{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:.75rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--primary);
  background:rgba(255,255,255,.75);
  border:1px solid var(--line);
  box-shadow:0 0 18px rgba(0,169,255,.14);
}
.card-icon-actions,
.form-info-icons{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:14px;
}
.card-icon-actions .icon-action,
.form-info-icons .icon-action{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.card-icon-actions .icon-action span,
.form-info-icons .icon-action span{display:none!important}
.card-icon-actions .icon-action img,
.form-info-icons .icon-action img{
  width:34px!important;
  height:34px!important;
  max-width:34px!important;
  max-height:34px!important;
  object-fit:contain!important;
}

.contact-only-page .contact-form-only-section{padding-top:70px}
.whatsapp-service-section.contact-clean-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:26px!important;
  align-items:stretch!important;
}
.form-info-visual,
.whatsapp-panel{
  min-height:100%;
  display:flex;
  flex-direction:column;
}
.form-photo-wrap{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
}
.form-photo-wrap>img{
  width:100%;
  height:clamp(260px,28vw,430px);
  object-fit:cover;
  display:block;
}
.form-contact-lines{
  display:grid;
  gap:8px;
  margin-top:14px;
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  border:1px solid var(--line);
  box-shadow:0 14px 32px rgba(8,61,119,.08);
}
.form-contact-lines a{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  text-decoration:none;
  color:var(--text);
  font-size:.92rem;
}
.form-contact-lines a:hover span{text-decoration:underline}
.form-contact-lines strong{color:var(--primary);white-space:nowrap}
.form-contact-lines span{text-align:right;color:var(--muted)}
.form-info-content{
  padding-top:22px;
  flex:1;
}
.form-info-content h2{
  background:linear-gradient(90deg,var(--primary),var(--cool),var(--accent));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 10px 30px rgba(0,169,255,.12);
}
.location-input-wrap{
  grid-template-columns:1fr auto!important;
}
.location-check{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 14px;
  border:0;
  border-radius:14px;
  color:#fff;
  font-weight:950;
  cursor:pointer;
  background:linear-gradient(135deg,#21cc75,#10a657);
  box-shadow:0 12px 30px rgba(16,166,87,.22),inset 0 0 0 1px rgba(255,255,255,.38);
}
.location-check .tick-symbol{
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#10a657;
  font-weight:1000;
  box-shadow:0 0 12px rgba(255,255,255,.5);
}
.location-check:hover{transform:translateY(-1px)}

.site-footer .footer-grid a,
.site-footer .footer-contact a,
.site-footer .footer-bottom a{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
  color:inherit!important;
  text-decoration:none!important;
  display:inline!important;
}
.site-footer .footer-grid a:hover,
.site-footer .footer-contact a:hover,
.site-footer .footer-bottom a:hover{
  background:transparent!important;
  transform:none!important;
  text-decoration:underline!important;
}

body.usta-season-spring{
  --bg:#f7fff1;--surface-soft:#e9ffd4;--primary:#0a4a39;--primary-2:#15915d;--accent:#ff78b6;--accent-2:#2fe686;--cool:#4acfff;--line:#c8f2c0;--hero-gradient:linear-gradient(135deg,#f7fff1 0%,#e4ffd7 45%,#fff1fa 100%);--card-gradient:linear-gradient(180deg,#ffffff 0%,#f0ffe8 100%);
}
body.usta-season-summer{
  --bg:#fffdf0;--surface-soft:#fff1bf;--primary:#06456b;--primary-2:#0097c7;--accent:#ff9d00;--accent-2:#ff3d6e;--cool:#00e2ff;--line:#f4d37a;--hero-gradient:linear-gradient(135deg,#fffdf0 0%,#fff1b8 44%,#dcfbff 100%);--card-gradient:linear-gradient(180deg,#ffffff 0%,#fff7d6 100%);
}
body.usta-season-autumn{
  --bg:#fff8ef;--surface-soft:#ffe3c2;--primary:#3e1d08;--primary-2:#b45b12;--accent:#ff6a00;--accent-2:#c92828;--cool:#ffd166;--line:#efbd86;--hero-gradient:linear-gradient(135deg,#fff8ef 0%,#ffe4c3 45%,#fff0dc 100%);--card-gradient:linear-gradient(180deg,#ffffff 0%,#fff0df 100%);
}
body.usta-season-winter{
  --bg:#f0fbff;--surface-soft:#d7f4ff;--primary:#062a69;--primary-2:#0059c9;--accent:#11d7ff;--accent-2:#8f7cff;--cool:#aef4ff;--line:#b7e8ff;--hero-gradient:linear-gradient(135deg,#f0fbff 0%,#d8f5ff 45%,#f2efff 100%);--card-gradient:linear-gradient(180deg,#ffffff 0%,#eafaff 100%);
}

@media(max-width:1220px){
  .site-header .nav-shell{
    grid-template-columns:minmax(300px,390px) minmax(440px,1fr) auto!important;
  }
  .site-header .main-navigation a{font-size:.74rem!important;padding:6px 4px!important}
}
@media(max-width:980px){
  .pillar-grid-clean,.services-grid-clean,.knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .whatsapp-service-section.contact-clean-grid{grid-template-columns:1fr!important}
}
@media(max-width:640px){
  .container,.site-header .container{width:min(100% - 28px,var(--container))!important}
  .pillar-grid-clean,.services-grid-clean,.knowledge-grid{grid-template-columns:1fr}
  .clean-service-media,.knowledge-media{height:210px}
  .form-contact-lines a{display:block}
  .form-contact-lines span{text-align:left;display:block;margin-top:2px}
}


/* === V3.5 service-only cleanup === */
.front-page .service-detail-section{display:none!important}
.front-page .services-section{padding-top:clamp(48px,6vw,84px)}


/* === V3.6 hizmet reklamı, SSS, bilgi merkezi, form ve açık footer düzeni === */
.service-promo-section{
  padding-top:clamp(50px,6vw,88px);
}
.service-promo-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:stretch!important;
}
.service-promo-card{
  min-height:100%;
  display:grid;
  grid-template-rows:260px 1fr;
  overflow:hidden;
  border-radius:30px;
  border:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(246,253,255,.82),var(--surface-soft));
  box-shadow:0 26px 70px rgba(8,61,119,.13),0 0 42px rgba(0,169,255,.11);
}
.service-promo-card .promo-media{
  height:260px;
  overflow:hidden;
  border-radius:26px 26px 0 0;
}
.service-promo-card .promo-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.service-promo-card .promo-copy{
  padding:26px;
  display:flex;
  flex-direction:column;
}
.service-promo-card .promo-copy h2{
  margin:.45rem 0 .75rem;
  font-size:clamp(1.45rem,2.2vw,2.25rem);
  line-height:1.08;
  background:linear-gradient(90deg,var(--primary),var(--cool),var(--accent));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.service-promo-card .promo-copy p{
  color:var(--muted);
  line-height:1.75;
  flex:1;
}

/* FAQ: first item closed, more questions, no SEO label */
.compact-faq-head{
  margin-bottom:22px!important;
}
.compact-faq-head .eyebrow{
  margin-inline:auto;
}
.faq-list details{
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,255,255,.76),var(--surface-soft));
  box-shadow:0 14px 32px rgba(8,61,119,.08),0 0 22px rgba(0,169,255,.06);
}
.faq-list details[open]{
  border-color:var(--accent);
}

/* Bilgi merkezi görsel güçlendirme */
.bilgi-head-clean{
  align-items:center!important;
  gap:24px;
}
.bilgi-head-clean>div{
  min-width:0;
}
.bilgi-cta{
  white-space:nowrap!important;
  flex:0 0 auto;
  align-self:center;
  min-width:max-content;
}
.image-blog-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
}
.image-blog-card{
  overflow:hidden;
  display:grid;
  grid-template-rows:190px 1fr;
  border-radius:24px;
}
.blog-card-media{
  display:block;
  overflow:hidden;
}
.blog-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.blog-card-body{
  padding:20px;
}
.blog-card-body h3{
  margin:.5rem 0 .55rem;
}
.blog-card-body h3 a{
  color:var(--text);
  text-decoration:none;
}
.blog-card-body h3 a:hover{
  text-decoration:underline;
}

/* Form location consent: check-box style, no extra note */
.form-note{display:none!important}
.location-check{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border:1px solid var(--line)!important;
  background:linear-gradient(135deg,#ffffff,var(--surface-soft))!important;
  color:var(--primary)!important;
  border-radius:14px!important;
  padding:0 13px!important;
  min-height:44px!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:0 10px 24px rgba(8,61,119,.08)!important;
}
.location-check .tick-box,
.location-check .tick-symbol{
  width:22px!important;
  height:22px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#12a856!important;
  border:2px solid #12c16e!important;
  font-weight:1000!important;
  line-height:1!important;
  box-shadow:0 0 12px rgba(18,193,110,.18)!important;
}
.location-check:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 32px rgba(8,61,119,.12)!important;
}

/* Footer açık renk ve ikon butonlarla güçlendirme */
.site-footer.light-footer{
  background:linear-gradient(135deg,#f7fcff 0%,#e8f8ff 44%,#fff8ef 100%)!important;
  color:var(--text)!important;
  border-top:1px solid var(--line)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.light-footer .footer-top-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  padding-top:34px;
  padding-bottom:10px;
}
.light-footer .footer-top-actions .icon-action{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  min-height:48px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(141,213,248,.56)!important;
  box-shadow:0 14px 30px rgba(8,61,119,.12),0 0 24px rgba(0,169,255,.12)!important;
}
.light-footer .footer-top-actions .icon-action img{
  width:34px!important;
  height:34px!important;
}
.light-footer .footer-top-actions .icon-action span{
  display:none!important;
}
.light-footer .footer-grid{
  padding-top:32px!important;
}
.light-footer .footer-brand h2{
  color:var(--primary)!important;
  background:linear-gradient(90deg,var(--primary),var(--cool),var(--accent));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
}
.light-footer h3{
  color:var(--primary)!important;
}
.light-footer a{
  color:var(--text)!important;
}
.light-footer .footer-grid a,
.light-footer .footer-contact a,
.light-footer .footer-bottom a{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
  text-decoration:none!important;
}
.light-footer .footer-grid a:hover,
.light-footer .footer-contact a:hover,
.light-footer .footer-bottom a:hover{
  text-decoration:underline!important;
  transform:none!important;
}
.light-footer .footer-bottom{
  border-top:1px solid rgba(8,61,119,.12)!important;
  color:var(--muted)!important;
}

/* Hide any remaining visual Google setting panel on front-end */
.google-section{display:none!important}

@media(max-width:980px){
  .service-promo-grid,
  .image-blog-grid{
    grid-template-columns:1fr!important;
  }
  .service-promo-card{
    grid-template-rows:230px 1fr;
  }
  .bilgi-head-clean{
    align-items:flex-start!important;
  }
}
@media(max-width:640px){
  .service-promo-card{
    grid-template-rows:210px 1fr;
  }
  .light-footer .footer-top-actions{
    gap:10px;
    flex-wrap:wrap;
  }
}


/* === V3.7 Mobile hamburger menu fix === */
.menu-toggle em,
.menu-toggle img{
  display:none!important;
}
.menu-toggle{
  appearance:none!important;
  -webkit-appearance:none!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(120,205,245,.45)!important;
  border-radius:12px!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  padding:0!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:column!important;
  gap:5px!important;
  color:var(--primary)!important;
  box-shadow:0 12px 26px rgba(8,61,119,.12),0 0 20px rgba(0,169,255,.10)!important;
  cursor:pointer!important;
  position:relative!important;
  z-index:10020!important;
}
.menu-toggle span{
  display:block!important;
  width:24px!important;
  height:3px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--primary),var(--cool))!important;
  box-shadow:0 0 8px rgba(0,169,255,.25)!important;
  transition:transform .22s ease,opacity .22s ease!important;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1){
  transform:translateY(8px) rotate(45deg)!important;
}
.menu-toggle[aria-expanded="true"] span:nth-child(2){
  opacity:0!important;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3){
  transform:translateY(-8px) rotate(-45deg)!important;
}

@media(max-width:1080px){
  .site-header .nav-shell{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    min-height:68px!important;
    width:min(100% - 24px,var(--container))!important;
  }
  .site-header .site-branding{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:calc(100% - 58px)!important;
  }
  .site-header .brand-text{
    min-width:0!important;
    max-width:100%!important;
  }
  .site-header .brand-text strong{
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .site-header .brand-text span{
    display:none!important;
  }
  .site-header .custom-logo-link img{
    width:48px!important;
    height:48px!important;
  }
  .menu-toggle{
    display:flex!important;
    margin-left:auto!important;
    order:99!important;
  }
  .header-actions{
    display:none!important;
  }
  #site-navigation.main-navigation{
    position:absolute!important;
    top:100%!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:none!important;
    height:auto!important;
    display:none!important;
    z-index:10010!important;
    margin-top:8px!important;
    padding:12px!important;
    border-radius:18px!important;
    border:1px solid rgba(128,211,247,.55)!important;
    background:rgba(255,255,255,.97)!important;
    backdrop-filter:blur(18px)!important;
    box-shadow:0 26px 70px rgba(8,61,119,.20),0 0 36px rgba(0,169,255,.14)!important;
  }
  #site-navigation.main-navigation.is-open{
    display:block!important;
  }
  #site-navigation.main-navigation .menu{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:5px!important;
    padding:0!important;
    margin:0!important;
  }
  #site-navigation.main-navigation li{
    margin:0!important;
    padding:0!important;
    list-style:none!important;
  }
  #site-navigation.main-navigation a{
    display:block!important;
    width:100%!important;
    padding:13px 14px!important;
    border-radius:13px!important;
    font-size:.96rem!important;
    line-height:1.2!important;
    font-weight:900!important;
    color:var(--text)!important;
    background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(237,250,255,.78))!important;
    border:1px solid rgba(157,222,250,.45)!important;
  }
  #site-navigation.main-navigation a:hover{
    color:var(--primary)!important;
    background:linear-gradient(135deg,#fff,var(--surface-soft))!important;
    transform:translateX(2px)!important;
  }
  body.usta-menu-open{
    overflow-x:hidden!important;
  }
}
@media(max-width:782px){
  body.admin-bar #site-navigation.main-navigation{
    top:100%!important;
  }
}


/* === V3.8 Form konum tik kutusu ve form metin ağırlığı düzeltmesi === */
.whatsapp-service-section .whatsapp-panel,
.whatsapp-service-section .form-info-visual,
.whatsapp-service-section .form-info-content,
.whatsapp-service-section .form-contact-lines,
.whatsapp-service-section .whatsapp-service-form,
.whatsapp-service-section .whatsapp-service-form label,
.whatsapp-service-section .whatsapp-service-form input,
.whatsapp-service-section .whatsapp-service-form select,
.whatsapp-service-section .whatsapp-service-form textarea,
.whatsapp-service-section .check-list,
.whatsapp-service-section .check-list li,
.whatsapp-service-section .form-contact-lines a,
.whatsapp-service-section .form-contact-lines strong,
.whatsapp-service-section .form-contact-lines span{
  font-weight:400!important;
}
.whatsapp-service-section .eyebrow,
.whatsapp-service-section h2{
  font-weight:600!important;
}
.whatsapp-service-section .compact-checks li{
  font-weight:400!important;
}
.location-consent-wrap{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:10px!important;
  align-items:center!important;
}
.location-check{
  min-height:42px!important;
  padding:0 12px!important;
  gap:8px!important;
  font-weight:400!important;
  border-radius:12px!important;
}
.location-check .tick-box{
  width:22px!important;
  height:22px!important;
  border-radius:6px!important;
  display:grid!important;
  place-items:center!important;
  background:#fff!important;
  border:2px solid #13bf68!important;
  box-shadow:0 0 10px rgba(19,191,104,.15)!important;
  position:relative!important;
}
.location-check.is-location-added .tick-box::after,
.location-check.location-added .tick-box::after{
  content:"✓";
  color:#13a85f;
  font-size:16px;
  line-height:1;
  font-weight:700;
}


/* === V3.9 sadece konum izni tik kutusu === */
.location-consent-wrap{
  display:block!important;
}
.location-consent-wrap input[name="location"]{
  display:none!important;
}
.location-permission-check{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  cursor:pointer!important;
  font-weight:400!important;
  color:var(--text)!important;
  user-select:none!important;
}
.location-permission-check input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}
.location-permission-check .tick-box{
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  border-radius:6px!important;
  display:grid!important;
  place-items:center!important;
  background:#fff!important;
  border:2px solid #13bf68!important;
  box-shadow:0 0 10px rgba(19,191,104,.15)!important;
  position:relative!important;
}
.location-permission-check input:checked + .tick-box::after{
  content:"✓";
  color:#13a85f;
  font-size:16px;
  line-height:1;
  font-weight:700;
}
.location-check,
.location-check .tick-box,
.location-check .tick-symbol{
  all:unset;
}


/* === V4.0 Footer koyulaştırma + alt orta sticky ikonlar === */
.site-footer.light-footer{
  background:linear-gradient(135deg,#d9edf4 0%,#dcecf5 45%,#eef2ef 100%)!important;
  color:#0b2b4a!important;
  border-top:1px solid rgba(8,61,119,.14)!important;
}
.light-footer .footer-brand p,
.light-footer .footer-contact li,
.light-footer .footer-grid li,
.light-footer .footer-bottom,
.light-footer .footer-bottom span{
  color:#31506d!important;
}
.light-footer h3,
.light-footer .footer-brand h2{
  color:#073963!important;
}
.light-footer a{
  color:#173d61!important;
}
.light-footer .footer-top-actions{
  position:fixed!important;
  left:50%!important;
  bottom:18px!important;
  transform:translateX(-50%)!important;
  z-index:10050!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  width:auto!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(87,178,226,.28)!important;
  box-shadow:0 16px 40px rgba(8,61,119,.18),0 0 26px rgba(0,169,255,.12)!important;
  backdrop-filter:blur(14px)!important;
}
.light-footer .footer-top-actions .icon-action{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
}
.light-footer .footer-top-actions .icon-action span{
  display:none!important;
}
.light-footer .footer-top-actions .icon-action img{
  width:34px!important;
  height:34px!important;
  max-width:34px!important;
  max-height:34px!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 4px 10px rgba(8,61,119,.20))!important;
}
.light-footer .footer-top-actions .icon-action:hover{
  transform:translateY(-2px) scale(1.08)!important;
}
@media(max-width:640px){
  .light-footer .footer-top-actions{
    bottom:10px!important;
    gap:8px!important;
    padding:7px 10px!important;
  }
  .light-footer .footer-top-actions .icon-action{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
  }
  .light-footer .footer-top-actions .icon-action img{
    width:30px!important;
    height:30px!important;
  }
}


/* === V4.1 Sticky footer ikon çevre alanı kaldırma === */
.light-footer .footer-top-actions{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  padding:0!important;
  gap:12px!important;
}
.light-footer .footer-top-actions .icon-action{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border-radius:0!important;
  overflow:visible!important;
}
.light-footer .footer-top-actions .icon-action::before,
.light-footer .footer-top-actions .icon-action::after{
  display:none!important;
}
.light-footer .footer-top-actions .icon-action img{
  width:34px!important;
  height:34px!important;
  max-width:34px!important;
  max-height:34px!important;
  display:block!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  filter:drop-shadow(0 5px 10px rgba(8,61,119,.20))!important;
}
.light-footer .footer-top-actions .icon-action:hover{
  background:transparent!important;
  box-shadow:none!important;
  transform:translateY(-2px) scale(1.08)!important;
}
@media(max-width:640px){
  .light-footer .footer-top-actions{
    gap:10px!important;
  }
  .light-footer .footer-top-actions .icon-action img{
    width:31px!important;
    height:31px!important;
    max-width:31px!important;
    max-height:31px!important;
  }
}


/* === V4.6 DOM çeviri + mobil header temiz düzen === */
.site-header .brand-text span{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  min-height:1em!important;
}
@media(min-width:1081px){
  .site-header .brand-text{display:flex!important;flex-direction:column!important;justify-content:center!important;overflow:visible!important;max-width:410px!important;min-width:260px!important;}
  .site-header .brand-text strong{display:block!important;line-height:1.08!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .site-header .brand-text span{font-size:.64rem!important;line-height:1.12!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#536b85!important;max-width:390px!important;}
  html[data-usta-lang="en"] .site-header .brand-text span{font-size:.56rem!important;letter-spacing:-.025em!important;}
}
@media(max-width:1080px){
  body{padding-bottom:0!important;}
  .sticky-cta-bar,
  .bottom-sticky-bar{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  .site-header{overflow:visible!important;}
  .site-header .top-strip{display:none!important;}
  .site-header .container.nav-shell,
  .site-header .nav-shell{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    max-width:100%!important;
    min-height:46px!important;
    padding:5px 3px!important;
    gap:3px!important;
    margin:0!important;
  }
  .site-header .site-branding{
    order:1!important;
    display:flex!important;
    align-items:center!important;
    flex:1 1 auto!important;
    min-width:0!important;
    overflow:hidden!important;
    gap:4px!important;
  }
  .site-header .custom-logo-link{display:flex!important;flex:0 0 auto!important;}
  .site-header .custom-logo-link img{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    object-fit:contain!important;
  }
  .site-header .brand-text{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:none!important;
    overflow:hidden!important;
  }
  .site-header .brand-text strong,
  .site-header .brand-text span{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .site-header .brand-text strong{
    font-size:.62rem!important;
    line-height:1.04!important;
    letter-spacing:-.025em!important;
  }
  .site-header .brand-text span{
    font-size:.48rem!important;
    line-height:1.04!important;
    color:#536b85!important;
    margin-top:1px!important;
  }
  html[data-usta-lang="en"] .site-header .brand-text span{font-size:.43rem!important;letter-spacing:-.035em!important;}
  .site-header .header-actions.compact-icon-actions{
    order:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    gap:1px!important;
    margin-left:1px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .site-header .header-actions.compact-icon-actions .phone,
  .site-header .header-actions.compact-icon-actions .whatsapp,
  .site-header .header-actions.compact-icon-actions .service-request,
  .site-header .header-actions.compact-icon-actions .location,
  .site-header .header-actions.compact-icon-actions .season-cycle,
  .site-header .header-actions.compact-icon-actions .lang-cycle{
    display:grid!important;
    place-items:center!important;
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    min-height:26px!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    appearance:none!important;
  }
  .site-header .header-actions.compact-icon-actions .season-cycle{display:grid!important;}
  .site-header .header-actions.compact-icon-actions .icon-action span{display:none!important;}
  .site-header .header-actions.compact-icon-actions .icon-action img,
  .site-header .header-actions.compact-icon-actions .lang-cycle img{
    display:block!important;
    width:24px!important;
    height:24px!important;
    max-width:24px!important;
    max-height:24px!important;
    object-fit:contain!important;
    filter:drop-shadow(0 4px 8px rgba(8,61,119,.18))!important;
  }
  .menu-toggle{
    order:3!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    margin-left:2px!important;
    padding:7px!important;
  }
  .main-navigation{
    position:fixed!important;
    top:58px!important;
    left:10px!important;
    right:10px!important;
    z-index:10000!important;
  }
}
@media(max-width:420px){
  .site-header .container.nav-shell,
  .site-header .nav-shell{padding-inline:2px!important;gap:2px!important;}
  .site-header .custom-logo-link img{width:32px!important;height:32px!important;min-width:32px!important;}
  .site-header .brand-text strong{font-size:.58rem!important;}
  .site-header .brand-text span{font-size:.44rem!important;}
  html[data-usta-lang="en"] .site-header .brand-text span{font-size:.40rem!important;}
  .site-header .header-actions.compact-icon-actions .phone,
  .site-header .header-actions.compact-icon-actions .whatsapp,
  .site-header .header-actions.compact-icon-actions .service-request,
  .site-header .header-actions.compact-icon-actions .location,
  .site-header .header-actions.compact-icon-actions .season-cycle,
  .site-header .header-actions.compact-icon-actions .lang-cycle{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;}
  .site-header .header-actions.compact-icon-actions .icon-action img,
  .site-header .header-actions.compact-icon-actions .lang-cycle img{width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important;}
  .menu-toggle{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;}
}
@media(max-width:370px){
  .site-header .header-actions.compact-icon-actions .location,
  .site-header .header-actions.compact-icon-actions .service-request{display:none!important;}
}
@media(max-width:330px){
  .site-header .header-actions.compact-icon-actions .phone{display:none!important;}
}

/* === V5.2 final: 7 ortak ikon, şeffaf alt yapışkan alan, temiz sticky header === */
:root{
  --usta-fixed-header-height:0px;
  --usta-adminbar-height:0px;
}
html{scroll-padding-top:calc(var(--usta-fixed-header-height,0px) + 18px)!important;}
#page.site{padding-top:var(--usta-fixed-header-height,0px)!important;}
.site-header{
  position:fixed!important;
  left:0!important;
  right:0!important;
  top:0!important;
  width:100%!important;
  z-index:10080!important;
  background:rgba(255,255,255,.92)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  border-bottom:1px solid rgba(220,232,243,.82)!important;
  box-shadow:0 10px 30px rgba(8,36,72,.10)!important;
  overflow:visible!important;
}
body.admin-bar{--usta-adminbar-height:32px;}
body.admin-bar .site-header{top:32px!important;}
@media(max-width:782px){body.admin-bar{--usta-adminbar-height:46px;}body.admin-bar .site-header{top:46px!important;}}

.site-header .nav-shell{
  grid-template-columns:minmax(350px,430px) minmax(430px,1fr) auto!important;
  gap:10px!important;
}
.site-header .header-actions.compact-icon-actions,
.compact-icon-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  width:auto!important;
  min-width:245px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  visibility:visible!important;
  opacity:1!important;
}
.site-header .header-actions.compact-icon-actions .icon-action,
.compact-icon-actions .icon-action,
.footer-top-actions .icon-action,
.mobile-cta-bar .icon-action{
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  appearance:none!important;
  color:inherit!important;
}
.site-header .header-actions.compact-icon-actions .icon-action::before,
.site-header .header-actions.compact-icon-actions .icon-action::after,
.footer-top-actions .icon-action::before,
.footer-top-actions .icon-action::after,
.mobile-cta-bar .icon-action::before,
.mobile-cta-bar .icon-action::after{display:none!important;content:none!important;}
.site-header .header-actions.compact-icon-actions .icon-action,
.compact-icon-actions .icon-action{width:29px!important;height:29px!important;min-width:29px!important;min-height:29px!important;}
.site-header .header-actions.compact-icon-actions .icon-action img,
.compact-icon-actions .icon-action img{display:block!important;width:28px!important;height:28px!important;max-width:28px!important;max-height:28px!important;object-fit:contain!important;filter:drop-shadow(0 4px 8px rgba(8,61,119,.20))!important;}
.site-header .header-actions.compact-icon-actions .icon-action span,
.compact-icon-actions .icon-action span,
.footer-top-actions .icon-action span,
.mobile-cta-bar .icon-action span{display:none!important;}
.site-header .header-actions.compact-icon-actions .icon-action:hover,
.compact-icon-actions .icon-action:hover,
.footer-top-actions .icon-action:hover,
.mobile-cta-bar .icon-action:hover{background:transparent!important;box-shadow:none!important;transform:translateY(-1px) scale(1.08)!important;}

@media(max-width:1260px){
  .site-header .nav-shell{grid-template-columns:minmax(290px,360px) minmax(390px,1fr) auto!important;gap:7px!important;}
  .site-header .main-navigation a{font-size:.70rem!important;padding:5px 4px!important;}
  .site-header .header-actions.compact-icon-actions{min-width:215px!important;gap:4px!important;}
  .site-header .header-actions.compact-icon-actions .icon-action{width:27px!important;height:27px!important;min-width:27px!important;min-height:27px!important;}
  .site-header .header-actions.compact-icon-actions .icon-action img{width:26px!important;height:26px!important;max-width:26px!important;max-height:26px!important;}
}
@media(max-width:1080px){
  .site-header{overflow:visible!important;}
  .site-header .top-strip{display:none!important;}
  .site-header .container.nav-shell,
  .site-header .nav-shell{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;max-width:100%!important;min-height:46px!important;padding:5px 3px!important;gap:3px!important;margin:0!important;}
  .site-header .site-branding{order:1!important;display:flex!important;align-items:center!important;flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;gap:4px!important;}
  .site-header .custom-logo-link{display:flex!important;flex:0 0 auto!important;}
  .site-header .custom-logo-link img{width:34px!important;height:34px!important;min-width:34px!important;object-fit:contain!important;}
  .site-header .brand-text{display:flex!important;flex-direction:column!important;justify-content:center!important;flex:1 1 auto!important;min-width:0!important;max-width:none!important;overflow:hidden!important;}
  .site-header .brand-text strong,.site-header .brand-text span{display:block!important;visibility:visible!important;opacity:1!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .site-header .brand-text strong{font-size:.60rem!important;line-height:1.04!important;letter-spacing:-.025em!important;}
  .site-header .brand-text span{font-size:.44rem!important;line-height:1.04!important;color:#536b85!important;margin-top:1px!important;}
  html[data-usta-lang="en"] .site-header .brand-text span{font-size:.39rem!important;letter-spacing:-.035em!important;}
  .site-header .header-actions.compact-icon-actions{order:2!important;display:flex!important;flex:0 0 auto!important;min-width:0!important;width:auto!important;gap:1px!important;margin-left:1px!important;}
  .site-header .header-actions.compact-icon-actions .icon-action{display:grid!important;width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;}
  .site-header .header-actions.compact-icon-actions .icon-action img{width:21px!important;height:21px!important;max-width:21px!important;max-height:21px!important;}
  .menu-toggle{order:3!important;display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;margin-left:2px!important;padding:7px!important;}
  .main-navigation{position:fixed!important;top:calc(var(--usta-fixed-header-height,58px) + var(--usta-adminbar-height,0px) + 8px)!important;left:10px!important;right:10px!important;z-index:10090!important;}
}
@media(max-width:420px){
  .site-header .container.nav-shell,.site-header .nav-shell{padding-inline:2px!important;gap:2px!important;}
  .site-header .custom-logo-link img{width:31px!important;height:31px!important;min-width:31px!important;}
  .site-header .brand-text strong{font-size:.55rem!important;}
  .site-header .brand-text span{font-size:.40rem!important;}
  html[data-usta-lang="en"] .site-header .brand-text span{font-size:.36rem!important;}
  .site-header .header-actions.compact-icon-actions .icon-action{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;}
  .site-header .header-actions.compact-icon-actions .icon-action img{width:19px!important;height:19px!important;max-width:19px!important;max-height:19px!important;}
  .menu-toggle{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;}
}

.page-main > .page-hero,
.site-main > .page-hero,
.page-hero.clean-photo-hero,
.page-hero.has-visual,
.compact-clean-hero.has-visual{position:relative!important;isolation:isolate!important;display:grid!important;align-items:center!important;min-height:clamp(360px,32vw,500px)!important;overflow:hidden!important;background:#071d35!important;border-bottom:1px solid rgba(255,122,26,.32)!important;}
.page-main > .page-hero .page-hero-bg,
.site-main > .page-hero .page-hero-bg,
.page-hero.clean-photo-hero .page-hero-bg,
.page-hero.has-visual .page-hero-bg,
.compact-clean-hero.has-visual .page-hero-bg{display:block!important;position:absolute!important;inset:0!important;z-index:0!important;width:100%!important;height:100%!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;opacity:1!important;filter:saturate(1.08) contrast(1.06) brightness(.78)!important;transform:scale(1.02)!important;}
.page-main > .page-hero .page-hero-overlay,
.site-main > .page-hero .page-hero-overlay,
.page-hero.clean-photo-hero .page-hero-overlay,
.page-hero.has-visual .page-hero-overlay,
.compact-clean-hero.has-visual .page-hero-overlay{display:block!important;position:absolute!important;inset:0!important;z-index:1!important;background:linear-gradient(90deg,rgba(5,20,42,.94) 0%,rgba(8,36,72,.72) 46%,rgba(8,36,72,.28) 100%),radial-gradient(circle at 18% 42%,rgba(255,255,255,.12),transparent 30%),linear-gradient(135deg,rgba(0,165,216,.20),rgba(255,122,26,.18))!important;}
.page-main > .page-hero .page-hero-inner,
.site-main > .page-hero .page-hero-inner,
.page-hero.clean-photo-hero .page-hero-inner,
.page-hero.has-visual .page-hero-inner,
.compact-clean-hero.has-visual .page-hero-inner{position:relative!important;z-index:2!important;width:min(100% - 48px,var(--container))!important;max-width:var(--container)!important;margin-inline:auto!important;padding:clamp(70px,7vw,116px) 0!important;color:#fff!important;}
.page-main > .page-hero h1,.site-main > .page-hero h1,.page-hero.clean-photo-hero h1,.page-hero.has-visual h1,.compact-clean-hero.has-visual h1{color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 18px 42px rgba(0,0,0,.46)!important;}
.page-main > .page-hero p,.site-main > .page-hero p,.page-hero.clean-photo-hero p,.page-hero.has-visual p,.compact-clean-hero.has-visual p{color:rgba(255,255,255,.94)!important;-webkit-text-fill-color:rgba(255,255,255,.94)!important;text-shadow:0 12px 32px rgba(0,0,0,.40)!important;max-width:760px!important;}
.page-main > .page-hero .eyebrow,.site-main > .page-hero .eyebrow,.page-hero.clean-photo-hero .eyebrow,.page-hero.has-visual .eyebrow,.compact-clean-hero.has-visual .eyebrow{color:#fff!important;background:rgba(255,255,255,.14)!important;border-color:rgba(255,255,255,.30)!important;box-shadow:0 12px 34px rgba(0,0,0,.16)!important;}

.main-navigation a{position:relative!important;}
.main-navigation .current-menu-item > a,.main-navigation a[aria-current="page"]{color:var(--primary)!important;background:transparent!important;}
.main-navigation .current-menu-item > a::after,.main-navigation a[aria-current="page"]::after{content:""!important;position:absolute!important;left:10px!important;right:10px!important;bottom:3px!important;height:3px!important;border-radius:999px!important;background:linear-gradient(90deg,var(--accent),var(--cool),var(--accent-2))!important;box-shadow:0 0 16px var(--season-glow,rgba(0,165,216,.28))!important;}

.mobile-cta-bar{position:fixed!important;left:50%!important;right:auto!important;bottom:max(10px,env(safe-area-inset-bottom))!important;transform:translateX(-50%)!important;display:grid!important;grid-template-columns:repeat(7,42px)!important;gap:10px!important;width:auto!important;max-width:calc(100vw - 16px)!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;overflow:visible!important;z-index:10040!important;pointer-events:auto!important;}
.mobile-cta-bar .icon-action{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;}
.mobile-cta-bar .icon-action img{display:block!important;width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important;object-fit:contain!important;filter:drop-shadow(0 6px 10px rgba(8,61,119,.24))!important;background:transparent!important;border:0!important;box-shadow:none!important;}
body{padding-bottom:78px!important;}
@media(max-width:520px){
  body{padding-bottom:68px!important;}
  .mobile-cta-bar{grid-template-columns:repeat(7,32px)!important;gap:6px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;}
  .mobile-cta-bar .icon-action{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;}
  .mobile-cta-bar .icon-action img{width:29px!important;height:29px!important;max-width:29px!important;max-height:29px!important;}
}

.faq-section .container,.page-template-default .faq-section .container,.front-page .faq-section .container{width:min(100% - 32px,var(--container))!important;max-width:var(--container)!important;}
.faq-list{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;display:grid!important;gap:14px!important;}
.faq-list details{width:100%!important;max-width:none!important;}
@media(max-width:720px){.faq-section .container{width:min(100% - 24px,var(--container))!important;}}

.site-footer.light-footer{background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.78),transparent 34%),linear-gradient(135deg,var(--surface-soft) 0%,var(--bg) 48%,var(--surface) 100%)!important;color:var(--text)!important;border-top:1px solid var(--line)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.82)!important;padding:56px 0 112px!important;}
.site-footer.light-footer p,.site-footer.light-footer li,.site-footer.light-footer a,.site-footer.light-footer .footer-bottom,.site-footer.light-footer .footer-bottom span{color:var(--muted)!important;}
.site-footer.light-footer h2,.site-footer.light-footer h3,.site-footer.light-footer .footer-brand h2{color:var(--primary)!important;-webkit-text-fill-color:initial!important;}
.site-footer.light-footer .footer-top-actions{position:relative!important;display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:14px!important;width:100%!important;max-width:var(--container)!important;margin:0 auto 24px!important;padding:0 0 8px!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
.site-footer.light-footer .footer-top-actions .icon-action{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;}
.site-footer.light-footer .footer-top-actions .icon-action img{display:block!important;width:36px!important;height:36px!important;max-width:36px!important;max-height:36px!important;object-fit:contain!important;filter:drop-shadow(0 5px 11px rgba(8,61,119,.22))!important;}
#whatsapp-formu{scroll-margin-top:calc(var(--usta-fixed-header-height,0px) + 18px)!important;}
@media(max-width:640px){
  .site-footer.light-footer{padding-bottom:104px!important;}
  .site-footer.light-footer .footer-top-actions{gap:10px!important;margin-bottom:18px!important;}
  .site-footer.light-footer .footer-top-actions .icon-action{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;}
  .site-footer.light-footer .footer-top-actions .icon-action img{width:31px!important;height:31px!important;max-width:31px!important;max-height:31px!important;}
}


/* === V5.3 interaction layer: card hover depth + map target polish === */
:root{
  --usta-hover-scale:.985;
  --usta-hover-lift:-3px;
  --usta-hover-shadow:0 18px 46px rgba(8,61,119,.16),0 0 28px var(--season-glow,rgba(0,165,216,.16));
  --usta-hover-border:rgba(255,122,26,.34);
}

.pillar,
.service-card,
.service-detail-card,
.service-promo-card,
.clean-service-card,
.pillar-clean-card,
.knowledge-card,
.blog-card,
.image-blog-card,
.post-card,
.why-card,
.process-card,
.google-panel,
.areas-panel,
.contact-slab,
.contact-cards a,
.sidebar-card,
.entry-content,
.service-form,
.neon-card,
.form-info-visual,
.whatsapp-panel,
.faq-list details,
.google-grid span,
.area-cloud span,
.hero-slider{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,filter .22s ease,background .22s ease!important;
  backface-visibility:hidden;
  transform-origin:center;
}

.pillar img,
.service-card img,
.service-detail-card img,
.service-promo-card img,
.clean-service-card img,
.pillar-clean-card img,
.knowledge-card img,
.blog-card img,
.image-blog-card img,
.post-card img,
.form-photo-wrap img,
.image-stack img,
.promo-media img,
.blog-card-media img,
.post-thumb img{
  transition:transform .45s ease,filter .45s ease!important;
  transform-origin:center;
}

@media (hover:hover) and (pointer:fine){
  .pillar:hover,
  .pillar:focus-within,
  .service-card:hover,
  .service-card:focus-within,
  .service-detail-card:hover,
  .service-detail-card:focus-within,
  .service-promo-card:hover,
  .service-promo-card:focus-within,
  .clean-service-card:hover,
  .clean-service-card:focus-within,
  .pillar-clean-card:hover,
  .pillar-clean-card:focus-within,
  .knowledge-card:hover,
  .knowledge-card:focus-within,
  .blog-card:hover,
  .blog-card:focus-within,
  .image-blog-card:hover,
  .image-blog-card:focus-within,
  .post-card:hover,
  .post-card:focus-within,
  .why-card:hover,
  .why-card:focus-within,
  .process-card:hover,
  .process-card:focus-within,
  .google-panel:hover,
  .google-panel:focus-within,
  .areas-panel:hover,
  .areas-panel:focus-within,
  .contact-slab:hover,
  .contact-slab:focus-within,
  .contact-cards a:hover,
  .contact-cards a:focus-visible,
  .sidebar-card:hover,
  .sidebar-card:focus-within,
  .entry-content:hover,
  .entry-content:focus-within,
  .service-form:hover,
  .service-form:focus-within,
  .neon-card:hover,
  .neon-card:focus-within,
  .form-info-visual:hover,
  .form-info-visual:focus-within,
  .whatsapp-panel:hover,
  .whatsapp-panel:focus-within,
  .faq-list details:hover,
  .faq-list details:focus-within,
  .google-grid span:hover,
  .area-cloud span:hover,
  .hero-slider:hover{
    transform:translateY(var(--usta-hover-lift)) scale(var(--usta-hover-scale))!important;
    box-shadow:var(--usta-hover-shadow)!important;
    border-color:var(--usta-hover-border)!important;
    filter:saturate(1.02);
  }

  .pillar:hover .pillar-media img,
  .service-card:hover img,
  .service-detail-card:hover img,
  .service-promo-card:hover img,
  .clean-service-card:hover img,
  .pillar-clean-card:hover img,
  .knowledge-card:hover img,
  .blog-card:hover img,
  .image-blog-card:hover img,
  .post-card:hover img,
  .form-info-visual:hover .form-photo-wrap img,
  .image-stack:hover img,
  .promo-media:hover img,
  .blog-card-media:hover img,
  .post-thumb:hover img{
    transform:scale(1.035)!important;
    filter:saturate(1.08) contrast(1.04);
  }

  .btn:hover,
  .read-more:hover,
  .main-navigation a:hover,
  .footer-contact a:hover,
  .site-footer a:hover,
  .contact-cards a:hover strong{
    transform:translateY(-1px)!important;
  }

  .main-navigation a,
  .read-more,
  .site-footer a,
  .footer-contact a,
  .contact-cards a strong{
    transition:transform .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease!important;
  }

  .service-form input:hover,
  .service-form select:hover,
  .service-form textarea:hover,
  .search-form input:hover,
  .whatsapp-service-form input:hover,
  .whatsapp-service-form select:hover,
  .whatsapp-service-form textarea:hover{
    border-color:rgba(255,122,26,.38)!important;
    box-shadow:0 0 0 3px rgba(255,122,26,.08)!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .pillar,
  .service-card,
  .service-detail-card,
  .service-promo-card,
  .clean-service-card,
  .pillar-clean-card,
  .knowledge-card,
  .blog-card,
  .image-blog-card,
  .post-card,
  .why-card,
  .process-card,
  .google-panel,
  .areas-panel,
  .contact-slab,
  .contact-cards a,
  .sidebar-card,
  .entry-content,
  .service-form,
  .neon-card,
  .form-info-visual,
  .whatsapp-panel,
  .faq-list details,
  .google-grid span,
  .area-cloud span,
  .hero-slider,
  .pillar img,
  .service-card img,
  .service-detail-card img,
  .service-promo-card img,
  .clean-service-card img,
  .pillar-clean-card img,
  .knowledge-card img,
  .blog-card img,
  .image-blog-card img,
  .post-card img,
  .form-photo-wrap img,
  .image-stack img,
  .promo-media img,
  .blog-card-media img,
  .post-thumb img{
    transition:none!important;
  }
}


/* === V4.9 Üst menü ikon sadeleştirme: sadece Dil + Teklif === */
.site-header .header-actions.compact-icon-actions{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}
.site-header .header-actions.compact-icon-actions .icon-action{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  padding:0!important;
  margin:0!important;
}
.site-header .header-actions.compact-icon-actions .icon-action span{
  display:none!important;
}
.site-header .header-actions.compact-icon-actions .icon-action img{
  width:30px!important;
  height:30px!important;
  max-width:30px!important;
  max-height:30px!important;
  object-fit:contain!important;
}
@media(max-width:1080px){
  .site-header .header-actions.compact-icon-actions{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    order:2!important;
    margin-left:auto!important;
    flex:0 0 auto!important;
  }
  .site-header .header-actions.compact-icon-actions .icon-action{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
  }
  .site-header .header-actions.compact-icon-actions .icon-action img{
    width:27px!important;
    height:27px!important;
    max-width:27px!important;
    max-height:27px!important;
  }
}


/* === V4.9.1 Mobil zoom-out ve yatay taşma düzeltmesi === */
html{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:hidden!important;
  -webkit-text-size-adjust:100%!important;
  text-size-adjust:100%!important;
}
body{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:hidden!important;
  overscroll-behavior-x:none!important;
  touch-action:pan-x pan-y pinch-zoom!important;
}
#page,
.site,
.site-main,
main,
section,
.container,
.nav-shell,
.footer-grid,
.hero-section,
.hero-grid,
.page-main,
.entry-content,
.content-layout,
.whatsapp-service-section,
.contact-clean-grid,
.services-grid-clean,
.knowledge-grid,
.blog-grid,
.service-grid,
.hero-pillars{
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
img,
video,
iframe,
canvas,
svg{
  max-width:100%!important;
  height:auto;
}
table,
pre,
code{
  max-width:100%!important;
  overflow-x:auto!important;
  white-space:pre-wrap;
}
@media(max-width:1080px){
  body{
    min-width:0!important;
    overflow-x:hidden!important;
  }
  .container,
  .site-header .container{
    width:min(100% - 24px,var(--container))!important;
    max-width:100%!important;
  }
  .site-header,
  .site-header .nav-shell,
  .main-navigation,
  #site-navigation{
    max-width:100vw!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .hero-grid,
  .split-layout,
  .split-layout.reverse,
  .google-panel,
  .contact-slab,
  .content-layout,
  .whatsapp-service-section,
  .contact-clean-grid{
    grid-template-columns:1fr!important;
  }
}


/* === SEO keyword explanatory content blocks === */
.seo-keyword-section{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(239,248,255,.72));
  position:relative;
}
.seo-keyword-section:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 14% 12%,rgba(0,165,216,.11),transparent 34%),radial-gradient(circle at 86% 18%,rgba(255,122,26,.10),transparent 30%);
}
.seo-keyword-section>.container{position:relative;z-index:1}
.seo-keyword-head{max-width:980px;margin-bottom:24px}
.seo-keyword-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.seo-keyword-card{
  border:1px solid var(--line);border-radius:24px;padding:clamp(20px,2.4vw,30px);
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,255,255,.78) 62%,var(--surface-soft));
}
.seo-keyword-card h3{margin:0 0 12px;color:var(--primary);font-size:clamp(1.12rem,1.7vw,1.45rem)}
.seo-keyword-card p{margin:0 0 12px;line-height:1.78;color:var(--muted)}
.seo-keyword-card p:last-child{margin-bottom:0}
.seo-keyword-card strong{
  color:var(--primary);font-weight:950;background:linear-gradient(90deg,rgba(0,165,216,.13),rgba(255,122,26,.11));
  border-radius:8px;padding:1px 4px;box-decoration-break:clone;-webkit-box-decoration-break:clone;
}
@media(max-width:860px){.seo-keyword-grid{grid-template-columns:1fr}.seo-keyword-card{border-radius:20px}}


/* === V7 corporate HVAC integration layer: keeps latest UI/effects, adapts content === */
.lang-menu-item .icon-action{display:inline-flex;gap:.45rem;align-items:center;padding:.45rem .55rem;border-radius:999px}
.lang-cycle img{width:32px!important;height:32px!important;border-radius:50%;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.lang-cycle span{font-weight:800;letter-spacing:.04em}
.header-actions .lang-cycle img{width:34px!important;height:34px!important}
.mobile-cta-bar .lang-cycle img{width:28px!important;height:28px!important}
.mobile-cta-bar .lang-cycle span{font-size:.68rem}
.hero-single-image{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.seo-keyword-section p{font-size:1.05rem;line-height:1.85}
.seo-keyword-section strong,.keyword-line strong{font-weight:900;color:var(--usta-primary,#0d5fff)}
.image-gallery .service-card{padding:0;overflow:hidden}
.image-gallery .service-card img{height:260px;object-fit:cover}
.corporate-request-form .form-grid{align-items:start}
@media(max-width:1080px){.lang-menu-item{display:none!important}.header-actions .lang-cycle{display:flex}.mobile-cta-bar .lang-cycle{display:inline-flex!important}}
@media(min-width:1081px){.mobile-cta-bar .lang-cycle{display:none!important}}

/* === V7.1.1 readability fixes for light backgrounds === */
.front-page .hero-section .eyebrow,
.home .hero-section .eyebrow{
  color:var(--primary)!important;
  background:rgba(255,255,255,.94)!important;
  border-color:rgba(8,61,119,.14)!important;
  box-shadow:0 10px 24px rgba(8,61,119,.10)!important;
  text-shadow:none!important;
}
.front-page .hero-copy p,
.home .hero-copy p{
  color:var(--text)!important;
  text-shadow:none!important;
}
.front-page .hero-copy strong,
.home .hero-copy strong{
  color:var(--primary)!important;
}
.front-page .trust-row span,
.home .trust-row span{
  background:rgba(255,255,255,.82)!important;
  color:var(--primary)!important;
}

/* === V7.1.2 remove legacy top blue strip === */
.site-header .top-strip{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;padding:0!important;margin:0!important;border:0!important}


/* === V7.1.3 remove visible SEO/keyword-promotion blocks === */
.keyword-line{display:none!important}
.seo-keyword-section{display:none!important}
.service-intro-section{background:linear-gradient(180deg,rgba(255,255,255,0),var(--surface-soft))}
.service-intro-section .narrow{max-width:980px!important;text-align:left!important;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(24px,4vw,44px)}
.service-intro-section h2{color:var(--primary)!important;-webkit-text-fill-color:var(--primary)!important;background:none!important;text-shadow:none!important}
.service-intro-section p{color:var(--text)!important;font-size:1.05rem}.service-intro-section strong{color:var(--primary)!important}

/* === V7.1.4 global hero readability and text-box treatment === */
.front-page .hero-copy,
.home .hero-copy,
.page-main > .page-hero .page-hero-inner,
.site-main > .page-hero .page-hero-inner,
.page-hero.clean-photo-hero .page-hero-inner,
.page-hero.has-visual .page-hero-inner,
.compact-clean-hero.has-visual .page-hero-inner,
.page-hero .page-hero-inner,
.compact-clean-hero .page-hero-inner{
  background:rgba(255,255,255,.86)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
  border:1px solid rgba(8,61,119,.14)!important;
  border-radius:26px!important;
  box-shadow:0 18px 46px rgba(8,61,119,.12)!important;
  padding:clamp(18px,2.8vw,28px)!important;
}
.front-page .hero-copy h1,
.home .hero-copy h1,
.page-main > .page-hero h1,
.site-main > .page-hero h1,
.page-hero.clean-photo-hero h1,
.page-hero.has-visual h1,
.compact-clean-hero.has-visual h1,
.page-hero .page-hero-inner h1,
.compact-clean-hero .page-hero-inner h1{
  color:var(--primary)!important;
  -webkit-text-fill-color:var(--primary)!important;
  text-shadow:none!important;
}
.front-page .hero-copy p,
.home .hero-copy p,
.page-main > .page-hero p,
.site-main > .page-hero p,
.page-hero.clean-photo-hero p,
.page-hero.has-visual p,
.compact-clean-hero.has-visual p,
.page-hero .page-hero-inner p,
.compact-clean-hero .page-hero-inner p{
  color:var(--text)!important;
  -webkit-text-fill-color:var(--text)!important;
  text-shadow:none!important;
}
.front-page .hero-copy .eyebrow,
.home .hero-copy .eyebrow,
.page-main > .page-hero .eyebrow,
.site-main > .page-hero .eyebrow,
.page-hero.clean-photo-hero .eyebrow,
.page-hero.has-visual .eyebrow,
.compact-clean-hero.has-visual .eyebrow,
.page-hero .page-hero-inner .eyebrow,
.compact-clean-hero .page-hero-inner .eyebrow{
  color:var(--primary)!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(8,61,119,.14)!important;
  box-shadow:0 10px 24px rgba(8,61,119,.10)!important;
  text-shadow:none!important;
}
.front-page .hero-copy strong,
.home .hero-copy strong,
.page-main > .page-hero strong,
.site-main > .page-hero strong,
.page-hero.clean-photo-hero strong,
.page-hero.has-visual strong,
.compact-clean-hero.has-visual strong,
.page-hero .page-hero-inner strong,
.compact-clean-hero .page-hero-inner strong{
  color:var(--primary)!important;
}
@media(max-width:720px){
  .front-page .hero-copy,
  .home .hero-copy,
  .page-main > .page-hero .page-hero-inner,
  .site-main > .page-hero .page-hero-inner,
  .page-hero.clean-photo-hero .page-hero-inner,
  .page-hero.has-visual .page-hero-inner,
  .compact-clean-hero.has-visual .page-hero-inner,
  .page-hero .page-hero-inner,
  .compact-clean-hero .page-hero-inner{
    border-radius:20px!important;
    padding:16px!important;
  }
}

/* === V7.1.5 stronger contrast for hero labels and text boxes === */
.hero-section .hero-copy .eyebrow,
.page-hero-section .hero-copy .eyebrow,
.page-hero .page-hero-inner .eyebrow,
.compact-clean-hero .page-hero-inner .eyebrow,
.page-main > .page-hero .eyebrow,
.site-main > .page-hero .eyebrow,
.page-hero.clean-photo-hero .eyebrow,
.page-hero.has-visual .eyebrow,
.compact-clean-hero.has-visual .eyebrow{
  color:#0b3d77!important;
  -webkit-text-fill-color:#0b3d77!important;
  background:#eef5fb!important;
  border:1px solid #c8d9eb!important;
  box-shadow:0 10px 24px rgba(8,61,119,.10)!important;
  text-shadow:none!important;
  opacity:1!important;
  font-weight:900!important;
}
.hero-section .hero-copy,
.page-hero-section .hero-copy,
.page-hero .page-hero-inner,
.compact-clean-hero .page-hero-inner,
.page-main > .page-hero .page-hero-inner,
.site-main > .page-hero .page-hero-inner{
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(11,61,119,.14)!important;
}
.hero-section .hero-copy h1,
.page-hero-section .hero-copy h1,
.page-hero .page-hero-inner h1,
.compact-clean-hero .page-hero-inner h1,
.page-main > .page-hero h1,
.site-main > .page-hero h1{
  color:#0b3d77!important;
  -webkit-text-fill-color:#0b3d77!important;
}
.hero-section .hero-copy p,
.page-hero-section .hero-copy p,
.page-hero .page-hero-inner p,
.compact-clean-hero .page-hero-inner p,
.page-main > .page-hero p,
.site-main > .page-hero p{
  color:#23435f!important;
  -webkit-text-fill-color:#23435f!important;
}

/* === V7.1.6 hero card layout refinement === */
.hero-section .hero-grid,
.page-hero-section .hero-grid{
  align-items:stretch!important;
  gap:26px!important;
}
.hero-section .hero-copy,
.page-hero-section .hero-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-self:stretch!important;
  min-height:clamp(390px,38vw,630px)!important;
  height:100%!important;
  margin:18px 0 18px 18px!important;
  padding:34px!important;
  border-radius:30px!important;
}
.hero-section .hero-visual,
.page-hero-section .hero-visual{
  display:flex!important;
  align-self:stretch!important;
  margin:18px 18px 18px 0!important;
}
.hero-section .hero-slider,
.page-hero-section .hero-slider,
.hero-section .hero-single-image,
.page-hero-section .hero-single-image{
  width:100%!important;
  min-height:clamp(390px,38vw,630px)!important;
  height:100%!important;
  border-radius:30px!important;
}
.hero-section .hero-slider img,
.page-hero-section .hero-slider img,
.hero-section .hero-single-image img,
.page-hero-section .hero-single-image img{
  border-radius:30px!important;
}
.hero-section .hero-copy .hero-actions,
.page-hero-section .hero-copy .hero-actions{
  margin-top:auto!important;
  padding-top:18px!important;
}
@media(max-width:1160px){
  .hero-section .hero-copy,
  .page-hero-section .hero-copy,
  .hero-section .hero-visual,
  .page-hero-section .hero-visual{
    margin:10px 0!important;
  }
}
@media(max-width:720px){
  .hero-section .hero-copy,
  .page-hero-section .hero-copy{
    min-height:auto!important;
    padding:22px!important;
    margin:8px 0!important;
    border-radius:24px!important;
  }
  .hero-section .hero-visual,
  .page-hero-section .hero-visual{
    margin:8px 0!important;
  }
  .hero-section .hero-slider,
  .page-hero-section .hero-slider,
  .hero-section .hero-single-image,
  .page-hero-section .hero-single-image{
    min-height:300px!important;
    border-radius:24px!important;
  }
  .hero-section .hero-slider img,
  .page-hero-section .hero-slider img{
    border-radius:24px!important;
  }
}
