:root{--navy:#071d3e;--blue:#0d65c1;--cyan:#11b6c9;--ink:#10233f;--muted:#60758e;--soft:#eef6fb;--line:#dbe8f5;--white:#fff;--gold:#ffb547;--shadow:0 24px 70px rgba(7,29,62,.14);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1220px,92vw);margin:auto}.intro-loader{position:fixed;inset:0;background:rgba(248,252,255,.96);display:grid;place-items:center;z-index:9999;transition:.45s ease;gap:14px;font-weight:800;color:var(--navy)}.intro-loader.hide{opacity:0;visibility:hidden}.ios-spinner{width:44px;height:44px;border-radius:50%;border:4px solid #dcecf8;border-top-color:var(--blue);animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.topbar{background:linear-gradient(90deg,var(--navy),#0b4e9b);color:#eaf8ff;font-size:14px}.topbar-inner{height:42px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar a,.link-btn{color:#fff;margin-left:18px;background:none;border:0;cursor:pointer;font:inherit}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,232,245,.8)}.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between}.brand img{width:260px;height:auto;filter:drop-shadow(0 10px 16px rgba(7,29,62,.12))}.main-nav{display:flex;align-items:center;gap:8px}.main-nav>a,.has-mega>a{display:flex;align-items:center;height:44px;padding:0 13px;border-radius:14px;color:#1d3558;font-weight:700}.main-nav>a:hover,.has-mega:hover>a{background:#eef7ff;color:var(--blue)}.nav-cta{background:linear-gradient(135deg,var(--blue),var(--cyan))!important;color:#fff!important;box-shadow:0 14px 30px rgba(13,101,193,.22)}.has-mega{position:relative}.mega-menu{position:absolute;top:48px;left:50%;transform:translateX(-34%);width:min(1040px,92vw);display:grid;grid-template-columns:250px repeat(4,1fr);gap:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:24px;opacity:0;visibility:hidden;translate:0 12px;transition:.22s ease}.has-mega:hover .mega-menu{opacity:1;visibility:visible;translate:0 0}.small-mega .mega-menu{grid-template-columns:250px 1fr;width:620px;transform:translateX(-40%)}.mega-intro{background:linear-gradient(145deg,#ecf8ff,#fff);border-radius:22px;padding:20px}.mega-intro b{font-size:22px;color:var(--navy)}.mega-intro p{color:var(--muted);margin:8px 0 14px}.mega-intro a{display:inline-block;color:var(--blue);font-weight:800}.mega-col h4{margin:0 0 10px;color:var(--navy)}.mega-col a{display:block;padding:8px 0;color:#49627c;font-weight:650;border-bottom:1px dashed #e6eef7}.mega-col a:hover{color:var(--blue);padding-left:5px}.mobile-menu{display:none;background:#f0f7ff;border:1px solid var(--line);border-radius:14px;padding:10px 13px;font-size:22px}.home-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 10% 10%,#dff6ff 0,#fff 34%,#eef7ff 100%);padding:78px 0 54px}.home-hero:before{content:"";position:absolute;right:-90px;top:-120px;width:420px;height:420px;border-radius:50%;background:linear-gradient(135deg,rgba(17,182,201,.22),rgba(13,101,193,.1))}.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:13px;letter-spacing:.14em;text-transform:uppercase;font-weight:900}.eyebrow:before{content:"";width:26px;height:3px;background:var(--cyan);border-radius:99px}.hero-copy h1,.page-hero h1{font-size:clamp(36px,5vw,66px);line-height:1.02;margin:14px 0 18px;color:var(--navy);letter-spacing:-.04em}.hero-copy p,.page-hero p{font-size:19px;color:#516b86;max-width:720px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:24px}.btn{border:0;border-radius:16px;padding:13px 19px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease}.btn.primary{background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;box-shadow:0 14px 32px rgba(13,101,193,.24)}.btn.soft{background:#e9f6ff;color:var(--blue)}.btn.ghost{background:#fff;color:var(--navy);border:1px solid var(--line)}.btn:hover{transform:translateY(-2px)}.full{width:100%}.trust-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.trust-metrics div{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:18px;padding:15px;box-shadow:0 10px 24px rgba(7,29,62,.05)}.trust-metrics b{display:block;font-size:26px;color:var(--navy)}.trust-metrics span{font-size:13px;color:var(--muted)}.hero-visual{position:relative}.hero-visual>img{filter:drop-shadow(0 30px 40px rgba(7,29,62,.15))}.quick-form{position:absolute;right:20px;bottom:18px;width:min(360px,88%);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:18px}.tab-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:12px}.tab-buttons button{border:0;background:#edf6ff;border-radius:11px;padding:9px 4px;font-weight:800;color:#3c5875;cursor:pointer}.tab-buttons button.active{background:var(--blue);color:#fff}label{display:block;font-weight:800;color:#213957;font-size:14px;margin:9px 0}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 13px;font:inherit;margin-top:5px;background:#fff;color:#10233f}input:focus,textarea:focus,select:focus{outline:3px solid rgba(17,182,201,.16);border-color:var(--cyan)}.category-band{margin-top:-18px;position:relative;z-index:5}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-grid a{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 18px 40px rgba(7,29,62,.09);display:grid;gap:6px;transition:.2s ease}.category-grid a:hover{transform:translateY(-4px);border-color:#bfeaf1}.category-grid img{width:42px;color:var(--blue);filter:drop-shadow(0 8px 12px rgba(13,101,193,.14))}.category-grid b{font-size:19px;color:var(--navy)}.category-grid span{color:var(--muted)}.section{padding:78px 0}.soft-bg{background:#f2f8fc}.section-title{max-width:760px;margin:0 auto 34px;text-align:center}.section-title span{color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:13px}.section-title h2{font-size:clamp(28px,3.4vw,48px);line-height:1.1;margin:9px 0;color:var(--navy);letter-spacing:-.035em}.section-title p{color:var(--muted);font-size:18px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card,.tool-card,.blog-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 18px 45px rgba(7,29,62,.07);transition:.2s ease}.product-card:hover,.tool-card:hover,.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#c1eef3}.product-card i{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#e9f7ff,#fff);display:grid;place-items:center;margin-bottom:14px}.product-card img,.tool-card img{width:34px;height:34px;color:var(--blue)}.product-card span,.blog-card span{color:var(--blue);font-size:13px;font-weight:900}.product-card h3,.tool-card b,.blog-card h3{display:block;color:var(--navy);font-size:20px;line-height:1.2;margin:8px 0}.product-card p,.tool-card p,.blog-card p{color:var(--muted);margin:0}.tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tool-card em{display:block;color:#7c8fa6;font-style:normal;font-size:13px}.split-showcase{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}.split-showcase h2{font-size:44px;line-height:1.08;margin:12px 0;color:var(--navy);letter-spacing:-.03em}.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.steps div{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 18px 45px rgba(7,29,62,.08)}.steps b{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:var(--blue);color:#fff;font-size:22px;margin-bottom:18px}.steps span{font-weight:900;color:var(--navy);font-size:19px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-grid.full{grid-template-columns:repeat(3,1fr)}.page-hero{background:linear-gradient(135deg,#eff9ff,#fff 55%,#eaf6ff);padding:74px 0;border-bottom:1px solid var(--line)}.page-hero-grid{display:grid;grid-template-columns:1fr 260px;gap:36px;align-items:center}.page-badge{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow);text-align:center}.page-badge img{width:74px;margin:auto auto 14px}.page-badge b{display:block;font-size:23px;color:var(--navy)}.page-badge span{color:var(--muted)}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.content-card,.side-card,.tool-widget,.contact-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:0 18px 45px rgba(7,29,62,.07)}.content-card h2{font-size:34px;line-height:1.15;color:var(--navy);margin-top:0}.content-card p{font-size:17px;color:#4b6380}.content-card h3{color:var(--navy)}.info-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.info-columns>div{background:#f4f9fd;border:1px solid var(--line);border-radius:18px;padding:18px}.notice-box{margin-top:22px;background:#fff8e7;border:1px solid #ffdf9f;color:#74500e;padding:16px 18px;border-radius:18px}.side-card{position:sticky;top:110px}.side-card h3{margin-top:0;color:var(--navy)}.side-card a,.side-card button,.contact-card a,.contact-card button{display:block;width:100%;text-align:left;background:#f2f8fc;border:1px solid var(--line);border-radius:15px;padding:13px 14px;margin:8px 0;color:var(--navy);font-weight:850;cursor:pointer}.side-card button,.contact-card button{font:inherit}.mini-links{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.mini-links a{background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px;font-weight:850;color:var(--navy);text-align:center}.faq-list{max-width:920px;margin:auto}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:18px;margin:10px 0;padding:18px;box-shadow:0 8px 24px rgba(7,29,62,.05)}.faq-list summary{cursor:pointer;font-weight:900;color:var(--navy)}.tool-layout,.form-layout{display:grid;grid-template-columns:430px minmax(0,1fr);gap:24px;align-items:start}.tool-widget{background:linear-gradient(145deg,#fff,#eef9ff)}.tool-result{margin-top:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px;color:#425a77}.pro-form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow)}.wide{grid-column:1/-1}.check{display:flex;align-items:flex-start;gap:10px;font-weight:650;color:var(--muted)}.check input{width:auto;margin-top:4px}.logo-marquee-section{padding:34px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}.logo-marquee-section .container span{display:block;text-align:center;color:#6a7f96;font-weight:800;margin-bottom:18px}.logo-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent)}.logo-track{display:flex;gap:18px;width:max-content;animation:marquee 36s linear infinite}.logo-track:hover{animation-play-state:paused}.logo-track a{width:190px;height:74px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 28px rgba(7,29,62,.06)}.logo-track img{max-width:160px;max-height:52px;object-fit:contain}@keyframes marquee{to{transform:translateX(-50%)}}.site-footer{background:#071d3e;color:#dbeeff}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:30px;padding:58px 0}.footer-logo{width:250px;background:#fff;border-radius:18px;padding:8px;margin-bottom:16px}.site-footer p{color:#aac2dc}.site-footer h4{color:#fff}.site-footer a{display:block;color:#dbeeff;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:16px 0;color:#aac2dc}.footer-bottom .container{display:flex;justify-content:space-between}.fixed-actions{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:120;display:flex;flex-direction:column;gap:8px}.fixed-actions button,.fixed-actions a{width:48px;height:48px;border-radius:16px;border:1px solid rgba(255,255,255,.35);background:#0a3272;color:#fff;display:grid;place-items:center;box-shadow:0 16px 34px rgba(7,29,62,.22);cursor:pointer;font-size:20px;position:relative}.fixed-actions span{position:absolute;right:58px;background:#071d3e;color:#fff;white-space:nowrap;border-radius:12px;padding:8px 10px;font-size:13px;opacity:0;pointer-events:none;transition:.2s}.fixed-actions button:hover span,.fixed-actions a:hover span{opacity:1}.search-panel{position:fixed;inset:0;background:rgba(7,29,62,.62);z-index:500;display:none;place-items:center;padding:24px}.search-panel.open{display:grid}.search-card{width:min(640px,94vw);background:#fff;border-radius:28px;padding:28px;position:relative;box-shadow:var(--shadow)}.search-card h3{font-size:30px;color:var(--navy);margin:0 0 14px}.search-close{position:absolute;right:18px;top:14px;border:0;background:#eff7ff;border-radius:50%;width:38px;height:38px;font-size:24px;cursor:pointer}.search-card form{display:grid;grid-template-columns:1fr auto;gap:10px}.quick-search{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.quick-search a{background:#edf7ff;border-radius:999px;padding:9px 13px;color:var(--blue);font-weight:800}.flash{margin:14px auto;padding:14px 18px;border-radius:15px;width:min(1120px,92vw);font-weight:850}.flash-success{background:#e8fff5;color:#087346}.flash-warning{background:#fff4e3;color:#9b5d00}.admin-body{background:#f3f7fb}.admin-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.admin-side{background:#071d3e;color:#dbeeff;padding:26px;position:sticky;top:0;height:100vh}.admin-side h2{color:#fff;margin:0}.admin-side p{color:#9eb9d5}.admin-side a{display:block;padding:11px 13px;border-radius:13px;color:#e8f6ff;margin:4px 0}.admin-side a:hover{background:rgba(255,255,255,.1)}.admin-main{padding:30px}.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.admin-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 35px rgba(7,29,62,.06);margin-bottom:18px}.metric b{font-size:42px;color:var(--blue)}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{border-bottom:1px solid var(--line);padding:10px;text-align:left}.smart-form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.login-wrap{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#eaf7ff,#fff)}.login-card{width:min(420px,92vw);background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.show-pass{display:flex;gap:9px;align-items:center}.show-pass input{width:auto}@media(max-width:1000px){.topbar-inner{height:auto;padding:10px 0;display:block}.topbar a,.link-btn{margin:4px 10px 4px 0}.mobile-menu{display:block}.main-nav{position:absolute;left:4vw;right:4vw;top:82px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch;padding:14px}.main-nav.open{display:flex}.has-mega .mega-menu{position:static;transform:none;width:100%;display:block;opacity:1;visibility:visible;translate:0 0;box-shadow:none;margin:8px 0;padding:14px}.hero-grid,.page-hero-grid,.split-showcase,.content-layout,.tool-layout,.form-layout{grid-template-columns:1fr}.quick-form{position:static;width:auto;margin-top:-20px}.category-grid,.product-grid,.tools-grid,.blog-grid,.blog-grid.full,.footer-grid,.admin-grid{grid-template-columns:1fr 1fr}.mini-links{grid-template-columns:1fr 1fr}.side-card{position:static}.fixed-actions{right:10px}.admin-shell{grid-template-columns:1fr}.admin-side{position:relative;height:auto}.smart-form,.pro-form{grid-template-columns:1fr}}@media(max-width:640px){.header-inner{height:72px}.brand img{width:205px}.hero-copy h1,.page-hero h1{font-size:34px}.category-grid,.product-grid,.tools-grid,.blog-grid,.blog-grid.full,.footer-grid,.admin-grid,.info-columns,.mini-links{grid-template-columns:1fr}.trust-metrics{grid-template-columns:1fr}.hero-actions{display:grid}.fixed-actions{top:auto;bottom:12px;left:12px;right:12px;transform:none;flex-direction:row;justify-content:center}.fixed-actions button,.fixed-actions a{width:54px;height:54px}.fixed-actions span{display:none}.section{padding:54px 0}.search-card form{grid-template-columns:1fr}}

/* V1.3 visual expansion */
.hero-main-img{width:100%;height:520px;object-fit:cover;border-radius:32px;box-shadow:0 30px 80px rgba(7,33,78,.28);filter:saturate(1.08) contrast(1.04)}
.hero-visual{position:relative;min-height:560px}.quick-form{backdrop-filter:blur(18px);box-shadow:0 22px 55px rgba(8,31,67,.22)}
.visual-badge{overflow:hidden;padding:0;background:#fff}.visual-badge>img{width:100%;height:230px;object-fit:cover;border-radius:0}.visual-badge>b,.visual-badge>span{display:block;padding-left:22px;padding-right:22px}.visual-badge>b{padding-top:18px}.visual-badge>span{padding-bottom:22px}
.logo-marquee-section{border-top:1px solid rgba(14,57,106,.08);border-bottom:1px solid rgba(14,57,106,.08);background:linear-gradient(180deg,#fff,#f7fbff)}
.logo-marquee-section .container span{font-weight:700;color:#0b376f;letter-spacing:.02em}.logo-marquee{overflow:hidden;white-space:nowrap;padding:22px 0}.logo-track{display:flex;gap:24px;animation:camLogoFlow 38s linear infinite;width:max-content}.logo-track:hover{animation-play-state:paused}.logo-track a{width:190px;height:86px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(9,46,93,.10);border-radius:20px;box-shadow:0 12px 28px rgba(13,59,111,.08);transition:.25s}.logo-track a:hover{transform:translateY(-4px);box-shadow:0 20px 46px rgba(13,59,111,.16)}.logo-track img{max-width:150px;max-height:58px;object-fit:contain}
@keyframes camLogoFlow{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.fixed-actions button,.fixed-actions a{font-size:20px}.fixed-actions span{font-size:12px}.intro-loader{background:radial-gradient(circle at 50% 20%,#ffffff,#edf5ff 48%,#dcecff)}
.ios-spinner{width:34px;height:34px;border:4px solid rgba(10,50,114,.16);border-top-color:#0a3272;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.product-card,.tool-card,.blog-card,.content-card,.side-card{box-shadow:0 18px 46px rgba(8,32,72,.08)}
@media(max-width:900px){.hero-main-img{height:340px}.hero-visual{min-height:auto}.visual-badge>img{height:180px}.logo-track a{width:160px;height:76px}}

/* ÇAM R1.4 canlı onarım: gerçek logo, iOS spinner, kaliteli sabit ikonlar */
.brand img{width:auto!important;height:72px!important;max-width:220px!important;object-fit:contain!important;filter:drop-shadow(0 10px 16px rgba(7,29,62,.14))!important}
.footer-logo{width:180px!important;height:auto!important;object-fit:contain!important;background:#fff;border-radius:18px;padding:10px!important}
.intro-loader{background:rgba(248,252,255,.98)!important;backdrop-filter:blur(8px);}
.ios-spinner{width:38px!important;height:38px!important;border:0!important;border-radius:50%!important;background:conic-gradient(from 0deg,rgba(10,50,114,.08),rgba(10,50,114,.18),rgba(10,50,114,.32),rgba(10,50,114,.62),#0a3272)!important;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 5px),#000 calc(100% - 4px));mask:radial-gradient(farthest-side,transparent calc(100% - 5px),#000 calc(100% - 4px));animation:spin .75s linear infinite!important;}
.logo-track a{background:linear-gradient(180deg,#fff,#f9fcff)!important}.logo-track img{max-width:158px!important;max-height:54px!important;object-fit:contain!important;}
.fixed-actions .fx{font-size:0!important;background:#0a3272!important;position:relative;overflow:visible}.fixed-actions .fx:before{content:"";width:22px;height:22px;display:block;background:#fff;mask-size:contain;mask-position:center;mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat}.fx-top:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 4 4.5 11.5l1.4 1.4L11 7.8V20h2V7.8l5.1 5.1 1.4-1.4z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 4 4.5 11.5l1.4 1.4L11 7.8V20h2V7.8l5.1 5.1 1.4-1.4z"/></svg>')}.fx-search:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M10 4a6 6 0 1 1 0 12A6 6 0 0 1 10 4m0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8m5.5 8.1 4.4 4.4-1.4 1.4-4.4-4.4z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M10 4a6 6 0 1 1 0 12A6 6 0 0 1 10 4m0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8m5.5 8.1 4.4 4.4-1.4 1.4-4.4-4.4z"/></svg>')}.fx-wa:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 3a8.6 8.6 0 0 0-7.4 13L3.5 21l5.1-1.1A8.6 8.6 0 1 0 12 3m0 2a6.6 6.6 0 1 1-2.8 12.6l-.4-.2-2.7.6.6-2.6-.3-.5A6.6 6.6 0 0 1 12 5m-3 3.4c-.2 0-.5.1-.7.4-.3.3-.9.9-.9 2.1s.9 2.4 1 2.6c.1.2 1.7 2.7 4.2 3.7 2 .8 2.4.6 2.8.6.4 0 1.4-.6 1.6-1.1.2-.5.2-1 .1-1.1-.1-.1-.2-.2-.5-.3l-1.6-.8c-.2-.1-.4-.1-.6.2l-.7.9c-.1.2-.3.2-.5.1-.3-.1-1.1-.4-2-1.2-.7-.7-1.2-1.5-1.4-1.8-.1-.2 0-.4.1-.5l.4-.5c.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5l-.7-1.7c-.2-.6-.4-.5-.6-.5z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 3a8.6 8.6 0 0 0-7.4 13L3.5 21l5.1-1.1A8.6 8.6 0 1 0 12 3m0 2a6.6 6.6 0 1 1-2.8 12.6l-.4-.2-2.7.6.6-2.6-.3-.5A6.6 6.6 0 0 1 12 5m-3 3.4c-.2 0-.5.1-.7.4-.3.3-.9.9-.9 2.1s.9 2.4 1 2.6c.1.2 1.7 2.7 4.2 3.7 2 .8 2.4.6 2.8.6.4 0 1.4-.6 1.6-1.1.2-.5.2-1 .1-1.1-.1-.1-.2-.2-.5-.3l-1.6-.8c-.2-.1-.4-.1-.6.2l-.7.9c-.1.2-.3.2-.5.1-.3-.1-1.1-.4-2-1.2-.7-.7-1.2-1.5-1.4-1.8-.1-.2 0-.4.1-.5l.4-.5c.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5l-.7-1.7c-.2-.6-.4-.5-.6-.5z"/></svg>')}.fx-support:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M4 5h16v12H8.4L4 20.5zm2 2v9.1l1.6-1.1H18V7zm2 2h8v2H8zm0 3h6v2H8z"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M4 5h16v12H8.4L4 20.5zm2 2v9.1l1.6-1.1H18V7zm2 2h8v2H8zm0 3h6v2H8z"/></svg>')}
.visual-badge img{width:100%!important;max-height:185px!important;object-fit:cover!important;border-radius:20px!important;margin:0 0 16px!important}.hero-main-img{border-radius:32px;box-shadow:0 32px 70px rgba(7,29,62,.18);object-fit:cover;aspect-ratio:16/10;width:100%}
@media(max-width:640px){.brand img{height:58px!important;max-width:170px!important}}

/* V1.5 gerçek Çam Sigorta logosu ve iOS intro ince ayar */
.brand{display:flex;align-items:center;min-width:190px}
.brand img{height:78px!important;max-width:240px!important;width:auto!important;object-fit:contain!important;padding:3px 0!important;filter:drop-shadow(0 10px 17px rgba(7,29,62,.13))!important}
.intro-loader span{letter-spacing:.02em;color:#09204a;font-weight:900}
@media(max-width:640px){.brand img{height:60px!important;max-width:180px!important}}


/* V1.6 Kurumsal görsel temizlik, breadcrumb ve özel sayfa düzeni */
.breadcrumbs{background:#f7fbff;border-bottom:1px solid #dbe8f5;font-size:14px;color:#60758e}.breadcrumbs .container{display:flex;gap:9px;align-items:center;min-height:42px}.breadcrumbs a{color:#0d65c1;font-weight:750}.breadcrumbs strong{color:#10233f}.clean-hero{background:linear-gradient(135deg,#f8fcff 0%,#eef8ff 100%)}.brand-visual img{border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(7,29,62,.09)}.action-panel a,.action-panel button{display:flex!important;align-items:center;gap:10px}.action-panel img{width:26px;height:26px}.contact-logo-card,.support-panel,.corporate-card{background:rgba(255,255,255,.92);border:1px solid #dbe8f5;border-radius:30px;padding:30px;box-shadow:0 24px 70px rgba(7,29,62,.14)}.contact-logo-card img,.support-panel img,.corporate-card img{width:min(320px,100%);margin:auto auto 18px}.contact-logo-card b,.contact-logo-card span{display:block;text-align:center}.contact-logo-card b{font-size:24px;color:#071d3e}.contact-logo-card span{color:#60758e}.support-panel ul{margin:18px 0 0;padding:0;list-style:none}.support-panel li{padding:12px 0 12px 30px;border-bottom:1px dashed #dbe8f5;position:relative;color:#425a77}.support-panel li:before{content:'✓';position:absolute;left:0;color:#0d65c1;font-weight:900}.contact-grid-pro{display:grid;grid-template-columns:.92fr 1.08fr;gap:30px;align-items:start}.contact-info-stack{display:grid;gap:14px}.contact-row{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid #dbe8f5;border-radius:20px;padding:16px;box-shadow:0 12px 32px rgba(7,29,62,.06)}.contact-row img{width:46px;height:46px;flex:0 0 46px}.contact-row b{display:block;color:#071d3e;margin-bottom:3px}.contact-row a,.contact-row button{color:#0d65c1;font-weight:800;background:none;border:0;padding:0;font:inherit;cursor:pointer}.contact-row.big{padding:20px}.premium-card{background:linear-gradient(145deg,#fff,#f3fbff)!important}.map-section{padding:0 0 70px;background:#fff}.map-card{border:1px solid #dbe8f5;border-radius:30px;overflow:hidden;box-shadow:0 20px 55px rgba(7,29,62,.08);background:#fff}.map-card h2,.map-card p{margin-left:28px;margin-right:28px}.map-card h2{margin-top:25px;color:#071d3e}.map-card iframe{display:block;width:100%;height:380px;border:0;margin-top:18px}.corporate-blocks{display:grid;grid-template-columns:1.08fr .92fr;gap:30px}.value-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.value-grid div{background:#fff;border:1px solid #dbe8f5;border-radius:22px;padding:20px;box-shadow:0 12px 32px rgba(7,29,62,.06)}.value-grid img{width:50px;height:50px;margin-bottom:12px}.value-grid b{display:block;color:#071d3e;font-size:18px}.value-grid span{display:block;color:#60758e;margin-top:6px}.corporate-card div{border-top:1px dashed #dbe8f5;padding-top:14px;margin-top:14px}.corporate-card b,.corporate-card span{display:block}.corporate-card b{color:#071d3e}.corporate-card span{color:#60758e}.fixed-actions{top:50%}.fixed-actions .fx-top{background:#071d3e!important}.page-rich h2{color:#071d3e}.page-rich h3{color:#0d65c1}.intro-loader{background:rgba(248,252,255,.98)!important}.ios-spinner{width:42px!important;height:42px!important;border:0!important;border-radius:50%!important;background:conic-gradient(from 0deg,rgba(13,101,193,0),rgba(13,101,193,.15),rgba(13,101,193,.45),#0d65c1)!important;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 5px),#000 calc(100% - 4px));mask:radial-gradient(farthest-side,transparent calc(100% - 5px),#000 calc(100% - 4px));animation:spin .72s linear infinite!important}@media(max-width:1000px){.contact-grid-pro,.corporate-blocks{grid-template-columns:1fr}.value-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.value-grid{grid-template-columns:1fr}.breadcrumbs .container{overflow:auto;white-space:nowrap}.fixed-actions{bottom:12px}.fixed-actions .fx-top{order:4}.contact-logo-card,.support-panel,.corporate-card{padding:22px}.map-card iframe{height:300px}}


/* === ÇAM R1.7 VISUAL + CONTACT FINAL OVERRIDES === */
.intro-loader{background:rgba(246,251,255,.985)!important;backdrop-filter:blur(10px);}
.intro-box{display:flex;flex-direction:column;align-items:center;gap:14px;padding:28px 34px;border-radius:28px;background:rgba(255,255,255,.78);box-shadow:0 30px 90px rgba(7,29,62,.16);border:1px solid rgba(13,101,193,.10)}
.intro-logo{width:220px;height:auto;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(7,29,62,.12))}
.ios-spinner{width:54px!important;height:54px!important;border:0!important;border-radius:50%;background:conic-gradient(from 0deg, rgba(13,101,193,0) 0deg, rgba(13,101,193,.18) 72deg, rgba(13,101,193,.45) 160deg, #0d65c1 300deg, rgba(13,101,193,0) 360deg)!important;-webkit-mask:radial-gradient(farthest-side, transparent calc(100% - 7px), #000 calc(100% - 6px));mask:radial-gradient(farthest-side, transparent calc(100% - 7px), #000 calc(100% - 6px));animation:spin .7s linear infinite!important;box-shadow:none!important}
.site-header .header-inner{height:96px!important}.brand{display:flex;align-items:center}.brand img{height:88px!important;width:auto!important;max-width:310px!important;object-fit:contain!important;padding:2px 0!important;filter:drop-shadow(0 14px 20px rgba(7,29,62,.14))!important}.footer-logo{width:260px!important;max-width:100%!important;height:auto!important;background:rgba(255,255,255,.96)!important;border-radius:20px!important;padding:8px!important;box-shadow:0 16px 38px rgba(7,29,62,.10)!important}.contact-logo-card img,.support-panel img,.corporate-card img{width:260px!important;max-width:90%!important;height:auto!important;margin-inline:auto!important;object-fit:contain!important;filter:drop-shadow(0 16px 26px rgba(7,29,62,.14))!important}.logo-marquee-section{padding:26px 0 30px!important;background:linear-gradient(180deg,#ffffff,#f4f9ff)!important}.logo-marquee-section .container span{font-size:16px!important;margin-bottom:12px!important;color:#143b6d!important}.logo-marquee{padding:12px 0!important}.logo-track{gap:14px!important;animation-duration:34s!important}.logo-track a{width:176px!important;height:72px!important;padding:7px 9px!important;border-radius:16px!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(13,65,120,.10)!important;box-shadow:0 10px 24px rgba(7,29,62,.08)!important}.logo-track img{max-width:160px!important;max-height:60px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:contrast(1.05) saturate(1.03)!important}.mail-directory{grid-column:1/-1;background:linear-gradient(145deg,#fff,#f5fbff);border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 14px 34px rgba(7,29,62,.06)}.mail-directory h3{margin:0 0 12px;color:var(--navy);font-size:18px}.mail-directory a{display:grid;grid-template-columns:170px 1fr;gap:12px;align-items:center;padding:10px 0;border-top:1px dashed #dbe8f5;color:#31506d}.mail-directory a:first-of-type{border-top:0}.mail-directory b{color:#0b376f}.mail-directory span{font-weight:700;color:#0d65c1;word-break:break-word}.support-mail-list,.footer-mail-list{display:flex;flex-direction:column;gap:7px;margin:10px 0 14px}.support-mail-list a,.footer-mail-list a{color:#0d65c1;font-weight:750;word-break:break-word}.support-mail-list{background:#f2f9ff;border:1px solid var(--line);border-radius:18px;padding:14px}.footer-mail-list a{color:#dff4ff}.fixed-actions{top:50%!important;bottom:auto!important;right:18px!important;left:auto!important;transform:translateY(-50%)!important;flex-direction:column!important}.fixed-actions .fx-top{order:99!important;margin-top:14px!important;background:#071d3e!important}.fixed-actions .fx-top:after{content:"";position:absolute;inset:-5px;border-radius:20px;border:1px solid rgba(255,255,255,.35);pointer-events:none}@media(max-width:900px){.site-header .header-inner{height:78px!important}.brand img{height:66px!important;max-width:235px!important}.intro-logo{width:185px}.logo-track a{width:156px!important;height:66px!important}.logo-track img{max-width:142px!important;max-height:54px!important}.mail-directory a{grid-template-columns:1fr;gap:2px}.fixed-actions{top:auto!important;bottom:12px!important;left:12px!important;right:12px!important;transform:none!important;flex-direction:row!important}.fixed-actions .fx-top{order:99!important;margin-top:0!important;margin-left:8px!important}}


/* V1.8 görsel, menü, intro, logo ve sitemap düzeltmeleri */
.topbar{font-size:12.5px}.topbar-inner{height:36px}.topbar a,.link-btn{margin-left:12px}.header-inner{height:74px}.brand{position:relative;display:inline-flex;align-items:center;isolation:isolate}.brand img{width:212px;max-height:66px;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(7,29,62,.10))}.main-nav{gap:2px;white-space:nowrap}.main-nav>a,.has-mega>a{height:40px;padding:0 8px;border-radius:12px;font-size:13px;line-height:1;font-weight:800}.nav-cta{padding:0 13px!important}.mega-menu{top:44px}.site-footer{font-size:13.5px}.site-footer p{font-size:13.5px;line-height:1.55}.site-footer a{font-size:13px;margin:6px 0}.site-footer h4{font-size:15px;margin:0 0 12px}.footer-grid{gap:24px;padding:46px 0}.footer-logo-wrap{position:relative;width:228px;display:inline-block;background:#fff;border-radius:20px;padding:8px 10px;margin-bottom:14px;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.12)}.footer-logo{width:100%;background:transparent!important;border-radius:0!important;padding:0!important;margin:0!important}.sparkle-logo:before,.sparkle-logo:after{content:"";position:absolute;pointer-events:none;z-index:2}.sparkle-logo:before{inset:-22%;background:radial-gradient(circle at 22% 28%,rgba(255,255,255,.95) 0 2px,transparent 3px),radial-gradient(circle at 76% 38%,rgba(17,182,201,.5) 0 2px,transparent 3px),radial-gradient(circle at 58% 82%,rgba(13,101,193,.35) 0 2px,transparent 3px);opacity:.45;animation:camParticles 4.8s ease-in-out infinite}.sparkle-logo:after{top:-40%;bottom:-40%;left:-80%;width:42%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.52),transparent);transform:rotate(18deg);animation:camShine 5.6s ease-in-out infinite}@keyframes camParticles{0%,100%{transform:translateY(0);opacity:.25}50%{transform:translateY(-7px);opacity:.62}}@keyframes camShine{0%,55%{left:-80%}78%,100%{left:128%}}
.intro-loader{background:rgba(247,252,255,.985)}.intro-box{box-shadow:none;background:transparent!important;border:0!important;padding:0!important}.intro-spinner-only{display:grid;place-items:center;gap:16px}.intro-spinner-only span{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#5e748f}.ios-spinner{border:0!important;border-top-color:transparent!important;background:transparent!important;animation:none!important}.ios-spinner-8{position:relative;width:58px;height:58px}.ios-spinner-8 i{position:absolute;left:50%;top:50%;width:5px;height:17px;margin:-24px 0 0 -2.5px;border-radius:99px;background:#0a3272;transform-origin:50% 24px;animation:iosBlade 1s linear infinite}.ios-spinner-8 i:nth-child(1){transform:rotate(0deg);animation-delay:-.875s}.ios-spinner-8 i:nth-child(2){transform:rotate(45deg);animation-delay:-.75s}.ios-spinner-8 i:nth-child(3){transform:rotate(90deg);animation-delay:-.625s}.ios-spinner-8 i:nth-child(4){transform:rotate(135deg);animation-delay:-.5s}.ios-spinner-8 i:nth-child(5){transform:rotate(180deg);animation-delay:-.375s}.ios-spinner-8 i:nth-child(6){transform:rotate(225deg);animation-delay:-.25s}.ios-spinner-8 i:nth-child(7){transform:rotate(270deg);animation-delay:-.125s}.ios-spinner-8 i:nth-child(8){transform:rotate(315deg);animation-delay:0s}@keyframes iosBlade{0%{opacity:1}100%{opacity:.18}}
.hero-visual{min-height:560px;display:grid;place-items:center}.hero-main-img{width:min(520px,100%);border-radius:34px;opacity:.96}.quick-form{right:0;bottom:0}.page-badge.modern-page-card,.clean-info-card{overflow:hidden;position:relative}.page-badge.modern-page-card{padding:26px 24px;text-align:left;background:linear-gradient(145deg,#fff,#f3faff);border:1px solid #dbe8f5}.page-card-icon{width:62px;height:62px;border-radius:20px;background:#eaf7ff;display:grid;place-items:center;margin-bottom:14px}.page-card-icon img{width:34px;height:34px;margin:0}.modern-page-card b{font-size:21px;line-height:1.2}.modern-page-card span{display:block;margin-top:7px}.modern-page-card ul{padding:0;margin:18px 0 0;list-style:none;display:grid;gap:8px}.modern-page-card li{padding-left:22px;position:relative;color:#506982}.modern-page-card li:before{content:"";position:absolute;left:0;top:.55em;width:9px;height:9px;border-radius:50%;background:#11b6c9;box-shadow:0 0 0 4px rgba(17,182,201,.12)}.contact-logo-card img,.support-panel img{display:none!important}.clean-info-card .info-card-mark{width:66px;height:66px;border-radius:22px;background:linear-gradient(135deg,#0a3272,#11b6c9);display:grid;place-items:center;color:#fff;font-weight:950;font-size:22px;margin-bottom:16px;box-shadow:0 16px 34px rgba(13,101,193,.22)}.clean-info-card b{display:block;text-align:left!important;font-size:24px;color:#071d3e}.clean-info-card span{display:block;text-align:left!important;color:#60758e}.info-card-lines{display:grid;grid-template-columns:88px 1fr;gap:7px 14px;margin-top:22px;padding-top:18px;border-top:1px solid #dbe8f5}.info-card-lines em{font-style:normal;color:#7890a8}.info-card-lines strong{color:#071d3e}.clean-corporate-card .corp-logo-wrap{position:relative;background:#fff;border-radius:20px;padding:8px 10px;overflow:hidden;margin-bottom:16px}.clean-corporate-card .corp-logo-wrap img{width:min(285px,100%);margin:auto}.logo-marquee-section{padding:28px 0}.logo-marquee-section .container span{font-size:13px;margin-bottom:14px}.logo-track{gap:12px;animation-duration:30s}.logo-track a{width:178px;height:82px;border-radius:18px;padding:6px 10px;background:linear-gradient(180deg,#fff,#fbfdff)}.logo-track img{max-width:168px;max-height:70px;width:auto;height:auto;object-fit:contain;transform:scale(1.12)}
.fixed-actions{top:auto;bottom:18px;transform:none}.fixed-actions button,.fixed-actions a{width:50px;height:50px;border-radius:17px}.fixed-actions .fx-wa{background:#fff!important;border-color:#cdebd8!important}.fixed-actions .fx-wa:before{display:none!important}.fixed-actions .fx-wa img{width:31px;height:31px;display:block}.fixed-actions .fx-top{order:99;background:#071d3e}.fixed-actions .fx-search{order:1}.fixed-actions .fx-wa{order:2}.fixed-actions .fx-support{order:3}.fixed-actions .fx-support:before,.fixed-actions .fx-search:before,.fixed-actions .fx-top:before{background:#fff}.btn,.main-nav a,.tab-buttons button,.fixed-actions button,.fixed-actions a{touch-action:manipulation}
@media(max-width:1180px){.brand img{width:188px}.main-nav>a,.has-mega>a{font-size:12.5px;padding:0 6px}.header-inner{height:70px}.nav-cta{padding:0 10px!important}}@media(max-width:1000px){.main-nav{white-space:normal}.main-nav>a,.has-mega>a{font-size:14px;height:42px}.brand img{width:205px}.hero-visual{min-height:auto}}@media(max-width:640px){.fixed-actions{right:10px;bottom:12px}.topbar{font-size:12px}.footer-bottom .container{gap:10px;flex-direction:column}.logo-track a{width:154px;height:72px}.logo-track img{max-width:145px;max-height:60px}.hero-copy h1,.page-hero h1{font-size:31px}}


/* V1.9 net görsel/nav/footer/WhatsApp/sitemap düzeltmeleri */
html,body{max-width:100%;overflow-x:hidden!important}
.container{width:min(1320px,96vw)!important}
.topbar{font-size:11.5px!important;letter-spacing:0!important}.topbar-inner{height:32px!important;gap:12px!important}.topbar-inner>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar a,.link-btn{font-size:11.5px!important;margin-left:10px!important;white-space:nowrap}
.site-header{z-index:1000!important}.header-inner{height:60px!important;gap:12px!important}.brand{position:relative!important;flex:0 0 auto!important}.brand img{width:158px!important;height:52px!important;max-width:158px!important;max-height:52px!important;object-fit:contain!important;padding:0!important;filter:drop-shadow(0 8px 14px rgba(7,29,62,.16))!important}.main-nav{display:flex!important;align-items:center!important;gap:2px!important;white-space:nowrap!important;flex-wrap:nowrap!important;min-width:0!important}.main-nav>a,.has-mega>a{height:36px!important;padding:0 6px!important;font-size:11.5px!important;line-height:1!important;border-radius:10px!important;font-weight:850!important}.nav-cta{padding:0 10px!important}.mobile-menu{flex:0 0 auto!important}
.mega-menu{position:fixed!important;top:92px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:min(1080px,calc(100vw - 70px))!important;max-height:calc(100vh - 115px)!important;overflow:auto!important;grid-template-columns:220px repeat(4,minmax(0,1fr))!important;gap:16px!important;padding:20px!important;z-index:1200!important;border-radius:24px!important}.small-mega .mega-menu{width:min(650px,calc(100vw - 70px))!important;grid-template-columns:210px 1fr!important}.mega-intro{padding:18px!important}.mega-intro b{font-size:20px!important}.mega-intro p{font-size:13px!important;line-height:1.45!important}.mega-col h4{font-size:13px!important;margin-bottom:7px!important;white-space:nowrap!important}.mega-col a{font-size:12px!important;line-height:1.25!important;padding:7px 0!important;white-space:normal!important}.has-mega:hover .mega-menu{translate:0 0!important}
.home-hero{padding:70px 0 48px!important}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(410px,.75fr)!important;gap:32px!important}.hero-copy h1,.page-hero h1{font-size:clamp(34px,4.5vw,58px)!important;max-width:760px!important}.hero-copy p,.page-hero p{font-size:17px!important}.hero-visual{min-height:500px!important;overflow:visible!important}.quick-form{width:min(350px,92%)!important}.trust-metrics b{font-size:22px!important}.trust-metrics span{font-size:12px!important}
.category-grid img,.product-card img,.tool-card img,.contact-row img,.side-card img{object-fit:contain!important;filter:drop-shadow(0 8px 14px rgba(13,101,193,.13))!important}.category-grid img{width:48px!important;height:48px!important}.product-card i{background:linear-gradient(135deg,#eaf7ff,#ffffff)!important}
.clean-info-card,.modern-page-card,.corporate-proof-card{background:linear-gradient(145deg,#fff,#f6fbff)!important;border:1px solid #dbe8f5!important;border-radius:28px!important;box-shadow:0 24px 60px rgba(7,29,62,.10)!important}.corporate-proof-card{text-align:left!important;padding:26px!important}.corporate-proof-card .corp-logo-wrap{width:min(260px,100%)!important;padding:8px 10px!important;margin:0 auto 18px!important;background:#fff!important;border:1px dashed #dbe8f5!important;border-radius:18px!important;overflow:hidden!important}.corporate-proof-card .corp-logo-wrap img{width:100%!important;height:auto!important;display:block!important}.proof-line{border-top:1px dashed #dbe8f5!important;padding:15px 0!important}.proof-line b{display:block!important;font-size:16px!important;line-height:1.25!important;color:#071d3e!important}.proof-line span{display:block!important;margin-top:4px!important;font-size:14px!important;line-height:1.45!important;color:#536b86!important}.info-card-mark{display:none!important}.info-card-lines strong{word-break:normal!important}
.logo-marquee-section{padding:24px 0 28px!important;background:linear-gradient(180deg,#fff,#f4f9ff)!important;overflow:hidden!important}.logo-marquee-section .container span{font-size:12.5px!important;color:#355a80!important}.logo-marquee{overflow:hidden!important;padding:12px 0!important}.logo-track{display:flex!important;align-items:center!important;gap:12px!important;animation:marquee 28s linear infinite!important}.logo-track a{width:148px!important;height:58px!important;min-width:148px!important;padding:4px 6px!important;border-radius:14px!important;background:#fff!important;border:1px solid rgba(13,65,120,.10)!important;box-shadow:0 8px 20px rgba(7,29,62,.07)!important;display:grid!important;place-items:center!important}.logo-track img{max-width:138px!important;max-height:50px!important;width:auto!important;height:auto!important;object-fit:contain!important;transform:scale(1.2)!important;filter:contrast(1.08) saturate(1.04)!important}
.fixed-actions{right:18px!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;display:flex!important;flex-direction:column!important;gap:10px!important;z-index:1300!important}.fixed-actions .fx{width:50px!important;height:50px!important;border-radius:16px!important;box-shadow:0 14px 30px rgba(7,29,62,.18)!important}.fixed-actions .fx-wa{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;overflow:visible!important}.fixed-actions .fx-wa img{width:50px!important;height:50px!important;display:block!important;border-radius:50%!important;filter:drop-shadow(0 12px 20px rgba(37,211,102,.28))!important}.fixed-actions .fx-wa span{display:none!important}.fixed-actions .fx-wa:before,.fixed-actions .fx-wa:after{display:none!important}.fixed-actions .fx-top{order:99!important;margin-top:8px!important}.fixed-actions .fx-search{order:1!important}.fixed-actions .fx-wa{order:2!important}.fixed-actions .fx-support{order:3!important}
.site-footer{background:#061832!important;color:#dcecff!important;font-size:12.5px!important}.footer-grid{grid-template-columns:1.25fr repeat(4,1fr)!important;gap:22px!important;padding:42px 0!important}.site-footer h4{font-size:14px!important;margin:0 0 10px!important;color:#fff!important}.site-footer a,.site-footer p,.site-footer button{font-size:12.5px!important;line-height:1.45!important}.site-footer a{margin:5px 0!important;color:#dcecff!important}.footer-logo-wrap{width:154px!important;max-width:154px!important;border-radius:15px!important;padding:6px!important;margin-bottom:12px!important}.footer-logo{width:142px!important;max-width:142px!important;height:auto!important;background:transparent!important;padding:0!important;border-radius:0!important;box-shadow:none!important}.footer-wa{background:transparent!important;border:0!important;color:#dcecff!important;padding:0!important;cursor:pointer;font:inherit!important}.sparkle-logo{position:relative!important;overflow:visible!important}.sparkle-logo:before{content:""!important;position:absolute!important;inset:-14px!important;pointer-events:none!important;background:radial-gradient(circle,rgba(255,255,255,.9) 0 1.4px,transparent 2.2px) 6px 0/24px 24px,radial-gradient(circle,rgba(17,182,201,.65) 0 1.2px,transparent 2px) 0 8px/32px 32px!important;opacity:.75!important;animation:camSnowFall 4.2s linear infinite!important;z-index:2!important}.sparkle-logo:after{content:""!important;position:absolute!important;left:-40%!important;top:-45%!important;width:32%!important;height:190%!important;background:linear-gradient(100deg,transparent,rgba(255,255,255,.45),transparent)!important;transform:rotate(18deg)!important;animation:camShine 5.5s ease-in-out infinite!important;pointer-events:none!important;z-index:3!important}@keyframes camSnowFall{from{background-position:6px -28px,0 -32px}to{background-position:6px 38px,0 44px}}
.intro-loader{background:rgba(248,252,255,.985)!important}.intro-box{display:grid!important;gap:14px!important;place-items:center!important}.intro-box span{font-size:12px!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:#49627c!important}.ios-spinner-8{position:relative!important;width:54px!important;height:54px!important;border:0!important;background:transparent!important;animation:none!important}.ios-spinner-8 i{position:absolute!important;left:25px!important;top:4px!important;width:5px!important;height:13px!important;border-radius:6px!important;background:#0d65c1!important;transform-origin:2.5px 23px!important;animation:iosBlade 1s linear infinite!important}.ios-spinner-8 i:nth-child(1){transform:rotate(0deg);animation-delay:-.875s}.ios-spinner-8 i:nth-child(2){transform:rotate(45deg);animation-delay:-.75s}.ios-spinner-8 i:nth-child(3){transform:rotate(90deg);animation-delay:-.625s}.ios-spinner-8 i:nth-child(4){transform:rotate(135deg);animation-delay:-.5s}.ios-spinner-8 i:nth-child(5){transform:rotate(180deg);animation-delay:-.375s}.ios-spinner-8 i:nth-child(6){transform:rotate(225deg);animation-delay:-.25s}.ios-spinner-8 i:nth-child(7){transform:rotate(270deg);animation-delay:-.125s}.ios-spinner-8 i:nth-child(8){transform:rotate(315deg);animation-delay:0s}@keyframes iosBlade{0%{opacity:1}100%{opacity:.18}}
.map-card iframe{width:100%!important;min-height:420px!important;border:0!important;border-radius:22px!important}.support-note-box{background:#f2f9ff!important;border:1px solid #dbe8f5!important;border-radius:18px!important;padding:14px!important;color:#536b86!important;margin:10px 0 14px!important}.mail-directory,.support-mail-list{display:none!important}
@media(max-width:1240px){.container{width:min(1200px,96vw)!important}.brand img{width:132px!important;max-width:132px!important}.main-nav>a,.has-mega>a{font-size:10.7px!important;padding:0 4px!important}.header-inner{height:56px!important}.mega-menu{top:88px!important}}
@media(max-width:1060px){.main-nav{display:none!important;position:absolute!important;top:100%;left:12px;right:12px;background:#fff;border:1px solid #dbe8f5;border-radius:20px;padding:14px;box-shadow:0 24px 70px rgba(7,29,62,.14);white-space:normal!important;flex-wrap:wrap!important}.main-nav.open{display:flex!important}.mobile-menu{display:block!important}.brand img{width:160px!important;max-width:160px!important}.mega-menu{position:static!important;transform:none!important;width:100%!important;grid-template-columns:1fr!important;max-height:none!important;box-shadow:none!important;margin-top:8px!important}.hero-grid,.page-hero-grid{grid-template-columns:1fr!important}.quick-form{position:relative!important;right:auto!important;bottom:auto!important;margin-top:18px!important;width:100%!important}.hero-visual{min-height:auto!important}.footer-grid{grid-template-columns:1fr 1fr!important}.fixed-actions{top:auto!important;bottom:12px!important;left:12px!important;right:12px!important;transform:none!important;flex-direction:row!important;justify-content:center!important}.fixed-actions .fx{width:48px!important;height:48px!important}.fixed-actions .fx-wa img{width:48px!important;height:48px!important}.fixed-actions .fx-top{margin-top:0!important}}
@media(max-width:640px){.topbar-inner>span{display:none}.footer-grid{grid-template-columns:1fr!important}.footer-logo-wrap{width:148px!important}.hero-copy h1,.page-hero h1{font-size:30px!important}.trust-metrics{grid-template-columns:1fr!important}.product-grid,.tools-grid,.blog-grid,.category-grid{grid-template-columns:1fr!important}.logo-track a{width:132px!important;min-width:132px!important;height:54px!important}.logo-track img{max-width:124px!important;max-height:46px!important}}


/* ==== ÇAM SİGORTA R2.0 NET GORSEL / NAV / PANEL FINAL ==== */
html,body{overflow-x:hidden!important;max-width:100%!important}.container{width:min(1220px,94vw)!important}.topbar{font-size:10.5px!important}.topbar-inner{min-height:30px!important}.topbar a,.topbar button{font-size:10.5px!important}.site-header{backdrop-filter:blur(18px)!important}.header-inner{height:58px!important;gap:12px!important}.brand{position:relative!important;display:flex!important;align-items:center!important;min-width:134px!important;padding:2px 10px!important;border-radius:18px!important}.brand img{width:132px!important;max-width:132px!important;height:auto!important;object-fit:contain!important;image-rendering:auto!important;position:relative!important;z-index:2!important}.sparkle-logo{overflow:visible!important}.sparkle-logo:before{content:""!important;position:absolute!important;inset:-12px -18px!important;border-radius:28px!important;background:radial-gradient(circle at 52% 50%,rgba(47,145,78,.20),rgba(13,101,193,.09) 44%,transparent 72%)!important;filter:blur(2px)!important;animation:logoAura 4.8s ease-in-out infinite!important;pointer-events:none!important;z-index:0!important}.sparkle-logo:after{content:""!important;position:absolute!important;left:-25%!important;top:5%!important;width:18%!important;height:86%!important;background:linear-gradient(100deg,transparent,rgba(255,255,255,.46),transparent)!important;transform:rotate(18deg)!important;animation:logoSweep 7s ease-in-out infinite!important;pointer-events:none!important;z-index:3!important}@keyframes logoAura{0%,100%{opacity:.52;transform:scale(.96)}50%{opacity:.9;transform:scale(1.03)}}@keyframes logoSweep{0%,72%{left:-28%;opacity:0}82%{opacity:.55}100%{left:108%;opacity:0}}
.main-nav{gap:9px!important;white-space:nowrap!important;flex-wrap:nowrap!important;min-width:0!important}.main-nav>a,.has-mega>a{font-size:11.2px!important;line-height:1!important;padding:11px 4px!important;letter-spacing:-.015em!important}.nav-cta{padding:12px 15px!important}.mega-menu{left:auto!important;right:0!important;transform:none!important;width:min(1080px,calc(100vw - 72px))!important;grid-template-columns:1.15fr repeat(4,minmax(130px,1fr))!important;gap:16px!important;padding:24px!important;max-height:calc(100vh - 128px)!important;overflow:auto!important}.mega-intro{padding:18px!important}.mega-col a{font-size:12.7px!important;padding:9px 0!important}.mega-col h4{font-size:12.8px!important}.tools-mega{width:min(760px,calc(100vw - 72px))!important;grid-template-columns:1fr 1.8fr!important}.home-hero{padding-top:60px!important}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,460px)!important;gap:44px!important;align-items:center!important}.hero-copy{max-width:690px!important}.hero-copy h1{font-size:clamp(38px,4.1vw,62px)!important;line-height:.99!important;letter-spacing:-.055em!important}.hero-copy p{font-size:16px!important;max-width:640px!important}.hero-visual{min-width:0!important;overflow:visible!important}.hero-main-img{display:none!important}.hero-visual-clean{min-height:560px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:radial-gradient(circle at 60% 30%,rgba(17,182,201,.16),transparent 42%),radial-gradient(circle at 30% 80%,rgba(13,101,193,.14),transparent 48%)!important}.hero-orbit-card{position:absolute!important;top:20px!important;right:24px!important;width:210px!important;min-height:150px!important;background:rgba(255,255,255,.86)!important;border:1px solid #dcebf6!important;border-radius:28px!important;box-shadow:0 22px 60px rgba(7,29,62,.11)!important;padding:22px!important;display:grid!important;gap:7px!important}.hero-orbit-card .orbit-icon{width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,#0d65c1,#11b6c9);display:grid;place-items:center}.hero-orbit-card img{width:32px!important;height:32px!important;filter:brightness(0) invert(1)!important}.hero-orbit-card b{font-size:20px;color:#071d3e}.hero-orbit-card span{font-size:13px;color:#4b6078}.hero-orbit-card small{font-size:12px;color:#0d65c1;font-weight:800}.quick-form{width:min(390px,92vw)!important;right:12px!important;bottom:8px!important;z-index:4!important}.quick-form label{font-size:12px!important}.quick-form input,.quick-form textarea,.quick-form select{font-size:13px!important;min-height:42px!important}.tab-buttons{gap:7px!important;flex-wrap:nowrap!important}.tab-buttons button{font-size:12px!important;padding:10px 15px!important}.category-grid a img,.product-card i img,.tool-card img,.contact-row img,.value-grid img,.action-panel img{width:40px!important;height:40px!important;object-fit:contain!important;filter:none!important}.category-grid a{min-height:142px!important}.category-grid a img{width:52px!important;height:52px!important}.page-badge img,.brand-visual img{max-width:230px!important;max-height:150px!important;object-fit:contain!important;border-radius:22px!important}.modern-page-card,.corporate-proof-card,.contact-logo-card,.corporate-card{overflow:hidden!important}.corp-logo-wrap{width:180px!important;max-width:180px!important;height:auto!important;padding:12px!important;margin-bottom:12px!important}.corp-logo-wrap img{width:100%!important;height:auto!important;max-height:95px!important;object-fit:contain!important}.contact-logo-card .corp-logo-wrap,.corporate-card .corp-logo-wrap{width:170px!important}.fixed-actions{gap:11px!important}.fixed-actions .fx{width:50px!important;height:50px!important;border-radius:17px!important}.fixed-actions .fx-wa{background:transparent!important;border:none!important;box-shadow:none!important;overflow:visible!important;padding:0!important}.fixed-actions .fx-wa img{width:54px!important;height:54px!important;display:block!important;object-fit:contain!important;filter:none!important}.fixed-actions .fx-wa:hover{transform:translateY(-2px) scale(1.04)!important}.fixed-actions .fx-wa span{display:none!important}.footer-grid{grid-template-columns:1.35fr 1fr 1fr 1fr 1fr!important;gap:24px!important}.footer-logo-wrap{width:138px!important;max-width:138px!important;padding:8px!important}.footer-logo{width:128px!important;max-width:128px!important;height:auto!important;object-fit:contain!important}.site-footer a,.site-footer p,.site-footer button{font-size:12.2px!important;line-height:1.58!important}.site-footer h4{font-size:13.5px!important}.map-card iframe{width:100%!important;height:460px!important;min-height:420px!important;border:0!important;border-radius:24px!important}.logo-track a{width:168px!important;min-width:168px!important;height:82px!important;padding:6px 12px!important;background:#fff!important}.logo-track img{max-width:154px!important;max-height:70px!important;object-fit:contain!important}.logo-marquee-section .container span{font-size:12px!important}.intro-loader{position:fixed!important;inset:0!important;z-index:99999!important;background:rgba(247,251,255,.985)!important;display:grid!important;place-items:center!important;transition:opacity .38s ease,visibility .38s ease!important}.intro-loader.hide{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.intro-box{background:rgba(255,255,255,.72)!important;border:1px solid rgba(205,225,240,.85)!important;border-radius:28px!important;box-shadow:0 28px 90px rgba(7,29,62,.12)!important;padding:28px 32px!important}.intro-box span{font-size:11px!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:#49627c!important}.ios-spinner-8{width:62px!important;height:62px!important;position:relative!important}.ios-spinner-8 i{position:absolute!important;left:29px!important;top:5px!important;width:5px!important;height:15px!important;border-radius:8px!important;background:#0d65c1!important;transform-origin:2.5px 26px!important;animation:iosBlade 1s linear infinite!important}.ios-spinner-8 i:nth-child(1){transform:rotate(0deg);animation-delay:-.875s}.ios-spinner-8 i:nth-child(2){transform:rotate(45deg);animation-delay:-.75s}.ios-spinner-8 i:nth-child(3){transform:rotate(90deg);animation-delay:-.625s}.ios-spinner-8 i:nth-child(4){transform:rotate(135deg);animation-delay:-.5s}.ios-spinner-8 i:nth-child(5){transform:rotate(180deg);animation-delay:-.375s}.ios-spinner-8 i:nth-child(6){transform:rotate(225deg);animation-delay:-.25s}.ios-spinner-8 i:nth-child(7){transform:rotate(270deg);animation-delay:-.125s}.ios-spinner-8 i:nth-child(8){transform:rotate(315deg);animation-delay:0s}@keyframes iosBlade{0%{opacity:1}100%{opacity:.16}}
@media(max-width:1320px){.container{width:min(1180px,96vw)!important}.brand img{width:118px!important}.main-nav{gap:6px!important}.main-nav>a,.has-mega>a{font-size:10.3px!important;padding:10px 3px!important}.nav-cta{padding:11px 12px!important}.hero-grid{grid-template-columns:minmax(0,1fr) 420px!important;gap:28px!important}.hero-copy h1{font-size:clamp(34px,3.9vw,54px)!important}.quick-form{width:360px!important}}
@media(max-width:1100px){.main-nav{display:none!important;position:absolute!important;top:100%;left:12px;right:12px;background:#fff;border:1px solid #dbe8f5;border-radius:20px;padding:14px;box-shadow:0 24px 70px rgba(7,29,62,.14);white-space:normal!important;flex-wrap:wrap!important}.main-nav.open{display:flex!important}.mobile-menu{display:block!important}.brand img{width:148px!important}.hero-grid{grid-template-columns:1fr!important}.hero-visual-clean{min-height:560px!important}.quick-form{position:relative!important;right:auto!important;bottom:auto!important;width:100%!important}.hero-orbit-card{position:relative!important;right:auto!important;top:auto!important;margin:0 auto 18px!important}.footer-grid{grid-template-columns:1fr 1fr!important}.fixed-actions{top:auto!important;bottom:12px!important;left:12px!important;right:12px!important;transform:none!important;flex-direction:row!important;justify-content:center!important}.fixed-actions .fx{width:48px!important;height:48px!important}.fixed-actions .fx-wa img{width:52px!important;height:52px!important}}
@media(max-width:640px){.brand img{width:128px!important}.hero-copy h1,.page-hero h1{font-size:30px!important}.topbar-inner>span{display:none!important}.footer-grid{grid-template-columns:1fr!important}.footer-logo-wrap{width:126px!important}.logo-track a{width:142px!important;min-width:142px!important;height:62px!important}.logo-track img{max-width:132px!important;max-height:52px!important}.corp-logo-wrap{width:142px!important}.map-card iframe{height:360px!important}.hero-visual-clean{min-height:440px!important}}


/* R2.1 - Çam Sigorta final görsel/nav/panel sadeleştirme */
:root{--cam-navy:#061f43;--cam-blue:#0862b8;--cam-cyan:#0ea6c4;--cam-soft:#eef8fc;--cam-border:#d9e7f2}
.site-header.compact{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 10px 30px rgba(6,31,67,.08)}
.topbar{font-size:12px;background:linear-gradient(90deg,#061f43,#0a4d93);color:#fff}.topbar .container{height:34px;display:flex;align-items:center;justify-content:space-between;gap:14px}.topbar a,.topbar button{font-size:12px;color:#fff;background:transparent;border:0;font-weight:700}.topbar nav{display:flex;gap:16px;align-items:center;white-space:nowrap}
.nav-row{height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{width:130px;min-width:130px;display:flex;align-items:center}.brand img{width:118px;max-height:66px;object-fit:contain;display:block}.logo-aura{position:relative;border-radius:20px}.logo-aura:before{content:"";position:absolute;inset:-10px;background:radial-gradient(circle at 45% 42%,rgba(80,190,210,.22),transparent 58%);filter:blur(10px);opacity:.8;z-index:-1;transition:.25s}.logo-aura:hover:before{opacity:1;transform:scale(1.05)}
.main-nav{display:flex;align-items:center;gap:12px;white-space:nowrap}.main-nav>a,.nav-has-mega>a{font-size:13px;line-height:1;font-weight:800;color:#061f43;padding:13px 6px}.quote-link{background:linear-gradient(135deg,#0862b8,#0ea6c4)!important;color:#fff!important;border-radius:14px;padding:15px 18px!important}.nav-has-mega{position:relative}.mega-menu{right:0;left:auto;max-width:min(980px,calc(100vw - 60px));grid-template-columns:220px repeat(4,minmax(150px,1fr));gap:20px;padding:26px;border-radius:26px;box-shadow:0 30px 80px rgba(6,31,67,.18);overflow:hidden}.mega-col a{font-size:13px;padding:9px 0}.mega-intro p{font-size:14px;line-height:1.45;margin:8px 0 12px}.tools-mega{max-width:620px;grid-template-columns:220px 1fr}
.hamburger{display:none;border:0;background:#edf7fc;border-radius:14px;padding:10px}.hamburger span{display:block;width:24px;height:2px;background:#061f43;margin:5px;border-radius:2px}
.home-hero.hero-professional{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 0,rgba(14,166,196,.20),transparent 36%),linear-gradient(135deg,#f8fcff,#eef8fc);padding:88px 0 70px}.hero-pro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.72fr);gap:58px;align-items:center}.hero-copy h1{font-size:clamp(40px,4.3vw,72px);line-height:.98;letter-spacing:-.055em;color:#061f43;margin:16px 0}.hero-copy p{max-width:760px;font-size:18px;color:#47627e;line-height:1.75}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px;max-width:760px}.trust-strip div{border:1px solid var(--cam-border);background:rgba(255,255,255,.82);border-radius:18px;padding:18px 20px;box-shadow:0 20px 50px rgba(6,31,67,.07)}.trust-strip b{display:block;font-size:26px;color:#061f43}.trust-strip span{font-size:13px;color:#5c7287}.hero-panel{position:relative}.hero-brand-mini{width:150px;margin:0 auto -12px;background:#fff;border:1px solid var(--cam-border);border-radius:22px;padding:14px;box-shadow:0 20px 55px rgba(6,31,67,.10);position:relative;z-index:2}.hero-brand-mini img{width:100%;display:block}.quote-card.premium{background:#fff;border:1px solid var(--cam-border);box-shadow:0 30px 90px rgba(6,31,67,.15);border-radius:28px;padding:28px}.quote-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}.quote-tabs button{border:0;background:#edf7fc;color:#17314d;border-radius:12px;padding:12px 8px;font-weight:900}.quote-tabs button.active{background:#0862b8;color:#fff}.quote-card label{font-size:13px;font-weight:900;color:#17314d}.quote-card input,.quote-card textarea{width:100%;border:1px solid #d5e4f1;border-radius:14px;padding:13px 14px;margin:7px 0 12px;background:#fbfdff}.quote-card textarea{min-height:78px;resize:vertical}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.category-card{display:block;background:#fff;border:1px solid var(--cam-border);border-radius:24px;padding:22px;box-shadow:0 18px 50px rgba(6,31,67,.06);min-height:175px}.category-card img{width:42px;height:42px;object-fit:contain;margin-bottom:16px}.category-card b{display:block;color:#061f43;font-size:17px;margin-bottom:8px}.category-card span{color:#58718a;line-height:1.55;font-size:14px}.feature-split{display:grid;grid-template-columns:1fr 360px;gap:36px;align-items:center}.corporate-card.refined{background:#fff;border:1px solid var(--cam-border);border-radius:28px;padding:28px;box-shadow:0 24px 70px rgba(6,31,67,.09)}.corp-logo-wrap{background:#fff;border:1px solid var(--cam-border);border-radius:18px;padding:18px;max-width:210px}.corp-logo-wrap img{width:100%;height:auto;object-fit:contain;display:block}.corporate-card.refined>div:not(.corp-logo-wrap){padding:18px 0;border-top:1px dashed #d8e8f4}.corporate-card.refined b{display:block;color:#061f43}.corporate-card.refined span{display:block;color:#5c7287;margin-top:5px}.intro-loader{position:fixed;inset:0;background:rgba(248,252,255,.97);display:grid;place-items:center;z-index:9999;transition:opacity .35s ease,visibility .35s ease}.intro-loader.done{opacity:0;visibility:hidden}.ios-spinner-8{position:relative;width:54px;height:54px}.ios-spinner-8 i{position:absolute;left:25px;top:5px;width:4px;height:14px;border-radius:4px;background:#061f43;transform-origin:2px 22px;animation:iosSpinFade .85s linear infinite}.ios-spinner-8 i:nth-child(1){transform:rotate(0deg);animation-delay:-.742s}.ios-spinner-8 i:nth-child(2){transform:rotate(45deg);animation-delay:-.636s}.ios-spinner-8 i:nth-child(3){transform:rotate(90deg);animation-delay:-.53s}.ios-spinner-8 i:nth-child(4){transform:rotate(135deg);animation-delay:-.424s}.ios-spinner-8 i:nth-child(5){transform:rotate(180deg);animation-delay:-.318s}.ios-spinner-8 i:nth-child(6){transform:rotate(225deg);animation-delay:-.212s}.ios-spinner-8 i:nth-child(7){transform:rotate(270deg);animation-delay:-.106s}.ios-spinner-8 i:nth-child(8){transform:rotate(315deg);animation-delay:0s}@keyframes iosSpinFade{0%,100%{opacity:.18}50%{opacity:1}}
.fixed-actions{right:18px;gap:12px}.fx{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;box-shadow:0 14px 35px rgba(6,31,67,.22);border:0}.fx-wa{background:transparent!important;box-shadow:none!important;border-radius:0!important}.fx-wa img{width:54px!important;height:54px!important;display:block;object-fit:contain}.fx span{font-size:0}.fx-search:before{content:"";width:21px;height:21px;background:#fff;mask:url('/assets/img/icons/search.svg') center/contain no-repeat}.fx-support:before{content:"";width:21px;height:21px;background:#fff;mask:url('/assets/img/icons/support.svg') center/contain no-repeat}.fx-top:before{content:"↑";color:#fff;font-size:25px;line-height:1}.site-footer.corporate-footer{background:#061f43;color:#dceafb;padding-top:58px}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:34px}.site-footer h4{color:#fff;font-size:15px;margin:0 0 16px}.site-footer a,.site-footer button{display:block;color:#cfe2f4;background:transparent;border:0;padding:0;margin:9px 0;text-align:left;font-size:14px}.footer-brand-col p{font-size:14px;line-height:1.7;color:#cfe2f4}.footer-logo-wrap{width:126px;background:#fff;border-radius:20px;padding:12px;margin-bottom:18px}.footer-logo{width:100%;height:auto;display:block}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding:18px 0}.footer-bottom .container{display:flex;justify-content:space-between;color:#a9c2dc;font-size:13px}.site-popup{position:fixed;inset:0;background:rgba(6,31,67,.45);z-index:9997;display:grid;place-items:center;padding:20px}.site-popup-card{max-width:520px;background:#fff;border-radius:28px;padding:34px;box-shadow:0 40px 100px rgba(6,31,67,.28);position:relative}.site-popup-close{position:absolute;right:16px;top:16px;border:0;background:#edf7fc;width:36px;height:36px;border-radius:50%;font-size:24px}.site-popup h2{font-size:30px;color:#061f43;margin:10px 0}.site-popup p{color:#506980;line-height:1.7}.admin-side a{font-size:14px}.admin-shell{grid-template-columns:238px 1fr}.admin-main{padding:34px}.admin-grid.six{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-card.action{min-height:150px}.admin-card.action a{font-weight:900;color:#0862b8}.visual-admin-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:22px}.logo-preview{background:#f8fcff;border:1px solid var(--cam-border);border-radius:18px;padding:18px;display:inline-block}.logo-preview img{max-width:180px;max-height:120px;object-fit:contain}.company-admin-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.company-item{border:1px solid var(--cam-border);border-radius:18px;padding:14px;background:#fff}.company-item img{height:56px;width:100%;object-fit:contain}.inline-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.tiny-btn{border:0;border-radius:10px;padding:8px 10px;font-weight:800}.tiny-btn.danger{background:#ffe8e8;color:#b00020}.status-pill{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:#eef8fc;color:#0862b8}.status-pill.danger{background:#ffe8e8;color:#b00020}
@media(max-width:1180px){.main-nav{gap:7px}.main-nav>a,.nav-has-mega>a{font-size:12px;padding-left:4px;padding-right:4px}.brand{width:112px;min-width:112px}.brand img{width:104px}.quote-link{padding:13px 14px!important}.hero-pro-grid{grid-template-columns:1fr}.hero-panel{max-width:560px}.category-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr 1fr}.mega-menu{display:none!important}.nav-has-mega:hover .mega-menu{display:none!important}}
@media(max-width:860px){.topbar .container{height:auto;padding:9px 16px;display:block}.topbar nav{margin-top:6px;gap:10px;overflow:auto}.hamburger{display:block}.nav-row{height:74px}.main-nav{position:fixed;top:0;right:-100%;width:min(360px,90vw);height:100vh;background:#fff;box-shadow:-20px 0 50px rgba(6,31,67,.20);display:flex;flex-direction:column;align-items:stretch;padding:94px 24px 24px;gap:0;transition:.25s;white-space:normal}.main-nav.open{right:0}.main-nav>a,.nav-has-mega>a{display:block;font-size:15px;padding:16px;border-bottom:1px solid #e5eef6}.nav-has-mega .mega-menu{display:none!important}.hero-copy h1{font-size:40px}.trust-strip{grid-template-columns:1fr}.category-grid,.feature-split,.footer-top,.admin-grid.six,.visual-admin-grid{grid-template-columns:1fr}.footer-bottom .container{display:block}.fixed-actions{right:10px}.fx{width:48px;height:48px}.fx-wa img{width:48px!important;height:48px!important}}

/* R2.1 override - son yerleşim kilidi */
.site-header.compact .nav-row{height:74px!important;gap:18px!important}
.site-header.compact .brand.logo-aura{width:124px!important;min-width:124px!important;padding:0!important;background:transparent!important}
.site-header.compact .brand.logo-aura img{width:116px!important;max-width:116px!important;max-height:64px!important;object-fit:contain!important;filter:drop-shadow(0 12px 18px rgba(6,31,67,.13))!important}
.site-header.compact .main-nav{gap:10px!important;white-space:nowrap!important;align-items:center!important}
.site-header.compact .main-nav>a,.site-header.compact .nav-has-mega>a{font-size:12.5px!important;padding:12px 5px!important;height:auto!important;line-height:1!important}
.site-header.compact .quote-link{padding:14px 16px!important}
.logo-aura:before{background:radial-gradient(circle at 50% 50%,rgba(47,145,78,.18),rgba(14,166,196,.13) 45%,transparent 72%)!important;filter:blur(10px)!important;opacity:.75!important;z-index:-1!important}
.logo-aura:after{content:""!important;position:absolute!important;left:-40%!important;top:-18%!important;width:24%!important;height:140%!important;background:linear-gradient(100deg,transparent,rgba(255,255,255,.38),transparent)!important;transform:rotate(18deg)!important;animation:logoSweep 8s ease-in-out infinite!important;pointer-events:none!important;z-index:3!important}
.hero-professional .hero-copy h1{font-size:clamp(38px,4.1vw,66px)!important;max-width:850px!important}.hero-professional .hero-copy p{font-size:17px!important}.hero-professional .quote-card.premium{padding:26px!important;border-radius:26px!important}.hero-brand-mini{width:132px!important;padding:10px!important;border-radius:20px!important}.hero-brand-mini img{width:100%!important;height:auto!important;object-fit:contain!important}
.corporate-card .corp-logo-wrap,.contact-logo-card .corp-logo-wrap{max-width:170px!important;padding:12px!important}.corporate-card .corp-logo-wrap img,.contact-logo-card .corp-logo-wrap img{width:100%!important;height:auto!important;object-fit:contain!important}
.site-footer.corporate-footer .footer-logo-wrap{width:112px!important;max-width:112px!important;background:#fff!important;border-radius:16px!important;padding:8px!important}.site-footer.corporate-footer .footer-logo{width:100%!important;max-width:100%!important;height:auto!important;object-fit:contain!important}
.site-footer.corporate-footer .footer-top{grid-template-columns:1.55fr 1fr 1fr 1fr 1fr!important}.site-footer.corporate-footer h4{font-size:14px!important}.site-footer.corporate-footer a,.site-footer.corporate-footer p,.site-footer.corporate-footer button{font-size:13px!important}
.fixed-actions .fx-wa{background:transparent!important;border:none!important;padding:0!important}.fixed-actions .fx-wa img{width:54px!important;height:54px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
@media(max-width:1180px){.site-header.compact .main-nav>a,.site-header.compact .nav-has-mega>a{font-size:12px!important;padding-left:4px!important;padding-right:4px!important}.site-header.compact .brand.logo-aura{width:106px!important;min-width:106px!important}.site-header.compact .brand.logo-aura img{width:100px!important}.site-header.compact .main-nav{gap:6px!important}.site-footer.corporate-footer .footer-top{grid-template-columns:1fr 1fr 1fr!important}}
@media(max-width:860px){.site-header.compact .main-nav{gap:0!important}.site-header.compact .main-nav>a,.site-header.compact .nav-has-mega>a{font-size:15px!important;padding:16px!important}.site-footer.corporate-footer .footer-top{grid-template-columns:1fr!important}.hero-professional .hero-copy h1{font-size:38px!important}}


/* R2.2 ACIL INTRO FIX - logosuz, dönen iOS spinner, asla sayfayı kilitlemez */
.intro-loader{
  position:fixed!important;inset:0!important;z-index:2147483000!important;
  display:grid!important;place-items:center!important;
  background:rgba(247,251,255,.985)!important;
  backdrop-filter:blur(6px)!important;
  opacity:1!important;visibility:visible!important;
  pointer-events:none!important;
  transition:opacity .28s ease, visibility .28s ease!important;
}
.intro-loader.is-out,.intro-loader.hide,.intro-loader.done{
  opacity:0!important;visibility:hidden!important;pointer-events:none!important;
}
.ios-spinner-clean{
  width:58px!important;height:58px!important;position:relative!important;
  animation:camSpinnerRotate .82s steps(12,end) infinite!important;
  transform-origin:50% 50%!important;
}
.ios-spinner-clean i{
  position:absolute!important;left:27px!important;top:4px!important;
  width:4px!important;height:14px!important;border-radius:999px!important;
  background:#0b2b55!important;transform-origin:2px 25px!important;
  opacity:.20!important;display:block!important;
}
.ios-spinner-clean i:nth-child(1){transform:rotate(0deg);opacity:1!important}
.ios-spinner-clean i:nth-child(2){transform:rotate(30deg);opacity:.88!important}
.ios-spinner-clean i:nth-child(3){transform:rotate(60deg);opacity:.76!important}
.ios-spinner-clean i:nth-child(4){transform:rotate(90deg);opacity:.64!important}
.ios-spinner-clean i:nth-child(5){transform:rotate(120deg);opacity:.54!important}
.ios-spinner-clean i:nth-child(6){transform:rotate(150deg);opacity:.46!important}
.ios-spinner-clean i:nth-child(7){transform:rotate(180deg);opacity:.38!important}
.ios-spinner-clean i:nth-child(8){transform:rotate(210deg);opacity:.32!important}
.ios-spinner-clean i:nth-child(9){transform:rotate(240deg);opacity:.27!important}
.ios-spinner-clean i:nth-child(10){transform:rotate(270deg);opacity:.23!important}
.ios-spinner-clean i:nth-child(11){transform:rotate(300deg);opacity:.20!important}
.ios-spinner-clean i:nth-child(12){transform:rotate(330deg);opacity:.18!important}
@keyframes camSpinnerRotate{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion: reduce){.ios-spinner-clean{animation:none!important}.intro-loader{display:none!important}}


/* R2.4 menu/hamburger + kurumsal/iletisim/destek net düzeltme */
.nav-has-mega{position:relative!important}.nav-has-mega .mega-menu{position:absolute;top:48px;right:0;left:auto;opacity:0;visibility:hidden;transform:none!important;translate:0 12px;transition:opacity .18s ease,visibility .18s ease,translate .18s ease;z-index:1200}.nav-has-mega:hover .mega-menu,.nav-has-mega.open .mega-menu{opacity:1!important;visibility:visible!important;translate:0 0!important}.hamburger{cursor:pointer}.hamburger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hamburger span{transition:.18s ease}.main-nav a{white-space:nowrap}.nav-backdrop{position:fixed;inset:0;background:rgba(6,31,67,.35);z-index:70;opacity:0;visibility:hidden;transition:.2s}.nav-backdrop.open{opacity:1;visibility:visible}
@media(max-width:1180px) and (min-width:861px){.nav-has-mega .mega-menu{display:grid!important;max-width:min(920px,calc(100vw - 36px))}.nav-has-mega:hover .mega-menu,.nav-has-mega.open .mega-menu{display:grid!important}}
@media(max-width:860px){body.nav-open{overflow:hidden}.hamburger{display:block!important;z-index:1301}.main-nav{z-index:1300;overflow:auto}.main-nav.open{right:0!important}.nav-has-mega{position:static!important}.nav-has-mega .mega-menu{position:static!important;display:none!important;opacity:1!important;visibility:visible!important;translate:0 0!important;width:100%!important;max-width:100%!important;box-shadow:none!important;border:0!important;border-radius:16px!important;background:#f4f9fd!important;padding:12px!important;margin:0 0 8px!important;grid-template-columns:1fr!important}.nav-has-mega.open .mega-menu{display:block!important}.mega-intro{display:none!important}.mega-col{margin-bottom:8px}.mega-col h4{font-size:13px;margin:10px 4px;color:#061f43}.mega-col a{font-size:13px;padding:10px 8px!important;border-bottom:1px dashed #d7e7f2}.main-nav>a,.nav-has-mega>a{white-space:normal!important}}
.upgraded-contact,.upgraded-corporate,.upgraded-support{background:radial-gradient(circle at 82% 8%,rgba(14,166,196,.18),transparent 30%),linear-gradient(135deg,#f8fcff,#eef8fc)}.contact-command-card,.corporate-proof-panel,.support-flow-card{background:#fff;border:1px solid var(--cam-border);border-radius:30px;padding:28px;box-shadow:0 32px 90px rgba(6,31,67,.13)}.command-logo,.proof-logo{background:#fff;border:1px solid var(--cam-border);border-radius:22px;padding:14px;max-width:170px;margin-bottom:18px}.command-logo img,.proof-logo img{width:100%;height:auto;object-fit:contain}.command-meta b,.support-flow-card b{display:block;font-size:25px;line-height:1.12;color:#061f43;margin-bottom:8px}.command-meta span,.support-flow-card li,.muted{color:#5d7388}.command-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.command-mini-grid span,.proof-stat{display:block;border:1px solid #dbeaf5;border-radius:16px;padding:14px;background:#f8fcff;color:#5d7388}.command-mini-grid b,.proof-stat b{color:#061f43;font-size:19px}.contact-dashboard{display:grid;grid-template-columns:.86fr 1.14fr;gap:26px;align-items:start}.contact-channels,.contact-pro-form,.support-contact-card{background:#fff;border:1px solid var(--cam-border);border-radius:28px;padding:28px;box-shadow:0 24px 70px rgba(6,31,67,.08)}.contact-channels h2{margin-top:0;color:#061f43}.contact-row.big{align-items:flex-start;border-bottom:1px dashed #dbeaf5;padding:18px 0}.contact-row.big:last-child{border-bottom:0}.map-card.upgraded-map{display:grid;grid-template-columns:.42fr .58fr;gap:24px;align-items:stretch;padding:28px;background:#fff;border:1px solid var(--cam-border);border-radius:30px;box-shadow:0 24px 70px rgba(6,31,67,.10)}.map-frame iframe{width:100%!important;height:420px!important;border-radius:22px}.corporate-story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:stretch}.corporate-proof-panel{display:grid;grid-template-columns:1fr;gap:12px}.value-grid.upgraded{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.value-grid.upgraded>div{background:#fff;border:1px solid var(--cam-border);border-radius:22px;padding:20px;box-shadow:0 20px 55px rgba(6,31,67,.07)}.value-grid.upgraded img{width:42px;height:42px;margin-bottom:12px}.corporate-service-links a{background:#fff;border:1px solid var(--cam-border)}.support-flow-card ol{padding-left:20px;margin:12px 0 0}.support-flow-card li{margin:9px 0}.support-note-box{background:#eef8fc;border:1px solid #d7e9f4;border-radius:18px;padding:16px;color:#4c647b;line-height:1.6}.site-footer .footer-top a[href*="referanslar"]{display:none!important}
@media(max-width:900px){.contact-dashboard,.map-card.upgraded-map,.corporate-story-grid,.value-grid.upgraded{grid-template-columns:1fr}.map-frame iframe{height:340px!important}}


/* R2.5 - kesin hamburger, responsive ve sade panel düzeltmesi */
.site-header .nav-row{position:relative!important;z-index:1000!important;overflow:visible!important}
.site-header .hamburger{appearance:none!important;-webkit-appearance:none!important;border:1px solid #d7e8f5!important;background:#f2f9fe!important;cursor:pointer!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:0!important;min-width:46px!important;min-height:46px!important;line-height:1!important;z-index:5002!important}
.site-header .hamburger span{display:block!important;width:24px!important;height:2px!important;background:#06234a!important;margin:3px 0!important;border-radius:10px!important;transition:transform .2s ease,opacity .2s ease!important;transform-origin:center!important}
.site-header .hamburger.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)!important}
.site-header .hamburger.is-active span:nth-child(2){opacity:0!important}
.site-header .hamburger.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important}
@media(min-width:981px){
  .site-header .hamburger{display:none!important}
  .site-header .main-nav{display:flex!important;position:static!important;transform:none!important;opacity:1!important;visibility:visible!important;height:auto!important;width:auto!important;overflow:visible!important;box-shadow:none!important;background:transparent!important;padding:0!important;flex-direction:row!important;align-items:center!important}
  .site-header.compact .main-nav>a,.site-header.compact .nav-has-mega>a{font-size:12px!important;padding:11px 4px!important;white-space:nowrap!important}
  .site-header.compact .brand.logo-aura{width:104px!important;min-width:104px!important}
  .site-header.compact .brand.logo-aura img{width:98px!important;max-height:58px!important;object-fit:contain!important}
}
@media(max-width:980px){
  body.cam-menu-open{overflow:hidden!important}
  .site-header .hamburger{display:flex!important}
  .site-header .main-nav{
    display:flex!important;position:fixed!important;top:0!important;right:0!important;left:auto!important;width:min(380px,92vw)!important;height:100dvh!important;max-height:none!important;
    background:#fff!important;box-shadow:-26px 0 70px rgba(6,31,67,.22)!important;z-index:5001!important;padding:94px 22px 28px!important;overflow-y:auto!important;
    flex-direction:column!important;align-items:stretch!important;gap:0!important;white-space:normal!important;transform:translateX(108%)!important;transition:transform .24s ease!important;opacity:1!important;visibility:visible!important;border-radius:0!important;
  }
  .site-header .main-nav.open{transform:translateX(0)!important;right:0!important}
  .site-header .main-nav>a,.site-header .nav-has-mega>a{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;font-size:15px!important;line-height:1.2!important;padding:15px 10px!important;border-bottom:1px solid #e2edf6!important;color:#061f43!important;white-space:normal!important;background:transparent!important}
  .site-header .quote-link{justify-content:center!important;margin-top:10px!important;color:#fff!important;border:0!important}
  .site-header .nav-has-mega{position:static!important;width:100%!important}
  .site-header .nav-has-mega>a:after{content:'+';font-size:18px;font-weight:900;color:#0a6fc6;margin-left:auto}
  .site-header .nav-has-mega.open>a:after{content:'−'}
  .site-header .nav-has-mega .mega-menu{position:static!important;display:none!important;width:100%!important;max-width:100%!important;min-width:0!important;grid-template-columns:1fr!important;opacity:1!important;visibility:visible!important;translate:0 0!important;transform:none!important;box-shadow:none!important;border:1px solid #dceaf4!important;background:#f6fbff!important;border-radius:16px!important;padding:12px!important;margin:0 0 8px!important;overflow:visible!important}
  .site-header .nav-has-mega.open .mega-menu{display:block!important}
  .site-header .mega-intro{display:none!important}
  .site-header .mega-col h4{font-size:13px!important;margin:8px 6px!important;color:#061f43!important}
  .site-header .mega-col a{font-size:13px!important;display:block!important;padding:9px 8px!important;border-bottom:1px dashed #d6e5f2!important;line-height:1.25!important}
  .cam-nav-backdrop{position:fixed!important;inset:0!important;background:rgba(2,18,42,.46)!important;z-index:5000!important;opacity:0!important;visibility:hidden!important;transition:.2s ease!important;display:block!important}
  .cam-nav-backdrop.open{opacity:1!important;visibility:visible!important}
}
@media(max-width:540px){
  .hero-copy h1,.hero-professional .hero-copy h1{font-size:34px!important;line-height:1.06!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .quote-card.premium{padding:18px!important}
  .topbar nav{display:none!important}
}

/* R2.5 panel sade görünüm */
.admin-body{background:#f4f8fc!important;color:#061f43!important}
.admin-shell{display:grid!important;grid-template-columns:245px minmax(0,1fr)!important;min-height:100vh!important}
.admin-side{background:#061f43!important;color:#fff!important;padding:26px 22px!important;position:sticky!important;top:0!important;height:100vh!important;overflow:auto!important}
.admin-side h2{font-size:22px!important;margin:0 0 8px!important;color:#fff!important}.admin-side p{opacity:.72!important;margin:0 0 24px!important}.admin-side a{display:block!important;color:#eaf6ff!important;text-decoration:none!important;border-radius:14px!important;padding:12px 14px!important;margin:4px 0!important;font-size:14px!important;font-weight:700!important}.admin-side a:hover,.admin-side a.active{background:rgba(255,255,255,.12)!important;color:#fff!important}.admin-main{padding:34px!important;max-width:1280px!important;width:100%!important}.admin-main h1{font-size:32px!important;margin:0 0 24px!important}.admin-card{background:#fff!important;border:1px solid #dbe9f4!important;border-radius:22px!important;padding:24px!important;box-shadow:0 18px 50px rgba(6,31,67,.06)!important}.admin-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin-bottom:18px!important}.admin-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))!important}.smart-form label{display:block!important;font-weight:800!important;color:#183456!important;margin-bottom:16px!important}.smart-form input,.smart-form textarea,.smart-form select{width:100%!important;box-sizing:border-box!important;margin-top:8px!important;border:1px solid #cfe0ed!important;border-radius:14px!important;padding:12px 14px!important;background:#fbfdff!important;font:inherit!important;color:#061f43!important}.smart-form textarea{min-height:96px!important;resize:vertical!important}.smart-form .check,.show-pass{display:flex!important;align-items:center!important;gap:10px!important}.smart-form .check input,.show-pass input{width:auto!important;margin:0!important}.company-admin-list{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))!important;gap:14px!important}.company-item{display:flex!important;align-items:center!important;gap:10px!important;border:1px solid #e0ecf5!important;border-radius:16px!important;padding:12px!important;background:#fbfdff!important}.company-item img{width:72px!important;height:42px!important;object-fit:contain!important}.tiny-btn{border:0!important;border-radius:10px!important;background:#ecf5fc!important;color:#061f43!important;padding:8px 10px!important;font-weight:800!important;cursor:pointer!important}.tiny-btn.danger{background:#fff0f0!important;color:#b32626!important}.table{width:100%!important;border-collapse:collapse!important}.table th,.table td{padding:12px!important;border-bottom:1px solid #e0ecf5!important;text-align:left!important;font-size:14px!important}.status-pill{display:inline-flex!important;border-radius:999px!important;background:#e9f8ef!important;color:#126b37!important;padding:6px 10px!important;font-size:12px!important;font-weight:900!important}.status-pill.danger{background:#fff0f0!important;color:#b32626!important}.admin-note{background:#eef8ff!important;border:1px solid #d7eaf8!important;border-radius:18px!important;padding:16px!important;margin-bottom:18px!important;color:#284766!important}
@media(max-width:900px){.admin-shell{display:block!important}.admin-side{position:relative!important;height:auto!important}.admin-main{padding:22px!important}.admin-grid,.admin-grid.two{grid-template-columns:1fr!important}.admin-side a{display:inline-block!important;margin:4px!important}}

/* R2.7 - 2. mockup hero birebir hissi: güçlü sol metin + merkez güvence sahnesi + sağ premium form */
.home-hero.hero-r27{
  min-height:calc(100vh - 124px)!important;
  padding:72px 0 28px!important;
  background:
    radial-gradient(circle at 90% 5%,rgba(17,182,201,.22) 0,rgba(17,182,201,.12) 22%,transparent 38%),
    radial-gradient(circle at 54% 46%,rgba(13,101,193,.16) 0,rgba(17,182,201,.10) 24%,transparent 52%),
    linear-gradient(115deg,#ffffff 0%,#f4fbff 45%,#e5f6ff 100%)!important;
  overflow:hidden!important;
}
.home-hero.hero-r27:before{display:none!important}
.home-hero.hero-r27:after{content:"";position:absolute;inset:auto -12% -30% 30%;height:58%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.78),transparent);filter:blur(18px);transform:skewY(-6deg);pointer-events:none}
.hero-r27-grid{position:relative;z-index:2;display:grid!important;grid-template-columns:minmax(430px,.92fr) minmax(430px,1.08fr) minmax(360px,.72fr)!important;gap:18px!important;align-items:center!important;width:min(1500px,92vw)!important;margin:auto!important}
.hero-r27-copy{padding-top:10px!important}
.hero-r27-copy .eyebrow{font-size:13px!important;letter-spacing:.16em!important;color:#0768c8!important}
.hero-r27-copy h1{font-size:clamp(48px,4.35vw,78px)!important;line-height:.98!important;letter-spacing:-.065em!important;margin:18px 0 22px!important;color:#071d3e!important;max-width:790px!important}
.hero-r27-copy h1::first-letter{letter-spacing:-.08em!important}
.hero-r27-copy p{font-size:18px!important;line-height:1.75!important;color:#415d7a!important;max-width:650px!important;margin-bottom:0!important}
.hero-r27-actions{gap:18px!important;margin-top:28px!important}.hero-r27-actions .btn{min-height:54px!important;border-radius:16px!important;padding:14px 24px!important;box-shadow:0 20px 48px rgba(7,29,62,.08)!important}.hero-r27-actions .btn img{width:20px!important;height:20px!important;margin-right:9px!important;object-fit:contain!important}.hero-r27-actions .btn.ghost.wa-hero{background:#fff!important;border:1px solid #ddebf5!important;color:#061f43!important}.hero-r27-actions .btn.ghost.wa-hero img{width:21px!important;height:21px!important}
.r27-trust{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:700px!important;margin-top:34px!important}.r27-trust div{display:grid!important;grid-template-columns:42px 1fr!important;grid-template-rows:auto auto!important;column-gap:12px!important;align-items:center!important;padding:18px!important;background:rgba(255,255,255,.9)!important;box-shadow:0 20px 58px rgba(6,31,67,.08)!important}.r27-trust img{grid-row:1/3;width:38px!important;height:38px!important;object-fit:contain!important}.r27-trust b{font-size:28px!important;line-height:1!important}.r27-trust span{font-size:13px!important}
.hero-scene-wrap{position:relative!important;min-height:540px!important;display:grid!important;place-items:center!important;pointer-events:none!important}.hero-scene-wrap:before{content:"";position:absolute;width:112%;height:68%;bottom:2%;left:-6%;background:radial-gradient(ellipse at center,rgba(15,198,218,.26),rgba(13,101,193,.07) 45%,transparent 72%);filter:blur(8px);border-radius:50%;}.hero-scene{position:relative;z-index:1;width:min(640px,50vw)!important;max-width:none!important;filter:drop-shadow(0 34px 60px rgba(6,31,67,.16))!important;animation:heroFloat 6s ease-in-out infinite!important}@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.r27-panel{position:relative!important;align-self:center!important}.r27-panel:before{content:"";position:absolute;inset:-36px -28px auto auto;width:190px;height:190px;border-radius:50%;background:rgba(17,182,201,.13);filter:blur(3px);z-index:0}.r27-quote{position:relative!important;z-index:2!important;max-width:420px!important;margin-left:auto!important;border-radius:30px!important;padding:26px!important;background:rgba(255,255,255,.93)!important;backdrop-filter:blur(18px)!important;box-shadow:0 34px 85px rgba(6,31,67,.16)!important}.r27-quote .quote-tabs{gap:10px!important}.r27-quote .quote-tabs button{height:46px!important;border-radius:13px!important;font-size:15px!important;cursor:pointer!important}.r27-quote label{font-size:13px!important;margin:10px 0!important}.r27-quote input,.r27-quote textarea{height:50px!important;background:#fff!important}.r27-quote textarea{height:86px!important;min-height:86px!important}.r27-quote .btn.full{height:56px!important;border-radius:17px!important;margin-top:8px!important}.quote-mini-badges{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-top:14px!important}.quote-mini-badges span{font-size:12px!important;color:#496781!important;background:#f1f8fd!important;border-radius:12px!important;text-align:center!important;padding:9px 5px!important;font-weight:800!important}
.hero-company-strip{position:relative;z-index:3;margin-top:20px!important;background:rgba(255,255,255,.92)!important;border:1px solid #dbe9f4!important;border-radius:26px!important;box-shadow:0 20px 60px rgba(6,31,67,.08)!important;padding:18px 26px!important;display:grid!important;grid-template-columns:190px 1fr!important;gap:18px!important;align-items:center!important}.hero-company-strip>span{font-weight:900!important;color:#061f43!important;line-height:1.25!important}.hero-company-logos{display:grid!important;grid-template-columns:repeat(9,minmax(70px,1fr))!important;gap:18px!important;align-items:center!important}.hero-company-logos a{display:grid!important;place-items:center!important;min-height:50px!important}.hero-company-logos img{max-height:42px!important;max-width:115px!important;width:auto!important;object-fit:contain!important;filter:saturate(1.04) contrast(1.03)!important}
/* R2.7 responsive */
@media(max-width:1380px){.hero-r27-grid{grid-template-columns:minmax(370px,.95fr) minmax(360px,.9fr) minmax(340px,.72fr)!important;gap:12px!important}.hero-r27-copy h1{font-size:clamp(44px,4vw,66px)!important}.hero-scene{width:min(540px,42vw)!important}.hero-scene-wrap{min-height:480px!important}.r27-quote{max-width:385px!important}.hero-company-logos{grid-template-columns:repeat(7,minmax(70px,1fr))!important}.hero-company-logos a:nth-last-child(-n+2){display:none!important}}
@media(max-width:1120px){.hero-r27-grid{grid-template-columns:1fr 420px!important}.hero-scene-wrap{grid-column:1/2;grid-row:2/3;min-height:360px!important;justify-content:start!important}.hero-scene{width:min(520px,88vw)!important}.r27-panel{grid-column:2/3;grid-row:1/3}.hero-r27-copy h1{font-size:clamp(42px,6vw,62px)!important}.hero-company-strip{grid-template-columns:1fr!important}.hero-company-logos{grid-template-columns:repeat(5,1fr)!important}.hero-company-logos a:nth-last-child(-n+4){display:none!important}}
@media(max-width:860px){.home-hero.hero-r27{padding:44px 0 22px!important}.hero-r27-grid{display:flex!important;flex-direction:column!important;align-items:stretch!important}.hero-r27-copy{text-align:left!important}.hero-r27-copy h1{font-size:38px!important}.hero-scene-wrap{order:2;min-height:300px!important}.hero-scene{width:100%!important}.r27-panel{order:3}.r27-quote{max-width:none!important;margin:0!important}.r27-trust{grid-template-columns:1fr!important}.hero-company-strip{padding:16px!important}.hero-company-logos{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.hero-company-logos a:nth-last-child(-n+6){display:none!important}.quote-mini-badges{grid-template-columns:1fr!important}}
@media(max-width:520px){.hero-r27-copy h1{font-size:33px!important}.hero-r27-actions .btn{width:100%!important}.hero-scene-wrap{min-height:230px!important}.r27-quote{padding:18px!important}.r27-quote .quote-tabs button{font-size:13px!important;height:40px!important}.hero-company-logos img{max-height:34px!important;max-width:88px!important}}

/* R2.8 - sticky header, tighter hero, clickable insurance scene, stable responsive menu */
.site-header{position:sticky!important;top:0!important;z-index:3000!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(16px)!important;box-shadow:0 8px 30px rgba(6,31,67,.06)!important}
.site-header .topbar{height:auto!important}.site-header .topbar .container{height:30px!important;font-size:12px!important}
.site-header .nav-row{height:66px!important;max-width:min(1380px,94vw)!important;overflow:visible!important}.site-header .brand{width:112px!important;min-width:112px!important}.site-header .brand img{width:104px!important;max-height:58px!important;object-fit:contain!important}
.site-header .main-nav{flex-wrap:nowrap!important;gap:4px!important;white-space:nowrap!important}.site-header .main-nav>a,.site-header .nav-has-mega>a{font-size:12px!important;padding:10px 7px!important;height:38px!important;border-radius:12px!important;line-height:1!important}.site-header .quote-link{padding:10px 13px!important}
.site-header .mega-menu{top:44px!important;max-width:min(960px,calc(100vw - 54px))!important;max-height:calc(100vh - 120px)!important;overflow:auto!important;right:0!important;left:auto!important;transform:none!important;grid-template-columns:220px repeat(4,minmax(132px,1fr))!important;padding:20px!important;gap:16px!important}.site-header .mega-intro{padding:18px!important}.site-header .mega-intro b{font-size:20px!important}.site-header .mega-col a{font-size:12.5px!important;line-height:1.22!important;padding:7px 0!important}.site-header .mega-col h4{font-size:13px!important}.site-header .nav-has-mega:hover .mega-menu,.site-header .nav-has-mega.open .mega-menu{opacity:1!important;visibility:visible!important;translate:0 0!important}
.home-hero.hero-r27{min-height:auto!important;padding:44px 0 24px!important;background:radial-gradient(circle at 91% 4%,rgba(17,182,201,.20),transparent 33%),radial-gradient(circle at 55% 49%,rgba(13,101,193,.10),transparent 46%),linear-gradient(116deg,#fff 0,#f5fbff 48%,#e5f6ff 100%)!important}.hero-r27-grid{width:min(1420px,92vw)!important;grid-template-columns:minmax(390px,.9fr) minmax(420px,1fr) minmax(350px,.72fr)!important;gap:20px!important}.hero-r27-copy h1{font-size:clamp(40px,3.35vw,58px)!important;line-height:1.05!important;letter-spacing:-.052em!important;max-width:660px!important;margin:14px 0 16px!important}.hero-r27-copy p{font-size:16px!important;line-height:1.7!important;max-width:620px!important}.hero-r27-copy .eyebrow{font-size:12px!important;letter-spacing:.15em!important}.hero-r27-actions{margin-top:20px!important;gap:12px!important}.hero-r27-actions .btn{min-height:48px!important;border-radius:14px!important;padding:12px 18px!important}.r27-trust{margin-top:24px!important;max-width:630px!important}.r27-trust div{padding:14px!important}.r27-trust b{font-size:23px!important}.r27-trust span{font-size:12px!important}.hero-scene-wrap{min-height:430px!important;pointer-events:auto!important}.hero-scene{width:min(500px,37vw)!important;filter:drop-shadow(0 28px 46px rgba(6,31,67,.13))!important}.r27-panel:before{width:150px!important;height:150px!important;inset:-22px -18px auto auto!important}.r27-quote{max-width:390px!important;padding:22px!important;border-radius:26px!important}.r27-quote .quote-tabs button{height:42px!important;font-size:14px!important}.r27-quote input,.r27-quote textarea{height:45px!important}.r27-quote textarea{height:76px!important;min-height:76px!important}.r27-quote .btn.full{height:50px!important}.quote-mini-badges{display:none!important}.hero-company-strip{width:min(1420px,92vw)!important;margin-top:14px!important;padding:14px 20px!important;border-radius:22px!important;grid-template-columns:170px 1fr!important}.hero-company-strip>span{font-size:13px!important}.hero-company-logos{gap:14px!important}.hero-company-logos img{max-height:36px!important;max-width:105px!important}
.hero-scene-clicks{position:relative!important}.hero-hotspot{position:absolute!important;z-index:5!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:76px!important;height:32px!important;border-radius:999px!important;background:rgba(255,255,255,.86)!important;border:1px solid rgba(190,222,240,.9)!important;box-shadow:0 14px 28px rgba(6,31,67,.12)!important;color:#082756!important;font-size:12px!important;font-weight:900!important;backdrop-filter:blur(10px)!important;transition:.18s ease!important}.hero-hotspot:hover{transform:translateY(-2px)!important;background:#fff!important;color:#0a68c7!important}.hot-trafik{left:10%!important;top:32%!important}.hot-konut{right:9%!important;top:28%!important}.hot-saglik{right:2%!important;top:53%!important}.hot-isyeri{left:6%!important;top:58%!important}.hot-dask{left:45%!important;bottom:10%!important}
.local-seo-boost{margin-top:24px;padding:22px;border:1px solid #dbe9f4;border-radius:22px;background:linear-gradient(135deg,#f5fbff,#fff);box-shadow:0 14px 34px rgba(6,31,67,.05)}.local-seo-boost h3{margin-top:0;color:#071d3e}.local-seo-boost p{margin-bottom:16px}.local-seo-links{display:flex;flex-wrap:wrap;gap:9px}.local-seo-links a{display:inline-flex;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #dbe9f4;font-weight:850;color:#0b5fac;font-size:13px}
.fixed-actions{right:18px!important;gap:9px!important}.fixed-actions .fx{width:48px!important;height:48px!important;border-radius:15px!important}.fixed-actions .fx-wa{background:transparent!important;border:0!important;box-shadow:none!important}.fixed-actions .fx-wa:before{display:none!important}.fixed-actions .fx-wa img{width:46px!important;height:46px!important;max-width:none!important}.fixed-actions .fx-search:before,.fixed-actions .fx-support:before,.fixed-actions .fx-top:before{opacity:1!important}
@media(max-width:1280px){.hero-r27-grid{grid-template-columns:minmax(340px,.88fr) minmax(350px,.92fr) minmax(330px,.72fr)!important}.hero-r27-copy h1{font-size:clamp(38px,3.6vw,52px)!important}.hero-scene{width:min(445px,35vw)!important}.hero-scene-wrap{min-height:385px!important}.r27-quote{max-width:360px!important}.hero-company-logos{grid-template-columns:repeat(7,minmax(68px,1fr))!important}.hero-company-logos a:nth-last-child(-n+2){display:none!important}}
@media(max-width:1080px){.site-header .topbar nav{display:none!important}.site-header .nav-row{height:64px!important}.hero-r27-grid{grid-template-columns:1fr 390px!important}.hero-scene-wrap{grid-column:1/2!important;grid-row:2/3!important;min-height:320px!important;justify-content:start!important}.hero-scene{width:min(450px,84vw)!important}.r27-panel{grid-column:2/3!important;grid-row:1/3!important}.hero-r27-copy h1{font-size:clamp(34px,5.2vw,48px)!important}.hero-hotspot{display:none!important}.hero-company-strip{grid-template-columns:1fr!important}.hero-company-logos{grid-template-columns:repeat(5,1fr)!important}.hero-company-logos a:nth-last-child(-n+4){display:none!important}}
@media(max-width:980px){.site-header .hamburger{display:flex!important}.site-header .main-nav{position:fixed!important;top:0!important;right:0!important;width:min(380px,92vw)!important;height:100dvh!important;z-index:5001!important;padding:86px 22px 28px!important;background:#fff!important;box-shadow:-24px 0 70px rgba(6,31,67,.24)!important;transform:translateX(108%)!important;transition:transform .24s ease!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;overflow:auto!important}.site-header .main-nav.open{transform:translateX(0)!important}.site-header .main-nav>a,.site-header .nav-has-mega>a{width:100%!important;height:auto!important;padding:14px 8px!important;font-size:15px!important;justify-content:space-between!important}.site-header .nav-has-mega{width:100%!important;position:static!important}.site-header .nav-has-mega>a:after{content:'+';margin-left:auto;font-size:20px}.site-header .nav-has-mega.open>a:after{content:'−'}.site-header .nav-has-mega .mega-menu{position:static!important;display:none!important;width:100%!important;max-width:100%!important;max-height:none!important;grid-template-columns:1fr!important;box-shadow:none!important;border:1px solid #dbe9f4!important;background:#f7fbff!important;border-radius:16px!important;padding:12px!important;margin:0 0 10px!important;opacity:1!important;visibility:visible!important;transform:none!important;translate:0 0!important}.site-header .nav-has-mega.open .mega-menu{display:block!important}.site-header .mega-intro{display:none!important}.cam-nav-backdrop{position:fixed!important;inset:0!important;background:rgba(6,31,67,.42)!important;z-index:5000!important;opacity:0!important;visibility:hidden!important;transition:.2s}.cam-nav-backdrop.open{opacity:1!important;visibility:visible!important}}
@media(max-width:860px){.home-hero.hero-r27{padding:32px 0 22px!important}.hero-r27-grid{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:20px!important}.hero-r27-copy h1{font-size:34px!important;max-width:100%!important}.hero-r27-copy p{font-size:15px!important}.hero-scene-wrap{order:2;min-height:255px!important}.hero-scene{width:min(420px,96vw)!important;margin:auto!important}.r27-panel{order:3!important}.r27-quote{max-width:none!important;margin:0!important}.r27-trust{grid-template-columns:1fr!important}.hero-company-strip{padding:14px!important}.hero-company-logos{grid-template-columns:repeat(3,1fr)!important}.hero-company-logos a:nth-last-child(-n+6){display:none!important}.fixed-actions{right:10px!important}.fixed-actions .fx{width:44px!important;height:44px!important}.fixed-actions .fx-wa img{width:44px!important;height:44px!important}}
@media(max-width:520px){.site-header .brand{width:96px!important;min-width:96px!important}.site-header .brand img{width:90px!important}.hero-r27-copy h1{font-size:30px!important}.hero-r27-actions{display:grid!important;grid-template-columns:1fr!important}.hero-r27-actions .btn{width:100%!important}.hero-scene-wrap{min-height:210px!important}.r27-quote{padding:16px!important}.hero-company-logos img{max-height:30px!important;max-width:84px!important}}

/* R2.9 - hero netleştirme, görünür hotspotları kaldırma, sabit buton SVG kesin düzeltme */
.home-hero.hero-r27{
  min-height:auto!important;
  padding:40px 0 22px!important;
  background:
    radial-gradient(circle at 88% 8%,rgba(17,182,201,.16) 0,rgba(17,182,201,.08) 22%,transparent 36%),
    radial-gradient(circle at 56% 50%,rgba(13,101,193,.10),transparent 42%),
    linear-gradient(116deg,#ffffff 0%,#f7fcff 52%,#e8f7ff 100%)!important;
}
.hero-r27-grid{
  width:min(1320px,92vw)!important;
  grid-template-columns:minmax(360px,.86fr) minmax(420px,1.02fr) minmax(340px,.72fr)!important;
  gap:24px!important;
  align-items:center!important;
}
.hero-r27-copy h1{
  font-size:clamp(34px,2.85vw,48px)!important;
  line-height:1.09!important;
  letter-spacing:-.046em!important;
  max-width:600px!important;
  margin:12px 0 14px!important;
}
.hero-r27-copy p{
  font-size:15.5px!important;
  line-height:1.72!important;
  max-width:580px!important;
}
.hero-r27-copy .eyebrow{font-size:11.5px!important;letter-spacing:.16em!important}
.hero-r27-actions{margin-top:20px!important;gap:10px!important}.hero-r27-actions .btn{min-height:46px!important;padding:11px 17px!important;border-radius:14px!important;font-size:14px!important}
.r27-trust{margin-top:22px!important;max-width:560px!important;gap:10px!important}.r27-trust div{padding:13px!important;border-radius:17px!important}.r27-trust img{width:30px!important;height:30px!important}.r27-trust b{font-size:21px!important}.r27-trust span{font-size:11.5px!important;line-height:1.25!important}
.hero-scene-wrap{min-height:350px!important;place-items:center!important;pointer-events:auto!important}.hero-scene-wrap:before{width:92%!important;height:54%!important;left:4%!important;bottom:7%!important;opacity:.72!important}.hero-scene{width:min(455px,34vw)!important;max-width:100%!important;animation:heroFloat 7s ease-in-out infinite!important;filter:drop-shadow(0 20px 36px rgba(6,31,67,.12))!important}
.hero-hotspot{background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;color:transparent!important;font-size:0!important;min-width:54px!important;width:76px!important;height:62px!important;padding:0!important;opacity:1!important;transform:none!important}.hero-hotspot span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.hero-hotspot:hover{background:rgba(255,255,255,.08)!important;outline:1px solid rgba(13,101,193,.16)!important;transform:none!important}.hot-trafik{left:13%!important;top:28%!important}.hot-konut{right:9%!important;top:22%!important}.hot-saglik{right:2%!important;top:50%!important}.hot-isyeri{left:11%!important;top:55%!important}.hot-dask{left:44%!important;bottom:9%!important}
.r27-quote{max-width:360px!important;padding:20px!important;border-radius:24px!important}.r27-quote .quote-tabs{gap:8px!important}.r27-quote .quote-tabs button{height:40px!important;font-size:13.5px!important;border-radius:12px!important}.r27-quote input,.r27-quote textarea{height:43px!important;border-radius:13px!important}.r27-quote textarea{height:70px!important;min-height:70px!important}.r27-quote label{font-size:12.5px!important;margin:8px 0!important}.r27-quote .btn.full{height:48px!important;border-radius:15px!important;font-size:14px!important}
.hero-company-strip{margin-top:12px!important;padding:13px 18px!important;border-radius:20px!important;grid-template-columns:160px 1fr!important}.hero-company-logos img{max-height:34px!important;max-width:98px!important}
.fixed-actions{right:18px!important;top:50%!important;bottom:auto!important;left:auto!important;transform:translateY(-50%)!important;display:flex!important;flex-direction:column!important;gap:10px!important;z-index:2600!important}.fixed-actions .fx{width:48px!important;height:48px!important;border-radius:15px!important;padding:0!important;display:grid!important;place-items:center!important;background:#082c64!important;box-shadow:0 14px 34px rgba(6,31,67,.22)!important;border:1px solid rgba(255,255,255,.24)!important}.fixed-actions .fx:before{display:none!important}.fixed-actions .fx img{width:21px!important;height:21px!important;display:block!important;object-fit:contain!important;filter:brightness(0) invert(1)!important}.fixed-actions .fx span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.fixed-actions .fx-wa{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important}.fixed-actions .fx-wa img{width:52px!important;height:52px!important;filter:none!important}.fixed-actions .fx-top{order:99!important;background:#061f43!important}.fixed-actions .fx-search{order:1!important}.fixed-actions .fx-wa{order:2!important}.fixed-actions .fx-support{order:3!important}
@media(max-width:1280px){.hero-r27-grid{grid-template-columns:minmax(315px,.8fr) minmax(360px,.92fr) minmax(320px,.7fr)!important;gap:18px!important}.hero-r27-copy h1{font-size:clamp(32px,3vw,44px)!important}.hero-scene{width:min(410px,33vw)!important}.hero-scene-wrap{min-height:320px!important}.r27-quote{max-width:340px!important}.hero-company-logos{grid-template-columns:repeat(7,minmax(60px,1fr))!important}}
@media(max-width:1080px){.hero-r27-grid{grid-template-columns:1fr 360px!important}.hero-r27-copy h1{font-size:clamp(32px,4.4vw,42px)!important}.hero-scene-wrap{min-height:260px!important}.hero-scene{width:min(390px,72vw)!important}.r27-panel{grid-column:2/3!important;grid-row:1/3!important}.hero-hotspot{display:none!important}}
@media(max-width:860px){.home-hero.hero-r27{padding:28px 0 20px!important}.hero-r27-grid{display:flex!important;flex-direction:column!important;gap:16px!important}.hero-r27-copy h1{font-size:31px!important;line-height:1.08!important}.hero-r27-copy p{font-size:14.5px!important}.hero-scene-wrap{min-height:215px!important}.hero-scene{width:min(340px,92vw)!important}.r27-quote{max-width:none!important;width:100%!important}.fixed-actions{right:9px!important;gap:8px!important}.fixed-actions .fx{width:42px!important;height:42px!important}.fixed-actions .fx img{width:19px!important;height:19px!important}.fixed-actions .fx-wa img{width:46px!important;height:46px!important}}
@media(max-width:520px){.hero-r27-copy h1{font-size:28px!important}.r27-trust{grid-template-columns:1fr!important}.hero-scene-wrap{min-height:195px!important}.hero-company-logos{grid-template-columns:repeat(3,1fr)!important}.site-header .topbar .container{height:auto!important;min-height:28px!important}.site-header .brand img{width:82px!important}.site-header .brand{width:88px!important;min-width:88px!important}}

/* R3.2 - kesin mobil hamburger + mobil hero hotspot düzeltmesi */
@media (max-width:1080px){
  html.cam-menu-lock, body.cam-menu-open{overflow:hidden!important;touch-action:none!important;}
  .site-header{z-index:2147482000!important;}
  .site-header .hamburger{
    display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;
    width:46px!important;height:46px!important;border:1px solid rgba(13,101,193,.15)!important;border-radius:15px!important;
    background:#f2f9ff!important;color:#061f43!important;position:relative!important;z-index:2147483600!important;cursor:pointer!important;
    box-shadow:0 10px 24px rgba(6,31,67,.08)!important;
  }
  body.cam-menu-open .site-header .hamburger{position:fixed!important;right:18px!important;top:18px!important;background:#fff!important;box-shadow:0 18px 46px rgba(6,31,67,.18)!important;}
  .site-header .hamburger span{display:block!important;width:20px!important;height:2px!important;background:#08244a!important;border-radius:10px!important;transition:transform .22s ease,opacity .18s ease!important;}
  .site-header .hamburger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)!important;}
  .site-header .hamburger.is-active span:nth-child(2){opacity:0!important;}
  .site-header .hamburger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important;}
  .cam-nav-backdrop{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;}
  .site-header .main-nav{
    position:fixed!important;inset:0!important;width:100vw!important;max-width:none!important;height:100dvh!important;
    z-index:2147483000!important;padding:82px 18px 28px!important;margin:0!important;
    display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;
    background:linear-gradient(145deg,#f7fbff 0%,#edf7ff 48%,#ffffff 100%)!important;
    opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:none!important;translate:0 0!important;
    overflow-y:auto!important;overflow-x:hidden!important;box-shadow:none!important;border:0!important;border-radius:0!important;
    transition:opacity .18s ease,visibility .18s ease!important;
  }
  .site-header .main-nav.open, body.cam-menu-open .site-header .main-nav{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
  .site-header .main-nav:before{content:'Çam Sigorta Menü';display:block!important;font-weight:900!important;color:#071d3e!important;font-size:18px!important;margin:0 56px 10px 2px!important;letter-spacing:.02em!important;}
  .site-header .main-nav>a,
  .site-header .nav-has-mega>a{
    min-height:50px!important;height:auto!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
    padding:14px 16px!important;margin:0!important;border-radius:16px!important;background:rgba(255,255,255,.78)!important;
    border:1px solid rgba(210,228,241,.92)!important;color:#071d3e!important;font-size:15px!important;line-height:1.2!important;font-weight:850!important;
    box-shadow:0 10px 22px rgba(6,31,67,.045)!important;white-space:normal!important;
  }
  .site-header .quote-link{background:linear-gradient(135deg,#0d65c1,#11b6c9)!important;color:#fff!important;justify-content:center!important;}
  .site-header .nav-has-mega{position:static!important;width:100%!important;display:block!important;}
  .site-header .nav-has-mega>a:after{content:'+'!important;font-size:20px!important;line-height:1!important;color:#0d65c1!important;margin-left:auto!important;}
  .site-header .nav-has-mega.open>a:after,
  .site-header .nav-has-mega.is-open>a:after{content:'−'!important;}
  .site-header .nav-has-mega .mega-menu{
    position:static!important;width:100%!important;max-width:100%!important;min-width:0!important;display:none!important;grid-template-columns:1fr!important;
    opacity:1!important;visibility:visible!important;translate:0 0!important;transform:none!important;max-height:none!important;overflow:visible!important;
    padding:12px!important;margin:8px 0 10px!important;border-radius:16px!important;background:#fff!important;border:1px solid #dbe9f4!important;box-shadow:none!important;
  }
  .site-header .nav-has-mega.open .mega-menu,
  .site-header .nav-has-mega.is-open .mega-menu{display:block!important;}
  .site-header .mega-intro{display:none!important;}
  .site-header .mega-col{margin:0 0 10px!important;}
  .site-header .mega-col h4{font-size:13px!important;margin:4px 0 6px!important;color:#071d3e!important;}
  .site-header .mega-col a{display:block!important;padding:10px 8px!important;border-bottom:1px dashed #e3eef8!important;font-size:13.5px!important;line-height:1.25!important;color:#35526f!important;background:transparent!important;box-shadow:none!important;}
  .fixed-actions{z-index:900!important;}
  body.cam-menu-open .fixed-actions{display:none!important;}
}

/* R3.2 - mobilde de çalışan, görünmez ama tam hedefe oturan hero hotspot alanları */
.hero-scene-clicks{pointer-events:auto!important;}
.hero-hotspot{outline:0!important;-webkit-tap-highlight-color:transparent!important;}
.hero-hotspot span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;}
.hero-hotspot:hover,.hero-hotspot:focus,.hero-hotspot:active{outline:0!important;border:0!important;box-shadow:none!important;}
.hero-hotspot:hover::after,.hero-hotspot:focus-visible::after{content:''!important;position:absolute!important;inset:8%!important;border-radius:50%!important;background:radial-gradient(circle,rgba(17,182,201,.22),rgba(13,101,193,.08) 55%,transparent 72%)!important;filter:blur(2px)!important;}
.hot-trafik{left:12.8%!important;top:27.4%!important;width:58px!important;height:58px!important;min-width:0!important;}
.hot-isyeri{left:13.8%!important;top:53.2%!important;width:64px!important;height:70px!important;min-width:0!important;}
.hot-konut{right:13.5%!important;top:22.5%!important;width:58px!important;height:60px!important;min-width:0!important;}
.hot-saglik{right:8.2%!important;top:45.2%!important;width:68px!important;height:70px!important;min-width:0!important;}
.hot-dask{left:44.2%!important;top:68.2%!important;width:74px!important;height:58px!important;min-width:0!important;}
@media(max-width:1080px){
  .hero-hotspot{display:block!important;background:transparent!important;border:0!important;color:transparent!important;font-size:0!important;padding:0!important;z-index:6!important;}
}
@media(max-width:860px){
  .hero-scene-wrap{pointer-events:auto!important;}
  .hero-hotspot{display:block!important;}
  .hot-trafik{left:12.5%!important;top:25.5%!important;width:48px!important;height:48px!important;}
  .hot-isyeri{left:13.4%!important;top:52.5%!important;width:54px!important;height:58px!important;}
  .hot-konut{right:13.8%!important;top:22%!important;width:48px!important;height:50px!important;}
  .hot-saglik{right:8%!important;top:45.5%!important;width:56px!important;height:58px!important;}
  .hot-dask{left:43.5%!important;top:67.5%!important;width:60px!important;height:50px!important;}
}
@media(max-width:520px){
  .hot-trafik{left:12.2%!important;top:25%!important;width:42px!important;height:42px!important;}
  .hot-isyeri{left:13%!important;top:52%!important;width:48px!important;height:52px!important;}
  .hot-konut{right:13.2%!important;top:21.5%!important;width:42px!important;height:44px!important;}
  .hot-saglik{right:7.6%!important;top:45%!important;width:50px!important;height:52px!important;}
  .hot-dask{left:43%!important;top:67%!important;width:54px!important;height:44px!important;}
}


/* R3.3 - mobil hamburger/header net fix: header görünür kalır, menü header altında açılır */
@media (max-width:1080px){
  html.cam-menu-lock, body.cam-menu-open{overflow:hidden!important;touch-action:none!important;}
  .site-header{position:sticky!important;top:0!important;z-index:2147483000!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(14px)!important;overflow:visible!important;}
  .site-header .topbar{position:relative!important;z-index:3!important;}
  .site-header .nav-row{position:relative!important;z-index:4!important;height:64px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;overflow:visible!important;}
  .site-header .brand{display:flex!important;align-items:center!important;width:auto!important;min-width:0!important;max-width:118px!important;position:relative!important;z-index:2147483600!important;}
  .site-header .brand img{width:94px!important;max-height:56px!important;object-fit:contain!important;}
  .site-header .hamburger{
    position:relative!important;right:auto!important;top:auto!important;display:grid!important;place-items:center!important;width:46px!important;height:46px!important;
    border:1px solid rgba(13,101,193,.18)!important;border-radius:15px!important;background:#f7fbff!important;box-shadow:0 10px 24px rgba(6,31,67,.08)!important;
    z-index:2147483700!important;cursor:pointer!important;color:#08244a!important;font-size:0!important;line-height:1!important;padding:0!important;
  }
  body.cam-menu-open .site-header .hamburger{position:relative!important;right:auto!important;top:auto!important;background:#fff!important;box-shadow:0 14px 34px rgba(6,31,67,.14)!important;}
  .site-header .hamburger span{display:none!important;}
  .site-header .hamburger:before{content:'☰'!important;display:block!important;font-size:25px!important;font-weight:900!important;line-height:1!important;color:#08244a!important;transform:translateY(-1px)!important;}
  .site-header .hamburger.is-active:before, body.cam-menu-open .site-header .hamburger:before{content:'×'!important;font-size:34px!important;font-weight:500!important;transform:translateY(-2px)!important;}
  .site-header .main-nav{
    position:fixed!important;left:12px!important;right:12px!important;top:calc(var(--cam-header-h, 108px) + 10px)!important;width:auto!important;height:auto!important;max-height:calc(100dvh - var(--cam-header-h, 108px) - 22px)!important;
    z-index:2147482500!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;padding:14px!important;margin:0!important;
    background:linear-gradient(145deg,#f8fcff 0%,#eef8ff 100%)!important;border:1px solid rgba(205,226,241,.95)!important;border-radius:22px!important;
    box-shadow:0 24px 70px rgba(6,31,67,.18)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;translate:0 0!important;overflow-y:auto!important;overflow-x:hidden!important;
  }
  .site-header .main-nav.open, body.cam-menu-open .site-header .main-nav{display:flex!important;}
  .site-header .main-nav:before{content:'Çam Sigorta Menü'!important;display:block!important;text-align:center!important;font-weight:900!important;color:#071d3e!important;font-size:17px!important;margin:4px 46px 8px!important;letter-spacing:.01em!important;}
  .site-header .main-nav>a,
  .site-header .nav-has-mega>a{
    min-height:48px!important;height:auto!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
    padding:13px 15px!important;margin:0!important;border-radius:15px!important;background:#fff!important;border:1px solid rgba(210,228,241,.96)!important;
    color:#071d3e!important;font-size:15px!important;line-height:1.2!important;font-weight:850!important;box-shadow:0 8px 18px rgba(6,31,67,.045)!important;white-space:normal!important;
  }
  .site-header .quote-link{background:linear-gradient(135deg,#0d65c1,#11b6c9)!important;color:#fff!important;justify-content:center!important;}
  .site-header .nav-has-mega{position:static!important;width:100%!important;display:block!important;}
  .site-header .nav-has-mega>a:after{content:'+'!important;font-size:20px!important;line-height:1!important;color:#0d65c1!important;margin-left:auto!important;}
  .site-header .nav-has-mega.open>a:after,.site-header .nav-has-mega.is-open>a:after{content:'−'!important;}
  .site-header .nav-has-mega .mega-menu{
    position:static!important;width:100%!important;max-width:100%!important;min-width:0!important;display:none!important;grid-template-columns:1fr!important;
    opacity:1!important;visibility:visible!important;translate:0 0!important;transform:none!important;max-height:none!important;overflow:visible!important;
    padding:10px!important;margin:8px 0 10px!important;border-radius:15px!important;background:#fff!important;border:1px solid rgba(219,233,244,.98)!important;box-shadow:none!important;
  }
  .site-header .nav-has-mega.open .mega-menu,.site-header .nav-has-mega.is-open .mega-menu{display:block!important;}
  .site-header .mega-intro{display:none!important;}
  .site-header .mega-col{margin:0 0 8px!important;}
  .site-header .mega-col h4{font-size:12px!important;margin:8px 8px 4px!important;color:#0d65c1!important;letter-spacing:.05em;text-transform:uppercase;}
  .site-header .mega-col a{font-size:13px!important;padding:9px 8px!important;border-bottom:1px dashed #e4eef6!important;color:#314c6c!important;box-shadow:none!important;background:transparent!important;}
  .cam-nav-backdrop{display:block!important;position:fixed!important;inset:0!important;top:var(--cam-header-h,108px)!important;background:rgba(5,24,50,.20)!important;z-index:2147482000!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .18s ease!important;}
  .cam-nav-backdrop.open, body.cam-menu-open .cam-nav-backdrop{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
  body.cam-menu-open .fixed-actions{display:none!important;}
}
@media (max-width:520px){
  .site-header .nav-row{height:64px!important;}
  .site-header .brand img{width:86px!important;max-height:54px!important;}
  .site-header .main-nav{left:10px!important;right:10px!important;top:calc(var(--cam-header-h, 104px) + 8px)!important;max-height:calc(100dvh - var(--cam-header-h, 104px) - 18px)!important;border-radius:20px!important;padding:12px!important;}
}

/* R3.4 - KESIN MOBIL MENU FIX: header kaybolmaz, hamburger bos kare olmaz, menu temiz acar */
@media (max-width:1080px){
  html.cam-menu-lock, body.cam-menu-open{
    overflow:hidden!important;
    touch-action:none!important;
  }
  .site-header{
    position:sticky!important;
    top:0!important;
    z-index:9000!important;
    overflow:visible!important;
    background:rgba(255,255,255,.97)!important;
    border-bottom:1px solid rgba(209,225,238,.95)!important;
    box-shadow:0 10px 28px rgba(6,31,67,.08)!important;
  }
  .site-header .topbar{
    position:relative!important;
    z-index:9003!important;
    display:block!important;
    height:auto!important;
    background:#052a5a!important;
  }
  .site-header .topbar .container{
    min-height:30px!important;
    height:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:5px 12px!important;
    font-size:12px!important;
    line-height:1.25!important;
    color:#fff!important;
    white-space:normal!important;
    text-align:center!important;
  }
  .site-header .topbar nav{display:none!important;}
  .site-header .nav-row{
    position:relative!important;
    z-index:9004!important;
    height:72px!important;
    min-height:72px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    overflow:visible!important;
    padding:0 14px!important;
    width:100%!important;
    max-width:100%!important;
    background:rgba(255,255,255,.98)!important;
  }
  .site-header .brand,
  .site-header .brand.logo-aura{
    display:flex!important;
    align-items:center!important;
    width:auto!important;
    min-width:0!important;
    height:100%!important;
    flex:0 0 auto!important;
    overflow:visible!important;
  }
  .site-header .brand img{
    width:auto!important;
    height:58px!important;
    max-width:108px!important;
    max-height:58px!important;
    object-fit:contain!important;
    filter:drop-shadow(0 8px 16px rgba(6,31,67,.12))!important;
  }
  .site-header .hamburger{
    display:flex!important;
    position:relative!important;
    right:auto!important;
    top:auto!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    padding:0!important;
    margin:0!important;
    border:1px solid #d6e8f4!important;
    border-radius:15px!important;
    background:#f8fcff!important;
    box-shadow:0 12px 28px rgba(6,31,67,.08)!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:0!important;
    cursor:pointer!important;
    z-index:9010!important;
    appearance:none!important;
    -webkit-appearance:none!important;
  }
  .site-header .hamburger:before,
  .site-header .hamburger:after{content:none!important;display:none!important;}
  .site-header .hamburger span{
    display:block!important;
    width:23px!important;
    height:2.5px!important;
    background:#06234a!important;
    border-radius:99px!important;
    margin:3.2px 0!important;
    opacity:1!important;
    transform:none!important;
    transform-origin:center!important;
    transition:transform .22s ease,opacity .18s ease,background .18s ease!important;
  }
  .site-header .hamburger.is-active span:nth-child(1){transform:translateY(8.9px) rotate(45deg)!important;}
  .site-header .hamburger.is-active span:nth-child(2){opacity:0!important;}
  .site-header .hamburger.is-active span:nth-child(3){transform:translateY(-8.9px) rotate(-45deg)!important;}

  .cam-nav-backdrop{
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:var(--cam-header-h,102px)!important;
    bottom:0!important;
    z-index:8990!important;
    background:rgba(6,31,67,.34)!important;
    backdrop-filter:blur(6px)!important;
    -webkit-backdrop-filter:blur(6px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .2s ease,visibility .2s ease!important;
  }
  .cam-nav-backdrop.open, body.cam-menu-open .cam-nav-backdrop{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  .site-header .main-nav{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:calc(var(--cam-header-h,102px) + 10px)!important;
    width:auto!important;
    max-width:none!important;
    height:auto!important;
    max-height:calc(100dvh - var(--cam-header-h,102px) - 24px)!important;
    min-height:0!important;
    z-index:8998!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:8px!important;
    padding:14px!important;
    margin:0!important;
    border:1px solid #d8e9f4!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:0 28px 90px rgba(6,31,67,.22)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-8px) scale(.985)!important;
    transition:opacity .22s ease,transform .22s ease,visibility .22s ease!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    scrollbar-width:thin!important;
    white-space:normal!important;
  }
  .site-header .main-nav.open, body.cam-menu-open .site-header .main-nav{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0) scale(1)!important;
  }
  .site-header .main-nav:before,
  .site-header .main-nav:after{content:none!important;display:none!important;}
  .site-header .main-nav > a,
  .site-header .main-nav .nav-has-mega > a{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    height:auto!important;
    min-height:48px!important;
    padding:13px 16px!important;
    margin:0!important;
    border:1px solid #e0edf6!important;
    border-radius:16px!important;
    background:#fff!important;
    color:#071d3e!important;
    font-size:15px!important;
    font-weight:900!important;
    line-height:1.25!important;
    box-shadow:0 10px 22px rgba(6,31,67,.04)!important;
    white-space:normal!important;
    text-align:left!important;
  }
  .site-header .main-nav > a:hover,
  .site-header .main-nav .nav-has-mega > a:hover{
    background:#eef8ff!important;
    color:#0b66c3!important;
    transform:none!important;
  }
  .site-header .main-nav .quote-link{
    background:linear-gradient(135deg,#0d65c1,#11b6c9)!important;
    color:#fff!important;
    border-color:transparent!important;
    justify-content:center!important;
  }
  .site-header .nav-has-mega{
    display:block!important;
    position:static!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  .site-header .nav-has-mega > a:after{
    content:'+'!important;
    display:block!important;
    margin-left:auto!important;
    font-size:21px!important;
    line-height:1!important;
    color:#0b66c3!important;
  }
  .site-header .nav-has-mega.open > a:after,
  .site-header .nav-has-mega.is-open > a:after{content:'−'!important;}
  .site-header .nav-has-mega .mega-menu{
    position:static!important;
    left:auto!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
    display:none!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:10px!important;
    margin:8px 0 0!important;
    border:1px solid #dbe9f4!important;
    border-radius:16px!important;
    background:#f6fbff!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    translate:0 0!important;
    overflow:visible!important;
  }
  .site-header .nav-has-mega.open .mega-menu,
  .site-header .nav-has-mega.is-open .mega-menu{display:grid!important;}
  .site-header .mega-intro{display:none!important;}
  .site-header .mega-col{margin:0!important;padding:0!important;}
  .site-header .mega-col h4{
    margin:8px 6px 6px!important;
    padding:0!important;
    font-size:13px!important;
    line-height:1.2!important;
    color:#0a254c!important;
  }
  .site-header .mega-col a{
    display:block!important;
    padding:10px 12px!important;
    margin:0!important;
    border:0!important;
    border-radius:12px!important;
    background:#fff!important;
    color:#38516e!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1.25!important;
  }
  .site-header .mega-col a:hover{padding-left:12px!important;background:#eef8ff!important;color:#0b66c3!important;}
  body.cam-menu-open .fixed-actions{display:none!important;}
}

@media (min-width:1081px){
  .site-header .hamburger{display:none!important;}
  .site-header .main-nav{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;position:static!important;transform:none!important;overflow:visible!important;}
  .cam-nav-backdrop{display:none!important;}
}

/* R3.5 - MOBIL MENU TAM PANEL + DIKEY BUTON NET HIZALAMA
   Sorun: menü kesik/yarım görünüyor, fixed action butonları dağınık duruyor.
   Çözüm: header görünür kalır, menü header altından tam ekran panel olarak açılır. */
@media (max-width:1080px){
  html.cam-menu-lock, body.cam-menu-open{
    overflow:hidden!important;
    height:100%!important;
    touch-action:none!important;
  }
  .site-header{
    position:sticky!important;
    top:0!important;
    z-index:2147483000!important;
    overflow:visible!important;
    background:#fff!important;
    box-shadow:0 10px 28px rgba(6,31,67,.10)!important;
  }
  .site-header .topbar{display:block!important;background:#052b5b!important;color:#fff!important;}
  .site-header .topbar .container{
    min-height:30px!important;
    height:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:5px 12px!important;
    font-size:12px!important;
    line-height:1.25!important;
    text-align:center!important;
  }
  .site-header .topbar nav{display:none!important;}
  .site-header .nav-row{
    height:72px!important;
    min-height:72px!important;
    padding:0 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    background:#fff!important;
    position:relative!important;
    z-index:2147483002!important;
  }
  .site-header .brand img{
    width:auto!important;
    height:58px!important;
    max-width:108px!important;
    max-height:58px!important;
    object-fit:contain!important;
  }
  .site-header .hamburger{
    display:flex!important;
    width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;
    border:1px solid #d6e8f4!important;border-radius:15px!important;background:#f8fcff!important;
    align-items:center!important;justify-content:center!important;flex-direction:column!important;
    padding:0!important;margin:0!important;gap:0!important;cursor:pointer!important;
    box-shadow:0 12px 28px rgba(6,31,67,.08)!important;
    position:relative!important;z-index:2147483003!important;
  }
  .site-header .hamburger:before,.site-header .hamburger:after{display:none!important;content:none!important;}
  .site-header .hamburger span{
    display:block!important;width:23px!important;height:2.5px!important;background:#06234a!important;
    border-radius:99px!important;margin:3.2px 0!important;opacity:1!important;transition:.2s ease!important;
  }
  .site-header .hamburger.is-active span:nth-child(1){transform:translateY(8.9px) rotate(45deg)!important;}
  .site-header .hamburger.is-active span:nth-child(2){opacity:0!important;}
  .site-header .hamburger.is-active span:nth-child(3){transform:translateY(-8.9px) rotate(-45deg)!important;}

  /* Yarım/kesik drawer yerine tam ekran menü */
  .site-header .main-nav{
    position:fixed!important;
    top:var(--cam-header-h,102px)!important;
    left:0!important;right:0!important;bottom:0!important;
    width:100vw!important;max-width:100vw!important;height:auto!important;min-height:0!important;max-height:none!important;
    margin:0!important;padding:18px 16px 28px!important;
    display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:9px!important;
    background:linear-gradient(180deg,#f7fcff 0%,#eef7ff 100%)!important;
    border:0!important;border-radius:0!important;box-shadow:none!important;
    z-index:2147482999!important;
    overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;
    opacity:0!important;visibility:hidden!important;pointer-events:none!important;
    transform:translateX(100%)!important;transition:transform .22s ease,opacity .18s ease,visibility .18s ease!important;
    white-space:normal!important;
  }
  .site-header .main-nav.open, body.cam-menu-open .site-header .main-nav{
    opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(0)!important;
  }
  .site-header .main-nav:before{
    content:'Çam Sigorta Menü'!important;display:block!important;text-align:center!important;
    color:#071d3e!important;font-weight:950!important;font-size:18px!important;letter-spacing:.01em!important;
    margin:2px 0 10px!important;
  }
  .site-header .main-nav:after{display:none!important;content:none!important;}
  .site-header .main-nav>a,
  .site-header .main-nav .nav-has-mega>a{
    width:100%!important;min-height:50px!important;height:auto!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    padding:13px 16px!important;margin:0!important;
    border:1px solid #dbe9f4!important;border-radius:16px!important;background:#fff!important;
    color:#071d3e!important;font-size:15px!important;font-weight:900!important;line-height:1.25!important;
    box-shadow:0 8px 20px rgba(6,31,67,.045)!important;text-align:left!important;
  }
  .site-header .main-nav .quote-link{background:linear-gradient(135deg,#0d65c1,#11b6c9)!important;color:#fff!important;border-color:transparent!important;justify-content:center!important;}
  .site-header .nav-has-mega{display:block!important;position:static!important;width:100%!important;margin:0!important;padding:0!important;}
  .site-header .nav-has-mega>a:after{content:'+'!important;margin-left:auto!important;color:#0b66c3!important;font-size:21px!important;line-height:1!important;}
  .site-header .nav-has-mega.open>a:after,.site-header .nav-has-mega.is-open>a:after{content:'−'!important;}
  .site-header .nav-has-mega .mega-menu{
    position:static!important;display:none!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;
    grid-template-columns:1fr!important;gap:8px!important;padding:10px!important;margin:8px 0 0!important;
    border:1px solid #dbe9f4!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important;
    opacity:1!important;visibility:visible!important;transform:none!important;translate:0 0!important;overflow:visible!important;
  }
  .site-header .nav-has-mega.open .mega-menu,.site-header .nav-has-mega.is-open .mega-menu{display:grid!important;}
  .site-header .mega-intro{display:none!important;}
  .site-header .mega-col{margin:0!important;padding:0!important;}
  .site-header .mega-col h4{font-size:12px!important;margin:8px 8px 5px!important;color:#0d65c1!important;letter-spacing:.04em;text-transform:uppercase!important;}
  .site-header .mega-col a{font-size:13px!important;padding:10px 12px!important;margin:0!important;border:0!important;border-radius:12px!important;background:#f7fbff!important;color:#38516e!important;font-weight:800!important;line-height:1.25!important;}

  /* backdrop kesik/blur görüntü yapmasın */
  .cam-nav-backdrop{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;}

  /* Dikey butonlar: tek hat, eşit aralık, yamulma yok */
  .fixed-actions{
    position:fixed!important;right:10px!important;left:auto!important;top:50%!important;bottom:auto!important;
    transform:translateY(-50%)!important;width:48px!important;z-index:2800!important;
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;
    margin:0!important;padding:0!important;
  }
  .fixed-actions .fx{
    width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;
    padding:0!important;margin:0!important;border-radius:15px!important;border:1px solid rgba(255,255,255,.25)!important;
    display:grid!important;place-items:center!important;background:#082c64!important;
    box-shadow:0 14px 34px rgba(6,31,67,.22)!important;transform:none!important;position:relative!important;
  }
  .fixed-actions .fx img{width:21px!important;height:21px!important;display:block!important;object-fit:contain!important;max-width:none!important;filter:brightness(0) invert(1)!important;margin:0!important;}
  .fixed-actions .fx span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;}
  .fixed-actions .fx-wa{width:50px!important;height:50px!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;}
  .fixed-actions .fx-wa img{width:50px!important;height:50px!important;filter:none!important;object-fit:contain!important;}
  .fixed-actions .fx-search{order:1!important}.fixed-actions .fx-wa{order:2!important}.fixed-actions .fx-support{order:3!important}.fixed-actions .fx-top{order:4!important;background:#061f43!important;}
  body.cam-menu-open .fixed-actions{display:none!important;}
}
@media (max-width:520px){
  .site-header .nav-row{height:68px!important;min-height:68px!important;}
  .site-header .brand img{height:56px!important;max-width:102px!important;}
  .site-header .hamburger{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;}
  .fixed-actions{right:8px!important;width:44px!important;gap:9px!important;}
  .fixed-actions .fx{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:14px!important;}
  .fixed-actions .fx img{width:19px!important;height:19px!important;}
  .fixed-actions .fx-wa{width:46px!important;height:46px!important;}
  .fixed-actions .fx-wa img{width:46px!important;height:46px!important;}
}


/* R3.6 - MOBİL MENÜ KESİN AYRI PANEL
   Eski mainNav drawer tamamen devre dışı; mobil menü body altında bağımsız panel olarak açılır. */
@media (max-width:1080px){
  html.cam-real-menu-lock,
  body.cam-real-menu-open{
    overflow:hidden!important;
    height:100%!important;
    touch-action:none!important;
  }
  body.cam-real-menu-open .fixed-actions{display:none!important;}

  .site-header{position:sticky!important;top:0!important;z-index:2147483000!important;overflow:visible!important;background:#fff!important;}
  .site-header .topbar{display:block!important;background:#052b5b!important;color:#fff!important;}
  .site-header .topbar .container{min-height:30px!important;height:auto!important;padding:5px 12px!important;display:flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;font-size:12px!important;line-height:1.25!important;}
  .site-header .topbar nav{display:none!important;}
  .site-header .nav-row{height:72px!important;min-height:72px!important;padding:0 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;background:#fff!important;}
  .site-header .brand img{width:auto!important;height:58px!important;max-width:108px!important;object-fit:contain!important;}

  /* Orijinal masaüstü menüyü mobilde tamamen kapatıyoruz; kesik görünüm buradan geliyordu. */
  .site-header #mainNav,
  .site-header #mainNav.open,
  body.cam-menu-open .site-header #mainNav,
  body.nav-open .site-header #mainNav{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:none!important;
    position:static!important;
    height:0!important;
    max-height:0!important;
    overflow:hidden!important;
  }

  .site-header #hamburger{display:flex!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border:1px solid #d6e8f4!important;border-radius:15px!important;background:#f8fcff!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;padding:0!important;margin:0!important;cursor:pointer!important;box-shadow:0 12px 28px rgba(6,31,67,.08)!important;position:relative!important;z-index:2147483003!important;}
  .site-header #hamburger:before,.site-header #hamburger:after{display:none!important;content:none!important;}
  .site-header #hamburger span{display:block!important;width:23px!important;height:2.5px!important;background:#06234a!important;border-radius:99px!important;margin:3.2px 0!important;opacity:1!important;transition:.2s ease!important;}
  .site-header #hamburger.is-active span:nth-child(1){transform:translateY(8.9px) rotate(45deg)!important;}
  .site-header #hamburger.is-active span:nth-child(2){opacity:0!important;}
  .site-header #hamburger.is-active span:nth-child(3){transform:translateY(-8.9px) rotate(-45deg)!important;}

  #camMobilePanel{position:fixed!important;left:0!important;right:0!important;top:var(--cam-header-h,102px)!important;bottom:0!important;width:100vw!important;z-index:2147482998!important;background:linear-gradient(180deg,#f7fcff 0%,#eef7ff 100%)!important;border-top:1px solid #dbe9f4!important;box-shadow:0 30px 60px rgba(6,31,67,.16)!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;padding:18px 14px 30px!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-10px)!important;transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;}
  body.cam-real-menu-open #camMobilePanel{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important;}
  #camMobilePanel .cam-mobile-title{text-align:center!important;font-size:18px!important;font-weight:950!important;color:#071d3e!important;margin:4px 0 14px!important;letter-spacing:.01em!important;}
  #camMobilePanel .cam-mobile-list{display:flex!important;flex-direction:column!important;gap:9px!important;}
  #camMobilePanel a,
  #camMobilePanel button.cam-mobile-accordion{width:100%!important;min-height:50px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;background:#fff!important;border:1px solid #dbe9f4!important;border-radius:16px!important;box-shadow:0 8px 20px rgba(6,31,67,.045)!important;color:#071d3e!important;font-size:15px!important;font-weight:900!important;line-height:1.25!important;text-align:left!important;padding:13px 16px!important;margin:0!important;font-family:inherit!important;}
  #camMobilePanel a.quote-link{background:linear-gradient(135deg,#0d65c1,#11b6c9)!important;color:#fff!important;border-color:transparent!important;justify-content:center!important;}
  #camMobilePanel button.cam-mobile-accordion:after{content:'+'!important;margin-left:auto!important;color:#0b66c3!important;font-size:21px!important;line-height:1!important;}
  #camMobilePanel .cam-mobile-group.open button.cam-mobile-accordion:after{content:'−'!important;}
  #camMobilePanel .cam-mobile-sub{display:none!important;background:#fff!important;border:1px solid #dbe9f4!important;border-radius:16px!important;margin:8px 0 0!important;padding:10px!important;box-shadow:none!important;}
  #camMobilePanel .cam-mobile-group.open .cam-mobile-sub{display:block!important;}
  #camMobilePanel .mega-menu{display:grid!important;position:static!important;width:100%!important;max-width:none!important;opacity:1!important;visibility:visible!important;transform:none!important;translate:0 0!important;grid-template-columns:1fr!important;gap:8px!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important;box-shadow:none!important;}
  #camMobilePanel .mega-intro{display:none!important;}
  #camMobilePanel .mega-col{margin:0!important;padding:0!important;}
  #camMobilePanel .mega-col h4{font-size:12px!important;margin:8px 8px 5px!important;color:#0d65c1!important;letter-spacing:.04em!important;text-transform:uppercase!important;}
  #camMobilePanel .mega-col a{display:block!important;min-height:auto!important;padding:10px 12px!important;margin:0 0 5px!important;border:0!important;border-radius:12px!important;background:#f7fbff!important;color:#38516e!important;font-size:13px!important;font-weight:800!important;line-height:1.25!important;box-shadow:none!important;}

  .fixed-actions{position:fixed!important;right:10px!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:48px!important;z-index:2800!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin:0!important;padding:0!important;}
  .fixed-actions .fx{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;padding:0!important;margin:0!important;border-radius:15px!important;display:grid!important;place-items:center!important;background:#082c64!important;box-shadow:0 14px 34px rgba(6,31,67,.22)!important;transform:none!important;position:relative!important;}
  .fixed-actions .fx img{width:21px!important;height:21px!important;display:block!important;object-fit:contain!important;filter:brightness(0) invert(1)!important;margin:0!important;}
  .fixed-actions .fx span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;}
  .fixed-actions .fx-wa{width:50px!important;height:50px!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;}
  .fixed-actions .fx-wa img{width:50px!important;height:50px!important;filter:none!important;object-fit:contain!important;}
}
@media (max-width:520px){
  .site-header .nav-row{height:68px!important;min-height:68px!important;}
  .site-header .brand img{height:56px!important;max-width:102px!important;}
  .site-header #hamburger{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;}
  #camMobilePanel{top:var(--cam-header-h,98px)!important;padding:14px 12px 26px!important;}
  .fixed-actions{right:8px!important;width:44px!important;gap:9px!important;}
  .fixed-actions .fx{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:14px!important;}
  .fixed-actions .fx img{width:19px!important;height:19px!important;}
  .fixed-actions .fx-wa{width:46px!important;height:46px!important;}
  .fixed-actions .fx-wa img{width:46px!important;height:46px!important;}
}

@media (min-width:1081px){#camMobilePanel{display:none!important;}}

/* R3.7 - Çam Sigorta genel görsel tuning + SEO sayfa ritmi */
:root{--navy:#061b3a;--blue:#0b5ec3;--cyan:#14b9c9;--mint:#e9fbf5;--cream:#fff8ea;--soft:#eef7fb;--line:#d8e7f1;--ink:#0c2342;--muted:#5d748d;--gold:#f6b64b;--green:#23c36b;--shadow:0 24px 70px rgba(6,27,58,.13)}
body{background:linear-gradient(180deg,#fbfdff 0%,#fff 55%,#f7fbff 100%);color:var(--ink)}
.site-header{position:sticky!important;top:0!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:0 8px 28px rgba(6,27,58,.055)!important}
.topbar{background:linear-gradient(90deg,#061b3a 0%,#074a8b 52%,#0b8aa1 100%)!important}
.home-hero.hero-r27{min-height:auto!important;padding:52px 0 34px!important;background:radial-gradient(circle at 78% 12%,rgba(20,185,201,.26) 0 15%,transparent 36%),linear-gradient(120deg,#f6fbff 0%,#ffffff 44%,#eaf8fb 100%)!important;overflow:hidden!important}
.hero-r27-grid{grid-template-columns:minmax(360px,.84fr) minmax(600px,1.16fr)!important;gap:24px!important;align-items:center!important}
.hero-r27-copy h1{font-size:clamp(32px,3.35vw,56px)!important;line-height:1.04!important;letter-spacing:-.045em!important;max-width:660px!important;margin-bottom:14px!important}
.hero-r27-copy p{font-size:16.5px!important;max-width:600px!important;color:#526b86!important}
.hero-r27-actions .btn{min-height:47px!important;border-radius:15px!important;padding:12px 18px!important}
.hero-shell{transform:scale(.96);transform-origin:center center;filter:drop-shadow(0 28px 50px rgba(6,27,58,.16))!important}
.hero-scene-wrap{min-height:360px!important;border-radius:32px!important;background:linear-gradient(135deg,rgba(255,255,255,.75),rgba(230,250,255,.72))!important;border:1px solid rgba(185,219,235,.68)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.75),0 28px 70px rgba(6,27,58,.13)!important}
.quote-card-premium{border-radius:25px!important;box-shadow:0 26px 70px rgba(6,27,58,.14)!important;background:rgba(255,255,255,.93)!important;backdrop-filter:blur(14px)!important}
.hero-company-strip{margin-top:20px!important;border-radius:26px!important;background:rgba(255,255,255,.82)!important;box-shadow:0 14px 38px rgba(6,27,58,.08)!important;border:1px solid rgba(216,231,241,.8)!important;padding:13px 18px!important}
.hero-company-strip span{color:#0b315f!important;font-weight:900!important}.hero-company-logos img{max-height:34px!important;object-fit:contain!important;filter:saturate(1.04) contrast(1.04)!important}
.section{padding:68px 0!important}.section:nth-of-type(2n){background:linear-gradient(180deg,#fbfdff,#f4fbf9)!important}.soft-bg{background:linear-gradient(135deg,#f2f9ff 0,#f7fbf2 100%)!important}.category-section{background:linear-gradient(180deg,#fff 0%,#f6fbff 100%)!important}
.category-card,.product-card,.tool-card,.blog-card,.content-card,.side-card,.contact-card{border-color:rgba(195,218,232,.9)!important;box-shadow:0 18px 44px rgba(6,27,58,.075)!important}.category-card:nth-child(3n+1),.product-card:nth-child(3n+1){background:linear-gradient(145deg,#fff,#f0f9ff)!important}.category-card:nth-child(3n+2),.product-card:nth-child(3n+2){background:linear-gradient(145deg,#fff,#f1fbf5)!important}.category-card:nth-child(3n),.product-card:nth-child(3n){background:linear-gradient(145deg,#fff,#fff8ea)!important}
.page-hero.clean-hero,.page-hero.contact-hero,.page-hero.corporate-hero,.page-hero.support-hero{padding:56px 0!important;background:radial-gradient(circle at 85% 10%,rgba(20,185,201,.18),transparent 30%),linear-gradient(135deg,#f6fbff,#fff 52%,#f5fbf4)!important}.page-hero h1{font-size:clamp(31px,3.45vw,52px)!important;max-width:860px!important}.page-hero p{font-size:17px!important}.page-badge,.modern-page-card,.corporate-proof-card{background:linear-gradient(155deg,#fff,#f5fbff)!important;border-radius:26px!important}
.page-rich h2{font-size:clamp(25px,2.4vw,38px)!important}.page-rich p{color:#435c78!important}.info-columns>div:nth-child(1){background:#f1f9ff!important}.info-columns>div:nth-child(2){background:#f3fbf4!important}.notice-box{background:#fff7e5!important;border-color:#f4d088!important;color:#66470d!important}
.local-seo-boost{margin-top:24px;padding:22px;border-radius:24px;background:linear-gradient(135deg,#eef8ff,#fffaf0)!important;border:1px solid #d7e9f3}.local-seo-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.local-seo-links a,.mini-links a{background:#fff!important;border:1px solid #d7e8f3!important;border-radius:14px!important;box-shadow:0 8px 20px rgba(6,27,58,.045)!important;color:#0b315f!important}
.logo-marquee-section{background:#fff!important;border-top:1px solid #e2edf5;border-bottom:1px solid #e2edf5}.logo-marquee-section .container span{font-weight:950;color:#0b315f}.logo-marquee a{background:#fff!important;border:1px solid #ddeaf3!important;border-radius:16px!important;min-width:150px!important;height:66px!important;display:grid!important;place-items:center!important}.logo-marquee img{max-height:38px!important;max-width:128px!important;object-fit:contain!important}
.site-footer{background:linear-gradient(135deg,#061b3a,#082b5e 62%,#06485d)!important;color:#eaf6ff!important}.site-footer a,.site-footer button{color:#eaf6ff!important}.site-footer h4{color:#fff!important}.footer-logo{max-width:116px!important;height:auto!important}.footer-brand-col p{color:#d8e8f7!important}
.fixed-actions{right:18px!important;gap:10px!important}.fixed-actions .fx{width:48px!important;height:48px!important;border-radius:16px!important}.fixed-actions .fx-wa{background:transparent!important;border:0!important;box-shadow:none!important}.fixed-actions .fx-wa img{width:50px!important;height:50px!important;filter:none!important}
@media(max-width:1180px){.hero-r27-grid{grid-template-columns:1fr!important}.hero-shell{transform:scale(.92)!important}.hero-r27-copy{text-align:left!important}.hero-r27-copy h1{font-size:clamp(30px,6.2vw,44px)!important}.hero-scene-wrap{min-height:300px!important}.quote-card-premium{max-width:480px;margin:0 auto!important}}
@media(max-width:768px){.home-hero.hero-r27{padding:30px 0 28px!important}.hero-r27-copy h1{font-size:30px!important;line-height:1.08!important}.hero-r27-copy p{font-size:15.5px!important}.hero-shell{transform:none!important}.hero-scene-wrap{min-height:235px!important}.quote-card-premium{position:relative!important;right:auto!important;bottom:auto!important;width:100%!important;margin-top:14px!important}.hero-company-strip{display:none!important}.section{padding:48px 0!important}.fixed-actions{right:10px!important}.fixed-actions .fx{width:43px!important;height:43px!important}.fixed-actions .fx-wa img{width:46px!important;height:46px!important}}

/* R3.8 - Mega menü, hero ve footer net düzeltme */
html,body{max-width:100%;overflow-x:hidden!important}

/* Desktop mega menüler: sınırları belli, yatay scrollsuz */
@media (min-width:1081px){
  .site-header .nav-row{height:76px!important;min-height:76px!important;position:relative!important;z-index:120!important}
  .site-header .brand img{height:64px!important;width:auto!important;max-width:128px!important;object-fit:contain!important}
  .site-header .main-nav{gap:3px!important;white-space:nowrap!important;overflow:visible!important}
  .site-header .main-nav>a,.site-header .nav-has-mega>a,.site-header .quote-link{font-size:12.5px!important;line-height:1!important;height:37px!important;padding:9px 8px!important;border-radius:12px!important}
  .site-header .nav-has-mega{position:static!important}
  .site-header .mega-menu{
    position:fixed!important;top:118px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;
    width:min(900px,calc(100vw - 76px))!important;max-width:900px!important;max-height:calc(100vh - 138px)!important;
    overflow:hidden auto!important;display:grid!important;grid-template-columns:205px repeat(4,minmax(118px,1fr))!important;
    gap:13px!important;padding:18px!important;border-radius:24px!important;background:rgba(255,255,255,.98)!important;
    border:1px solid rgba(202,222,235,.95)!important;box-shadow:0 28px 70px rgba(6,27,58,.18)!important;
    opacity:0!important;visibility:hidden!important;translate:0 10px!important;transition:opacity .18s ease,translate .18s ease,visibility .18s ease!important;
  }
  .site-header .nav-has-mega:hover .mega-menu,.site-header .nav-has-mega:focus-within .mega-menu,.site-header .nav-has-mega.open .mega-menu{opacity:1!important;visibility:visible!important;translate:0 0!important}
  .site-header .tools-mega{width:min(660px,calc(100vw - 76px))!important;grid-template-columns:205px 1fr!important}
  .site-header .mega-intro{padding:17px!important;border-radius:18px!important;background:linear-gradient(145deg,#f2fbff,#fff)!important}
  .site-header .mega-intro b{font-size:18px!important;line-height:1.15!important}.site-header .mega-intro p{font-size:12.5px!important;line-height:1.45!important}.site-header .mega-intro a{font-size:13px!important}
  .site-header .mega-col h4{font-size:12px!important;margin:0 0 7px!important;line-height:1.2!important;color:#071d3e!important}
  .site-header .mega-col a{font-size:11.8px!important;line-height:1.18!important;padding:6px 0!important;border-bottom:1px dashed #e5eef6!important;color:#405872!important;font-weight:800!important;white-space:normal!important}
  .site-header .mega-col a:hover{padding-left:4px!important;color:#0b65c4!important}
}

/* Hero: form aşağı düşmesin, başlık/form/görsel dengeli dursun */
@media (min-width:1181px){
  .home-hero.hero-r27{padding:38px 0 24px!important;min-height:auto!important;background:radial-gradient(circle at 82% 10%,rgba(20,185,201,.20),transparent 32%),linear-gradient(118deg,#fff 0%,#f7fcff 45%,#e8f8fb 100%)!important}
  .hero-r27-grid{display:grid!important;width:min(1380px,92vw)!important;grid-template-columns:minmax(315px,.78fr) minmax(380px,.86fr) minmax(300px,.58fr)!important;gap:18px!important;align-items:center!important}
  .hero-r27-copy{grid-column:1!important;grid-row:1!important}.hero-scene-wrap{grid-column:2!important;grid-row:1!important}.r27-panel{grid-column:3!important;grid-row:1!important;align-self:center!important;justify-self:end!important;width:100%!important}
  .hero-r27-copy h1{font-size:clamp(31px,3.05vw,48px)!important;line-height:1.075!important;letter-spacing:-.045em!important;max-width:560px!important;margin:12px 0 14px!important}
  .hero-r27-copy p{font-size:15.5px!important;line-height:1.72!important;max-width:560px!important;color:#4f6985!important}
  .hero-r27-actions{gap:10px!important;margin-top:18px!important}.hero-r27-actions .btn{min-height:45px!important;padding:11px 16px!important;border-radius:14px!important;font-size:14px!important}.hero-r27-actions .btn img{width:18px!important;height:18px!important}
  .r27-trust{margin-top:22px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;max-width:590px!important}.r27-trust div{padding:13px 14px!important;border-radius:17px!important}.r27-trust b{font-size:22px!important}.r27-trust span{font-size:11.5px!important}
  .hero-scene-wrap{position:relative!important;display:grid!important;place-items:center!important;min-height:342px!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;pointer-events:auto!important}
  .hero-scene{width:min(450px,32vw)!important;max-width:100%!important;filter:drop-shadow(0 24px 42px rgba(6,31,67,.12))!important}
  .r27-quote{position:relative!important;inset:auto!important;right:auto!important;bottom:auto!important;width:100%!important;max-width:324px!important;margin:0!important;padding:18px!important;border-radius:23px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 24px 58px rgba(6,27,58,.14)!important}
  .r27-quote .quote-tabs{gap:6px!important}.r27-quote .quote-tabs button{height:38px!important;font-size:13px!important;border-radius:11px!important}.r27-quote label{font-size:12.5px!important;margin:8px 0!important}.r27-quote input{height:40px!important}.r27-quote textarea{height:66px!important;min-height:66px!important}.r27-quote .btn.full{height:44px!important;font-size:13.5px!important}
  .hero-company-strip{width:min(1380px,92vw)!important;margin-top:12px!important;padding:12px 18px!important;border-radius:22px!important;grid-template-columns:160px 1fr!important}.hero-company-logos img{max-height:32px!important;max-width:102px!important}
}

/* Hero tıklama alanları: etiket/çizgi yok, gerçek ikon merkezlerinde yumuşak hover */
.hero-scene-clicks{position:relative!important}.hero-hotspot{position:absolute!important;z-index:7!important;display:block!important;min-width:0!important;width:13.2%!important;height:17.4%!important;padding:0!important;margin:0!important;border:0!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important;color:transparent!important;overflow:hidden!important;transform:translate(-50%,-50%)!important;transition:background .18s ease,box-shadow .18s ease,scale .18s ease!important}.hero-hotspot span{display:none!important}.hero-hotspot:hover,.hero-hotspot:focus-visible{background:radial-gradient(ellipse at center,rgba(20,185,201,.28),rgba(13,101,193,.12) 54%,transparent 72%)!important;box-shadow:0 0 0 2px rgba(20,185,201,.18),0 0 30px rgba(13,101,193,.22)!important;outline:0!important;scale:1.035}.hot-trafik{left:18.9%!important;top:28.6%!important}.hot-konut{left:78.9%!important;top:24.3%!important}.hot-saglik{left:83.3%!important;top:47.7%!important}.hot-isyeri{left:21.1%!important;top:52.3%!important}.hot-dask{left:40%!important;top:80.8%!important}

@media (max-width:1180px) and (min-width:861px){
  .home-hero.hero-r27{padding:34px 0 24px!important}.hero-r27-grid{display:grid!important;grid-template-columns:minmax(360px,1fr) minmax(330px,420px)!important;gap:20px!important}.hero-r27-copy{grid-column:1!important;grid-row:1!important}.hero-scene-wrap{grid-column:1!important;grid-row:2!important;min-height:300px!important}.r27-panel{grid-column:2!important;grid-row:1/3!important;align-self:center!important}.hero-r27-copy h1{font-size:clamp(32px,5vw,44px)!important}.hero-scene{width:min(430px,82vw)!important}.r27-quote{max-width:380px!important;margin:0!important;position:relative!important;inset:auto!important}
}
@media (max-width:860px){
  .hero-hotspot{display:block!important;width:15.5%!important;height:19%!important}.home-hero.hero-r27{padding:28px 0 24px!important}.hero-r27-grid{display:flex!important;flex-direction:column!important;gap:18px!important}.hero-r27-copy h1{font-size:29px!important;line-height:1.12!important}.hero-scene-wrap{min-height:245px!important;width:100%!important}.hero-scene{width:min(405px,96vw)!important}.r27-panel{width:100%!important}.r27-quote{position:relative!important;max-width:100%!important;width:100%!important;margin:0!important;inset:auto!important}
}

/* Sabit dikey butonlar: tüm çözünürlüklerde tek hat */
.fixed-actions{position:fixed!important;right:18px!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:50px!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:10px!important;z-index:2800!important;margin:0!important;padding:0!important}.fixed-actions .fx{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-radius:16px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important;background:#082c64!important;box-shadow:0 14px 34px rgba(6,31,67,.22)!important}.fixed-actions .fx img{width:21px!important;height:21px!important;object-fit:contain!important;margin:0!important;filter:brightness(0) invert(1)!important}.fixed-actions .fx span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}.fixed-actions .fx-wa{background:transparent!important;box-shadow:none!important;border:0!important;width:52px!important;height:52px!important}.fixed-actions .fx-wa img{width:52px!important;height:52px!important;filter:none!important}.fixed-actions .fx-search{order:1!important}.fixed-actions .fx-wa{order:2!important}.fixed-actions .fx-support{order:3!important}.fixed-actions .fx-top{order:4!important}
@media(max-width:768px){.fixed-actions{right:10px!important;width:46px!important;gap:9px!important}.fixed-actions .fx{width:43px!important;height:43px!important;min-width:43px!important;min-height:43px!important}.fixed-actions .fx-wa{width:47px!important;height:47px!important}.fixed-actions .fx-wa img{width:47px!important;height:47px!important}}

/* Footer: daha dolu, kurumsal, teknik jargon yok */
.footer-r38{padding-top:0!important}.footer-r38 .footer-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin-bottom:26px!important;padding:22px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:26px!important;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(20,185,201,.10))!important;box-shadow:0 24px 70px rgba(0,0,0,.10)!important}.footer-r38 .footer-cta span{display:block;color:#8ee9f4!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-size:12px!important}.footer-r38 .footer-cta b{display:block;color:#fff!important;font-size:22px!important;line-height:1.2!important;margin-top:4px!important}.footer-r38 .footer-cta .btn{white-space:nowrap!important}.footer-r38 .footer-top{display:grid!important;grid-template-columns:1.35fr repeat(5,minmax(125px,1fr))!important;gap:24px!important;align-items:start!important}.footer-r38 .footer-logo{max-width:98px!important}.footer-r38 .footer-brand-col p{font-size:14px!important;line-height:1.65!important;color:#d9ebf8!important}.footer-r38 .footer-contact-card{display:grid!important;gap:8px!important;margin-top:15px!important;padding:14px!important;border-radius:18px!important;background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.13)!important}.footer-r38 .footer-contact-card a,.footer-r38 .footer-contact-card button{font-size:13px!important;color:#fff!important;background:transparent!important;border:0!important;text-align:left!important;padding:0!important;font-weight:800!important}.footer-r38 h4{font-size:14px!important;margin:0 0 12px!important;color:#fff!important}.footer-r38 .footer-top a{display:block!important;font-size:13px!important;line-height:1.25!important;padding:5px 0!important;color:#d9ebf8!important}.footer-r38 .footer-loc{display:grid!important;grid-template-columns:2fr 1fr 1fr!important;gap:14px!important;margin-top:24px!important;padding:16px 0!important;border-top:1px solid rgba(255,255,255,.12)!important}.footer-r38 .footer-loc div{background:rgba(255,255,255,.065)!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:16px!important;padding:13px 15px!important}.footer-r38 .footer-loc b{display:block;color:#fff!important;font-size:13px!important}.footer-r38 .footer-loc span{display:block;color:#d9ebf8!important;font-size:13px!important;margin-top:3px!important}.footer-r38 .footer-bottom{margin-top:0!important;border-top:1px solid rgba(255,255,255,.12)!important}
@media(max-width:1050px){.footer-r38 .footer-top{grid-template-columns:1fr 1fr 1fr!important}.footer-r38 .footer-brand-col{grid-column:1/-1!important}.footer-r38 .footer-loc{grid-template-columns:1fr!important}.footer-r38 .footer-cta{flex-direction:column!important;align-items:flex-start!important}.footer-r38 .footer-cta .btn{width:100%!important}}
@media(max-width:620px){.footer-r38 .footer-top{grid-template-columns:1fr!important}.footer-r38 .footer-cta b{font-size:18px!important}}

/* R3.9 - mega menu, hero hotspot, logo marquee and footer final cleanup */
@media (min-width: 901px){
  html, body{overflow-x:hidden!important;}
  .site-header{z-index:500!important;}
  .site-header .nav-row{position:relative!important;height:78px!important;}
  .site-header .main-nav{gap:5px!important;}
  .site-header .main-nav>a,
  .site-header .nav-has-mega>a,
  .site-header .quote-link{font-size:12.2px!important;height:38px!important;line-height:1!important;padding:8px 9px!important;border-radius:12px!important;white-space:nowrap!important;}
  .site-header .nav-has-mega{position:relative!important;padding-bottom:18px!important;margin-bottom:-18px!important;}
  .site-header .nav-has-mega:after{content:"";position:absolute;left:-18px;right:-18px;top:38px;height:26px;background:transparent;display:block;}
  .site-header .nav-has-mega .mega-menu,
  .site-header .nav-has-mega .tools-mega{position:fixed!important;top:122px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;translate:0 0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;margin:0!important;max-width:calc(100vw - 44px)!important;background:rgba(255,255,255,.98)!important;border:1px solid rgba(205,224,239,.95)!important;box-shadow:0 26px 70px rgba(7,29,62,.16)!important;border-radius:22px!important;transition:opacity .14s ease,visibility .14s ease!important;}
  .site-header .nav-has-mega:hover .mega-menu,
  .site-header .nav-has-mega:focus-within .mega-menu,
  .site-header .nav-has-mega.open .mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
  .site-header .nav-has-mega .mega-menu{width:min(830px,calc(100vw - 44px))!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;padding:20px 22px!important;}
  .site-header .nav-has-mega .tools-mega{width:min(460px,calc(100vw - 44px))!important;grid-template-columns:1fr!important;}
  .site-header .mega-intro{display:none!important;}
  .site-header .mega-col{min-width:0!important;overflow:hidden!important;}
  .site-header .mega-col h4{font-size:12.6px!important;line-height:1.18!important;margin:0 0 8px!important;color:#071d3e!important;letter-spacing:-.01em!important;}
  .site-header .mega-col a{font-size:12.4px!important;line-height:1.22!important;padding:7px 0!important;margin:0!important;border-bottom:1px dashed #e3edf6!important;color:#405a76!important;font-weight:780!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;hyphens:auto!important;transition:color .12s ease!important;}
  .site-header .mega-col a:hover{padding-left:0!important;color:#0d65c1!important;background:transparent!important;}
  .site-header .tools-mega .mega-col a{font-size:12.8px!important;padding:8px 0!important;}
}

/* Hero hotspotlar tamamen görünmez ve etkisiz: görsel temiz kalır */
.hero-scene-clicks .hero-hotspot,
.hero-hotspot,
.hero-hotspot:hover,
.hero-hotspot:focus,
.hero-hotspot:active{display:none!important;pointer-events:none!important;opacity:0!important;visibility:hidden!important;outline:0!important;border:0!important;box-shadow:none!important;background:transparent!important;}
.hero-hotspot:before,.hero-hotspot:after{display:none!important;content:none!important;}
.hero-scene-wrap{pointer-events:none!important;}
.hero-scene-wrap .hero-scene{pointer-events:none!important;}

@media (min-width: 960px){
  .home-hero.hero-r27{padding:34px 0 28px!important;}
  .hero-r27-grid{display:grid!important;width:min(1360px,92vw)!important;grid-template-columns:minmax(310px,.76fr) minmax(410px,.88fr) minmax(310px,.62fr)!important;gap:20px!important;align-items:center!important;}
  .hero-r27-copy{grid-column:1!important;grid-row:1!important;}
  .hero-scene-wrap{grid-column:2!important;grid-row:1!important;min-height:310px!important;display:grid!important;place-items:center!important;}
  .r27-panel{grid-column:3!important;grid-row:1!important;align-self:center!important;justify-self:end!important;width:100%!important;}
  .r27-quote{position:relative!important;inset:auto!important;width:100%!important;max-width:350px!important;margin:0!important;}
  .hero-r27-copy h1{font-size:clamp(30px,2.8vw,43px)!important;line-height:1.08!important;max-width:540px!important;}
  .hero-r27-copy p{font-size:15.3px!important;line-height:1.68!important;}
  .hero-scene{width:min(420px,32vw)!important;max-width:100%!important;}
}
@media (min-width: 960px) and (max-width:1180px){
  .hero-r27-grid{grid-template-columns:minmax(300px,.9fr) minmax(360px,1fr)!important;}
  .hero-r27-copy{grid-column:1!important;grid-row:1!important;}
  .hero-scene-wrap{grid-column:1!important;grid-row:2!important;min-height:250px!important;}
  .r27-panel{grid-column:2!important;grid-row:1/3!important;}
}

.logo-marquee-section{background:linear-gradient(180deg,#ffffff,#f8fcff)!important;border-top:1px solid #dbe8f5!important;border-bottom:1px solid #dbe8f5!important;}
.logo-marquee-section .container span{display:block!important;font-size:15px!important;font-weight:950!important;color:#071d3e!important;margin-bottom:10px!important;}
.logo-marquee{padding:10px 0 18px!important;overflow:hidden!important;}
.logo-track{gap:14px!important;align-items:center!important;}
.logo-marquee a{min-width:178px!important;height:82px!important;padding:9px 14px!important;border-radius:18px!important;background:#fff!important;border:1px solid #d9e7f2!important;box-shadow:0 10px 28px rgba(7,29,62,.07)!important;display:grid!important;place-items:center!important;}
.logo-marquee img{width:auto!important;height:auto!important;max-width:154px!important;max-height:58px!important;object-fit:contain!important;filter:saturate(1.08) contrast(1.06)!important;}
.hero-company-strip{padding:15px 20px!important;}
.hero-company-logos img{max-height:46px!important;max-width:130px!important;filter:saturate(1.08) contrast(1.05)!important;}

.footer-r38 .footer-strength{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:14px!important;margin-top:18px!important;padding:0 0 20px!important;}
.footer-r38 .footer-strength div{background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:18px!important;padding:15px!important;}
.footer-r38 .footer-strength b{display:block!important;color:#fff!important;font-size:13px!important;margin-bottom:5px!important;}
.footer-r38 .footer-strength span{display:block!important;color:#d9ebf8!important;font-size:12.5px!important;line-height:1.45!important;}
@media(max-width:1050px){.footer-r38 .footer-strength{grid-template-columns:1fr 1fr!important;}}
@media(max-width:620px){.footer-r38 .footer-strength{grid-template-columns:1fr!important;}.logo-marquee a{min-width:145px!important;height:72px!important}.logo-marquee img{max-width:126px!important;max-height:48px!important}}

/* R4.0 - Mega menu, service cards, logo density and footer visual tuning */
@media (min-width:981px){
  html,body{overflow-x:hidden!important;}
  .site-header{overflow:visible!important;z-index:9000!important;}
  .site-header .nav-row{position:relative!important;overflow:visible!important;height:74px!important;}
  .site-header .main-nav{position:static!important;overflow:visible!important;gap:4px!important;}
  .site-header .main-nav>a,.site-header .nav-has-mega>a,.site-header .quote-link{font-size:11.7px!important;height:36px!important;padding:8px 8px!important;line-height:1!important;white-space:nowrap!important;}
  .site-header .nav-has-mega{position:static!important;padding-bottom:0!important;margin-bottom:0!important;}
  .site-header .nav-has-mega:after{content:""!important;position:absolute!important;left:0!important;right:0!important;top:56px!important;height:22px!important;background:transparent!important;display:block!important;}
  .site-header .nav-has-mega .mega-menu{position:absolute!important;top:64px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;translate:0 0!important;margin:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:rgba(255,255,255,.985)!important;border:1px solid rgba(204,223,238,.98)!important;box-shadow:0 30px 80px rgba(7,29,62,.16)!important;border-radius:22px!important;transition:opacity .10s linear,visibility .10s linear!important;}
  .site-header .nav-has-mega:hover .mega-menu,.site-header .nav-has-mega:focus-within .mega-menu,.site-header .nav-has-mega.open .mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
  .site-header .nav-has-mega .mega-menu:not(.tools-mega){width:min(930px,calc(100vw - 38px))!important;display:grid!important;grid-template-columns:218px repeat(4,minmax(0,1fr))!important;gap:15px!important;padding:18px 20px!important;max-height:calc(100vh - 128px)!important;overflow:hidden auto!important;}
  .site-header .mega-intro{display:block!important;min-width:0!important;padding:18px!important;border-radius:20px!important;background:linear-gradient(145deg,#f1fbff,#ffffff 72%,#eef9f5)!important;}
  .site-header .mega-intro b{display:block!important;font-size:18px!important;line-height:1.12!important;margin:0 0 8px!important;color:#071d3e!important;}
  .site-header .mega-intro p{font-size:12.3px!important;line-height:1.42!important;margin:0 0 12px!important;color:#60758e!important;}
  .site-header .mega-intro a{font-size:12.5px!important;color:#0d65c1!important;font-weight:900!important;}
  .site-header .mega-col{min-width:0!important;overflow:hidden!important;}
  .site-header .mega-col h4{font-size:12.2px!important;line-height:1.15!important;margin:0 0 8px!important;color:#071d3e!important;letter-spacing:-.01em!important;white-space:normal!important;}
  .site-header .mega-col a{font-size:11.55px!important;line-height:1.16!important;padding:6px 0!important;margin:0!important;color:#405872!important;border-bottom:1px dashed #e4edf6!important;font-weight:780!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;transition:color .1s linear!important;}
  .site-header .mega-col a:hover{color:#0d65c1!important;padding-left:0!important;background:transparent!important;}
  .site-header .nav-has-mega .tools-mega{width:min(610px,calc(100vw - 38px))!important;grid-template-columns:1fr!important;padding:18px 20px!important;max-height:calc(100vh - 128px)!important;overflow:hidden auto!important;}
  .site-header .tools-mega .mega-intro{display:none!important;}
  .site-header .tools-mega .mega-col.wide{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 18px!important;}
  .site-header .tools-mega .mega-col.wide a{font-size:11.75px!important;line-height:1.16!important;padding:7px 0!important;}
}
@media (min-width:981px) and (max-width:1160px){
  .site-header .brand{width:100px!important;min-width:100px!important}.site-header .brand img{width:96px!important}.site-header .main-nav>a,.site-header .nav-has-mega>a,.site-header .quote-link{font-size:11px!important;padding:7px 6px!important}.site-header .nav-has-mega .mega-menu:not(.tools-mega){grid-template-columns:repeat(4,minmax(0,1fr))!important;width:min(780px,calc(100vw - 26px))!important}.site-header .mega-intro{display:none!important}.site-header .mega-col a{font-size:11.2px!important;}
}

/* richer site gradients without heavy blue wash */
body{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 42%,#f7fbf7 100%)!important;}
.section:nth-of-type(odd){background:linear-gradient(135deg,#ffffff 0%,#fbfdff 58%,#f7fbf5 100%)!important;}
.section.soft-bg,.category-section{background:radial-gradient(circle at 12% 10%,rgba(245,181,62,.08),transparent 30%),radial-gradient(circle at 85% 18%,rgba(37,194,180,.10),transparent 32%),linear-gradient(135deg,#fbfdff,#f7fbf6)!important;}

/* modern service cards */
.category-grid{gap:18px!important;}
.category-card,.category-grid a{position:relative!important;overflow:hidden!important;min-height:226px!important;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(249,253,255,.92))!important;border:1px solid rgba(192,216,232,.9)!important;border-radius:24px!important;box-shadow:0 18px 42px rgba(7,29,62,.065)!important;isolation:isolate!important;}
.category-card:before,.category-grid a:before{content:""!important;position:absolute!important;inset:-1px!important;background:radial-gradient(circle at 16% 10%,rgba(13,101,193,.16),transparent 28%),radial-gradient(circle at 86% 84%,rgba(104,199,104,.13),transparent 30%),linear-gradient(135deg,rgba(255,255,255,0),rgba(255,181,71,.10))!important;opacity:.75!important;z-index:-1!important;}
.category-card:after,.category-grid a:after{content:""!important;position:absolute!important;right:-46px!important;top:-48px!important;width:132px!important;height:132px!important;border-radius:50%!important;background:linear-gradient(135deg,rgba(17,182,201,.18),rgba(13,101,193,.08))!important;transition:transform .28s ease,opacity .28s ease!important;}
.category-card img,.category-grid a img{width:56px!important;height:56px!important;margin-bottom:18px!important;padding:0!important;filter:drop-shadow(0 12px 18px rgba(13,101,193,.16))!important;transition:transform .28s ease!important;}
.category-card b,.category-grid a b{font-size:18px!important;letter-spacing:-.02em!important;line-height:1.2!important;}
.category-card span,.category-grid a span{font-size:14.5px!important;line-height:1.66!important;color:#4f6680!important;}
.category-card:hover,.category-grid a:hover{transform:translateY(-8px)!important;border-color:rgba(28,182,201,.52)!important;box-shadow:0 28px 70px rgba(7,29,62,.14)!important;}
.category-card:hover:after,.category-grid a:hover:after{transform:scale(1.4) translate(-14px,18px)!important;opacity:.95!important;}
.category-card:hover img,.category-grid a:hover img{transform:translateY(-3px) scale(1.06)!important;}
@media(max-width:720px){.category-card,.category-grid a{min-height:190px!important}.category-card img,.category-grid a img{width:48px!important;height:48px!important}}

/* logo density */
.logo-marquee a{min-width:188px!important;height:88px!important;padding:7px 12px!important;background:#fff!important;}
.logo-marquee img{max-width:166px!important;max-height:66px!important;filter:saturate(1.12) contrast(1.08)!important;}
.hero-company-logos a{min-height:50px!important;display:grid!important;place-items:center!important;}
.hero-company-logos img{max-width:150px!important;max-height:52px!important;filter:saturate(1.1) contrast(1.08)!important;}

/* footer visual enrichment */
.site-footer.footer-r38{background:radial-gradient(circle at 9% 0%,rgba(17,182,201,.18),transparent 34%),linear-gradient(145deg,#061b39 0%,#082a57 54%,#061b39 100%)!important;}
.footer-r38 .footer-top>div:not(.footer-brand-col){background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:18px!important;padding:16px!important;min-height:210px!important;}
.footer-r38 .footer-top a:hover{color:#8ee9f4!important;transform:translateX(2px)!important;}
.footer-r38 .footer-contact-card{background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(17,182,201,.08))!important;}
.footer-r38 .footer-loc div,.footer-r38 .footer-strength div{box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;}


/* R4.1 - Marka metni, daha sakin mega menü ve modern ikon düzeltmesi */
@media (min-width:981px){
  .site-header .nav-row{height:72px!important;overflow:visible!important;}
  .site-header .main-nav{position:relative!important;overflow:visible!important;gap:5px!important;}
  .site-header .nav-has-mega{position:relative!important;padding:0 0 12px!important;margin:0!important;}
  .site-header .nav-has-mega:after{display:none!important;content:none!important;}
  .site-header .nav-has-mega > a{position:relative!important;z-index:3!important;}
  .site-header .nav-has-mega .mega-menu{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    translate:0 0!important;
    margin:0!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .18s ease,visibility .18s ease,transform .18s ease!important;
    will-change:opacity,transform!important;
  }
  .site-header .nav-has-mega:hover .mega-menu,
  .site-header .nav-has-mega:focus-within .mega-menu,
  .site-header .nav-has-mega.open .mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%) translateY(0)!important;}
  .site-header .nav-has-mega .mega-menu:not(.tools-mega){
    width:min(810px,calc(100vw - 34px))!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:12px 18px!important;
    padding:18px 20px!important;
    border-radius:22px!important;
    max-height:calc(100vh - 126px)!important;
    overflow:auto!important;
  }
  .site-header .nav-has-mega .tools-mega{
    width:min(540px,calc(100vw - 34px))!important;
    grid-template-columns:1fr!important;
    padding:16px 18px!important;
    max-height:calc(100vh - 126px)!important;
    overflow:auto!important;
  }
  .site-header .mega-intro{display:none!important;}
  .site-header .tools-mega .mega-col.wide{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 18px!important;}
  .site-header .mega-col{min-width:0!important;overflow:visible!important;}
  .site-header .mega-col h4{font-size:11.8px!important;line-height:1.18!important;margin:0 0 7px!important;white-space:normal!important;}
  .site-header .mega-col a{font-size:11.15px!important;line-height:1.2!important;padding:6px 0!important;min-height:25px!important;letter-spacing:-.01em!important;white-space:normal!important;overflow-wrap:break-word!important;transition:color .16s ease,opacity .16s ease!important;}
  .site-header .mega-col a:hover{padding-left:0!important;color:#0b65c4!important;opacity:.9!important;}
}
@media (min-width:981px) and (max-width:1120px){
  .site-header .nav-has-mega .mega-menu:not(.tools-mega){width:min(720px,calc(100vw - 28px))!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .site-header .tools-mega .mega-col.wide{grid-template-columns:1fr!important;}
}

/* Hero görselindeki hotspotlar tamamen pasif: görsel temiz kalsın */
.hero-scene-clicks .hero-hotspot{display:none!important;pointer-events:none!important;}
.hero-scene-clicks .hero-hotspot:hover,.hero-scene-clicks .hero-hotspot:focus,.hero-scene-clicks .hero-hotspot:active{background:transparent!important;box-shadow:none!important;outline:0!important;}

/* Hizmet kartı ikonları: daha premium ölçü ve hover */
.category-card img,.category-grid a img{width:62px!important;height:62px!important;object-fit:contain!important;filter:drop-shadow(0 16px 24px rgba(13,101,193,.18)) saturate(1.08)!important;}
.category-card:hover img,.category-grid a:hover img{transform:translateY(-5px) scale(1.09) rotate(-1deg)!important;}
.category-card,.category-grid a{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(247,252,255,.94) 54%,rgba(248,253,248,.90))!important;}

/* R4.2 - Header hizalama, kontrollü mega menü ve daha net gradyan tuning */
@media (min-width:981px){
  html,body{overflow-x:hidden!important;}
  .site-header{overflow:visible!important;z-index:9000!important;}
  .site-header .nav-row{
    height:70px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    overflow:visible!important;
  }
  .site-header .brand{display:flex!important;align-items:center!important;width:108px!important;min-width:108px!important;height:58px!important;}
  .site-header .brand img{width:104px!important;max-height:56px!important;object-fit:contain!important;}
  .site-header .main-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    line-height:1!important;
    overflow:visible!important;
    position:static!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .site-header .main-nav>a,
  .site-header .nav-has-mega>a,
  .site-header .quote-link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:40px!important;
    line-height:40px!important;
    margin:0!important;
    padding:0 10px!important;
    font-size:12.4px!important;
    font-weight:850!important;
    letter-spacing:-.01em!important;
    white-space:nowrap!important;
    border-radius:13px!important;
    transform:none!important;
    translate:0 0!important;
    vertical-align:middle!important;
  }
  .site-header .nav-has-mega{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:40px!important;
    line-height:1!important;
    margin:0!important;
    padding:0!important;
    position:static!important;
    overflow:visible!important;
  }
  .site-header .nav-has-mega:before,
  .site-header .nav-has-mega:after{display:none!important;content:none!important;}
  .site-header .nav-has-mega .mega-menu{
    position:fixed!important;
    top:var(--cam-mega-top,112px)!important;
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%) translateY(8px)!important;
    translate:0 0!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    margin:0!important;
    background:rgba(255,255,255,.992)!important;
    border:1px solid rgba(198,218,234,.98)!important;
    box-shadow:0 26px 72px rgba(7,29,62,.16)!important;
    border-radius:22px!important;
    transition:opacity .14s ease, transform .14s ease, visibility .14s ease!important;
    will-change:opacity,transform!important;
  }
  body .site-header .main-nav .nav-has-mega:not(.mega-active):not(.open):not(.is-open) > .mega-menu{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateX(-50%) translateY(8px)!important;
  }
  body .site-header .main-nav .nav-has-mega.mega-active > .mega-menu,
  body .site-header .main-nav .nav-has-mega.open > .mega-menu,
  body .site-header .main-nav .nav-has-mega.is-open > .mega-menu,
  body .site-header .main-nav .nav-has-mega:focus-within > .mega-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateX(-50%) translateY(0)!important;
  }
  .site-header .mega-products .mega-menu,
  .site-header .nav-has-mega .mega-menu:not(.tools-mega){
    width:min(780px,calc(100vw - 44px))!important;
    max-width:calc(100vw - 44px)!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:12px 18px!important;
    padding:18px 22px!important;
    max-height:calc(100vh - var(--cam-mega-top,112px) - 18px)!important;
    overflow:auto!important;
  }
  .site-header .mega-tools-wrap .mega-menu,
  .site-header .nav-has-mega .tools-mega{
    width:min(560px,calc(100vw - 44px))!important;
    max-width:calc(100vw - 44px)!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    padding:18px 22px!important;
    max-height:calc(100vh - var(--cam-mega-top,112px) - 18px)!important;
    overflow:auto!important;
  }
  .site-header .mega-intro{display:none!important;}
  .site-header .mega-col{min-width:0!important;overflow:visible!important;}
  .site-header .mega-col h4{
    font-size:12px!important;
    line-height:1.18!important;
    margin:0 0 7px!important;
    color:#071d3e!important;
    white-space:normal!important;
  }
  .site-header .mega-col a{
    display:block!important;
    font-size:11.15px!important;
    line-height:1.2!important;
    min-height:24px!important;
    padding:6px 0!important;
    margin:0!important;
    font-weight:760!important;
    letter-spacing:-.012em!important;
    color:#405872!important;
    border-bottom:1px dashed rgba(202,219,235,.85)!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    transition:color .12s ease, opacity .12s ease!important;
  }
  .site-header .mega-col a:hover{padding-left:0!important;color:#0b65c4!important;opacity:.92!important;background:transparent!important;}
  .site-header .tools-mega .mega-col.wide{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 18px!important;}
}
@media (min-width:981px) and (max-width:1180px){
  .site-header .main-nav{gap:5px!important;}
  .site-header .main-nav>a,.site-header .nav-has-mega>a,.site-header .quote-link{font-size:11.55px!important;padding:0 7px!important;}
  .site-header .mega-products .mega-menu,.site-header .nav-has-mega .mega-menu:not(.tools-mega){width:min(720px,calc(100vw - 32px))!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}

/* R4.2 - Gradyanlar biraz daha karakterli, ama kurumsal */
:root{--blue:#0b67c8;--cyan:#0eb8c8;--navy:#061f43;--gold:#e9a93b;}
.home-hero,
.hero-r27{
  background:
    radial-gradient(circle at 76% 12%,rgba(13,184,200,.24),transparent 31%),
    radial-gradient(circle at 15% 82%,rgba(233,169,59,.12),transparent 28%),
    linear-gradient(125deg,#ffffff 0%,#f4fbff 46%,#e8f7f6 100%)!important;
}
.section.soft-bg,.category-section{
  background:
    radial-gradient(circle at 8% 4%,rgba(233,169,59,.13),transparent 27%),
    radial-gradient(circle at 88% 10%,rgba(14,184,200,.16),transparent 30%),
    linear-gradient(135deg,#fbfdff 0%,#f4fbf8 100%)!important;
}
.page-hero{
  background:
    radial-gradient(circle at 82% 18%,rgba(14,184,200,.18),transparent 30%),
    linear-gradient(135deg,#f6fbff 0%,#ffffff 52%,#f7fbf3 100%)!important;
}
.product-card,.tool-card,.blog-card,.content-card,.side-card,.contact-card{
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(249,253,255,.96) 58%,rgba(249,252,246,.92))!important;
  border-color:rgba(190,213,229,.95)!important;
}
