:root{
  --navy:#061b3a;--navy2:#092b5c;--blue:#0b67dc;--cyan:#19bbff;--red:#e2212f;--ice:#f2fbff;--ink:#102033;--muted:#5d7087;--line:#d9e8f5;--soft:#f8fcff;--shadow:0 22px 65px rgba(5,24,52,.12);--radius:26px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:linear-gradient(180deg,#fbfdff,#f5fbff);color:var(--ink);font-size:14px;line-height:1.62;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}
/* INTRO: centered, automatic, no visible skip text */
.intro{position:fixed!important;inset:0!important;z-index:99999!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:radial-gradient(circle at 50% 46%,#fff 0 7%,#e7faff 18%,#2077bd 42%,#061b3a 72%,#010714 100%)!important;animation:introHide .42s ease 1.75s forwards!important;pointer-events:none}.intro:before{content:"";position:absolute;inset:-45%;background:conic-gradient(from 0deg,transparent 0 8%,rgba(255,255,255,.28) 11%,transparent 17%,rgba(25,187,255,.16) 28%,transparent 39%);animation:spin 5.2s linear infinite}.intro:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,transparent 0 26%,rgba(255,255,255,.18) 27%,transparent 29%,transparent 40%,rgba(255,255,255,.08) 41%,transparent 43%)}.intro-stage{position:relative;z-index:2;width:min(430px,84vw);height:min(430px,84vw);display:grid;place-items:center}.intro-aura{position:absolute;inset:7%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.35),rgba(25,187,255,.16) 46%,transparent 70%);filter:blur(2px);animation:ringPulse 1.35s ease-in-out infinite}.intro-mark{position:relative;width:168px;height:168px;border-radius:42px;display:grid;place-items:center;background:rgba(255,255,255,.15);box-shadow:0 36px 120px rgba(0,0,0,.38),inset 0 0 0 1px rgba(255,255,255,.32);animation:everestIntroMark 1.48s cubic-bezier(.2,.8,.2,1) both}.intro-mark img{position:relative;z-index:3;width:134px;height:134px;object-fit:contain;border-radius:30px;box-shadow:0 0 0 8px rgba(255,255,255,.12),0 22px 60px rgba(0,0,0,.28)}.ice-orbit{position:absolute;inset:-34px;border-radius:50%;border:1px solid rgba(255,255,255,.32);box-shadow:0 0 38px rgba(25,187,255,.25);animation:spin 3.15s linear infinite}.ice-orbit:before,.ice-orbit:after{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 19px #fff}.ice-orbit:before{top:11%;left:18%}.ice-orbit:after{bottom:12%;right:20%}.ice-orbit-b{inset:-58px;transform:rotate(45deg);animation-duration:4.6s;animation-direction:reverse;opacity:.72}.intro-shine{position:absolute;width:58%;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);transform:rotate(-24deg);animation:introSweep 1.15s ease-in-out .15s both}.intro-core,.intro-skip,.snow-ring{display:none!important}@keyframes introHide{to{opacity:0;visibility:hidden;pointer-events:none}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ringPulse{50%{transform:scale(1.075);opacity:.66}}@keyframes everestIntroMark{0%{transform:translateY(18px) scale(.78) rotate(-8deg);opacity:0;filter:blur(7px)}62%{transform:translateY(-5px) scale(1.035) rotate(1deg);opacity:1;filter:blur(0)}100%{transform:none}}@keyframes introSweep{0%{opacity:0;transform:translateX(-160px) rotate(-24deg)}25%,65%{opacity:1}100%{opacity:0;transform:translateX(160px) rotate(-24deg)}}
/* HEADER HARD FIX */
.site-header{position:sticky!important;top:0!important;z-index:1000!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(18px)!important;border-bottom:1px solid rgba(217,232,245,.95)!important;box-shadow:0 12px 28px rgba(6,27,58,.05)!important}.topline{display:none!important}.navwrap{width:min(1240px,100%)!important;margin:0 auto!important;display:flex!important;align-items:center!important;gap:14px!important;padding:10px 18px!important;min-height:74px!important}.brand{display:flex!important;align-items:center!important;gap:10px!important;min-width:max-content!important;color:var(--navy)!important}.logo-orbit{position:relative!important;display:grid!important;place-items:center!important;flex:0 0 auto!important}.logo-orbit:before{content:"";position:absolute;inset:-7px;border-radius:22px;background:conic-gradient(from 180deg,var(--cyan),transparent,var(--red),transparent,var(--cyan));filter:blur(10px);opacity:.82;animation:spin 4.6s linear infinite}.logo-orbit:after{content:"";position:absolute;inset:-12px;border-radius:25px;border:1px solid rgba(25,187,255,.35);opacity:.65;animation:ringPulse 1.8s ease-in-out infinite}.brand img{position:relative!important;z-index:2!important;width:54px!important;height:54px!important;min-width:54px!important;object-fit:contain!important;border-radius:17px!important;box-shadow:0 12px 28px rgba(11,103,220,.2)!important;background:white!important}.brand strong{display:block!important;font-size:17px!important;line-height:1!important;color:var(--navy)!important;letter-spacing:-.02em!important}.brand small{display:block!important;font-size:11.5px!important;line-height:1.2!important;color:var(--muted)!important;font-weight:800!important}.mainnav{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important}.mainnav a{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;font-size:12.5px!important;font-weight:850!important;padding:9px 11px!important;border-radius:999px!important;color:#253a52!important;transition:.2s!important}.mainnav a:hover{background:linear-gradient(135deg,#edf8ff,#fff)!important;color:var(--blue)!important;box-shadow:inset 0 0 0 1px var(--line)!important}.navcta,.btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,var(--blue),var(--cyan))!important;color:white!important;font-weight:900!important;padding:10px 15px!important;font-size:13px!important;box-shadow:0 12px 28px rgba(11,103,220,.23)!important;cursor:pointer!important}.btn.ghost{background:#fff!important;color:var(--navy)!important;border:1px solid var(--line)!important;box-shadow:none!important}.hamb{display:none;margin-left:auto;border:0;background:var(--ice);border-radius:14px;padding:10px;width:44px;height:42px}.hamb span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:4px;transition:.2s}.hamb.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamb.active span:nth-child(2){opacity:0}.hamb.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
/* FIXED SOCIAL */
.fixed-actions{position:fixed;right:16px;top:35%;z-index:999;display:flex;flex-direction:column;gap:8px}.fixed-actions a{width:40px;height:40px;border-radius:14px;background:rgba(255,255,255,.95);border:1px solid var(--line);box-shadow:0 14px 34px rgba(6,27,58,.15);display:grid;place-items:center;font-weight:900;color:var(--blue);transition:.2s}.fixed-actions a:hover{transform:translateX(-4px);background:#fff}.fixed-actions img{width:20px;height:20px;object-fit:contain}
/* HERO */
.hero{position:relative;max-width:1240px;margin:18px auto 0;padding:22px 18px;display:grid;grid-template-columns:1.08fr .92fr;gap:20px;align-items:stretch}.hero:before{content:"";position:absolute;right:-130px;top:20px;width:480px;height:480px;background:radial-gradient(circle,rgba(25,187,255,.16),transparent 68%);pointer-events:none}.hero-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#eef9ff 55%,#fff 100%);border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);padding:30px}.hero-card:after{content:"";position:absolute;right:-100px;top:-120px;width:285px;height:285px;border-radius:50%;background:conic-gradient(from 120deg,rgba(11,103,220,.15),rgba(226,33,47,.1),rgba(25,187,255,.16));animation:spin 14s linear infinite}.eyebrow{position:relative;z-index:1;display:inline-flex;border:1px solid #cfeaff;background:#f5fbff;color:var(--blue);border-radius:999px;padding:7px 12px;font-size:10.8px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.hero h1{position:relative;z-index:1;font-size:clamp(28px,3.6vw,44px)!important;line-height:1.08!important;margin:12px 0 14px!important;color:var(--navy)!important;letter-spacing:-.04em!important;max-width:760px}.hero p{position:relative;z-index:1;max-width:760px;color:#40546b;font-size:14.5px}.hero-actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.hero-search{position:relative;z-index:1;margin-top:16px;display:flex;gap:8px;background:white;border:1px solid var(--line);border-radius:20px;padding:8px;box-shadow:0 14px 34px rgba(6,27,58,.07)}.hero-search input{border:0;background:transparent;flex:1;min-width:0;padding:10px 12px}.hero-side{display:grid;gap:12px}.brand-showcase{position:relative;overflow:hidden;background:linear-gradient(145deg,#061b3a,#0a3e7d 58%,#0b67dc);color:white;border-radius:30px;padding:20px;min-height:164px;display:grid;grid-template-columns:112px 1fr;gap:16px;align-items:center;box-shadow:var(--shadow)}.brand-showcase:before{content:"";position:absolute;inset:-40%;background:conic-gradient(from 180deg,transparent,rgba(255,255,255,.18),transparent 18%);animation:spin 7s linear infinite}.showcase-logo{position:relative;z-index:1;width:108px;height:108px;border-radius:30px;background:rgba(255,255,255,.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22);display:grid;place-items:center}.showcase-logo:before{content:"";position:absolute;inset:-12px;border-radius:38px;background:conic-gradient(var(--cyan),transparent,var(--red),transparent,var(--cyan));filter:blur(12px);opacity:.65;animation:spin 4s linear infinite}.showcase-logo img{position:relative;width:84px;height:84px;object-fit:contain;border-radius:22px}.brand-showcase b,.brand-showcase span{position:relative;z-index:1;display:block}.brand-showcase b{font-size:17px}.brand-showcase span{font-size:13px;color:#e8f7ff}.glass-panel,.metric,.card,.seo-box,.faq-item,.blog-card,.visual-card,.rich-text,.form-card{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 14px 40px rgba(6,27,58,.07)}.glass-panel h3{font-size:16px;margin:6px 0;color:var(--navy)}.glass-panel p{margin:0;color:var(--muted);font-size:13.5px}.metric b{display:block;font-size:22px;color:var(--navy)}.section{max-width:1240px;margin:34px auto;padding:0 18px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.section h2,.duo h2{font-size:clamp(22px,2.6vw,34px)!important;line-height:1.12;margin:0;color:var(--navy);letter-spacing:-.03em}.lead{color:var(--muted);max-width:760px;font-size:14.2px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.card h3,.blog-card h3,.faq-item h3{margin:0 0 8px;font-size:16px;color:var(--navy)}.card p,.blog-card p,.faq-item p{margin:0;color:#53677f;font-size:13.4px}.card:hover,.blog-card:hover{transform:translateY(-3px);transition:.2s}.duo{display:grid;grid-template-columns:1fr 1fr;gap:14px}.process{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.process div{background:white;border:1px solid var(--line);border-radius:20px;padding:14px;font-size:13px}.process b{display:grid;place-items:center;width:30px;height:30px;border-radius:12px;background:var(--navy);color:white;margin-bottom:9px}.visual-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#ecf9ff);border-radius:30px;padding:26px;display:grid;align-content:center;justify-items:start}.visual-card:before{content:"";position:absolute;right:-80px;top:-80px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(25,187,255,.22),transparent 70%)}.visual-bubble{position:relative;width:108px;height:108px;border-radius:30px;background:white;display:grid;place-items:center;box-shadow:0 20px 50px rgba(11,103,220,.16);margin-bottom:16px}.visual-bubble:before{content:"";position:absolute;inset:-9px;border-radius:35px;background:conic-gradient(var(--cyan),transparent,var(--red),transparent,var(--cyan));filter:blur(10px);opacity:.5;animation:spin 5s linear infinite}.visual-bubble img{position:relative;width:78px;height:78px;object-fit:contain;border-radius:20px}.location-cloud{display:flex;flex-wrap:wrap;gap:9px}.chip{border:1px solid var(--line);background:white;border-radius:999px;padding:8px 12px;font-size:12.5px;font-weight:850;color:#30445a}.chip:hover{color:var(--blue);background:var(--ice)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:16px}.form-card{border-radius:28px;padding:22px}label{display:block;font-size:12px;font-weight:900;color:var(--navy);margin:11px 0 6px}input,select,textarea{width:100%;border:1px solid #d8e5f2;border-radius:15px;padding:12px 13px;font-size:13.5px;outline:none;background:#fbfdff}input:focus,select:focus,textarea:focus{border-color:#8fd7ff;box-shadow:0 0 0 4px rgba(25,187,255,.12)}textarea{min-height:132px}.alert{border-radius:16px;padding:12px 14px;background:#eafff2;border:1px solid #bdebd0;color:#0a6630;margin-bottom:14px}.page-hero{max-width:1240px;margin:24px auto 0;padding:32px 18px}.page-box{background:linear-gradient(135deg,#fff,#eef8ff);border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);padding:30px}.page-box h1{font-size:clamp(28px,4vw,46px);line-height:1.08;margin:10px 0;color:var(--navy);letter-spacing:-.04em}.content-flow{display:grid;grid-template-columns:1fr .34fr;gap:18px}.rich-text h2{font-size:23px;color:var(--navy);margin-top:8px}.side-list{position:sticky;top:96px;align-self:start}.footer{margin-top:46px;background:linear-gradient(135deg,#061b3a,#082a58);color:#dceaff;padding:42px 18px 18px}.footer-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.35fr 1fr 1fr 1.1fr;gap:22px}.footer h3,.footer h4{color:white;margin:0 0 11px}.footer p{font-size:13.3px;color:#cde4f8}.footer a{display:block;color:#dceaff;margin:6px 0;font-size:13px}.foot-logo{width:70px;border-radius:18px;margin-bottom:12px}.foot-social{display:flex;gap:9px;margin-top:12px}.foot-social a{width:38px;height:38px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);display:grid;place-items:center}.foot-social img{width:21px;height:21px}.footer-seo{max-width:1240px;margin:22px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;gap:8px;align-items:center}.footer-seo a{display:inline-flex;margin:0;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.07)}.subfooter{max-width:1240px;margin:22px auto 0;padding-top:14px;border-top:1px solid rgba(255,255,255,.12);display:flex;gap:16px;flex-wrap:wrap;font-size:12.5px}.panel-body{min-height:100vh;background:linear-gradient(135deg,#eaf7ff,#fff)}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(440px,100%);background:white;border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);padding:28px}.login-card img{width:88px;margin:auto auto 18px;border-radius:22px}.passbox{position:relative}.passbox button{position:absolute;right:8px;top:8px;border:0;border-radius:10px;background:var(--ice);padding:7px 9px;font-weight:800}.panel-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:#061b3a;color:white;padding:18px;position:sticky;top:0;height:100vh}.sidebar img{width:70px;border-radius:18px;margin-bottom:18px}.sidebar a{display:block;color:#dceaff;padding:11px 13px;border-radius:14px;font-weight:800;font-size:13.5px}.sidebar a:hover{background:rgba(255,255,255,.08)}.panel-main{padding:24px}.panel-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.table{width:100%;border-collapse:collapse;background:white;border-radius:20px;overflow:hidden}.table th,.table td{padding:11px;border-bottom:1px solid var(--line);text-align:left;font-size:13.5px}.actions{display:flex;gap:8px;flex-wrap:wrap}.mini{padding:7px 10px;border-radius:12px;font-size:12px}
@media(max-width:1120px){.navcta{display:none}.mainnav a{font-size:12px;padding:8px 9px}.hero h1{font-size:36px!important}}
@media(max-width:980px){body{font-size:13.5px}.hamb{display:block}.navwrap{min-height:72px}.mainnav{position:fixed!important;left:12px!important;right:12px!important;top:78px!important;margin:0!important;background:white!important;border:1px solid var(--line)!important;border-radius:24px!important;box-shadow:var(--shadow)!important;padding:10px!important;display:none!important;flex-direction:column!important;align-items:stretch!important}.mainnav.open{display:flex!important}.mainnav a{display:flex!important;justify-content:flex-start!important;padding:12px!important}.hero,.grid,.process,.duo,.footer-grid,.form-shell,.faq-grid,.content-flow,.panel-cards{grid-template-columns:1fr!important}.hero{padding:14px 12px;margin-top:10px}.hero-card{padding:22px}.hero h1{font-size:29px!important}.brand-showcase{grid-template-columns:86px 1fr;min-height:130px;padding:18px}.showcase-logo{width:82px;height:82px}.showcase-logo img{width:62px;height:62px}.section{padding:0 12px;margin-top:28px}.section-head{display:block}.fixed-actions{right:8px;top:auto;bottom:10px;left:8px;flex-direction:row;justify-content:center}.fixed-actions a{width:39px;height:39px}.brand small{display:none}.page-hero{padding:24px 12px}.page-box{padding:24px}.panel-layout{grid-template-columns:1fr}.sidebar{height:auto;position:relative}.intro-stage{width:82vw;height:82vw}.intro-mark{width:138px;height:138px}.intro-mark img{width:108px;height:108px}.ice-orbit{inset:-26px}.ice-orbit-b{inset:-46px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.intro{display:none!important}}
/* V4.4 kurumsal içerik ve SEO görünüm düzeni */
.info-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:16px 0}.info-columns>div{background:#f8fcff;border:1px solid var(--line);border-radius:22px;padding:16px}.info-columns h3{margin:0 0 8px;color:var(--navy);font-size:15.5px}.info-columns p{margin:0;color:#53677f;font-size:13.5px}.clean-list{display:grid;gap:9px;margin:14px 0 20px;padding:0;list-style:none}.clean-list li{position:relative;background:#fbfdff;border:1px solid var(--line);border-radius:16px;padding:11px 12px 11px 36px;color:#40546b;font-size:13.8px}.clean-list li:before{content:'✓';position:absolute;left:12px;top:10px;width:18px;height:18px;border-radius:8px;display:grid;place-items:center;background:var(--ice);color:var(--blue);font-weight:900}.mini-label{display:inline-flex;border:1px solid #d7ecff;background:#f5fbff;color:var(--blue);border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.blog-card small{display:block;margin-top:12px;color:#7c8da0;font-size:12px}.section-head.compact{align-items:center;margin-bottom:10px}.region-card{margin-bottom:16px}.region-card h2{font-size:24px!important}.main-chip{background:#eaf7ff;color:var(--blue)}.footer{padding-top:50px}.footer-brand .foot-contact a{display:inline;color:#fff;font-weight:800}.footer-local{max-width:1240px;margin:26px auto 0;padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:rgba(255,255,255,.045)}.footer-local h4{margin:0 0 6px;color:#fff}.footer-local p{margin:0 0 16px}.footer-seo{border-top:0;margin:0;padding:0}.footer-seo span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(25,187,255,.14);color:#fff;font-size:12.5px;font-weight:900}.footer-trust{max-width:1240px;margin:18px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.footer-trust>div{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:22px;padding:15px}.footer-trust b{display:block;color:#fff;font-size:14px;margin-bottom:6px}.footer-trust span{display:block;color:#cde4f8;font-size:12.8px}.page-box .lead,.rich-text p{font-size:14.3px;line-height:1.75}.rich-text h2{margin-top:20px}.fixed-actions img,.foot-social img{display:block;object-fit:contain}@media(max-width:980px){.info-columns,.footer-trust{grid-template-columns:1fr}.footer-local{padding:16px}.footer-seo span,.footer-seo a{font-size:11.5px}.page-box .lead,.rich-text p{font-size:13.8px}}

/* V4.5 footer/panel/link visibility + local SEO polish */
.premium-footer{background:radial-gradient(circle at 16% 0%,rgba(25,187,255,.16),transparent 28%),linear-gradient(135deg,#04172f,#062a58 62%,#04172f);padding-top:46px}.footer-main-grid{grid-template-columns:1.25fr .9fr .9fr 1fr}.footer-card{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:18px}.footer-card a{padding:6px 0;border-bottom:1px solid rgba(255,255,255,.06)}.footer-card a:last-child{border-bottom:0}.footer-badges{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0}.footer-badges span{font-size:11.5px;font-weight:900;color:#fff;background:rgba(25,187,255,.13);border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:6px 9px}.footer-contact-card p{margin-top:0}.footer-call{font-size:18px!important;font-weight:950!important;color:#fff!important}.footer-whatsapp{display:inline-flex!important;margin-top:12px!important;border-radius:999px!important;padding:10px 13px!important;background:linear-gradient(135deg,#0aa95b,#1edb82)!important;color:#fff!important;font-weight:950!important}.footer-service-areas{max-width:1240px;margin:22px auto 0;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);border-radius:28px;padding:20px}.footer-local-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:14px}.footer-local-head h4{margin:0 0 6px;color:#fff}.footer-local-head p{margin:0}.footer-area-btn{display:inline-flex!important;border-radius:999px!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.16)!important;padding:9px 12px!important;font-weight:900!important}.footer-district-row{display:flex;flex-wrap:wrap;gap:8px}.footer-district-row a{display:inline-flex;margin:0;padding:8px 12px;border-radius:999px;background:rgba(25,187,255,.12);border:1px solid rgba(255,255,255,.12);font-weight:900}.footer-neighborhoods{margin-top:12px}.footer-neighborhoods summary{cursor:pointer;display:inline-flex;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:9px 12px;font-weight:900;color:#fff}.compact-seo{margin-top:14px!important;gap:7px}.compact-seo strong{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.13);color:#fff;font-size:12px}.compact-seo a{font-size:12px;padding:6px 9px}.subfooter{justify-content:space-between;color:#bfdaf1}.local-hero .page-box{background:linear-gradient(135deg,#ffffff,#f2fbff 65%,#fff);position:relative;overflow:hidden}.local-hero .page-box:after{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(25,187,255,.16),transparent 68%)}.strong-columns>div{box-shadow:0 10px 30px rgba(6,27,58,.05)}.detailed-process{grid-template-columns:repeat(3,1fr);margin:16px 0}.rich-text .faq-grid{margin-top:12px}.page-box h1{max-width:920px}.footer a:hover{color:#fff}.footer .foot-social a{border-bottom:1px solid rgba(255,255,255,.16)}@media(max-width:980px){.footer-main-grid,.detailed-process{grid-template-columns:1fr!important}.footer-local-head{display:block}.footer-area-btn{margin-top:12px!important}.footer-service-areas{padding:16px}.footer-district-row a,.compact-seo a,.compact-seo strong{font-size:11.5px;padding:6px 8px}.subfooter{display:block}.subfooter span{display:block;margin:4px 0}.footer-card{padding:16px}}

/* V4.6 mobile overflow, header call button, vertical social, SEO polish */
html,body{width:100%;max-width:100%;overflow-x:hidden!important}body{touch-action:pan-y}main,.site-header,.footer,.premium-footer,.section,.page-hero{max-width:100%;overflow-x:hidden}.navwrap,.hero,.footer-grid,.footer-service-areas,.footer-trust,.subfooter{max-width:min(1240px,calc(100vw - 24px))!important}.phone-cta{background:linear-gradient(135deg,#e2212f,#ff5d67)!important;box-shadow:0 12px 28px rgba(226,33,47,.2)!important}.phone-ico{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.18);font-size:14px;line-height:1}.fixed-actions{isolation:isolate}.fixed-actions .action-phone{background:linear-gradient(135deg,#e2212f,#ff5d67)!important;color:#fff!important}.fixed-actions .wa{background:linear-gradient(135deg,#0aa95b,#1edb82)!important;color:#fff!important}.fixed-actions a{will-change:transform}.hero-card,.page-box,.footer-card,.footer-service-areas,.footer-trust>div{min-width:0}.hero h1,.page-box h1,.section h2{overflow-wrap:anywhere}.location-cloud,.footer-district-row,.compact-seo,.footer-seo{min-width:0;max-width:100%;overflow-wrap:anywhere}.location-cloud a,.footer-district-row a,.compact-seo a,.compact-seo strong{max-width:100%;white-space:normal}.content-flow{align-items:start}.rich-text{min-width:0}.side-list{min-width:0}.seo-note-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}.seo-note-grid>div{background:linear-gradient(135deg,#fff,#f4fbff);border:1px solid var(--line);border-radius:22px;padding:16px}.seo-note-grid h3{font-size:15px;margin:0 0 7px;color:var(--navy)}.seo-note-grid p{font-size:13.5px;margin:0;color:#53677f}.related-strip{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.related-strip a{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eef8ff;border:1px solid #d9e8f5;color:#0b67dc;font-weight:850;font-size:12.5px}.schema-safe-hidden{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:1120px){.navcta{display:inline-flex!important;padding:9px 11px!important}.phone-cta span:last-child{display:none}.phone-ico{margin:0}}
@media(max-width:980px){.navwrap{padding:8px 12px!important;max-width:100%!important}.brand{min-width:0!important;max-width:calc(100vw - 112px)!important}.brand strong{font-size:15.5px!important}.brand img{width:48px!important;height:48px!important;min-width:48px!important}.hamb{display:block!important;flex:0 0 auto}.navcta{display:inline-flex!important;flex:0 0 auto;width:42px;height:42px;padding:0!important;border-radius:14px!important}.mainnav{left:10px!important;right:10px!important;width:auto!important;max-width:calc(100vw - 20px)!important;overflow:hidden!important}.hero{max-width:calc(100vw - 18px)!important;padding:12px 0!important;gap:14px!important}.hero-card{padding:22px!important;border-radius:24px!important}.hero h1{font-size:clamp(25px,8vw,34px)!important;line-height:1.12!important}.hero p{font-size:13.8px!important}.hero-search{border-radius:16px}.brand-showcase{border-radius:24px;grid-template-columns:82px 1fr!important}.section{max-width:100%!important;padding-left:10px!important;padding-right:10px!important}.page-hero{padding-left:10px!important;padding-right:10px!important}.page-box{padding:22px 18px!important;border-radius:24px!important}.page-box h1{font-size:clamp(24px,7vw,34px)!important;line-height:1.13!important}.footer{padding-left:0!important;padding-right:0!important}.footer-grid,.footer-service-areas,.footer-trust,.subfooter{max-width:calc(100vw - 20px)!important}.fixed-actions{left:auto!important;right:8px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;flex-direction:column!important;justify-content:center!important;gap:6px!important}.fixed-actions a{width:36px!important;height:36px!important;border-radius:13px!important}.fixed-actions img{width:18px!important;height:18px!important}.seo-note-grid{grid-template-columns:1fr}.footer-neighborhoods[open] .compact-seo{max-height:260px;overflow:auto;padding-right:4px}.footer-district-row{gap:6px}.footer-district-row a{font-size:11.5px;padding:7px 9px}.process div{min-width:0}.form-shell form,.smart-form{min-width:0}}
@media(max-width:420px){.brand small{display:none!important}.brand strong{font-size:14.5px!important}.hero-actions .btn{width:100%;justify-content:center}.hero-search{display:grid;grid-template-columns:1fr}.hero-search button{width:100%}.footer-card{border-radius:20px}.fixed-actions{right:6px!important}.fixed-actions a{width:34px!important;height:34px!important}.page-box{padding:20px 14px!important}.footer-district-row a,.compact-seo a,.compact-seo strong{font-size:11px!important}}

/* V4.7 mobile hamburger hard fix */
.nav-backdrop{display:none;position:fixed;inset:0;background:rgba(2,16,34,.42);backdrop-filter:blur(6px);z-index:998;opacity:0;transition:.18s ease}
body.nav-open{overflow:hidden!important}
body.nav-open .nav-backdrop{display:block;opacity:1}
body.nav-open .site-header{z-index:1200!important}
@media(max-width:980px){
  .hamb{display:inline-grid!important;place-items:center!important;position:relative!important;z-index:1202!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;touch-action:manipulation!important}
  .hamb span{width:21px!important;margin:3px 0!important;pointer-events:none!important}
  .mainnav{position:fixed!important;z-index:1201!important;left:10px!important;right:10px!important;top:76px!important;width:auto!important;max-width:calc(100vw - 20px)!important;max-height:calc(100vh - 98px)!important;overflow:auto!important;background:rgba(255,255,255,.98)!important;border:1px solid rgba(217,232,245,.98)!important;border-radius:24px!important;box-shadow:0 28px 80px rgba(6,27,58,.25)!important;padding:12px!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:5px!important;transform:translateY(-10px)!important;opacity:0!important;pointer-events:none!important;transition:opacity .18s ease,transform .18s ease!important}
  .mainnav.open, body.nav-open .mainnav{display:flex!important;opacity:1!important;transform:translateY(0)!important;pointer-events:auto!important}
  .mainnav a{width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:13px 14px!important;border-radius:16px!important;background:#f7fbff!important;color:#062a58!important;font-size:14px!important;font-weight:900!important;border:1px solid #e2f0fb!important}
  .mainnav a:hover{background:linear-gradient(135deg,#eaf8ff,#ffffff)!important;color:#0b67dc!important}
  body.nav-open .fixed-actions{z-index:900!important}
}
@media(min-width:981px){
  .nav-backdrop{display:none!important}.mainnav{display:flex!important;opacity:1!important;pointer-events:auto!important;transform:none!important}
}


/* V4.8 mobile menu no-blur hard override */
.site-header,.navwrap{overflow:visible!important}
@media(max-width:980px){
  .nav-backdrop{display:none!important;visibility:hidden!important;opacity:0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:transparent!important;pointer-events:none!important}
  body.nav-open{overflow:hidden!important}
  .mainnav{
    display:flex!important;
    position:fixed!important;
    z-index:99999!important;
    top:74px!important;
    right:10px!important;
    left:auto!important;
    width:min(320px,calc(100vw - 20px))!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 92px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:7px!important;
    padding:12px!important;
    border-radius:22px!important;
    background:#ffffff!important;
    border:1px solid #d8eafb!important;
    box-shadow:0 24px 75px rgba(3,18,40,.28)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateX(112%)!important;
    transition:transform .22s ease,opacity .18s ease,visibility .18s ease!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  body.nav-open .mainnav,.mainnav.open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateX(0)!important;
  }
  .mainnav a{
    display:flex!important;
    width:100%!important;
    min-height:44px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    padding:12px 14px!important;
    border-radius:15px!important;
    background:#f5fbff!important;
    border:1px solid #e2f0fb!important;
    color:#061b3a!important;
    font-size:14px!important;
    line-height:1.2!important;
    font-weight:900!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .mainnav a:active,.mainnav a:hover{background:#eaf7ff!important;color:#0b67dc!important}
  .hamb{z-index:100000!important;background:#f0f8ff!important;border:1px solid #d9e8f5!important}
  .fixed-actions{z-index:800!important}
}


/* V4.9 FINAL MOBILE MENU - no blur, hard visible, JS inline fallback */
@media (max-width:980px){
  html,body{max-width:100%!important;overflow-x:hidden!important;}
  .site-header{overflow:visible!important;z-index:2147483000!important;}
  .navwrap{overflow:visible!important;position:relative!important;}
  .hamb{display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:2147483647!important;cursor:pointer!important;pointer-events:auto!important;}
  .hamb span{display:block!important;width:22px!important;height:2px!important;background:#061b3a!important;border-radius:99px!important;}
  .mainnav#mainnav{
    display:flex!important;
    position:fixed!important;
    top:72px!important;
    right:10px!important;
    left:auto!important;
    width:min(335px,calc(100vw - 20px))!important;
    height:auto!important;
    max-height:calc(100dvh - 86px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:8px!important;
    padding:14px!important;
    margin:0!important;
    background:#ffffff!important;
    border:1px solid #cfe7fa!important;
    border-radius:22px!important;
    box-shadow:0 26px 80px rgba(0,25,60,.28)!important;
    z-index:2147483600!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:translate3d(112%,0,0)!important;
    transition:transform .22s ease,opacity .18s ease,visibility .18s ease!important;
    filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  body.nav-open .mainnav#mainnav,
  html.everest-menu-open .mainnav#mainnav,
  .mainnav#mainnav.open,
  .mainnav#mainnav.force-open{
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
  }
  .mainnav#mainnav a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-height:46px!important;
    padding:13px 15px!important;
    border-radius:15px!important;
    background:#f3faff!important;
    border:1px solid #dceefb!important;
    color:#061b3a!important;
    font-size:14px!important;
    line-height:1.2!important;
    font-weight:900!important;
    text-decoration:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .mainnav#mainnav a:hover,.mainnav#mainnav a:active{background:#e5f5ff!important;color:#0b67dc!important;}
  .nav-backdrop{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
  body.nav-open .fixed-actions{z-index:1000!important;}
}


/* V5.0 CLEAN MOBILE MENU FINAL - tek sistem, çakışmasız */
@media (max-width:980px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
  .site-header,.navwrap{overflow:visible!important;}
  .site-header{z-index:99990!important;}
  .navwrap{display:flex!important;align-items:center!important;gap:8px!important;}
  .brand{min-width:0!important;flex:1 1 auto!important;max-width:calc(100vw - 112px)!important;}
  .brand img{width:48px!important;height:48px!important;min-width:48px!important;}
  .brand strong{font-size:15px!important;}
  .brand small{display:none!important;}
  .phone-cta{display:inline-flex!important;width:42px!important;height:42px!important;padding:0!important;flex:0 0 42px!important;}
  .phone-cta span:last-child{display:none!important;}
  .hamb{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:42px!important;padding:0!important;margin:0!important;flex:0 0 44px!important;border:1px solid #d7eafb!important;background:#f4fbff!important;border-radius:14px!important;position:relative!important;z-index:100002!important;pointer-events:auto!important;touch-action:manipulation!important;}
  .hamb span{display:block!important;position:absolute!important;left:11px!important;width:22px!important;height:2px!important;margin:0!important;border-radius:50px!important;background:#061b3a!important;transition:transform .2s ease,opacity .2s ease!important;}
  .hamb span:nth-child(1){top:13px!important;}
  .hamb span:nth-child(2){top:20px!important;}
  .hamb span:nth-child(3){top:27px!important;}
  .hamb.is-active span:nth-child(1),.hamb.active span:nth-child(1){transform:translateY(7px) rotate(45deg)!important;}
  .hamb.is-active span:nth-child(2),.hamb.active span:nth-child(2){opacity:0!important;}
  .hamb.is-active span:nth-child(3),.hamb.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important;}

  .mainnav#mainnav{
    display:flex!important;
    position:fixed!important;
    top:72px!important;
    right:10px!important;
    left:auto!important;
    width:min(330px,calc(100vw - 20px))!important;
    max-height:calc(100dvh - 88px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:8px!important;
    padding:14px!important;
    margin:0!important;
    background:#fff!important;
    border:1px solid #cfe7fa!important;
    border-radius:22px!important;
    box-shadow:0 26px 80px rgba(0,25,60,.28)!important;
    z-index:100001!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:translateX(calc(100% + 24px))!important;
    transition:transform .22s ease,opacity .16s ease,visibility .16s ease!important;
    filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
  }
  body.menu-open .mainnav#mainnav,
  html.menu-open .mainnav#mainnav,
  body.nav-open .mainnav#mainnav,
  .mainnav#mainnav.is-open{
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:translateX(0)!important;
  }
  .mainnav#mainnav a{
    display:flex!important;width:100%!important;min-height:46px!important;align-items:center!important;justify-content:flex-start!important;
    padding:13px 15px!important;border-radius:15px!important;background:#f3faff!important;border:1px solid #dceefb!important;color:#061b3a!important;
    font-size:14px!important;line-height:1.2!important;font-weight:900!important;text-decoration:none!important;opacity:1!important;visibility:visible!important;
  }
  .mainnav#mainnav a:hover,.mainnav#mainnav a:active{background:#e5f5ff!important;color:#0b67dc!important;}
  .nav-backdrop{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
  body.menu-open,body.nav-open{overflow:hidden!important;}
  body.menu-open .fixed-actions,body.nav-open .fixed-actions{z-index:900!important;}
}
