:root{
    --navy:#082846;
    --navy-2:#0b3359;
    --primary:#006bc9;
    --primary-dark:#0055a3;
    --blue:#0875d8;
    --text:#09172e;
    --muted:#5f6e82;
    --soft:#f4f8fc;
    --border:#e6edf4;
    --white:#fff;
    --shadow:0 14px 38px rgba(12,42,80,.12);
    --radius:8px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
ul{margin:0;padding:0;list-style:none}
img{max-width:100%;display:block}
.container{width:min(100% - 80px, 1150px);margin:0 auto}
.topbar{background:var(--navy);color:#fff;font-size:14px}
.topbar-inner{height:45px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-left{display:flex;align-items:center;gap:24px;min-width:0}
.topbar-left a,.topbar-left span{display:inline-flex;align-items:center;gap:9px;color:#fff;white-space:nowrap}
.topbar-left i{font-size:17px}
.divider{width:1px;height:18px;background:rgba(255,255,255,.25);display:block!important}
.topbar-social{display:flex;align-items:center;gap:20px}
.topbar-social a{width:20px;height:20px;display:grid;place-items:center;color:#fff;font-size:15px;transition:.2s}.topbar-social a:hover{opacity:.75}
.site-header{background:#fff;box-shadow:0 3px 20px rgba(10,35,65,.07);position:sticky;top:0;z-index:50}
.header-inner{height:110px;display:flex;align-items:center;gap:25px}
.brand{display:flex;align-items:center;min-width:300px}.brand img{height:76px;width:auto;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:26px;margin-left:auto}.nav-item{position:relative}.main-nav a{font-size:15px;font-weight:700;color:#111827;display:flex;align-items:center;gap:6px;height:42px;position:relative;transition:.2s}.main-nav a:hover,.main-nav a.active{color:var(--primary)}.main-nav> .nav-item > a.active::after{content:"";position:absolute;left:0;right:0;bottom:0;margin:auto;width:24px;height:2px;background:var(--primary)}
.dropdown-menu{position:absolute;top:100%;left:0;min-width:230px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;z-index:20}.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{height:auto;padding:11px 16px;font-size:14px;white-space:nowrap}.dropdown-menu a.active{background:#f2f8ff}.dropdown-menu a::after{display:none!important}
.header-call{background:var(--primary);color:#fff;border-radius:8px;padding:15px 18px;min-width:178px;display:flex;align-items:center;gap:13px;box-shadow:0 8px 18px rgba(0,107,201,.25);transition:.2s}.header-call:hover{background:var(--primary-dark);transform:translateY(-1px)}.header-call i{font-size:22px}.header-call strong{display:block;font-size:15px;line-height:1}.header-call small{display:block;font-size:13px;margin-top:5px;font-weight:600}
.mobile-menu-btn{display:none;width:42px;height:42px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:6px;cursor:pointer}.mobile-menu-btn span{width:30px;height:3px;background:var(--navy);display:block;border-radius:10px;transition:.2s}.mobile-menu-btn.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
.hero{position:relative;background:#f5f9fd;overflow:hidden}.slider{position:relative;min-height:610px}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .5s ease}.slide.active{opacity:1;visibility:visible;position:relative}.hero-inner{display:grid;grid-template-columns:1.04fr .96fr;align-items:center;min-height:540px;gap:25px}.hero-content{position:relative;z-index:5}.hero-badge{display:inline-flex;align-items:center;background:var(--primary);color:#fff;border-radius:4px;font-size:22px;font-weight:900;padding:7px 16px;position:relative;line-height:1}.hero-badge::after{content:"";position:absolute;right:-24px;top:0;border-left:24px solid var(--primary);border-top:20px solid transparent;border-bottom:20px solid transparent}.hero h1{font-size:60px;line-height:1.03;margin:28px 0 18px;letter-spacing:-2.5px}.hero h1 span,.hero h1 strong{display:block}.hero h1 strong{color:var(--primary)}.hero p{font-size:19px;line-height:1.55;max-width:535px;margin:0 0 28px;color:#1c2638}.hero-buttons{display:flex;align-items:center;gap:22px}.btn{height:50px;display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:0 26px;border-radius:6px;font-weight:800;font-size:16px;border:1px solid transparent;transition:.2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{background:#fff;color:var(--primary-dark);border-color:#94b6d6}.btn-outline:hover{border-color:var(--primary);box-shadow:0 8px 20px rgba(0,107,201,.12)}
.hero-image-wrap{align-self:stretch;display:flex;align-items:flex-end;justify-content:center;position:relative}.hero-image-wrap img{max-height:540px;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0}.hero-feature-container{position:relative;z-index:10;margin-top:-55px}.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:610px;padding:0 0 38px}.mini-feature{display:flex;align-items:center;gap:11px;min-width:0}.mini-feature i{color:var(--primary);font-size:23px;width:30px;text-align:center}.mini-feature strong{display:block;font-size:13px;font-weight:900;color:#0d1a32}.mini-feature span{display:block;font-size:11px;color:#334257;margin-top:3px;white-space:nowrap}.slider-dots{position:absolute;left:0;right:0;bottom:18px;display:flex;align-items:center;justify-content:center;gap:8px;z-index:8}.slider-dots button{width:8px;height:8px;border-radius:50%;border:0;background:#c5d7e8;cursor:pointer;padding:0}.slider-dots button.active{background:var(--primary)}
.services-section{padding:40px 0 25px;background:#fff}.section-title{text-align:center;margin-bottom:28px}.section-title span{display:inline-flex;align-items:center;gap:14px;color:var(--primary);font-weight:900;font-size:14px;text-transform:uppercase}.section-title span::before,.section-title span::after{content:"";width:32px;height:2px;background:var(--primary);display:block}.section-title h2{font-size:31px;line-height:1.12;margin:10px 0 0;letter-spacing:-.8px}.section-title p{max-width:720px;margin:12px auto 0;color:var(--muted);line-height:1.65}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.services-grid.three{grid-template-columns:repeat(3,1fr)}.service-card{min-height:300px;text-align:center;border:1px solid var(--border);border-radius:5px;background:#fff;padding:28px 20px 24px;box-shadow:0 8px 28px rgba(20,40,80,.04);display:flex;flex-direction:column;align-items:center;transition:.22s}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#cfe4f7}.service-icon{height:75px;display:grid;place-items:center;color:var(--primary);font-size:57px}.service-card h3{font-size:20px;line-height:1.16;margin:15px 0 11px}.service-card p{font-size:15px;line-height:1.45;color:#16243b;margin:0 auto 24px;max-width:190px}.small-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:34px;background:var(--primary);color:#fff;border-radius:4px;padding:0 18px;font-weight:800;font-size:13px;margin-top:auto;transition:.2s}.small-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}
.blue-feature-area{padding:10px 0 35px}.blue-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);background:var(--primary);border-radius:8px;overflow:hidden;box-shadow:0 10px 28px rgba(0,103,199,.22)}.blue-feature{min-height:78px;color:#fff;display:flex;align-items:center;gap:15px;padding:16px 26px;border-right:1px solid rgba(255,255,255,.22)}.blue-feature:last-child{border-right:0}.blue-feature i{font-size:30px;width:42px;text-align:center}.blue-feature strong{display:block;font-size:17px}.blue-feature span{display:block;font-size:13px;margin-top:3px;opacity:.95}
.info-section{padding:0 0 36px}.info-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:22px}.why-card,.brand-card{background:#fff;border-radius:8px;box-shadow:0 10px 35px rgba(20,40,80,.08);min-height:245px}.why-card{display:grid;grid-template-columns:270px 1fr;overflow:hidden}.why-card img{width:100%;height:100%;object-fit:cover}.why-content{padding:25px 33px}.why-content h2,.brand-card h2{font-size:24px;margin:0 0 18px;letter-spacing:-.4px}.why-content li{font-size:15px;color:#13223a;margin-bottom:11px}.why-content li i{color:#2eb85c;margin-right:10px}.arrow-btn{margin-top:8px}.brand-card{text-align:center;padding:28px 30px;display:flex;flex-direction:column;justify-content:center}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 26px;align-items:center;margin:10px 0 28px}.brand-grid span{font-weight:950;font-size:21px;line-height:1;color:#0a4390;letter-spacing:-.6px}.brand-grid span:nth-child(1),.brand-grid span:nth-child(4),.brand-grid span:nth-child(5){color:#e20d18}.brand-grid span:nth-child(2){color:#e31b23}.brand-grid span:nth-child(3){color:#1a4673}.brand-btn{align-self:center;min-width:160px;height:36px}
.page-hero{background:linear-gradient(135deg,rgba(8,40,70,.94),rgba(0,107,201,.82)),url('../img/hero-klima-servisi.jpg') center/cover no-repeat;color:#fff;padding:76px 0}.page-hero span{display:inline-block;font-weight:900;letter-spacing:.8px;color:#d7ecff;text-transform:uppercase;margin-bottom:9px}.page-hero h1{font-size:43px;line-height:1.1;margin:0}.page-hero p{max-width:780px;line-height:1.65;font-size:18px;margin:14px 0 0;color:#eef7ff}.content-section{padding:54px 0;background:#fff}.content-section.soft{background:var(--soft)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.text-box h2{font-size:32px;line-height:1.15;margin:0 0 16px}.text-box p{font-size:16px;line-height:1.75;color:#4a5a70;margin:0 0 13px}.check-list{display:grid;gap:12px;margin-top:18px}.check-list li{display:flex;gap:11px;align-items:flex-start;color:#25344a;line-height:1.45}.check-list i{color:#2eb85c;margin-top:3px}.image-card{border-radius:10px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.image-card img{width:100%;height:330px;object-fit:cover}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.stat-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:24px;text-align:center;box-shadow:0 8px 25px rgba(20,40,80,.06)}.stat-card strong{display:block;color:var(--primary);font-size:33px}.stat-card span{display:block;font-weight:800;margin-top:6px;color:#20304a}.detail-grid{display:grid;grid-template-columns:2fr 1fr;gap:28px}.detail-card{background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 25px rgba(20,40,80,.06);padding:30px}.detail-card h2{font-size:30px;margin:0 0 14px}.detail-card p{line-height:1.75;color:#526176;margin:0 0 14px}.side-card{background:var(--navy);color:#fff;border-radius:10px;padding:26px;height:max-content;box-shadow:var(--shadow)}.side-card h3{margin:0 0 14px;font-size:22px}.side-card p{color:#dcebf8;line-height:1.6;margin:0 0 18px}.side-card .btn{width:100%;margin-top:8px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:24px;text-align:center;box-shadow:0 8px 25px rgba(20,40,80,.05)}.process-card i{font-size:38px;color:var(--primary);margin-bottom:14px}.process-card h3{margin:0 0 10px;font-size:19px}.process-card p{margin:0;color:#627085;line-height:1.55}.product-grid,.reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card,.reference-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:28px;box-shadow:0 8px 25px rgba(20,40,80,.06)}.product-card i,.reference-card i{font-size:42px;color:var(--primary);margin-bottom:18px}.product-card h3,.reference-card h3{font-size:22px;margin:0 0 10px}.product-card p,.reference-card p{color:#5d6a7e;line-height:1.65;margin:0}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.contact-info{display:grid;gap:16px}.contact-box{display:flex;gap:16px;background:#fff;border:1px solid var(--border);border-radius:10px;padding:20px;box-shadow:0 8px 25px rgba(20,40,80,.05)}.contact-box i{width:48px;height:48px;border-radius:50%;background:#eef7ff;color:var(--primary);display:grid;place-items:center;font-size:22px;flex:0 0 48px}.contact-box strong{display:block;margin-bottom:5px}.contact-box span,.contact-box a{color:#5b687b;line-height:1.55}.contact-form{background:#fff;border:1px solid var(--border);border-radius:10px;padding:28px;box-shadow:0 8px 25px rgba(20,40,80,.06)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{display:grid;gap:7px;margin-bottom:14px}.form-group.full{grid-column:1/-1}.form-group label{font-weight:800;color:#1b2a42}.form-group input,.form-group textarea,.form-group select{border:1px solid #d9e4ef;border-radius:6px;padding:13px 14px;font:inherit;outline:0}.form-group textarea{min-height:135px;resize:vertical}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(0,107,201,.10)}.map-placeholder{height:280px;background:linear-gradient(135deg,#e6f1fb,#fff);border:1px dashed #b9cde1;border-radius:10px;display:grid;place-items:center;text-align:center;color:#526176;padding:20px}.map-placeholder i{display:block;font-size:38px;color:var(--primary);margin-bottom:10px}.cta-section{background:var(--primary);color:#fff;padding:36px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.cta-inner h2{margin:0 0 6px;font-size:29px}.cta-inner p{margin:0;color:#ecf7ff}.cta-inner .btn{background:#fff;color:var(--primary-dark)}
.site-footer{background:var(--navy);color:#fff;margin-top:0}.footer-grid{display:grid;grid-template-columns:1.3fr .85fr .95fr 1.1fr;gap:48px;padding:32px 0 30px}.footer-about{padding-right:20px}.footer-logo{display:flex;align-items:center;margin-bottom:12px}.footer-logo img{height:64px;width:auto;filter:brightness(1.1)}.footer-about p{font-size:14px;line-height:1.65;color:#d9e7f5;margin:0 0 17px}.footer-social{display:flex;gap:13px}.footer-social a{width:29px;height:29px;border-radius:50%;background:#0b355e;display:grid;place-items:center;color:#fff}.footer-col{border-left:1px solid rgba(255,255,255,.12);padding-left:36px}.footer-col h3{font-size:17px;margin:0 0 14px}.footer-col li{font-size:14px;color:#e3eef8;margin:8px 0}.footer-col a{color:#e3eef8}.footer-col a:hover{color:#fff}.contact-col li{display:grid;grid-template-columns:20px 1fr;gap:9px;align-items:start;line-height:1.45}.contact-col i{color:#fff;margin-top:2px}.footer-bottom{background:#0a2a4b}.footer-bottom-inner{height:49px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#d7e4f1;font-size:13px}.footer-bottom a{color:#d7e4f1}.footer-bottom p{margin:0}.footer-bottom span{margin:0 10px;color:#7895af}.whatsapp-float{position:fixed;right:31px;bottom:26px;width:56px;height:56px;border-radius:50%;background:#23d366;color:#fff;display:grid;place-items:center;font-size:33px;box-shadow:0 12px 25px rgba(35,211,102,.38);z-index:60;transition:.2s}.whatsapp-float:hover{transform:translateY(-4px)}
@media (max-width:1100px){.container{width:min(100% - 32px, 1140px)}.main-nav{gap:18px}.main-nav a{font-size:14px}.header-call{padding:13px 15px}.hero h1{font-size:50px}.services-grid{gap:14px}.service-card{padding-left:14px;padding-right:14px}.blue-feature{padding:15px 16px}.footer-grid{gap:30px}.product-grid,.reference-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:920px){.topbar-left{gap:10px}.header-inner{height:auto;min-height:86px;flex-wrap:wrap}.brand{min-width:auto}.brand img{height:58px}.mobile-menu-btn{display:flex;margin-left:auto}.main-nav{order:5;width:100%;display:none;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:0 0 16px}.main-nav.open{display:flex}.nav-item{border-top:1px solid var(--border)}.main-nav a{padding:14px 0;justify-content:space-between}.main-nav a.active::after{display:none}.dropdown-menu{position:static;width:100%;box-shadow:none;border:0;border-radius:0;opacity:1;visibility:visible;transform:none;display:none;padding:0 0 7px 16px}.has-dropdown.open .dropdown-menu{display:block}.dropdown-menu a{padding:10px 0}.header-call{margin-left:auto}.hero-inner{grid-template-columns:1fr;min-height:auto;padding:48px 0 0}.slide{min-height:auto}.slider{min-height:auto}.hero-content{text-align:left;padding:0}.hero h1{font-size:46px}.hero p{font-size:18px}.hero-image-wrap{min-height:330px;max-height:390px;overflow:hidden}.hero-feature-container{margin-top:0}.hero-features{max-width:none;grid-template-columns:repeat(2,1fr);padding:24px 0 42px}.slider-dots{bottom:16px}.services-grid,.services-grid.three{grid-template-columns:repeat(2,1fr)}.blue-feature-grid{grid-template-columns:repeat(2,1fr)}.blue-feature:nth-child(2){border-right:0}.blue-feature:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.22)}.info-grid,.why-card,.two-col,.detail-grid,.contact-grid{grid-template-columns:1fr}.why-card img{height:260px}.footer-grid{grid-template-columns:1fr 1fr}.footer-col{border-left:0;padding-left:0}.footer-bottom-inner{height:auto;min-height:56px;flex-direction:column;justify-content:center;text-align:center;padding:12px 0}.process-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.cta-inner{flex-direction:column;text-align:center}}
@media (max-width:620px){.topbar-inner{height:auto;padding:10px 0;align-items:flex-start}.topbar-left{flex-direction:column;align-items:flex-start;gap:7px}.divider{display:none}.topbar-social{gap:14px}.header-call{display:none}.hero{background:#f8fbfe}.hero-badge{font-size:15px}.hero-badge::after{border-top-width:18px;border-bottom-width:18px}.hero h1{font-size:35px;letter-spacing:-1.5px;margin-top:24px}.hero p{font-size:16px}.btn{width:100%;height:50px;font-size:15px}.hero-buttons{gap:12px;flex-direction:column}.hero-image-wrap{min-height:260px;border-radius:18px;align-items:center}.hero-image-wrap img{border-radius:18px;max-height:280px}.hero-features{grid-template-columns:1fr;gap:14px;padding-bottom:36px}.mini-feature span{white-space:normal}.services-section{padding-top:34px}.section-title h2,.text-box h2{font-size:26px}.services-grid,.services-grid.three,.blue-feature-grid,.footer-grid,.stats-grid,.process-grid,.product-grid,.reference-grid,.form-grid{grid-template-columns:1fr}.blue-feature,.blue-feature:nth-child(2){border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.blue-feature:last-child{border-bottom:0}.why-content{padding:24px 20px}.brand-grid{grid-template-columns:1fr 1fr;gap:18px}.brand-grid span{font-size:19px}.whatsapp-float{right:18px;bottom:18px;width:52px;height:52px}.container{width:calc(100% - 28px)}.page-hero{padding:50px 0}.page-hero h1{font-size:34px}.contact-form{padding:20px}}


/* ==========================================================
   ADIM 1B - Slider alanı tam genişlik düzenleme
   Amaç: Görseldeki boş alanları azaltıp sliderı masaüstünde sayfaya daha dolu yaymak.
   Bu bölüm sadece anasayfa slider/hero alanını etkiler.
   ========================================================== */
.hero{
    background:linear-gradient(90deg,#f8fbff 0%,#ffffff 44%,#edf7ff 100%);
}
.hero .container{
    width:min(100% - 96px,1540px);
}
.slider{
    min-height:565px;
}
.hero-inner{
    grid-template-columns:minmax(0,1.15fr) minmax(450px,570px);
    min-height:520px;
    gap:70px;
    padding:42px 0 46px;
}
.hero-content{
    max-width:820px;
}
.hero h1{
    font-size:60px;
    line-height:1.04;
    margin:24px 0 18px;
}
.hero p{
    max-width:680px;
    font-size:19px;
}
.hero-image-wrap{
    align-self:center;
    justify-self:end;
    width:100%;
    max-width:570px;
    height:445px;
    min-height:445px;
    max-height:445px;
    border-radius:28px;
    overflow:hidden;
    background:#eaf5ff;
    box-shadow:0 24px 60px rgba(8,40,70,.16);
    border:1px solid rgba(0,107,201,.14);
}
.hero-image-wrap img{
    width:100%;
    height:100%;
    max-height:none;
    object-fit:cover;
    object-position:center;
    border-radius:28px;
}
.hero-feature-container{
    margin-top:-50px;
}
.hero-features{
    max-width:850px;
    padding-bottom:36px;
}
.slider-dots{
    bottom:18px;
}

@media (max-width:1400px){
    .hero .container{
        width:min(100% - 64px,1320px);
    }
    .hero-inner{
        grid-template-columns:minmax(0,1fr) minmax(410px,500px);
        gap:48px;
    }
    .hero h1{
        font-size:54px;
    }
    .hero-image-wrap{
        max-width:500px;
        height:420px;
        min-height:420px;
        max-height:420px;
    }
    .hero-features{
        max-width:760px;
    }
}

@media (max-width:1100px){
    .hero .container{
        width:min(100% - 32px,1140px);
    }
    .hero-inner{
        grid-template-columns:minmax(0,1fr) 400px;
        gap:30px;
        min-height:500px;
    }
    .hero h1{
        font-size:47px;
    }
    .hero p{
        font-size:18px;
    }
    .hero-image-wrap{
        max-width:400px;
        height:390px;
        min-height:390px;
        max-height:390px;
    }
}

@media (max-width:920px){
    .slider{
        min-height:auto;
    }
    .hero-inner{
        grid-template-columns:1fr;
        gap:26px;
        min-height:auto;
        padding:42px 0 0;
    }
    .hero-content{
        max-width:none;
    }
    .hero h1{
        font-size:44px;
    }
    .hero-image-wrap{
        justify-self:center;
        width:100%;
        max-width:560px;
        height:340px;
        min-height:340px;
        max-height:340px;
        border-radius:24px;
    }
    .hero-image-wrap img{
        border-radius:24px;
    }
    .hero-feature-container{
        margin-top:0;
    }
    .hero-features{
        max-width:none;
        grid-template-columns:repeat(2,1fr);
        padding:24px 0 42px;
    }
}

@media (max-width:620px){
    .hero{
        background:#f8fbfe;
    }
    .hero .container{
        width:calc(100% - 28px);
    }
    .hero-inner{
        padding-top:34px;
    }
    .hero h1{
        font-size:34px;
        letter-spacing:-1.4px;
    }
    .hero p{
        font-size:16px;
    }
    .hero-image-wrap{
        max-width:100%;
        height:270px;
        min-height:270px;
        max-height:270px;
        border-radius:18px;
    }
    .hero-image-wrap img{
        border-radius:18px;
    }
    .hero-features{
        grid-template-columns:1fr;
        gap:14px;
        padding-bottom:36px;
    }
}


/* ==========================================================
   ADIM 2 - Üst menü ve hemen arayın butonu düzenleme
   Amaç: Header alanını slider ile aynı genişlikte hizalamak,
   menü taşmalarını engellemek ve arama butonunu yeşil hover'lı yapmak.
   ========================================================== */
.site-header .container{
    width:min(100% - 96px,1540px);
}
.header-inner{
    height:98px;
    gap:28px;
    justify-content:space-between;
}
.brand{
    flex:0 0 310px;
    min-width:0;
}
.brand img{
    height:70px;
    max-width:310px;
}
.main-nav{
    flex:1 1 auto;
    justify-content:center;
    gap:clamp(18px,2.1vw,34px);
    margin-left:0;
    min-width:0;
}
.main-nav a{
    height:48px;
    white-space:nowrap;
    font-size:15px;
    padding:0 2px;
}
.header-call{
    flex:0 0 220px;
    width:220px;
    min-width:220px;
    height:72px;
    padding:0 21px;
    border-radius:11px;
    background:#14b866;
    color:#fff;
    box-shadow:0 12px 26px rgba(20,184,102,.25);
    justify-content:center;
    overflow:hidden;
}
.header-call:hover{
    background:#0f9f55;
    box-shadow:0 16px 34px rgba(20,184,102,.34);
    transform:translateY(-2px);
}
.header-call i{
    flex:0 0 auto;
    font-size:24px;
}
.header-call span{
    min-width:0;
    display:block;
}
.header-call strong{
    white-space:nowrap;
    font-size:16px;
    line-height:1.05;
    letter-spacing:.1px;
}
.header-call small{
    font-size:13px;
    line-height:1.1;
    margin-top:5px;
    white-space:nowrap;
}
.dropdown-menu{
    left:50%;
    transform:translate(-50%,10px);
}
.has-dropdown:hover .dropdown-menu{
    transform:translate(-50%,0);
}

@media (max-width:1400px){
    .site-header .container{
        width:min(100% - 64px,1320px);
    }
    .brand{
        flex-basis:285px;
    }
    .brand img{
        max-width:285px;
        height:66px;
    }
    .main-nav{
        gap:clamp(14px,1.5vw,24px);
    }
    .header-call{
        flex-basis:205px;
        width:205px;
        min-width:205px;
    }
}

@media (max-width:1180px){
    .site-header .container{
        width:min(100% - 40px,1180px);
    }
    .header-inner{
        gap:18px;
    }
    .brand{
        flex-basis:245px;
    }
    .brand img{
        max-width:245px;
        height:60px;
    }
    .main-nav{
        gap:14px;
    }
    .main-nav a{
        font-size:14px;
    }
    .header-call{
        flex-basis:190px;
        width:190px;
        min-width:190px;
        padding:0 16px;
    }
    .header-call strong{
        font-size:15px;
    }
}

@media (max-width:1020px){
    .header-call{
        flex-basis:178px;
        width:178px;
        min-width:178px;
        gap:10px;
    }
    .header-call strong{
        font-size:14px;
    }
    .header-call small{
        font-size:12px;
    }
}

@media (max-width:920px){
    .site-header .container{
        width:calc(100% - 32px);
    }
    .header-inner{
        min-height:88px;
        height:auto;
        gap:16px;
    }
    .brand{
        flex:0 1 235px;
    }
    .brand img{
        height:58px;
        max-width:235px;
    }
    .main-nav{
        justify-content:flex-start;
        gap:0;
    }
    .main-nav a{
        height:auto;
        padding:14px 0;
    }
    .header-call{
        margin-left:0;
        flex-basis:176px;
        width:176px;
        min-width:176px;
        height:62px;
    }
    .dropdown-menu,
    .has-dropdown:hover .dropdown-menu{
        left:auto;
        transform:none;
    }
}

@media (max-width:620px){
    .site-header .container{
        width:calc(100% - 28px);
    }
    .header-inner{
        min-height:78px;
    }
    .brand{
        flex:0 1 210px;
    }
    .brand img{
        max-width:210px;
        height:52px;
    }
}

/* ==========================================================
   ADIM 3 - Profesyonel marka kartları, butonlu menü ve footer
   Bu bölüm sadece marka alanı, üst menü buton görünümü ve footer linklerini etkiler.
   ========================================================== */
.main-nav > .nav-item > a{
    height:44px;
    padding:0 15px;
    border-radius:999px;
    background:#f4f8fd;
    border:1px solid #e5eff8;
    color:#10213b;
    box-shadow:0 6px 16px rgba(8,40,70,.04);
}
.main-nav > .nav-item > a:hover,
.main-nav > .nav-item > a.active{
    background:var(--primary);
    border-color:var(--primary);
    color:#fff;
    box-shadow:0 12px 24px rgba(0,107,201,.18);
    transform:translateY(-1px);
}
.main-nav > .nav-item > a.active::after{
    display:none!important;
}
.main-nav > .nav-item.has-dropdown > a i{
    font-size:12px;
    transition:.2s;
}
.main-nav > .nav-item.has-dropdown:hover > a i{
    transform:rotate(180deg);
}
.dropdown-menu{
    border-radius:14px;
    padding:10px;
    border:1px solid #dbeaf7;
}
.dropdown-menu a{
    border-radius:10px;
    padding:12px 14px;
    color:#10213b;
    transition:.18s;
}
.dropdown-menu a:hover,
.dropdown-menu a.active{
    background:#edf7ff;
    color:var(--primary-dark);
}

.professional-brand-card{
    position:relative;
    overflow:hidden;
    border:1px solid #edf3f9;
    background:linear-gradient(180deg,#ffffff 0%,#f9fcff 100%);
}
.professional-brand-card::before{
    content:"";
    position:absolute;
    right:-75px;
    top:-75px;
    width:170px;
    height:170px;
    border-radius:50%;
    background:rgba(0,107,201,.07);
}
.brand-card-subtitle{
    position:relative;
    z-index:1;
    display:inline-flex;
    align-self:center;
    margin:0 0 8px;
    padding:5px 12px;
    border-radius:999px;
    background:#edf7ff;
    color:var(--primary-dark);
    font-size:12px;
    font-weight:900;
    letter-spacing:.3px;
    text-transform:uppercase;
}
.professional-brand-card h2{
    position:relative;
    z-index:1;
    margin-bottom:16px;
}
.brand-card-desc{
    position:relative;
    z-index:1;
    max-width:760px;
    margin:-5px auto 22px;
    color:var(--muted);
    line-height:1.65;
    font-size:15px;
}
.logo-brand-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:13px;
    align-items:stretch;
    margin:4px 0 22px;
}
.brand-logo-item{
    min-height:64px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:8px 10px;
    border-radius:14px;
    background:#fff;
    border:1px solid #e5eef7;
    box-shadow:0 8px 18px rgba(8,40,70,.055);
    transition:.22s ease;
}
.brand-logo-item:hover{
    transform:translateY(-4px);
    border-color:#c6e0f6;
    box-shadow:0 16px 32px rgba(8,40,70,.11);
}
.brand-logo-item img{
    width:100%;
    max-width:170px;
    height:50px;
    object-fit:contain;
}
.brand-logo-item strong{
    font-size:18px;
    font-weight:900;
    color:var(--primary-dark);
}
.logo-brand-grid.with-text{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:4px;
}
.logo-brand-grid.with-text .brand-logo-item{
    min-height:148px;
    padding:18px 16px;
}
.logo-brand-grid.with-text .brand-logo-item img{
    height:58px;
    max-width:190px;
}
.brand-logo-item p{
    margin:2px 0 0;
    color:#5d6c80;
    font-size:13px;
    line-height:1.45;
    max-width:230px;
}
.product-brand-card{
    max-width:1150px;
    padding:34px 34px 36px!important;
}

.footer-col:not(.contact-col) ul{
    display:grid;
    gap:8px;
}
.footer-col:not(.contact-col) li{
    margin:0;
}
.footer-col:not(.contact-col) li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-height:36px;
    padding:8px 12px;
    border-radius:10px;
    color:#eaf5ff;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.08);
    transition:.2s;
}
.footer-col:not(.contact-col) li a::after{
    content:"›";
    font-size:20px;
    line-height:1;
    opacity:.7;
}
.footer-col:not(.contact-col) li a:hover{
    color:#fff;
    background:var(--primary);
    border-color:rgba(255,255,255,.18);
    transform:translateX(4px);
}
.footer-bottom-inner > div{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    justify-content:center;
}
.footer-bottom-inner > div a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:30px;
    padding:5px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.065);
    border:1px solid rgba(255,255,255,.08);
    transition:.2s;
}
.footer-bottom-inner > div a:hover{
    background:var(--primary);
    color:#fff;
}
.footer-bottom-inner > div span{
    display:none;
}

@media (max-width:1180px){
    .main-nav > .nav-item > a{
        padding:0 11px;
        font-size:13px;
    }
    .brand-logo-item img{
        max-width:150px;
    }
}
@media (max-width:920px){
    .main-nav > .nav-item > a{
        height:auto;
        border-radius:12px;
        padding:13px 14px;
        background:#f6f9fd;
        box-shadow:none;
    }
    .main-nav > .nav-item > a:hover,
    .main-nav > .nav-item > a.active{
        transform:none;
    }
    .dropdown-menu{
        padding:0 0 8px 14px;
        border-radius:0;
        border:0;
    }
    .logo-brand-grid,
    .logo-brand-grid.with-text{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (max-width:620px){
    .logo-brand-grid,
    .logo-brand-grid.with-text{
        grid-template-columns:1fr;
    }
    .brand-logo-item,
    .logo-brand-grid.with-text .brand-logo-item{
        min-height:92px;
    }
    .product-brand-card{
        padding:24px 18px 28px!important;
    }
    .footer-col:not(.contact-col) li a{
        min-height:40px;
    }
}

/* ==========================================================
   ADIM 4 - 9 marka logolu profesyonel marka alanı + footer logo
   Marka alanındaki düz yazıları simgeli SVG kartlara çevirir.
   Footer logosunu koyu zemine uygun, daha kurumsal SVG ile gösterir.
   ========================================================== */
.brand-card.professional-brand-card{
    padding:30px 28px 32px;
}
.logo-brand-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin:8px 0 24px;
}
.brand-logo-item{
    min-height:68px;
    padding:9px 12px;
    border-radius:16px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    border:1px solid #dfeaf5;
}
.brand-logo-item img{
    max-width:185px;
    height:48px;
}
.brand-logo-item:hover{
    border-color:#a9d3f5;
    box-shadow:0 16px 34px rgba(0,88,160,.12);
}
.logo-brand-grid.with-text{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}
.logo-brand-grid.with-text .brand-logo-item{
    min-height:150px;
    justify-content:flex-start;
    padding:18px 16px 16px;
}
.logo-brand-grid.with-text .brand-logo-item img{
    height:54px;
    max-width:195px;
}
.brand-logo-item p{
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.site-footer{
    background:linear-gradient(180deg,#072a49 0%,#061f38 100%);
}
.footer-about{
    position:relative;
    padding:20px 20px 20px 0;
}
.footer-logo{
    width:max-content;
    max-width:100%;
    padding:0;
    margin-bottom:16px;
}
.footer-logo img{
    height:74px;
    max-width:270px;
    width:auto;
    filter:none;
    object-fit:contain;
}
.footer-about p{
    max-width:330px;
    font-size:14.5px;
    color:#e8f5ff;
}
.footer-social a{
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.12);
    transition:.2s;
}
.footer-social a:hover{
    background:#14b866;
    transform:translateY(-3px);
}
.footer-col h3{
    position:relative;
    padding-bottom:10px;
}
.footer-col h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:38px;
    height:3px;
    border-radius:999px;
    background:#14b866;
}
@media (max-width:920px){
    .logo-brand-grid,
    .logo-brand-grid.with-text{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .footer-logo img{
        height:66px;
        max-width:245px;
    }
}
@media (max-width:620px){
    .logo-brand-grid,
    .logo-brand-grid.with-text{
        grid-template-columns:1fr;
    }
    .brand-logo-item,
    .logo-brand-grid.with-text .brand-logo-item{
        min-height:90px;
    }
    .footer-logo img{
        height:60px;
        max-width:220px;
    }
}

/* ==========================================================
   ADIM 5 - 10 görselli profesyonel slider
   Bu bölüm sadece ana sayfadaki sliderı tam görsel banner olarak kullanır.
   ========================================================== */
.hero-banner-mode{
    background:linear-gradient(180deg,#f6fbff 0%,#ffffff 100%);
    padding:24px 0 30px;
    overflow:hidden;
}
.hero-banner-mode .container{
    width:min(100% - 80px,1540px);
}
.hero-banner-slider{
    min-height:auto;
    position:relative;
    border-radius:20px;
}
.hero-banner-slider .slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    transition:opacity .55s ease, visibility .55s ease;
}
.hero-banner-slider .slide.active{
    position:relative;
    opacity:1;
    visibility:visible;
}
.hero-full-slide{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    background:#eef7ff;
    box-shadow:0 22px 55px rgba(8,40,70,.13);
    border:1px solid rgba(0,107,201,.12);
}
.hero-full-slide img{
    width:100%;
    aspect-ratio:16/9;
    height:auto;
    object-fit:cover;
    display:block;
}
.hero-hotspot{
    position:absolute;
    z-index:6;
    display:block;
    border-radius:12px;
    outline:none;
}
.hero-hotspot-phone{
    left:4.8%;
    top:63.5%;
    width:15.5%;
    height:7.2%;
}
.hero-hotspot-offer{
    left:22.2%;
    top:63.5%;
    width:14.7%;
    height:7.2%;
}
.hero-hotspot:hover{
    box-shadow:0 0 0 3px rgba(0,107,201,.14);
}
.hero-banner-slider .slider-dots{
    bottom:15px;
}
.hero-banner-slider .slider-dots button{
    width:10px;
    height:10px;
    background:rgba(255,255,255,.75);
    border:1px solid rgba(0,107,201,.35);
    box-shadow:0 2px 8px rgba(8,40,70,.16);
}
.hero-banner-slider .slider-dots button.active{
    width:24px;
    border-radius:20px;
    background:var(--primary);
    border-color:var(--primary);
}

@media (max-width:920px){
    .hero-banner-mode{
        padding:16px 0 24px;
    }
    .hero-banner-mode .container{
        width:calc(100% - 28px);
    }
    .hero-full-slide{
        border-radius:16px;
    }
    .hero-banner-slider .slider-dots{
        bottom:10px;
    }
}

@media (max-width:620px){
    .hero-banner-mode{
        padding:12px 0 20px;
    }
    .hero-full-slide{
        border-radius:14px;
    }
    .hero-full-slide img{
        aspect-ratio:16/11;
        object-fit:cover;
        object-position:center;
    }
    .hero-hotspot-phone{
        left:4.5%;
        top:62%;
        width:17%;
        height:7.5%;
    }
    .hero-hotspot-offer{
        left:23%;
        top:62%;
        width:17%;
        height:7.5%;
    }
    .hero-banner-slider .slider-dots button{
        width:8px;
        height:8px;
    }
    .hero-banner-slider .slider-dots button.active{
        width:20px;
    }
}

/* ==========================================================
   ADIM 5B - Slider yüksekliği toparlama
   Amaç: 10 görselli sliderın masaüstünde aşağı fazla taşmasını engellemek.
   Sadece anasayfa slider/banner alanını etkiler.
   ========================================================== */
.hero-banner-mode{
    padding:12px 0 22px;
}
.hero-banner-mode .container{
    width:min(100% - 80px,1280px);
}
.hero-banner-slider{
    border-radius:18px;
}
.hero-full-slide{
    height:clamp(500px,43vw,610px);
    border-radius:18px;
}
.hero-full-slide img{
    width:100%;
    height:100%;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:center 45%;
    border-radius:18px;
}
.hero-banner-slider .slider-dots{
    bottom:11px;
}

@media (max-width:1100px){
    .hero-banner-mode .container{
        width:calc(100% - 32px);
    }
    .hero-full-slide{
        height:clamp(430px,50vw,540px);
    }
}

@media (max-width:920px){
    .hero-banner-mode{
        padding:10px 0 18px;
    }
    .hero-full-slide{
        height:auto;
    }
    .hero-full-slide img{
        height:auto;
        aspect-ratio:16/9;
        object-fit:cover;
        object-position:center;
    }
}

@media (max-width:620px){
    .hero-banner-mode .container{
        width:calc(100% - 22px);
    }
    .hero-full-slide img{
        aspect-ratio:16/10.5;
        object-position:center;
    }
}

/* ==========================================================
   ADIM 5C - Slider kompakt görünüm
   Amaç: 10 görselli bannerın ilk ekranda bütün sayfayı kaplamasını engellemek.
   Sadece anasayfa slider/banner alanını etkiler.
   ========================================================== */
.hero-banner-mode{
    padding:8px 0 18px;
    background:linear-gradient(180deg,#f6fbff 0%,#ffffff 100%);
}
.hero-banner-mode .container{
    width:min(100% - 72px,1240px);
}
.hero-banner-slider{
    border-radius:18px;
}
.hero-full-slide{
    height:clamp(420px,31vw,540px);
    border-radius:18px;
}
.hero-full-slide img{
    width:100%;
    height:100%;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:center 40%;
    border-radius:18px;
}
.hero-banner-slider .slider-dots{
    bottom:9px;
}

@media (min-width:1600px){
    .hero-banner-mode .container{
        width:min(100% - 90px,1320px);
    }
    .hero-full-slide{
        height:540px;
    }
}

@media (max-width:1100px){
    .hero-banner-mode .container{
        width:calc(100% - 32px);
    }
    .hero-full-slide{
        height:clamp(390px,48vw,500px);
    }
}

@media (max-width:920px){
    .hero-banner-mode{
        padding:10px 0 18px;
    }
    .hero-full-slide{
        height:auto;
    }
    .hero-full-slide img{
        height:auto;
        aspect-ratio:16/9;
        object-fit:cover;
        object-position:center;
    }
}

@media (max-width:620px){
    .hero-banner-mode .container{
        width:calc(100% - 22px);
    }
    .hero-full-slide img{
        aspect-ratio:16/10.5;
    }
}

.real-klima-showcase .vitrin-track{display:flex!important;flex-wrap:nowrap!important;flex-direction:row!important}.real-klima-showcase .klima-product-card{display:flex!important;flex-direction:column!important}.real-klima-showcase .brand-mini-logo{background:#fff;border-radius:4px}


/* ADIM 8C - Footer sayfa linklerini tekrar butonlu yapar */
.site-footer .footer-btn-list{display:grid!important;gap:8px!important;margin:0!important;padding:0!important;list-style:none!important}
.site-footer .footer-btn-list li{margin:0!important;padding:0!important}
.site-footer .footer-link-button{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-height:38px!important;padding:9px 13px!important;border-radius:11px!important;color:#eaf5ff!important;background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.12)!important;font-weight:700!important;line-height:1.25!important;transition:.2s!important}
.site-footer .footer-link-button::after{content:"›"!important;font-size:21px!important;line-height:1!important;opacity:.75!important}
.site-footer .footer-link-button:hover{color:#fff!important;background:#0875d8!important;border-color:rgba(255,255,255,.28)!important;transform:translateX(4px)!important}
.site-footer .footer-policy-buttons{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;justify-content:center!important}
.site-footer .footer-policy-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:31px!important;padding:6px 13px!important;border-radius:999px!important;color:#eaf5ff!important;background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.12)!important;font-weight:700!important;transition:.2s!important}
.site-footer .footer-policy-button:hover{background:#0875d8!important;color:#fff!important}
.site-footer .footer-policy-buttons span{display:none!important}
@media(max-width:620px){.site-footer .footer-link-button{min-height:42px!important}}


/* ==========================================================
   ADIM 8D - FOOTER BUTON + HOVER GARANTI DUZELTME
   Bu CSS eski footer.php yuklu kalsa bile footer linklerini buton gibi gosterir.
   ========================================================== */
.site-footer .footer-col ul,
.site-footer .footer-link-col ul,
.site-footer .footer-btn-list{
    display:grid!important;
    gap:9px!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
}

.site-footer .footer-col ul li,
.site-footer .footer-link-col ul li,
.site-footer .footer-btn-list li{
    margin:0!important;
    padding:0!important;
}

.site-footer .footer-col ul li a,
.site-footer .footer-link-col ul li a,
.site-footer .footer-btn-list li a,
.site-footer a.footer-link-button{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    width:100%!important;
    min-height:39px!important;
    padding:9px 13px!important;
    border-radius:12px!important;
    color:#eaf5ff!important;
    background:rgba(255,255,255,.075)!important;
    border:1px solid rgba(255,255,255,.13)!important;
    font-weight:700!important;
    line-height:1.25!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
    transition:all .22s ease!important;
}

.site-footer .footer-col ul li a::after,
.site-footer .footer-link-col ul li a::after,
.site-footer .footer-btn-list li a::after,
.site-footer a.footer-link-button::after{
    content:"›"!important;
    font-size:22px!important;
    line-height:1!important;
    opacity:.75!important;
    transform:translateX(0)!important;
    transition:all .22s ease!important;
}

.site-footer .footer-col ul li a:hover,
.site-footer .footer-link-col ul li a:hover,
.site-footer .footer-btn-list li a:hover,
.site-footer a.footer-link-button:hover{
    color:#fff!important;
    background:#0875d8!important;
    border-color:rgba(255,255,255,.32)!important;
    transform:translateX(5px)!important;
    box-shadow:0 10px 22px rgba(8,117,216,.22)!important;
}

.site-footer .footer-col ul li a:hover::after,
.site-footer .footer-link-col ul li a:hover::after,
.site-footer .footer-btn-list li a:hover::after,
.site-footer a.footer-link-button:hover::after{
    opacity:1!important;
    transform:translateX(3px)!important;
}

/* Iletisim bilgileri buton olmasin, sadece sayfa/hizmet linkleri buton olsun */
.site-footer .contact-list,
.site-footer .footer-contact,
.site-footer .contact-info{
    display:grid!important;
    gap:10px!important;
}

.site-footer .contact-list a,
.site-footer .footer-contact a,
.site-footer .contact-info a{
    display:inline!important;
    width:auto!important;
    min-height:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    transform:none!important;
}

.site-footer .contact-list a::after,
.site-footer .footer-contact a::after,
.site-footer .contact-info a::after{
    display:none!important;
    content:none!important;
}

/* Alt gizlilik/kullanim linkleri */
.site-footer .footer-policy-buttons,
.site-footer .footer-bottom-links,
.site-footer .footer-bottom .footer-links{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    flex-wrap:wrap!important;
}

.site-footer .footer-policy-button,
.site-footer .footer-bottom-links a,
.site-footer .footer-bottom .footer-links a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-height:32px!important;
    padding:7px 14px!important;
    border-radius:999px!important;
    color:#eaf5ff!important;
    background:rgba(255,255,255,.075)!important;
    border:1px solid rgba(255,255,255,.13)!important;
    font-weight:700!important;
    transition:all .22s ease!important;
}

.site-footer .footer-policy-button:hover,
.site-footer .footer-bottom-links a:hover,
.site-footer .footer-bottom .footer-links a:hover{
    background:#0875d8!important;
    color:#fff!important;
    border-color:rgba(255,255,255,.32)!important;
    transform:translateY(-2px)!important;
}

.site-footer .footer-policy-buttons span,
.site-footer .footer-bottom-links span{
    display:none!important;
}

@media(max-width:620px){
    .site-footer .footer-col ul li a,
    .site-footer .footer-link-col ul li a,
    .site-footer .footer-btn-list li a{
        min-height:42px!important;
    }
}


/* ==========================================================
   ADIM 10 - TRUVA FOOTER GORUNUMU
   ========================================================== */
.truva-footer{
    position:relative;
    color:#ffffff;
    background:linear-gradient(135deg,#18142a 0%,#17152c 45%,#151326 100%);
    margin-top:64px;
    overflow:hidden;
}
.truva-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at top right, rgba(255,255,255,.07), transparent 32%),
               radial-gradient(circle at bottom left, rgba(9,120,216,.10), transparent 26%);
    pointer-events:none;
}
.truva-footer .container{position:relative;z-index:1;}
.truva-footer-main{
    display:grid;
    grid-template-columns:1.05fr 1.3fr 1.05fr;
    gap:42px;
    padding:72px 0 58px;
}
.truva-footer-col h3{
    margin:0 0 14px;
    color:#fff;
    font-size:31px;
    line-height:1.15;
    font-weight:700;
}
.truva-footer-heading-line{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:26px;
}
.truva-footer-heading-line span{
    display:block;
    height:2px;
    border-radius:999px;
    background:rgba(255,255,255,.78);
}
.truva-footer-heading-line span:first-child{width:56px;}
.truva-footer-heading-line span:last-child{width:14px;opacity:.8;}
.truva-footer-logo{
    display:inline-flex;
    align-items:center;
    margin-bottom:24px;
}
.truva-footer-logo img{
    width:210px;
    max-width:100%;
    height:auto;
}
.truva-footer-text{
    margin:0 0 24px;
    color:rgba(255,255,255,.78);
    font-size:18px;
    line-height:1.95;
    max-width:420px;
}
.truva-footer-socials{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.truva-footer-socials a{
    width:46px;
    height:46px;
    border-radius:10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.08);
    font-size:20px;
    transition:all .25s ease;
}
.truva-footer-socials a:hover{
    transform:translateY(-3px);
    background:#0d7fe7;
    border-color:#0d7fe7;
    box-shadow:0 12px 26px rgba(13,127,231,.25);
}
.truva-footer-links-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 32px;
}
.truva-footer-links-grid ul{
    margin:0;
    padding:0;
    list-style:none;
}
.truva-footer-links-grid li + li{margin-top:8px;}
.truva-footer-links-grid a{
    display:flex;
    align-items:center;
    gap:12px;
    min-height:44px;
    color:rgba(255,255,255,.92);
    font-size:18px;
    font-weight:600;
    border-radius:12px;
    padding:8px 12px 8px 0;
    transition:all .22s ease;
}
.truva-footer-links-grid a i{
    width:18px;
    text-align:center;
    color:#ffffff;
    font-size:15px;
    opacity:.8;
    transition:all .22s ease;
}
.truva-footer-links-grid a:hover{
    color:#ffffff;
    transform:translateX(6px);
}
.truva-footer-links-grid a:hover i{
    color:#4fc3ff;
    opacity:1;
}
.truva-footer-contact .truva-contact-item + .truva-contact-item{margin-top:18px;}
.truva-contact-item{
    display:grid;
    grid-template-columns:56px 1fr;
    gap:16px;
    align-items:start;
}
.truva-contact-icon{
    width:52px;
    height:52px;
    border-radius:10px;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:20px;
    transition:all .22s ease;
}
.truva-contact-item:hover .truva-contact-icon{
    background:#0d7fe7;
    border-color:#0d7fe7;
    transform:translateY(-2px);
}
.truva-contact-text small{
    display:block;
    margin-bottom:5px;
    color:rgba(255,255,255,.85);
    font-size:15px;
    font-weight:500;
    line-height:1.2;
}
.truva-contact-text a,
.truva-contact-text span{
    display:block;
    color:#ffffff;
    font-size:17px;
    line-height:1.35;
    font-weight:700;
}
.truva-contact-text a:hover{color:#73d1ff;}
.truva-footer-bottom{
    border-top:1px solid rgba(255,255,255,.10);
    background:rgba(255,255,255,.025);
}
.truva-footer-bottom-inner{
    min-height:72px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:0 0 0;
}
.truva-footer-bottom-inner p{
    margin:0;
    color:rgba(255,255,255,.75);
    font-size:17px;
    line-height:1.4;
}
.truva-footer-signature a{
    color:#ffffff;
    font-weight:700;
}
.truva-footer-signature span{
    color:rgba(255,255,255,.85);
}
.truva-footer-signature a:hover{color:#73d1ff;}

@media (max-width: 1100px){
    .truva-footer-main{grid-template-columns:1fr;gap:34px;}
    .truva-footer-text{max-width:none;}
}
@media (max-width: 767px){
    .truva-footer-main{padding:52px 0 42px;gap:28px;}
    .truva-footer-col h3{font-size:26px;}
    .truva-footer-links-grid{grid-template-columns:1fr;gap:8px;}
    .truva-footer-bottom-inner{flex-direction:column;justify-content:center;text-align:center;padding:16px 0;}
    .truva-contact-item{grid-template-columns:48px 1fr;gap:14px;}
    .truva-contact-icon{width:46px;height:46px;font-size:18px;}
    .truva-footer-text{font-size:16px;line-height:1.8;}
}


/* ==========================================================
   ADIM 11 - FOOTER USTU ILETISIM ALANI
   ========================================================== */
.prefooter-contact-section{
    position:relative;
    background:linear-gradient(180deg,#f6f8fb 0%, #eef3f9 100%);
    padding:72px 0 26px;
}
.prefooter-contact-section::before{
    content:"";
    position:absolute;
    left:0; right:0; top:0;
    height:1px;
    background:rgba(12,31,58,.06);
}
.prefooter-contact-wrap{
    display:grid;
    grid-template-columns:minmax(0,1.7fr) minmax(360px,0.8fr);
    gap:34px;
    align-items:start;
}
.prefooter-contact-left,
.prefooter-form-box{
    background:#ffffff;
    border:1px solid #e4ebf4;
    border-radius:24px;
    box-shadow:0 18px 50px rgba(17,52,86,.08);
}
.prefooter-contact-left{padding:34px 34px 28px;position:relative;overflow:hidden;}
.prefooter-contact-left::after{
    content:"";
    position:absolute;
    inset:0;
    background-image:radial-gradient(rgba(18,85,140,.09) 1.2px, transparent 1.2px);
    background-size:16px 16px;
    opacity:.18;
    pointer-events:none;
    clip-path:ellipse(50% 28% at 50% 18%);
}
.prefooter-contact-head,
.prefooter-contact-cards,
.prefooter-map-box{position:relative;z-index:1;}
.prefooter-mini-title{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:12px;
    color:#0b78dc;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    font-size:13px;
}
.prefooter-mini-title::before{
    content:"";
    width:28px;
    height:2px;
    background:#0b78dc;
    border-radius:999px;
}
.prefooter-contact-head h2{
    margin:0 0 12px;
    color:#0f2038;
    font-size:44px;
    line-height:1.12;
    font-weight:800;
}
.prefooter-contact-head p{
    margin:0 0 28px;
    color:#4b5c71;
    font-size:17px;
    line-height:1.8;
    max-width:870px;
}
.prefooter-contact-cards{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px 20px;
    margin-bottom:22px;
}
.prefooter-info-card{
    display:grid;
    grid-template-columns:64px 1fr;
    align-items:center;
    gap:18px;
    padding:0 0 16px;
    border-bottom:1px solid #f04a4a;
}
.prefooter-info-icon{
    width:62px;
    height:62px;
    border-radius:14px;
    background:#ea1111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    box-shadow:0 14px 26px rgba(234,17,17,.14);
}
.prefooter-info-text strong{
    display:block;
    margin-bottom:6px;
    color:#161f2b;
    font-size:16px;
    line-height:1.2;
    font-weight:800;
}
.prefooter-info-text span,
.prefooter-info-text a{
    color:#4a4f57;
    font-size:17px;
    line-height:1.5;
    font-weight:500;
}
.prefooter-info-text a:hover{color:#0b78dc;}
.prefooter-map-box{
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e4ebf4;
    box-shadow:0 12px 28px rgba(17,52,86,.06);
}
.prefooter-map-box iframe{
    display:block;
    width:100%;
    height:320px;
    border:0;
}
.prefooter-form-box{padding:24px;}
.prefooter-form-box h3{
    margin:0 0 8px;
    font-size:28px;
    line-height:1.2;
    color:#121d2b;
    font-weight:800;
}
.prefooter-form-box p{
    margin:0 0 22px;
    color:#617287;
    font-size:15px;
    line-height:1.7;
}
.prefooter-contact-form{display:grid;gap:16px;}
.prefooter-field{
    position:relative;
}
.prefooter-field i{
    position:absolute;
    left:16px;
    top:19px;
    color:#ea1111;
    font-size:16px;
    z-index:2;
}
.prefooter-field input,
.prefooter-field textarea{
    width:100%;
    border:1px solid #dfe6ef;
    background:#ffffff;
    border-radius:12px;
    min-height:58px;
    padding:16px 16px 16px 46px;
    color:#1b2432;
    font-size:16px;
    transition:all .22s ease;
}
.prefooter-field textarea{
    min-height:188px;
    resize:vertical;
    padding-top:18px;
}
.prefooter-field input:focus,
.prefooter-field textarea:focus{
    outline:none;
    border-color:#ea1111;
    box-shadow:0 0 0 4px rgba(234,17,17,.08);
}
.prefooter-submit-btn{
    border:none;
    border-radius:12px;
    min-height:58px;
    padding:14px 26px;
    background:#ea1111;
    color:#fff;
    font-size:18px;
    font-weight:800;
    letter-spacing:.01em;
    cursor:pointer;
    transition:all .25s ease;
    box-shadow:0 16px 32px rgba(234,17,17,.18);
}
.prefooter-submit-btn:hover{
    background:#c80f0f;
    transform:translateY(-2px);
}

@media (max-width: 1180px){
    .prefooter-contact-wrap{grid-template-columns:1fr;}
}
@media (max-width: 767px){
    .prefooter-contact-section{padding:52px 0 18px;}
    .prefooter-contact-left{padding:24px 18px 20px;}
    .prefooter-contact-head h2{font-size:33px;}
    .prefooter-contact-cards{grid-template-columns:1fr;gap:16px;}
    .prefooter-info-card{grid-template-columns:58px 1fr;gap:14px;}
    .prefooter-info-icon{width:56px;height:56px;font-size:21px;}
    .prefooter-map-box iframe{height:260px;}
    .prefooter-form-box{padding:20px 16px;}
}


/* ==========================================================
   ADIM 13 - ALT UC BLOK: ISTATISTIK + COZUM ORTAKLARI + ARAMA BANDI
   Header/slider alanına dokunmaz. Sadece footer üstü bölümleri ekler.
   ========================================================== */
.truva-stats-band{
    position:relative;
    min-height:330px;
    display:flex;
    align-items:center;
    overflow:hidden;
    color:#fff;
    background:
      linear-gradient(90deg,rgba(10,13,24,.88),rgba(21,23,37,.86)),
      radial-gradient(circle at 28% 45%,rgba(255,255,255,.12),transparent 18%),
      linear-gradient(135deg,#111522 0%,#232130 42%,#0e1523 100%);
}
.truva-stats-band::before{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),
      linear-gradient(0deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:135px 100%,100% 135px;
    opacity:.25;
}
.truva-stats-overlay{
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 12% 80%,rgba(255,255,255,.08),transparent 25%),radial-gradient(circle at 78% 15%,rgba(7,111,209,.18),transparent 24%);
    pointer-events:none;
}
.truva-stats-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:28px;
    align-items:start;
    text-align:center;
    padding:58px 0;
}
.truva-stat-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:14px;
    min-height:175px;
}
.truva-stat-number{
    width:102px;
    height:102px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.11);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 18px 42px rgba(0,0,0,.15);
    color:#fff;
    font-size:26px;
    line-height:1;
    font-weight:800;
}
.truva-stat-item strong{
    display:block;
    min-height:38px;
    color:#fff;
    font-size:17px;
    line-height:1.25;
    text-transform:uppercase;
    letter-spacing:-.02em;
}
.truva-stat-item i{
    color:#fff;
    font-size:26px;
    opacity:.95;
}

.truva-partners-section{
    background:#f6f6f7;
    padding:44px 0 46px;
}
.truva-partners-title{
    display:grid;
    grid-template-columns:44px 1fr auto 1fr 44px;
    align-items:center;
    gap:18px;
    margin-bottom:28px;
}
.truva-partners-title span{
    height:1px;
    background:#d9d9de;
}
.truva-partners-title h2{
    margin:0;
    color:#171923;
    font-size:28px;
    font-weight:600;
    white-space:nowrap;
}
.truva-partner-nav{
    width:42px;
    height:42px;
    border:0;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#9aa0a8;
    background:#eeeeef;
    transition:.22s ease;
}
.truva-partner-nav:hover{
    color:#fff;
    background:#0b72d9;
}
.truva-partners-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:28px;
}
.truva-partner-card{
    height:110px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px 24px;
    background:#fff;
    border-bottom:3px solid #e71313;
    box-shadow:0 8px 20px rgba(17,24,39,.04);
    transition:.24s ease;
}
.truva-partner-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 36px rgba(17,24,39,.11);
}
.truva-partner-card img{
    max-width:100%;
    max-height:58px;
    object-fit:contain;
    display:block;
}

.truva-call-strip{
    background:#1e1a2c;
    color:#fff;
    padding:48px 0;
    position:relative;
    overflow:hidden;
}
.truva-call-strip::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(255,255,255,.035),transparent 35%,rgba(255,255,255,.025));
    pointer-events:none;
}
.truva-call-inner{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:34px;
}
.truva-call-left{
    display:flex;
    align-items:center;
    gap:18px;
    min-width:0;
}
.truva-call-avatar{
    width:58px;
    height:58px;
    border-radius:50%;
    flex:0 0 58px;
    display:grid;
    place-items:center;
    color:#0b72d9;
    background:#f1f5fb;
    border:3px solid rgba(255,255,255,.2);
    box-shadow:0 10px 28px rgba(0,0,0,.18);
    font-size:26px;
}
.truva-call-left h2{
    margin:0;
    color:#fff;
    font-size:26px;
    line-height:1.28;
    font-weight:700;
}
.truva-call-phone{
    display:inline-flex;
    align-items:center;
    gap:14px;
    color:#fff;
    white-space:nowrap;
}
.truva-call-phone span{
    width:58px;
    height:58px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:rgba(255,255,255,.08);
    font-size:24px;
    transition:.22s ease;
}
.truva-call-phone strong{
    font-size:28px;
    line-height:1;
    letter-spacing:.01em;
}
.truva-call-phone:hover span{
    background:#0b72d9;
    transform:translateY(-2px);
}
.truva-call-phone:hover{color:#fff;}

@media(max-width:1100px){
    .truva-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
    .truva-partners-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
    .truva-call-inner{flex-direction:column;text-align:center;}
    .truva-call-left{justify-content:center;}
}
@media(max-width:720px){
    .truva-stats-band{min-height:auto;}
    .truva-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding:42px 0;}
    .truva-stat-number{width:88px;height:88px;font-size:23px;}
    .truva-stat-item strong{font-size:14px;}
    .truva-partners-title{grid-template-columns:36px 1fr auto 1fr 36px;gap:10px;}
    .truva-partners-title h2{font-size:22px;}
    .truva-partners-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
    .truva-partner-card{height:92px;padding:16px;}
    .truva-call-left{flex-direction:column;}
    .truva-call-left h2{font-size:22px;}
    .truva-call-phone strong{font-size:22px;}
}
@media(max-width:460px){
    .truva-stats-grid{grid-template-columns:1fr;}
    .truva-partners-grid{grid-template-columns:1fr;}
}


/* ==========================================================
   ADIM 14 - VIDEO GALERI + URUN GRUPLARI
   Header/slider alanına dokunmaz. Adım 13 bloklarının üstüne iki sıra ekler.
   ========================================================== */
.truva-video-section{
    position:relative;
    overflow:hidden;
    background:#1e1a2c;
    color:#fff;
    padding:58px 0 56px;
}
.truva-video-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(155deg,rgba(255,255,255,.06) 0 22%,transparent 22% 100%),linear-gradient(155deg,transparent 0 44%,rgba(255,255,255,.035) 44% 68%,transparent 68% 100%);
    pointer-events:none;
}
.truva-video-section .container{position:relative;z-index:1;}
.truva-row-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    margin-bottom:28px;
}
.truva-head-left{
    display:flex;
    align-items:center;
    gap:12px;
}
.truva-head-icon{
    width:42px;
    height:42px;
    border-radius:8px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#e71313;
    color:#fff;
    font-size:18px;
    box-shadow:0 10px 24px rgba(231,19,19,.18);
}
.truva-row-head h2{
    margin:0;
    font-size:28px;
    line-height:1.2;
    font-weight:700;
}
.truva-row-arrows{
    display:flex;
    gap:8px;
}
.truva-row-arrows button{
    width:40px;
    height:40px;
    border:0;
    border-radius:7px;
    display:grid;
    place-items:center;
    cursor:pointer;
    color:#fff;
    background:rgba(255,255,255,.12);
    transition:.22s ease;
}
.truva-row-arrows button:hover{background:#e71313;transform:translateY(-2px);}
.truva-video-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:26px;
}
.truva-video-card{
    position:relative;
    min-height:155px;
    overflow:hidden;
    border-radius:2px;
    background:#234fff;
    box-shadow:0 16px 32px rgba(0,0,0,.18);
    transition:.24s ease;
}
.truva-video-card:hover{transform:translateY(-5px);}
.truva-video-card img{
    width:100%;
    aspect-ratio:16/9;
    height:auto;
    display:block;
    object-fit:cover;
}
.truva-video-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.52));
    opacity:0;
    transition:.24s ease;
}
.truva-video-card:hover::after{opacity:1;}
.truva-play-badge{
    position:absolute;
    left:14px;
    bottom:12px;
    width:36px;
    height:36px;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#e71313;
    background:#fff;
    z-index:2;
    opacity:0;
    transform:translateY(8px);
    transition:.24s ease;
}
.truva-video-card:hover .truva-play-badge{opacity:1;transform:translateY(0);}
.truva-video-caption{
    position:absolute;
    left:60px;
    right:14px;
    bottom:12px;
    z-index:2;
    opacity:0;
    transform:translateY(8px);
    transition:.24s ease;
}
.truva-video-card:hover .truva-video-caption{opacity:1;transform:translateY(0);}
.truva-video-caption h3{margin:0 0 2px;color:#fff;font-size:15px;line-height:1.25;}
.truva-video-caption p{margin:0;color:rgba(255,255,255,.8);font-size:12px;line-height:1.35;}

.truva-product-groups{
    background:#f7f7f8;
    padding:58px 0 66px;
}
.truva-product-groups .truva-row-head{margin-bottom:24px;}
.truva-product-groups .truva-row-head h2{color:#15171f;font-size:26px;font-weight:600;}
.truva-view-all{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 18px;
    border-radius:7px;
    color:#e71313;
    background:#fff;
    font-size:14px;
    font-weight:700;
    box-shadow:0 10px 24px rgba(17,24,39,.04);
    transition:.22s ease;
}
.truva-view-all:hover{background:#e71313;color:#fff;transform:translateY(-2px);}
.truva-product-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:32px;
}
.truva-product-group-card{
    position:relative;
    overflow:hidden;
    min-height:235px;
    border-radius:7px;
    display:block;
    color:#fff;
    box-shadow:0 12px 28px rgba(17,24,39,.08);
    border-bottom:3px solid #e71313;
}
.truva-product-group-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.35s ease;
}
.truva-product-group-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.45) 58%,rgba(0,0,0,.76) 100%);
    z-index:1;
}
.truva-product-group-card:hover img{transform:scale(1.05);}
.truva-product-detail{
    position:absolute;
    left:22px;
    right:22px;
    bottom:20px;
    z-index:2;
}
.truva-product-detail h3{
    margin:0 0 6px;
    color:#fff;
    font-size:22px;
    line-height:1.2;
    font-weight:800;
}
.truva-product-detail p{
    margin:0;
    color:#fff;
    font-size:14px;
    line-height:1.45;
    font-weight:600;
}
.truva-product-hover{
    position:absolute;
    right:18px;
    top:18px;
    z-index:3;
    width:42px;
    height:42px;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#fff;
    background:#e71313;
    opacity:0;
    transform:translate(8px,-8px);
    transition:.24s ease;
}
.truva-product-group-card:hover .truva-product-hover{opacity:1;transform:translate(0,0);}

@media(max-width:1100px){
    .truva-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .truva-product-grid{grid-template-columns:1fr;gap:22px;}
    .truva-product-group-card{min-height:285px;}
}
@media(max-width:720px){
    .truva-row-head{align-items:flex-start;flex-direction:column;}
    .truva-row-arrows{align-self:flex-end;margin-top:-50px;}
    .truva-video-section{padding:44px 0 46px;}
    .truva-product-groups{padding:44px 0 48px;}
    .truva-video-grid{grid-template-columns:1fr;gap:18px;}
    .truva-product-group-card{min-height:230px;}
    .truva-row-head h2{font-size:24px;}
}


/* ==========================================================
   ADIM 15 - BIZDEN HABERLER / BLOG ALANI
   ========================================================== */
.truva-blog-section{
    background:#f6f6f6;
    padding:70px 0 76px;
}
.truva-blog-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:28px;
}
.truva-blog-label{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}
.truva-blog-label span{
    width:42px;
    height:42px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#e31313;
    color:#fff;
    font-size:18px;
    box-shadow:0 12px 22px rgba(227,19,19,.16);
}
.truva-blog-label p{
    margin:0;
    color:#666;
    font-size:17px;
    font-weight:500;
}
.truva-blog-head h2{
    margin:0;
    color:#111;
    font-size:46px;
    line-height:1.15;
    font-weight:500;
    letter-spacing:-.04em;
}
.truva-blog-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}
.truva-blog-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(13,32,55,.05);
    transition:all .25s ease;
}
.truva-blog-card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 42px rgba(13,32,55,.11);
}
.truva-blog-image{
    display:block;
    height:210px;
    overflow:hidden;
}
.truva-blog-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}
.truva-blog-card:hover .truva-blog-image img{
    transform:scale(1.05);
}
.truva-blog-body{
    padding:18px 20px 20px;
}
.truva-blog-date{
    display:flex;
    align-items:center;
    gap:8px;
    color:#555;
    font-size:14px;
    margin-bottom:12px;
}
.truva-blog-date i{
    color:#1d1d1d;
}
.truva-blog-body h3{
    margin:0 0 12px;
    font-size:21px;
    line-height:1.35;
    font-weight:800;
}
.truva-blog-body h3 a{
    color:#e31313;
}
.truva-blog-body h3 a:hover{
    color:#151327;
}
.truva-blog-body p{
    margin:0 0 18px;
    color:#555;
    font-size:16px;
    line-height:1.75;
}
.truva-read-more{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 18px;
    border-radius:5px;
    background:#e31313;
    color:#fff!important;
    font-size:16px;
    font-weight:700;
    transition:all .22s ease;
}
.truva-read-more:hover{
    background:#151327;
    transform:translateY(-2px);
}
@media(max-width:1100px){
    .truva-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:640px){
    .truva-blog-section{padding:50px 0;}
    .truva-blog-head{align-items:flex-start;flex-direction:column;}
    .truva-blog-head h2{font-size:34px;}
    .truva-blog-grid{grid-template-columns:1fr;}
    .truva-blog-image{height:220px;}
}


/* ==========================================================
   ADIM 16 - DAHILI SLIDER BLOK ALANI
   ========================================================== */
.truva-theme-slider-section{
    position:relative;
    min-height:590px;
    overflow:hidden;
    background:#171526;
    color:#fff;
    display:flex;
    align-items:center;
}
.truva-theme-slider-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(13,14,25,.88) 0%,rgba(22,20,38,.72) 42%,rgba(22,20,38,.48) 100%);
    z-index:1;
}
.truva-theme-slider-section::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(145deg,rgba(255,255,255,.06) 0 16%, transparent 16% 42%, rgba(255,255,255,.035) 42% 54%, transparent 54% 100%);
    opacity:.35;
    z-index:2;
    pointer-events:none;
}
.truva-theme-bg{
    position:absolute;
    inset:0;
    background:url('../img/truva-slider/slider-bg-01.jpg') center/cover no-repeat;
    opacity:.75;
}
.truva-theme-slider-inner{
    position:relative;
    z-index:3;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
    gap:54px;
    align-items:center;
    min-height:590px;
    padding:78px 0 72px;
}
.truva-theme-content{
    max-width:850px;
}
.truva-theme-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#ffffff;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    padding:8px 15px;
    margin-bottom:18px;
    font-size:14px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
}
.truva-theme-kicker::before{
    content:"";
    width:9px;
    height:9px;
    border-radius:50%;
    background:#e31313;
    box-shadow:0 0 0 6px rgba(227,19,19,.15);
}
.truva-theme-content h2{
    margin:0 0 22px;
    color:#fff;
    font-size:48px;
    line-height:1.12;
    font-weight:650;
    letter-spacing:-.035em;
}
.truva-theme-content p{
    max-width:820px;
    margin:0 0 28px;
    color:rgba(255,255,255,.88);
    font-size:19px;
    line-height:1.85;
    font-weight:600;
}
.truva-theme-buttons{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}
.truva-theme-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:12px 24px;
    border-radius:6px;
    font-size:16px;
    font-weight:800;
    transition:all .22s ease;
}
.truva-theme-btn.white{
    color:#171526;
    background:#fff;
    border:1px solid #fff;
}
.truva-theme-btn.outline{
    color:#fff;
    background:transparent;
    border:1px solid rgba(255,255,255,.78);
}
.truva-theme-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 28px rgba(0,0,0,.18);
}
.truva-theme-btn.white:hover{
    background:#e31313;
    border-color:#e31313;
    color:#fff;
}
.truva-theme-btn.outline:hover{
    background:#fff;
    color:#171526;
}
.truva-theme-visual{
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
}
.truva-theme-visual img{
    width:min(100%,680px);
    height:auto;
    display:block;
    filter:drop-shadow(0 28px 44px rgba(0,0,0,.28));
}
.truva-theme-dots{
    position:absolute;
    left:50%;
    bottom:32px;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    gap:14px;
}
.truva-theme-dots span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:rgba(255,255,255,.72);
    display:block;
}
.truva-theme-dots span.active{
    width:18px;
    height:18px;
    border:2px solid #fff;
    background:transparent;
}
.truva-theme-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:5;
    width:44px;
    height:44px;
    border:0;
    border-radius:50%;
    background:rgba(0,0,0,.48);
    color:#fff;
    display:grid;
    place-items:center;
    cursor:pointer;
    transition:all .22s ease;
}
.truva-theme-arrow:hover{
    background:#e31313;
    transform:translateY(-50%) scale(1.06);
}
.truva-theme-prev{left:28px;}
.truva-theme-next{right:28px;}

@media(max-width:1100px){
    .truva-theme-slider-inner{
        grid-template-columns:1fr;
        text-align:center;
        gap:28px;
        padding:64px 0 82px;
    }
    .truva-theme-content{margin:0 auto;}
    .truva-theme-content p{margin-left:auto;margin-right:auto;}
    .truva-theme-buttons{justify-content:center;}
    .truva-theme-visual{justify-content:center;}
    .truva-theme-visual img{max-width:540px;}
}
@media(max-width:720px){
    .truva-theme-slider-section{min-height:auto;}
    .truva-theme-slider-inner{min-height:auto;padding:54px 0 72px;}
    .truva-theme-content h2{font-size:34px;}
    .truva-theme-content p{font-size:16px;line-height:1.7;}
    .truva-theme-arrow{display:none;}
    .truva-theme-visual img{max-width:360px;}
}


/* ==========================================================
   ADIM 17 - DAHILI SLIDER OK / DOT / OTOMATIK GECIS DUZELTME
   ========================================================== */
.truva-theme-slider-section[data-truva-theme-slider]{
    display:block;
}
.truva-theme-slides{
    position:relative;
    z-index:3;
    min-height:590px;
}
.truva-theme-slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateX(22px);
    transition:opacity .55s ease, transform .55s ease, visibility .55s ease;
}
.truva-theme-slide.active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateX(0);
}
.truva-theme-slide .truva-theme-slider-inner{
    position:relative;
    z-index:3;
}
.truva-theme-dots{
    z-index:6;
}
.truva-theme-dots button{
    width:9px;
    height:9px;
    border-radius:50%;
    border:0;
    padding:0;
    background:rgba(255,255,255,.72);
    display:block;
    cursor:pointer;
    transition:all .22s ease;
}
.truva-theme-dots button.active{
    width:19px;
    height:19px;
    border:2px solid #fff;
    background:transparent;
}
.truva-theme-dots span{display:none!important;}
.truva-theme-arrow{z-index:7;}

@media(max-width:720px){
    .truva-theme-slides{min-height:690px;}
    .truva-theme-slide{position:absolute;}
}


/* ==========================================================
   ADIM 18 - FOTO GALERI + HIZMETLERIMIZ BLOKLARI
   ========================================================== */
.truva-photo-gallery-section{
    position:relative;
    background:#171717;
    background-image:linear-gradient(155deg,rgba(255,255,255,.04) 0%,transparent 35%,rgba(255,255,255,.03) 70%,transparent 100%);
    padding:70px 0 78px;
    overflow:hidden;
}
.truva-photo-gallery-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(145deg,rgba(255,255,255,.04) 0 18%, transparent 18% 55%, rgba(255,255,255,.035) 55% 70%, transparent 70%);
    opacity:.35;
    pointer-events:none;
}
.truva-photo-gallery-section .container{position:relative;z-index:1;}
.truva-gallery-head{margin-bottom:24px;}
.truva-gallery-window{overflow:hidden;}
.truva-gallery-track{
    display:flex;
    gap:28px;
    transition:transform .45s ease;
    will-change:transform;
}
.truva-photo-card{
    position:relative;
    flex:0 0 calc((100% - 84px)/4);
    height:178px;
    border-radius:6px;
    overflow:hidden;
    background:#222;
    display:block;
    box-shadow:0 16px 30px rgba(0,0,0,.18);
}
.truva-photo-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    opacity:.88;
    transition:transform .35s ease, opacity .35s ease;
}
.truva-photo-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.62) 100%);
    opacity:0;
    transition:.25s;
}
.truva-photo-card span{
    position:absolute;
    left:16px;
    right:16px;
    bottom:14px;
    color:#fff;
    font-size:15px;
    font-weight:800;
    z-index:2;
    opacity:0;
    transform:translateY(8px);
    transition:.25s;
}
.truva-photo-card:hover img{transform:scale(1.06);opacity:1;}
.truva-photo-card:hover::after,.truva-photo-card:hover span{opacity:1;transform:translateY(0);}
.truva-gallery-dots{
    display:flex;
    justify-content:center;
    gap:16px;
    margin-top:24px;
}
.truva-gallery-dots button{
    width:8px;
    height:8px;
    border-radius:50%;
    border:0;
    padding:0;
    background:rgba(255,255,255,.78);
    cursor:pointer;
    transition:.2s;
}
.truva-gallery-dots button.active{
    width:20px;
    height:20px;
    border:2px solid #fff;
    background:transparent;
    transform:translateY(-6px);
}
.truva-row-arrows button:disabled{opacity:.45;cursor:not-allowed;}

.truva-services-showcase{
    background:#fff;
    padding:72px 0 80px;
}
.truva-services-heading{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    margin-bottom:32px;
}
.truva-services-heading span{
    width:36px;
    height:36px;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#111;
    margin-bottom:10px;
    font-size:19px;
}
.truva-services-heading h2{
    margin:0;
    color:#111;
    font-size:44px;
    line-height:1.15;
    font-weight:400;
    letter-spacing:-.04em;
}
.truva-services-grid-modern{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:28px;
}
.truva-service-modern-card{
    text-align:center;
    background:#fff;
    border-radius:6px;
    overflow:hidden;
    transition:transform .25s ease;
}
.truva-service-modern-card:hover{transform:translateY(-5px);}
.truva-service-modern-image{
    position:relative;
    display:block;
    height:205px;
    border-radius:6px;
    overflow:hidden;
    background:#eef2f7;
}
.truva-service-modern-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .35s ease;
}
.truva-service-modern-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.12) 100%);
}
.truva-service-modern-card:hover .truva-service-modern-image img{transform:scale(1.06);}
.truva-service-tag{
    position:absolute;
    right:0;
    bottom:0;
    z-index:2;
    background:rgba(255,255,255,.88);
    color:#222;
    padding:10px 16px;
    font-size:14px;
    border-top-left-radius:4px;
}
.truva-service-modern-body{padding:18px 8px 0;}
.truva-service-modern-body h3{
    margin:0 0 8px;
    font-size:22px;
    line-height:1.25;
    font-weight:500;
}
.truva-service-modern-body h3 a{color:#e31313;}
.truva-service-modern-body h3 a:hover{color:#0b72d9;}
.truva-service-modern-body p{
    margin:0;
    color:#111;
    font-size:17px;
    line-height:1.4;
}

@media(max-width:1200px){
    .truva-photo-card{flex-basis:calc((100% - 56px)/3);}
    .truva-services-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
    .truva-photo-gallery-section{padding:54px 0 62px;}
    .truva-photo-card{flex-basis:calc((100% - 28px)/2);height:160px;}
    .truva-services-showcase{padding:54px 0 62px;}
    .truva-services-heading h2{font-size:34px;}
    .truva-services-grid-modern{grid-template-columns:1fr;gap:26px;}
}
@media(max-width:520px){
    .truva-photo-card{flex-basis:100%;}
}


/* ==========================================================
   ADIM 19 - FIYAT PAKETLERI BLOKU
   ========================================================== */
.truva-pricing-section{
    background:#fff;
    padding:78px 0 92px;
    position:relative;
}
.truva-pricing-section::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:1px;
    background:#f2f2f2;
}
.truva-pricing-head{
    text-align:center;
    margin-bottom:54px;
}
.truva-pricing-head span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:29px;
    padding:5px 16px;
    background:#e91313;
    color:#fff;
    font-size:13px;
    line-height:1;
    font-weight:800;
    text-transform:uppercase;
    border-radius:2px;
    margin-bottom:16px;
}
.truva-pricing-head h2{
    margin:0;
    color:#090909;
    font-size:44px;
    line-height:1.16;
    font-weight:500;
    letter-spacing:-.04em;
}
.truva-pricing-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:28px;
    align-items:stretch;
}
.truva-pricing-card{
    position:relative;
    background:#f7f7f7;
    border-radius:8px;
    min-height:520px;
    padding-top:32px;
    transition:all .25s ease;
}
.truva-pricing-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}
.truva-price-badge{
    position:absolute;
    left:40px;
    top:-25px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:120px;
    min-height:58px;
    padding:10px 18px;
    background:#e91313;
    color:#fff;
    border-radius:6px;
    font-size:26px;
    line-height:1;
    font-weight:800;
    box-shadow:0 12px 25px rgba(233,19,19,.20);
}
.truva-pricing-body{
    padding:36px 40px 32px;
    display:flex;
    flex-direction:column;
    min-height:100%;
}
.truva-price-small{
    margin:0 0 8px;
    color:#737373;
    font-size:14px;
    line-height:1.45;
    font-weight:500;
}
.truva-pricing-body h3{
    margin:0;
    color:#111;
    font-size:23px;
    line-height:1.2;
    font-weight:800;
}
.truva-price-line{
    width:100%;
    height:1px;
    background:#d4d4d4;
    margin:23px 0 20px;
}
.truva-pricing-body ul{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:17px;
}
.truva-pricing-body li{
    display:grid;
    grid-template-columns:24px 1fr;
    align-items:start;
    gap:10px;
    color:#171717;
    font-size:16px;
    line-height:1.42;
    font-weight:500;
}
.truva-pricing-body li i{
    width:21px;
    height:21px;
    border:1.7px solid #e91313;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#e91313;
    font-size:11px;
    margin-top:1px;
}
.truva-price-btn{
    display:inline-grid;
    grid-template-columns:48px auto;
    align-items:center;
    width:max-content;
    min-height:47px;
    overflow:hidden;
    border-radius:5px;
    background:#e91313;
    color:#fff;
    font-size:16px;
    font-weight:800;
    transition:all .22s ease;
}
.truva-price-btn i{
    width:48px;
    height:47px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#db0f0f;
    font-size:17px;
}
.truva-price-btn span{
    padding:0 20px;
}
.truva-price-btn:hover{
    background:#111;
    color:#fff;
    transform:translateY(-2px);
}
.truva-price-btn:hover i{background:#000;}

@media(max-width:1200px){
    .truva-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 28px;}
}
@media(max-width:760px){
    .truva-pricing-section{padding:58px 0 72px;}
    .truva-pricing-head h2{font-size:34px;}
    .truva-pricing-grid{grid-template-columns:1fr;gap:44px;}
    .truva-price-badge{left:28px;}
    .truva-pricing-body{padding:34px 28px 28px;}
}


/* ==========================================================
   ADIM 20 - CALISMA SEKLI / MUSTERI MEMNUNIYETI ALANI
   ========================================================== */
.truva-work-style-section{
    padding:86px 0;
    background:#fffafa;
    position:relative;
    overflow:hidden;
}
.truva-work-style-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 16% 16%, rgba(219,18,15,.045), transparent 30%),
               radial-gradient(circle at 86% 22%, rgba(0,105,190,.04), transparent 28%);
    pointer-events:none;
}
.truva-work-style-inner{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(360px,.82fr);
    gap:58px;
    align-items:center;
}
.truva-section-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#e91111;
    color:#fff;
    font-size:13px;
    font-weight:900;
    letter-spacing:.02em;
    border-radius:2px;
    padding:7px 13px;
    margin-bottom:18px;
}
.truva-work-left h2{
    margin:0 0 18px;
    color:#090909;
    font-size:45px;
    line-height:1.22;
    font-weight:500;
    letter-spacing:-1.2px;
    max-width:720px;
}
.truva-work-intro{
    color:#444b57;
    font-size:17px;
    line-height:1.8;
    max-width:780px;
    margin:0 0 38px;
}
.truva-work-benefits{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:38px 48px;
}
.truva-work-benefit{
    display:grid;
    grid-template-columns:74px 1fr;
    gap:18px;
    align-items:flex-start;
}
.truva-work-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#fff;
    color:#e91111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:27px;
    box-shadow:0 18px 42px rgba(15,28,50,.06);
    border:1px solid rgba(219,18,15,.05);
    transition:all .24s ease;
}
.truva-work-benefit:hover .truva-work-icon{
    background:#e91111;
    color:#fff;
    transform:translateY(-3px);
}
.truva-work-benefit h3{
    margin:3px 0 9px;
    color:#1d1d2d;
    font-size:18px;
    line-height:1.3;
    font-weight:900;
}
.truva-work-benefit p{
    margin:0;
    color:#343744;
    font-size:15.5px;
    line-height:1.75;
}
.truva-work-contact-row{
    display:flex;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;
    margin-top:46px;
}
.truva-work-person,
.truva-work-phone{
    display:flex;
    align-items:center;
    gap:14px;
}
.truva-work-person > span,
.truva-work-phone > span{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:none;
}
.truva-work-person > span{
    background:#eef5fb;
    color:#0b72d9;
    font-size:22px;
}
.truva-work-phone > span{
    background:#e91111;
    color:#fff;
    font-size:23px;
    box-shadow:0 16px 34px rgba(233,17,17,.18);
}
.truva-work-person strong,
.truva-work-phone strong{
    display:block;
    color:#0d1422;
    font-size:18px;
    line-height:1.15;
    font-weight:900;
}
.truva-work-person small,
.truva-work-phone small{
    display:block;
    color:#e91111;
    font-size:13px;
    margin-top:5px;
    font-weight:800;
}
.truva-work-phone{
    padding-left:26px;
    border-left:1px solid #dedede;
}
.truva-work-phone:hover strong{color:#e91111;}
.truva-work-right{
    position:relative;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 24px 70px rgba(11,24,45,.13);
    background:#f5f8fb;
}
.truva-work-right img{
    display:block;
    width:100%;
    min-height:540px;
    height:100%;
    object-fit:cover;
}
.truva-work-right::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, transparent 55%, rgba(0,0,0,.16));
    pointer-events:none;
}
.truva-work-play{
    position:absolute;
    right:28px;
    bottom:28px;
    width:62px;
    height:62px;
    border-radius:50%;
    background:#fff;
    color:#e91111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    z-index:2;
    box-shadow:0 16px 38px rgba(0,0,0,.18);
    transition:all .24s ease;
}
.truva-work-play:hover{
    transform:scale(1.06);
    background:#e91111;
    color:#fff;
}

@media(max-width:1180px){
    .truva-work-style-inner{grid-template-columns:1fr;gap:34px;}
    .truva-work-right{max-width:620px;}
    .truva-work-right img{min-height:420px;}
}
@media(max-width:760px){
    .truva-work-style-section{padding:58px 0;}
    .truva-work-left h2{font-size:32px;line-height:1.25;}
    .truva-work-benefits{grid-template-columns:1fr;gap:24px;}
    .truva-work-benefit{grid-template-columns:60px 1fr;gap:15px;}
    .truva-work-icon{width:58px;height:58px;font-size:22px;}
    .truva-work-phone{border-left:0;padding-left:0;}
    .truva-work-right img{min-height:310px;}
}
