/* ADNan Demir blog detail/pages bundle: blog + page design + final lock */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&family=Pacifico&display=swap');
:root{--yellow:#ffd400;--bg:#050505;--text:#f3f3f3;--muted:#c9c9c9;--line:rgba(255,212,0,.35);--side:152px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#030303;color:var(--text);font-family:Inter,Arial,sans-serif;font-weight:700;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 74% 20%,rgba(255,212,0,.16),transparent 28%),linear-gradient(137deg,transparent 0 52%,rgba(255,212,0,.18) 52.2%,transparent 52.7%),#030303}a{color:inherit;text-decoration:none}.sidebar{position:fixed;left:0;top:0;width:var(--side);height:100vh;background:linear-gradient(90deg,#090909,#0d0d0d);border-right:1px solid rgba(255,212,0,.22);z-index:50;display:flex;flex-direction:column;align-items:center;padding:24px 14px}.brand{display:flex;align-items:center;flex-direction:column;gap:4px}.brand-mark{font-size:48px;font-weight:900;line-height:.8;color:var(--yellow);letter-spacing:-7px}.brand strong{font-size:14px}.brand small{font-size:11px;color:#d8d8d8}.side-nav{width:100%;margin-top:36px;display:flex;flex-direction:column;gap:7px}.side-nav a{height:62px;border:1px solid transparent;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#d1d1d1;font-size:11px;font-weight:900}.side-nav i{font-size:18px;color:#d2d2d2}.side-nav a.active,.side-nav a:hover{border-color:var(--yellow);color:#fff;background:rgba(255,212,0,.06)}.side-nav a.active i,.side-nav a:hover i{color:var(--yellow)}.side-bottom{margin-top:auto;width:100%;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;text-align:center}.socials{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.socials a{width:31px;height:31px;border:1px solid var(--yellow);border-radius:50%;display:grid;place-items:center;color:var(--yellow);font-size:13px}.side-bottom p{font-size:11px;line-height:1.55;color:#cfcfcf;margin:0}.page{margin-left:var(--side);min-height:100vh;padding:30px 52px 70px}.blog-hero,.blog-single-wrap{border:1px solid var(--line);background:linear-gradient(120deg,rgba(18,31,30,.78),rgba(7,12,12,.90));border-radius:10px;padding:42px;margin:0 auto 28px;max-width:1600px}.blog-hero{text-align:center}.blog-hero h1,.blog-single-wrap h1{font-size:50px;line-height:1.15;margin:0 0 18px;font-weight:900;letter-spacing:-1.5px}.blog-hero span,.blog-single-wrap .accent{color:var(--yellow);font-family:Georgia,serif;font-style:italic;text-decoration:underline;text-underline-offset:7px}.blog-hero p{color:#d2d2d2;font-size:16px;line-height:1.8;max-width:850px;margin:0 auto}.blog-grid{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.blog-card{border:1px solid var(--line);background:linear-gradient(120deg,rgba(18,31,30,.72),rgba(7,12,12,.88));border-radius:10px;padding:28px;min-height:190px;transition:.3s}.blog-card:hover{transform:translateY(-5px);border-color:var(--yellow);box-shadow:0 20px 50px rgba(255,212,0,.09)}.badge{display:inline-flex;background:var(--yellow);color:#070707;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:900;margin-bottom:20px}.blog-card h2{font-size:25px;margin:0 0 14px}.blog-card p{color:#cfcfcf;line-height:1.75;margin:0 0 20px}.read-link{color:var(--yellow);font-weight:900}.blog-meta-ad{display:flex;gap:16px;flex-wrap:wrap;color:var(--yellow);font-size:14px;font-weight:900;margin-bottom:24px}.blog-single-wrap{max-width:1500px}.blog-single-wrap h2{font-size:27px;margin:36px 0 14px}.blog-single-wrap p{font-size:17px;line-height:1.92;color:#d7d7d7;margin:0 0 18px}.blog-quote{border-left:4px solid var(--yellow);background:rgba(255,212,0,.07);padding:22px 24px!important;border-radius:7px;color:#fff!important;font-weight:900}.blog-cta-box{border:1px solid var(--line);background:rgba(255,212,0,.045);border-radius:10px;text-align:center;margin-top:36px;padding:42px}.vl-btn1{background:linear-gradient(180deg,var(--yellow),#ffc400);color:#080808;border:0;border-radius:999px;padding:16px 28px;font-size:15px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 18px 35px rgba(255,212,0,.18);text-transform:uppercase}.mobile-toggle{display:none}.overlay{display:none}@media(max-width:900px){:root{--side:0}.sidebar{transform:translateX(-105%);transition:.3s;width:170px}.sidebar.open{transform:none}.mobile-toggle{display:block;position:fixed;right:18px;top:18px;z-index:80;background:var(--yellow);border:0;border-radius:8px;width:48px;height:48px;color:#070707;font-size:22px}.overlay.show{display:block;position:fixed;inset:0;background:rgba(0,0,0,.68);z-index:40}.page{margin-left:0;padding:85px 16px 40px}.blog-grid{grid-template-columns:1fr}.blog-hero,.blog-single-wrap{padding:24px}.blog-hero h1,.blog-single-wrap h1{font-size:34px}.blog-single-wrap p{font-size:15.5px}.side-bottom{display:none}}
.admin-form{max-width:1000px;margin:0 auto;border:1px solid var(--line);background:linear-gradient(120deg,rgba(18,31,30,.78),rgba(7,12,12,.90));border-radius:10px;padding:30px}.form-row{margin-bottom:16px}.form-row label{display:block;margin-bottom:8px;color:var(--yellow)}.form-row input,.form-row textarea,.form-row select{width:100%;background:#050505;border:1px solid var(--line);border-radius:8px;color:#fff;padding:13px;font-family:Inter,Arial,sans-serif;font-weight:700}.form-row textarea{min-height:260px}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{border-bottom:1px solid rgba(255,212,0,.2);padding:12px;text-align:left}.admin-actions a{color:var(--yellow);margin-right:10px}.notice{max-width:1000px;margin:0 auto 20px;padding:14px;border:1px solid var(--line);background:rgba(255,212,0,.07);border-radius:8px}
.blog-card-img{width:100%;height:220px;object-fit:cover;border-radius:10px;margin-bottom:18px;border:1px solid rgba(255,212,0,.22);display:block}.single-featured-img{width:100%;max-height:520px;object-fit:cover;border-radius:12px;border:1px solid var(--line);margin:8px 0 30px;display:block}.page-navi{max-width:1600px;margin:34px auto 0;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.page-navi a{min-width:44px;height:44px;padding:0 14px;border:1px solid var(--line);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(18,31,30,.78);font-weight:900;color:#fff}.page-navi a.active,.page-navi a:hover{background:var(--yellow);color:#070707;border-color:var(--yellow)}.post-meta-row{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;border-top:1px solid rgba(255,212,0,.18);margin-top:28px;padding-top:22px}.post-tags,.share-box{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0;padding:0;border:0}.post-tags strong,.share-box strong{color:#fff;margin-right:6px}.post-tags span{background:rgba(255,212,0,.10);border:1px solid var(--line);color:var(--yellow);border-radius:999px;padding:9px 14px;font-size:13px}.share-box a{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:var(--yellow);background:rgba(255,212,0,.06)}.share-box a:hover{background:var(--yellow);color:#070707}.related-posts{margin-top:36px}.related-posts h2{margin-bottom:18px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.related-card{border:1px solid var(--line);border-radius:10px;background:rgba(255,212,0,.035);padding:18px}.related-card img{width:100%;height:150px;object-fit:cover;border-radius:8px;margin-bottom:14px}.related-card h3{font-size:20px;margin:0 0 10px}.related-card p{font-size:14px;line-height:1.6;margin-bottom:12px}@media(max-width:900px){.related-grid{grid-template-columns:1fr}.blog-card-img{height:190px}.single-featured-img{max-height:320px}.post-meta-row{align-items:flex-start;justify-content:flex-start}.post-tags,.share-box{align-items:flex-start}.page-navi a{min-width:40px;height:40px}}


/* WP benzeri admin editör */
.wp-like-editor{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#050505}
.editor-tabs{display:flex;gap:8px;padding:10px 12px;border-bottom:1px solid rgba(255,212,0,.22);background:rgba(255,212,0,.05)}
.editor-tab{border:1px solid var(--line);background:#0b1110;color:#fff;border-radius:7px;padding:8px 14px;font-weight:900;cursor:pointer}
.editor-tab.active{background:var(--yellow);color:#070707;border-color:var(--yellow)}
.mini-editor-toolbar{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:10px 12px;border-bottom:1px solid rgba(255,212,0,.22);background:#101817}
.mini-editor-toolbar.disabled{opacity:.45;pointer-events:none}
.mini-editor-toolbar button,.mini-editor-toolbar select,.color-tool{height:36px;border:1px solid rgba(255,212,0,.38);background:#070707;color:#ffd400;border-radius:7px;padding:0 10px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}
.mini-editor-toolbar select{min-width:120px;color:#fff}
.color-tool input{width:22px;height:22px;border:0;background:transparent;padding:0;cursor:pointer}
.source-editor{min-height:500px!important;font-family:Consolas,monospace!important;line-height:1.7!important;color:#f0f0f0!important;background:#050505!important;border:0!important;border-radius:0!important;display:none}
.mini-editor{min-height:520px;padding:24px;background:#07100f;color:#e9eeee;border:0;outline:none;font-size:17px;line-height:1.9;font-weight:600}
.mini-editor p{margin:0 0 20px;color:#e3e8e6}.mini-editor h2{font-size:30px;color:#fff;margin:36px 0 16px}.mini-editor h3{font-size:24px;color:#ffd400;margin:28px 0 14px}.mini-editor strong,.mini-editor b{color:#ffd400;font-weight:900}.mini-editor blockquote{border-left:4px solid #ffd400;background:rgba(255,212,0,.09);padding:20px 24px;border-radius:10px;color:#fff;font-weight:800;margin:28px 0}.mini-editor ul,.mini-editor ol{margin:18px 0 24px 26px}.mini-editor li{margin-bottom:9px}.mini-editor li::marker{color:#ffd400}.mini-editor a{color:#ffd400;font-weight:800}

/* Blog detay HTML içerik stilleri */
.blog-content{color:#d9dfdc;font-size:17px;line-height:1.9;font-weight:500}.blog-content p{margin:0 0 24px;color:#d9dfdc}.blog-content h2{color:#fff;font-size:34px;line-height:1.3;margin:48px 0 20px;font-weight:800}.blog-content h3{color:#f5c400;font-size:26px;margin:38px 0 18px;font-weight:700}.blog-content strong,.blog-content b{color:#f5c400;font-weight:800}.blog-content ul,.blog-content ol{margin:24px 0 30px 28px;padding:0}.blog-content li{margin-bottom:12px;color:#eef2ef;line-height:1.8}.blog-content li::marker{color:#f5c400}.blog-content blockquote{margin:35px 0;padding:24px 28px;border-left:4px solid #f5c400;background:rgba(245,196,0,.08);border-radius:14px;color:#fff;font-weight:700}.blog-content center{display:block;text-align:center}.blog-content a{color:#f5c400;text-decoration:none;font-weight:700}

/* Web paketleri sayfası */
.package-tabs{max-width:1600px;margin:0 auto 28px;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.package-tabs a{border:1px solid var(--line);background:rgba(18,31,30,.72);color:#fff;border-radius:999px;padding:13px 20px;font-weight:900;font-size:13px}
.package-tabs a.active,.package-tabs a:hover{background:var(--yellow);border-color:var(--yellow);color:#070707}
.package-block{max-width:1600px;margin:0 auto 42px}
.package-block-title{text-align:center;margin:0 0 20px}
.package-block-title span{color:var(--yellow);font-size:13px;font-weight:900}
.package-block-title h2{margin:6px 0 8px;font-size:34px;color:#fff}
.package-block-title p{color:#d2d2d2;max-width:820px;margin:0 auto;line-height:1.7}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pricing-card{border:1px solid var(--line);border-radius:16px;background:linear-gradient(120deg,rgba(18,31,30,.78),rgba(7,12,12,.92));overflow:hidden;padding:0 0 26px;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.pricing-card.featured{border-color:var(--yellow);box-shadow:0 20px 70px rgba(255,212,0,.10)}
.pricing-head{background:linear-gradient(180deg,var(--yellow),#ffc400);color:#080808;text-align:center;padding:28px 20px}
.pricing-head h3{font-size:28px;margin:0 0 10px;font-weight:900}
.pricing-head .price{font-size:42px;font-weight:900;letter-spacing:-1px;margin-bottom:8px}
.pricing-head p{margin:0;color:#111;font-weight:900;font-size:13px}
.pricing-card ul{padding:28px 36px 20px;margin:0;min-height:250px;color:#f4f4f4;line-height:1.75}
.pricing-card li{margin-bottom:8px}
.pricing-card .vl-btn1{margin:0 26px;width:calc(100% - 52px)}
.package-faq{max-width:1300px;margin:0 auto 36px;display:grid;gap:14px}
.package-faq details{border:1px solid var(--line);border-radius:12px;background:rgba(18,31,30,.72);padding:18px 20px}
.package-faq summary{cursor:pointer;font-weight:900;color:#fff}
.package-faq p{color:#d7d7d7;line-height:1.75;margin:14px 0 0}
@media(max-width:1000px){.pricing-grid{grid-template-columns:1fr}.pricing-card ul{min-height:auto}.package-tabs{justify-content:flex-start}}


/* FORCE PACKAGE GRID FIX */
.package-block{
width:100%;
padding:20px 0 10px;
}

.package-tabs{
display:flex!important;
flex-wrap:wrap!important;
gap:10px!important;
margin:0 auto 30px!important;
max-width:1400px!important;
}

.package-tabs a{
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
min-height:46px!important;
text-decoration:none!important;
}

.pricing-grid{
display:grid!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:24px!important;
align-items:stretch!important;
width:100%!important;
}

.pricing-card{
display:flex!important;
flex-direction:column!important;
min-height:100%!important;
}

.pricing-card ul{
flex:1!important;
}

.pricing-head{
display:block!important;
}

@media(max-width:1200px){
.pricing-grid{
grid-template-columns:1fr 1fr!important;
}
}

@media(max-width:768px){
.pricing-grid{
grid-template-columns:1fr!important;
}
}


/* PREMIUM DARK PRICING UPDATE - sarı alan azaltıldı */
.pricing-card{
    background:linear-gradient(145deg, rgba(10,18,18,.96), rgba(4,7,7,.98)) !important;
    border:1px solid rgba(245,196,0,.26) !important;
    border-radius:18px !important;
    overflow:hidden !important;
    box-shadow:0 24px 70px rgba(0,0,0,.36) !important;
    transition:.25s ease !important;
}

.pricing-card:hover{
    transform:translateY(-4px);
    border-color:rgba(245,196,0,.55) !important;
    box-shadow:0 30px 90px rgba(245,196,0,.10) !important;
}

.pricing-card.featured{
    border-color:rgba(245,196,0,.55) !important;
    box-shadow:0 28px 90px rgba(245,196,0,.12) !important;
}

.pricing-head{
    background:linear-gradient(180deg, rgba(15,24,24,.98), rgba(7,12,12,.98)) !important;
    color:#fff !important;
    text-align:center !important;
    padding:30px 22px 26px !important;
    border-bottom:1px solid rgba(245,196,0,.26) !important;
    position:relative;
}

.pricing-head:before{
    content:"";
    position:absolute;
    left:50%;
    bottom:-1px;
    width:80px;
    height:3px;
    transform:translateX(-50%);
    background:#f5c400;
    border-radius:10px;
    box-shadow:0 0 18px rgba(245,196,0,.45);
}

.pricing-head h3{
    color:#fff !important;
    font-size:28px !important;
    margin:0 0 14px !important;
    font-weight:900 !important;
}

.pricing-head .price{
    color:#f5c400 !important;
    font-size:42px !important;
    font-weight:900 !important;
    letter-spacing:-1px !important;
    margin-bottom:10px !important;
    text-shadow:0 0 18px rgba(245,196,0,.18);
}

.pricing-head p{
    color:#cfd8d6 !important;
    font-size:13px !important;
    font-weight:800 !important;
    margin:0 !important;
}

.pricing-card ul{
    background:transparent !important;
    color:#e9efed !important;
    padding:30px 38px 22px !important;
    line-height:1.8 !important;
}

.pricing-card li{
    color:#e9efed !important;
    margin-bottom:10px !important;
}

.pricing-card li::marker{
    color:#f5c400 !important;
}

.pricing-card .vl-btn1{
    background:#f5c400 !important;
    color:#070707 !important;
    border:1px solid #f5c400 !important;
    box-shadow:0 10px 28px rgba(245,196,0,.16) !important;
}

.pricing-card .vl-btn1:hover{
    background:#fff !important;
    color:#070707 !important;
    border-color:#fff !important;
    box-shadow:0 12px 32px rgba(255,255,255,.12) !important;
}

.package-block-title span{
    color:#f5c400 !important;
}

.package-tabs a{
    background:rgba(10,18,18,.78) !important;
    border-color:rgba(245,196,0,.26) !important;
}

.package-tabs a.active,
.package-tabs a:hover{
    background:#f5c400 !important;
    color:#070707 !important;
    border-color:#f5c400 !important;
}

.blog-hero{
    background:linear-gradient(145deg, rgba(10,18,18,.82), rgba(5,8,8,.92)) !important;
}

.blog-hero span{
    color:#f5c400 !important;
}


/* Paket filtre final */
.package-tabs{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:12px !important;
    flex-wrap:wrap !important;
    margin:24px auto 46px !important;
}

.package-tabs a{
    display:none !important;
}

.package-tabs button{
    border:1px solid rgba(245,196,0,.32) !important;
    background:rgba(10,18,18,.82) !important;
    color:#fff !important;
    border-radius:999px !important;
    padding:12px 20px !important;
    font-weight:900 !important;
    cursor:pointer !important;
    transition:.2s ease !important;
}

.package-tabs button.active,
.package-tabs button:hover{
    background:#f5c400 !important;
    color:#070707 !important;
    border-color:#f5c400 !important;
}

.package-block.hidden-pack{
    display:none !important;
}

.package-block{
    scroll-margin-top:30px;
}


/* Detaylı paket SSS */
.package-detail-faq{
    max-width:1300px;
    margin:30px auto 42px;
}

.package-detail-faq .package-block-title{
    margin-bottom:26px;
}

.faq-group-title{
    color:#f5c400;
    font-size:24px;
    margin:34px 0 14px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(245,196,0,.25);
}

.package-detail-faq details{
    border:1px solid rgba(245,196,0,.28);
    border-radius:14px;
    background:linear-gradient(145deg,rgba(10,18,18,.82),rgba(4,7,7,.94));
    padding:18px 22px;
    margin-bottom:12px;
}

.package-detail-faq summary{
    color:#fff;
    font-weight:900;
    cursor:pointer;
    line-height:1.5;
}

.package-detail-faq p{
    color:#d6ddda;
    line-height:1.8;
    margin:14px 0 0;
    font-weight:700;
}

/* GÜVEN VEREN PAKET TASARIMI - önerilen glow, hareketli FA başlık ikonları */
.premium-title{
    position:relative;
    padding-top:84px;
    margin-bottom:34px!important;
}
.package-title-icon{
    position:absolute;
    left:50%;
    top:0;
    width:74px;
    height:74px;
    transform:translateX(-50%);
    border:1px solid rgba(245,196,0,.72);
    border-radius:22px;
    display:grid;
    place-items:center;
    color:#f5c400;
    font-size:34px;
    background:linear-gradient(145deg,rgba(10,18,18,.82),rgba(4,7,7,.96));
    box-shadow:0 0 28px rgba(245,196,0,.24), inset 0 0 22px rgba(245,196,0,.05);
    animation:adFloatIcon 3.6s ease-in-out infinite;
}
.package-title-icon:before,
.package-title-icon:after{
    content:"";
    position:absolute;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#f5c400;
    box-shadow:0 0 14px rgba(245,196,0,.9);
}
.package-title-icon:before{left:-15px;top:17px;animation:adDotMove 2.6s ease-in-out infinite;}
.package-title-icon:after{right:-15px;bottom:18px;animation:adDotMove 2.9s ease-in-out infinite reverse;}
.package-kicker{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:#f5c400!important;
    font-size:13px!important;
    letter-spacing:.5px;
    text-transform:uppercase;
    background:rgba(245,196,0,.08);
    border:1px solid rgba(245,196,0,.28);
    border-radius:999px;
    padding:7px 13px;
    margin-bottom:8px;
    box-shadow:0 0 18px rgba(245,196,0,.08);
}
.package-kicker i{animation:adSpinPulse 4s ease-in-out infinite;}
@keyframes adFloatIcon{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-8px)}}
@keyframes adDotMove{0%,100%{transform:translateY(0);opacity:.55}50%{transform:translateY(12px);opacity:1}}
@keyframes adSpinPulse{0%,100%{transform:rotate(0) scale(1)}50%{transform:rotate(8deg) scale(1.12)}}

.trusted-pricing{align-items:stretch!important;}
.trusted-pricing .pricing-card{
    position:relative!important;
    overflow:visible!important;
    padding-bottom:28px!important;
}
.trusted-pricing .pricing-card:before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:18px;
    pointer-events:none;
    background:radial-gradient(circle at 50% 0,rgba(245,196,0,.10),transparent 36%);
    opacity:.85;
}
.trusted-pricing .pricing-card:hover:before{opacity:1;}
.trusted-pricing .pricing-card.featured,
.trusted-pricing .pricing-card.glow-card{
    border-color:#f5c400!important;
    box-shadow:0 0 0 1px rgba(245,196,0,.35),0 0 34px rgba(245,196,0,.45),0 34px 100px rgba(245,196,0,.18)!important;
    transform:translateY(-8px);
    z-index:2;
}
.trusted-pricing .pricing-card.featured:hover,
.trusted-pricing .pricing-card.glow-card:hover{
    transform:translateY(-12px);
    box-shadow:0 0 0 1px rgba(245,196,0,.55),0 0 46px rgba(245,196,0,.62),0 38px 120px rgba(245,196,0,.24)!important;
}
.plan-badge{
    position:absolute;
    left:50%;
    top:-18px;
    transform:translateX(-50%);
    min-width:134px;
    height:36px;
    padding:0 18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    border-radius:999px;
    background:#f5c400;
    color:#080808;
    font-size:12px;
    font-weight:900;
    z-index:5;
    box-shadow:0 0 25px rgba(245,196,0,.55);
    animation:adBadgeGlow 2.2s ease-in-out infinite;
}
@keyframes adBadgeGlow{0%,100%{box-shadow:0 0 18px rgba(245,196,0,.35)}50%{box-shadow:0 0 34px rgba(245,196,0,.75)}}
.pricing-head .price small{
    font-size:18px;
    letter-spacing:0;
    color:#f5c400;
    font-weight:900;
}
.trusted-pricing .pricing-card ul{
    list-style:none!important;
    padding-left:36px!important;
    padding-right:32px!important;
}
.trusted-pricing .pricing-card li{
    position:relative;
    padding-left:22px;
    font-size:14.5px;
}
.trusted-pricing .pricing-card li:before{
    content:"\f00c";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:0;
    color:#f5c400;
    font-size:12px;
    text-shadow:0 0 10px rgba(245,196,0,.35);
}
.trust-strip{
    margin:28px auto 0;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    border:1px solid rgba(245,196,0,.28);
    border-radius:16px;
    background:linear-gradient(145deg,rgba(10,18,18,.72),rgba(4,7,7,.9));
    padding:16px;
}
.trust-strip div{display:flex;align-items:center;gap:12px;min-width:0;}
.trust-strip i{width:42px;height:42px;border:1px solid rgba(245,196,0,.65);border-radius:50%;display:grid;place-items:center;color:#f5c400;box-shadow:0 0 18px rgba(245,196,0,.15);flex:0 0 42px;}
.trust-strip strong{display:block;color:#fff;font-size:14px;line-height:1.2;}
.trust-strip span{display:block;color:#cfd8d6;font-size:12px;font-weight:700;margin-top:3px;}
@media(max-width:1200px){.trust-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){
    .premium-title{padding-top:72px;}
    .package-title-icon{width:62px;height:62px;font-size:28px;border-radius:18px;}
    .trusted-pricing .pricing-card.featured,.trusted-pricing .pricing-card.glow-card{transform:none;}
    .trusted-pricing .pricing-card.featured:hover,.trusted-pricing .pricing-card.glow-card:hover{transform:translateY(-4px);}
    .trust-strip{grid-template-columns:1fr;}
}

/* === AD FINAL PACKAGE DESIGN FIX - ChatGPT === */
/* Paket sayfası başlıkları indexteki ad-heading mantığına alındı */
.package-block-title.ad-heading,
.package-block-title.reveal-heading{
    text-align:center !important;
    max-width:980px !important;
    margin:0 auto 42px !important;
    padding:0 !important;
    position:relative !important;
}
.package-block-title.ad-heading:after,
.package-block-title.reveal-heading:after{
    content:"" !important;
    display:block !important;
    width:92px !important;
    height:4px !important;
    margin:16px auto 0 !important;
    border-radius:999px !important;
    background:linear-gradient(90deg, transparent, #ffd400, transparent) !important;
    box-shadow:0 0 22px rgba(255,212,0,.65) !important;
}
.package-block-title .package-title-icon{display:none !important;}
.package-kicker,
.package-block-title .package-kicker{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    margin:0 0 10px !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    color:#ffd400 !important;
    font-size:14px !important;
    font-weight:900 !important;
    line-height:1.2 !important;
    letter-spacing:.2px !important;
    text-transform:none !important;
}
.package-kicker i,
.package-block-title .package-kicker i{
    width:auto !important;
    height:auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#ffd400 !important;
    font-size:19px !important;
    filter:drop-shadow(0 0 8px rgba(255,212,0,.55)) !important;
    animation:adKickerIconMove 2.4s ease-in-out infinite !important;
}
@keyframes adKickerIconMove{
    0%,100%{transform:translateY(0) rotate(0deg) scale(1)}
    50%{transform:translateY(-5px) rotate(-8deg) scale(1.12)}
}
.package-block-title h2{
    margin:0 0 10px !important;
    color:#fff !important;
    font-size:42px !important;
    line-height:1.08 !important;
    font-weight:900 !important;
    letter-spacing:-1px !important;
    text-shadow:0 10px 30px rgba(0,0,0,.55) !important;
}
.package-block-title p{
    max-width:760px !important;
    margin:0 auto !important;
    color:#d7d7d7 !important;
    font-size:16px !important;
    line-height:1.75 !important;
    font-weight:800 !important;
}

/* Kartlar: verdiğim görseldeki gibi daha güven veren, temiz ve glow önerilen */
.pricing-grid.trusted-pricing{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:30px !important;
    align-items:stretch !important;
    max-width:1540px !important;
    margin:0 auto !important;
}
.pricing-card,
.trusted-pricing .pricing-card{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    overflow:hidden !important;
    min-height:100% !important;
    padding:0 0 26px !important;
    border:1px solid rgba(255,212,0,.34) !important;
    border-radius:18px !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,212,0,.10), transparent 33%),
        linear-gradient(145deg, rgba(14,25,24,.94), rgba(4,8,8,.985)) !important;
    box-shadow:0 28px 80px rgba(0,0,0,.42) !important;
    transform:none !important;
}
.trusted-pricing .pricing-card:before{display:none !important;}
.pricing-card:hover{
    transform:translateY(-6px) !important;
    border-color:rgba(255,212,0,.62) !important;
    box-shadow:0 34px 95px rgba(0,0,0,.50), 0 0 30px rgba(255,212,0,.11) !important;
}
.trusted-pricing .pricing-card.featured,
.trusted-pricing .pricing-card.glow-card,
.pricing-card.featured,
.pricing-card.glow-card{
    z-index:3 !important;
    border:2px solid #ffd400 !important;
    transform:translateY(-10px) !important;
    box-shadow:
        0 0 0 1px rgba(255,212,0,.38),
        0 0 38px rgba(255,212,0,.50),
        0 36px 110px rgba(255,212,0,.18) !important;
}
.trusted-pricing .pricing-card.featured:hover,
.trusted-pricing .pricing-card.glow-card:hover,
.pricing-card.featured:hover,
.pricing-card.glow-card:hover{
    transform:translateY(-14px) !important;
    box-shadow:
        0 0 0 1px rgba(255,212,0,.55),
        0 0 54px rgba(255,212,0,.62),
        0 42px 125px rgba(255,212,0,.24) !important;
}
.pricing-head{
    position:relative !important;
    text-align:center !important;
    padding:58px 24px 30px !important;
    background:linear-gradient(180deg, rgba(15,27,26,.88), rgba(5,10,10,.96)) !important;
    border-bottom:1px solid rgba(255,212,0,.22) !important;
}
.pricing-head:before{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    bottom:-2px !important;
    width:88px !important;
    height:4px !important;
    transform:translateX(-50%) !important;
    background:#ffd400 !important;
    border-radius:999px !important;
    box-shadow:0 0 22px rgba(255,212,0,.65) !important;
}
.pricing-head h3{
    margin:0 0 16px !important;
    color:#fff !important;
    font-size:27px !important;
    line-height:1.18 !important;
    font-weight:900 !important;
    letter-spacing:-.4px !important;
}
.pricing-head .price{
    margin:0 0 10px !important;
    color:#ffd400 !important;
    font-size:43px !important;
    line-height:1 !important;
    font-weight:900 !important;
    letter-spacing:-1.2px !important;
    text-shadow:0 0 20px rgba(255,212,0,.24) !important;
}
.pricing-head .price small{font-size:20px !important;color:#ffd400 !important;font-weight:900 !important;}
.pricing-head p{margin:0 !important;color:#d8dfdd !important;font-size:13px !important;font-weight:900 !important;}
.plan-badge{
    position:absolute !important;
    top:12px !important;

    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;

    min-width:134px !important;
    width:auto !important;
    height:34px !important;

    padding:0 18px !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;

    border-radius:999px !important;

    border:1px solid rgba(255,212,0,.65) !important;

    background:linear-gradient(180deg,#ffd400,#ffc400) !important;

    color:#070707 !important;

    font-size:12px !important;
    font-weight:900 !important;
    line-height:1 !important;

    box-shadow:0 0 24px rgba(255,212,0,.45) !important;

    z-index:10 !important;

    animation:adBadgeSoftGlow 2.4s ease-in-out infinite !important;

    white-space:nowrap !important;
}
.plan-badge i{font-size:13px !important;color:#070707 !important;}
@keyframes adBadgeSoftGlow{0%,100%{box-shadow:0 0 16px rgba(255,212,0,.35)}50%{box-shadow:0 0 30px rgba(255,212,0,.68)}}
.trusted-pricing .pricing-card ul,
.pricing-card ul{
    list-style:none !important;
    flex:1 1 auto !important;
    margin:0 !important;
    min-height:auto !important;
    padding:34px 38px 24px !important;
    background:transparent !important;
    color:#eef4f2 !important;
    line-height:1.7 !important;
}
.trusted-pricing .pricing-card li,
.pricing-card li{
    position:relative !important;
    margin:0 0 13px !important;
    padding-left:24px !important;
    color:#eef4f2 !important;
    font-size:15px !important;
    font-weight:800 !important;
}
.trusted-pricing .pricing-card li:before,
.pricing-card li:before{
    content:"\f00c" !important;
    font-family:"Font Awesome 6 Free" !important;
    font-weight:900 !important;
    position:absolute !important;
    left:0 !important;
    top:1px !important;
    color:#ffd400 !important;
    font-size:12px !important;
    text-shadow:0 0 10px rgba(255,212,0,.45) !important;
}
.pricing-card .vl-btn1{
    margin:0 30px !important;
    width:calc(100% - 60px) !important;
    min-height:52px !important;
    border-radius:999px !important;
    background:linear-gradient(180deg,#ffd400,#ffc400) !important;
    color:#070707 !important;
    border:1px solid #ffd400 !important;
    box-shadow:0 14px 32px rgba(255,212,0,.20) !important;
    font-size:14px !important;
    font-weight:900 !important;
}
.pricing-card:not(.featured):not(.glow-card) .vl-btn1{
    background:transparent !important;
    color:#fff !important;
    border-color:rgba(255,212,0,.70) !important;
    box-shadow:none !important;
}
.pricing-card:not(.featured):not(.glow-card) .vl-btn1:hover,
.pricing-card .vl-btn1:hover{
    background:#ffd400 !important;
    color:#070707 !important;
    border-color:#ffd400 !important;
}
.trust-strip{
    clear:both !important;
    max-width:1540px !important;
    margin:30px auto 0 !important;
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:0 !important;
    border:1px solid rgba(255,212,0,.34) !important;
    border-radius:16px !important;
    overflow:hidden !important;
    background:linear-gradient(145deg, rgba(14,25,24,.78), rgba(4,8,8,.94)) !important;
    padding:0 !important;
    box-shadow:0 20px 60px rgba(0,0,0,.30) !important;
}
.trust-strip > div{
    display:grid !important;
    grid-template-columns:48px 1fr !important;
    align-items:center !important;
    column-gap:14px !important;
    padding:18px 22px !important;
    min-width:0 !important;
    border-right:1px solid rgba(255,212,0,.20) !important;
}
.trust-strip > div:last-child{border-right:0 !important;}
.trust-strip i{
    grid-row:1/3 !important;
    width:46px !important;
    height:46px !important;
    border:1px solid rgba(255,212,0,.65) !important;
    border-radius:50% !important;
    display:grid !important;
    place-items:center !important;
    color:#ffd400 !important;
    font-size:18px !important;
    box-shadow:0 0 20px rgba(255,212,0,.18) !important;
}
.trust-strip strong,
.trust-strip span{
    display:block !important;
    min-width:0 !important;
    white-space:normal !important;
}
.trust-strip strong{color:#fff !important;font-size:15px !important;line-height:1.2 !important;font-weight:900 !important;}
.trust-strip span{color:#d5ddda !important;font-size:12px !important;line-height:1.35 !important;font-weight:800 !important;margin-top:4px !important;}

@media(max-width:1200px){
    .pricing-grid.trusted-pricing{grid-template-columns:1fr 1fr !important;}
    .trust-strip{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
    .trust-strip > div:nth-child(2){border-right:0 !important;}
    .trust-strip > div{border-bottom:1px solid rgba(255,212,0,.20) !important;}
    .trust-strip > div:nth-child(n+3){border-bottom:0 !important;}
}
@media(max-width:768px){
    .package-block-title h2{font-size:32px !important;}
    .package-block-title p{font-size:14px !important;}
    .pricing-grid.trusted-pricing{grid-template-columns:1fr !important;gap:22px !important;}
    .trusted-pricing .pricing-card.featured,
    .trusted-pricing .pricing-card.glow-card,
    .pricing-card.featured,
    .pricing-card.glow-card{transform:none !important;}
    .pricing-head{padding:56px 20px 26px !important;}
    .pricing-head h3{font-size:24px !important;}
    .pricing-head .price{font-size:36px !important;}
    .trusted-pricing .pricing-card ul,.pricing-card ul{padding:28px 26px 22px !important;}
    .pricing-card .vl-btn1{margin:0 22px !important;width:calc(100% - 44px) !important;}
    .trust-strip{grid-template-columns:1fr !important;}
    .trust-strip > div{border-right:0 !important;border-bottom:1px solid rgba(255,212,0,.20) !important;}
    .trust-strip > div:last-child{border-bottom:0 !important;}
}


/* === Adnan Demir Footer & Legal Pages === */
.ad-site-footer{position:relative;margin:56px auto 0;max-width:1600px;border:1px solid rgba(255,212,0,.30);border-radius:18px;background:linear-gradient(145deg,rgba(12,22,21,.92),rgba(4,7,7,.98));overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.35)}
.ad-site-footer .footer-glow{position:absolute;inset:0;background:radial-gradient(circle at 18% 0%,rgba(255,212,0,.14),transparent 34%),radial-gradient(circle at 85% 20%,rgba(255,212,0,.08),transparent 30%);pointer-events:none}
.footer-grid{position:relative;display:grid;grid-template-columns:1.45fr .75fr .85fr .85fr;gap:28px;padding:38px}
.footer-logo{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:22px;font-weight:900;margin-bottom:16px}
.footer-logo span{width:48px;height:48px;border:1px solid rgba(255,212,0,.60);border-radius:14px;display:grid;place-items:center;color:#ffd400;box-shadow:0 0 22px rgba(255,212,0,.15);letter-spacing:-4px;padding-right:4px}
.footer-brand p{color:#d7d7d7;line-height:1.75;margin:0 0 18px;max-width:540px;font-size:14px}
.footer-contact{display:flex;flex-direction:column;gap:10px}.footer-contact a,.footer-contact span{color:#e8e8e8;font-size:14px;font-weight:800}.footer-contact i{color:#ffd400;margin-right:8px}
.footer-col h3{color:#ffd400;font-size:15px;font-weight:900;margin:4px 0 16px;text-transform:uppercase;letter-spacing:.4px}.footer-col a{display:block;color:#d9d9d9;font-size:14px;font-weight:800;margin:0 0 12px;transition:.2s}.footer-col a:hover{color:#ffd400;transform:translateX(4px)}
.footer-bottom{position:relative;border-top:1px solid rgba(255,212,0,.18);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 38px}.footer-bottom p{margin:0;color:#cfcfcf;font-size:13px;font-weight:800}.footer-socials{display:flex;gap:10px}.footer-socials a{width:36px;height:36px;border:1px solid rgba(255,212,0,.55);border-radius:50%;display:grid;place-items:center;color:#ffd400;background:rgba(255,212,0,.06)}.footer-socials a:hover{background:#ffd400;color:#070707}
.legal-page-wrap{max-width:1180px;margin:0 auto}.legal-hero{border:1px solid rgba(255,212,0,.30);border-radius:18px;background:linear-gradient(145deg,rgba(12,22,21,.92),rgba(4,7,7,.98));padding:42px;margin:0 auto 26px;text-align:center}.legal-hero .legal-kicker{display:inline-flex;align-items:center;gap:8px;color:#ffd400;font-weight:900;margin-bottom:12px}.legal-hero h1{font-size:46px;line-height:1.1;margin:0 0 14px;font-weight:900}.legal-hero p{max-width:780px;margin:0 auto;color:#d7d7d7;line-height:1.75}.legal-content{border:1px solid rgba(255,212,0,.25);border-radius:18px;background:linear-gradient(145deg,rgba(12,22,21,.82),rgba(4,7,7,.95));padding:38px}.legal-content h2{color:#ffd400;font-size:25px;margin:34px 0 14px}.legal-content h2:first-child{margin-top:0}.legal-content p,.legal-content li{color:#dcdcdc;line-height:1.85;font-size:15.5px;font-weight:700}.legal-content ul{padding-left:22px}.legal-note{border-left:4px solid #ffd400;background:rgba(255,212,0,.07);border-radius:12px;padding:18px 20px;margin:24px 0;color:#fff}.legal-download{display:inline-flex;align-items:center;gap:10px;margin-top:10px;background:#ffd400;color:#070707!important;border-radius:999px;padding:14px 22px;font-weight:900;box-shadow:0 14px 32px rgba(255,212,0,.18)}
@media(max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:768px){.ad-site-footer{margin-top:38px;border-radius:14px}.footer-grid{grid-template-columns:1fr;padding:26px}.footer-bottom{flex-direction:column;align-items:flex-start;padding:18px 26px}.legal-hero{padding:28px 22px}.legal-hero h1{font-size:32px}.legal-content{padding:24px 20px}.legal-content h2{font-size:22px}}

/* === AD 2026 FOOTER / FAQ / CTA HIZA FIX === */
.package-detail-faq,
.package-faq.package-detail-faq,
.blog-cta-box,
.ad-site-footer{
    width:100% !important;
    max-width:1600px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
.package-detail-faq,
.package-faq.package-detail-faq{
    margin-top:56px !important;
    margin-bottom:52px !important;
}
.blog-cta-box{
    margin-top:52px !important;
    margin-bottom:56px !important;
    padding:56px 42px !important;
    border-radius:18px !important;
}
.ad-site-footer{
    margin-top:56px !important;
}
.package-detail-faq .package-block-title{
    max-width:980px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
.package-detail-faq details{
    width:100% !important;
}
.pricing-grid.trusted-pricing{
    align-items:stretch !important;
}
.pricing-grid.trusted-pricing .pricing-card,
.trusted-pricing .pricing-card,
.pricing-card{
    height:100% !important;
    min-height:100% !important;
}
.trusted-pricing .pricing-card ul,
.pricing-card ul{
    flex:1 1 auto !important;
}
.trusted-pricing .pricing-card .vl-btn1,
.pricing-card .vl-btn1{
    margin-top:auto !important;
}
@media(max-width:900px){
    .package-detail-faq,
    .package-faq.package-detail-faq,
    .blog-cta-box,
    .ad-site-footer{
        max-width:100% !important;
    }
    .package-detail-faq,
    .package-faq.package-detail-faq{
        margin-top:38px !important;
        margin-bottom:38px !important;
    }
    .blog-cta-box{
        margin-top:38px !important;
        margin-bottom:38px !important;
        padding:34px 22px !important;
    }
}


/* === AD BLOG FOOTER / CTA GENİŞLİK HİZA DÜZELTME === */
/* Sadece Blog ve Blog Detay sayfalarında footer ile üstteki CTA/içerik kutuları aynı hizada olsun. */
.blog-page-layout .blog-hero,
.blog-page-layout .blog-grid,
.blog-page-layout .page-navi,
.blog-page-layout .blog-cta-box,
.blog-page-layout .ad-site-footer,
.blog-single-layout .blog-single-wrap,
.blog-single-layout .blog-cta-box,
.blog-single-layout .ad-site-footer{
    width:100% !important;
    max-width:1500px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

.blog-page-layout .blog-cta-box,
.blog-single-layout .blog-cta-box{
    margin-top:56px !important;
    margin-bottom:56px !important;
    padding:56px 42px !important;
    border-radius:18px !important;
    border:1px solid rgba(255,212,0,.35) !important;
    background:rgba(255,212,0,.045) !important;
}

.blog-page-layout .ad-site-footer,
.blog-single-layout .ad-site-footer{
    margin-top:56px !important;
    margin-bottom:0 !important;
}

.blog-single-layout .blog-single-wrap{
    padding-bottom:56px !important;
}

.blog-single-layout .related-posts,
.blog-single-layout .post-meta-row{
    width:100% !important;
}

@media(max-width:900px){
    .blog-page-layout .blog-hero,
    .blog-page-layout .blog-grid,
    .blog-page-layout .page-navi,
    .blog-page-layout .blog-cta-box,
    .blog-page-layout .ad-site-footer,
    .blog-single-layout .blog-single-wrap,
    .blog-single-layout .blog-cta-box,
    .blog-single-layout .ad-site-footer{
        max-width:100% !important;
    }

    .blog-page-layout .blog-cta-box,
    .blog-single-layout .blog-cta-box{
        margin-top:38px !important;
        margin-bottom:38px !important;
        padding:34px 22px !important;
    }

    .blog-page-layout .ad-site-footer,
    .blog-single-layout .ad-site-footer{
        margin-top:38px !important;
    }
}


/* === WEB PAKETLERİ HERO KOMPAKT HİZA DÜZELTME === */
/* Hero ayrı dosya değildir; doğrudan blog.css içine işlendi. */
.packages-compact-hero{
    width:100% !important;
    max-width:1600px !important;
    min-height:220px !important;
    padding:34px 42px !important;
    margin:0 auto 34px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    border-radius:12px !important;
}
.packages-compact-hero h1{
    margin:0 0 14px !important;
    font-size:48px !important;
    line-height:1.08 !important;
}
.packages-compact-hero p{
    max-width:850px !important;
    margin:0 auto !important;
    line-height:1.65 !important;
}
@media(max-width:900px){
    .packages-compact-hero{
        min-height:auto !important;
        padding:28px 20px !important;
        margin-bottom:26px !important;
    }
    .packages-compact-hero h1{
        font-size:34px !important;
    }
}


/* === Paket Teklif Popup - Final === */
.package-offer-btn{
    cursor:pointer !important;
    border:none;
    font-family:inherit;
}

body.modal-open{
    overflow:hidden;
}

.offer-modal{
    position:fixed;
    inset:0;
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:24px;
}

.offer-modal.show{
    display:flex;
}

.offer-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.72);
    backdrop-filter:blur(7px);
}

.offer-modal-panel{
    position:relative;
    width:min(980px,100%);
    max-height:92vh;
    overflow:auto;
    border:1px solid rgba(255,212,0,.42);
    border-radius:22px;
    background:
        radial-gradient(circle at 50% 0, rgba(255,212,0,.12), transparent 34%),
        linear-gradient(145deg, rgba(13,24,23,.98), rgba(4,7,7,.99));
    box-shadow:0 0 0 1px rgba(255,212,0,.15), 0 36px 120px rgba(0,0,0,.70), 0 0 48px rgba(255,212,0,.20);
    padding:34px;
}

.offer-modal-close{
    position:absolute;
    right:18px;
    top:18px;
    width:42px;
    height:42px;
    border:1px solid rgba(255,212,0,.45);
    border-radius:50%;
    background:rgba(255,212,0,.08);
    color:#ffd400;
    display:grid;
    place-items:center;
    cursor:pointer;
    font-size:18px;
}

.offer-modal-close:hover{
    background:#ffd400;
    color:#070707;
}

.offer-modal-head{
    text-align:center;
    max-width:720px;
    margin:0 auto 26px;
}

.offer-modal-head h2{
    margin:8px 0 10px;
    color:#fff;
    font-size:38px;
    line-height:1.08;
    font-weight:900;
}

.offer-modal-head p{
    margin:0;
    color:#d7ddda;
    line-height:1.7;
    font-weight:800;
}

.offer-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.offer-grid label{
    display:block;
}

.offer-grid span{
    display:block;
    color:#ffd400;
    font-size:13px;
    font-weight:900;
    margin:0 0 7px;
}

.offer-grid input,
.offer-grid select,
.offer-grid textarea{
    width:100%;
    min-height:50px;
    border:1px solid rgba(255,212,0,.26);
    border-radius:12px;
    background:rgba(255,255,255,.07);
    color:#fff;
    padding:13px 15px;
    font-family:inherit;
    font-weight:800;
    outline:none;
}

.offer-grid input::placeholder,
.offer-grid textarea::placeholder{
    color:rgba(255,255,255,.50);
}

.offer-grid select option{
    color:#111;
}

.offer-grid textarea{
    min-height:112px;
    resize:vertical;
}

.offer-full{
    grid-column:1 / -1;
}

.field-seo,
.field-web,
.field-ads,
.field-social{
    display:none !important;
}

.offer-modal.is-seo .field-seo,
.offer-modal.is-web .field-web,
.offer-modal.is-ads .field-ads,
.offer-modal.is-social .field-social{
    display:block !important;
}

.offer-actions{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:24px;
}

.offer-actions .vl-btn1{
    margin:0 !important;
    width:auto !important;
    min-width:210px !important;
}

.offer-whatsapp{
    min-height:52px;
    border:1px solid rgba(255,212,0,.60);
    border-radius:999px;
    padding:0 24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#fff;
    font-weight:900;
    background:rgba(255,212,0,.06);
}

.offer-whatsapp:hover{
    background:#25D366;
    border-color:#25D366;
    color:#071007;
}

@media(max-width:768px){
    .offer-modal{
        padding:14px;
    }

    .offer-modal-panel{
        padding:28px 18px;
        border-radius:18px;
    }

    .offer-modal-head h2{
        font-size:28px;
    }

    .offer-grid{
        grid-template-columns:1fr;
    }

    .offer-actions{
        align-items:stretch;
    }

    .offer-actions .vl-btn1,
    .offer-whatsapp{
        width:100% !important;
    }
}


/* === HEMEN BASLA POPUP CRITICAL FIX === */
.package-offer-btn{cursor:pointer!important;font-family:inherit!important;appearance:none!important;-webkit-appearance:none!important;}
#offerModal.offer-modal{position:fixed!important;inset:0!important;z-index:999999!important;display:none!important;align-items:center!important;justify-content:center!important;padding:24px!important;}
#offerModal.offer-modal.show{display:flex!important;}
#offerModal .offer-modal-backdrop{position:absolute!important;inset:0!important;background:rgba(0,0,0,.78)!important;backdrop-filter:blur(7px)!important;}
#offerModal .offer-modal-panel{position:relative!important;width:min(980px,96vw)!important;max-height:92vh!important;overflow:auto!important;border:1px solid rgba(255,212,0,.48)!important;border-radius:22px!important;background:radial-gradient(circle at 50% 0,rgba(255,212,0,.12),transparent 34%),linear-gradient(145deg,rgba(13,24,23,.98),rgba(4,7,7,.99))!important;box-shadow:0 0 0 1px rgba(255,212,0,.15),0 36px 120px rgba(0,0,0,.75),0 0 48px rgba(255,212,0,.20)!important;padding:34px!important;}
#offerModal .offer-modal-close{position:absolute!important;right:18px!important;top:18px!important;width:42px!important;height:42px!important;border:1px solid rgba(255,212,0,.45)!important;border-radius:50%!important;background:rgba(255,212,0,.08)!important;color:#ffd400!important;display:grid!important;place-items:center!important;cursor:pointer!important;font-size:18px!important;}
#offerModal .offer-modal-head{text-align:center!important;max-width:760px!important;margin:0 auto 26px!important;}
#offerModal .offer-modal-head h2{margin:8px 0 10px!important;color:#fff!important;font-size:38px!important;line-height:1.08!important;font-weight:900!important;}
#offerModal .offer-modal-head p{margin:0!important;color:#d7ddda!important;line-height:1.7!important;font-weight:800!important;}
#offerModal .offer-steps{display:flex!important;justify-content:center!important;gap:10px!important;margin:18px 0 0!important;}
#offerModal .offer-step-dot{width:34px!important;height:34px!important;border-radius:50%!important;border:1px solid rgba(255,212,0,.45)!important;background:rgba(255,212,0,.08)!important;color:#ffd400!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;font-size:13px!important;}
#offerModal .offer-step-dot.active{background:#ffd400!important;color:#070707!important;border-color:#ffd400!important;box-shadow:0 0 18px rgba(255,212,0,.35)!important;}
#offerModal .offer-step-panel{display:none!important;}
#offerModal .offer-step-panel.active{display:block!important;}
#offerModal .offer-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
#offerModal .offer-grid label{display:block!important;}
#offerModal .offer-grid span{display:block!important;color:#ffd400!important;font-size:13px!important;font-weight:900!important;margin:0 0 7px!important;}
#offerModal .offer-grid input,#offerModal .offer-grid select,#offerModal .offer-grid textarea{width:100%!important;min-height:50px!important;border:1px solid rgba(255,212,0,.26)!important;border-radius:12px!important;background:rgba(255,255,255,.07)!important;color:#fff!important;padding:13px 15px!important;font-family:inherit!important;font-weight:800!important;outline:none!important;}
#offerModal .offer-grid select option{color:#111!important;}
#offerModal .offer-grid textarea{min-height:112px!important;resize:vertical!important;}
#offerModal .offer-full{grid-column:1/-1!important;}
#offerModal .offer-actions{display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;flex-wrap:wrap!important;margin-top:24px!important;}
#offerModal .offer-prev,#offerModal .offer-whatsapp{min-height:52px!important;border:1px solid rgba(255,212,0,.60)!important;border-radius:999px!important;padding:0 26px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-family:inherit!important;font-weight:900!important;background:transparent!important;cursor:pointer!important;text-decoration:none!important;}
#offerModal .offer-submit{display:none;}
@media(max-width:768px){#offerModal.offer-modal{padding:14px!important;}#offerModal .offer-modal-panel{padding:28px 18px!important;border-radius:18px!important;}#offerModal .offer-modal-head h2{font-size:28px!important;}#offerModal .offer-grid{grid-template-columns:1fr!important;}#offerModal .offer-prev,#offerModal .offer-next,#offerModal .offer-submit,#offerModal .offer-whatsapp{width:100%!important;}}


/* Popup button fix - WhatsApp kaldırıldı, Geri / İleri düzeni */
#offerModal .offer-whatsapp{display:none!important;}
#offerModal .offer-actions{gap:16px!important;}
#offerModal .offer-prev i{margin-right:8px;}
#offerModal .offer-next{min-width:210px!important;}


/* === Paket Talep Formu Kayıt Bildirimi === */
.form-note{
    max-width:760px;
    margin:18px auto 0;
    color:#d7d7d7;
    text-align:center;
    font-size:13px;
    line-height:1.65;
    font-weight:800;
}
.offer-success{
    text-align:center;
    padding:30px 10px 10px;
}
.offer-success i{
    font-size:54px;
    color:#ffd400;
    filter:drop-shadow(0 0 16px rgba(255,212,0,.45));
    margin-bottom:16px;
}
.offer-success h3{
    font-size:34px;
    color:#fff;
    margin:0 0 12px;
    font-weight:900;
}
.offer-success p{
    color:#d7d7d7;
    max-width:680px;
    margin:0 auto 10px;
    line-height:1.75;
    font-weight:800;
}
.offer-submit:disabled{
    opacity:.7;
    cursor:not-allowed;
}

/* ADO premium chat widget - CSS ayrı dosyada değil, ana css dosyalarına eklendi */
.chat-widget,
.chat-widget *{box-sizing:border-box!important;}
.chat-widget{position:fixed!important;right:24px!important;bottom:24px!important;z-index:999999!important;width:auto!important;max-width:none!important;overflow:visible!important;font-family:inherit!important;}
.chat-panel{position:absolute!important;right:0!important;bottom:84px!important;width:360px!important;min-width:360px!important;max-width:360px!important;background:#ffffff!important;border:1px solid rgba(123,92,255,.32)!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 26px 80px rgba(10,10,30,.28)!important;transform:translateY(18px) scale(.98)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:.25s ease!important;}
.chat-widget.active .chat-panel{transform:translateY(0) scale(1)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
.chat-head{background:linear-gradient(135deg,#111827,#7b5cff)!important;color:#fff!important;padding:18px 20px!important;display:flex!important;align-items:center!important;gap:12px!important;position:relative!important;min-height:78px!important;border-bottom:1px solid rgba(255,255,255,.18)!important;}
.chat-avatar{width:50px!important;height:50px!important;min-width:50px!important;border-radius:50%!important;background:#ff6b35!important;color:#fff!important;display:grid!important;place-items:center!important;font-weight:900!important;font-size:17px!important;border:3px solid rgba(255,255,255,.78)!important;letter-spacing:-1px!important;}
.chat-head strong{display:block!important;color:#ffffff!important;font-size:18px!important;line-height:1.1!important;font-weight:900!important;}
.chat-head small{display:block!important;color:#ffb199!important;font-size:12px!important;margin-top:4px!important;font-weight:700!important;}
.chat-close{position:absolute!important;right:15px!important;top:15px!important;width:32px!important;height:32px!important;border:0!important;background:transparent!important;color:#fff!important;font-size:30px!important;line-height:1!important;cursor:pointer!important;}
.chat-body{background:#f8f7ff!important;padding:20px!important;max-height:calc(100vh - 140px)!important;overflow:auto!important;}
.chat-row{display:flex!important;gap:10px!important;align-items:flex-start!important;margin-bottom:15px!important;}
.chat-mini-avatar{width:34px!important;height:34px!important;min-width:34px!important;border-radius:50%!important;background:#ff6b35!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:12px!important;font-weight:900!important;letter-spacing:-.5px!important;}
.chat-bubble{background:#ffffff!important;color:#20243a!important;border:1px solid rgba(123,92,255,.16)!important;padding:14px 15px!important;border-radius:16px 16px 16px 4px!important;font-size:14px!important;line-height:1.45!important;margin:0!important;max-width:255px!important;box-shadow:0 10px 30px rgba(17,24,39,.06)!important;}
.chat-form{display:grid!important;gap:10px!important;background:transparent!important;border:0!important;padding:0!important;margin:0!important;}
.chat-form input,
.chat-form textarea{width:100%!important;min-height:44px!important;border:1px solid rgba(123,92,255,.16)!important;background:#fff!important;color:#20243a!important;border-radius:12px!important;padding:0 13px!important;font:inherit!important;font-size:13px!important;outline:none!important;}
.chat-form textarea{min-height:82px!important;padding:11px 13px!important;resize:vertical!important;}
.chat-form input::placeholder,
.chat-form textarea::placeholder{color:#7b8195!important;}
.chat-form input:focus,
.chat-form textarea:focus{border-color:#7b5cff!important;box-shadow:0 0 0 3px rgba(123,92,255,.10)!important;}
.chat-form button{min-height:46px!important;border:0!important;border-radius:12px!important;background:linear-gradient(135deg,#ff6b35,#7b5cff)!important;color:#fff!important;font-weight:900!important;font-size:14px!important;cursor:pointer!important;box-shadow:0 12px 28px rgba(123,92,255,.22)!important;}
.chat-status{color:#6b5cff!important;min-height:15px!important;text-align:center!important;font-size:12px!important;}
.chat-start{text-align:center!important;color:#20243a!important;font-size:14px!important;font-weight:900!important;margin:12px 0!important;}
.chat-actions{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:14px!important;width:100%!important;margin:0 auto!important;padding:0!important;}
.chat-circle{width:54px!important;height:54px!important;min-width:54px!important;max-width:54px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;color:#fff!important;font-size:0!important;transition:.25s!important;}
.chat-circle:hover{transform:translateY(-3px) scale(1.05)!important;}
.whatsapp-action{order:1!important;background:#25d366!important;}
.phone-action{order:2!important;background:#7b5cff!important;}
.whatsapp-action::before,
.phone-action::before{content:""!important;display:block!important;width:27px!important;height:27px!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;}
.whatsapp-action::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M16.01 3C8.83 3 3 8.78 3 15.9c0 2.27.6 4.49 1.75 6.44L3 29l6.85-1.78A13.1 13.1 0 0 0 16.01 29C23.18 29 29 23.22 29 16.1C29 8.98 23.18 3 16.01 3zm0 23.72c-1.96 0-3.88-.52-5.55-1.51l-.4-.24l-4.06 1.06l1.08-3.93l-.26-.41a10.66 10.66 0 0 1-1.62-5.79c0-5.87 4.84-10.64 10.8-10.64c5.95 0 10.79 4.93 10.79 10.84c0 5.86-4.84 10.62-10.78 10.62zm5.92-7.96c-.32-.16-1.91-.94-2.2-1.05c-.3-.11-.51-.16-.73.16c-.21.32-.83 1.05-1.02 1.26c-.19.21-.38.24-.7.08c-.32-.16-1.36-.5-2.59-1.59c-.96-.85-1.6-1.91-1.79-2.23c-.19-.32-.02-.49.14-.65c.14-.14.32-.38.48-.57c.16-.19.21-.32.32-.54c.11-.21.05-.4-.03-.57c-.08-.16-.73-1.74-1-2.38c-.26-.62-.53-.54-.73-.55h-.62c-.21 0-.57.08-.86.4c-.3.32-1.13 1.1-1.13 2.68c0 1.58 1.16 3.11 1.32 3.33c.16.21 2.29 3.49 5.55 4.89c.78.33 1.38.53 1.85.68c.78.25 1.49.21 2.05.13c.63-.09 1.91-.78 2.18-1.53c.27-.75.27-1.4.19-1.53c-.08-.13-.3-.21-.62-.37z'/%3E%3C/svg%3E")!important;}
.phone-action::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24c1.12.37 2.33.57 3.57.57c.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1c0 1.24.2 2.45.57 3.57c.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E")!important;}
.chat-toggle{width:62px!important;height:62px!important;border:0!important;border-radius:50%!important;background:linear-gradient(135deg,#ff6b35,#7b5cff)!important;color:#fff!important;font-size:27px!important;cursor:pointer!important;box-shadow:0 18px 45px rgba(17,24,39,.28)!important;display:grid!important;place-items:center!important;}
.chat-icon-close{display:none!important;font-size:38px!important;line-height:1!important;}
.chat-widget.active .chat-icon-open{display:none!important;}
.chat-widget.active .chat-icon-close{display:block!important;}
@media(max-width:760px){.chat-widget{left:8px!important;right:8px!important;bottom:10px!important;width:auto!important}.chat-panel{left:0!important;right:0!important;width:100%!important;min-width:0!important;max-width:100%!important;bottom:74px!important;border-radius:18px!important}.chat-body{max-height:calc(100vh - 125px)!important}.chat-toggle{margin-left:auto!important}.chat-actions{flex-direction:row!important}}


/* SEO final internal link and speed polish */
.internal-link-box{margin:28px 0;padding:24px;border:1px solid rgba(255,214,0,.22);border-radius:18px;background:rgba(255,214,0,.04)}.internal-link-box a{color:#ffd600;font-weight:800;text-decoration:none}.seo-service-content .primary{display:inline-flex;align-items:center;gap:8px;background:#ffd600;color:#111;padding:14px 22px;border-radius:12px;font-weight:900;text-decoration:none}.service-card a,.case-card a{color:#ffd600;text-decoration:none;font-weight:800}.seo-topic-links{max-width:1180px;margin:40px auto;padding:28px;border:1px solid rgba(255,214,0,.18);border-radius:22px;background:linear-gradient(135deg,rgba(255,214,0,.08),rgba(255,255,255,.02))}.seo-topic-links h2{color:#fff;font-size:28px;margin-bottom:14px}.seo-topic-links p{color:#d8d8d8;line-height:1.8}.seo-topic-links a{color:#ffd600;font-weight:800;text-decoration:none;margin-right:12px}.ad-site-footer a:hover{color:#ffd600!important}

/* Blog SEO Pro Modülü */
.blog-content-layout{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}.blog-grid-with-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.blog-sidebar{display:flex;flex-direction:column;gap:18px}.sidebar-widget{border:1px solid var(--line);border-radius:14px;background:linear-gradient(120deg,rgba(18,31,30,.78),rgba(7,12,12,.92));padding:22px}.sidebar-widget h3{font-size:20px;margin:0 0 14px;color:#fff}.sidebar-widget p{font-size:14px;line-height:1.65;color:#d6d6d6}.sticky-cta{position:sticky;top:18px;z-index:2;background:linear-gradient(135deg,rgba(255,212,0,.16),rgba(7,12,12,.95))}.sticky-cta a,.newsletter button{display:inline-flex;align-items:center;justify-content:center;background:var(--yellow);color:#050505!important;border-radius:999px;padding:12px 18px;font-weight:900;border:0}.mini-post{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;margin:12px 0;color:#fff}.mini-post img{width:72px;height:58px;object-fit:cover;border-radius:9px;border:1px solid var(--line)}.mini-post span{font-size:14px;line-height:1.35}.text-link{display:block;padding:10px 0;border-bottom:1px solid rgba(255,212,0,.14);font-size:14px;color:#eee}.text-link:hover,.breadcrumb a,.card-tags a,.post-tags a{color:var(--yellow)}.newsletter input{width:100%;height:46px;border:1px solid var(--line);border-radius:999px;background:#090909;color:#fff;padding:0 16px;margin:8px 0 12px}.breadcrumb{font-size:13px;color:#cfcfcf;margin-bottom:16px}.single-desc{color:#ddd;line-height:1.8;margin:-6px 0 20px}.toc-box{border:1px solid rgba(255,212,0,.24);background:rgba(255,212,0,.05);border-radius:14px;padding:20px;margin:0 0 28px}.toc-box strong{display:block;font-size:18px;margin-bottom:10px;color:#fff}.toc-box ol{margin:0;padding-left:22px}.toc-box li{margin:8px 0;color:#ddd}.toc-box a{color:#ddd}.toc-box a:hover{color:var(--yellow)}.toc-l3{margin-left:18px;font-size:14px}.blog-content h2,.blog-content h3{scroll-margin-top:30px}.card-tags{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px}.card-tags a{font-size:12px;border:1px solid rgba(255,212,0,.22);border-radius:999px;padding:6px 10px;background:rgba(255,212,0,.05)}.faq-accordion{margin-top:28px}.faq-accordion h2{font-size:28px}.faq-accordion details{border:1px solid rgba(255,212,0,.20);border-radius:12px;background:rgba(255,212,0,.04);margin:10px 0;padding:15px 18px}.faq-accordion summary{cursor:pointer;font-weight:900;color:#fff}.faq-accordion p{color:#d6d6d6;line-height:1.7}.prev-next-posts{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:28px 0}.prev-next-posts a{border:1px solid var(--line);border-radius:12px;padding:18px;background:rgba(255,212,0,.04);color:#ddd}.prev-next-posts a:last-child{text-align:right}.prev-next-posts strong{color:#fff}.post-tags a{background:rgba(255,212,0,.10);border:1px solid var(--line);border-radius:999px;padding:9px 14px;font-size:13px}.ad-site-footer{max-width:1600px;margin:40px auto 0;border:1px solid rgba(255,212,0,.18);border-radius:18px;background:rgba(7,12,12,.86);padding:30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}.footer-logo{font-size:22px;font-weight:900;color:#fff}.footer-logo span{color:var(--yellow)}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col h3{color:#fff;margin:0 0 6px}.footer-col a,.footer-brand p{color:#d6d6d6}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:20px;padding-top:16px;color:#ccc}@media(max-width:1200px){.blog-content-layout{grid-template-columns:1fr}.blog-sidebar{display:grid;grid-template-columns:repeat(2,1fr)}.sticky-cta{position:relative;top:auto}}@media(max-width:900px){.blog-grid-with-sidebar,.blog-sidebar,.footer-grid,.prev-next-posts{grid-template-columns:1fr}.blog-content-layout{gap:18px}.sidebar-widget{padding:18px}}

/* Service pages final layout fix */
.seo-service-page .service-hero{max-width:1180px;margin:0 auto 42px;padding:58px 30px;border:1px solid rgba(255,214,0,.20);border-radius:18px;background:linear-gradient(135deg,rgba(255,214,0,.08),rgba(255,255,255,.02));text-align:center;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center}.seo-service-page .service-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.05;margin:16px 0;color:#fff}.seo-service-page .service-hero p{max-width:820px;margin:0 auto;color:#d8d8d8;font-size:17px;line-height:1.7}.seo-service-page .seo-service-content{padding:60px 6% 95px}.service-detail-card{max-width:980px;margin:0 auto;padding:44px 46px!important;min-height:560px;background:rgba(8,18,16,.86);border:1px solid rgba(255,214,0,.22);border-radius:20px;box-shadow:0 20px 70px rgba(0,0,0,.22)}.service-detail-card h2{font-size:28px;color:#fff;margin:0 0 18px}.service-detail-card p{font-size:16px;line-height:1.9;color:#e7e7e7;margin:0 0 26px}.service-detail-card .primary{margin-top:10px}.blog-content-layout{align-items:flex-start}.blog-main,.blog-article{min-width:0}.chat-widget{position:fixed!important;right:24px!important;bottom:24px!important;z-index:999999!important}.chat-panel{position:absolute!important;right:0!important;bottom:84px!important}.chat-widget:not(.active) .chat-panel{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.chat-widget.active .chat-panel{opacity:1!important;visibility:visible!important;pointer-events:auto!important}@media(max-width:900px){.seo-service-page .seo-service-content{padding:35px 18px 80px}.service-detail-card{padding:30px 22px!important;min-height:auto}.seo-service-page .service-hero{margin:0 16px 30px;padding:42px 18px}.chat-widget{right:10px!important;bottom:10px!important}}


/* ADO FINAL PAGE ALIGNMENT FIX - unified index-like layout */
body .page.ad-unified-page,
body main.page.blog-page-layout,
body main.page.blog-single-layout,
body main.page.seo-service-page{
  padding-left:42px!important;
  padding-right:42px!important;
}
body .ad-unified-page .blog-hero,
body .seo-service-page .blog-hero,
body .seo-service-page .service-hero,
body .blog-page-layout .blog-hero,
body .blog-single-layout .blog-single-wrap,
body .ad-unified-page .seo-service-content,
body .seo-service-content,
body .ad-unified-page .seo-topic-links,
body .seo-topic-links,
body .ad-site-footer{
  width:100%!important;
  max-width:1600px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body .seo-service-content{
  padding:56px 0 76px!important;
}
body .seo-service-content .panel,
body .seo-service-content .panel-wide,
body .seo-service-content .service-detail-card{
  width:100%!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:44px 52px!important;
}
body .blog-hero.service-hero{
  min-height:220px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  padding:48px 42px!important;
  margin-bottom:36px!important;
}
body .blog-hero.service-hero h1{font-size:52px!important;line-height:1.12!important;margin:12px 0 12px!important;}
body .blog-hero.service-hero p{max-width:900px!important;}
body .ad-site-footer{margin-top:64px!important;border-radius:20px!important;}
body .ad-site-footer .footer-grid{grid-template-columns:1.35fr .8fr .9fr .9fr!important;}
body .ad-site-footer .footer-contact{display:flex!important;flex-direction:column!important;gap:9px!important;margin-top:18px!important;}
body .ad-site-footer .footer-socials{display:flex!important;gap:12px!important;}
body .ad-site-footer .footer-socials a{width:38px!important;height:38px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
body .blog-content-layout{max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;}
body .blog-grid-with-sidebar{align-self:start!important;}
body .chat-widget{z-index:999999!important;}
body .chat-panel{bottom:84px!important;}
@media(max-width:1180px){
  body .ad-site-footer .footer-grid{grid-template-columns:1fr 1fr!important;}
  body .ad-site-footer .footer-brand{grid-column:1/-1!important;}
}
@media(max-width:900px){
  body .page.ad-unified-page,
  body main.page.blog-page-layout,
  body main.page.blog-single-layout,
  body main.page.seo-service-page{padding:86px 18px 42px!important;margin-left:0!important;}
  body .blog-hero.service-hero{min-height:auto!important;padding:30px 18px!important;margin-bottom:24px!important;}
  body .blog-hero.service-hero h1{font-size:34px!important;}
  body .seo-service-content{padding:28px 0 44px!important;}
  body .seo-service-content .panel,
  body .seo-service-content .panel-wide,
  body .seo-service-content .service-detail-card{max-width:100%!important;padding:26px 22px!important;}
  body .ad-site-footer .footer-grid{grid-template-columns:1fr!important;padding:26px!important;}
  body .ad-site-footer .footer-bottom{padding:18px 26px!important;}
  body .chat-panel{width:calc(100vw - 24px)!important;min-width:0!important;max-width:calc(100vw - 24px)!important;right:0!important;}
}

/* === ADO SERVICE PAGE WIDE ALIGNMENT FINAL === */
@media (min-width:901px){
  body main.page.seo-service-page,
  body main.page.ad-unified-page{
    padding-left:42px!important;
    padding-right:42px!important;
  }
  body .seo-service-page .blog-hero.service-hero,
  body .ad-unified-page .blog-hero.service-hero{
    width:100%!important;
    max-width:1600px!important;
    min-height:240px!important;
    margin:0 auto 42px!important;
    padding:56px 70px!important;
    border-radius:18px!important;
  }
  body .seo-service-page .seo-service-content,
  body .ad-unified-page .seo-service-content{
    width:100%!important;
    max-width:1600px!important;
    margin:0 auto!important;
    padding:42px 0 90px!important;
  }
  body .seo-service-page .seo-service-content .panel,
  body .seo-service-page .seo-service-content .panel-wide,
  body .seo-service-page .seo-service-content .service-detail-card,
  body .ad-unified-page .seo-service-content .panel,
  body .ad-unified-page .seo-service-content .panel-wide,
  body .ad-unified-page .seo-service-content .service-detail-card{
    width:100%!important;
    max-width:1600px!important;
    margin:0 auto!important;
    padding:56px 72px!important;
    min-height:520px!important;
    overflow:hidden!important;
  }
  body .seo-service-page .service-detail-card h2,
  body .ad-unified-page .service-detail-card h2{
    font-size:32px!important;
    line-height:1.22!important;
    margin:0 0 20px!important;
  }
  body .seo-service-page .service-detail-card p,
  body .ad-unified-page .service-detail-card p{
    font-size:17px!important;
    line-height:1.86!important;
    max-width:none!important;
  }
  body .seo-service-page .internal-link-box,
  body .ad-unified-page .internal-link-box{
    width:100%!important;
    margin:34px 0!important;
    padding:28px 32px!important;
  }
  body .ad-site-footer{
    width:100%!important;
    max-width:1600px!important;
    margin:64px auto 0!important;
  }
}
@media (max-width:900px){
  body .seo-service-page .blog-hero.service-hero,
  body .ad-unified-page .blog-hero.service-hero{
    width:100%!important;
    margin:0 auto 22px!important;
    padding:30px 18px!important;
  }
  body .seo-service-page .seo-service-content,
  body .ad-unified-page .seo-service-content{
    width:100%!important;
    padding:24px 0 48px!important;
  }
  body .seo-service-page .seo-service-content .panel,
  body .seo-service-page .seo-service-content .panel-wide,
  body .seo-service-page .seo-service-content .service-detail-card,
  body .ad-unified-page .seo-service-content .panel,
  body .ad-unified-page .seo-service-content .panel-wide,
  body .ad-unified-page .seo-service-content .service-detail-card{
    width:100%!important;
    max-width:100%!important;
    padding:26px 22px!important;
    min-height:auto!important;
  }
}

/* === ADO FOOTER FULL ALIGN FIX ===
   Hizmet/SEO sayfalarında footer, hero ve metin kartlarıyla aynı dış hizaya oturur. */
@media (min-width:901px){
  body main.page.seo-service-page > .ad-site-footer,
  body main.page.ad-unified-page > .ad-site-footer{
    width:100%!important;
    max-width:none!important;
    margin:64px 0 0 0!important;
    box-sizing:border-box!important;
  }
}


/* === ADO FINAL PAGE WIDTH + FOOTER + SERVICE CONTENT FIX === */
@media (min-width:901px){
  body main.page.seo-service-page,
  body main.page.ad-unified-page{
    margin-left:var(--side,152px)!important;
    padding:34px 42px 54px!important;
    width:auto!important;
  }
  body main.page.blog-page-layout,
  body main.page.blog-single-layout{
    margin-left:var(--side,152px)!important;
    padding:34px 42px 54px!important;
    width:auto!important;
  }
  body .seo-service-page .service-hero,
  body .seo-service-page .blog-hero.service-hero,
  body .blog-page-layout .blog-hero,
  body .blog-single-layout .blog-hero{
    width:100%!important;
    max-width:1600px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  body .seo-service-content,
  body .blog-content-layout,
  body .seo-topic-links,
  body main.page > .ad-site-footer{
    width:100%!important;
    max-width:1600px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  body .seo-service-content{padding:42px 0 50px!important;}
  body .seo-service-content .service-detail-card{
    width:100%!important;
    max-width:1600px!important;
    margin:0 auto!important;
    padding:58px 72px!important;
    min-height:auto!important;
    box-sizing:border-box!important;
  }
  body .seo-service-content .service-detail-card p{
    max-width:none!important;
    font-size:17px!important;
    line-height:1.88!important;
    margin-bottom:24px!important;
  }
  body .seo-service-content .service-detail-card h2{font-size:31px!important;margin:30px 0 14px!important;}
  body .seo-service-content .service-detail-card h2:first-child{margin-top:0!important;}
  body .internal-link-box{width:100%!important;box-sizing:border-box!important;}
  body main.page > .ad-site-footer{
    margin-top:48px!important;
    padding:0!important;
    overflow:hidden!important;
    transform:none!important;
  }
  body main.page > .ad-site-footer .footer-grid{padding:54px 60px 44px!important;}
  body main.page > .ad-site-footer .footer-bottom{padding:22px 60px!important;}
  body .blog-content-layout{grid-template-columns:minmax(0,1fr) 360px!important;}
}
@media (max-width:900px){
  body main.page.seo-service-page,
  body main.page.ad-unified-page,
  body main.page.blog-page-layout,
  body main.page.blog-single-layout{margin-left:0!important;padding:86px 14px 36px!important;}
  body .seo-service-content .service-detail-card{padding:28px 20px!important;}
  body main.page > .ad-site-footer{width:100%!important;margin:34px auto 0!important;}
  body main.page > .ad-site-footer .footer-grid{padding:26px!important;}
  body main.page > .ad-site-footer .footer-bottom{padding:18px 26px!important;}
}


/* === FINAL GLOBAL FOOTER MATCH INDEX + PAGE ALIGN FIX === */
:root{--ado-side:132px;--ado-content-max:1600px;}
@media (min-width:901px){
  body main.page{margin-left:var(--ado-side)!important;width:calc(100% - var(--ado-side))!important;padding-left:64px!important;padding-right:64px!important;box-sizing:border-box!important;}
  body main.page > .ad-site-footer,
  body .ad-site-footer{
    width:100%!important;max-width:var(--ado-content-max)!important;margin:70px auto 0!important;
    padding:0!important;box-sizing:border-box!important;border:1px solid rgba(255,214,0,.24)!important;border-radius:18px!important;
    background:linear-gradient(135deg,rgba(22,31,13,.82),rgba(5,9,7,.92))!important;overflow:hidden!important;color:#f4f4f4!important;
    transform:none!important;left:auto!important;right:auto!important;position:relative!important;
  }
  body .ad-site-footer .footer-glow{position:absolute!important;inset:0!important;pointer-events:none!important;background:radial-gradient(circle at 10% 20%,rgba(255,214,0,.12),transparent 28%),radial-gradient(circle at 85% 10%,rgba(255,214,0,.08),transparent 28%)!important;}
  body .ad-site-footer .footer-grid{display:grid!important;grid-template-columns:1.45fr .8fr .95fr .9fr!important;gap:56px!important;padding:56px 60px 48px!important;box-sizing:border-box!important;align-items:flex-start!important;position:relative!important;z-index:1!important;}
  body .ad-site-footer .footer-brand,body .ad-site-footer .footer-col{display:block!important;text-align:left!important;color:#e9e9e9!important;}
  body .ad-site-footer .footer-logo{display:inline-flex!important;align-items:center!important;gap:14px!important;font-size:24px!important;line-height:1.2!important;font-weight:900!important;color:#fff!important;text-decoration:none!important;margin:0 0 22px!important;}
  body .ad-site-footer .footer-logo span{width:48px!important;height:48px!important;border:2px solid #ffd600!important;border-radius:12px!important;display:inline-grid!important;place-items:center!important;color:#ffd600!important;font-size:20px!important;font-weight:900!important;letter-spacing:-1px!important;}
  body .ad-site-footer p{font-size:15px!important;line-height:1.75!important;color:#d9d9d9!important;margin:0 0 20px!important;font-weight:700!important;max-width:430px!important;}
  body .ad-site-footer .footer-contact{display:flex!important;flex-direction:column!important;gap:10px!important;margin-top:18px!important;}
  body .ad-site-footer .footer-contact a,body .ad-site-footer .footer-contact span{display:flex!important;align-items:center!important;gap:12px!important;color:#f1f1f1!important;font-size:15px!important;font-weight:800!important;text-decoration:none!important;line-height:1.4!important;}
  body .ad-site-footer .footer-contact i{color:#ffd600!important;width:18px!important;text-align:center!important;font-size:15px!important;}
  body .ad-site-footer .footer-col h3{font-size:16px!important;text-transform:uppercase!important;letter-spacing:.5px!important;color:#ffd600!important;margin:0 0 20px!important;line-height:1.2!important;font-weight:900!important;}
  body .ad-site-footer .footer-col a{display:block!important;color:#e9e9e9!important;font-size:15px!important;font-weight:800!important;line-height:1.35!important;margin:0 0 14px!important;text-decoration:none!important;}
  body .ad-site-footer .footer-col a:hover{color:#ffd600!important;}
  body .ad-site-footer .footer-bottom{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:20px!important;border-top:1px solid rgba(255,255,255,.12)!important;padding:22px 60px!important;position:relative!important;z-index:1!important;}
  body .ad-site-footer .footer-bottom p{margin:0!important;max-width:none!important;font-size:14px!important;color:#e8e8e8!important;font-weight:800!important;}
  body .ad-site-footer .footer-socials{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;}
  body .ad-site-footer .footer-socials a{width:38px!important;height:38px!important;border:1px solid #ffd600!important;border-radius:50%!important;display:grid!important;place-items:center!important;color:#ffd600!important;font-size:14px!important;text-decoration:none!important;background:transparent!important;}
  body .ad-site-footer .footer-socials a:hover{background:#ffd600!important;color:#111!important;}
  body .blog-hero, body .service-hero, body .seo-service-content, body .blog-content-layout{max-width:var(--ado-content-max)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
}
@media (max-width:900px){
  body main.page{margin-left:0!important;width:100%!important;padding-left:14px!important;padding-right:14px!important;box-sizing:border-box!important;}
  body .ad-site-footer{width:100%!important;margin:38px auto 0!important;border:1px solid rgba(255,214,0,.24)!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(22,31,13,.82),rgba(5,9,7,.92))!important;overflow:hidden!important;color:#f4f4f4!important;}
  body .ad-site-footer .footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:28px!important;padding:28px 24px!important;}
  body .ad-site-footer .footer-logo{display:inline-flex!important;align-items:center!important;gap:12px!important;font-size:22px!important;font-weight:900!important;color:#fff!important;}
  body .ad-site-footer .footer-logo span{width:44px!important;height:44px!important;border:2px solid #ffd600!important;border-radius:12px!important;display:inline-grid!important;place-items:center!important;color:#ffd600!important;}
  body .ad-site-footer p{font-size:14px!important;line-height:1.7!important;color:#ddd!important;}
  body .ad-site-footer .footer-col h3{font-size:15px!important;color:#ffd600!important;margin:0 0 14px!important;text-transform:uppercase!important;}
  body .ad-site-footer .footer-col a{display:block!important;color:#eee!important;font-size:14px!important;font-weight:800!important;margin:0 0 11px!important;}
  body .ad-site-footer .footer-contact{display:flex!important;flex-direction:column!important;gap:10px!important;}
  body .ad-site-footer .footer-contact a,body .ad-site-footer .footer-contact span{display:flex!important;gap:10px!important;color:#eee!important;font-size:14px!important;font-weight:800!important;}
  body .ad-site-footer .footer-contact i{color:#ffd600!important;}
  body .ad-site-footer .footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:16px!important;border-top:1px solid rgba(255,255,255,.12)!important;padding:20px 24px!important;}
  body .ad-site-footer .footer-bottom p{margin:0!important;font-size:13px!important;color:#eee!important;}
  body .ad-site-footer .footer-socials{display:flex!important;gap:10px!important;}
  body .ad-site-footer .footer-socials a{width:36px!important;height:36px!important;border:1px solid #ffd600!important;border-radius:50%!important;display:grid!important;place-items:center!important;color:#ffd600!important;}
}


/* === ADO FINAL FOOTER + TAG PAGE FIX OVERRIDE === */
:root{--ado-side:152px;--ado-content-max:1600px;--ado-page-pad:52px;}
@media (min-width:901px){
  body main.page{margin-left:var(--ado-side)!important;width:calc(100% - var(--ado-side))!important;padding:30px var(--ado-page-pad) 70px!important;box-sizing:border-box!important;}
  body main.page > .blog-hero,
  body main.page > .service-hero,
  body main.page > .packages-compact-hero,
  body main.page > .blog-single-wrap,
  body main.page > .package-tabs,
  body main.page > .package-block,
  body main.page > .blog-content-layout,
  body main.page > .blog-grid,
  body main.page > .seo-topic-links,
  body main.page > .seo-service-content,
  body main.page > .ad-site-footer{
    width:100%!important;max-width:var(--ado-content-max)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;
  }
  body main.page > .seo-service-content{padding-left:0!important;padding-right:0!important;}
  body .seo-service-content .service-detail-card,
  body .seo-service-content .panel,
  body .seo-service-content .panel-wide{width:100%!important;max-width:var(--ado-content-max)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
  body main.page > .ad-site-footer,
  body .ad-site-footer{
    position:relative!important;display:block!important;width:100%!important;max-width:var(--ado-content-max)!important;margin:56px auto 0!important;padding:0!important;box-sizing:border-box!important;overflow:hidden!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;border:1px solid rgba(255,212,0,.30)!important;border-radius:18px!important;background:linear-gradient(145deg,rgba(12,22,21,.92),rgba(4,7,7,.98))!important;box-shadow:0 30px 90px rgba(0,0,0,.35)!important;color:#f3f3f3!important;
  }
  body .ad-site-footer .footer-glow{position:absolute!important;inset:0!important;background:radial-gradient(circle at 18% 0%,rgba(255,212,0,.14),transparent 34%),radial-gradient(circle at 85% 20%,rgba(255,212,0,.08),transparent 30%)!important;pointer-events:none!important;}
  body .ad-site-footer .footer-grid{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:1.35fr .8fr .95fr .9fr!important;gap:56px!important;align-items:start!important;padding:56px 60px 48px!important;box-sizing:border-box!important;}
  body .ad-site-footer .footer-brand,body .ad-site-footer .footer-col{display:block!important;text-align:left!important;min-width:0!important;}
  body .ad-site-footer .footer-logo{display:inline-flex!important;align-items:center!important;gap:14px!important;margin:0 0 22px!important;color:#fff!important;text-decoration:none!important;font-size:24px!important;font-weight:900!important;line-height:1.2!important;}
  body .ad-site-footer .footer-logo span{width:48px!important;height:48px!important;display:inline-grid!important;place-items:center!important;border:2px solid #ffd600!important;border-radius:12px!important;color:#ffd600!important;font-size:20px!important;font-weight:900!important;letter-spacing:-1px!important;}
  body .ad-site-footer p{max-width:430px!important;margin:0 0 20px!important;color:#d9d9d9!important;font-size:15px!important;font-weight:700!important;line-height:1.75!important;}
  body .ad-site-footer .footer-contact{display:flex!important;flex-direction:column!important;gap:10px!important;margin-top:18px!important;}
  body .ad-site-footer .footer-contact a,body .ad-site-footer .footer-contact span{display:flex!important;align-items:center!important;gap:12px!important;color:#f1f1f1!important;font-size:15px!important;font-weight:800!important;line-height:1.4!important;text-decoration:none!important;}
  body .ad-site-footer .footer-contact i{width:18px!important;text-align:center!important;color:#ffd600!important;font-size:15px!important;}
  body .ad-site-footer .footer-col h3{margin:0 0 20px!important;color:#ffd600!important;font-size:16px!important;font-weight:900!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.5px!important;}
  body .ad-site-footer .footer-col a{display:block!important;margin:0 0 14px!important;color:#e9e9e9!important;font-size:15px!important;font-weight:800!important;line-height:1.35!important;text-decoration:none!important;}
  body .ad-site-footer .footer-col a:hover{color:#ffd600!important;}
  body .ad-site-footer .footer-bottom{position:relative!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;border-top:1px solid rgba(255,255,255,.12)!important;margin:0!important;padding:22px 60px!important;box-sizing:border-box!important;}
  body .ad-site-footer .footer-bottom p{max-width:none!important;margin:0!important;color:#e8e8e8!important;font-size:14px!important;font-weight:800!important;line-height:1.5!important;}
  body .ad-site-footer .footer-socials{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;}
  body .ad-site-footer .footer-socials a{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border:1px solid #ffd600!important;border-radius:50%!important;background:transparent!important;color:#ffd600!important;font-size:14px!important;text-decoration:none!important;}
  body .ad-site-footer .footer-socials a:hover{background:#ffd600!important;color:#111!important;}
}
@media (max-width:1180px) and (min-width:901px){
  body .ad-site-footer .footer-grid{grid-template-columns:1fr 1fr!important;gap:34px!important;}
  body .ad-site-footer .footer-brand{grid-column:1/-1!important;}
}
@media (max-width:900px){
  body main.page{margin-left:0!important;width:100%!important;padding:86px 16px 42px!important;box-sizing:border-box!important;}
  body .ad-site-footer{width:100%!important;margin:38px auto 0!important;padding:0!important;border:1px solid rgba(255,212,0,.30)!important;border-radius:16px!important;background:linear-gradient(145deg,rgba(12,22,21,.92),rgba(4,7,7,.98))!important;color:#f3f3f3!important;overflow:hidden!important;}
  body .ad-site-footer .footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:28px!important;padding:28px 24px!important;}
  body .ad-site-footer .footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:16px!important;border-top:1px solid rgba(255,255,255,.12)!important;padding:20px 24px!important;}
}

/* ===== FINAL FOOTER HIZA FIX - 28.05 ===== */
@media (min-width: 901px){
  body main.page > .ad-site-footer,
  body main.page.seo-service-page > .ad-site-footer,
  body main.page.ad-unified-page > .ad-site-footer,
  body main.page.blog-page-layout > .ad-site-footer,
  body main.page.blog-single-layout > .ad-site-footer{
    width: calc(100% - 84px) !important;
    max-width: 1600px !important;
    margin: 64px auto 0 auto !important;
    box-sizing: border-box !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
  }
  body .ad-site-footer .footer-grid{
    display: grid !important;
    grid-template-columns: 1.35fr .8fr .95fr .9fr !important;
    gap: 44px !important;
    padding: 56px 60px 48px !important;
    box-sizing: border-box !important;
  }
  body .ad-site-footer .footer-bottom{
    padding: 22px 60px !important;
    box-sizing: border-box !important;
  }
}


/* === ADO FINAL CLEANUP: mobile spacing, blog read link removal, safe asset layout === */
@media (max-width: 768px){
  body main.page{padding-top:0!important;}
  body .topbar{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;}
  body .mobile-toggle{top:12px!important;right:14px!important;}
  body .hero{padding-top:10px!important;margin-top:0!important;gap:0!important;}
  body .hero-copy{padding-top:0!important;margin-top:0!important;}
  body .hero-visual{margin-top:-6px!important;}
  body .blog-hero,
  body .service-hero{margin-top:0!important;}
}
.blog-grid .blog-card > .read-link{display:none!important;}


/* === ORTAK SIDEBAR / ACTIVE / MOBIL NAV FINAL === */
.sidebar{
  opacity:1!important;
  filter:none!important;
  background:linear-gradient(90deg,#090909,#0d0d0d)!important;
  border-right:1px solid rgba(255,212,0,.22)!important;
}
.sidebar .brand,
.sidebar .brand strong,
.sidebar .brand small,
.sidebar .brand-mark{
  opacity:1!important;
  filter:none!important;
  visibility:visible!important;
}
.sidebar .brand-mark{color:#ffd400!important;}
.side-nav a{
  color:#d1d1d1!important;
  border:1px solid transparent!important;
  background:transparent!important;
}
.side-nav a i{color:#d2d2d2!important;}
.side-nav a.active,
.side-nav a:hover{
  border-color:#ffd400!important;
  color:#fff!important;
  background:rgba(255,212,0,.06)!important;
}
.side-nav a.active i,
.side-nav a:hover i{color:#ffd400!important;}
.side-bottom,
.side-bottom p,
.side-bottom .socials,
.side-bottom .socials a{
  opacity:1!important;
  filter:none!important;
}
@media only screen and (max-width:768px){
  .mobile-toggle{
    display:block!important;
    position:fixed!important;
    top:16px!important;
    right:16px!important;
    z-index:99999!important;
  }
  .hero{
    padding-top:92px!important;
    margin-top:0!important;
  }
  .page{padding-top:0!important;}
}


/* === LIVE CLEANUP: ortak sidebar, aktif menü, mobil boşluk, chat overlap === */
.sidebar{
  background:linear-gradient(90deg,#090909,#0d0d0d)!important;
  opacity:1!important;
  filter:none!important;
  z-index:999!important;
}
.sidebar .brand,
.sidebar .brand *,
.side-bottom,
.side-bottom *,
.side-nav a,
.side-nav a *{
  opacity:1!important;
  filter:none!important;
}
.sidebar .brand-mark{color:#ffd400!important;}
.side-nav a.active,
.side-nav a:hover{
  border-color:#ffd400!important;
  background:rgba(255,212,0,.08)!important;
  color:#fff!important;
}
.side-nav a.active i,
.side-nav a:hover i{color:#ffd400!important;}

@media (max-width:768px){
  .mobile-toggle{
    position:fixed!important;
    top:18px!important;
    right:18px!important;
    z-index:10000!important;
    display:grid!important;
    place-items:center!important;
  }
  .hero{padding-top:92px!important;margin-top:0!important;}
  .blog-hero,.service-hero{margin-top:28px!important;}
  .chat-widget.active{
    right:12px!important;
    bottom:84px!important;
    width:calc(100vw - 24px)!important;
    max-width:360px!important;
  }
  .chat-toggle{right:18px!important;bottom:18px!important;}
}

/* === ADO FINAL MENU + INNER PAGE MOBILE HERO FIX === */
.mobile-toggle{cursor:pointer!important;display:none;align-items:center;justify-content:center;}
.overlay{display:none;}
@media (max-width:900px){
  html body .mobile-toggle{display:flex!important;position:fixed!important;top:16px!important;right:16px!important;width:48px!important;height:48px!important;z-index:100000!important;background:#ffd400!important;color:#050505!important;border:0!important;border-radius:8px!important;box-shadow:0 14px 30px rgba(0,0,0,.25)!important;}
  html body .sidebar{width:170px!important;transform:translateX(-110%)!important;transition:transform .28s ease!important;z-index:99999!important;opacity:1!important;visibility:visible!important;filter:none!important;}
  html body .sidebar.open{transform:translateX(0)!important;}
  html body .overlay.show{display:block!important;position:fixed!important;inset:0!important;background:rgba(0,0,0,.68)!important;z-index:99990!important;}
  html body .page.blog-page-layout,
  html body .page.blog-single-layout,
  html body .page.ad-unified-page,
  html body .page.seo-service-page{padding-top:86px!important;}
  html body main.page > .packages-compact-hero{margin-top:86px!important;}
  html body .blog-hero,
  html body .service-hero,
  html body .packages-compact-hero{position:relative!important;z-index:1!important;}
  html body section.hero#anasayfa{padding-top:82px!important;}
  html body .side-nav a{pointer-events:auto!important;}
}
@media (max-width:480px){
  html body .page.blog-page-layout,
  html body .page.blog-single-layout,
  html body .page.ad-unified-page,
  html body .page.seo-service-page{padding-top:78px!important;}
  html body main.page > .packages-compact-hero{margin-top:78px!important;}
}
.blog-sidebar{display:flex!important;flex-direction:column!important;gap:24px!important;align-self:start!important;}
.blog-sidebar .sidebar-widget{position:relative!important;z-index:1!important;margin:0!important;}
.blog-sidebar .sticky-cta{position:sticky!important;top:24px!important;z-index:2!important;}
.blog-sidebar .sticky-cta + .sidebar-widget{margin-top:0!important;}
@media (max-width:991px){.blog-sidebar .sticky-cta{position:relative!important;top:auto!important;}}

/* 2026-06-24 Blog milimetrik hizalama */
:root{--ad-left-gap:72px;--ad-right-gap:72px;--ad-max:1600px;}
body main.page{box-sizing:border-box!important;padding-left:var(--ad-left-gap)!important;padding-right:var(--ad-right-gap)!important;}
body main.page > .blog-hero,
body main.page > .blog-content-layout,
body main.page > .blog-grid,
body main.page > .ad-site-footer,
body main.page .blog-grid-with-sidebar,
body main.page .blog-cta-box{width:100%!important;max-width:var(--ad-max)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
body main.page > .ad-site-footer{margin-top:64px!important;}
body .blog-grid-with-sidebar,.blog-content-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:28px!important;align-items:start!important;}
body .blog-grid{max-width:none!important;}
body .blog-single-wrap{width:100%!important;max-width:none!important;box-sizing:border-box!important;}
body .blog-cta-box{border-radius:22px!important;}
body .ad-site-footer{width:100%!important;max-width:var(--ad-max)!important;}
@media(max-width:1200px){:root{--ad-left-gap:38px;--ad-right-gap:38px;}body .blog-grid-with-sidebar,body .blog-content-layout{grid-template-columns:1fr!important;}}
@media(max-width:900px){:root{--ad-left-gap:16px;--ad-right-gap:16px;}body main.page{padding-left:16px!important;padding-right:16px!important;}}

/* Final blog/admin DB güvenlik ve hizalama düzeltmesi */
.blog-empty-box{grid-column:1/-1;border:1px solid rgba(255,212,0,.35);border-radius:18px;background:linear-gradient(120deg,rgba(18,31,30,.78),rgba(7,12,12,.94));padding:34px;color:#fff;min-height:190px;display:flex;flex-direction:column;justify-content:center}.blog-empty-box h2{margin:0 0 10px;font-size:26px}.blog-empty-box p{margin:0;color:#d8d8d8;line-height:1.7}
body main.page.ad-unified-page>section,body main.page.ad-unified-page>.blog-hero,body main.page.ad-unified-page>.blog-content-layout,body main.page.ad-unified-page>.seo-service-content,body main.page.ad-unified-page>.ad-site-footer{max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.blog-page-layout .blog-content-layout,.blog-single-layout .blog-content-layout{width:100%!important}.blog-page-layout .ad-site-footer,.blog-single-layout .ad-site-footer,.seo-service-page .ad-site-footer{width:100%!important;max-width:1600px!important}.blog-page-layout .blog-hero,.blog-single-layout .blog-hero,.seo-service-page .service-hero{width:100%!important;max-width:1600px!important}.seo-service-page .seo-service-content{width:100%!important;padding-left:0!important;padding-right:0!important}.seo-service-page .service-detail-card{width:100%!important;max-width:1600px!important}.blog-card{height:100%!important}.blog-grid-with-sidebar>.blog-card{min-height:520px!important}
@media(max-width:1200px){.blog-grid-with-sidebar>.blog-card{min-height:auto!important}}

/* FINAL BLOG/SERVICE DETAIL CLEAN FIX - 2026-06-24 */
@media (min-width:901px){
  .ad-unified-page > section,.ad-unified-page > footer,.ad-unified-page .blog-content-layout,.ad-unified-page .seo-service-content{width:calc(100% - 80px)!important;max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
  .blog-single-layout .blog-content-layout{display:block!important;}
  .blog-single-layout .blog-sidebar{display:none!important;}
  .blog-single-layout .blog-single-wrap,.blog-single-full-content,.blog-single-full-content > article{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}
  .blog-single-full-content > .service-detail-card{width:100%!important;max-width:100%!important;}
  .service-detail-card .service-detail-card{max-width:100%!important;}
  .single-featured-img.service-featured-img{display:block;width:100%;max-height:430px;object-fit:cover;border-radius:18px;margin:32px auto 0;border:1px solid rgba(255,214,0,.35);}
  .post-meta-clean{display:flex!important;gap:12px!important;align-items:center!important;flex-wrap:wrap!important;padding:22px 28px!important;margin-top:28px!important;}
  .post-meta-clean a{color:#ffd600!important;text-decoration:none!important;border:1px solid rgba(255,214,0,.35);border-radius:999px;padding:6px 12px;font-size:13px;}
}
@media (max-width:900px){
  .ad-unified-page > section,.ad-unified-page > footer,.ad-unified-page .blog-content-layout,.ad-unified-page .seo-service-content{width:calc(100% - 28px)!important;margin-left:auto!important;margin-right:auto!important;}
}

/* FINAL BLOG/PHP URL HIZA */
@media (min-width:901px){
  body main.page.blog-page-layout,body main.page.blog-single-layout{padding-left:64px!important;padding-right:64px!important;box-sizing:border-box!important;}
  body main.page.blog-page-layout > section,body main.page.blog-page-layout > div,body main.page.blog-page-layout > footer,
  body main.page.blog-single-layout > section,body main.page.blog-single-layout > div,body main.page.blog-single-layout > footer{width:100%!important;max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
}

/* final layout fixes */
.post-tags-row{width:calc(100% - 80px);max-width:1600px;margin:22px auto 0;padding:0;display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#fff;font-weight:800}
.post-tags-row span{color:#fff}
.post-tags-row a{display:inline-flex;align-items:center;padding:7px 12px;border:1px solid rgba(255,221,0,.35);border-radius:999px;background:rgba(255,221,0,.08);color:#ffd800!important;text-decoration:none;font-size:13px;line-height:1}
.post-prev-next{width:calc(100% - 80px);max-width:1600px;margin:22px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.post-prev-next a{border:1px solid rgba(255,221,0,.35);border-radius:16px;background:rgba(7,17,15,.86);padding:18px 20px;text-decoration:none;color:#fff;display:block}
.post-prev-next small{display:block;color:#ffd800;margin-bottom:6px;font-weight:800}.post-prev-next strong{display:block;color:#fff;font-size:16px}
.web-paketleri-page .blog-hero .single-featured-img{display:none!important}
.web-paketleri-page .seo-service-content{width:calc(100% - 80px)!important;max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}
.web-paketleri-page .package-tabs,.web-paketleri-page .package-block,.web-paketleri-page .package-faq,.web-paketleri-page .blog-cta-box{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}
.web-paketleri-page .package-tabs{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:30px 0 55px!important}.web-paketleri-page .hidden-pack{display:none!important}
.web-paketleri-page .package-block{margin-top:0!important;margin-bottom:70px!important}.web-paketleri-page .blog-cta-box{margin-top:30px!important;margin-bottom:70px!important}
@media(max-width:900px){.post-tags-row,.post-prev-next,.web-paketleri-page .seo-service-content{width:calc(100% - 28px)!important}.post-prev-next{grid-template-columns:1fr}}

/* Final compact tag and DB page cleanup */
.post-tags-row.compact-tags{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:28px 0 30px;padding:16px 18px;border:1px solid rgba(255,212,0,.24);border-radius:14px;background:rgba(255,212,0,.035)}.post-tags-row.compact-tags span{color:#fff;font-weight:900}.post-tags-row.compact-tags a{display:inline-flex;padding:8px 12px;border:1px solid rgba(255,212,0,.32);border-radius:999px;background:rgba(255,212,0,.08);color:#ffd400;font-size:13px;font-weight:900}.web-paketleri-page .post-tags-row,.web-paketleri-page .post-prev-next{display:none!important}

/* V2 FINAL - blog/sayfa/web paket düzeni */
.blog-post-type .service-detail-card{display:block!important;overflow:visible!important;}
.blog-post-type .post-tags-row.compact-tags{width:100%!important;max-width:100%!important;margin:26px 0 30px!important;padding:14px 16px!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;border:1px solid rgba(255,212,0,.24)!important;border-radius:14px!important;background:rgba(255,212,0,.045)!important;box-sizing:border-box!important;}
.blog-post-type .post-tags-row.compact-tags span{flex:0 0 auto!important;margin:0!important;color:#fff!important;font-size:14px!important;font-weight:900!important;line-height:1.2!important;}
.blog-post-type .post-tags-row.compact-tags a{position:static!important;display:inline-flex!important;align-items:center!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;padding:8px 12px!important;border:1px solid rgba(255,212,0,.34)!important;border-radius:999px!important;background:rgba(255,212,0,.08)!important;color:#ffd400!important;text-decoration:none!important;font-size:13px!important;font-weight:900!important;line-height:1!important;box-shadow:none!important;}
.blog-post-type .related-service-box{width:100%!important;max-width:100%!important;margin:30px 0 0!important;box-sizing:border-box!important;}
.blog-post-type .clean-prev-next{width:100%!important;max-width:100%!important;margin:24px 0 0!important;box-sizing:border-box!important;}
.db-page-type .toc-box,.db-page-type .service-toc,.db-page-type .post-tags-row,.db-page-type .related-service-box,.db-page-type .internal-link-box.related-service-box,.db-page-type .clean-prev-next{display:none!important;}
.db-page-type .service-detail-card{width:100%!important;max-width:100%!important;box-sizing:border-box!important;}
.web-paketleri-page.db-page-type .seo-service-content{width:calc(100% - 80px)!important;max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
.web-paketleri-page.db-page-type .package-tabs,.web-paketleri-page.db-page-type .package-block,.web-paketleri-page.db-page-type .package-faq,.web-paketleri-page.db-page-type .blog-cta-box{display:block!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}
.web-paketleri-page.db-page-type .package-tabs{display:flex!important;justify-content:center!important;gap:12px!important;flex-wrap:wrap!important;margin:30px 0 46px!important;}
.web-paketleri-page.db-page-type .package-block.hidden-pack{display:none!important;}
.web-paketleri-page.db-page-type .pricing-grid{align-items:stretch!important;}
.web-paketleri-page.db-page-type .pricing-card{height:100%!important;display:flex!important;flex-direction:column!important;}
.web-paketleri-page.db-page-type .pricing-card ul{flex:1 1 auto!important;}
#offerModal .offer-submit{display:none;}
@media(max-width:900px){.web-paketleri-page.db-page-type .seo-service-content{width:calc(100% - 28px)!important}.blog-post-type .post-tags-row.compact-tags{padding:12px!important}.blog-post-type .clean-prev-next{grid-template-columns:1fr!important}}


/* === V2 FINAL: eşit container, aktif menü ve mobil chat düzeltmeleri === */
:root{--ad-shell-max:1600px;--ad-page-pad-x:52px;}
.page,.ad-unified-page,.blog-page-layout,.blog-single-layout,.seo-service-page{box-sizing:border-box;}
body .page{padding-left:var(--ad-page-pad-x)!important;padding-right:var(--ad-page-pad-x)!important;}
body .blog-hero,body .service-hero,body .contact-cta,body .ad-site-footer,body .blog-content-layout,body .package-tabs,body .package-block,body .seo-service-content,body .seo-topic-links,body .blog-single-wrap{width:100%!important;max-width:var(--ad-shell-max)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
body .blog-hero,body .service-hero,body .contact-cta{border-radius:18px!important;border:1px solid rgba(255,212,0,.30)!important;background:linear-gradient(120deg,rgba(18,31,30,.78),rgba(7,12,12,.92))!important;}
body .blog-page-layout .blog-hero,body .blog-single-layout .blog-hero,body .web-paketleri-page .blog-hero{min-height:245px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:56px 70px!important;margin-bottom:42px!important;}
body .blog-content-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:26px!important;align-items:stretch!important;}
body .blog-grid-with-sidebar{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px!important;align-items:stretch!important;}
body .blog-card{height:100%!important;min-height:420px!important;display:flex!important;flex-direction:column!important;}
body .blog-card-img{width:100%!important;height:230px!important;object-fit:cover!important;border-radius:10px!important;}
body .blog-card h2,body .blog-card p{overflow-wrap:anywhere;}
body .blog-card .card-tags{margin-top:auto!important;}
body .sidebar-widget{width:100%!important;box-sizing:border-box!important;}
body .package-tabs{margin-bottom:36px!important;}
body .package-block{margin-bottom:54px!important;}
body .pricing-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px!important;align-items:stretch!important;}
body .pricing-card{height:100%!important;min-height:640px!important;display:flex!important;flex-direction:column!important;}
body .pricing-card ul{flex:1 1 auto!important;}
body .pricing-card .vl-btn1,body .pricing-card .package-offer-btn{margin-top:auto!important;}
body .contact-cta{min-height:520px!important;padding:56px 70px!important;margin-top:42px!important;margin-bottom:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;}
body .contact-form-box{width:100%!important;max-width:620px!important;margin-left:auto!important;margin-right:auto!important;}
body .ad-site-footer{margin-top:64px!important;border-radius:18px!important;}
body .ad-site-footer .footer-grid{grid-template-columns:1.35fr .8fr .9fr .9fr!important;align-items:start!important;}
body .ad-unified-page > .ad-site-footer:first-child{margin-top:0!important;}
body .chat-widget{z-index:999999!important;}
@media(max-width:1180px){
 body .blog-content-layout{grid-template-columns:1fr!important;}
 body .blog-grid-with-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
 body .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
 body .ad-site-footer .footer-grid{grid-template-columns:1fr 1fr!important;}
 body .ad-site-footer .footer-brand{grid-column:1/-1!important;}
}
@media(max-width:900px){
 :root{--ad-page-pad-x:16px;}
 body .page{margin-left:0!important;padding:86px var(--ad-page-pad-x) 42px!important;}
 body .blog-page-layout .blog-hero,body .blog-single-layout .blog-hero,body .web-paketleri-page .blog-hero,body .contact-cta{min-height:auto!important;padding:30px 18px!important;margin-bottom:24px!important;}
 body .blog-hero h1,body .service-hero h1{font-size:34px!important;line-height:1.14!important;}
 body .blog-grid-with-sidebar,body .pricing-grid{grid-template-columns:1fr!important;}
 body .blog-card{min-height:auto!important;padding:22px!important;}
 body .blog-card-img{height:190px!important;}
 body .pricing-card{min-height:auto!important;}
 body .ad-site-footer{margin-top:34px!important;}
 body .ad-site-footer .footer-grid{grid-template-columns:1fr!important;padding:26px!important;gap:22px!important;}
 body .ad-site-footer .footer-bottom{padding:18px 26px!important;flex-direction:column!important;gap:14px!important;align-items:flex-start!important;}
 body .chat-widget{right:12px!important;left:auto!important;bottom:12px!important;width:auto!important;}
 body .chat-panel{position:fixed!important;left:10px!important;right:10px!important;bottom:84px!important;width:auto!important;min-width:0!important;max-width:none!important;max-height:calc(100vh - 104px)!important;border-radius:18px!important;}
 body .chat-body{max-height:calc(100vh - 210px)!important;overflow:auto!important;}
 body .chat-toggle{width:56px!important;height:56px!important;font-size:24px!important;}
}
@media(max-width:520px){
 body .blog-card-img{height:165px!important;}
 body .contact-form-box .form-row{grid-template-columns:1fr!important;}
 body .chat-panel{left:8px!important;right:8px!important;bottom:78px!important;}
}

/* === 2026-06-26 NET HİZA FIX: tüm sayfalarda aynı sol-sağ çizgi === */
:root{--ad-shell-max:1600px!important;--ad-side-w:152px!important;--ad-page-x:52px!important;}
body{overflow-x:hidden!important;}
body main.page{margin-left:var(--ad-side-w)!important;padding-left:var(--ad-page-x)!important;padding-right:var(--ad-page-x)!important;box-sizing:border-box!important;}
body main.page > .blog-hero,
body main.page > .service-hero,
body main.page > .contact-cta,
body main.page > .ad-site-footer,
body main.page > .blog-content-layout,
body main.page > .seo-service-content,
body main.page > .seo-topic-links,
body main.page > .blog-single-wrap{width:100%!important;max-width:var(--ad-shell-max)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}

/* Hero alanları aynı ölçü */
body main.page > .blog-hero,
body main.page > .service-hero,
body main.page > .blog-hero.service-hero{min-height:250px!important;padding:58px 70px!important;margin-top:0!important;margin-bottom:54px!important;border-radius:18px!important;border:1px solid rgba(255,214,0,.30)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;}

/* Blog liste: kart alanı ve footer aynı genişlikte başlar/biter */
body main.blog-page-layout > .blog-content-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:26px!important;align-items:start!important;margin-bottom:0!important;}
body .blog-grid-with-sidebar{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px!important;align-items:stretch!important;width:100%!important;max-width:100%!important;}
body .blog-card{height:100%!important;min-height:430px!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important;}
body .blog-card-img{height:230px!important;width:100%!important;object-fit:cover!important;}
body .blog-card .card-tags{margin-top:auto!important;}
body .blog-sidebar{width:100%!important;max-width:360px!important;}
body main.blog-page-layout > .ad-site-footer{margin-top:54px!important;}

/* Web paketleri: hero, filtreler, paket blokları, CTA ve footer aynı hizada */
body main.web-paketleri-page > .seo-service-content{width:100%!important;max-width:var(--ad-shell-max)!important;padding:42px 0 0!important;margin:0 auto!important;}
body main.web-paketleri-page .package-tabs,
body main.web-paketleri-page .package-block,
body main.web-paketleri-page .package-faq,
body main.web-paketleri-page .blog-cta-box{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}
body main.web-paketleri-page .package-tabs{display:flex!important;justify-content:center!important;margin:0 0 54px!important;}
body main.web-paketleri-page .package-block{margin-bottom:64px!important;}
body main.web-paketleri-page .pricing-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px!important;align-items:stretch!important;width:100%!important;}
body main.web-paketleri-page .pricing-card{height:100%!important;min-height:660px!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important;}
body main.web-paketleri-page .pricing-card ul{flex:1 1 auto!important;}
body main.web-paketleri-page .pricing-card .vl-btn1,
body main.web-paketleri-page .pricing-card .package-offer-btn{margin-top:auto!important;}
body main.web-paketleri-page > .ad-site-footer{margin-top:54px!important;}

/* Index CTA ve footer aynı dış çizgide */
body main.page > .contact-cta{min-height:520px!important;margin-top:54px!important;margin-bottom:0!important;padding:58px 70px!important;border-radius:18px!important;}
body main.page > .ad-site-footer{margin-top:54px!important;border-radius:18px!important;overflow:hidden!important;}
body main.page > .ad-site-footer .footer-grid{grid-template-columns:1.35fr .8fr .95fr .9fr!important;}

/* Mobil chat: ekranın üstüne yapışmasın, içeride kaydırılsın */
@media(max-width:900px){
  :root{--ad-page-x:16px!important;--ad-side-w:0px!important;}
  body main.page{margin-left:0!important;padding:86px var(--ad-page-x) 42px!important;}
  body main.page > .blog-hero,
  body main.page > .service-hero,
  body main.page > .blog-hero.service-hero,
  body main.page > .contact-cta{min-height:auto!important;padding:30px 18px!important;margin-bottom:26px!important;}
  body main.blog-page-layout > .blog-content-layout{grid-template-columns:1fr!important;gap:22px!important;}
  body .blog-grid-with-sidebar{grid-template-columns:1fr!important;gap:22px!important;}
  body .blog-card{min-height:auto!important;}
  body .blog-card-img{height:190px!important;}
  body .blog-sidebar{max-width:100%!important;}
  body main.web-paketleri-page > .seo-service-content{padding-top:24px!important;}
  body main.web-paketleri-page .package-tabs{margin-bottom:30px!important;}
  body main.web-paketleri-page .pricing-grid{grid-template-columns:1fr!important;gap:22px!important;}
  body main.web-paketleri-page .pricing-card{min-height:auto!important;}
  body main.page > .ad-site-footer .footer-grid{grid-template-columns:1fr!important;padding:26px!important;gap:22px!important;}
  body main.page > .ad-site-footer .footer-bottom{padding:18px 26px!important;flex-direction:column!important;align-items:flex-start!important;}
  body .chat-widget{position:fixed!important;right:12px!important;left:auto!important;bottom:12px!important;width:auto!important;max-width:none!important;z-index:999999!important;}
  body .chat-panel{position:fixed!important;left:14px!important;right:14px!important;top:82px!important;bottom:84px!important;width:auto!important;max-width:none!important;max-height:none!important;border-radius:18px!important;overflow:hidden!important;transform:translateY(10px) scale(.98)!important;}
  body .chat-widget.active .chat-panel{transform:translateY(0) scale(1)!important;}
  body .chat-head{padding:14px 16px!important;}
  body .chat-body{height:100%!important;max-height:none!important;overflow-y:auto!important;padding:16px!important;}
  body .chat-bubble{font-size:13px!important;line-height:1.45!important;}
  body .chat-form input,body .chat-form textarea{padding:12px 13px!important;font-size:13px!important;}
  body .chat-form textarea{min-height:76px!important;}
  body .chat-toggle{width:56px!important;height:56px!important;}
}
@media(max-width:520px){
  body .chat-panel{left:10px!important;right:10px!important;top:76px!important;bottom:78px!important;}
  body .chat-head strong{font-size:16px!important;}
  body .chat-start{margin:12px 0 10px!important;}
}

/* === AD FINAL LOCK: tüm sayfalarda aynı hiza + mobil chat === */
:root{--ad-final-max:1520px;--ad-final-page-x:42px;}
@media (min-width:901px){
  body main.page,
  body main.page.ad-unified-page,
  body main.page.blog-page-layout,
  body main.page.blog-single-layout,
  body main.page.seo-service-page{
    padding-left:var(--ad-final-page-x)!important;
    padding-right:var(--ad-final-page-x)!important;
  }
  body main.page > .blog-hero,
  body main.page > .service-hero,
  body main.page > .blog-content-layout,
  body main.page > .blog-grid,
  body main.page > .page-navi,
  body main.page > .seo-service-content,
  body main.page > .contact-cta,
  body main.page > .ad-site-footer,
  body main.page .project-grid,
  body main.page .services-grid,
  body main.page .skills-grid,
  body main.page .case-grid{
    width:100%!important;
    max-width:var(--ad-final-max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  body main.page > .blog-hero,
  body main.page > .service-hero{
    min-height:245px!important;
    padding:56px 70px!important;
    margin-top:0!important;
    margin-bottom:42px!important;
    border-radius:18px!important;
  }
  body main.web-paketleri-page > .blog-hero,
  body main.web-paketleri-page > .service-hero{
    max-width:var(--ad-final-max)!important;
    margin-bottom:54px!important;
  }
  body main.web-paketleri-page > .seo-service-content{
    max-width:var(--ad-final-max)!important;
    padding:0 0 76px!important;
  }
  body main.web-paketleri-page .package-tabs,
  body main.web-paketleri-page .package-block,
  body main.web-paketleri-page .package-faq,
  body main.web-paketleri-page .blog-cta-box{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }
  body main.web-paketleri-page .package-tabs{
    margin-top:0!important;
    margin-bottom:52px!important;
  }
  body main.web-paketleri-page .pricing-grid{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:26px!important;
  }
  body main.web-paketleri-page .pricing-card{
    width:100%!important;
    min-height:660px!important;
    height:100%!important;
  }
  body .blog-content-layout{
    grid-template-columns:minmax(0,1fr) 360px!important;
    gap:26px!important;
    align-items:start!important;
  }
  body .blog-grid-with-sidebar{
    width:100%!important;
    max-width:none!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:22px!important;
  }
  body .blog-card{
    width:100%!important;
    min-height:470px!important;
    display:flex!important;
    flex-direction:column!important;
  }
  body .blog-card .card-tags{margin-top:auto!important;}
  body .ad-site-footer{
    width:100%!important;
    max-width:var(--ad-final-max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    margin-top:56px!important;
    box-sizing:border-box!important;
  }
  body .contact-cta{
    width:100%!important;
    max-width:var(--ad-final-max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  body .footer-grid{padding:52px 58px!important;}
  body .footer-bottom{padding-left:58px!important;padding-right:58px!important;}
}
@media (max-width:900px){
  :root{--ad-final-page-x:16px;}
  body main.page,
  body main.page.ad-unified-page,
  body main.page.blog-page-layout,
  body main.page.blog-single-layout,
  body main.page.seo-service-page{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  body main.page > .blog-hero,
  body main.page > .service-hero,
  body main.page > .blog-content-layout,
  body main.page > .seo-service-content,
  body main.page > .contact-cta,
  body main.page > .ad-site-footer{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  body main.page > .blog-hero,
  body main.page > .service-hero{
    padding:28px 18px!important;
    margin-bottom:24px!important;
    border-radius:16px!important;
  }
  body .blog-content-layout{display:block!important;}
  body .blog-grid-with-sidebar{grid-template-columns:1fr!important;}
  body .blog-sidebar{margin-top:20px!important;}
  body .ad-site-footer{margin-top:34px!important;}
  body .footer-grid{padding:26px!important;}
  body .footer-bottom{padding:18px 26px!important;}
  body .chat-widget{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    width:auto!important;
    max-width:none!important;
    z-index:999999!important;
  }
  body .chat-panel{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:auto!important;
    bottom:82px!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    max-height:min(640px,calc(100dvh - 104px))!important;
    border-radius:18px!important;
    overflow:hidden!important;
    transform-origin:bottom right!important;
  }
  body .chat-body{
    max-height:calc(100dvh - 205px)!important;
    overflow-y:auto!important;
    padding:16px!important;
  }
  body .chat-head{padding:14px 16px!important;}
  body .chat-form input,
  body .chat-form textarea{font-size:14px!important;padding:12px 14px!important;}
  body .chat-form textarea{min-height:72px!important;}
  body .chat-toggle{width:56px!important;height:56px!important;margin-left:auto!important;}
}
@media (max-width:390px){
  body .chat-panel{left:8px!important;right:8px!important;bottom:76px!important;max-height:calc(100dvh - 94px)!important;}
  body .chat-body{max-height:calc(100dvh - 195px)!important;padding:14px!important;}
  body .chat-bubble{font-size:13px!important;line-height:1.4!important;}
  body .chat-actions{gap:14px!important;}
}

/* === AD FINAL UNIFIED GRID / CONTAINER SYSTEM ===
   Tek merkez: hero, içerik, kart grid, CTA ve footer aynı dış çizgide başlar/biter. */
:root{
  --ad-side-fixed:150px;
  --ad-shell-max:1600px;
  --ad-page-gutter:52px;
  --ad-section-gap:54px;
}
@media (min-width:901px){
  body main.page{
    margin-left:var(--ad-side-fixed)!important;
    width:calc(100% - var(--ad-side-fixed))!important;
    padding:30px var(--ad-page-gutter) 70px!important;
    box-sizing:border-box!important;
  }
  body main.page > section,
  body main.page > .blog-hero,
  body main.page > .service-hero,
  body main.page > .packages-compact-hero,
  body main.page > .blog-single-wrap,
  body main.page > .blog-content-layout,
  body main.page > .seo-service-content,
  body main.page > .seo-topic-links,
  body main.page > .package-tabs,
  body main.page > .package-block,
  body main.page > .package-faq,
  body main.page > .blog-cta-box,
  body main.page > .contact-cta,
  body main.page > .ad-site-footer{
    width:100%!important;
    max-width:var(--ad-shell-max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  body main.page > .blog-hero,
  body main.page > .service-hero,
  body main.page > .packages-compact-hero{
    margin-top:0!important;
    margin-bottom:var(--ad-section-gap)!important;
  }
  body main.page > .blog-content-layout,
  body main.page > .seo-service-content{
    margin-top:0!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }
  body main.page > .ad-site-footer,
  body main.page > .contact-cta{
    margin-top:var(--ad-section-gap)!important;
  }

  /* Blog: içerik alanı ve footer aynı dış kabukta */
  body main.blog-page-layout > .blog-content-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 360px!important;
    gap:26px!important;
    align-items:start!important;
  }
  body main.blog-page-layout .blog-grid-with-sidebar{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:26px!important;
  }
  body main.blog-page-layout .blog-card{
    width:100%!important;
    min-height:470px!important;
    height:100%!important;
    display:flex!important;
    flex-direction:column!important;
    box-sizing:border-box!important;
  }
  body main.blog-page-layout .blog-card .card-tags{margin-top:auto!important;}
  body main.blog-page-layout .page-navi{
    width:100%!important;
    max-width:var(--ad-shell-max)!important;
    margin:34px auto 0!important;
    box-sizing:border-box!important;
  }

  /* Web paketleri: hero ile paket blokları aynı dış çizgide */
  body main.web-paketleri-page > .blog-hero,
  body main.web-paketleri-page > .service-hero{
    max-width:var(--ad-shell-max)!important;
  }
  body main.web-paketleri-page > .seo-service-content{
    max-width:var(--ad-shell-max)!important;
    padding:0!important;
  }
  body main.web-paketleri-page .package-tabs,
  body main.web-paketleri-page .package-block,
  body main.web-paketleri-page .package-faq,
  body main.web-paketleri-page .blog-cta-box{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }
  body main.web-paketleri-page .package-tabs{margin-top:0!important;margin-bottom:44px!important;}
  body main.web-paketleri-page .pricing-grid{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:26px!important;
    box-sizing:border-box!important;
  }
  body main.web-paketleri-page .pricing-card{
    width:100%!important;
    min-height:660px!important;
    height:100%!important;
    display:flex!important;
    flex-direction:column!important;
    box-sizing:border-box!important;
  }
  body main.web-paketleri-page .pricing-card ul{flex:1 1 auto!important;}
  body main.web-paketleri-page .pricing-card .vl-btn1,
  body main.web-paketleri-page .pricing-card .package-offer-btn{margin-top:auto!important;}

  /* Index: CTA ve footer üstteki section çizgisiyle aynı */
  body main.page > .contact-cta{
    min-height:520px!important;
    padding:58px 70px!important;
    border-radius:18px!important;
  }
  body main.page > .ad-site-footer{
    padding:0!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  body main.page > .ad-site-footer .footer-grid{
    display:grid!important;
    grid-template-columns:1.35fr .8fr .95fr .9fr!important;
    gap:48px!important;
    padding:52px 58px!important;
    box-sizing:border-box!important;
  }
  body main.page > .ad-site-footer .footer-bottom{
    padding:18px 58px!important;
    box-sizing:border-box!important;
  }
}

@media (max-width:900px){
  :root{--ad-page-gutter:16px;--ad-section-gap:28px;}
  body main.page{
    margin-left:0!important;
    width:100%!important;
    padding:86px var(--ad-page-gutter) 42px!important;
    box-sizing:border-box!important;
  }
  body main.page > section,
  body main.page > .blog-hero,
  body main.page > .service-hero,
  body main.page > .packages-compact-hero,
  body main.page > .blog-single-wrap,
  body main.page > .blog-content-layout,
  body main.page > .seo-service-content,
  body main.page > .seo-topic-links,
  body main.page > .package-tabs,
  body main.page > .package-block,
  body main.page > .package-faq,
  body main.page > .blog-cta-box,
  body main.page > .contact-cta,
  body main.page > .ad-site-footer{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  body main.page > .blog-hero,
  body main.page > .service-hero,
  body main.page > .packages-compact-hero{
    padding:28px 18px!important;
    margin-bottom:var(--ad-section-gap)!important;
    border-radius:16px!important;
  }
  body main.blog-page-layout > .blog-content-layout{display:block!important;}
  body main.blog-page-layout .blog-grid-with-sidebar,
  body main.web-paketleri-page .pricing-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:22px!important;
    width:100%!important;
    max-width:100%!important;
  }
  body main.web-paketleri-page > .seo-service-content{padding:0!important;}
  body main.web-paketleri-page .package-tabs,
  body main.web-paketleri-page .package-block,
  body main.web-paketleri-page .package-faq,
  body main.web-paketleri-page .blog-cta-box{max-width:100%!important;width:100%!important;}
  body main.web-paketleri-page .pricing-card{min-height:auto!important;}
  body .blog-sidebar{margin-top:22px!important;}
  body main.page > .contact-cta{padding:30px 18px!important;min-height:auto!important;margin-top:34px!important;}
  body main.page > .ad-site-footer{margin-top:34px!important;border-radius:16px!important;overflow:hidden!important;}
  body main.page > .ad-site-footer .footer-grid{grid-template-columns:1fr!important;padding:26px!important;gap:22px!important;}
  body main.page > .ad-site-footer .footer-bottom{padding:18px 26px!important;flex-direction:column!important;align-items:flex-start!important;}

  /* Mobil chat: ekranı kaplamaz, alttan açılır ve içeride scroll olur */
  body .chat-widget{position:fixed!important;right:12px!important;left:auto!important;bottom:12px!important;width:auto!important;max-width:none!important;z-index:999999!important;}
  body .chat-panel{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:auto!important;
    bottom:82px!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    max-height:min(560px,78svh)!important;
    border-radius:18px!important;
    overflow:hidden!important;
    transform-origin:bottom right!important;
  }
  body .chat-head{padding:12px 16px!important;min-height:auto!important;}
  body .chat-body{max-height:calc(min(560px,78svh) - 78px)!important;overflow-y:auto!important;padding:16px!important;}
  body .chat-form input,body .chat-form textarea{font-size:14px!important;padding:12px 14px!important;}
  body .chat-form textarea{min-height:72px!important;}
  body .chat-actions{gap:14px!important;}
  body .chat-toggle{width:56px!important;height:56px!important;}
}
@media (max-width:390px){
  body .chat-panel{left:8px!important;right:8px!important;bottom:76px!important;max-height:76svh!important;}
  body .chat-body{max-height:calc(76svh - 78px)!important;padding:14px!important;}
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&family=Pacifico&display=swap');
:root{--yellow:#ffd400;--yellow2:#f3be00;--bg:#050505;--text:#f3f3f3;--muted:#c3c3c3;--line:rgba(255,212,0,.34);--panel:rgba(20,20,18,.78);--side:152px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#030303;color:var(--text);font-family:Inter,Arial,sans-serif;font-weight:600;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-3;background:radial-gradient(circle at 71% 22%,rgba(255,212,0,.18),transparent 28%),linear-gradient(115deg,transparent 0 39%,rgba(255,255,255,.045) 39.2%,transparent 40.2%),linear-gradient(137deg,transparent 0 52%,rgba(255,212,0,.18) 52.2%,transparent 52.6%),#030303}body:after{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 76% 37%,rgba(255,212,0,.16),transparent 21%),radial-gradient(circle at 48% 10%,rgba(255,212,0,.08),transparent 35%)}a{color:inherit;text-decoration:none}.sidebar{position:fixed;left:0;top:0;width:var(--side);height:100vh;background:linear-gradient(90deg,#090909,#0d0d0d);border-right:1px solid rgba(255,212,0,.22);z-index:50;display:flex;flex-direction:column;align-items:center;padding:24px 14px}.brand{display:flex;align-items:center;flex-direction:column;gap:4px}.brand-mark{font-size:48px;font-weight:900;line-height:.8;color:var(--yellow);letter-spacing:-7px}.brand strong{font-size:14px}.brand small{font-size:11px;color:#d8d8d8}.side-nav{width:100%;margin-top:36px;display:flex;flex-direction:column;gap:7px}.side-nav a{height:62px;border:1px solid transparent;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#d1d1d1;font-size:11px;font-weight:900}.side-nav i{font-size:18px;color:#d2d2d2}.side-nav a.active,.side-nav a:hover{border-color:var(--yellow);color:#fff;background:rgba(255,212,0,.06)}.side-nav a.active i,.side-nav a:hover i{color:var(--yellow)}.side-bottom{margin-top:auto;width:100%;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;text-align:center}.socials{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.socials a{width:31px;height:31px;border:1px solid var(--yellow);border-radius:50%;display:grid;place-items:center;color:var(--yellow);font-size:13px}.side-bottom p{font-size:11px;line-height:1.55;color:#cfcfcf;margin:0}.page{margin-left:var(--side);min-height:100vh;padding:0 42px 50px}.topbar{height:78px;display:flex;align-items:center;justify-content:flex-end;position:relative;z-index:10}.cv-btn,.primary{background:linear-gradient(180deg,var(--yellow),#ffc400);color:#080808;border-radius:6px;padding:16px 25px;font-size:14px;font-weight:900;display:inline-flex;gap:14px;align-items:center;box-shadow:0 18px 35px rgba(255,212,0,.18)}.hero{min-height:520px;position:relative;display:grid;grid-template-columns:minmax(380px,620px) minmax(420px,1fr);gap:24px;align-items:center}.hero-copy{position:relative;z-index:4;padding-left:42px;padding-top:10px}.eyebrow{letter-spacing:13px;color:var(--yellow);font-size:17px;font-weight:900;margin:0 0 8px}.hero h1{font-size:70px;line-height:.95;letter-spacing:-3px;margin:0;color:#f8f8f8;font-weight:900;text-shadow:0 2px 0 rgba(255,255,255,.12)}.hero h1 span{color:var(--yellow)}.hero h2{font-size:22px;line-height:1.25;margin:14px 0 20px;font-weight:900}.lead{max-width:530px;color:#cfcfcf;font-size:16px;line-height:1.75;margin:0 0 26px;font-weight:600}.meta{display:flex;align-items:center;gap:20px;color:#efefef;font-size:14px;margin-bottom:25px}.meta i{color:var(--yellow);font-size:17px;margin-right:8px}.meta em{width:1px;height:22px;background:rgba(255,255,255,.28)}.actions{display:flex;gap:16px;align-items:center}.secondary{height:52px;border:1px solid rgba(255,255,255,.55);border-radius:6px;padding:0 24px;display:inline-flex;align-items:center;gap:12px;font-weight:900;font-size:14px}.hero-visual{position:relative;height:500px;display:flex;align-items:flex-end;justify-content:center;overflow:visible}.hero-visual:before{content:"";position:absolute;right:0;top:58px;width:340px;height:260px;border:1px solid rgba(255,212,0,.16);border-left:0;border-bottom:0;border-radius:0 160px 0 0;transform:skewX(-10deg);opacity:.9}.aura{position:absolute;width:520px;height:430px;right:110px;bottom:52px;background:radial-gradient(circle,rgba(255,212,0,.40),rgba(255,212,0,.18) 28%,rgba(255,212,0,.05) 56%,transparent 72%);filter:blur(6px)}.hero-visual img{position:absolute;right:120px;bottom:0;height:485px;width:auto;max-width:520px;object-fit:contain;filter:contrast(1.05) saturate(.96);z-index:2}.signature{font-family:Pacifico,cursive;position:absolute;right:80px;bottom:150px;z-index:3;color:var(--yellow);font-size:40px;line-height:1;transform:rotate(-5deg);text-shadow:0 0 12px rgba(255,212,0,.35)}.dots{position:absolute;width:120px;height:80px;background-image:radial-gradient(rgba(255,255,255,.35) 2px,transparent 2px);background-size:18px 18px;opacity:.8}.dots-top{left:40px;top:12px}.dots-right{right:74px;bottom:70px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 14px;padding:0 20px 0 26px}.section-title h3{font-size:24px;letter-spacing:.5px;margin:0;position:relative}.section-title h3:after{content:"";position:absolute;left:0;bottom:-9px;width:85px;height:3px;background:var(--yellow)}.section-title a{font-size:12px;color:#d9d9d9}.section-title a i{color:var(--yellow);margin-left:8px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:15px 20px 28px}.project-card{min-height:136px;border:1px solid var(--line);background:linear-gradient(110deg,rgba(17,17,17,.92),rgba(16,15,9,.72));border-radius:7px;display:grid;grid-template-columns:180px 1fr;gap:18px;padding:22px;align-items:center}.thumb{position:relative}.thumb img{width:160px;height:100px;object-fit:cover;border-radius:6px;opacity:.92}.thumb span{position:absolute;left:-15px;bottom:-12px;width:52px;height:52px;border:3px solid var(--yellow);border-radius:50%;display:grid;place-items:center;background:#161616;color:var(--yellow);font-size:22px}.project-card h4{margin:0 0 10px;font-size:17px;line-height:1.25}.project-card p{font-size:12px;line-height:1.6;color:#cfcfcf;margin:0 0 10px;font-weight:600}.project-card a{color:var(--yellow);font-weight:900;font-size:13px}.stats{margin:0 20px 36px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(22,22,20,.82),rgba(11,11,11,.86));border-radius:7px;display:grid;grid-template-columns:repeat(5,1fr);padding:30px 26px}.stats div{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:16px;justify-content:center;align-items:center}.stats i{grid-row:1/3;font-size:34px;color:var(--yellow)}.stats strong{font-size:32px;line-height:1;color:var(--yellow);font-weight:900}.stats span{font-size:13px;color:#bdbdbd}.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:0 20px}.panel{border:1px solid rgba(255,212,0,.22);background:rgba(18,18,18,.75);border-radius:8px;padding:28px}.panel h3{color:var(--yellow);font-size:22px;margin:0 0 12px}.panel p{color:#d2d2d2;line-height:1.7;margin:0}.small{margin-top:18px;padding:13px 18px}.mobile-toggle{display:none;position:fixed;right:18px;top:18px;z-index:80;background:var(--yellow);border:0;border-radius:8px;width:48px;height:48px;color:#070707;font-size:22px}.overlay{display:none}@media (max-width:1400px){.hero h1{font-size:58px}.hero{grid-template-columns:520px 1fr}.hero-visual img{right:70px;height:450px}.signature{right:42px}.project-card{grid-template-columns:150px 1fr}.thumb img{width:140px}}@media (max-width:1180px){:root{--side:132px}.page{padding:0 24px 40px}.hero{grid-template-columns:1fr;min-height:auto;padding-top:20px}.hero-copy{padding-left:25px}.hero-visual{height:420px}.hero-visual img{right:50%;transform:translateX(45%);height:410px}.aura{right:50%;transform:translateX(52%);bottom:25px}.signature{right:19%;bottom:122px}.project-grid{grid-template-columns:1fr}.project-card{grid-template-columns:190px 1fr}.stats{grid-template-columns:repeat(3,1fr);gap:28px}}@media (max-width:768px){body:before{background:radial-gradient(circle at 70% 10%,rgba(255,212,0,.12),transparent 32%),#030303}.mobile-toggle{display:block}.sidebar{transform:translateX(-105%);transition:.3s ease;width:170px}.sidebar.open{transform:none}.overlay.show{display:block;position:fixed;inset:0;background:rgba(0,0,0,.68);z-index:40}.page{margin-left:0;padding:0 16px 40px}.topbar{height:82px;justify-content:flex-start;padding-left:0}.cv-btn{padding:13px 18px;font-size:13px}.hero{display:flex;flex-direction:column;padding-top:0}.hero-copy{order:2;padding:0}.hero-visual{order:1;width:100%;height:340px;margin-top:-10px}.hero-visual img{height:330px;right:50%;transform:translateX(48%)}.aura{width:360px;height:280px;right:50%;bottom:25px}.signature{right:7%;bottom:95px;font-size:30px}.dots{display:none}.eyebrow{font-size:13px;letter-spacing:8px}.hero h1{font-size:46px;letter-spacing:-2px}.hero h2{font-size:17px}.lead{font-size:14px;line-height:1.7}.meta{flex-wrap:wrap;font-size:13px;gap:12px}.actions{flex-direction:column;align-items:stretch}.primary,.secondary{justify-content:center}.section-title{padding:0;margin-top:38px}.section-title h3{font-size:21px}.section-title a{display:none}.project-grid{padding:16px 0 25px}.project-card{grid-template-columns:1fr;padding:18px}.thumb img{width:100%;height:auto}.thumb span{left:10px;bottom:-18px}.stats{margin:0 0 28px;grid-template-columns:1fr;gap:22px}.stats div{justify-content:start}.content-grid{margin:0;grid-template-columns:1fr}}@media (min-width:1600px){.page{padding-left:60px;padding-right:60px}.hero h1{font-size:82px}.hero-visual img{height:560px}.hero-visual{height:580px}.signature{bottom:180px}}

/* Final Adnan Demir düzenlemeleri */
.topbar{display:none!important}.cv-btn{display:none!important}
.hero{min-height:650px;grid-template-columns:minmax(420px,620px) minmax(520px,1fr);align-items:center;padding-top:25px}
.hero-copy{padding-left:55px;padding-top:0}
.hero h1{font-size:68px;line-height:.92;letter-spacing:-3.5px;text-shadow:none;color:#f4f4f4}
.hero h2{font-size:22px;text-shadow:none;color:#f4f4f4}
.lead{font-size:15.5px;max-width:520px;color:#c9c9c9}
.hero-visual{height:610px;align-items:flex-end;justify-content:flex-end;overflow:visible;margin-top:0}
.hero-visual:before{right:18px;top:72px;width:390px;height:315px;border-color:rgba(255,212,0,.16);border-radius:0 180px 0 0}
.aura{right:70px;bottom:72px;width:530px;height:470px;background:radial-gradient(circle,rgba(255,212,0,.32),rgba(255,212,0,.15) 34%,rgba(255,212,0,.04) 58%,transparent 74%);filter:blur(10px)}
.hero-visual img{right:145px;bottom:0;height:570px;max-width:none;filter:grayscale(100%) sepia(45%) saturate(1.25) hue-rotate(4deg) brightness(.92) contrast(1.06);z-index:2}
.signature{right:95px;bottom:155px;font-size:34px;transform:rotate(-7deg);color:var(--yellow);text-shadow:0 0 8px rgba(255,212,0,.42);z-index:4;white-space:nowrap}
.dots-right{right:105px;bottom:105px;z-index:1}.dots-top{left:55px;top:55px}
.projects{margin-top:-20px}
@media (max-width:1400px){.hero h1{font-size:60px}.hero{grid-template-columns:520px 1fr}.hero-visual img{right:95px;height:515px}.signature{right:55px;bottom:150px}.aura{right:42px;width:480px}.hero-copy{padding-left:32px}}
@media (max-width:1180px){.hero{display:flex;flex-direction:column;min-height:auto}.hero-copy{width:100%;padding-left:20px;order:1}.hero-visual{order:2;width:100%;height:500px;justify-content:center}.hero-visual img{right:50%;transform:translateX(48%);height:480px}.aura{right:50%;transform:translateX(50%);bottom:42px}.signature{right:22%;bottom:132px}.projects{margin-top:15px}}
@media (max-width:768px){.hero{padding-top:75px}.hero-copy{order:1;padding:0}.hero h1{font-size:45px;letter-spacing:-2px}.hero h2{font-size:17px}.hero-visual{order:2;height:360px;margin-top:20px}.hero-visual img{height:350px;right:50%;transform:translateX(48%)}.aura{width:360px;height:300px;right:50%;transform:translateX(50%);bottom:20px}.signature{right:8%;bottom:95px;font-size:27px}.hero-visual:before{display:none}.projects{margin-top:20px}}

/* === Hero görsel alanı: referans tasarıma yakınlaştırma === */
.hero{
  grid-template-columns:minmax(420px,650px) minmax(600px,1fr);
  gap:0;
}
.hero-copy{z-index:8;}
.hero-visual{
  isolation:isolate;
  min-width:620px;
}
.hero-visual:before{
  right:28px;
  top:38px;
  width:430px;
  height:350px;
  border-color:rgba(255,212,0,.22);
  opacity:.85;
}
.hero-visual:after{
  content:"";
  position:absolute;
  right:18px;
  top:0;
  width:560px;
  height:610px;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(135deg,transparent 0 24%,rgba(255,212,0,.16) 24.2%,rgba(255,212,0,.04) 25.2%,transparent 26.5%),
    linear-gradient(125deg,transparent 0 61%,rgba(255,212,0,.35) 61.2%,transparent 62%),
    radial-gradient(circle at 54% 49%,rgba(255,212,0,.22),transparent 31%);
  opacity:.95;
  mix-blend-mode:screen;
}
.aura{
  right:175px;
  bottom:44px;
  width:650px;
  height:500px;
  z-index:1;
  background:
    radial-gradient(circle at 50% 49%,rgba(255,212,0,.72) 0,rgba(255,212,0,.38) 18%,rgba(255,212,0,.14) 39%,rgba(255,212,0,.045) 58%,transparent 72%),
    radial-gradient(circle at 42% 45%,rgba(255,255,255,.18),transparent 17%);
  filter:blur(10px) saturate(1.15);
}
.hero-visual img{
  right:260px;
  bottom:0;
  height:585px;
  z-index:3;
  filter:grayscale(100%) sepia(80%) saturate(1.55) hue-rotate(2deg) brightness(.88) contrast(1.15) drop-shadow(0 0 30px rgba(255,212,0,.23));
}
.signature{
  right:118px;
  bottom:154px;
  font-family:"Brush Script MT","Segoe Script",cursive;
  font-size:43px;
  font-weight:400;
  letter-spacing:.3px;
  transform:rotate(-8deg) skewX(-8deg);
  color:#ffd400;
  text-shadow:0 0 8px rgba(255,212,0,.65),0 2px 0 rgba(0,0,0,.45);
  z-index:5;
}
.signature:after{
  content:"";
  position:absolute;
  left:8px;
  right:-22px;
  bottom:-6px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,212,0,.9),transparent);
  transform:rotate(-3deg);
}
.dots-top{
  left:75px;
  top:16px;
  width:132px;
  height:92px;
  opacity:.55;
}
.dots-right{
  right:82px;
  bottom:92px;
  width:128px;
  height:76px;
  background-image:radial-gradient(rgba(255,255,255,.42) 1.8px,transparent 2px);
  background-size:17px 17px;
  opacity:.55;
  z-index:4;
}

@media (max-width:1400px){
  .hero{grid-template-columns:500px minmax(520px,1fr)}
  .hero-visual{min-width:520px;}
  .hero-visual img{right:185px;height:525px;}
  .aura{right:105px;width:560px;height:440px;}
  .signature{right:72px;bottom:145px;font-size:36px;}
}
@media (max-width:1180px){
  .hero-visual{min-width:0;}
  .hero-visual img{right:50%;transform:translateX(36%);height:480px;}
  .aura{right:50%;transform:translateX(36%);}
  .signature{right:18%;bottom:128px;}
}
@media (max-width:768px){
  .hero-visual img{right:50%;transform:translateX(44%);height:350px;}
  .aura{right:50%;transform:translateX(45%);width:390px;height:310px;}
  .signature{right:7%;bottom:88px;font-size:29px;}
  .hero-visual:after{display:none;}
}

/* === Ovro tarzı animasyonlu bölüm başlıkları === */
.ad-heading{position:relative;text-align:center;margin:56px auto 34px;max-width:920px;z-index:2;animation:adFadeUp .8s ease both;}
.ad-heading-left{text-align:left;max-width:none;margin:32px 20px 18px;padding-right:190px;}
.ad-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--yellow);font-size:15px;font-weight:900;margin-bottom:14px;letter-spacing:.2px;}
.ad-kicker i{font-size:21px;filter:drop-shadow(0 0 8px rgba(255,212,0,.35));animation:adSpinPulse 4s ease-in-out infinite;}
.ad-heading h2{margin:0;color:#fff;font-size:56px;line-height:1.18;font-weight:900;letter-spacing:-1.8px;}
.ad-heading h2 span{display:inline-block;color:var(--yellow);font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:800;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:8px;text-shadow:0 0 18px rgba(255,212,0,.22);animation:adGlowText 2.8s ease-in-out infinite alternate;}
.ad-heading:after{content:"";display:block;width:86px;height:3px;margin:18px auto 0;background:linear-gradient(90deg,transparent,var(--yellow),transparent);border-radius:99px;box-shadow:0 0 16px rgba(255,212,0,.4);}
.ad-heading-left:after{margin-left:0;}
.heading-link{position:absolute;right:20px;bottom:8px;font-size:12px;color:#d9d9d9;font-weight:900;}
.heading-link i{color:var(--yellow);margin-left:8px;}
.about-pro,.service-section,.tools-section,.contact-cta{position:relative;margin:0 20px 44px;}
.panel-wide{max-width:900px;margin:0 auto 25px;background:linear-gradient(110deg,rgba(31,52,52,.55),rgba(12,18,18,.86));}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.service-card,.tool-grid article,.contact-cta{border:1px solid rgba(255,212,0,.28);background:linear-gradient(120deg,rgba(18,31,30,.78),rgba(7,12,12,.88));border-radius:8px;padding:28px;transition:.35s ease;}
.service-card:hover,.tool-grid article:hover{transform:translateY(-6px);border-color:var(--yellow);box-shadow:0 18px 45px rgba(255,212,0,.08);}
.service-card i{width:52px;height:52px;border:2px solid rgba(255,212,0,.45);border-radius:50%;display:grid;place-items:center;color:var(--yellow);font-size:22px;margin-bottom:24px;background:rgba(255,212,0,.06);}
.service-card h3{font-size:20px;margin:0 0 12px;color:#fff;}
.service-card p{font-size:14px;line-height:1.7;color:#cfcfcf;margin:0;}
.tool-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;}
.tool-grid article{text-align:center;padding:26px 18px;display:flex;flex-direction:column;align-items:center;gap:14px;}
.tool-grid i{font-size:34px;color:var(--yellow);}
.tool-grid strong{font-size:14px;color:#fff;min-height:34px;display:flex;align-items:center;}
.tool-grid span{color:var(--yellow);font-size:22px;font-weight:900;}
.contact-cta{text-align:center;padding:52px 26px;margin-bottom:0;}
.contact-cta .ad-heading{margin-top:0;margin-bottom:18px;}
.contact-cta p{color:#cfcfcf;max-width:760px;margin:0 auto 24px;line-height:1.8;}
@keyframes adFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes adGlowText{from{text-shadow:0 0 8px rgba(255,212,0,.12)}to{text-shadow:0 0 26px rgba(255,212,0,.5)}}
@keyframes adSpinPulse{0%,100%{transform:rotate(0) scale(1)}50%{transform:rotate(12deg) scale(1.12)}}
@media (max-width:1180px){.ad-heading h2{font-size:44px}.service-grid{grid-template-columns:repeat(2,1fr)}.tool-grid{grid-template-columns:repeat(3,1fr)}.ad-heading-left{padding-right:0}.heading-link{display:none}}
@media (max-width:768px){.ad-heading{margin:38px auto 22px}.ad-heading h2{font-size:34px;line-height:1.15;letter-spacing:-.8px}.ad-kicker{font-size:13px;margin-bottom:10px}.service-grid,.tool-grid{grid-template-columns:1fr}.service-card,.tool-grid article{padding:22px}.about-pro,.service-section,.tools-section,.contact-cta{margin-left:0;margin-right:0}.ad-heading-left{text-align:center;margin-left:0;margin-right:0}.ad-heading-left:after{margin-left:auto}.contact-cta{padding:34px 18px}.ad-heading h2 span{text-underline-offset:5px}}

/* === 03.05 final: portfolio popup, contact form, nav, hover polish === */
section[id]{scroll-margin-top:36px}
body.modal-open{overflow:hidden}
.primary,.secondary,.project-link,.case-card button,.contact-form-box button,.portfolio-modal button{cursor:pointer}
.primary,.secondary{transition:transform .32s ease, box-shadow .32s ease, border-color .32s ease, background .32s ease}
.primary:hover{transform:translateY(-3px);box-shadow:0 20px 42px rgba(255,212,0,.25)}
.secondary:hover{transform:translateY(-3px);border-color:var(--yellow);color:var(--yellow);box-shadow:0 18px 36px rgba(255,212,0,.08)}

/* İmza fotoğrafın üstünden alındı, solda küçük şekilli durur */
.signature{right:auto!important;left:22px!important;bottom:48px!important;font-size:28px!important;z-index:6!important;opacity:.96;transform:rotate(-8deg) skewX(-8deg)!important;pointer-events:none}
.signature:after{left:5px!important;right:-18px!important;bottom:-5px!important}
@media (max-width:1400px){.signature{left:10px!important;bottom:112px!important;font-size:25px!important}}
@media (max-width:1180px){.signature{left:50%!important;right:auto!important;bottom:74px!important;font-size:22px!important;transform:translateX(-78%) rotate(-8deg) skewX(-8deg)!important}}
@media (max-width:768px){.signature{left:auto!important;right:12px!important;bottom:18px!important;font-size:17px!important;transform:rotate(-8deg) skewX(-8deg)!important;opacity:.88}.hero-visual{overflow:hidden}}

.project-card,.service-card,.tool-grid article,.case-card,.panel-wide,.contact-form-box{will-change:transform;position:relative;overflow:hidden}
.project-card:before,.service-card:before,.tool-grid article:before,.case-card:before,.contact-form-box:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 35%,rgba(255,212,0,.10) 45%,transparent 58%);transform:translateX(-130%);transition:.65s ease;pointer-events:none}
.project-card:hover:before,.service-card:hover:before,.tool-grid article:hover:before,.case-card:hover:before,.contact-form-box:hover:before{transform:translateX(130%)}
.project-card:hover{transform:translateY(-6px);border-color:var(--yellow);box-shadow:0 20px 50px rgba(255,212,0,.10)}
.project-card .thumb img,.case-card img{transition:transform .45s ease, filter .45s ease}
.project-card:hover .thumb img,.case-card:hover img{transform:scale(1.055);filter:saturate(1.1) contrast(1.05)}
.project-link,.case-card button{border:0;background:transparent;color:var(--yellow);font-weight:900;font-size:13px;padding:0;font-family:inherit}

.portfolio-more{position:relative;margin:0 20px 54px;z-index:3}
.case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.case-card{border:1px solid rgba(255,212,0,.30);background:linear-gradient(125deg,rgba(15,26,25,.82),rgba(5,8,8,.92));border-radius:9px;transition:.35s ease;cursor:pointer}
.case-card:hover{transform:translateY(-7px);border-color:var(--yellow);box-shadow:0 20px 50px rgba(255,212,0,.11)}
.case-card img{width:100%;height:190px;object-fit:cover;border-radius:8px 8px 0 0;display:block}
.case-body{padding:20px 20px 22px}
.case-body h4{font-size:20px;line-height:1.25;margin:0 0 10px;color:#fff}
.case-body p{font-size:14px;line-height:1.7;color:#cfcfcf;margin:0 0 14px}
.case-body button i{margin-left:7px}

.contact-form-box{max-width:860px;margin:30px auto 0;border:1px solid rgba(255,212,0,.25);background:linear-gradient(130deg,rgba(23,44,42,.68),rgba(7,12,12,.92));border-radius:10px;padding:28px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)}
.contact-form-box form{position:relative;z-index:2;display:flex;flex-direction:column;gap:16px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-form-box input,.contact-form-box textarea,.contact-form-box select,.modal-form input,.modal-form textarea,.modal-form select{width:100%;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.08);color:#fff;border-radius:6px;padding:16px 18px;font:700 14px Inter,Arial,sans-serif;outline:none;transition:.25s ease}
.contact-form-box input:focus,.contact-form-box textarea:focus,.contact-form-box select:focus,.modal-form input:focus,.modal-form textarea:focus,.modal-form select:focus{border-color:rgba(255,212,0,.75);box-shadow:0 0 0 3px rgba(255,212,0,.08)}
.contact-form-box textarea,.modal-form textarea{resize:vertical;min-height:130px}
.contact-form-box select,.modal-form select{appearance:auto;color:#cfcfcf}.contact-form-box option,.modal-form option{background:#061d1e;color:#fff}
.contact-form-box button{align-self:center;border:0;margin-top:4px}

.portfolio-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:34px}
.portfolio-modal.show{display:flex}
.portfolio-modal-overlay{position:absolute;inset:0;background:rgba(0,18,18,.82);backdrop-filter:blur(8px)}
.portfolio-modal-content{position:relative;z-index:2;width:min(1120px,94vw);max-height:88vh;overflow:auto;border:1px solid rgba(255,255,255,.13);background:#061d1e;border-radius:10px;box-shadow:0 30px 90px rgba(0,0,0,.55);padding:32px}
.portfolio-modal-close{position:absolute;right:12px;top:10px;width:42px;height:42px;border:0;background:transparent;color:#fff;font-size:28px;z-index:5}
.modal-project{display:grid;grid-template-columns:1.35fr .95fr;gap:28px;align-items:start}
.modal-left img{width:100%;height:330px;object-fit:cover;border-radius:9px;margin-bottom:22px;background:#132}
.modal-meta{display:flex;gap:20px;color:#ffd400;font-weight:900;font-size:14px;margin-bottom:16px;text-transform:uppercase}
.modal-left h3{font-size:30px;line-height:1.25;margin:0 0 16px;color:#fff;text-transform:uppercase}
.modal-left p{font-size:16px;line-height:1.8;color:#d8d8d8;margin:0 0 24px}
.modal-mail{border-radius:999px;border:0}
.modal-form{border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:26px;background:rgba(255,255,255,.025)}
.modal-form h3{font-size:25px;text-transform:uppercase;margin:0 0 20px;color:#fff}
.modal-form form{display:flex;flex-direction:column;gap:16px}.modal-form button{border:0;align-self:flex-end;border-radius:999px}

@media (max-width:1180px){.case-grid{grid-template-columns:repeat(2,1fr)}.modal-project{grid-template-columns:1fr}.portfolio-modal-content{max-height:92vh}.modal-left img{height:280px}}
@media (max-width:768px){.portfolio-more{margin-left:0;margin-right:0}.case-grid{grid-template-columns:1fr}.case-card img{height:auto}.form-row{grid-template-columns:1fr}.portfolio-modal{padding:14px}.portfolio-modal-content{padding:20px 16px}.modal-left img{height:auto}.modal-left h3{font-size:22px}.modal-form{padding:18px}.modal-form button,.contact-form-box button{width:100%;justify-content:center}.contact-form-box{padding:18px}}

/* === 03.05 düzenleme: Hakkımda hero altına, portföy projelerin devamına === */
.about-after-hero{margin:12px 20px 34px!important;}
.about-after-hero .ad-heading{margin:18px 0 24px;text-align:left;max-width:none;}
.about-after-hero .ad-heading:after{margin-left:0;}
.about-pro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:stretch;}
.about-pro-grid .panel-wide{max-width:none;margin:0;background:linear-gradient(120deg,rgba(18,31,30,.78),rgba(7,12,12,.90));}
.about-support{display:grid;grid-template-columns:1fr;gap:14px;}
.support-card{border:1px solid rgba(255,212,0,.28);background:linear-gradient(125deg,rgba(15,26,25,.82),rgba(5,8,8,.92));border-radius:9px;padding:18px 18px 18px 74px;position:relative;min-height:92px;overflow:hidden;}
.support-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 35%,rgba(255,212,0,.10) 45%,transparent 58%);transform:translateX(-130%);transition:.65s ease;pointer-events:none;}
.support-card:hover:before{transform:translateX(130%);}
.support-card:hover{border-color:var(--yellow);transform:translateY(-4px);box-shadow:0 18px 42px rgba(255,212,0,.08);}
.support-card i{position:absolute;left:18px;top:22px;width:40px;height:40px;border:2px solid rgba(255,212,0,.55);border-radius:50%;display:grid;place-items:center;color:var(--yellow);font-size:18px;background:rgba(255,212,0,.06);}
.support-card strong{display:block;color:#fff;font-size:16px;margin-bottom:6px;}
.support-card span{display:block;color:#cfcfcf;font-size:13px;line-height:1.55;}
.projects-portfolio{margin:4px 20px 8px!important;}
.projects-portfolio .case-grid{margin-top:0;}
.projects{margin-bottom:28px;}

@media (max-width:1180px){
  .about-pro-grid{grid-template-columns:1fr;}
  .about-support{grid-template-columns:repeat(3,1fr);}
  .support-card{padding:18px;}
  .support-card i{position:static;margin-bottom:12px;}
}
@media (max-width:768px){
  .about-after-hero{margin:22px 0 30px!important;}
  .about-after-hero .ad-heading{text-align:center;}
  .about-after-hero .ad-heading:after{margin-left:auto;}
  .about-support{grid-template-columns:1fr;}
  .projects-portfolio{margin:0!important;}
}

/* === 03.05 ek düzenleme: hakkımda aksiyon alanı, CV, ikon görünürlüğü ve 6 proje === */
.panel-wide p + p{margin-top:14px;}
.cv-download{margin-top:20px;background:linear-gradient(180deg,var(--yellow),#ffb800);color:#070707;border:0;border-radius:999px;padding:15px 26px;font-size:14px;font-weight:900;display:inline-flex;align-items:center;gap:10px;box-shadow:0 14px 30px rgba(255,212,0,.18);}
.cv-download:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(255,212,0,.28);}
.about-actions{gap:18px;align-content:start;}
.about-social-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.about-social-row a{width:52px;height:52px;border:1px solid rgba(255,212,0,.72);border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(255,212,0,.045);font-size:20px;transition:.25s ease;}
.about-social-row a:hover{color:#070707;background:var(--yellow);transform:translateY(-4px);box-shadow:0 18px 36px rgba(255,212,0,.18);}
.work-together{min-height:96px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 28px;font-size:34px;line-height:1.05;font-weight:900;letter-spacing:-1px;overflow:hidden;position:relative;}
.work-together:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 40%,rgba(255,255,255,.12) 50%,transparent 62%);transform:translateX(-130%);transition:.7s ease;}
.work-together:hover:before{transform:translateX(130%);}
.work-together span,.work-together i{position:relative;z-index:1;}
.work-together i{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:24px;flex:0 0 auto;}
.work-dark{border:1px solid rgba(255,212,0,.30);background:linear-gradient(120deg,rgba(18,35,33,.84),rgba(7,13,13,.94));color:#fff;}
.work-dark i{background:rgba(255,255,255,.08);color:var(--yellow);}
.work-yellow{background:linear-gradient(180deg,var(--yellow),#f2b400);color:#070707;}
.work-yellow i{background:rgba(0,0,0,.10);color:#070707;}
.project-grid{grid-template-columns:repeat(3,1fr);}
.project-card .thumb span{background:#111;border-color:var(--yellow);color:var(--yellow);box-shadow:0 0 0 4px rgba(255,212,0,.08),0 0 24px rgba(255,212,0,.18);}
.project-card .thumb span i,.side-nav i,.socials i,.project-link i,.case-body button i,.heading-link i,.cv-download i,.work-together i,.about-social-row i{opacity:1!important;filter:none!important;}
.project-link,.case-body button{color:var(--yellow);font-weight:900;}
.project-link i:before,.case-body button i:before,.heading-link i:before{content:"→";font-family:Arial,sans-serif;font-weight:900;}
.cv-download i:before{content:"↓";font-family:Arial,sans-serif;font-weight:900;}
@media (max-width:1400px){.project-card{grid-template-columns:150px 1fr;padding:18px}.project-card h4{font-size:16px}.work-together{font-size:28px;min-height:84px}.work-together i{width:56px;height:56px}}
@media (max-width:1180px){.project-grid{grid-template-columns:1fr}.about-social-row{justify-content:center}.work-together{font-size:28px}.about-actions{grid-template-columns:1fr!important}}
@media (max-width:768px){.work-together{font-size:24px;padding:20px}.about-social-row a{width:46px;height:46px}.cv-download{width:100%;justify-content:center}}

/* === 2026-05 fix: CV button placement + icon visibility === */
.about-pro .panel-wide .cv-download{display:none!important;}
.cv-download-bottom{justify-content:space-between;}
.cv-download-bottom span{text-transform:uppercase;}
.about-social-row a,
.side-bottom .socials a,
.project-card .thumb span,
.work-together i{opacity:1!important;filter:none!important;}
.about-social-row a i,
.side-bottom .socials a i,
.side-nav a i,
.project-card .thumb span i,
.project-link i,
.heading-link i{opacity:1!important;filter:none!important;}

/* === 2026-05 final: about action order + CV hover color === */
.about-actions{display:grid;grid-template-columns:1fr;gap:18px;align-content:start;}
.about-actions .work-dark{order:1;}
.about-actions .about-social-row{order:2;}
.about-actions .cv-download-bottom{order:3;}
.cv-download-bottom{border:1px solid rgba(255,212,0,.30);background:linear-gradient(120deg,rgba(18,35,33,.84),rgba(7,13,13,.94));color:#fff;}
.cv-download-bottom i{background:rgba(255,255,255,.08);color:var(--yellow);}
.cv-download-bottom:hover{background:linear-gradient(180deg,var(--yellow),#f2b400);color:#070707;box-shadow:0 20px 42px rgba(255,212,0,.22);transform:translateY(-2px);}
.cv-download-bottom:hover i{background:rgba(0,0,0,.10);color:#070707;}


/* === Final düzenleme: sosyal kutu, kısa başlık ve projeler başlık boşluğu === */
.about-after-hero .ad-heading h2{max-width:980px;line-height:1.05;}
.about-social-row{
  order:2;
  min-height:82px;
  width:100%;
  border:1px solid rgba(255,212,0,.30);
  background:linear-gradient(120deg,rgba(18,35,33,.84),rgba(7,13,13,.94));
  border-radius:10px;
  padding:15px 20px;
  justify-content:center!important;
  align-items:center;
  position:relative;
  overflow:hidden;
}
.about-social-row:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,transparent 0 40%,rgba(255,255,255,.10) 50%,transparent 62%);
  transform:translateX(-130%);
  transition:.7s ease;
  pointer-events:none;
}
.about-social-row:hover:before{transform:translateX(130%);}
.about-social-row a{position:relative;z-index:1;}
.projects{padding-top:42px;margin-top:18px;}
.projects .ad-heading-left{
  padding-right:0!important;
  margin:52px 20px 34px!important;
  max-width:none!important;
  text-align:left;
  overflow:visible;
}
.projects .ad-heading-left .ad-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;position:relative;z-index:3;}
.projects .ad-heading-left h2{line-height:1.08;margin-top:0;}
.projects .ad-heading-left:after{margin-left:0;}
.projects .heading-link{right:20px;bottom:18px;}
@media (max-width:1180px){.projects .heading-link{display:none}.projects .ad-heading-left{margin:42px 0 28px!important}}
@media (max-width:768px){.about-social-row{min-height:76px;padding:14px 12px}.projects{padding-top:28px}.projects .ad-heading-left{text-align:center!important}.projects .ad-heading-left:after{margin-left:auto!important}.projects .ad-heading-left .ad-kicker{justify-content:center}}

/* === 03.05 spacing fix: section boşlukları sıkılaştırıldı === */
section[id]{scroll-margin-top:28px!important;}
.page{padding-bottom:36px!important;}

/* Hero ile hakkımda arasını koru, hakkımda ile projeler arasını sıkılaştır */
.about-after-hero{
  margin:10px 20px 18px!important;
}
.about-after-hero .ad-heading{
  margin:14px 0 18px!important;
}
.about-pro-grid{
  gap:18px!important;
}
.about-actions{
  gap:14px!important;
}
.about-social-row{
  min-height:70px!important;
  padding:12px 18px!important;
}
.work-together{
  min-height:82px!important;
  padding:20px 24px!important;
}

/* Projeler başlığı artık yukarı taşmıyor, ama fazla boşluk da bırakmıyor */
.projects{
  padding-top:18px!important;
  margin-top:0!important;
  margin-bottom:18px!important;
}
.projects .ad-heading-left{
  margin:18px 20px 24px!important;
  padding-right:0!important;
}
.projects .ad-heading-left .ad-kicker{
  margin-bottom:10px!important;
}
.projects .ad-heading-left h2{
  line-height:1.05!important;
}
.projects .heading-link{
  bottom:14px!important;
}

/* Proje kartları ve alt portföy daha kompakt */
.project-grid{
  gap:18px!important;
  padding:8px 20px 18px!important;
}
.project-card{
  min-height:130px!important;
}
.projects-portfolio,
.portfolio-more{
  margin:0 20px 24px!important;
}
.case-grid{
  gap:18px!important;
}

/* İstatistik bölümü yukarı/alt boşlukları */
.stats{
  margin:8px 20px 28px!important;
  padding:24px 24px!important;
}

/* Hizmetler ve araçlar bölümü aralıkları */
.service-section,
.tools-section,
.contact-cta{
  margin:28px 20px 34px!important;
}
.service-section .ad-heading,
.tools-section .ad-heading{
  margin:22px auto 28px!important;
}
.service-grid,
.tool-grid{
  gap:18px!important;
}

/* Kart iç boşlukları aynı premium görünümde ama daha sıkı */
.service-card,
.tool-grid article,
.panel-wide,
.contact-form-box{
  padding-top:24px!important;
  padding-bottom:24px!important;
}

@media (max-width:1180px){
  .about-after-hero{margin:18px 0 20px!important;}
  .projects{padding-top:16px!important;}
  .projects .ad-heading-left{margin:20px 0 22px!important;}
  .project-grid{padding:8px 0 18px!important;}
  .projects-portfolio,.portfolio-more{margin:0 0 22px!important;}
  .stats{margin:6px 0 24px!important;}
  .service-section,.tools-section,.contact-cta{margin:24px 0 30px!important;}
}
@media (max-width:768px){
  .about-after-hero{margin:14px 0 18px!important;}
  .about-after-hero .ad-heading{margin:10px 0 16px!important;}
  .about-social-row{min-height:66px!important;padding:12px!important;}
  .work-together{min-height:72px!important;padding:18px 20px!important;}
  .projects{padding-top:12px!important;margin-bottom:12px!important;}
  .projects .ad-heading-left{margin:16px 0 20px!important;}
  .project-grid{gap:16px!important;padding:8px 0 16px!important;}
  .stats{margin:4px 0 22px!important;padding:22px 18px!important;}
  .service-section,.tools-section,.contact-cta{margin:22px 0 28px!important;}
  .service-section .ad-heading,.tools-section .ad-heading{margin:18px auto 22px!important;}
}

/* === Final popup, heading ve proje görsel düzenlemeleri === */
.about-after-hero .ad-heading{
  text-align:center!important;
  max-width:920px!important;
  margin:18px auto 24px!important;
}
.about-after-hero .ad-heading:after{margin-left:auto!important;margin-right:auto!important;}

.projects .ad-heading{
  text-align:center!important;
  max-width:920px!important;
  margin:34px auto 30px!important;
  padding-right:0!important;
}
.projects .ad-heading:after{margin-left:auto!important;margin-right:auto!important;}
.projects .ad-heading .ad-kicker{justify-content:center!important;}

.project-card .thumb img{
  object-fit:cover!important;
  background:#071212;
  border:1px solid rgba(255,212,0,.10);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 12px 25px rgba(0,0,0,.22);
}
.portfolio-modal-overlay{background:rgba(0,18,18,.78)!important;backdrop-filter:blur(10px)!important;}
.portfolio-modal-content{
  background:linear-gradient(135deg,rgba(7,31,30,.98),rgba(3,13,13,.98))!important;
  border-color:rgba(255,212,0,.18)!important;
}
.modal-left h3{text-transform:none!important;font-size:32px!important;}
.modal-left p{font-weight:600!important;color:#e0e0e0!important;}
.modal-form h3{
  text-transform:none!important;
  font-size:28px!important;
  line-height:1.2!important;
  color:#fff!important;
}
.modal-form button.primary{background:linear-gradient(180deg,var(--yellow),#ffc400)!important;color:#080808!important;}
.modal-trust{
  margin:2px 0 0!important;
  color:#ffd400!important;
  font-size:12px!important;
  line-height:1.5!important;
  font-weight:900!important;
  opacity:.95!important;
}
.modal-mail{background:linear-gradient(180deg,var(--yellow),#ffc400)!important;color:#080808!important;}
.modal-mail:hover{background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.55)!important;}
@media (max-width:768px){
  .about-after-hero .ad-heading,.projects .ad-heading{margin:22px auto 22px!important;}
  .modal-left h3{font-size:24px!important;}
  .modal-form h3{font-size:22px!important;}
}


/* === Modal butonları Ovro vl-btn1 sistemiyle eşitlendi === */
.portfolio-modal .btn-area1{
  margin-top:22px;
}
.portfolio-modal .modal-submit-area{
  display:flex;
  justify-content:flex-end;
  margin-top:2px;
}
.portfolio-modal .vl-btn1,
.portfolio-modal button.vl-btn1{
  border-radius:52px!important;
  background:var(--ztc-bg-btn-bg1, var(--yellow))!important;
  color:var(--ztc-text-btn-text1, #0E161F)!important;
  font-family:var(--ztc-family-font1, Inter, Arial, sans-serif)!important;
  font-size:var(--ztc-font-size-font-s20, 20px)!important;
  font-style:normal!important;
  font-weight:var(--ztc-weight-semibold, 600)!important;
  line-height:20px!important;
  padding:16px 20px!important;
  position:relative!important;
  z-index:1!important;
  border:1px solid var(--ztc-bg-btn-bg1, var(--yellow))!important;
  transition:all .4s ease!important;
  text-transform:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.portfolio-modal .vl-btn1:hover,
.portfolio-modal button.vl-btn1:hover{
  color:var(--ztc-text-text-1, #fff)!important;
  border:1px solid var(--ztc-text-text-1, #fff)!important;
  background:transparent!important;
  transform:none!important;
}
.portfolio-modal .vl-btn1 i{
  font-size:14px!important;
  margin-left:6px;
}
@media (max-width:768px){
  .portfolio-modal .modal-submit-area{justify-content:stretch;}
  .portfolio-modal .vl-btn1,
  .portfolio-modal button.vl-btn1{width:100%!important;}
}


/* === 2026-05 about actions restore/fix === */
.about-pro-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)!important;
  gap:18px!important;
  align-items:start!important;
}
.about-support.about-actions{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  margin:0!important;
  padding:0!important;
  text-align:initial!important;
}
.about-support.about-actions .work-together,
.about-support.about-actions .about-social-row{
  width:100%!important;
}
@media (max-width:1180px){
  .about-pro-grid{grid-template-columns:1fr!important;}
}


/* === Portfolio popup sadeleştirme: form ve satış butonları kaldırıldı === */
.portfolio-modal .modal-project{
  grid-template-columns:1fr!important;
  gap:0!important;
}
.portfolio-modal .modal-left{
  width:100%!important;
}
.portfolio-modal .modal-left img{
  height:420px!important;
  object-fit:cover!important;
}
.portfolio-modal .modal-left p{
  max-width:920px!important;
}
.portfolio-modal .modal-btn-area,
.portfolio-modal .modal-form{
  display:none!important;
}
@media (max-width:768px){
  .portfolio-modal .modal-left img{height:auto!important;}
}

/* Yayın öncesi SEO & UX dokunuşları */
.seo-service-content{padding:40px 8% 80px}.seo-service-content .panel{max-width:980px;margin:0 auto}.primary{display:inline-flex;align-items:center;gap:10px;background:#ffd400;color:#111;padding:14px 22px;border-radius:12px;font-weight:900;text-decoration:none}.project-card,.case-card,.service-card{transition:transform .25s ease,box-shadow .25s ease}.project-card:hover,.case-card:hover,.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 45px rgba(255,212,0,.14)}img{max-width:100%;height:auto}.chat-status{display:block;min-height:18px;color:#5d49e8;font-weight:700;text-align:center;margin-top:6px}

/* SEO final internal link and speed polish */
.internal-link-box{margin:28px 0;padding:24px;border:1px solid rgba(255,214,0,.22);border-radius:18px;background:rgba(255,214,0,.04)}.internal-link-box a{color:#ffd600;font-weight:800;text-decoration:none}.seo-service-content .primary{display:inline-flex;align-items:center;gap:8px;background:#ffd600;color:#111;padding:14px 22px;border-radius:12px;font-weight:900;text-decoration:none}.service-card a,.case-card a{color:#ffd600;text-decoration:none;font-weight:800}.seo-topic-links{max-width:1180px;margin:40px auto;padding:28px;border:1px solid rgba(255,214,0,.18);border-radius:22px;background:linear-gradient(135deg,rgba(255,214,0,.08),rgba(255,255,255,.02))}.seo-topic-links h2{color:#fff;font-size:28px;margin-bottom:14px}.seo-topic-links p{color:#d8d8d8;line-height:1.8}.seo-topic-links a{color:#ffd600;font-weight:800;text-decoration:none;margin-right:12px}.ad-site-footer a:hover{color:#ffd600!important}


/* ADO FINAL PAGE ALIGNMENT FIX - unified index-like layout */
body .page.ad-unified-page,
body main.page.blog-page-layout,
body main.page.blog-single-layout,
body main.page.seo-service-page{
  padding-left:42px!important;
  padding-right:42px!important;
}
body .ad-unified-page .blog-hero,
body .seo-service-page .blog-hero,
body .seo-service-page .service-hero,
body .blog-page-layout .blog-hero,
body .blog-single-layout .blog-single-wrap,
body .ad-unified-page .seo-service-content,
body .seo-service-content,
body .ad-unified-page .seo-topic-links,
body .seo-topic-links,
body .ad-site-footer{
  width:100%!important;
  max-width:1600px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body .seo-service-content{
  padding:56px 0 76px!important;
}
body .seo-service-content .panel,
body .seo-service-content .panel-wide,
body .seo-service-content .service-detail-card{
  width:100%!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:44px 52px!important;
}
body .blog-hero.service-hero{
  min-height:220px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  padding:48px 42px!important;
  margin-bottom:36px!important;
}
body .blog-hero.service-hero h1{font-size:52px!important;line-height:1.12!important;margin:12px 0 12px!important;}
body .blog-hero.service-hero p{max-width:900px!important;}
body .ad-site-footer{margin-top:64px!important;border-radius:20px!important;}
body .ad-site-footer .footer-grid{grid-template-columns:1.35fr .8fr .9fr .9fr!important;}
body .ad-site-footer .footer-contact{display:flex!important;flex-direction:column!important;gap:9px!important;margin-top:18px!important;}
body .ad-site-footer .footer-socials{display:flex!important;gap:12px!important;}
body .ad-site-footer .footer-socials a{width:38px!important;height:38px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
body .blog-content-layout{max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;}
body .blog-grid-with-sidebar{align-self:start!important;}
body .chat-widget{z-index:999999!important;}
body .chat-panel{bottom:84px!important;}
@media(max-width:1180px){
  body .ad-site-footer .footer-grid{grid-template-columns:1fr 1fr!important;}
  body .ad-site-footer .footer-brand{grid-column:1/-1!important;}
}
@media(max-width:900px){
  body .page.ad-unified-page,
  body main.page.blog-page-layout,
  body main.page.blog-single-layout,
  body main.page.seo-service-page{padding:86px 18px 42px!important;margin-left:0!important;}
  body .blog-hero.service-hero{min-height:auto!important;padding:30px 18px!important;margin-bottom:24px!important;}
  body .blog-hero.service-hero h1{font-size:34px!important;}
  body .seo-service-content{padding:28px 0 44px!important;}
  body .seo-service-content .panel,
  body .seo-service-content .panel-wide,
  body .seo-service-content .service-detail-card{max-width:100%!important;padding:26px 22px!important;}
  body .ad-site-footer .footer-grid{grid-template-columns:1fr!important;padding:26px!important;}
  body .ad-site-footer .footer-bottom{padding:18px 26px!important;}
  body .chat-panel{width:calc(100vw - 24px)!important;min-width:0!important;max-width:calc(100vw - 24px)!important;right:0!important;}
}

/* === ADO SERVICE PAGE WIDE ALIGNMENT FINAL === */
@media (min-width:901px){
  body main.page.seo-service-page,
  body main.page.ad-unified-page{
    padding-left:42px!important;
    padding-right:42px!important;
  }
  body .seo-service-page .blog-hero.service-hero,
  body .ad-unified-page .blog-hero.service-hero{
    width:100%!important;
    max-width:1600px!important;
    min-height:240px!important;
    margin:0 auto 42px!important;
    padding:56px 70px!important;
    border-radius:18px!important;
  }
  body .seo-service-page .seo-service-content,
  body .ad-unified-page .seo-service-content{
    width:100%!important;
    max-width:1600px!important;
    margin:0 auto!important;
    padding:42px 0 90px!important;
  }
  body .seo-service-page .seo-service-content .panel,
  body .seo-service-page .seo-service-content .panel-wide,
  body .seo-service-page .seo-service-content .service-detail-card,
  body .ad-unified-page .seo-service-content .panel,
  body .ad-unified-page .seo-service-content .panel-wide,
  body .ad-unified-page .seo-service-content .service-detail-card{
    width:100%!important;
    max-width:1600px!important;
    margin:0 auto!important;
    padding:56px 72px!important;
    min-height:520px!important;
    overflow:hidden!important;
  }
  body .seo-service-page .service-detail-card h2,
  body .ad-unified-page .service-detail-card h2{
    font-size:32px!important;
    line-height:1.22!important;
    margin:0 0 20px!important;
  }
  body .seo-service-page .service-detail-card p,
  body .ad-unified-page .service-detail-card p{
    font-size:17px!important;
    line-height:1.86!important;
    max-width:none!important;
  }
  body .seo-service-page .internal-link-box,
  body .ad-unified-page .internal-link-box{
    width:100%!important;
    margin:34px 0!important;
    padding:28px 32px!important;
  }
  body .ad-site-footer{
    width:100%!important;
    max-width:1600px!important;
    margin:64px auto 0!important;
  }
}
@media (max-width:900px){
  body .seo-service-page .blog-hero.service-hero,
  body .ad-unified-page .blog-hero.service-hero{
    width:100%!important;
    margin:0 auto 22px!important;
    padding:30px 18px!important;
  }
  body .seo-service-page .seo-service-content,
  body .ad-unified-page .seo-service-content{
    width:100%!important;
    padding:24px 0 48px!important;
  }
  body .seo-service-page .seo-service-content .panel,
  body .seo-service-page .seo-service-content .panel-wide,
  body .seo-service-page .seo-service-content .service-detail-card,
  body .ad-unified-page .seo-service-content .panel,
  body .ad-unified-page .seo-service-content .panel-wide,
  body .ad-unified-page .seo-service-content .service-detail-card{
    width:100%!important;
    max-width:100%!important;
    padding:26px 22px!important;
    min-height:auto!important;
  }
}

/* === ADO FOOTER FULL ALIGN FIX ===
   Hizmet/SEO sayfalarında footer, hero ve metin kartlarıyla aynı dış hizaya oturur. */
@media (min-width:901px){
  body main.page.seo-service-page > .ad-site-footer,
  body main.page.ad-unified-page > .ad-site-footer{
    width:100%!important;
    max-width:none!important;
    margin:64px 0 0 0!important;
    box-sizing:border-box!important;
  }
}


/* === ADO FINAL PAGE WIDTH + FOOTER + SERVICE CONTENT FIX === */
@media (min-width:901px){
  body main.page.seo-service-page,
  body main.page.ad-unified-page{
    margin-left:var(--side,152px)!important;
    padding:34px 42px 54px!important;
    width:auto!important;
  }
  body main.page.blog-page-layout,
  body main.page.blog-single-layout{
    margin-left:var(--side,152px)!important;
    padding:34px 42px 54px!important;
    width:auto!important;
  }
  body .seo-service-page .service-hero,
  body .seo-service-page .blog-hero.service-hero,
  body .blog-page-layout .blog-hero,
  body .blog-single-layout .blog-hero{
    width:100%!important;
    max-width:1600px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  body .seo-service-content,
  body .blog-content-layout,
  body .seo-topic-links,
  body main.page > .ad-site-footer{
    width:100%!important;
    max-width:1600px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  body .seo-service-content{padding:42px 0 50px!important;}
  body .seo-service-content .service-detail-card{
    width:100%!important;
    max-width:1600px!important;
    margin:0 auto!important;
    padding:58px 72px!important;
    min-height:auto!important;
    box-sizing:border-box!important;
  }
  body .seo-service-content .service-detail-card p{
    max-width:none!important;
    font-size:17px!important;
    line-height:1.88!important;
    margin-bottom:24px!important;
  }
  body .seo-service-content .service-detail-card h2{font-size:31px!important;margin:30px 0 14px!important;}
  body .seo-service-content .service-detail-card h2:first-child{margin-top:0!important;}
  body .internal-link-box{width:100%!important;box-sizing:border-box!important;}
  body main.page > .ad-site-footer{
    margin-top:48px!important;
    padding:0!important;
    overflow:hidden!important;
    transform:none!important;
  }
  body main.page > .ad-site-footer .footer-grid{padding:54px 60px 44px!important;}
  body main.page > .ad-site-footer .footer-bottom{padding:22px 60px!important;}
  body .blog-content-layout{grid-template-columns:minmax(0,1fr) 360px!important;}
}
@media (max-width:900px){
  body main.page.seo-service-page,
  body main.page.ad-unified-page,
  body main.page.blog-page-layout,
  body main.page.blog-single-layout{margin-left:0!important;padding:86px 14px 36px!important;}
  body .seo-service-content .service-detail-card{padding:28px 20px!important;}
  body main.page > .ad-site-footer{width:100%!important;margin:34px auto 0!important;}
  body main.page > .ad-site-footer .footer-grid{padding:26px!important;}
  body main.page > .ad-site-footer .footer-bottom{padding:18px 26px!important;}
}

/* ===== ADO FINAL STYLE RESTORE - footer, service pages, chat ===== */
@media (min-width: 901px){
  body{overflow-x:hidden;}
  main.page{margin-left:132px; width:calc(100% - 132px); min-height:100vh;}
  main.page.seo-service-page,
  main.page.ad-unified-page,
  main.page.blog-page-layout,
  main.page.blog-single-layout{padding:40px 64px 64px!important;}
  .seo-service-page .service-hero,
  .seo-service-page .blog-hero.service-hero,
  .ad-unified-page .blog-hero.service-hero,
  .blog-page-layout .blog-hero{width:100%!important;max-width:1600px!important;margin:0 auto 64px!important;padding:64px 70px!important;min-height:260px!important;border:1px solid rgba(255,214,0,.25)!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(12,20,18,.92),rgba(4,6,5,.78))!important;text-align:center!important;box-sizing:border-box!important;}
  .seo-service-page .blog-hero h1,.seo-service-page .service-hero h1,.ad-unified-page .blog-hero h1,.blog-page-layout .blog-hero h1{font-size:52px!important;line-height:1.12!important;margin:18px 0 16px!important;color:#fff!important;}
  .seo-service-page .blog-hero p,.seo-service-page .service-hero p,.ad-unified-page .blog-hero p,.blog-page-layout .blog-hero p{max-width:920px!important;margin:0 auto!important;color:#d9d9d9!important;font-size:17px!important;line-height:1.7!important;}
  .breadcrumb{color:#ffd600!important;font-weight:800!important;font-size:14px!important;}
  .breadcrumb a{color:#ffd600!important;text-decoration:none!important;}
  .seo-service-page .seo-service-content,
  .ad-unified-page .seo-service-content{width:100%!important;max-width:1600px!important;margin:0 auto!important;padding:0 0 60px!important;box-sizing:border-box!important;}
  .seo-service-content .service-detail-card,
  .seo-service-content .panel,
  .seo-service-content .panel-wide{width:100%!important;max-width:1600px!important;margin:0 auto!important;padding:58px 70px!important;box-sizing:border-box!important;border:1px solid rgba(255,214,0,.22)!important;border-radius:20px!important;background:linear-gradient(135deg,rgba(14,31,26,.86),rgba(8,12,10,.72))!important;color:#fff!important;overflow:visible!important;}
  .seo-service-content .service-detail-card h2{font-size:32px!important;line-height:1.22!important;margin:30px 0 18px!important;color:#fff!important;}
  .seo-service-content .service-detail-card h2:first-child{margin-top:0!important;}
  .seo-service-content .service-detail-card p{font-size:17px!important;line-height:1.9!important;color:#e5e5e5!important;max-width:none!important;margin:0 0 18px!important;}
  .seo-service-content .internal-link-box{display:block!important;width:100%!important;box-sizing:border-box!important;margin:40px 0 28px!important;padding:32px 36px!important;border:1px solid rgba(255,214,0,.28)!important;border-radius:18px!important;background:rgba(255,214,0,.045)!important;}
  .seo-service-content .internal-link-box h2{margin:0 0 18px!important;}
  .seo-service-content a{color:#ffd600!important;font-weight:800!important;text-decoration:none!important;}
  .seo-service-content .primary{display:inline-flex!important;align-items:center!important;gap:10px!important;margin-top:10px!important;background:#ffd600!important;color:#111!important;padding:15px 24px!important;border-radius:12px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 15px 34px rgba(255,214,0,.22)!important;}
}

.ad-site-footer{position:relative!important;width:100%!important;max-width:1600px!important;margin:72px auto 0!important;padding:0!important;box-sizing:border-box!important;border:1px solid rgba(255,214,0,.24)!important;border-radius:22px!important;background:linear-gradient(135deg,rgba(19,24,12,.96),rgba(5,8,7,.94))!important;color:#fff!important;overflow:hidden!important;}
.ad-site-footer .footer-glow{position:absolute!important;inset:auto auto -120px -80px!important;width:360px!important;height:360px!important;border-radius:50%!important;background:rgba(255,214,0,.08)!important;filter:blur(35px)!important;pointer-events:none!important;}
.ad-site-footer .footer-grid{position:relative!important;display:grid!important;grid-template-columns:1.35fr .8fr .95fr .9fr!important;gap:44px!important;padding:64px 66px 54px!important;box-sizing:border-box!important;}
.ad-site-footer .footer-brand,.ad-site-footer .footer-col{min-width:0!important;}
.ad-site-footer .footer-logo{display:inline-flex!important;align-items:center!important;gap:12px!important;color:#fff!important;text-decoration:none!important;font-size:25px!important;font-weight:900!important;margin-bottom:24px!important;}
.ad-site-footer .footer-logo span{width:44px!important;height:44px!important;border:2px solid #ffd600!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#ffd600!important;font-weight:900!important;}
.ad-site-footer p{color:#d8d8d8!important;line-height:1.75!important;margin:0 0 20px!important;font-size:15px!important;}
.ad-site-footer h3{color:#ffd600!important;font-size:17px!important;text-transform:uppercase!important;margin:0 0 20px!important;letter-spacing:.4px!important;}
.ad-site-footer a,.ad-site-footer span{color:#ededed!important;text-decoration:none!important;font-weight:700!important;font-size:15px!important;line-height:1.6!important;}
.ad-site-footer a:hover{color:#ffd600!important;}
.ad-site-footer .footer-col a{display:block!important;margin:0 0 13px!important;}
.ad-site-footer .footer-contact{display:flex!important;flex-direction:column!important;gap:10px!important;margin-top:18px!important;}
.ad-site-footer .footer-contact a,.ad-site-footer .footer-contact span{display:flex!important;align-items:center!important;gap:10px!important;}
.ad-site-footer .footer-contact i{color:#ffd600!important;width:18px!important;text-align:center!important;}
.ad-site-footer .footer-bottom{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;border-top:1px solid rgba(255,255,255,.12)!important;padding:26px 66px!important;box-sizing:border-box!important;}
.ad-site-footer .footer-bottom p{margin:0!important;color:#e4e4e4!important;font-weight:700!important;}
.ad-site-footer .footer-socials{display:flex!important;align-items:center!important;gap:14px!important;}
.ad-site-footer .footer-socials a{width:40px!important;height:40px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,214,0,.55)!important;color:#ffd600!important;background:rgba(0,0,0,.25)!important;}

.chat-widget{position:fixed!important;right:34px!important;bottom:30px!important;z-index:999999!important;font-family:Inter,Arial,sans-serif!important;width:360px!important;max-width:calc(100vw - 48px)!important;pointer-events:none!important;}
.chat-widget *{box-sizing:border-box!important;}
.chat-panel{position:absolute!important;right:0!important;bottom:82px!important;width:360px!important;max-width:calc(100vw - 48px)!important;background:#f7f4ff!important;border:1px solid rgba(124,92,255,.35)!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 30px 70px rgba(0,0,0,.35)!important;opacity:0!important;visibility:hidden!important;transform:translateY(18px) scale(.98)!important;transition:.25s ease!important;pointer-events:auto!important;}
.chat-widget.active .chat-panel{opacity:1!important;visibility:visible!important;transform:translateY(0) scale(1)!important;}
.chat-head{display:flex!important;align-items:center!important;gap:13px!important;padding:18px 20px!important;background:linear-gradient(135deg,#2a255f,#7b4cff)!important;color:#fff!important;}
.chat-avatar,.chat-mini-avatar{width:46px!important;height:46px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ff6b35!important;color:#fff!important;font-weight:900!important;border:3px solid rgba(255,255,255,.85)!important;flex:0 0 auto!important;}
.chat-mini-avatar{width:34px!important;height:34px!important;border:0!important;font-size:13px!important;}
.chat-head strong{display:block!important;font-size:18px!important;line-height:1.1!important;color:#fff!important;}
.chat-head small{display:block!important;color:#ffd600!important;font-weight:800!important;margin-top:4px!important;}
.chat-close{margin-left:auto!important;background:transparent!important;border:0!important;color:#fff!important;font-size:30px!important;line-height:1!important;cursor:pointer!important;}
.chat-body{padding:20px!important;background:#f7f4ff!important;}
.chat-row{display:flex!important;gap:12px!important;align-items:flex-start!important;margin-bottom:16px!important;}
.chat-bubble{background:#fff!important;color:#161a2b!important;border:1px solid rgba(124,92,255,.18)!important;border-radius:16px!important;padding:14px 15px!important;font-size:14px!important;line-height:1.55!important;font-weight:700!important;box-shadow:0 8px 22px rgba(20,20,40,.06)!important;}
.chat-form{display:flex!important;flex-direction:column!important;gap:11px!important;margin-top:6px!important;}
.chat-form input,.chat-form textarea{width:100%!important;border:1px solid rgba(124,92,255,.18)!important;border-radius:12px!important;background:#fff!important;color:#111!important;padding:13px 14px!important;font-size:14px!important;font-weight:700!important;outline:none!important;}
.chat-form textarea{min-height:86px!important;resize:vertical!important;}
.chat-form button{border:0!important;border-radius:12px!important;background:linear-gradient(135deg,#ff6b35,#7b5cff)!important;color:#fff!important;font-size:15px!important;font-weight:900!important;padding:14px 18px!important;cursor:pointer!important;box-shadow:0 12px 24px rgba(123,92,255,.22)!important;}
.chat-status{display:block!important;text-align:center!important;color:#5b4bc4!important;font-weight:800!important;line-height:1.35!important;min-height:18px!important;}
.chat-start{text-align:center!important;color:#181a2c!important;font-weight:900!important;margin:16px 0 12px!important;}
.chat-actions{display:flex!important;justify-content:center!important;gap:15px!important;}
.chat-circle{width:48px!important;height:48px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;background:#16d86a!important;color:#fff!important;box-shadow:0 12px 25px rgba(0,0,0,.12)!important;}
.chat-circle::before{font-family:'Font Awesome 6 Brands';font-weight:400;font-size:23px!important;}
.whatsapp-action::before{content:'\f232';}
.phone-action{background:#7257ff!important;}
.phone-action::before{font-family:'Font Awesome 6 Free';font-weight:900;content:'\f095';}
.chat-toggle{margin-left:auto!important;width:64px!important;height:64px!important;border:0!important;border-radius:50%!important;background:linear-gradient(135deg,#ff6b35,#b554d9,#7257ff)!important;color:#fff!important;font-size:26px!important;display:grid!important;place-items:center!important;cursor:pointer!important;box-shadow:0 18px 42px rgba(0,0,0,.3)!important;pointer-events:auto!important;}
.chat-icon-close{display:none!important;font-size:38px!important;line-height:1!important;}
.chat-widget.active .chat-icon-open{display:none!important;}
.chat-widget.active .chat-icon-close{display:block!important;}

@media(max-width:1180px){
  .ad-site-footer .footer-grid{grid-template-columns:1fr 1fr!important;}
  .ad-site-footer .footer-brand{grid-column:1/-1!important;}
}
@media(max-width:900px){
  main.page{margin-left:0!important;width:100%!important;}
  main.page.seo-service-page,main.page.ad-unified-page,main.page.blog-page-layout,main.page.blog-single-layout{padding:86px 18px 42px!important;}
  .seo-service-page .service-hero,.seo-service-page .blog-hero.service-hero,.ad-unified-page .blog-hero.service-hero,.blog-page-layout .blog-hero{padding:30px 18px!important;min-height:auto!important;margin-bottom:28px!important;}
  .seo-service-page .blog-hero h1,.seo-service-page .service-hero h1,.ad-unified-page .blog-hero h1,.blog-page-layout .blog-hero h1{font-size:34px!important;}
  .seo-service-content .service-detail-card,.seo-service-content .panel,.seo-service-content .panel-wide{padding:28px 22px!important;}
  .ad-site-footer{border-radius:18px!important;margin-top:44px!important;}
  .ad-site-footer .footer-grid{grid-template-columns:1fr!important;padding:30px 26px!important;gap:28px!important;}
  .ad-site-footer .footer-bottom{padding:22px 26px!important;flex-direction:column!important;align-items:flex-start!important;}
  .chat-widget{right:12px!important;left:12px!important;bottom:14px!important;width:auto!important;max-width:none!important;}
  .chat-panel{right:0!important;left:0!important;width:100%!important;max-width:100%!important;bottom:78px!important;border-radius:18px!important;}
  .chat-toggle{margin-left:auto!important;width:58px!important;height:58px!important;}
}


/* === FINAL GLOBAL FOOTER MATCH INDEX + PAGE ALIGN FIX === */
:root{--ado-side:132px;--ado-content-max:1600px;}
@media (min-width:901px){
  body main.page{margin-left:var(--ado-side)!important;width:calc(100% - var(--ado-side))!important;padding-left:64px!important;padding-right:64px!important;box-sizing:border-box!important;}
  body main.page > .ad-site-footer,
  body .ad-site-footer{
    width:100%!important;max-width:var(--ado-content-max)!important;margin:70px auto 0!important;
    padding:0!important;box-sizing:border-box!important;border:1px solid rgba(255,214,0,.24)!important;border-radius:18px!important;
    background:linear-gradient(135deg,rgba(22,31,13,.82),rgba(5,9,7,.92))!important;overflow:hidden!important;color:#f4f4f4!important;
    transform:none!important;left:auto!important;right:auto!important;position:relative!important;
  }
  body .ad-site-footer .footer-glow{position:absolute!important;inset:0!important;pointer-events:none!important;background:radial-gradient(circle at 10% 20%,rgba(255,214,0,.12),transparent 28%),radial-gradient(circle at 85% 10%,rgba(255,214,0,.08),transparent 28%)!important;}
  body .ad-site-footer .footer-grid{display:grid!important;grid-template-columns:1.45fr .8fr .95fr .9fr!important;gap:56px!important;padding:56px 60px 48px!important;box-sizing:border-box!important;align-items:flex-start!important;position:relative!important;z-index:1!important;}
  body .ad-site-footer .footer-brand,body .ad-site-footer .footer-col{display:block!important;text-align:left!important;color:#e9e9e9!important;}
  body .ad-site-footer .footer-logo{display:inline-flex!important;align-items:center!important;gap:14px!important;font-size:24px!important;line-height:1.2!important;font-weight:900!important;color:#fff!important;text-decoration:none!important;margin:0 0 22px!important;}
  body .ad-site-footer .footer-logo span{width:48px!important;height:48px!important;border:2px solid #ffd600!important;border-radius:12px!important;display:inline-grid!important;place-items:center!important;color:#ffd600!important;font-size:20px!important;font-weight:900!important;letter-spacing:-1px!important;}
  body .ad-site-footer p{font-size:15px!important;line-height:1.75!important;color:#d9d9d9!important;margin:0 0 20px!important;font-weight:700!important;max-width:430px!important;}
  body .ad-site-footer .footer-contact{display:flex!important;flex-direction:column!important;gap:10px!important;margin-top:18px!important;}
  body .ad-site-footer .footer-contact a,body .ad-site-footer .footer-contact span{display:flex!important;align-items:center!important;gap:12px!important;color:#f1f1f1!important;font-size:15px!important;font-weight:800!important;text-decoration:none!important;line-height:1.4!important;}
  body .ad-site-footer .footer-contact i{color:#ffd600!important;width:18px!important;text-align:center!important;font-size:15px!important;}
  body .ad-site-footer .footer-col h3{font-size:16px!important;text-transform:uppercase!important;letter-spacing:.5px!important;color:#ffd600!important;margin:0 0 20px!important;line-height:1.2!important;font-weight:900!important;}
  body .ad-site-footer .footer-col a{display:block!important;color:#e9e9e9!important;font-size:15px!important;font-weight:800!important;line-height:1.35!important;margin:0 0 14px!important;text-decoration:none!important;}
  body .ad-site-footer .footer-col a:hover{color:#ffd600!important;}
  body .ad-site-footer .footer-bottom{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:20px!important;border-top:1px solid rgba(255,255,255,.12)!important;padding:22px 60px!important;position:relative!important;z-index:1!important;}
  body .ad-site-footer .footer-bottom p{margin:0!important;max-width:none!important;font-size:14px!important;color:#e8e8e8!important;font-weight:800!important;}
  body .ad-site-footer .footer-socials{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;}
  body .ad-site-footer .footer-socials a{width:38px!important;height:38px!important;border:1px solid #ffd600!important;border-radius:50%!important;display:grid!important;place-items:center!important;color:#ffd600!important;font-size:14px!important;text-decoration:none!important;background:transparent!important;}
  body .ad-site-footer .footer-socials a:hover{background:#ffd600!important;color:#111!important;}
  body .blog-hero, body .service-hero, body .seo-service-content, body .blog-content-layout{max-width:var(--ado-content-max)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
}
@media (max-width:900px){
  body main.page{margin-left:0!important;width:100%!important;padding-left:14px!important;padding-right:14px!important;box-sizing:border-box!important;}
  body .ad-site-footer{width:100%!important;margin:38px auto 0!important;border:1px solid rgba(255,214,0,.24)!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(22,31,13,.82),rgba(5,9,7,.92))!important;overflow:hidden!important;color:#f4f4f4!important;}
  body .ad-site-footer .footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:28px!important;padding:28px 24px!important;}
  body .ad-site-footer .footer-logo{display:inline-flex!important;align-items:center!important;gap:12px!important;font-size:22px!important;font-weight:900!important;color:#fff!important;}
  body .ad-site-footer .footer-logo span{width:44px!important;height:44px!important;border:2px solid #ffd600!important;border-radius:12px!important;display:inline-grid!important;place-items:center!important;color:#ffd600!important;}
  body .ad-site-footer p{font-size:14px!important;line-height:1.7!important;color:#ddd!important;}
  body .ad-site-footer .footer-col h3{font-size:15px!important;color:#ffd600!important;margin:0 0 14px!important;text-transform:uppercase!important;}
  body .ad-site-footer .footer-col a{display:block!important;color:#eee!important;font-size:14px!important;font-weight:800!important;margin:0 0 11px!important;}
  body .ad-site-footer .footer-contact{display:flex!important;flex-direction:column!important;gap:10px!important;}
  body .ad-site-footer .footer-contact a,body .ad-site-footer .footer-contact span{display:flex!important;gap:10px!important;color:#eee!important;font-size:14px!important;font-weight:800!important;}
  body .ad-site-footer .footer-contact i{color:#ffd600!important;}
  body .ad-site-footer .footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:16px!important;border-top:1px solid rgba(255,255,255,.12)!important;padding:20px 24px!important;}
  body .ad-site-footer .footer-bottom p{margin:0!important;font-size:13px!important;color:#eee!important;}
  body .ad-site-footer .footer-socials{display:flex!important;gap:10px!important;}
  body .ad-site-footer .footer-socials a{width:36px!important;height:36px!important;border:1px solid #ffd600!important;border-radius:50%!important;display:grid!important;place-items:center!important;color:#ffd600!important;}
}


/* === ADO FINAL FOOTER + TAG PAGE FIX OVERRIDE === */
:root{--ado-side:152px;--ado-content-max:1600px;--ado-page-pad:52px;}
@media (min-width:901px){
  body main.page{margin-left:var(--ado-side)!important;width:calc(100% - var(--ado-side))!important;padding:30px var(--ado-page-pad) 70px!important;box-sizing:border-box!important;}
  body main.page > .blog-hero,
  body main.page > .service-hero,
  body main.page > .packages-compact-hero,
  body main.page > .blog-single-wrap,
  body main.page > .package-tabs,
  body main.page > .package-block,
  body main.page > .blog-content-layout,
  body main.page > .blog-grid,
  body main.page > .seo-topic-links,
  body main.page > .seo-service-content,
  body main.page > .ad-site-footer{
    width:100%!important;max-width:var(--ado-content-max)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;
  }
  body main.page > .seo-service-content{padding-left:0!important;padding-right:0!important;}
  body .seo-service-content .service-detail-card,
  body .seo-service-content .panel,
  body .seo-service-content .panel-wide{width:100%!important;max-width:var(--ado-content-max)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
  body main.page > .ad-site-footer,
  body .ad-site-footer{
    position:relative!important;display:block!important;width:100%!important;max-width:var(--ado-content-max)!important;margin:56px auto 0!important;padding:0!important;box-sizing:border-box!important;overflow:hidden!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;border:1px solid rgba(255,212,0,.30)!important;border-radius:18px!important;background:linear-gradient(145deg,rgba(12,22,21,.92),rgba(4,7,7,.98))!important;box-shadow:0 30px 90px rgba(0,0,0,.35)!important;color:#f3f3f3!important;
  }
  body .ad-site-footer .footer-glow{position:absolute!important;inset:0!important;background:radial-gradient(circle at 18% 0%,rgba(255,212,0,.14),transparent 34%),radial-gradient(circle at 85% 20%,rgba(255,212,0,.08),transparent 30%)!important;pointer-events:none!important;}
  body .ad-site-footer .footer-grid{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:1.35fr .8fr .95fr .9fr!important;gap:56px!important;align-items:start!important;padding:56px 60px 48px!important;box-sizing:border-box!important;}
  body .ad-site-footer .footer-brand,body .ad-site-footer .footer-col{display:block!important;text-align:left!important;min-width:0!important;}
  body .ad-site-footer .footer-logo{display:inline-flex!important;align-items:center!important;gap:14px!important;margin:0 0 22px!important;color:#fff!important;text-decoration:none!important;font-size:24px!important;font-weight:900!important;line-height:1.2!important;}
  body .ad-site-footer .footer-logo span{width:48px!important;height:48px!important;display:inline-grid!important;place-items:center!important;border:2px solid #ffd600!important;border-radius:12px!important;color:#ffd600!important;font-size:20px!important;font-weight:900!important;letter-spacing:-1px!important;}
  body .ad-site-footer p{max-width:430px!important;margin:0 0 20px!important;color:#d9d9d9!important;font-size:15px!important;font-weight:700!important;line-height:1.75!important;}
  body .ad-site-footer .footer-contact{display:flex!important;flex-direction:column!important;gap:10px!important;margin-top:18px!important;}
  body .ad-site-footer .footer-contact a,body .ad-site-footer .footer-contact span{display:flex!important;align-items:center!important;gap:12px!important;color:#f1f1f1!important;font-size:15px!important;font-weight:800!important;line-height:1.4!important;text-decoration:none!important;}
  body .ad-site-footer .footer-contact i{width:18px!important;text-align:center!important;color:#ffd600!important;font-size:15px!important;}
  body .ad-site-footer .footer-col h3{margin:0 0 20px!important;color:#ffd600!important;font-size:16px!important;font-weight:900!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.5px!important;}
  body .ad-site-footer .footer-col a{display:block!important;margin:0 0 14px!important;color:#e9e9e9!important;font-size:15px!important;font-weight:800!important;line-height:1.35!important;text-decoration:none!important;}
  body .ad-site-footer .footer-col a:hover{color:#ffd600!important;}
  body .ad-site-footer .footer-bottom{position:relative!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;border-top:1px solid rgba(255,255,255,.12)!important;margin:0!important;padding:22px 60px!important;box-sizing:border-box!important;}
  body .ad-site-footer .footer-bottom p{max-width:none!important;margin:0!important;color:#e8e8e8!important;font-size:14px!important;font-weight:800!important;line-height:1.5!important;}
  body .ad-site-footer .footer-socials{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;}
  body .ad-site-footer .footer-socials a{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border:1px solid #ffd600!important;border-radius:50%!important;background:transparent!important;color:#ffd600!important;font-size:14px!important;text-decoration:none!important;}
  body .ad-site-footer .footer-socials a:hover{background:#ffd600!important;color:#111!important;}
}
@media (max-width:1180px) and (min-width:901px){
  body .ad-site-footer .footer-grid{grid-template-columns:1fr 1fr!important;gap:34px!important;}
  body .ad-site-footer .footer-brand{grid-column:1/-1!important;}
}
@media (max-width:900px){
  body main.page{margin-left:0!important;width:100%!important;padding:86px 16px 42px!important;box-sizing:border-box!important;}
  body .ad-site-footer{width:100%!important;margin:38px auto 0!important;padding:0!important;border:1px solid rgba(255,212,0,.30)!important;border-radius:16px!important;background:linear-gradient(145deg,rgba(12,22,21,.92),rgba(4,7,7,.98))!important;color:#f3f3f3!important;overflow:hidden!important;}
  body .ad-site-footer .footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:28px!important;padding:28px 24px!important;}
  body .ad-site-footer .footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:16px!important;border-top:1px solid rgba(255,255,255,.12)!important;padding:20px 24px!important;}
}

/* ===== FINAL FOOTER HIZA FIX - 28.05 ===== */
@media (min-width: 901px){
  body main.page > .ad-site-footer,
  body main.page.seo-service-page > .ad-site-footer,
  body main.page.ad-unified-page > .ad-site-footer,
  body main.page.blog-page-layout > .ad-site-footer,
  body main.page.blog-single-layout > .ad-site-footer{
    width: calc(100% - 84px) !important;
    max-width: 1600px !important;
    margin: 64px auto 0 auto !important;
    box-sizing: border-box !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
  }
  body .ad-site-footer .footer-grid{
    display: grid !important;
    grid-template-columns: 1.35fr .8fr .95fr .9fr !important;
    gap: 44px !important;
    padding: 56px 60px 48px !important;
    box-sizing: border-box !important;
  }
  body .ad-site-footer .footer-bottom{
    padding: 22px 60px !important;
    box-sizing: border-box !important;
  }
}


/* === ADO LONG SERVICE LANDING PAGES FINAL === */
@media (min-width:901px){
  body main.page.seo-service-page.ad-unified-page{padding-left:42px!important;padding-right:42px!important;margin-left:152px!important;max-width:none!important;}
  body .seo-service-page .blog-hero.service-hero,
  body .seo-service-page .seo-service-content,
  body .seo-service-page .ad-site-footer{width:100%!important;max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
  body .seo-service-page .seo-service-content .service-detail-card{width:100%!important;max-width:1600px!important;padding:56px 72px!important;box-sizing:border-box!important;}
  body .seo-service-page .ad-site-footer{padding:0!important;overflow:hidden!important;}
}
.service-toc{margin:0 0 42px!important;padding:28px 32px!important;border:1px solid rgba(255,214,0,.28)!important;border-radius:18px!important;background:rgba(255,214,0,.045)!important;}
.service-toc strong{display:block!important;color:#fff!important;font-size:28px!important;margin-bottom:16px!important;}
.service-toc ol{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 24px!important;margin:0!important;padding-left:22px!important;}
.service-toc a{color:#ffd600!important;text-decoration:none!important;font-weight:800!important;}
.service-anchor-block{scroll-margin-top:30px!important;margin:0 0 34px!important;padding-bottom:10px!important;border-bottom:1px solid rgba(255,255,255,.06)!important;}
.service-long-content .service-anchor-block h2{font-size:31px!important;color:#fff!important;margin:0 0 14px!important;line-height:1.25!important;}
.service-long-content .service-anchor-block p{font-size:17px!important;line-height:1.9!important;color:#e8e8e8!important;}
.service-mid-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;margin:34px 0!important;padding:24px 28px!important;border:1px solid rgba(255,214,0,.25)!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(255,214,0,.12),rgba(255,255,255,.03))!important;}
.service-mid-cta strong{font-size:22px!important;color:#fff!important;}
.service-mid-cta a{display:inline-flex!important;align-items:center!important;gap:8px!important;background:#ffd600!important;color:#111!important;padding:13px 20px!important;border-radius:12px!important;font-weight:900!important;text-decoration:none!important;white-space:nowrap!important;}
.service-faq{margin-top:42px!important;}
.service-faq h2{font-size:32px!important;margin-bottom:18px!important;}
.service-faq details{border:1px solid rgba(255,214,0,.2)!important;border-radius:14px!important;margin:12px 0!important;padding:18px 20px!important;background:rgba(0,0,0,.22)!important;}
.service-faq summary{cursor:pointer!important;color:#fff!important;font-weight:900!important;font-size:18px!important;}
.service-faq p{margin:12px 0 0!important;}
@media(max-width:900px){.service-toc ol{grid-template-columns:1fr!important}.service-mid-cta{flex-direction:column!important;align-items:flex-start!important}.service-long-content .service-anchor-block h2{font-size:24px!important}.service-long-content .service-anchor-block p{font-size:15px!important}}

/* service unique long content fixes */
.service-long-content .service-anchor-block{padding:26px 0;border-bottom:1px solid rgba(255,212,0,.08)}
.service-long-content .service-anchor-block h2{margin:0 0 14px;font-size:30px;line-height:1.25;color:#fff}
.service-long-content .service-anchor-block p{font-size:17px;line-height:1.9;color:rgba(255,255,255,.86);font-weight:600}
.service-toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 34px;margin:14px 0 0;padding-left:22px}
.service-toc a{color:#ffd400;text-decoration:none;font-weight:800}
@media(max-width:768px){.service-toc ol{grid-template-columns:1fr}.service-long-content .service-anchor-block h2{font-size:24px}.service-long-content .service-anchor-block p{font-size:15px;line-height:1.75}}


/* === ADO FINAL CLEANUP: mobile spacing, blog read link removal, safe asset layout === */
@media (max-width: 768px){
  body main.page{padding-top:0!important;}
  body .topbar{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;}
  body .mobile-toggle{top:12px!important;right:14px!important;}
  body .hero{padding-top:10px!important;margin-top:0!important;gap:0!important;}
  body .hero-copy{padding-top:0!important;margin-top:0!important;}
  body .hero-visual{margin-top:-6px!important;}
  body .blog-hero,
  body .service-hero{margin-top:0!important;}
}
.blog-grid .blog-card > .read-link{display:none!important;}


/* =========================================================
   FINAL MOBILE HEADER / HERO SPACING FIX
   Hamburger menü sabit kalır, hero içeriği menünün altına iner.
   ========================================================= */
@media only screen and (max-width: 768px){

  body .mobile-toggle,
  html body .mobile-toggle{
    position: fixed !important;
    top: 16px !important;
    right: 16px !important;
    width: 48px !important;
    height: 48px !important;
    z-index: 99999 !important;
  }

  body main.page,
  html body main.page{
    padding-top: 0 !important;
  }

  body section.hero#anasayfa,
  html body section.hero#anasayfa,
  body .page > .hero,
  html body .page > .hero{
    padding-top: 92px !important;
    margin-top: 0 !important;
    min-height: auto !important;
  }

  body section.hero#anasayfa .hero-copy,
  html body section.hero#anasayfa .hero-copy,
  body .hero .hero-copy,
  html body .hero .hero-copy{
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body .topbar,
  html body .topbar{
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body .hero .eyebrow,
  html body .hero .eyebrow{
    margin-top: 0 !important;
  }

  body .hero-visual,
  html body .hero-visual{
    margin-top: 18px !important;
  }
}

/* =========================================================
   ADO FINAL VISUAL RESTORE - BUTON / KART / MOBIL DENGE
   Temizlik sonrası kaybolan renk, buton ve kart görünümü geri alındı.
   ========================================================= */
:root{--ad-yellow:#ffd400;--ad-yellow2:#f3be00;--ad-dark:#050505;--ad-panel:rgba(6,22,20,.88);--ad-line:rgba(255,212,0,.34)}
.primary,
a.primary,
button.primary,
.contact-form-box button.primary,
.contact-form-box button[type="submit"]{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;
  background:linear-gradient(180deg,var(--ad-yellow),#ffc400)!important;color:#060606!important;
  border:0!important;border-radius:10px!important;padding:15px 26px!important;font-weight:900!important;
  text-decoration:none!important;box-shadow:0 16px 34px rgba(255,212,0,.24)!important;opacity:1!important;
}
.primary:hover,a.primary:hover,button.primary:hover{transform:translateY(-2px)!important;box-shadow:0 20px 44px rgba(255,212,0,.34)!important;color:#050505!important;}
.secondary,a.secondary{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;
  min-height:52px!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:10px!important;
  background:rgba(0,0,0,.22)!important;color:#fff!important;padding:0 24px!important;font-weight:900!important;
  text-decoration:none!important;opacity:1!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)!important;
}
.secondary:hover{border-color:var(--ad-yellow)!important;color:var(--ad-yellow)!important;background:rgba(255,212,0,.055)!important;}
.work-together,.work-dark,.cv-download-bottom{
  background:linear-gradient(135deg,rgba(10,28,26,.95),rgba(4,8,8,.96))!important;
  border:1px solid rgba(255,212,0,.34)!important;color:#fff!important;border-radius:10px!important;
  opacity:1!important;box-shadow:0 12px 30px rgba(0,0,0,.26)!important;
}
.work-together span,.cv-download-bottom span{color:#fff!important;opacity:1!important;}
.work-together i,.cv-download-bottom i{color:var(--ad-yellow)!important;opacity:1!important;filter:none!important;}
.about-social-row a,.socials a{
  border:1px solid var(--ad-yellow)!important;color:var(--ad-yellow)!important;background:rgba(255,212,0,.035)!important;
  opacity:1!important;filter:none!important;
}
.project-card,.case-card,.service-card,.tool-grid article,.panel,.panel-wide,.contact-cta,.contact-form-box{
  background:linear-gradient(125deg,rgba(8,24,22,.92),rgba(5,8,8,.96))!important;
  border-color:rgba(255,212,0,.32)!important;color:#fff!important;opacity:1!important;
}
.project-card h4,.case-card h4,.service-card h3,.panel h3,.panel h2{color:#fff!important;opacity:1!important;}
.project-card p,.case-card p,.service-card p,.panel p{color:#d8d8d8!important;opacity:1!important;}
.project-link,.case-card button,.case-body button{
  color:var(--ad-yellow)!important;background:transparent!important;border:0!important;opacity:1!important;font-weight:900!important;
}
.project-card img,.case-card img,.thumb img,.tool-grid img{
  opacity:1!important;filter:none!important;visibility:visible!important;
}
.project-card .thumb span,.thumb span{
  background:#101010!important;border-color:var(--ad-yellow)!important;color:var(--ad-yellow)!important;opacity:1!important;
  box-shadow:0 0 0 4px rgba(255,212,0,.08),0 0 24px rgba(255,212,0,.18)!important;
}
.ad-site-footer{
  background:linear-gradient(135deg,rgba(8,22,20,.94),rgba(4,8,8,.96))!important;
  border:1px solid rgba(255,212,0,.32)!important;color:#fff!important;opacity:1!important;
}
.ad-site-footer h3,.ad-site-footer h4{color:var(--ad-yellow)!important;opacity:1!important;}
.ad-site-footer a,.ad-site-footer p,.ad-site-footer li{color:#f4f4f4!important;opacity:1!important;}
.ad-site-footer a:hover{color:var(--ad-yellow)!important;}
.chat-toggle{opacity:1!important;visibility:visible!important;z-index:9998!important;}
.chat-widget{z-index:9999!important;}
@media (max-width:768px){
  .mobile-toggle{position:fixed!important;top:16px!important;right:16px!important;z-index:99999!important;background:var(--ad-yellow)!important;color:#050505!important;}
  .hero#anasayfa,.page>.hero{padding-top:82px!important;margin-top:0!important;min-height:auto!important;}
  .hero-copy{padding-top:0!important;margin-top:0!important;}
  .hero-visual{margin-top:16px!important;}
  .actions{gap:12px!important;}
  .primary,.secondary{width:100%!important;min-height:52px!important;}
}


/* === ORTAK SIDEBAR / ACTIVE / MOBIL NAV FINAL === */
.sidebar{
  opacity:1!important;
  filter:none!important;
  background:linear-gradient(90deg,#090909,#0d0d0d)!important;
  border-right:1px solid rgba(255,212,0,.22)!important;
}
.sidebar .brand,
.sidebar .brand strong,
.sidebar .brand small,
.sidebar .brand-mark{
  opacity:1!important;
  filter:none!important;
  visibility:visible!important;
}
.sidebar .brand-mark{color:#ffd400!important;}
.side-nav a{
  color:#d1d1d1!important;
  border:1px solid transparent!important;
  background:transparent!important;
}
.side-nav a i{color:#d2d2d2!important;}
.side-nav a.active,
.side-nav a:hover{
  border-color:#ffd400!important;
  color:#fff!important;
  background:rgba(255,212,0,.06)!important;
}
.side-nav a.active i,
.side-nav a:hover i{color:#ffd400!important;}
.side-bottom,
.side-bottom p,
.side-bottom .socials,
.side-bottom .socials a{
  opacity:1!important;
  filter:none!important;
}
@media only screen and (max-width:768px){
  .mobile-toggle{
    display:block!important;
    position:fixed!important;
    top:16px!important;
    right:16px!important;
    z-index:99999!important;
  }
  .hero{
    padding-top:92px!important;
    margin-top:0!important;
  }
  .page{padding-top:0!important;}
}


/* === LIVE CLEANUP: ortak sidebar, aktif menü, mobil boşluk, chat overlap === */
.sidebar{
  background:linear-gradient(90deg,#090909,#0d0d0d)!important;
  opacity:1!important;
  filter:none!important;
  z-index:999!important;
}
.sidebar .brand,
.sidebar .brand *,
.side-bottom,
.side-bottom *,
.side-nav a,
.side-nav a *{
  opacity:1!important;
  filter:none!important;
}
.sidebar .brand-mark{color:#ffd400!important;}
.side-nav a.active,
.side-nav a:hover{
  border-color:#ffd400!important;
  background:rgba(255,212,0,.08)!important;
  color:#fff!important;
}
.side-nav a.active i,
.side-nav a:hover i{color:#ffd400!important;}

@media (max-width:768px){
  .mobile-toggle{
    position:fixed!important;
    top:18px!important;
    right:18px!important;
    z-index:10000!important;
    display:grid!important;
    place-items:center!important;
  }
  .hero{padding-top:92px!important;margin-top:0!important;}
  .blog-hero,.service-hero{margin-top:28px!important;}
  .chat-widget.active{
    right:12px!important;
    bottom:84px!important;
    width:calc(100vw - 24px)!important;
    max-width:360px!important;
  }
  .chat-toggle{right:18px!important;bottom:18px!important;}
}

/* === ADO FINAL MENU + INNER PAGE MOBILE HERO FIX === */
.mobile-toggle{cursor:pointer!important;display:none;align-items:center;justify-content:center;}
.overlay{display:none;}
@media (max-width:900px){
  html body .mobile-toggle{display:flex!important;position:fixed!important;top:16px!important;right:16px!important;width:48px!important;height:48px!important;z-index:100000!important;background:#ffd400!important;color:#050505!important;border:0!important;border-radius:8px!important;box-shadow:0 14px 30px rgba(0,0,0,.25)!important;}
  html body .sidebar{width:170px!important;transform:translateX(-110%)!important;transition:transform .28s ease!important;z-index:99999!important;opacity:1!important;visibility:visible!important;filter:none!important;}
  html body .sidebar.open{transform:translateX(0)!important;}
  html body .overlay.show{display:block!important;position:fixed!important;inset:0!important;background:rgba(0,0,0,.68)!important;z-index:99990!important;}
  html body .page.blog-page-layout,
  html body .page.blog-single-layout,
  html body .page.ad-unified-page,
  html body .page.seo-service-page{padding-top:86px!important;}
  html body main.page > .packages-compact-hero{margin-top:86px!important;}
  html body .blog-hero,
  html body .service-hero,
  html body .packages-compact-hero{position:relative!important;z-index:1!important;}
  html body section.hero#anasayfa{padding-top:82px!important;}
  html body .side-nav a{pointer-events:auto!important;}
}
@media (max-width:480px){
  html body .page.blog-page-layout,
  html body .page.blog-single-layout,
  html body .page.ad-unified-page,
  html body .page.seo-service-page{padding-top:78px!important;}
  html body main.page > .packages-compact-hero{margin-top:78px!important;}
}
.blog-sidebar{display:flex!important;flex-direction:column!important;gap:24px!important;align-self:start!important;}
.blog-sidebar .sidebar-widget{position:relative!important;z-index:1!important;margin:0!important;}
.blog-sidebar .sticky-cta{position:sticky!important;top:24px!important;z-index:2!important;}
.blog-sidebar .sticky-cta + .sidebar-widget{margin-top:0!important;}
@media (max-width:991px){.blog-sidebar .sticky-cta{position:relative!important;top:auto!important;}}

/* footer-contact-size-fix */
.contact-cta,.ad-site-footer{width:100%;max-width:1360px;margin-left:auto;margin-right:auto;border-radius:28px}.contact-cta{padding:70px 60px;min-height:420px}.ad-site-footer{padding:70px 60px 30px;min-height:420px;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:900px){.contact-cta,.ad-site-footer{border-radius:22px;padding:32px 22px}.contact-cta,.ad-site-footer{min-height:auto}}

/* 2026-06-24 Milimetrik genel hizalama: menüden içerik ve footere kadar aynı kolon */
:root{--ad-left-gap:72px;--ad-right-gap:72px;--ad-max:1600px;}
body main.page{box-sizing:border-box!important;padding-left:var(--ad-left-gap)!important;padding-right:var(--ad-right-gap)!important;}
body main.page > section,
body main.page > header,
body main.page > footer,
body main.page > .blog-hero,
body main.page > .service-hero,
body main.page > .seo-service-content,
body main.page > .web-packages-wrap,
body main.page > .packages-section,
body main.page > .faq-section,
body main.page > .blog-cta-box,
body main.page > .ad-site-footer,
body main.page .content-shell,
body main.page .blog-content-layout,
body main.page .blog-page-wrap,
body main.page .blog-grid-with-sidebar{
  width:100%!important;max-width:var(--ad-max)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;
}
body main.page > .ad-site-footer{margin-top:64px!important;}
body main.page .blog-cta-box{max-width:var(--ad-max)!important;border-radius:22px!important;}
body .ad-site-footer{width:100%!important;max-width:var(--ad-max)!important;}
body .blog-grid-with-sidebar{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:28px!important;align-items:start!important;}
body .blog-grid{width:100%!important;max-width:none!important;}
@media(max-width:1200px){:root{--ad-left-gap:38px;--ad-right-gap:38px;}body .blog-grid-with-sidebar{grid-template-columns:1fr!important;}}
@media(max-width:900px){:root{--ad-left-gap:16px;--ad-right-gap:16px;}body main.page{padding-left:16px!important;padding-right:16px!important;}}

/* FINAL MILIMETRIK HIZA FIX - 2026-06-24 */
@media (min-width:901px){
  .ad-unified-page{padding-left:0!important;}
  .ad-unified-page > section,
  .ad-unified-page > footer,
  .ad-unified-page .blog-content-layout,
  .ad-unified-page .page-navi{width:calc(100% - 80px)!important;max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
  .ad-unified-page .service-hero,
  .ad-unified-page .blog-hero,
  .ad-unified-page .seo-service-content,
  .ad-unified-page .ad-site-footer{width:calc(100% - 80px)!important;max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
  .ad-unified-page .seo-service-content{padding-left:0!important;padding-right:0!important;}
  .ad-unified-page .seo-service-content > .service-detail-card,
  .ad-unified-page .seo-service-content > article.service-detail-card{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}
  .ad-unified-page .service-detail-card .service-detail-card{max-width:100%!important;}
  .ad-unified-page .ad-site-footer{padding-left:72px!important;padding-right:72px!important;}
  .ad-unified-page .blog-content-layout{display:block!important;}
  .blog-single-full-content{display:block!important;}
  .blog-single-full-content .service-detail-card{margin-bottom:34px!important;}
  .single-featured-img.service-featured-img{display:block;width:100%;max-height:430px;object-fit:cover;border-radius:18px;margin:32px auto 0;border:1px solid rgba(255,214,0,.35);}
  .post-meta-clean{display:flex!important;gap:12px!important;align-items:center!important;flex-wrap:wrap!important;padding:22px 28px!important;}
  .post-meta-clean a{color:#ffd600!important;text-decoration:none!important;border:1px solid rgba(255,214,0,.35);border-radius:999px;padding:6px 12px;font-size:13px;}
  /* Web paketleri ve SSS: soldan-sağa aynı çizgi */
  .package-page .package-hero,
  .package-page .package-filter,
  .package-page .package-section,
  .package-page .package-cta,
  .package-page .faq-section,
  .package-page .ad-site-footer,
  .web-packages-page .package-hero,
  .web-packages-page .package-filter,
  .web-packages-page .package-section,
  .web-packages-page .package-cta,
  .web-packages-page .faq-section,
  .web-packages-page .ad-site-footer,
  .web-paketleri-page .package-hero,
  .web-paketleri-page .package-filter,
  .web-paketleri-page .package-section,
  .web-paketleri-page .package-cta,
  .web-paketleri-page .faq-section,
  .web-paketleri-page .ad-site-footer{width:calc(100% - 80px)!important;max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
  .package-grid,.pricing-grid,.faq-list,.package-card-grid{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}
}
@media (max-width:900px){
  .ad-unified-page > section,.ad-unified-page > footer,.ad-unified-page .blog-content-layout,.ad-unified-page .seo-service-content{width:calc(100% - 28px)!important;margin-left:auto!important;margin-right:auto!important;}
  .single-featured-img.service-featured-img{width:100%;border-radius:16px;margin-top:20px;}
}

/* FINAL MILIMETRIK HIZA: menu-content-footer ayni container */
@media (min-width:901px){
  body main.page.ad-unified-page{padding-left:64px!important;padding-right:64px!important;box-sizing:border-box!important;}
  body main.page.ad-unified-page > section,
  body main.page.ad-unified-page > div,
  body main.page.ad-unified-page > article,
  body main.page.ad-unified-page > footer,
  body .ad-unified-page .blog-hero,
  body .ad-unified-page .package-hero,
  body .ad-unified-page .web-package-hero,
  body .ad-unified-page .seo-service-content,
  body .ad-unified-page .blog-content-layout,
  body .ad-unified-page .blog-cta-box,
  body .ad-unified-page .faq-section,
  body .ad-unified-page .web-faq,
  body .ad-unified-page .package-faq,
  body .ad-unified-page .ad-site-footer{
    width:100%!important;max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;
  }
  body .ad-unified-page .faq-section > *,
  body .ad-unified-page .web-faq > *,
  body .ad-unified-page .package-faq > *,
  body .ad-unified-page details,
  body .ad-unified-page .faq-item{box-sizing:border-box!important;width:100%!important;max-width:100%!important;}
}

/* === Final blog/service order and card alignment fixes === */
.ad-unified-page .compact-tags{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;margin:28px 0 30px!important;padding:16px 18px!important;border:1px solid rgba(255,214,0,.24)!important;border-radius:14px!important;background:rgba(255,214,0,.035)!important;min-height:auto!important;max-width:100%!important}.ad-unified-page .compact-tags span{color:#fff!important;font-weight:900!important;margin-right:4px!important}.ad-unified-page .compact-tags a{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:7px 12px!important;border:1px solid rgba(255,214,0,.30)!important;border-radius:999px!important;background:rgba(255,214,0,.08)!important;color:#ffd600!important;font-size:13px!important;line-height:1!important}.ad-unified-page .related-service-box{margin-top:34px!important;margin-bottom:0!important}.ad-unified-page .post-prev-next{display:none!important}.web-paketleri-page .seo-service-content{padding-top:0!important}.web-paketleri-page .service-detail-card,.web-paketleri-page .toc-box,.web-paketleri-page .post-tags-row,.web-paketleri-page .internal-link-box.related-service-box{display:none!important}.web-paketleri-page .package-tabs{margin-top:0!important}.web-paketleri-page .package-block{width:100%!important;max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.web-paketleri-page .package-faq{width:100%!important;max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.ad-unified-page .blog-hero,.ad-unified-page .service-hero,.ad-unified-page .seo-service-content,.ad-unified-page .ad-site-footer{max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.ad-unified-page .seo-service-content{width:100%!important}.ad-unified-page .seo-service-content > .service-detail-card{width:100%!important;max-width:1600px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}@media(max-width:900px){.ad-unified-page .compact-tags{padding:12px!important;gap:8px!important}.ad-unified-page .compact-tags a{font-size:12px!important}.web-paketleri-page .package-block,.web-paketleri-page .package-faq{max-width:100%!important}}

/* === 2026-06-26 NET HİZA FIX: tüm sayfalarda aynı sol-sağ çizgi === */
:root{--ad-shell-max:1600px!important;--ad-side-w:152px!important;--ad-page-x:52px!important;}
body{overflow-x:hidden!important;}
body main.page{margin-left:var(--ad-side-w)!important;padding-left:var(--ad-page-x)!important;padding-right:var(--ad-page-x)!important;box-sizing:border-box!important;}
body main.page > .blog-hero,
body main.page > .service-hero,
body main.page > .contact-cta,
body main.page > .ad-site-footer,
body main.page > .blog-content-layout,
body main.page > .seo-service-content,
body main.page > .seo-topic-links,
body main.page > .blog-single-wrap{width:100%!important;max-width:var(--ad-shell-max)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}

/* Hero alanları aynı ölçü */
body main.page > .blog-hero,
body main.page > .service-hero,
body main.page > .blog-hero.service-hero{min-height:250px!important;padding:58px 70px!important;margin-top:0!important;margin-bottom:54px!important;border-radius:18px!important;border:1px solid rgba(255,214,0,.30)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;}

/* Blog liste: kart alanı ve footer aynı genişlikte başlar/biter */
body main.blog-page-layout > .blog-content-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:26px!important;align-items:start!important;margin-bottom:0!important;}
body .blog-grid-with-sidebar{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px!important;align-items:stretch!important;width:100%!important;max-width:100%!important;}
body .blog-card{height:100%!important;min-height:430px!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important;}
body .blog-card-img{height:230px!important;width:100%!important;object-fit:cover!important;}
body .blog-card .card-tags{margin-top:auto!important;}
body .blog-sidebar{width:100%!important;max-width:360px!important;}
body main.blog-page-layout > .ad-site-footer{margin-top:54px!important;}

/* Web paketleri: hero, filtreler, paket blokları, CTA ve footer aynı hizada */
body main.web-paketleri-page > .seo-service-content{width:100%!important;max-width:var(--ad-shell-max)!important;padding:42px 0 0!important;margin:0 auto!important;}
body main.web-paketleri-page .package-tabs,
body main.web-paketleri-page .package-block,
body main.web-paketleri-page .package-faq,
body main.web-paketleri-page .blog-cta-box{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}
body main.web-paketleri-page .package-tabs{display:flex!important;justify-content:center!important;margin:0 0 54px!important;}
body main.web-paketleri-page .package-block{margin-bottom:64px!important;}
body main.web-paketleri-page .pricing-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px!important;align-items:stretch!important;width:100%!important;}
body main.web-paketleri-page .pricing-card{height:100%!important;min-height:660px!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important;}
body main.web-paketleri-page .pricing-card ul{flex:1 1 auto!important;}
body main.web-paketleri-page .pricing-card .vl-btn1,
body main.web-paketleri-page .pricing-card .package-offer-btn{margin-top:auto!important;}
body main.web-paketleri-page > .ad-site-footer{margin-top:54px!important;}

/* Index CTA ve footer aynı dış çizgide */
body main.page > .contact-cta{min-height:520px!important;margin-top:54px!important;margin-bottom:0!important;padding:58px 70px!important;border-radius:18px!important;}
body main.page > .ad-site-footer{margin-top:54px!important;border-radius:18px!important;overflow:hidden!important;}
body main.page > .ad-site-footer .footer-grid{grid-template-columns:1.35fr .8fr .95fr .9fr!important;}

/* Mobil chat: ekranın üstüne yapışmasın, içeride kaydırılsın */
@media(max-width:900px){
  :root{--ad-page-x:16px!important;--ad-side-w:0px!important;}
  body main.page{margin-left:0!important;padding:86px var(--ad-page-x) 42px!important;}
  body main.page > .blog-hero,
  body main.page > .service-hero,
  body main.page > .blog-hero.service-hero,
  body main.page > .contact-cta{min-height:auto!important;padding:30px 18px!important;margin-bottom:26px!important;}
  body main.blog-page-layout > .blog-content-layout{grid-template-columns:1fr!important;gap:22px!important;}
  body .blog-grid-with-sidebar{grid-template-columns:1fr!important;gap:22px!important;}
  body .blog-card{min-height:auto!important;}
  body .blog-card-img{height:190px!important;}
  body .blog-sidebar{max-width:100%!important;}
  body main.web-paketleri-page > .seo-service-content{padding-top:24px!important;}
  body main.web-paketleri-page .package-tabs{margin-bottom:30px!important;}
  body main.web-paketleri-page .pricing-grid{grid-template-columns:1fr!important;gap:22px!important;}
  body main.web-paketleri-page .pricing-card{min-height:auto!important;}
  body main.page > .ad-site-footer .footer-grid{grid-template-columns:1fr!important;padding:26px!important;gap:22px!important;}
  body main.page > .ad-site-footer .footer-bottom{padding:18px 26px!important;flex-direction:column!important;align-items:flex-start!important;}
  body .chat-widget{position:fixed!important;right:12px!important;left:auto!important;bottom:12px!important;width:auto!important;max-width:none!important;z-index:999999!important;}
  body .chat-panel{position:fixed!important;left:14px!important;right:14px!important;top:82px!important;bottom:84px!important;width:auto!important;max-width:none!important;max-height:none!important;border-radius:18px!important;overflow:hidden!important;transform:translateY(10px) scale(.98)!important;}
  body .chat-widget.active .chat-panel{transform:translateY(0) scale(1)!important;}
  body .chat-head{padding:14px 16px!important;}
  body .chat-body{height:100%!important;max-height:none!important;overflow-y:auto!important;padding:16px!important;}
  body .chat-bubble{font-size:13px!important;line-height:1.45!important;}
  body .chat-form input,body .chat-form textarea{padding:12px 13px!important;font-size:13px!important;}
  body .chat-form textarea{min-height:76px!important;}
  body .chat-toggle{width:56px!important;height:56px!important;}
}
@media(max-width:520px){
  body .chat-panel{left:10px!important;right:10px!important;top:76px!important;bottom:78px!important;}
  body .chat-head strong{font-size:16px!important;}
  body .chat-start{margin:12px 0 10px!important;}
}

/* === AD FINAL LOCK: tüm sayfalarda aynı hiza + mobil chat === */
:root{--ad-final-max:1520px;--ad-final-page-x:42px;}
@media (min-width:901px){
  body main.page,
  body main.page.ad-unified-page,
  body main.page.blog-page-layout,
  body main.page.blog-single-layout,
  body main.page.seo-service-page{
    padding-left:var(--ad-final-page-x)!important;
    padding-right:var(--ad-final-page-x)!important;
  }
  body main.page > .blog-hero,
  body main.page > .service-hero,
  body main.page > .blog-content-layout,
  body main.page > .blog-grid,
  body main.page > .page-navi,
  body main.page > .seo-service-content,
  body main.page > .contact-cta,
  body main.page > .ad-site-footer,
  body main.page .project-grid,
  body main.page .services-grid,
  body main.page .skills-grid,
  body main.page .case-grid{
    width:100%!important;
    max-width:var(--ad-final-max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  body main.page > .blog-hero,
  body main.page > .service-hero{
    min-height:245px!important;
    padding:56px 70px!important;
    margin-top:0!important;
    margin-bottom:42px!important;
    border-radius:18px!important;
  }
  body main.web-paketleri-page > .blog-hero,
  body main.web-paketleri-page > .service-hero{
    max-width:var(--ad-final-max)!important;
    margin-bottom:54px!important;
  }
  body main.web-paketleri-page > .seo-service-content{
    max-width:var(--ad-final-max)!important;
    padding:0 0 76px!important;
  }
  body main.web-paketleri-page .package-tabs,
  body main.web-paketleri-page .package-block,
  body main.web-paketleri-page .package-faq,
  body main.web-paketleri-page .blog-cta-box{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }
  body main.web-paketleri-page .package-tabs{
    margin-top:0!important;
    margin-bottom:52px!important;
  }
  body main.web-paketleri-page .pricing-grid{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:26px!important;
  }
  body main.web-paketleri-page .pricing-card{
    width:100%!important;
    min-height:660px!important;
    height:100%!important;
  }
  body .blog-content-layout{
    grid-template-columns:minmax(0,1fr) 360px!important;
    gap:26px!important;
    align-items:start!important;
  }
  body .blog-grid-with-sidebar{
    width:100%!important;
    max-width:none!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:22px!important;
  }
  body .blog-card{
    width:100%!important;
    min-height:470px!important;
    display:flex!important;
    flex-direction:column!important;
  }
  body .blog-card .card-tags{margin-top:auto!important;}
  body .ad-site-footer{
    width:100%!important;
    max-width:var(--ad-final-max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    margin-top:56px!important;
    box-sizing:border-box!important;
  }
  body .contact-cta{
    width:100%!important;
    max-width:var(--ad-final-max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  body .footer-grid{padding:52px 58px!important;}
  body .footer-bottom{padding-left:58px!important;padding-right:58px!important;}
}
@media (max-width:900px){
  :root{--ad-final-page-x:16px;}
  body main.page,
  body main.page.ad-unified-page,
  body main.page.blog-page-layout,
  body main.page.blog-single-layout,
  body main.page.seo-service-page{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  body main.page > .blog-hero,
  body main.page > .service-hero,
  body main.page > .blog-content-layout,
  body main.page > .seo-service-content,
  body main.page > .contact-cta,
  body main.page > .ad-site-footer{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
  body main.page > .blog-hero,
  body main.page > .service-hero{
    padding:28px 18px!important;
    margin-bottom:24px!important;
    border-radius:16px!important;
  }
  body .blog-content-layout{display:block!important;}
  body .blog-grid-with-sidebar{grid-template-columns:1fr!important;}
  body .blog-sidebar{margin-top:20px!important;}
  body .ad-site-footer{margin-top:34px!important;}
  body .footer-grid{padding:26px!important;}
  body .footer-bottom{padding:18px 26px!important;}
  body .chat-widget{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    width:auto!important;
    max-width:none!important;
    z-index:999999!important;
  }
  body .chat-panel{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:auto!important;
    bottom:82px!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    max-height:min(640px,calc(100dvh - 104px))!important;
    border-radius:18px!important;
    overflow:hidden!important;
    transform-origin:bottom right!important;
  }
  body .chat-body{
    max-height:calc(100dvh - 205px)!important;
    overflow-y:auto!important;
    padding:16px!important;
  }
  body .chat-head{padding:14px 16px!important;}
  body .chat-form input,
  body .chat-form textarea{font-size:14px!important;padding:12px 14px!important;}
  body .chat-form textarea{min-height:72px!important;}
  body .chat-toggle{width:56px!important;height:56px!important;margin-left:auto!important;}
}
@media (max-width:390px){
  body .chat-panel{left:8px!important;right:8px!important;bottom:76px!important;max-height:calc(100dvh - 94px)!important;}
  body .chat-body{max-height:calc(100dvh - 195px)!important;padding:14px!important;}
  body .chat-bubble{font-size:13px!important;line-height:1.4!important;}
  body .chat-actions{gap:14px!important;}
}

/*
  AD DESIGN SYSTEM LOCK
  Tek container, tek grid, tek kart, tek boşluk, tek radius ve tek shadow sistemi.
  Bu dosya eski çakışan container/card/grid kurallarını en sonda bastırır.
*/
:root{
  --ad-sidebar:130px;
  --ad-container:1380px;
  --ad-gutter:clamp(22px,3.2vw,56px);
  --ad-gap:24px;
  --ad-section-gap:72px;
  --ad-card-pad:24px;
  --ad-radius:18px;
  --ad-radius-lg:22px;
  --ad-border:rgba(255,214,0,.34);
  --ad-border-soft:rgba(255,214,0,.22);
  --ad-bg-card:linear-gradient(135deg,rgba(11,31,27,.94),rgba(4,8,8,.96));
  --ad-bg-panel:linear-gradient(135deg,rgba(12,32,28,.92),rgba(5,9,9,.97));
  --ad-shadow:0 20px 60px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.035);
  --ad-shadow-yellow:0 0 0 1px rgba(255,214,0,.18), 0 20px 55px rgba(255,214,0,.08);
  --ad-hero-min:300px;
  --ad-cta-min:520px;
}

*{box-sizing:border-box;}
html,body{overflow-x:hidden!important;}
body{margin:0;}

/* PAGE / SINGLE CONTAINER SYSTEM */
body main.page,
body .page,
body main.page.ad-unified-page,
body main.page.blog-page-layout,
body main.page.blog-single-layout,
body main.page.seo-service-page{
  margin-left:var(--ad-sidebar)!important;
  width:calc(100% - var(--ad-sidebar))!important;
  max-width:none!important;
  padding:30px var(--ad-gutter) 72px!important;
}
body main.page > .topbar{display:none!important;}

body main.page > .hero,
body main.page > .about-pro,
body main.page > .projects,
body main.page > .service-section,
body main.page > .tools-section,
body main.page > .contact-cta,
body main.page > .ad-site-footer,
body main.page > .blog-hero,
body main.page > .blog-content-layout,
body main.page > .page-navi,
body main.page > .seo-service-content,
body main.page > .seo-topic-links,
body main.page > .blog-single-wrap,
body main.page .package-tabs,
body main.page .package-block,
body main.page .package-faq,
body main.page .package-cta,
body main.page .faq-section,
body main.page .web-packages-wrap,
body main.page .packages-section{
  width:100%!important;
  max-width:var(--ad-container)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  transform:none!important;
  float:none!important;
  clear:both!important;
}

/* SECTION SPACING SYSTEM */
body main.page > .hero,
body main.page > .blog-hero{margin-top:0!important;margin-bottom:var(--ad-section-gap)!important;}
body main.page > .about-pro,
body main.page > .projects,
body main.page > .service-section,
body main.page > .tools-section,
body main.page > .seo-service-content,
body main.page > .seo-topic-links{
  margin-top:0!important;
  margin-bottom:var(--ad-section-gap)!important;
}
body main.page > .contact-cta{margin-top:0!important;margin-bottom:36px!important;}
body main.page > .ad-site-footer{margin-top:0!important;margin-bottom:0!important;}
body main.blog-page-layout > .page-navi{margin-top:18px!important;margin-bottom:46px!important;}
body main.blog-page-layout > .blog-content-layout{margin-top:0!important;margin-bottom:0!important;}

/* PANEL / HERO / CTA / FOOTER SYSTEM */
body main.page > .hero,
body main.page > .blog-hero,
body main.page > .contact-cta,
body main.page > .ad-site-footer,
body .service-detail-card,
body .panel-wide,
body .package-block,
body .package-cta,
body .faq-section,
body .package-faq{
  border:1px solid var(--ad-border)!important;
  border-radius:var(--ad-radius-lg)!important;
  background:var(--ad-bg-panel)!important;
  box-shadow:var(--ad-shadow)!important;
  overflow:hidden!important;
}
body main.page > .hero{min-height:620px!important;}
body main.page > .blog-hero,
body main.web-paketleri-page > .blog-hero,
body main.seo-service-page > .blog-hero.service-hero{
  min-height:var(--ad-hero-min)!important;
  padding:58px clamp(28px,5vw,76px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  text-align:center!important;
}
body main.page > .contact-cta{
  min-height:var(--ad-cta-min)!important;
  padding:58px clamp(28px,5vw,76px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
body main.page > .ad-site-footer{background:var(--ad-bg-panel)!important;}

/* GRID SYSTEM */
body .about-pro-grid,
body .project-grid,
body .case-grid,
body .portfolio-more,
body .service-grid,
body .tools-grid,
body .pricing-grid,
body .package-card-grid,
body .blog-grid,
body .blog-grid-with-sidebar{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  display:grid!important;
  gap:var(--ad-gap)!important;
  align-items:stretch!important;
}
body .about-pro-grid{grid-template-columns:minmax(0,1fr) 360px!important;}
body .project-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
body .case-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
body .portfolio-more{display:block!important;}
body .service-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
body .tools-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:18px!important;}
body .pricing-grid,
body .package-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
body main.blog-page-layout > .blog-content-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:var(--ad-gap)!important;align-items:start!important;}
body main.blog-page-layout .blog-grid-with-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
body main.blog-page-layout .blog-sidebar{width:100%!important;max-width:100%!important;margin:0!important;}

/* CARD SYSTEM */
body .project-card,
body .case-card,
body .service-card,
body .tool-card,
body .pricing-card,
body .blog-card,
body .package-card,
body .about-pro .panel,
body .about-support{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:100%!important;
  border:1px solid var(--ad-border-soft)!important;
  border-radius:var(--ad-radius)!important;
  background:var(--ad-bg-card)!important;
  box-shadow:var(--ad-shadow)!important;
  overflow:hidden!important;
}
body .project-card,
body .service-card,
body .tool-card,
body .pricing-card,
body .package-card,
body .blog-card,
body .case-card{
  display:flex!important;
  flex-direction:column!important;
}
body .project-card{
  min-height:210px!important;
  padding:var(--ad-card-pad)!important;
  flex-direction:row!important;
  gap:22px!important;
  align-items:center!important;
}
body .project-card > div:last-child,
body .case-body,
body .blog-card > :not(img):not(a),
body .service-card,
body .tool-card,
body .pricing-card,
body .package-card{
  min-width:0!important;
}
body .project-card > div:last-child,
body .case-body{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
}
body .project-card button,
body .case-body button,
body .blog-card .card-tags,
body .pricing-card .package-btn,
body .package-card .package-btn{margin-top:auto!important;}

/* IMAGE / MEDIA SYSTEM */
body .project-card .thumb{
  width:190px!important;
  min-width:190px!important;
  height:116px!important;
  border-radius:14px!important;
  overflow:visible!important;
}
body .project-card .thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:14px!important;
  display:block!important;
}
body .case-card > img,
body .blog-card-img,
body .blog-card > a > img{
  width:100%!important;
  height:clamp(150px,11vw,180px)!important;
  min-height:clamp(150px,11vw,180px)!important;
  max-height:clamp(150px,11vw,180px)!important;
  object-fit:cover!important;
  display:block!important;
  border-radius:0!important;
}
body .case-body{padding:22px!important;}
body .case-body h4,
body .blog-card h2,
body .project-card h4{margin-top:0!important;}
body .case-body p,
body .project-card p,
body .blog-card p{line-height:1.55!important;}

/* PACKAGE / WEB PAKETLERI SYSTEM */
body main.web-paketleri-page > .seo-service-content{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
body main.web-paketleri-page .package-tabs{display:flex!important;justify-content:center!important;gap:12px!important;margin-bottom:48px!important;}
body main.web-paketleri-page .package-block{padding:clamp(26px,4vw,52px)!important;margin-bottom:var(--ad-section-gap)!important;}
body main.web-paketleri-page .package-faq{padding:clamp(22px,3vw,38px)!important;margin-bottom:36px!important;}
body main.web-paketleri-page .package-cta{padding:clamp(34px,5vw,62px)!important;margin-bottom:0!important;text-align:center!important;}

/* FOOTER SYSTEM */
body .ad-site-footer .footer-grid{
  display:grid!important;
  grid-template-columns:1.35fr .8fr .95fr .9fr!important;
  gap:48px!important;
  padding:52px 58px!important;
  align-items:start!important;
}
body .ad-site-footer .footer-bottom{
  padding:22px 58px!important;
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:20px!important;
}

/* CHAT MOBILE SYSTEM */
body .chat-widget{position:fixed!important;right:18px!important;bottom:18px!important;left:auto!important;width:auto!important;z-index:999999!important;}
body .chat-toggle{width:58px!important;height:58px!important;margin-left:auto!important;}
body .chat-panel{position:fixed!important;right:18px!important;left:auto!important;bottom:88px!important;width:390px!important;max-width:calc(100vw - 36px)!important;max-height:min(640px,76svh)!important;top:auto!important;overflow:hidden!important;border-radius:22px!important;}
body .chat-body{max-height:calc(min(640px,76svh) - 82px)!important;overflow-y:auto!important;}

/* RESPONSIVE SYSTEM - tek media query mantığı */
@media(max-width:1280px){
  :root{--ad-container:1120px;--ad-gap:22px;}
  body .project-grid,
  body .case-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  body .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  body .tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  body main.blog-page-layout > .blog-content-layout{grid-template-columns:1fr!important;}
  body main.blog-page-layout .blog-grid-with-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:900px){
  :root{--ad-sidebar:0px;--ad-gutter:16px;--ad-gap:18px;--ad-section-gap:42px;--ad-hero-min:auto;--ad-cta-min:auto;}
  body main.page,
  body .page,
  body main.page.ad-unified-page,
  body main.page.blog-page-layout,
  body main.page.blog-single-layout,
  body main.page.seo-service-page{
    margin-left:0!important;
    width:100%!important;
    padding:86px var(--ad-gutter) 44px!important;
  }
  body main.page > .hero,
  body main.page > .blog-hero,
  body main.web-paketleri-page > .blog-hero,
  body main.seo-service-page > .blog-hero.service-hero,
  body main.page > .contact-cta{
    padding:30px 18px!important;
    border-radius:16px!important;
  }
  body .about-pro-grid,
  body .project-grid,
  body .case-grid,
  body .service-grid,
  body .tools-grid,
  body .pricing-grid,
  body .package-card-grid,
  body main.blog-page-layout .blog-grid-with-sidebar{
    grid-template-columns:1fr!important;
  }
  body .project-card{flex-direction:column!important;align-items:stretch!important;min-height:0!important;}
  body .project-card .thumb{width:100%!important;min-width:0!important;height:170px!important;}
  body .case-card > img,
  body .blog-card-img,
  body .blog-card > a > img{height:190px!important;min-height:190px!important;max-height:190px!important;}
  body .ad-site-footer{border-radius:16px!important;}
  body .ad-site-footer .footer-grid{grid-template-columns:1fr!important;padding:26px!important;gap:22px!important;}
  body .ad-site-footer .footer-bottom{padding:18px 26px!important;align-items:flex-start!important;flex-direction:column!important;}
  body .chat-widget{right:12px!important;bottom:12px!important;}
  body .chat-toggle{width:56px!important;height:56px!important;}
  body .chat-panel{left:12px!important;right:12px!important;bottom:78px!important;width:auto!important;max-width:none!important;max-height:72svh!important;top:auto!important;border-radius:18px!important;}
  body .chat-body{max-height:calc(72svh - 76px)!important;padding:15px!important;overflow-y:auto!important;}
}
@media(max-width:420px){
  body .chat-panel{left:8px!important;right:8px!important;bottom:74px!important;max-height:70svh!important;}
  body .chat-body{max-height:calc(70svh - 74px)!important;}
}


/* INDEX PROJECT GRID FINAL SIZE FIX - compact cards ile media kart sistemini net ayırır */
:root{
  --ad-compact-card-h:196px;
  --ad-compact-thumb-w:180px;
  --ad-compact-thumb-h:104px;
}
body main.page #projelerim .project-grid{
  grid-auto-rows:minmax(var(--ad-compact-card-h),auto)!important;
}
body main.page #projelerim .project-card{
  min-height:var(--ad-compact-card-h)!important;
  height:100%!important;
  padding:22px!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  gap:22px!important;
}
body main.page #projelerim .project-card .thumb{
  width:var(--ad-compact-thumb-w)!important;
  min-width:var(--ad-compact-thumb-w)!important;
  height:var(--ad-compact-thumb-h)!important;
}
body main.page #projelerim .project-card .thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
body main.page #projelerim .project-card h4{
  font-size:22px!important;
  line-height:1.15!important;
  margin:0 0 12px!important;
}
body main.page #projelerim .project-card p{
  font-size:15px!important;
  line-height:1.55!important;
  margin:0 0 12px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:4!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
body main.page #projelerim .project-card .project-link{
  margin-top:auto!important;
}
body main.page #projelerim .case-grid{
  grid-auto-rows:1fr!important;
}
body main.page #projelerim .case-card{
  height:100%!important;
}
@media(max-width:1280px){
  :root{--ad-compact-card-h:200px;--ad-compact-thumb-w:170px;--ad-compact-thumb-h:104px;}
}
@media(max-width:900px){
  body main.page #projelerim .project-card{
    min-height:0!important;
    flex-direction:column!important;
    align-items:stretch!important;
  }
  body main.page #projelerim .project-card .thumb{
    width:100%!important;
    min-width:0!important;
    height:180px!important;
  }
}

/* INDEX PROJECT-GRID WIDTH/HEIGHT ALIGN FIX - sadece #projelerim üst çözüm kartları */
@media (min-width:901px){
  body main.page #projelerim{
    width:100%!important;
    max-width:var(--ad-container)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body main.page #projelerim > .project-grid{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:var(--ad-gap)!important;
    align-items:stretch!important;
    grid-auto-rows:1fr!important;
  }
  body main.page #projelerim > .project-grid > .project-card{
    width:100%!important;
    max-width:none!important;
    min-height:288px!important;
    height:100%!important;
    padding:28px!important;
    align-self:stretch!important;
  }
  body main.page #projelerim > .project-grid > .project-card .thumb{
    width:190px!important;
    min-width:190px!important;
    height:126px!important;
  }
  body main.page #projelerim > .project-grid > .project-card h4{
    font-size:24px!important;
    line-height:1.12!important;
  }
  body main.page #projelerim > .project-grid > .project-card p{
    -webkit-line-clamp:5!important;
  }
}
@media (min-width:901px) and (max-width:1280px){
  body main.page #projelerim > .project-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}

/* WEB PAKETLERI FINAL — kartlar içerik kadar, tek tik, rozet ve CTA hizası */
body main.web-paketleri-page .pricing-grid,
body main.web-paketleri-page .trusted-pricing{
  align-items:start!important;
  grid-auto-rows:auto!important;
}
body main.web-paketleri-page .pricing-card,
body main.web-paketleri-page .trusted-pricing .pricing-card{
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
}
body main.web-paketleri-page .pricing-card ul,
body main.web-paketleri-page .trusted-pricing .pricing-card ul{
  flex:0 0 auto!important;
  min-height:0!important;
}
body main.web-paketleri-page .pricing-card li::marker,
body main.web-paketleri-page .trusted-pricing .pricing-card li::marker{
  content:""!important;
  font-size:0!important;
}
body main.web-paketleri-page .pricing-head,
body main.web-paketleri-page .pricing-head h3,
body main.web-paketleri-page .pricing-head .price,
body main.web-paketleri-page .pricing-head p{
  text-align:center!important;
}
body main.web-paketleri-page .plan-badge,
body main.web-paketleri-page .popular-badge{
  top:-18px!important;
  z-index:10!important;
}
body main.web-paketleri-page .package-cta h2,
body main.web-paketleri-page .package-cta h3{
  color:#fff!important;
}
body main.web-paketleri-page .package-cta p{
  color:#d7d7d7!important;
}

/* === WEB PAKETLERI ROZET VE FIYAT FINAL FIX === */
/* Yalnızca Web Paketleri sayfasını etkiler. */
body main.web-paketleri-page .package-block,
body main.web-paketleri-page .pricing-grid,
body main.web-paketleri-page .pricing-grid.trusted-pricing{
    overflow:visible !important;
}

body main.web-paketleri-page .pricing-card.featured,
body main.web-paketleri-page .pricing-card.glow-card,
body main.web-paketleri-page .trusted-pricing .pricing-card.featured,
body main.web-paketleri-page .trusted-pricing .pricing-card.glow-card{
    position:relative !important;
    overflow:visible !important;
}

body main.web-paketleri-page .plan-badge,
body main.web-paketleri-page .popular-badge{
    position:absolute !important;
    left:50% !important;
    right:auto !important;
    top:-18px !important;
    transform:translateX(-50%) !important;
    z-index:50 !important;
}

body main.web-paketleri-page .pricing-head .price{
    width:100% !important;
    margin:0 auto 10px !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:center !important;
    gap:8px !important;
    text-align:center !important;
}

body main.web-paketleri-page .pricing-head .price small{
    display:inline-flex !important;
    align-items:flex-end !important;
    margin:0 0 3px !important;
    line-height:1 !important;
}
/* === END WEB PAKETLERI ROZET VE FIYAT FINAL FIX === */
/* === AD MODERN SEO PACKAGE ENRICHMENT === */
.web-paketleri-page .pricing-card li > i.fa-check,.web-paketleri-page .pricing-card li > i.fa-circle-check,.web-paketleri-page .pricing-card li > .check-icon{display:none!important}.web-paketleri-page .pricing-card li::marker{content:""!important}
.web-paketleri-page .pricing-card .package-audience{margin:0 30px 18px!important;padding:11px 14px!important;border:1px solid rgba(255,212,0,.22)!important;border-radius:12px!important;background:rgba(255,212,0,.055)!important;color:#dce4e1!important;font-size:12px!important;line-height:1.5!important;text-align:center!important;font-weight:800!important}.web-paketleri-page .pricing-card .package-audience strong{color:#ffd400!important}
.web-paketleri-page .pricing-card .vat-note{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;margin:14px auto 0!important;padding:7px 12px!important;border:1px solid rgba(255,212,0,.28)!important;border-radius:999px!important;background:rgba(255,212,0,.07)!important;color:#ffd400!important;font-size:11px!important;font-weight:900!important}
.web-paketleri-page .seo-extra-section{width:100%!important;max-width:1540px!important;margin:46px auto 56px!important}.web-paketleri-page .seo-extra-heading{max-width:900px!important;margin:0 auto 26px!important;text-align:center!important}.web-paketleri-page .seo-extra-heading h2{margin:0 0 12px!important;color:#fff!important;font-size:38px!important;line-height:1.15!important;font-weight:900!important;letter-spacing:-.7px!important}.web-paketleri-page .seo-extra-heading p{max-width:760px!important;margin:0 auto!important;color:#d4dcda!important;font-size:15px!important;line-height:1.75!important;font-weight:750!important}
.web-paketleri-page .package-compare-wrap{overflow:auto!important;border:1px solid rgba(255,212,0,.30)!important;border-radius:18px!important;background:radial-gradient(circle at 50% 0,rgba(255,212,0,.08),transparent 38%),linear-gradient(145deg,rgba(12,22,21,.94),rgba(4,8,8,.985))!important;box-shadow:0 26px 80px rgba(0,0,0,.35)!important}.web-paketleri-page .package-compare-table{width:100%!important;min-width:820px!important;border-collapse:collapse!important;color:#eef3f1!important}.web-paketleri-page .package-compare-table th,.web-paketleri-page .package-compare-table td{padding:17px 18px!important;border-bottom:1px solid rgba(255,212,0,.14)!important;border-right:1px solid rgba(255,212,0,.10)!important;text-align:center!important;font-size:13px!important;font-weight:800!important}.web-paketleri-page .package-compare-table th:first-child,.web-paketleri-page .package-compare-table td:first-child{text-align:left!important;min-width:230px!important}.web-paketleri-page .package-compare-table th{background:rgba(255,212,0,.075)!important;color:#fff!important;font-size:14px!important;font-weight:900!important}.web-paketleri-page .package-compare-table th:nth-child(3){color:#070707!important;background:linear-gradient(180deg,#ffd400,#ffc400)!important}.web-paketleri-page .package-compare-table tr:last-child td{border-bottom:0!important}.web-paketleri-page .package-compare-table th:last-child,.web-paketleri-page .package-compare-table td:last-child{border-right:0!important}.web-paketleri-page .compare-yes{color:#ffd400!important;font-size:16px!important}.web-paketleri-page .compare-no{color:#75817d!important}.web-paketleri-page .compare-emphasis{color:#ffd400!important;font-weight:900!important}
.web-paketleri-page .seo-process-note{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:22px 0 0!important}.web-paketleri-page .seo-process-note>div{min-height:116px!important;padding:18px!important;border:1px solid rgba(255,212,0,.23)!important;border-radius:15px!important;background:linear-gradient(145deg,rgba(12,22,21,.78),rgba(4,8,8,.94))!important;text-align:center!important}.web-paketleri-page .seo-process-note i{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;margin:0 auto 10px!important;border:1px solid rgba(255,212,0,.55)!important;border-radius:50%!important;color:#ffd400!important;font-size:17px!important;box-shadow:0 0 18px rgba(255,212,0,.14)!important}.web-paketleri-page .seo-process-note strong{display:block!important;margin-bottom:5px!important;color:#fff!important;font-size:13px!important;font-weight:900!important}.web-paketleri-page .seo-process-note span{color:#cbd4d1!important;font-size:11.5px!important;line-height:1.45!important;font-weight:750!important}
.web-paketleri-page .seo-short-faq{display:grid!important;gap:12px!important;margin-top:46px!important}.web-paketleri-page .seo-short-faq details{border:1px solid rgba(255,212,0,.26)!important;border-radius:14px!important;background:linear-gradient(145deg,rgba(12,22,21,.82),rgba(4,8,8,.96))!important;padding:18px 20px!important}.web-paketleri-page .seo-short-faq summary{cursor:pointer!important;color:#fff!important;font-size:14px!important;line-height:1.45!important;font-weight:900!important}.web-paketleri-page .seo-short-faq summary::marker{color:#ffd400!important}.web-paketleri-page .seo-short-faq p{margin:12px 0 0!important;color:#d3dbd8!important;font-size:13px!important;line-height:1.75!important;font-weight:750!important}
@media(max-width:1100px){.web-paketleri-page .seo-process-note{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:700px){.web-paketleri-page .seo-extra-heading h2{font-size:30px!important}.web-paketleri-page .seo-process-note{grid-template-columns:1fr!important}.web-paketleri-page .pricing-card .package-audience{margin-left:22px!important;margin-right:22px!important}}
/* === END AD MODERN SEO PACKAGE ENRICHMENT === */


/* SEO karşılaştırma bölümü, SEO paket kartlarının hemen altında */
.web-paketleri-page .package-block[data-package="seo"] + .seo-extra-section,
.web-paketleri-page #seo.package-block + .seo-extra-section{
  margin-top:24px!important;
}

/* === FINAL SAFE PACKAGE + BLOG FIX === */

/* Blog yazısı: paragraf ve liste başlangıçlarını aynı çizgiye al */
.blog-post-type .service-detail-card > p,
.blog-post-type .service-long-content > p{
    margin:0 0 25px !important;
    color:#dfe7e4 !important;
    font-size:17px !important;
    line-height:1.92 !important;
    font-weight:650 !important;
}
.blog-post-type .service-detail-card > h2,
.blog-post-type .service-long-content > h2{
    margin:44px 0 18px !important;
    color:#fff !important;
    font-size:31px !important;
    line-height:1.25 !important;
}
.blog-post-type .service-detail-card > ul,
.blog-post-type .service-detail-card > ol,
.blog-post-type .service-long-content > ul,
.blog-post-type .service-long-content > ol{
    width:100% !important;
    margin:20px 0 30px !important;
    padding:18px 20px !important;
    list-style:none !important;
    border:1px solid rgba(255,212,0,.18) !important;
    border-left:3px solid #ffd400 !important;
    border-radius:13px !important;
    background:linear-gradient(135deg,rgba(255,212,0,.045),rgba(8,18,16,.46)) !important;
}
.blog-post-type .service-detail-card > ul li,
.blog-post-type .service-detail-card > ol li,
.blog-post-type .service-long-content > ul li,
.blog-post-type .service-long-content > ol li{
    position:relative !important;
    margin:0 0 12px !important;
    padding:0 0 0 27px !important;
    color:#edf3f1 !important;
    font-size:16px !important;
    line-height:1.72 !important;
    font-weight:700 !important;
}
.blog-post-type .service-detail-card > ul li:last-child,
.blog-post-type .service-detail-card > ol li:last-child,
.blog-post-type .service-long-content > ul li:last-child,
.blog-post-type .service-long-content > ol li:last-child{
    margin-bottom:0 !important;
}
.blog-post-type .service-detail-card > ul li::before,
.blog-post-type .service-long-content > ul li::before{
    content:"" !important;
    position:absolute !important;
    left:1px !important;
    top:.68em !important;
    width:8px !important;
    height:8px !important;
    border:2px solid #ffd400 !important;
    border-radius:50% !important;
    background:#07110f !important;
    box-shadow:0 0 10px rgba(255,212,0,.38) !important;
}

/* Tüm kategori karşılaştırmaları SEO bölümündeki sağlam tasarımı kullanır */
.web-paketleri-page .package-extra-section{
    width:100% !important;
    max-width:1540px !important;
    margin:30px auto 56px !important;
}
.web-paketleri-page .package-extra-section.hidden-pack{
    display:none !important;
}
.web-paketleri-page .compare-mobile-cue{
    display:none !important;
}
.web-paketleri-page .package-compare-shell{
    position:relative !important;
}
.web-paketleri-page .package-extra-section .seo-process-note{
    margin-top:24px !important;
}
.web-paketleri-page .package-extra-section .seo-short-faq{
    margin-bottom:0 !important;
}

/* Mobilde tablo yatay kalsın; yana kaydığı açıkça belli olsun */
@media(max-width:700px){
    .blog-post-type .service-detail-card > p,
    .blog-post-type .service-long-content > p{
        font-size:15.5px !important;
        line-height:1.84 !important;
        margin-bottom:22px !important;
    }
    .blog-post-type .service-detail-card > h2,
    .blog-post-type .service-long-content > h2{
        margin:36px 0 15px !important;
        font-size:25px !important;
    }
    .blog-post-type .service-detail-card > ul,
    .blog-post-type .service-detail-card > ol,
    .blog-post-type .service-long-content > ul,
    .blog-post-type .service-long-content > ol{
        margin:17px 0 25px !important;
        padding:16px 15px !important;
    }
    .blog-post-type .service-detail-card > ul li,
    .blog-post-type .service-detail-card > ol li,
    .blog-post-type .service-long-content > ul li,
    .blog-post-type .service-long-content > ol li{
        font-size:14.5px !important;
    }

    .web-paketleri-page .package-extra-section{
        max-width:100% !important;
        margin-top:24px !important;
    }
    .web-paketleri-page .compare-mobile-cue{
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;
        gap:12px !important;
        width:100% !important;
        margin:0 0 11px !important;
        padding:11px 14px !important;
        border:1px solid rgba(255,212,0,.32) !important;
        border-radius:12px !important;
        background:linear-gradient(90deg,rgba(255,212,0,.12),rgba(255,212,0,.035)) !important;
        color:#fff !important;
        font-size:12px !important;
        line-height:1.35 !important;
        font-weight:850 !important;
    }
    .web-paketleri-page .compare-mobile-cue i{
        color:#ffd400 !important;
        font-size:18px !important;
        animation:adSafeSwipe 1.5s ease-in-out infinite !important;
    }
    @keyframes adSafeSwipe{
        0%,100%{transform:translateX(-4px)}
        50%{transform:translateX(7px)}
    }
    .web-paketleri-page .package-compare-shell::after{
        content:"" !important;
        position:absolute !important;
        top:0 !important;
        right:0 !important;
        bottom:9px !important;
        width:38px !important;
        z-index:8 !important;
        pointer-events:none !important;
        border-radius:0 18px 18px 0 !important;
        background:linear-gradient(90deg,transparent,rgba(255,212,0,.17)) !important;
    }
    .web-paketleri-page .package-compare-wrap{
        width:100% !important;
        max-width:100% !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        -webkit-overflow-scrolling:touch !important;
        scrollbar-width:thin !important;
        scrollbar-color:#ffd400 rgba(255,255,255,.08) !important;
    }
    .web-paketleri-page .package-compare-wrap::-webkit-scrollbar{
        height:8px !important;
    }
    .web-paketleri-page .package-compare-wrap::-webkit-scrollbar-track{
        background:rgba(255,255,255,.07) !important;
        border-radius:99px !important;
    }
    .web-paketleri-page .package-compare-wrap::-webkit-scrollbar-thumb{
        background:#ffd400 !important;
        border-radius:99px !important;
    }
    .web-paketleri-page .package-compare-table{
        min-width:780px !important;
    }
    .web-paketleri-page .package-compare-table th:first-child,
    .web-paketleri-page .package-compare-table td:first-child{
        position:sticky !important;
        left:0 !important;
        z-index:5 !important;
        min-width:174px !important;
        max-width:174px !important;
        background:#0a1513 !important;
        box-shadow:8px 0 18px rgba(0,0,0,.36) !important;
    }
    .web-paketleri-page .package-compare-table thead th:first-child{
        z-index:7 !important;
        background:#1a2114 !important;
    }
}
/* === END FINAL SAFE PACKAGE + BLOG FIX === */

