:root{--red:#c91424;--red2:#9f0f1d;--navy:#06162f;--blue:#1368d8;--green:#16a34a;--ink:#121826;--muted:#647084;--soft:#f5f7fb;--line:#e6eaf1;--white:#fff;--radius:22px;--shadow:0 18px 50px rgba(8,22,48,.12)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.65}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--navy);color:#d9e6ff;font-size:13px}.topbar .container{display:flex;align-items:center;justify-content:space-between;padding:8px 0;gap:16px}.topbar a{color:#fff}.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 30px rgba(8,22,48,.06)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:92px;gap:24px}.brand{display:flex;align-items:center}.brand img{width:245px;height:auto}.menu{display:flex;align-items:center;gap:24px;font-weight:800;font-size:13px;letter-spacing:.02em;text-transform:uppercase}.menu a{color:#132039}.menu a:hover{color:var(--red)}.menu .dropdown{position:relative}.menu .drop{position:absolute;top:28px;right:0;width:260px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:10px;display:none}.menu .dropdown:hover .drop{display:block}.drop a{display:block;padding:10px 12px;border-radius:10px;text-transform:none;font-size:14px;font-weight:700}.drop a:hover{background:var(--soft)}.hamb{display:none;border:0;background:var(--navy);color:#fff;border-radius:12px;padding:10px 13px;font-weight:900}.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#07172f 0%,#0a244a 48%,#b41122 100%);color:#fff}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 15%,rgba(255,255,255,.18),transparent 26%),linear-gradient(90deg,rgba(255,255,255,.04),transparent)}.hero .container{position:relative;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:42px;padding:74px 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:800}.hero h1{font-size:clamp(38px,5vw,70px);line-height:1.02;margin:18px 0 18px;letter-spacing:-.05em}.hero p{font-size:18px;color:#e4ebf7;max-width:620px}.hero-actions,.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;font-weight:900;border:2px solid transparent;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.green{background:var(--green);color:#fff}.btn.blue{background:var(--blue);color:#fff}.btn.red{background:var(--red);color:#fff}.btn.outline{border-color:rgba(255,255,255,.35);color:#fff}.hero-card{background:#fff;border-radius:32px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.22)}.hero-card img{width:100%;max-height:320px;object-fit:contain}.hero-card .mini{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mini div{background:#f3f6fb;border-radius:16px;padding:13px;color:#16233d;font-weight:900;text-align:center;font-size:13px}.section{padding:82px 0}.section.soft{background:var(--soft)}.section.dark{background:#050b1e;color:#fff}.title{max-width:760px;margin-bottom:36px}.title.center{text-align:center;margin-left:auto;margin-right:auto}.title span{color:var(--red);font-weight:900;text-transform:uppercase;font-size:13px;letter-spacing:.12em}.title h2{font-size:clamp(30px,3vw,46px);line-height:1.13;margin:8px 0 12px;letter-spacing:-.035em}.title p{color:var(--muted);font-size:17px}.dark .title p{color:#b7c2d4}.grid{display:grid;gap:22px}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 8px 24px rgba(8,22,48,.05)}.card h3{margin:0 0 8px;font-size:21px}.card p{color:var(--muted);margin:0}.feature{display:flex;gap:16px;align-items:flex-start}.icon{width:46px;height:46px;border-radius:14px;background:#fff1f2;color:var(--red);display:flex;align-items:center;justify-content:center;font-weight:900;flex:none}.brands{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.brandbox{height:92px;border:1px solid var(--line);background:#fff;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:23px;font-weight:950;letter-spacing:-.03em;color:#16233d;box-shadow:0 8px 22px rgba(8,22,48,.04)}.brandbox small{display:block;font-size:11px;color:#8993a5;letter-spacing:.08em;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(8,22,48,.07);display:flex;flex-direction:column}.product .pic{height:260px;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:18px}.product .pic img{height:100%;width:100%;object-fit:contain}.product .body{padding:22px;flex:1;display:flex;flex-direction:column}.tag{display:inline-flex;align-self:flex-start;background:#eef4ff;color:#0d4aa0;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;margin-bottom:10px}.product h3{margin:0 0 8px;font-size:22px;line-height:1.25}.product p{color:var(--muted);margin:0 0 16px}.product .body .btn{margin-top:auto;padding:11px 16px}.cta{background:linear-gradient(135deg,var(--red),#850b17);border-radius:32px;padding:38px;color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center;box-shadow:var(--shadow)}.cta h2{font-size:34px;line-height:1.15;margin:0 0 8px}.cta p{margin:0;color:#ffe6e9}.used{display:grid;grid-template-columns:.92fr 1.08fr;gap:36px;align-items:center}.used-img{background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow)}.used-img img{height:360px;width:100%;object-fit:contain}.steps{display:grid;gap:14px;margin-top:20px}.step{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px 18px;display:flex;gap:14px;align-items:flex-start}.num{width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;flex:none}.footer{background:#06162f;color:#dce7f8;padding:56px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:26px}.footer img{width:220px;background:#fff;border-radius:14px;padding:6px}.footer h4{color:#fff;margin:0 0 12px}.footer a,.footer p{color:#b9c6da}.copy{border-top:1px solid rgba(255,255,255,.1);margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px}.fixed-wa{position:fixed;left:22px;bottom:22px;z-index:70;background:var(--green);color:#fff;border-radius:999px;padding:13px 17px;font-weight:900;box-shadow:0 12px 34px rgba(22,163,74,.35)}.page-hero{background:linear-gradient(135deg,#07172f,#0d2b55);color:#fff;padding:70px 0}.page-hero h1{font-size:clamp(34px,4vw,58px);line-height:1.08;margin:0 0 12px}.breadcrumbs{color:#c5d5eb;font-weight:700;font-size:14px;margin-bottom:12px}.detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:start}.detail-img{background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow);position:sticky;top:120px}.detail-img img{width:100%;height:430px;object-fit:contain}.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:22px 0}.spec{background:#f6f8fc;border:1px solid var(--line);border-radius:14px;padding:12px 14px}.spec b{display:block;color:#17233a}.checklist{display:grid;gap:11px;margin:18px 0}.check{display:flex;gap:10px;align-items:flex-start;color:#445166}.check:before{content:"✓";color:var(--red);font-weight:900}.content h2{font-size:34px;line-height:1.16;margin:0 0 14px}.content h3{font-size:24px;margin:24px 0 8px}.content p{color:#526075}.content ul{color:#526075}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.info-list{display:grid;gap:16px}.info-row{display:flex;gap:15px;align-items:flex-start;border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}.map{border:0;width:100%;height:420px;border-radius:22px}.faq{display:grid;gap:14px}.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.faq summary{font-weight:900;cursor:pointer}.faq p{color:var(--muted)}.mobile-menu{display:none}.service-strip{background:#fff;margin-top:-34px;position:relative;z-index:4}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.strip{border:1px solid var(--line);border-radius:18px;padding:18px;background:#fff;box-shadow:0 8px 24px rgba(8,22,48,.06);font-weight:900}.strip small{display:block;color:var(--muted);font-weight:600}@media(max-width:980px){.topbar{display:none}.nav{min-height:78px}.brand img{width:190px}.menu{display:none}.hamb{display:block}.mobile-menu.open{display:grid}.mobile-menu{position:fixed;top:78px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);z-index:60;padding:16px 5%;gap:10px;box-shadow:var(--shadow)}.mobile-menu a{font-weight:800;padding:10px;border-radius:10px}.hero .container,.cta,.used,.detail,.contact-grid{grid-template-columns:1fr}.hero .container{padding:46px 0}.grid.cols-3,.grid.cols-4,.product-grid,.brands,.footer-grid,.strip-grid{grid-template-columns:1fr 1fr}.detail-img{position:static}.section{padding:56px 0}}@media(max-width:600px){.brand img{width:165px}.grid.cols-3,.grid.cols-4,.product-grid,.brands,.footer-grid,.strip-grid{grid-template-columns:1fr}.hero h1{font-size:39px}.hero-card{padding:20px}.hero-card .mini{grid-template-columns:1fr}.fixed-wa{left:14px;bottom:14px}.specs{grid-template-columns:1fr}.detail-img img{height:300px}}


/* Professional revision overrides */
.brand img{width:315px;max-height:86px;object-fit:contain}.header .nav{min-height:98px}.menu .dropdown>a:after{content:"";display:inline-block;margin-left:7px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;vertical-align:middle}.menu .drop{top:100%;right:auto;left:0;margin-top:14px;width:300px;z-index:120}.menu .drop:before{content:"";position:absolute;left:0;right:0;top:-16px;height:16px}.drop .drop-title{display:block;padding:8px 12px 4px;color:#8793a8;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.drop a.brand-main{background:#f4f7fc;color:#06162f;border-left:3px solid var(--red)}.btn{font-weight:800}.btn.green{background:#18b957}.btn.blue{background:#1475d1}.btn.red{background:var(--red)}.fixed-wa{left:22px;right:auto;bottom:22px;background:#19b957;padding:12px 15px;font-size:14px;font-weight:800}.to-top{position:fixed;right:22px;bottom:22px;z-index:70;width:46px;height:46px;border-radius:50%;background:#06162f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;box-shadow:0 12px 34px rgba(6,22,47,.25)}.footer img{width:250px;background:transparent!important;border-radius:0!important;padding:0!important}.footer-grid{grid-template-columns:1.15fr .75fr .75fr 1.15fr}.brand-showcase{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:28px}.brand-feature{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;display:grid;grid-template-columns:180px 1fr;gap:22px;align-items:center;box-shadow:0 10px 30px rgba(8,22,48,.07)}.brand-feature img{height:150px;width:100%;object-fit:contain;background:#f8fafc;border-radius:18px;padding:10px}.brand-feature h3{margin:0 0 8px;font-size:28px}.brand-feature p{color:var(--muted);margin:0 0 16px}.brand-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.brand-pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;font-weight:800;color:#24344f}.about-prose{font-size:17px;color:#46556c}.about-prose p{font-weight:400}.about-prose strong{font-weight:700;color:#17233a}.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.mv-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 8px 24px rgba(8,22,48,.05)}.mv-card h3{font-size:26px;margin:0 0 10px}.map-embed{overflow:hidden;border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}.map-embed iframe{width:100%;height:460px;border:0;display:block}.mobile-sub{border:1px solid var(--line);border-radius:14px;overflow:hidden}.mobile-sub summary{font-weight:900;padding:12px;cursor:pointer}.mobile-sub a{display:block;padding:10px 18px!important;background:#f8fafc;border-top:1px solid #edf1f7}.mobile-menu a.brand-mobile{font-weight:900;color:var(--red)}
@media(max-width:980px){.brand img{width:235px}.mobile-menu{max-height:calc(100vh - 78px);overflow:auto}.mobile-menu a{display:block}.brand-showcase{grid-template-columns:1fr}.brand-feature{grid-template-columns:150px 1fr}.to-top{right:14px;bottom:14px}.fixed-wa{left:14px;bottom:14px}.footer-grid{grid-template-columns:1fr 1fr}.mv-grid{grid-template-columns:1fr}}
@media(max-width:600px){.brand img{width:210px}.brand-feature{grid-template-columns:1fr}.brand-feature img{height:190px}.footer-grid{grid-template-columns:1fr}.fixed-wa{font-size:13px;padding:11px 13px}.to-top{width:42px;height:42px}}


/* Ajans revizyonu - daha kurumsal görünüm */
body{font-family:"Segoe UI",Roboto,Arial,sans-serif;letter-spacing:-.01em}.container{width:min(1240px,92%)}
.brand img{width:360px;max-height:104px}.header .nav{min-height:108px}.menu{gap:28px;font-size:14px}.menu .drop{width:640px;display:none;grid-template-columns:1fr 1fr;gap:10px 14px;padding:22px;border-radius:24px;top:100%;margin-top:18px;left:50%;transform:translateX(-50%)}.menu .dropdown:hover .drop{display:grid}.drop .drop-title{grid-column:1/-1;margin-top:4px;padding:0 4px 6px;font-size:12px;color:#7d8aa0}.drop a{padding:13px 15px;border-radius:14px;font-size:15px;line-height:1.25;background:#fff;border:1px solid transparent}.drop a:hover{background:#f4f7fc;border-color:#e6eaf1}.drop a.brand-main{grid-column:auto;background:#f4f7fc;border-left:4px solid var(--red);padding:17px 18px;font-size:16px}.drop:after{content:"Marka sayfalarından ilgili modellere geçiş yapabilirsiniz.";grid-column:1/-1;color:#7d8aa0;font-size:13px;padding:8px 4px 0;border-top:1px solid #eef2f7;margin-top:4px}.btn{font-weight:760;letter-spacing:.005em}.hero{background:linear-gradient(115deg,#06162f 0%,#0b2a55 56%,#c91424 125%)}.hero .container{grid-template-columns:1fr 1fr;padding:78px 0}.hero h1{letter-spacing:-.045em}.hero-card{padding:0;overflow:hidden;border-radius:34px;background:#fff}.hero-slider{position:relative;height:430px;background:linear-gradient(180deg,#fff,#f6f8fc);display:flex;align-items:center;justify-content:center}.hero-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:38px;opacity:0;animation:heroFade 12s infinite}.hero-slide:nth-child(1){animation-delay:0s}.hero-slide:nth-child(2){animation-delay:4s}.hero-slide:nth-child(3){animation-delay:8s}.hero-slide img{width:100%;height:100%;object-fit:contain}.hero-caption{position:absolute;left:22px;right:22px;bottom:20px;background:rgba(6,22,47,.88);color:#fff;border-radius:18px;padding:14px 18px;font-weight:800;backdrop-filter:blur(6px)}@keyframes heroFade{0%,28%{opacity:1}35%,100%{opacity:0}}.hero-card .mini{padding:16px;margin:0;background:#fff}.hero-card .mini div{background:#f3f6fb}.section{padding:88px 0}.title h2{font-weight:760}.brand-logo-wall{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-top:28px}.brand-logo-slot{height:112px;border:1px dashed #cbd5e1;background:#fff;border-radius:22px;display:flex;align-items:center;justify-content:center;padding:18px;box-shadow:0 10px 26px rgba(8,22,48,.04)}.brand-logo-slot img{max-height:62px;width:100%;object-fit:contain}.brand-logo-note{margin-top:12px;color:#7d8aa0;font-size:13px;text-align:center}.fixed-wa{font-weight:740}.footer img{width:285px}.to-top:hover,.fixed-wa:hover{transform:translateY(-2px)}
@media(max-width:980px){.brand img{width:280px}.header .nav{min-height:88px}.hero .container{grid-template-columns:1fr;padding:52px 0}.hero-slider{height:360px}.brand-logo-wall{grid-template-columns:repeat(3,1fr)}.mobile-menu{top:88px;max-height:calc(100vh - 88px)}.mobile-sub summary::after{content:"⌄";float:right;color:var(--red);font-size:18px}.mobile-sub[open] summary::after{content:"⌃"}.mobile-sub a{margin:0 8px 8px;border-radius:10px}.mobile-sub a + a{border-top:0!important}}
@media(max-width:600px){.brand img{width:245px}.hero h1{font-size:42px}.hero-slider{height:300px}.hero-slide{padding:28px}.brand-logo-wall{grid-template-columns:1fr 1fr}.brand-logo-slot{height:96px}.topbar{display:none}.footer img{width:250px}}

/* Son kurumsal revizyon */
.header .nav{min-height:118px}.brand img{width:430px;max-height:118px}.hamb{width:58px;height:50px;padding:0;border-radius:16px;align-items:center;justify-content:center;flex-direction:column;gap:6px}.hamb span{display:block;width:27px;height:3px;background:#fff;border-radius:4px}.menu .drop{gap:14px 18px;padding:26px;width:700px}.drop a{margin:0;line-height:1.35}.drop .drop-title{margin-top:10px}.drop a.brand-main{font-size:17px}.hero{margin-top:0}.service-strip{margin-top:38px}.strip-grid{gap:20px}.strip{padding:22px 24px}.footer-grid{align-items:start}.footer-grid>div:first-child{display:flex;flex-direction:column;gap:12px}.footer img{width:310px;margin:0 0 4px}.footer p{margin:0}.fixed-wa{font-size:13px;padding:11px 15px;font-weight:650}.to-top{font-weight:700}.page-hero{position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(6,22,47,.92),rgba(13,43,85,.86)),url('../img/subpage-banner.jpg') center/cover no-repeat;min-height:310px;display:flex;align-items:center}.page-hero h1{font-weight:740;letter-spacing:-.03em}.about-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:38px;align-items:start}.about-visual{position:sticky;top:140px;border-radius:30px;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);padding:18px}.about-visual img{width:100%;height:460px;object-fit:cover;border-radius:22px}.about-visual-note{margin-top:12px;color:#647084;font-size:13px;text-align:center}.about-prose h2{font-weight:740;letter-spacing:-.028em}.about-prose p{font-size:17px;line-height:1.82;color:#47566d}.mv-grid{margin-top:34px}.faq details{padding:22px 24px}.faq summary{font-weight:740;font-size:18px}.faq p{font-size:16px;line-height:1.75}.brand-logo-wall{margin-top:34px}.brand-logo-slot{border-style:solid;min-height:120px}.hero-actions .btn{font-size:16px}.btn.green{background:#1db954}.btn.blue{background:#1673c9}
@media(max-width:980px){.header .nav{min-height:100px}.brand img{width:320px;max-height:96px}.hamb{display:flex}.mobile-menu{top:100px;max-height:calc(100vh - 100px);padding-top:24px}.mobile-sub summary::after{content:""!important}.mobile-sub summary::-webkit-details-marker{display:none}.mobile-sub summary{list-style:none}.mobile-sub summary::marker{content:""}.mobile-sub{border-radius:18px}.mobile-sub a{margin:0 10px 10px}.about-layout{grid-template-columns:1fr}.about-visual{position:static}.page-hero{min-height:270px}.footer img{width:290px}.footer-grid>div:first-child{gap:8px}.service-strip{margin-top:34px}.strip-grid{gap:16px}}
@media(max-width:600px){.header .nav{min-height:92px}.brand img{width:270px;max-height:86px}.hamb{width:54px;height:46px}.hamb span{width:25px}.mobile-menu{top:92px;max-height:calc(100vh - 92px)}.hero .container{padding-top:42px}.hero-card{margin-top:10px}.service-strip{margin-top:30px}.strip{padding:20px}.hero-actions{gap:12px}.hero-actions .btn{width:100%;max-width:310px}.footer img{width:270px}.about-visual img{height:320px}.page-hero{min-height:230px}.page-hero h1{font-size:40px}}

/* Revize 3 - logo, mobil menü ve kurumsal son dokunuşlar */
.brand img{width:520px!important;max-height:138px!important;object-fit:contain!important}.header .nav{min-height:132px!important}.hamb{width:48px!important;height:42px!important;border-radius:14px!important;gap:5px!important}.hamb span{width:22px!important;height:2.5px!important}.footer-grid>div:first-child{gap:4px!important}.footer img{width:330px!important;margin-bottom:0!important}.footer-grid{align-items:flex-start!important}.footer .container{padding-top:2px}.fixed-wa{font-weight:650!important;letter-spacing:0!important}.hero-actions{display:none!important}.hero .container{padding-top:82px;padding-bottom:86px}.hero-card{box-shadow:0 32px 90px rgba(0,0,0,.24)}.service-strip{margin-top:44px!important}.strip-grid{gap:24px!important}.mobile-menu{font-size:16px}.topbar .container{justify-content:space-between}.contact-email,.email-row{display:none!important}
@media(max-width:980px){.brand img{width:360px!important;max-width:calc(100vw - 130px)!important;max-height:112px!important}.header .nav{min-height:104px!important}.hamb{width:46px!important;height:40px!important}.hamb span{width:21px!important}.mobile-menu{top:104px!important;max-height:calc(100vh - 104px)!important}.hero .container{padding-top:48px;padding-bottom:58px}.service-strip{margin-top:38px!important}.footer img{width:310px!important}}
@media(max-width:600px){.brand img{width:350px!important;max-width:calc(100vw - 125px)!important;max-height:96px!important}.header .nav{min-height:96px!important}.hamb{width:44px!important;height:38px!important}.hamb span{width:20px!important;height:2.4px!important}.mobile-menu{top:96px!important;max-height:calc(100vh - 96px)!important}.hero h1{font-size:40px}.hero .container{padding-top:40px}.footer img{width:300px!important}.fixed-wa{font-size:12px!important;padding:10px 12px!important}}

/* Revize 5 - mobil cihazlarımız açılır menü daraltma */
@media (max-width: 980px) {
  .mobile-menu {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(92vw, 520px) !important;
    border-radius: 0 0 26px 26px !important;
    padding: 18px 16px 20px !important;
  }

  .mobile-menu a {
    font-size: 15px !important;
    font-weight: 650 !important;
    padding: 9px 12px !important;
    letter-spacing: 0 !important;
  }

  .mobile-sub {
    width: 100% !important;
    max-width: 100% !important;
    margin: 6px 0 8px !important;
    border-radius: 16px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  .mobile-sub summary {
    padding: 11px 13px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .mobile-sub summary::after {
    content: "+" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #f3f6fb !important;
    color: #06162f !important;
    font-size: 16px !important;
    line-height: 1 !important;
    float: none !important;
  }

  .mobile-sub[open] summary::after {
    content: "−" !important;
  }

  .mobile-sub[open] {
    max-height: 335px !important;
    overflow-y: auto !important;
  }

  .mobile-sub a {
    margin: 0 8px 7px !important;
    padding: 9px 12px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    border-radius: 11px !important;
  }
}

@media (max-width: 600px) {
  .mobile-menu {
    width: min(88vw, 420px) !important;
    padding: 16px 14px 18px !important;
  }

  .mobile-sub[open] {
    max-height: 300px !important;
  }
}


/* =====================================================
   FINAL VERSİYON AYARLARI
   Logo, menü, mobil menü, tek slider ve yukarı çık
   ===================================================== */
.header .nav{
    min-height: 104px !important;
}
.brand img{
    width: 390px !important;
    max-width: 390px !important;
    max-height: 104px !important;
    object-fit: contain !important;
}
.menu,
.menu a,
.menu .dropdown > a{
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: .01em !important;
    text-transform: none !important;
}
.menu{
    gap: 22px !important;
}
.menu .dropdown{
    padding: 38px 0 !important;
    margin: -38px 0 !important;
}
.menu .drop{
    top: 100% !important;
    margin-top: 0 !important;
    width: 680px !important;
    gap: 12px 16px !important;
    padding: 24px !important;
}
.drop a,
.drop a.brand-main{
    font-size: 14px !important;
    font-weight: 500 !important;
}
.hamb{
    width: 46px !important;
    height: 42px !important;
    border-radius: 13px !important;
    padding: 0 !important;
}
.hamb span{
    width: 22px !important;
    height: 2.5px !important;
}
.hero-slider{
    height: 430px !important;
}
.hero-slide,
.hero-slide.active{
    position: static !important;
    opacity: 1 !important;
    animation: none !important;
    width: 100% !important;
    height: 100% !important;
    padding: 32px !important;
}
.hero-slide img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
.to-top{
    position: fixed !important;
    right: 22px !important;
    bottom: 22px !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #06162f !important;
    color: #fff !important;
    z-index: 9999 !important;
    font-size: 26px !important;
    line-height: 1 !important;
    box-shadow: 0 16px 36px rgba(6,22,47,.25) !important;
}
.fixed-wa{
    left: 22px !important;
    bottom: 22px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 11px 16px !important;
}
.card p a{
    display: inline-block;
    margin: 6px 14px 0 0;
    color: #1368d8;
    font-weight: 600;
}
.footer img{
    width: 310px !important;
    background: transparent !important;
    padding: 0 !important;
}
.footer-grid > div:first-child{
    gap: 0 !important;
}

@media(max-width:980px){
    .header .nav{
        min-height: 94px !important;
    }
    .brand img{
        width: 300px !important;
        max-width: calc(100vw - 110px) !important;
        max-height: 90px !important;
    }
    .hamb{
        width: 43px !important;
        height: 39px !important;
    }
    .hamb span{
        width: 20px !important;
    }
    .mobile-menu{
        top: 94px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: min(86vw, 420px) !important;
        max-height: calc(100vh - 112px) !important;
        overflow-y: auto !important;
        border-radius: 0 0 24px 24px !important;
        padding: 16px 14px 18px !important;
    }
    .mobile-menu a{
        font-size: 15px !important;
        font-weight: 500 !important;
        padding: 9px 12px !important;
        letter-spacing: 0 !important;
    }
    .mobile-sub summary{
        font-size: 15px !important;
        font-weight: 500 !important;
        padding: 10px 12px !important;
    }
    .mobile-sub[open]{
        max-height: 285px !important;
        overflow-y: auto !important;
    }
    .mobile-sub a{
        font-size: 14px !important;
        font-weight: 500 !important;
        padding: 8px 11px !important;
        margin: 0 8px 7px !important;
    }
    .hero-slider{
        height: 330px !important;
    }
}
@media(max-width:600px){
    .brand img{
        width: 270px !important;
        max-width: calc(100vw - 105px) !important;
    }
    .header .nav{
        min-height: 88px !important;
    }
    .mobile-menu{
        top: 88px !important;
        width: min(84vw, 390px) !important;
    }
    .hero-slider{
        height: 280px !important;
    }
    .footer img{
        width: 260px !important;
    }
}


/* === FINAL TEMIZ DUZENLEME - LOGO / MENU / MOBIL === */
.header .nav{
    min-height: 118px !important;
}
.brand img{
    width: 430px !important;
    max-width: none !important;
    max-height: 118px !important;
    height: auto !important;
    object-fit: contain !important;
}
.menu,
.menu a,
.menu .dropdown > a{
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: .01em !important;
    text-transform: none !important;
}
.menu{
    gap: 26px !important;
}
.menu .drop{
    top: 100% !important;
    margin-top: 14px !important;
}
.menu .dropdown:hover .drop{
    display: grid !important;
}
.hamb{
    width: 46px !important;
    height: 40px !important;
    border-radius: 13px !important;
    padding: 0 !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
}
.hamb span{
    width: 21px !important;
    height: 2.4px !important;
    background: #fff !important;
    border-radius: 6px !important;
    display: block !important;
}
.to-top{
    cursor: pointer !important;
}
.footer-grid > div:first-child p{
    margin-top: 6px !important;
}
.footer img{
    width: 320px !important;
}
@media(max-width:980px){
    .header .nav{
        min-height: 102px !important;
    }
    .brand img{
        width: 330px !important;
        max-width: calc(100vw - 118px) !important;
        max-height: 96px !important;
    }
    .hamb{
        display: flex !important;
    }
    .menu{
        display: none !important;
    }
    .mobile-menu{
        top: 102px !important;
        max-height: calc(100vh - 102px) !important;
        overflow-y: auto !important;
        padding: 18px 5% !important;
    }
    .mobile-menu a,
    .mobile-sub summary{
        font-size: 15px !important;
        font-weight: 500 !important;
        padding: 10px 12px !important;
    }
    .mobile-sub a{
        font-size: 14px !important;
        margin: 0 0 7px !important;
        padding: 9px 12px !important;
    }
    .mobile-sub summary::after,
    .mobile-sub[open] summary::after{
        content: "" !important;
    }
}
@media(max-width:600px){
    .header .nav{
        min-height: 94px !important;
    }
    .brand img{
        width: 300px !important;
        max-width: calc(100vw - 106px) !important;
        max-height: 86px !important;
    }
    .hamb{
        width: 44px !important;
        height: 38px !important;
    }
    .hamb span{
        width: 20px !important;
    }
    .mobile-menu{
        top: 94px !important;
        max-height: calc(100vh - 94px) !important;
    }
}

/* === SADE SON DUZELTME: sadece logo, mobil + ve mega not === */
.brand img{
    width: 420px !important;
    max-width: 420px !important;
    max-height: 130px !important;
    height: auto !important;
    object-fit: contain !important;
}
.footer img{
    width: 320px !important;
    max-width: 100% !important;
}
.menu .drop::after,
.drop::after{
    content: none !important;
    display: none !important;
}
@media(max-width:980px){
    .brand img{
        width: 320px !important;
        max-width: calc(100vw - 112px) !important;
        max-height: 96px !important;
    }
    .mobile-sub summary{
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
    }
    .mobile-sub summary::after{
        content: "+" !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        border-radius: 50% !important;
        background: #f1f4f8 !important;
        color: #06162f !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        margin-left: auto !important;
    }
    .mobile-sub[open] summary::after{
        content: "-" !important;
    }
}
@media(max-width:600px){
    .brand img{
        width: 300px !important;
        max-width: calc(100vw - 106px) !important;
        max-height: 88px !important;
    }
}
