:root{
    --blue:#003b88;
    --yellow:#ffd200;
    --green:#20c46a;
    --bg:#f4f7fb;
    --muted:#66768b;
    --text:#10203c;
    --soft:#eef4fb;
    --card-shadow:0 24px 70px rgba(10,33,68,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:linear-gradient(180deg,#eef4fb 0%,#f9fbfe 34%,#eef3f8 100%);overflow-x:hidden}
a{color:inherit}
img{max-width:100%;display:block} iframe{max-width:100%}
button,input,textarea,select{font:inherit}
body.lightbox-open{overflow:hidden}

.topbar{background:#061426;color:#d9e5f5;border-bottom:1px solid rgba(255,255,255,.08)}
.topbar-inner{max-width:1440px;margin:auto;padding:10px 28px;display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:14px}
.topbar-links{display:flex;gap:18px;flex-wrap:wrap}
.topbar a{text-decoration:none;color:#fff;font-weight:700}

.site-header{
    position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;
    margin:16px auto 0;max-width:1440px;padding:18px 28px;border-radius:28px;
    background:rgba(6,20,38,var(--header-opacity));backdrop-filter:blur(22px);color:white;border:1px solid rgba(255,255,255,.14);
    box-shadow:0 24px 70px rgba(8,22,45,.20);transition:all .24s ease
}
.site-header.scrolled{background:rgba(6,20,38,var(--header-scrolled-opacity));margin-top:8px}
.brand-wrap{display:flex;flex-direction:column;gap:6px}
.brand{display:flex;flex-direction:column;gap:6px;text-decoration:none;font-weight:900;letter-spacing:.2px}
.brand strong{font-size:28px;line-height:1}
.brand span{font-size:12px;letter-spacing:3px;color:var(--yellow)}
.brand img{display:block;height:auto;max-height:72px;object-fit:contain}
.brand-note{color:#bfcee2;font-size:12px}

.site-nav{display:flex;justify-content:center;gap:8px;align-items:center;min-width:0}
.nav-item{position:relative;display:flex;align-items:center;gap:6px}
.nav-item>a{padding:14px 16px;border-radius:16px;text-decoration:none;font-weight:700;color:#f2f6fb;transition:background .2s ease,color .2s ease}
.nav-item>a:hover,.nav-item.open>a,.nav-item:hover>a{background:rgba(255,255,255,.10);color:#fff}
.dropdown{
    position:absolute;left:0;top:calc(100% + 14px);min-width:220px;padding:12px;background:rgba(10,26,51,.96);border-radius:18px;
    box-shadow:0 24px 70px rgba(0,0,0,.28);display:none;border:1px solid rgba(255,255,255,.08)
}
.nav-item:hover .dropdown,.nav-item.open .dropdown{display:block}
.dropdown a{display:block;padding:11px 12px;border-radius:12px;text-decoration:none;color:#e9f0fb}
.dropdown a:hover{background:rgba(255,255,255,.08)}
.submenu-toggle,.nav-toggle{display:none;background:none;border:none;color:white;cursor:pointer}
.submenu-toggle{font-size:15px;padding:8px}
.nav-toggle{font-size:28px;padding:6px 10px;border-radius:14px}
.header-cta{display:flex;gap:12px;align-items:center}
.btn,.ghost-btn,.call{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 22px;border-radius:999px;text-decoration:none;font-weight:900;border:none;cursor:pointer;transition:transform .18s ease, box-shadow .18s ease, background .18s ease}
.btn:hover,.ghost-btn:hover,.call:hover{transform:translateY(-2px)}
.btn{background:linear-gradient(135deg,var(--yellow),#ffe98a);color:#12264a;box-shadow:0 18px 40px rgba(255,210,0,.26)}
.btn.small{padding:12px 18px;font-size:14px}
.ghost-btn{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.16)}
.ghost-btn.bright{background:rgba(255,255,255,.14)}
.call{background:#fff;color:var(--blue);box-shadow:0 18px 40px rgba(255,255,255,.14)}
.inline-link{text-decoration:none;font-weight:800;color:var(--blue)}

.hero{
    position:relative;min-height:var(--hero-height);display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:24px;
    max-width:1480px;margin:12px auto 0;padding:0 20px 30px;align-items:end
}
.slides{position:absolute;inset:0 20px 0 20px;border-radius:34px;overflow:hidden;box-shadow:0 38px 100px rgba(6,20,38,.30)}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .9s,transform 1.2s;transform:scale(1.03)}
.slide.active{opacity:1;transform:scale(1)}
.slide-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.image-mode{background-size:cover;background-position:center}
.slide-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(3,18,42,.92) 0%,rgba(3,47,109,.62) 44%,rgba(5,30,60,.26) 100%)}
.hero-copy{position:absolute;left:56px;bottom:76px;max-width:660px;color:white;z-index:2;width:min(660px,calc(100% - 470px))}
.kicker,.section-kicker{display:inline-flex;align-items:center;gap:12px;letter-spacing:3px;color:var(--yellow);font-weight:900;font-size:13px;text-transform:uppercase}
.kicker:before,.section-kicker:before{content:"";display:block;width:52px;height:5px;background:linear-gradient(90deg,var(--yellow),var(--blue));border-radius:999px}
.hero-chip{display:inline-flex;margin-top:16px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#eef4ff;font-weight:700}
.hero h1{font-size:58px;line-height:1;margin:16px 0 14px;letter-spacing:-1.4px}
.hero p{font-size:19px;line-height:1.62;color:#d9e6f6;max-width:610px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.hero-side-panel{position:absolute;right:38px;top:50%;transform:translateY(-50%);z-index:3;display:grid;gap:7px;width:min(318px,28vw)}
.glass-head{display:none}
.glass-head strong{font-size:30px;line-height:1.15;display:block}
.glass-head p{margin:10px 0 0;color:#d8e4f2;line-height:1.7}
.glass-card{
    display:flex;gap:12px;align-items:center;padding:13px 15px;border-radius:22px;
    background:linear-gradient(135deg,rgba(255,255,255,var(--glass-opacity)),rgba(118,145,194,.14));
    border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(18px);color:white;box-shadow:0 18px 46px rgba(0,0,0,.16)
}
.glass-card span,.feature-card span,.stat-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#fff7c2,var(--yellow));font-size:22px;flex:0 0 54px}
.glass-card b{font-size:16px;display:block;line-height:1.15}
.glass-card p{margin:5px 0 0;color:#edf3fb;line-height:1.38;font-size:13px}

.stats-shell{position:relative;z-index:4;max-width:1380px;margin:-44px auto 0;padding:0 26px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stat-card{display:flex;gap:16px;align-items:center;padding:24px;border-radius:28px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.85);box-shadow:var(--card-shadow)}
.stat-card strong{display:block;font-size:34px;line-height:1;color:var(--blue)}
.stat-card span{display:block;font-size:16px;font-weight:800;margin-top:6px}
.stat-card small{display:block;color:var(--muted);margin-top:6px;line-height:1.45}

.feature-row{position:relative;z-index:3;max-width:1380px;margin:36px auto 0;padding:0 26px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.feature-card{
    min-height:184px;padding:28px;background:rgba(255,255,255,.96);border-radius:30px;text-decoration:none;color:var(--text);
    box-shadow:var(--card-shadow);border:1px solid rgba(255,255,255,.92);display:flex;gap:18px;align-items:flex-start;min-width:0
}
.feature-card h3{font-size:24px;margin:0 0 10px}
.feature-card p{margin:0;color:var(--muted);line-height:1.65}

.section,.content-block,.contact{max-width:1380px;margin:30px auto 0;padding:58px 56px;border-radius:34px;background:white;box-shadow:var(--card-shadow)}
.section-soft{background:linear-gradient(180deg,#ffffff 0%,#f6f9fd 100%)}
.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}
.content-block h2,.section h2,.contact h2{font-size:50px;line-height:1.05;margin:18px 0 12px;letter-spacing:-1.2px}
.content-block p,.section p,.contact p{font-size:18px;line-height:1.8;color:var(--muted)}
.about-split{display:grid;grid-template-columns:1.2fr .8fr;gap:26px;align-items:center}
.about-panel-card{padding:30px;border-radius:28px;background:linear-gradient(160deg,#0b1e39,#123d7e);color:white;box-shadow:0 24px 60px rgba(6,20,38,.24)}
.about-panel-card h3{font-size:30px;line-height:1.2;margin:12px 0}
.about-panel-card p{color:#dce6f5;margin:0 0 18px}
.mini-badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-weight:800;font-size:13px;color:var(--yellow)}
.premium-list{margin:0;padding-left:18px;color:#fff;line-height:1.9}

.card-grid{display:grid;gap:24px}
.card-grid.three,.card-grid.products{grid-template-columns:repeat(3,1fr)}
.premium-card{background:linear-gradient(180deg,#fff 0%,#f7faff 100%);border-radius:30px;overflow:hidden;border:1px solid #e4ebf5;box-shadow:0 20px 56px rgba(31,54,87,.10)}
.promo-card img,.product-card img{width:100%;height:240px;object-fit:cover;display:block}
.promo-card div,.product-body{padding:26px}
.product-body h3{margin:8px 0 10px;font-size:26px}
.product-body p{margin:0 0 16px;color:var(--muted)}
.product-card b{color:var(--blue)}
.product-bottom{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}
.product-card strong{color:var(--blue);font-size:24px}
.promo-card h3{font-size:28px;margin:12px 0 10px}
.promo-card p{margin:0 0 18px;color:var(--muted)}

.category-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}
.category-chip{background:#fff;border:1px solid rgba(0,59,136,.10);border-radius:28px;padding:28px;box-shadow:0 20px 50px rgba(0,35,85,.08);display:flex;flex-direction:column;gap:10px;min-height:190px}
.category-chip span{font-size:38px}
.category-chip b{color:var(--blue);font-size:20px}
.category-chip small{color:#667085;line-height:1.65}

.testimonial-section{background:linear-gradient(160deg,#f3f8ff,#ffffff)}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.testimonial-grid article{background:#fff;border-radius:28px;padding:28px;box-shadow:0 18px 42px rgba(0,35,85,.08);border-top:4px solid var(--yellow)}
.testimonial-grid p{font-size:18px;line-height:1.75;color:#24364b;margin:0}
.testimonial-grid b{display:block;color:var(--blue);margin-top:18px;font-size:18px}
.testimonial-grid small{color:#667085}

.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gallery-card{display:block;position:relative;border-radius:24px;overflow:hidden;box-shadow:0 16px 36px rgba(0,35,85,.12);text-decoration:none;min-height:220px;background:#edf3fb}
.gallery-card img{width:100%;height:100%;min-height:220px;object-fit:cover;display:block;transition:transform .25s ease}
.gallery-card span{position:absolute;left:16px;right:16px;bottom:16px;padding:12px 14px;border-radius:16px;background:rgba(6,20,38,.62);color:#fff;font-weight:800;backdrop-filter:blur(14px)}
.gallery-card:hover img{transform:scale(1.04)}

.contact{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.contact-stack{display:grid;gap:14px;margin:22px 0 26px}
.contact-item{display:flex;justify-content:space-between;gap:14px;padding:18px 20px;border-radius:20px;background:#f6f9fd;border:1px solid #e4ecf6}
.contact-item strong{color:var(--blue)}
.contact-item span{color:#3a4d66;font-weight:700;text-align:right}
.premium-form{background:#f7faff;border:1px solid #e4ecf6;padding:24px;border-radius:26px}
input,textarea,select{width:100%;padding:16px 18px;border:1px solid #dde5ef;border-radius:16px;margin-bottom:14px;font-size:16px;background:#fff;color:var(--text)}
textarea{min-height:132px;resize:vertical}
.success-box,.note-box,.alert,.error-box{padding:14px 16px;border-radius:16px;margin-bottom:16px}
.success-box{background:#ecfff4;color:#0e7c49;border:1px solid #b5efcc}
.note-box{background:#f5f9ff;color:#33557a;border:1px solid #dce8fb}
.alert{background:#fff1f1;color:#ad1111}
.map-box iframe{width:100%;height:280px;border:0;border-radius:22px}

.footer{display:flex;gap:24px;justify-content:space-between;align-items:center;padding:38px 40px;margin-top:30px;background:#071326;color:white;flex-wrap:wrap}
.footer p{margin:8px 0 0;color:#c4d2e4;max-width:560px;line-height:1.7}
.footer-meta{display:flex;gap:16px;flex-wrap:wrap;color:#dbe7f7}

.floating-stack{position:fixed;left:24px;bottom:24px;z-index:45;display:flex;flex-direction:column;gap:12px}
.floating{padding:14px 18px;border-radius:999px;text-decoration:none;font-weight:900;display:flex;align-items:center;gap:10px;box-shadow:0 16px 35px rgba(0,0,0,.18)}
.phone-float{background:#ffffff;color:var(--blue)}
.wa-float{background:var(--green);color:white}

.lightbox{position:fixed;inset:0;background:rgba(4,14,28,.88);display:none;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;z-index:100;padding:24px}
.lightbox.open{display:grid}
.lightbox-figure{display:grid;justify-items:center;gap:14px;margin:0}
.lightbox img{max-width:min(1200px,90vw);max-height:78vh;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.42)}
.lightbox-caption{max-width:min(980px,90vw);text-align:center;color:#f8fbff;display:grid;gap:6px}
.lightbox-caption strong{font-size:18px;line-height:1.35}
.lightbox-caption small{font-size:14px;line-height:1.55;color:#d5e3f6}
.lightbox-close{position:absolute;top:28px;right:28px;width:56px;height:56px;border-radius:50%;border:none;background:#fff;color:#10203c;font-size:36px;cursor:pointer}
.lightbox-nav{width:58px;height:58px;border-radius:50%;border:none;background:rgba(255,255,255,.94);color:#10203c;font-size:38px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(0,0,0,.22)}
.lightbox-nav:disabled{opacity:.45;cursor:default}
@media (max-width: 900px){.lightbox{grid-template-columns:1fr;padding:18px}.lightbox img{max-width:92vw;max-height:72vh}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev{left:14px}.lightbox-next{right:14px}.lightbox-caption strong{font-size:16px}.lightbox-caption small{font-size:13px}}

.login-body{display:grid;place-items:center;min-height:100vh;background:linear-gradient(135deg,#071326,var(--blue))}
.login-card{width:min(470px,92vw);background:white;border-radius:32px;padding:38px;box-shadow:0 30px 80px rgba(0,0,0,.3)}
.login-card h1{margin:0;color:var(--blue)}

.admin-body{display:grid;grid-template-columns:290px 1fr;min-height:100vh;background:#eef3fb}
.admin-sidebar{background:linear-gradient(180deg,#071326 0%,#0b2342 100%);color:white;padding:24px 20px;display:flex;flex-direction:column;gap:8px}
.admin-logo{font-size:30px;font-weight:900;margin-bottom:20px}
.admin-logo span{font-size:12px;color:var(--yellow);letter-spacing:3px}
.admin-sidebar a{color:white;text-decoration:none;padding:13px 14px;border-radius:14px}
.admin-sidebar a:hover{background:rgba(255,255,255,.10)}
.admin-main{padding:26px}
.admin-top{display:flex;justify-content:space-between;align-items:center;background:white;border-radius:24px;padding:18px 22px;margin-bottom:22px;box-shadow:0 12px 32px rgba(31,54,87,.08)}
.panel,.admin-form{background:white;border-radius:28px;padding:24px;margin-bottom:22px;box-shadow:0 12px 32px rgba(31,54,87,.08)}
.admin-form h2,.panel h2{margin:4px 0 14px;color:var(--blue)}
.dash-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}
.dash-grid div{background:white;border-radius:24px;padding:24px;box-shadow:0 12px 32px rgba(31,54,87,.08)}
.dash-grid span{display:block;font-size:34px;font-weight:900;color:var(--blue);margin-top:8px}
.admin-table{width:100%;border-collapse:collapse;background:white;border-radius:24px;overflow:hidden;box-shadow:0 12px 32px rgba(31,54,87,.08)}
.admin-table th,.admin-table td{padding:14px 16px;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:top}
.admin-table th{background:#f8fbff;color:#173455}
.admin-table tr:last-child td{border-bottom:none}
.admin-table a{color:var(--blue);font-weight:700;text-decoration:none}
.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.checkbox-wrap{display:flex;align-items:center;gap:10px;font-weight:700;color:#264562}
.checkbox-wrap input{width:auto;margin:0}
.feature-list{margin:0;padding-left:20px;line-height:1.9}
.thumb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.thumb-card{background:#f7faff;border-radius:18px;padding:10px;border:1px solid #e5edf8}
.thumb-card img{width:100%;height:160px;object-fit:cover;border-radius:12px;display:block;margin-bottom:10px}
.page-wrap{padding:60px 20px 70px;min-height:70vh}
.page-card{max-width:1240px;margin:auto;background:#fff;border-radius:34px;padding:48px;box-shadow:var(--card-shadow)}
.page-card h1{font-size:46px;color:var(--blue);margin:8px 0 18px;line-height:1.06}
.page-content{font-size:18px;line-height:1.8;color:#26384d}
.product-detail-card{background:linear-gradient(180deg,#fff 0%,#f7faff 100%)}
.product-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}
.product-detail-media img{width:100%;border-radius:30px;box-shadow:0 20px 55px rgba(0,35,85,.12)}
.media-placeholder{min-height:420px;border-radius:28px;background:linear-gradient(135deg,#f5f8ff,#eef4ff);display:grid;place-items:center;font-size:96px}
.product-category{display:inline-block;padding:8px 14px;border-radius:999px;background:#eef4ff;color:var(--blue);font-weight:800}
.product-detail-text{font-size:18px;line-height:1.8;color:#425870}
.price-box{font-size:32px;font-weight:900;color:var(--blue);margin:22px 0}
.detail-actions{display:flex;gap:12px;flex-wrap:wrap}
.spec-card{background:#fff;border:1px solid #e4ebf5;border-radius:24px;padding:24px;margin-top:22px;box-shadow:0 16px 40px rgba(31,54,87,.07)}
.spec-card h3{margin:0 0 12px;color:var(--blue)}
.spec-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;list-style:none;padding:0;margin:0}
.spec-list li{padding:14px 16px;border-radius:18px;background:#f7faff;border:1px solid #e7eef7;font-weight:700;color:#1f3657}

@media(max-width:1200px){
    .hero{grid-template-columns:1fr;min-height:780px}
    .hero-side-panel{right:32px;width:min(310px,34vw)}
    .hero-copy{width:min(700px,calc(100% - 410px))}
    .stats-grid,.feature-row,.gallery-grid,.card-grid.three,.card-grid.products,.category-strip,.testimonial-grid,.contact,.dash-grid,.thumb-grid,.grid4{grid-template-columns:repeat(2,1fr)}
    .about-split,.product-detail-grid{grid-template-columns:1fr}
    .hero h1{font-size:58px}
}
@media(max-width:980px){
    .site-header{grid-template-columns:auto auto;grid-template-areas:"brand toggle" "nav nav" "cta cta";gap:14px;padding:18px}
    .hero-side-panel{display:none}
    .brand-wrap{grid-area:brand}.nav-toggle{display:inline-flex;justify-self:end;grid-area:toggle}.site-nav{grid-area:nav}.header-cta{grid-area:cta}
    .site-nav{display:none;flex-direction:column;align-items:stretch;background:rgba(5,16,31,.72);padding:12px;border-radius:20px}
    .site-nav.open{display:flex}
    .nav-item{flex-wrap:wrap}
    .nav-item>a{flex:1}
    .submenu-toggle{display:inline-flex}
    .dropdown{position:static;width:100%;display:none;margin-top:8px}
    .nav-item.open .dropdown{display:block}
    .hero-copy{left:34px;right:34px;bottom:96px}
}
@media(max-width:760px){
    .topbar-inner{padding:12px 16px;display:block}
    .site-header{margin:10px 12px 0}
    .hero{min-height:640px;padding:0 12px 34px}
    .slides{inset:0 12px 0 12px;border-radius:28px}
    .stats-shell,.feature-row{padding:0 16px}
    .hero-copy{left:26px;right:26px;bottom:70px}
    .hero h1{font-size:42px;letter-spacing:-1px}
    .hero p{font-size:18px}
    .stats-grid,.feature-row,.gallery-grid,.card-grid.three,.card-grid.products,.category-strip,.testimonial-grid,.contact,.dash-grid,.thumb-grid,.grid2,.grid3,.grid4,.spec-list{grid-template-columns:1fr}
    .section,.content-block,.contact,.page-card{margin:20px 16px 0;padding:34px 26px}
    .content-block h2,.section h2,.contact h2,.page-card h1{font-size:34px}
    .product-body h3,.promo-card h3{font-size:24px}
    .footer{padding:28px 20px}
    .floating{width:58px;height:58px;bottom:16px}
    .phone-float{left:16px}
    .wa-float{right:16px}
}

.admin-top-note{display:block;color:#6b7f98;font-size:13px;margin-top:6px;font-weight:600}
.quick-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}
.quick-link-card{display:flex;align-items:center;justify-content:center;min-height:92px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#f8fbff 0%,#eff5ff 100%);border:1px solid #dfe8f6;box-shadow:0 12px 28px rgba(31,54,87,.06);text-decoration:none;font-weight:800;color:var(--blue);text-align:center}
.quick-link-card:hover{transform:translateY(-2px)}
.sortable-stack{display:grid;gap:12px;margin:14px 0 6px}
.sortable-item{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:20px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border:1px solid #dfe8f6;box-shadow:0 10px 24px rgba(31,54,87,.06);cursor:grab}
.sortable-item.dragging{opacity:.6}
.drag-handle{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#eef4ff;color:var(--blue);font-weight:900}
.sortable-label{font-weight:800;color:#1f3657}
.sortable-right{margin-left:auto;display:flex;align-items:center;gap:8px;font-weight:700;color:#425870}
.thumb-card-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}
.thumb-card-meta a{color:#b91c1c;font-weight:800}
.product-v7-shell{overflow:hidden}
.v7-product-grid{gap:42px;align-items:start}
.product-gallery-main{background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%);padding:14px;border-radius:34px;border:1px solid #e4ebf5;box-shadow:0 24px 60px rgba(31,54,87,.10)}
.product-gallery-main img{width:100%;max-height:620px;object-fit:cover;border-radius:26px;display:block}
.product-thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}
.product-thumb{border:none;background:#fff;padding:8px;border-radius:18px;box-shadow:0 12px 24px rgba(31,54,87,.08);cursor:pointer;border:2px solid transparent}
.product-thumb.active{border-color:var(--yellow)}
.product-thumb img{width:100%;height:100px;object-fit:cover;border-radius:12px;display:block}
.detail-actions-v7{margin-bottom:20px}
.detail-highlight-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}
.detail-highlight-strip div{padding:18px;border-radius:20px;background:#f7faff;border:1px solid #e3eaf5}
.detail-highlight-strip strong{display:block;color:var(--blue);font-size:16px}
.detail-highlight-strip span{display:block;color:#66768b;font-size:14px;margin-top:4px;line-height:1.5}
.spec-card-premium{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.related-products-section{margin-top:24px}

@media(max-width:980px){
    .quick-link-grid{grid-template-columns:repeat(2,1fr)}
    .product-thumb-row,.detail-highlight-strip{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
    .quick-link-grid,.product-thumb-row,.detail-highlight-strip{grid-template-columns:1fr}
}



.site-header,.hero,.section,.content-block,.contact,.page-card,.feature-card,.promo-card,.product-card,.category-chip,.testimonial-grid article,.contact > div,.about-split > div,.product-detail-grid > div,.admin-top,.panel,.admin-form,.dash-grid div{min-width:0}
.hero-copy{width:min(760px,calc(100% - 560px))}
.section-head > div,.product-body,.promo-card div{min-width:0}
.product-body p,.promo-card p,.content-block p,.section p,.contact p{word-break:break-word}
.gallery-card img,.promo-card img,.product-card img,.product-gallery-main img{display:block}
.admin-table{table-layout:fixed}
.admin-table td,.admin-table th{word-break:break-word}
.contact-form button,.admin-form button,.login-card button{background:linear-gradient(135deg,var(--yellow),#ffe98a);color:#12264a;border:none;padding:15px 22px;border-radius:999px;font-weight:900;cursor:pointer}
.thumb-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}
.product-gallery-main{border-radius:30px;overflow:hidden;background:#edf3fb}
.product-thumb-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}
.product-thumb{border:2px solid transparent;border-radius:20px;padding:0;overflow:hidden;background:#fff;cursor:pointer}
.product-thumb img{width:100%;height:126px;object-fit:cover}
.product-thumb.active{border-color:var(--yellow);box-shadow:0 14px 34px rgba(0,35,85,.12)}
.detail-highlight-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}
.detail-highlight-strip div{padding:18px;border-radius:20px;background:#f7faff;border:1px solid #e4ebf5}
.detail-highlight-strip strong{display:block;color:var(--blue);margin-bottom:6px}
.detail-highlight-strip span{color:#5f7188;font-weight:700}
.product-v7-shell h1{font-size:52px;line-height:1.05;margin:14px 0 10px;color:var(--blue)}

@media(max-width:980px){
    .hero-copy{width:min(680px,calc(100% - 68px))}
    .detail-highlight-strip{grid-template-columns:1fr}
}
@media(max-width:760px){
    .stats-shell{margin:-26px auto 0;padding:0 16px}
    .hero-copy{width:calc(100% - 52px)}
    .product-thumb-row{grid-template-columns:repeat(2,1fr)}
}


.site-header{background:rgba(6,20,38,var(--header-opacity));}
.site-header.scrolled{background:rgba(6,20,38,var(--header-scrolled-opacity));}
.hero-premium{min-height:var(--hero-height);}
.hero-side-panel .glass-card{min-height:0;}
.floating-stack{position:static;display:block;z-index:60;}
.floating{position:fixed;bottom:22px;width:64px;height:64px;padding:0;border-radius:50%;display:grid;place-items:center;box-shadow:0 18px 42px rgba(0,0,0,.20);}
.phone-float{left:24px;background:#fff;color:var(--blue);}
.wa-float{right:24px;background:var(--green);color:#fff;}
.floating-icon{display:grid;place-items:center;width:26px;height:26px;}
.floating svg{width:26px;height:26px;fill:currentColor;display:block;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

@media(max-width:1200px){
  .hero{min-height:min(var(--hero-height),680px)}
  .hero-copy{bottom:68px;width:min(620px,calc(100% - 380px))}
  .hero h1{font-size:50px}
  .hero-side-panel{width:min(290px,32vw);right:30px}
}
@media(max-width:980px){
  .hero{min-height:620px}
  .hero-copy{width:calc(100% - 68px);bottom:70px}
  .hero h1{font-size:44px}
}
@media(max-width:760px){
  .hero{min-height:560px;padding:0 12px 24px}
  .hero-copy{left:26px;right:26px;bottom:54px;width:calc(100% - 52px)}
  .hero h1{font-size:36px;line-height:1.06}
  .hero p{font-size:16px;line-height:1.55}
  .floating{width:58px;height:58px;bottom:16px}
  .phone-float{left:16px}.wa-float{right:16px}
}


/* Tema 1.1 premium layout balance + compact header + admin polish */
:root{--header-radius:22px;--section-radius:30px;--wa:#25D366;}
body{background:radial-gradient(circle at 85% 0%,rgba(255,210,0,.11),transparent 32%),linear-gradient(180deg,#eef4fb 0%,#f9fbfe 42%,#eef3f8 100%);}
.topbar-inner,.site-header,.hero,.stats-shell,.feature-row,.section,.content-block,.contact,.page-card{max-width:var(--site-max-width);}
.topbar-inner{width:calc(100% - (var(--page-side-gap) * 2));padding:8px 0;font-size:13px;}
.site-header{width:calc(100% - (var(--page-side-gap) * 2));margin:10px auto 0;padding:11px 16px;border-radius:var(--header-radius);gap:16px;min-height:72px;grid-template-columns:auto minmax(0,1fr) auto;background:linear-gradient(135deg,rgba(6,20,38,var(--header-opacity)),rgba(0,59,136,calc(var(--header-opacity) * .82)));}
.site-header.scrolled{margin-top:6px;background:linear-gradient(135deg,rgba(6,20,38,var(--header-scrolled-opacity)),rgba(0,59,136,calc(var(--header-scrolled-opacity) * .86)));box-shadow:0 18px 50px rgba(8,22,45,.18);}
.brand{gap:4px}.brand strong{font-size:23px}.brand span{font-size:11px;letter-spacing:2.5px}.brand img{max-height:58px}.brand-note{font-size:11px;max-width:230px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.site-nav{gap:4px}.nav-item>a{padding:10px 12px;border-radius:13px;font-size:14px}.dropdown{top:calc(100% + 10px);border-radius:16px;min-width:210px;}
.header-cta{gap:8px;white-space:nowrap}.header-cta .btn,.header-cta .whatsapp-btn{min-height:44px;padding:11px 16px;border-radius:999px;font-size:14px;text-decoration:none;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .18s ease,box-shadow .18s ease;}
.header-cta .btn:hover,.header-cta .whatsapp-btn:hover{transform:translateY(-2px)}
.header-contact{background:linear-gradient(135deg,var(--yellow),#fff09a)!important;color:#10203c!important;box-shadow:0 14px 32px rgba(255,210,0,.25)!important;border:1px solid rgba(255,255,255,.28)}
.whatsapp-btn{background:linear-gradient(135deg,#25D366,#12b957)!important;color:#fff!important;box-shadow:0 14px 32px rgba(37,211,102,.25)!important;border:1px solid rgba(255,255,255,.20)}
.hero{width:calc(100% - (var(--page-side-gap) * 2));min-height:var(--hero-height);margin:10px auto 0;padding:0 0 24px;grid-template-columns:minmax(0,1fr) 340px;}
.slides{inset:0;border-radius:30px;box-shadow:0 30px 88px rgba(6,20,38,.27)}
.slide-overlay{background:linear-gradient(100deg,rgba(3,18,42,.86) 0%,rgba(3,47,109,.52) 42%,rgba(5,30,60,.18) 100%)}
.hero-copy{left:48px;bottom:58px;width:min(650px,calc(100% - 500px));max-width:650px}.hero h1{font-size:52px;margin:14px 0 12px}.hero p{font-size:18px;line-height:1.55}.hero-chip{margin-top:12px;padding:9px 14px}.hero-actions{margin-top:18px}.hero-actions .btn,.hero-actions .ghost-btn{padding:13px 19px}
.hero-side-panel{right:30px;width:min(300px,27vw);gap:6px}.glass-card{padding:11px 13px;border-radius:19px;background:linear-gradient(135deg,rgba(255,255,255,var(--glass-opacity)),rgba(95,128,178,.13));}.glass-card span,.feature-card span,.stat-icon{width:48px;height:48px;flex-basis:48px;border-radius:15px}.glass-card b{font-size:15px}.glass-card p{font-size:12.5px;line-height:1.3}
.stats-shell{width:calc(100% - (var(--page-side-gap) * 2));margin:-34px auto 0;padding:0;}.stats-grid{gap:14px}.stat-card{padding:20px;border-radius:24px}.stat-card strong{font-size:30px}.stat-card small{font-size:13px}
.feature-row{width:calc(100% - (var(--page-side-gap) * 2));margin:var(--section-gap) auto 0;padding:0;gap:14px}.feature-card{min-height:158px;padding:22px;border-radius:24px}.feature-card h3{font-size:21px}.feature-card p{font-size:15px;line-height:1.55}
.section,.content-block,.contact{width:calc(100% - (var(--page-side-gap) * 2));margin:var(--section-gap) auto 0;padding:46px 44px;border-radius:var(--section-radius);}.section-head{margin-bottom:24px}.content-block h2,.section h2,.contact h2{font-size:44px}.content-block p,.section p,.contact p{font-size:17px;line-height:1.7}.card-grid{gap:18px}.premium-card{border-radius:26px}.promo-card img,.product-card img{height:250px}.promo-card div,.product-body{padding:24px}.gallery-grid{gap:18px}.gallery-card{border-radius:26px}.gallery-card img{height:260px}.testimonial-grid{gap:18px}.testimonial-grid article{padding:28px;border-radius:26px}.contact{align-items:start}.map-box iframe{height:240px}.footer{margin-top:var(--section-gap);}
.floating{width:58px;height:58px;bottom:20px}.phone-float{left:24px;background:linear-gradient(135deg,#ffffff,#edf5ff);color:var(--blue)}.wa-float{right:24px;background:linear-gradient(135deg,#25D366,#11b85a);}

.admin-body{grid-template-columns:260px minmax(0,1fr);background:radial-gradient(circle at 85% 0%,rgba(255,210,0,.12),transparent 30%),linear-gradient(180deg,#eef4fb,#f8fbff);}
.admin-sidebar{position:sticky;top:0;height:100vh;overflow:auto;padding:18px 14px;background:linear-gradient(180deg,#061426 0%,#0a2550 55%,#061426 100%);box-shadow:18px 0 55px rgba(6,20,38,.15);}
.admin-logo{font-size:24px;line-height:1.05;margin:0 0 16px;padding:14px;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09)}.admin-logo span{display:block;margin-top:8px;letter-spacing:2px;}
.admin-sidebar a{display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:13px;font-size:14px;font-weight:800;color:#eaf2ff;}.admin-sidebar a:hover{background:rgba(255,255,255,.12);transform:translateX(2px)}
.admin-sidebar a:nth-of-type(1)::before{content:'🏠'}.admin-sidebar a:nth-of-type(2)::before{content:'⚙️'}.admin-sidebar a:nth-of-type(3)::before{content:'📊'}.admin-sidebar a:nth-of-type(4)::before{content:'🔎'}.admin-sidebar a:nth-of-type(5)::before{content:'🧭'}.admin-sidebar a:nth-of-type(6)::before{content:'🖼️'}.admin-sidebar a:nth-of-type(7)::before{content:'🔷'}.admin-sidebar a:nth-of-type(8)::before{content:'▦'}.admin-sidebar a:nth-of-type(9)::before{content:'🏷️'}.admin-sidebar a:nth-of-type(10)::before{content:'📁'}.admin-sidebar a:nth-of-type(11)::before{content:'🚜'}.admin-sidebar a:nth-of-type(12)::before{content:'📄'}.admin-sidebar a:nth-of-type(13)::before{content:'💬'}.admin-sidebar a:nth-of-type(14)::before{content:'🖼️'}.admin-sidebar a:nth-of-type(15)::before{content:'✉️'}.admin-sidebar a:nth-of-type(16)::before{content:'🔐'}.admin-sidebar a:nth-of-type(17)::before{content:'↩'}
.admin-main{padding:20px;max-width:1500px;width:100%;}.admin-top{position:sticky;top:12px;z-index:20;margin-bottom:18px;padding:14px 18px;border-radius:22px;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.85);box-shadow:0 18px 46px rgba(31,54,87,.10)}.admin-top b{font-size:20px;color:#10203c}.admin-top a{background:linear-gradient(135deg,var(--yellow),#fff09a);color:#10203c;text-decoration:none;font-weight:900;padding:10px 14px;border-radius:999px}
.panel,.admin-form{border-radius:24px;padding:20px;margin-bottom:18px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.88);box-shadow:0 16px 42px rgba(31,54,87,.09)}.admin-form{padding:22px}.admin-form h2,.panel h2{font-size:20px;margin:16px 0 12px;padding:12px 14px;border-radius:16px;background:linear-gradient(90deg,#f2f7ff,#ffffff);border:1px solid #e3edf9;color:var(--blue)}.admin-form h2:first-child,.panel h2:first-child{margin-top:0}
.admin-form input,.admin-form textarea,.admin-form select,.login-card input,.premium-form input,.premium-form textarea{border:1px solid #dce6f3;background:#fbfdff;border-radius:16px;padding:13px 14px;outline:none;transition:border .18s ease,box-shadow .18s ease}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{border-color:rgba(0,59,136,.45);box-shadow:0 0 0 4px rgba(0,59,136,.08)}.admin-form textarea{min-height:120px}.admin-form label{font-weight:800;color:#1f3657}.admin-form small{display:block;color:#6b7f98;margin:8px 0 12px}
.dash-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dash-grid div{position:relative;overflow:hidden;padding:20px;border-radius:22px;background:linear-gradient(180deg,#ffffff,#f4f8ff);border:1px solid #e2ebf6}.dash-grid div:after{content:'';position:absolute;right:-28px;bottom:-28px;width:88px;height:88px;border-radius:50%;background:rgba(255,210,0,.18)}.dash-grid span{font-size:30px}.quick-link-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.quick-link-card{min-height:78px;border-radius:18px}.admin-table{border-radius:22px;box-shadow:0 16px 42px rgba(31,54,87,.08)}.admin-table th{background:#eef5ff}.admin-table th,.admin-table td{padding:12px 14px}.sortable-item{border-radius:18px;padding:13px 15px}.thumb-grid{gap:12px}.thumb-card{border-radius:16px}.thumb-card img{height:142px}
@media(max-width:1220px){.site-header{grid-template-columns:auto auto;grid-template-areas:'brand cta' 'nav nav';}.brand-wrap{grid-area:brand}.site-nav{grid-area:nav;justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.header-cta{grid-area:cta;justify-self:end}.hero-copy{width:min(620px,calc(100% - 380px));}.hero-side-panel{width:min(280px,30vw)}}
@media(max-width:980px){.site-header{grid-template-areas:'brand toggle' 'nav nav' 'cta cta';padding:14px}.header-cta{justify-self:stretch}.header-cta .btn,.header-cta .whatsapp-btn{flex:1}.hero{width:calc(100% - 24px);min-height:600px}.hero-copy{width:calc(100% - 68px);bottom:54px}.stats-shell,.feature-row,.section,.content-block,.contact{width:calc(100% - 24px)}.admin-body{grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto;display:grid;grid-template-columns:repeat(2,1fr)}.admin-logo{grid-column:1/-1}.admin-main{padding:14px}.dash-grid,.quick-link-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){:root{--page-side-gap:12px}.topbar-inner{width:calc(100% - 24px)}.site-header{width:calc(100% - 24px);margin-top:8px}.brand-note{display:none}.hero{min-height:540px}.slides{border-radius:24px}.hero-copy{left:24px;right:24px;bottom:42px;width:calc(100% - 48px)}.hero h1{font-size:34px}.hero p{font-size:15.5px}.section,.content-block,.contact{padding:30px 22px}.content-block h2,.section h2,.contact h2{font-size:32px}.admin-sidebar{grid-template-columns:1fr}.dash-grid,.quick-link-grid{grid-template-columns:1fr}.header-cta .btn,.header-cta .whatsapp-btn{font-size:13px;padding:10px 12px}}


.hero{min-height:var(--hero-height);}
.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:52px;height:52px;border:1px solid rgba(255,255,255,.34);border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(236,245,255,.72));color:var(--blue);font-size:36px;font-weight:900;line-height:1;cursor:pointer;box-shadow:0 20px 46px rgba(0,20,52,.22);backdrop-filter:blur(16px);transition:transform .18s ease,box-shadow .18s ease,background .18s ease;}
.slider-arrow:hover{transform:translateY(-50%) scale(1.06);box-shadow:0 26px 58px rgba(0,20,52,.28);background:linear-gradient(135deg,var(--yellow),#fff0a0);}
.slider-prev{left:34px;}
.slider-next{right:360px;}
.slider-dots{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);z-index:5;display:flex;gap:8px;align-items:center;padding:8px 10px;border-radius:999px;background:rgba(5,21,45,.38);border:1px solid rgba(255,255,255,.22);box-shadow:0 14px 34px rgba(0,20,52,.18);backdrop-filter:blur(16px);}
.slider-dot{width:10px;height:10px;border-radius:999px;border:none;padding:0;background:rgba(255,255,255,.58);cursor:pointer;transition:width .22s ease,background .22s ease,transform .22s ease;}
.slider-dot.active{width:34px;background:linear-gradient(90deg,var(--yellow),#fff4a6);transform:translateY(-1px);}
.product-bottom-v12{align-items:stretch;gap:13px;margin-top:18px;}
.product-price-label{display:flex;align-items:center;justify-content:center;width:100%;min-height:42px;padding:9px 14px;border-radius:16px;background:linear-gradient(135deg,#eef5ff,#ffffff);border:1px solid #dfeaf7;color:var(--blue)!important;font-size:18px!important;line-height:1.15;text-align:center;}
.product-action-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;}
.price-call-btn,.product-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 14px;border-radius:999px;text-decoration:none;font-weight:950;font-size:14px;line-height:1.15;text-align:center;box-shadow:0 14px 34px rgba(0,35,85,.12);transition:transform .18s ease,box-shadow .18s ease;}
.price-call-btn:hover,.product-whatsapp-btn:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,35,85,.17);}
.price-call-btn{background:linear-gradient(135deg,var(--yellow),#fff19c);color:#10203c;border:1px solid rgba(255,255,255,.65);}
.product-whatsapp-btn{background:linear-gradient(135deg,#25D366,#10b957);color:#fff;border:1px solid rgba(255,255,255,.24);}
.product-detail-link{align-self:center;margin-top:2px;}
.price-box-v12{display:inline-flex;align-items:center;justify-content:center;margin:20px 0 18px;padding:12px 18px;border-radius:18px;background:linear-gradient(135deg,#eef5ff,#ffffff);border:1px solid #dfeaf7;box-shadow:0 12px 30px rgba(31,54,87,.07);}
.price-box-v12 span{font-size:25px;color:var(--blue);}
.detail-actions-v12 .price-call-btn,.detail-actions-v12 .product-whatsapp-btn{min-width:178px;}
.detail-whatsapp{color:#fff!important;}
.detail-call{color:#10203c!important;}
@media(max-width:1220px){.slider-next{right:328px}.slider-prev{left:28px}.slider-arrow{width:48px;height:48px;font-size:32px}}
@media(max-width:980px){.slider-next{right:28px}.slider-prev{left:28px}.hero{min-height:min(var(--hero-height),560px)}}
@media(max-width:760px){.slider-arrow{width:42px;height:42px;font-size:28px}.slider-prev{left:16px}.slider-next{right:16px}.slider-dots{bottom:14px}.product-action-row{grid-template-columns:1fr}.price-call-btn,.product-whatsapp-btn{min-height:44px}.hero{min-height:min(var(--hero-height),520px)}}


.logo-only-wrap{display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important;min-width:0;}
.logo-only-brand{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:0!important;line-height:0;text-decoration:none!important;}
.logo-only-brand strong,.logo-only-brand span,.logo-only-wrap .brand-note{display:none!important;}
.logo-only-brand img{display:block!important;max-height:64px!important;height:auto!important;object-fit:contain!important;}
.site-header .brand-note{display:none!important;}
@media(max-width:760px){.logo-only-brand img{max-height:54px!important;width:auto;max-width:220px;}}

/* ================================
   V16 - New Holland Visual Only Header + Slider
   Temiz, kurumsal, geniş ve premium üst alan
================================ */
.theme-live{background:#eef3f8;}
.theme-live .nh-topbar{background:#06172f;color:#dbe8fb;border-bottom:1px solid rgba(255,255,255,.10)}
.theme-live .nh-topbar-inner{width:calc(100% - 28px);max-width:var(--site-max-width);padding:8px 4px;font-size:13px;letter-spacing:.1px}
.theme-live .nh-topbar-links a{font-size:13px;color:#fff;text-decoration:none;font-weight:800}
.theme-live .nh-topbar-links a:last-child{color:#8ff0b9}

.theme-live .nh-header{
    position:sticky;top:0;z-index:60;width:calc(100% - 28px);max-width:var(--site-max-width);
    margin:0 auto;border-radius:0 0 22px 22px;padding:12px 18px;
    min-height:76px;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;
    background:linear-gradient(180deg,rgba(0,42,98,var(--header-opacity)),rgba(3,24,54,calc(var(--header-opacity) + .02)));
    border:1px solid rgba(255,255,255,.14);border-top:0;box-shadow:0 18px 50px rgba(0,28,65,.24);
}
.theme-live .nh-header.scrolled{margin-top:0;background:linear-gradient(180deg,rgba(0,37,84,var(--header-scrolled-opacity)),rgba(3,18,42,var(--header-scrolled-opacity)));box-shadow:0 18px 48px rgba(0,18,42,.28)}
.theme-live .nh-brand-wrap{min-width:180px;align-items:flex-start}
.theme-live .nh-brand img{max-height:56px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18))}
.theme-live .nh-logo-fallback{font-weight:950;font-size:26px;color:#fff;letter-spacing:-.5px}

.theme-live .nh-nav{justify-content:flex-start;gap:2px;overflow:visible;min-width:0}
.theme-live .nh-nav-item>a{padding:13px 12px;border-radius:10px;font-size:14px;text-transform:uppercase;letter-spacing:.28px;font-weight:900;color:#f3f7ff;white-space:nowrap}
.theme-live .nh-nav-item:hover>a,.theme-live .nh-nav-item.open>a{background:rgba(255,255,255,.10);color:#fff}
.theme-live .nh-submenu-toggle{display:inline-flex;align-items:center;justify-content:center;color:#fff;width:24px;height:24px;border-radius:8px;background:rgba(255,255,255,.08);font-size:13px}
.theme-live .nh-dropdown{top:calc(100% + 16px);left:0;min-width:260px;background:rgba(3,24,54,.98);border:1px solid rgba(255,255,255,.12);border-top:4px solid var(--yellow);border-radius:0 0 18px 18px;box-shadow:0 28px 70px rgba(0,18,42,.36);padding:12px}
.theme-live .nh-dropdown a{padding:12px 14px;border-radius:10px;font-weight:800;color:#e9f2ff}
.theme-live .nh-dropdown a:hover{background:rgba(255,210,0,.14);color:#fff}

.theme-live .nh-header-cta{gap:8px;white-space:nowrap}
.theme-live .nh-contact-btn{padding:13px 18px;border-radius:12px;background:linear-gradient(135deg,var(--yellow),#ffe88a);box-shadow:none;color:#13264b;font-size:14px}
.theme-live .nh-whatsapp-btn{padding:13px 17px;border-radius:12px;background:#25d366;color:#fff;text-decoration:none;font-weight:950;box-shadow:0 16px 35px rgba(37,211,102,.24);font-size:14px}

.theme-live .nh-hero,.theme-live .hero{
    width:calc(100% - 28px);max-width:var(--site-max-width);min-height:var(--hero-height);height:var(--hero-height);
    margin:12px auto 0;padding:0;display:block;border-radius:26px;overflow:hidden;background:#071326;
    box-shadow:0 34px 92px rgba(0,24,58,.28);
}
.theme-live .slides{inset:0;border-radius:26px;box-shadow:none}
.theme-live .slide-overlay{background:linear-gradient(90deg,rgba(1,14,35,.88) 0%,rgba(0,45,104,.62) 39%,rgba(3,18,42,.08) 76%)}
.theme-live .hero-copy{left:64px;bottom:78px;width:min(720px,calc(100% - 520px));max-width:720px;color:#fff}
.theme-live .kicker{display:inline-flex;align-items:center;gap:9px;background:var(--yellow);color:#10264a;padding:9px 13px;border-radius:8px;font-size:13px;font-weight:950;letter-spacing:.65px}
.theme-live .kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:#10264a;display:inline-block}
.theme-live .hero-chip{margin-top:13px;border-radius:9px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);padding:9px 13px;font-weight:850;color:#ecf5ff}
.theme-live .hero h1{font-size:clamp(40px,4.2vw,66px);line-height:.96;margin:16px 0 14px;letter-spacing:-1.7px;text-shadow:0 18px 46px rgba(0,0,0,.32)}
.theme-live .hero p{font-size:19px;line-height:1.55;max-width:640px;color:#e5eefb;text-shadow:0 12px 30px rgba(0,0,0,.26)}
.theme-live .hero-actions{margin-top:24px;gap:10px}
.theme-live .hero-actions .btn{border-radius:11px;padding:14px 21px;box-shadow:none;background:linear-gradient(135deg,var(--yellow),#ffea8a);color:#11264d}
.theme-live .hero-actions .ghost-btn{border-radius:11px;padding:14px 21px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.26)}

.theme-live .hero-side-panel{top:auto;right:86px;bottom:70px;transform:none;width:min(330px,24vw);gap:0;border-radius:17px;overflow:hidden;background:rgba(5,24,54,.74);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(20px);box-shadow:0 24px 70px rgba(0,18,42,.34)}
.theme-live .glass-head{padding:16px 17px;border-bottom:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06)}
.theme-live .glass-head strong{font-size:16px;color:#fff;line-height:1.26}
.theme-live .glass-head p{font-size:12px;line-height:1.45;color:#dbe7f7;margin:6px 0 0}
.theme-live .glass-card{border-radius:0;box-shadow:none;border:0;border-bottom:1px solid rgba(255,255,255,.12);background:transparent;padding:13px 16px;gap:12px;min-height:auto}
.theme-live .glass-card:last-child{border-bottom:0}
.theme-live .glass-card span{width:42px;height:42px;flex-basis:42px;border-radius:12px;background:rgba(255,210,0,.16);color:var(--yellow)}
.theme-live .glass-card b{font-size:14.5px;color:#fff}
.theme-live .glass-card p{font-size:12px;color:#d8e5f5;margin-top:2px;line-height:1.35}

.theme-live .slider-arrow{width:48px;height:48px;border-radius:6px;background:rgba(5,24,54,.72);border:1px solid rgba(255,255,255,.24);color:#fff;font-size:32px;box-shadow:0 16px 42px rgba(0,18,42,.30)}
.theme-live .slider-arrow:hover{background:var(--yellow);color:#10264a;box-shadow:0 20px 50px rgba(0,18,42,.36)}
.theme-live .slider-prev{left:22px}
.theme-live .slider-next{right:22px}
.theme-live .slider-dots{bottom:24px;background:rgba(5,24,54,.58);border-radius:10px;padding:9px 11px;gap:8px}
.theme-live .slider-dot{width:9px;height:9px;background:rgba(255,255,255,.60)}
.theme-live .slider-dot.active{width:30px;background:var(--yellow)}

.theme-live .feature-row{width:calc(100% - 28px);max-width:var(--site-max-width);margin-top:18px;padding:0;gap:14px}
.theme-live .feature-card{border-radius:18px;min-height:142px;padding:22px;background:#fff;border-bottom:5px solid var(--yellow)}
.theme-live .feature-card h3{font-size:21px;margin-bottom:7px;color:#0c2f68}
.theme-live .feature-card p{font-size:14.5px;line-height:1.55}
.theme-live .stats-shell,.theme-live .section,.theme-live .content-block,.theme-live .contact{width:calc(100% - 28px);max-width:var(--site-max-width)}
.theme-live .section,.theme-live .content-block,.theme-live .contact{margin-top:var(--section-gap);border-radius:24px;padding:46px 44px}
.theme-live .section h2,.theme-live .content-block h2,.theme-live .contact h2{font-size:clamp(34px,3.3vw,50px)}

@media(max-width:1280px){
    .theme-live .nh-header{grid-template-columns:auto auto;grid-template-areas:'brand cta' 'nav nav';gap:10px}
    .theme-live .nh-brand-wrap{grid-area:brand}.theme-live .nh-nav{grid-area:nav;overflow-x:auto;padding-bottom:2px}.theme-live .nh-header-cta{grid-area:cta;justify-self:end}
    .theme-live .hero-copy{width:min(650px,calc(100% - 390px));left:42px}
    .theme-live .hero-side-panel{width:300px;right:82px}
}
@media(max-width:980px){
    .theme-live .nh-header{display:flex;align-items:center;justify-content:space-between;border-radius:0 0 18px 18px}
    .theme-live .nh-nav-toggle{display:block;order:3}
    .theme-live .nh-nav{display:none;position:absolute;left:14px;right:14px;top:calc(100% + 8px);background:rgba(3,24,54,.98);border-radius:18px;padding:12px;box-shadow:0 24px 70px rgba(0,18,42,.34)}
    .theme-live .nh-nav.open{display:block}
    .theme-live .nh-nav-item{display:block}.theme-live .nh-nav-item>a{display:block}.theme-live .nh-dropdown{position:static;margin:6px 0 10px;display:none}.theme-live .nh-nav-item.open .nh-dropdown{display:block}
    .theme-live .hero-side-panel{display:none}
    .theme-live .hero-copy{left:28px;right:28px;bottom:64px;width:calc(100% - 56px)}
    .theme-live .slide-overlay{background:linear-gradient(90deg,rgba(1,14,35,.88),rgba(0,45,104,.36))}
    .theme-live .slider-next{right:18px}.theme-live .slider-prev{left:18px}
}
@media(max-width:760px){
    .theme-live .nh-topbar-inner{width:calc(100% - 20px);display:block;text-align:center}.theme-live .nh-topbar-links{justify-content:center;margin-top:5px}
    .theme-live .nh-header,.theme-live .nh-hero,.theme-live .hero,.theme-live .feature-row,.theme-live .stats-shell,.theme-live .section,.theme-live .content-block,.theme-live .contact{width:calc(100% - 18px)}
    .theme-live .nh-header{padding:10px 12px}.theme-live .nh-brand img{max-height:46px}
    .theme-live .hero{height:min(var(--hero-height),530px);min-height:min(var(--hero-height),530px);border-radius:20px}.theme-live .slides{border-radius:20px}
    .theme-live .hero h1{font-size:35px}.theme-live .hero p{font-size:15.5px}.theme-live .hero-actions .ghost-btn{display:none}
    .theme-live .section,.theme-live .content-block,.theme-live .contact{padding:30px 20px;border-radius:20px}
}

.theme-live .nh-header{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.theme-live .nh-nav-item>a{position:relative;}
.theme-live .nh-nav-item>a:after{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:3px;border-radius:999px;background:var(--yellow);transform:scaleX(0);transform-origin:left;transition:.2s ease;}
.theme-live .nh-nav-item:hover>a:after,.theme-live .nh-nav-item.open>a:after{transform:scaleX(1)}
.theme-live .nh-header-cta{flex-shrink:0}
.theme-live .nh-contact-btn{background:linear-gradient(135deg,var(--yellow),#ffe675)!important;color:#10264a!important;border:0!important;}
.theme-live .nh-whatsapp-btn{background:#25d366!important;color:#fff!important;border:0!important;}
.theme-live .hero-actions .btn{background:linear-gradient(135deg,var(--yellow),#ffe675)!important;color:#10264a!important;}
.theme-live .hero{border-radius:0;box-shadow:none;margin-top:0;width:100%;max-width:none;}
.theme-live .slides{border-radius:0;}
.theme-live .slide-overlay{background:linear-gradient(90deg,rgba(0,20,52,.90) 0%,rgba(0,58,132,.62) 38%,rgba(0,20,52,.08) 78%)}
.theme-live .hero-copy{bottom:84px;}
.theme-live .hero-side-panel{right:62px;bottom:68px;}
.theme-live .feature-row{margin-top:18px;}
@media(max-width:980px){.theme-live .hero{border-radius:0}.theme-live .slides{border-radius:0}.theme-live .hero-copy{bottom:68px}}


/* ================================
   V17 - Clean install alignment fixes
   Header and slider now share exactly the same outer width.
   Demo upload/data visuals removed from clean package.
================================ */
.theme-live .nh-topbar-inner,
.theme-live .nh-header,
.theme-live .nh-hero,
.theme-live .hero,
.theme-live .feature-row,
.theme-live .stats-shell,
.theme-live .section,
.theme-live .content-block,
.theme-live .contact{
    width:calc(100% - (var(--page-side-gap) * 2));
    max-width:var(--site-max-width);
    margin-left:auto;
    margin-right:auto;
}
.theme-live .nh-header{
    margin-top:0;
    border-radius:0 0 22px 22px;
    padding-left:18px;
    padding-right:18px;
}
.theme-live .hero{
    margin-top:12px;
    border-radius:26px;
    overflow:hidden;
    box-shadow:0 34px 92px rgba(0,24,58,.28);
}
.theme-live .slides{border-radius:26px;}
.theme-live .hero-side-panel{right:62px;}
.theme-live .about-split{scroll-margin-top:110px;}
.theme-live .section,
.theme-live .content-block,
.theme-live .contact{margin-top:var(--section-gap);}
@media(max-width:760px){
    .theme-live .nh-topbar-inner,
    .theme-live .nh-header,
    .theme-live .nh-hero,
    .theme-live .hero,
    .theme-live .feature-row,
    .theme-live .stats-shell,
    .theme-live .section,
    .theme-live .content-block,
    .theme-live .contact{width:calc(100% - 18px)}
    .theme-live .hero,.theme-live .slides{border-radius:20px}
}

/* ================================
   V18 - Sharp Corporate Visual Update
   Keskin hatlar + daha ince/küçük kurumsal üst menü
================================ */
:root{
    --header-radius:6px;
    --section-radius:6px;
    --sharp-radius:6px;
    --sharp-radius-sm:4px;
}

/* Genel yuvarlak dili azaltıldı */
.site-header,
.nh-header,
.hero,
.nh-hero,
.slides,
.section,
.content-block,
.contact,
.page-card,
.feature-card,
.premium-card,
.promo-card,
.product-card,
.category-chip,
.testimonial-grid article,
.gallery-card,
.gallery-card span,
.contact-item,
.premium-form,
.map-box iframe,
.about-panel-card,
.stat-card,
.quick-link-card,
.sortable-item,
.panel,
.admin-form,
.admin-top,
.admin-table,
.dash-grid div,
.login-card,
.product-gallery-main,
.product-gallery-main img,
.product-thumb,
.product-thumb img,
.spec-card,
.spec-list li,
.detail-highlight-strip div,
.media-placeholder,
.thumb-card,
.thumb-card img{
    border-radius:var(--sharp-radius)!important;
}

/* Butonlar ve küçük etiketler */
.btn,
.ghost-btn,
.call,
.header-cta .btn,
.header-cta .whatsapp-btn,
.nh-contact-btn,
.nh-whatsapp-btn,
.hero-actions .btn,
.hero-actions .ghost-btn,
.price-call-btn,
.product-whatsapp-btn,
.inline-link.product-detail-link,
.contact-form button,
.admin-form button,
.login-card button,
.mini-badge,
.hero-chip,
.kicker,
.section-kicker,
.product-category,
.price-box-v12,
.slider-dots,
.slider-dot,
.submenu-toggle,
.nav-toggle,
.drag-handle,
.success-box,
.note-box,
.alert,
input,
textarea,
select{
    border-radius:var(--sharp-radius-sm)!important;
}

/* Cam kutular da daha keskin ve teknik görünüm */
.glass-card,
.glass-card span,
.feature-card span,
.stat-icon,
.glass-head,
.hero-side-panel{
    border-radius:var(--sharp-radius)!important;
}
.theme-live .hero-side-panel{
    border-radius:var(--sharp-radius)!important;
    overflow:hidden;
}
.theme-live .glass-card{
    border-radius:0!important;
}

/* Üst menü daha ince, daha küçük, daha kurumsal */
.theme-live .nh-header,
.theme-live .nh-header{
    min-height:62px;
    padding:9px 16px;
    border-radius:0!important;
    box-shadow:0 10px 34px rgba(0,24,58,.20);
}
.theme-live .nh-brand-wrap{
    min-width:160px;
}
.theme-live .nh-brand img,
.logo-only-brand img{
    max-height:50px!important;
}
.theme-live .nh-nav{
    gap:0;
}
.theme-live .nh-nav-item>a,
.nav-item>a{
    padding:10px 10px!important;
    font-size:12px!important;
    line-height:1.1;
    font-weight:500!important;
    letter-spacing:.52px!important;
    text-transform:uppercase;
    color:#eef5ff!important;
    border-radius:0!important;
}
.theme-live .nh-nav-item>a:after{
    left:10px;
    right:10px;
    bottom:3px;
    height:2px;
    border-radius:0!important;
}
.theme-live .nh-nav-item:hover>a,
.theme-live .nh-nav-item.open>a,
.nav-item>a:hover,
.nav-item.open>a,
.nav-item:hover>a{
    background:rgba(255,255,255,.075)!important;
}
.theme-live .nh-submenu-toggle,
.submenu-toggle{
    width:22px;
    height:22px;
    font-size:12px;
    background:rgba(255,255,255,.06);
}
.theme-live .nh-dropdown,
.dropdown{
    border-radius:0!important;
    padding:8px!important;
    min-width:230px;
}
.theme-live .nh-dropdown a,
.dropdown a{
    border-radius:0!important;
    font-size:12.5px;
    font-weight:500;
    letter-spacing:.25px;
    padding:10px 12px!important;
}

/* Header butonları daha düz ve kurumsal */
.theme-live .nh-header-cta,
.header-cta{
    gap:6px;
}
.theme-live .nh-contact-btn,
.theme-live .nh-whatsapp-btn,
.header-cta .btn,
.header-cta .whatsapp-btn{
    min-height:38px;
    padding:10px 13px!important;
    font-size:12px!important;
    font-weight:700!important;
    letter-spacing:.25px;
    border-radius:3px!important;
    box-shadow:none!important;
}

/* Slider ve oklar keskinleştirildi */
.theme-live .hero,
.theme-live .slides,
.theme-live .hero,
.theme-live .slides{
    border-radius:0!important;
}
.slider-arrow,
.theme-live .slider-arrow{
    border-radius:3px!important;
    width:44px;
    height:44px;
    font-size:29px;
}

/* İçerik kartları daha teknik ve düz görünüm */
.feature-card,
.premium-card,
.category-chip,
.stat-card,
.testimonial-grid article{
    box-shadow:0 16px 42px rgba(0,35,85,.09)!important;
}
.feature-card,
.category-chip,
.premium-card{
    border:1px solid #dfe8f4!important;
}
.theme-live .feature-card{
    border-bottom:4px solid var(--yellow)!important;
}

/* Sabit arama/whatsapp ikonları yuvarlak yerine modern kare */
.floating{
    border-radius:8px!important;
    width:58px;
    height:58px;
}

@media(max-width:1280px){
    .theme-live .nh-nav-item>a,
    .nav-item>a{font-size:11.5px!important;padding:9px 8px!important;letter-spacing:.42px!important;}
    .theme-live .nh-contact-btn,
    .theme-live .nh-whatsapp-btn{font-size:11.5px!important;padding:9px 11px!important;}
}
@media(max-width:980px){
    .theme-live .nh-header,
    .theme-live .nh-header{border-radius:0!important;}
    .theme-live .nh-nav{border-radius:0!important;}
    .theme-live .nh-nav-item>a,
    .nav-item>a{font-size:13.5px!important;padding:12px 10px!important;}
}
@media(max-width:760px){
    .theme-live .nh-brand img,
    .logo-only-brand img{max-height:44px!important;}
    .floating{width:54px;height:54px;border-radius:7px!important;}
}

.theme-live .logo-only-brand img,
.theme-live .nh-brand img{
    width:min(var(--logo-display-width, 460px), 42vw) !important;
    max-width:560px !important;
    max-height:138px !important;
    height:auto !important;
    object-fit:contain !important;
}
@media(max-width:980px){
    .theme-live .logo-only-brand img,
    .theme-live .nh-brand img{width:min(300px,56vw)!important;max-height:54px!important;}
}
@media(max-width:600px){
    .theme-live .logo-only-brand img,
    .theme-live .nh-brand img{width:min(220px,60vw)!important;max-height:44px!important;}
}

/* ================================
   V20 - New Holland Style Header Fix
   Logo artık üst menü içinde solda, menü tek satırda ve sarı hover bloklu.
================================ */
.theme-live{
    --nh-blue:#003a70;
    --nh-blue-dark:#00264f;
    --nh-blue-deep:#061426;
    --nh-yellow:#ffd200;
}
.theme-live .nh-topbar{
    background:#061426!important;
    border-bottom:0!important;
    color:#e8f2ff!important;
}
.theme-live .nh-topbar-inner{
    width:100%!important;
    max-width:none!important;
    padding:9px 34px!important;
    font-size:13px!important;
    font-weight:400!important;
    letter-spacing:.15px!important;
}
.theme-live .nh-topbar-text{
    color:#eef6ff!important;
    font-weight:400!important;
}
.theme-live .nh-topbar-links a:first-child{
    font-size:17px!important;
    font-weight:800!important;
    letter-spacing:.4px!important;
    color:#fff!important;
}
.theme-live .nh-topbar-links a:last-child{
    color:#74f2a1!important;
    font-weight:800!important;
}
.theme-live .nh-header{
    position:sticky!important;
    top:0!important;
    z-index:1200!important;
    overflow:visible!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    min-height:138px!important;
    padding:0 22px 0 16px!important;
    border-radius:0!important;
    display:grid!important;
    grid-template-columns:220px minmax(0, 1fr) auto!important;
    align-items:center!important;
    gap:24px!important;
    background:linear-gradient(180deg,var(--nh-blue) 0%,#123f76 100%)!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
    box-shadow:0 12px 34px rgba(0,25,65,.22)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
}
.theme-live .nh-header.scrolled{
    margin:0!important;
    min-height:118px!important;
    background:linear-gradient(180deg,#07356c 0%,#092e5e 100%)!important;
    box-shadow:0 14px 38px rgba(0,20,52,.28)!important;
}
.theme-live .nh-brand-wrap,
.theme-live .logo-only-wrap{
    min-width:0!important;
    width:100%!important;
    justify-content:flex-start!important;
    align-items:center!important;
    grid-area:auto!important;
    overflow:visible!important;
}
.theme-live .nh-brand,
.theme-live .logo-only-brand{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    overflow:hidden!important;
}
.theme-live .nh-brand img,
.theme-live .logo-only-brand img{
    width:200px!important;
    max-width:none!important;
    max-height:92px!important;
    height:auto!important;
    object-fit:contain!important;
    object-position:left center!important;
    margin-left:0!important;
    filter:drop-shadow(0 8px 14px rgba(0,0,0,.18));
}
.theme-live .nh-nav{
    grid-area:auto!important;
    height:138px!important;
    display:flex!important;
    justify-content:center!important;
    align-items:stretch!important;
    gap:0!important;
    overflow-x:visible!important;
    overflow-y:visible!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
    min-width:0!important;
    padding:0 32px 0 18px!important;
}
.theme-live .nh-nav::-webkit-scrollbar{display:none!important}
.theme-live .nh-header.scrolled .nh-nav{height:118px!important;}
.theme-live .nh-nav-item{
    display:flex!important;
    align-items:stretch!important;
    position:relative!important;
    height:100%!important;
    overflow:visible!important;
}
.theme-live .nh-nav-item>a,
.theme-live .nav-item>a{
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 16px!important;
    border-radius:0!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:600!important;
    letter-spacing:.15px!important;
    text-transform:none!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    transition:background .18s ease,color .18s ease!important;
}
.theme-live .nh-nav-item>a:after,
.theme-live .nav-item>a:after{display:none!important;}
.theme-live .nh-nav-item:hover>a,
.theme-live .nh-nav-item.open>a,
.theme-live .nav-item:hover>a,
.theme-live .nav-item.open>a,
.theme-live .nav-item>a:hover{
    background:var(--nh-yellow)!important;
    color:#061426!important;
}
.theme-live .nh-submenu-toggle,
.theme-live .submenu-toggle{
    display:none!important;
}
.theme-live .nh-dropdown,
.theme-live .dropdown{
    position:absolute!important;
    top:100%!important;
    left:0!important;
    border-radius:0!important;
    min-width:240px!important;
    padding:8px 0!important;
    background:#062b5b!important;
    border:0!important;
    border-top:4px solid var(--nh-yellow)!important;
    box-shadow:0 20px 44px rgba(0,16,46,.30)!important;
    display:none!important;
    z-index:1400!important;
}
.theme-live .nh-dropdown a,
.theme-live .dropdown a{
    padding:12px 18px!important;
    color:#f4f8ff!important;
    font-size:13px!important;
    font-weight:500!important;
    border-radius:0!important;
}
.theme-live .nh-dropdown a:hover,
.theme-live .dropdown a:hover{
    background:var(--nh-yellow)!important;
    color:#061426!important;
}
.theme-live .nh-header-cta,
.theme-live .header-cta{
    grid-area:auto!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    height:auto!important;
    flex-shrink:0!important;
    padding-left:14px!important;
}
.theme-live .nh-contact-btn,
.theme-live .header-contact{
    background:var(--nh-yellow)!important;
    color:#061426!important;
    min-height:42px!important;
    padding:0 14px!important;
    border-radius:4px!important;
    font-size:12px!important;
    font-weight:800!important;
    box-shadow:none!important;
}
.theme-live .nh-whatsapp-btn,
.theme-live .header-whatsapp{
    background:#25D366!important;
    color:#fff!important;
    min-height:42px!important;
    padding:0 18px!important;
    border-radius:4px!important;
    font-size:13px!important;
    font-weight:700!important;
    box-shadow:none!important;
}
.theme-live .nh-contact-btn:hover,
.theme-live .nh-whatsapp-btn:hover{transform:none!important;filter:brightness(.96)}
.theme-live .nh-nav-item.has-children:hover > .nh-dropdown,
.theme-live .nh-nav-item.open > .nh-dropdown,
.theme-live .nav-item.has-children:hover > .dropdown,
.theme-live .nav-item.open > .dropdown{display:block!important;}

.theme-live .nh-nav-toggle,
.theme-live .nav-toggle{
    display:none!important;
    grid-area:auto!important;
    background:rgba(255,255,255,.10)!important;
    border:1px solid rgba(255,255,255,.18)!important;
    border-radius:4px!important;
}
/* Slider genişlik ve konum, üst menüye daha yakın dengeli görünüm */
.theme-live .nh-hero,
.theme-live .hero{
    width:calc(100% - 48px)!important;
    max-width:1640px!important;
    margin:18px auto 0!important;
    min-height:min(var(--hero-height),560px)!important;
    height:min(var(--hero-height),560px)!important;
    padding:0!important;
    border-radius:0!important;
    overflow:hidden!important;
    box-shadow:0 24px 70px rgba(0,24,58,.24)!important;
}
.theme-live .slides{
    inset:0!important;
    border-radius:0!important;
}
.theme-live .slide-overlay{
    background:linear-gradient(90deg,rgba(0,21,51,.86) 0%,rgba(0,59,136,.62) 40%,rgba(0,59,136,.08) 78%)!important;
}
.theme-live .hero-copy{
    left:48px!important;
    bottom:58px!important;
    width:min(650px,calc(100% - 520px))!important;
    max-width:650px!important;
}
.theme-live .hero h1{font-size:48px!important;line-height:1.05!important;}
.theme-live .hero p{font-size:17px!important;line-height:1.55!important;}
.theme-live .hero-side-panel{
    right:46px!important;
    width:min(300px,26vw)!important;
    bottom:48px!important;
}
.theme-live .slider-arrow{
    background:#003a70!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.25)!important;
}
.theme-live .slider-arrow:hover{background:var(--nh-yellow)!important;color:#061426!important;}
.theme-live .slider-dot.active{background:var(--nh-yellow)!important;border-color:var(--nh-yellow)!important;}

@media(max-width:1320px){
    .theme-live .nh-header{grid-template-columns:220px minmax(0,1fr) auto!important;padding:0 18px 0 14px!important;gap:18px!important;}
    .theme-live .nh-nav{padding:0 20px 0 16px!important;}
    .theme-live .nh-brand img,.theme-live .logo-only-brand img{width:200px!important;max-height:82px!important;}
    .theme-live .nh-brand img,.theme-live .logo-only-brand img{width:min(var(--logo-display-width,420px), 400px)!important;max-height:112px!important;}
    .theme-live .nh-nav-item>a,.theme-live .nav-item>a{padding:0 11px!important;font-size:12.5px!important;}
    .theme-live .nh-contact-btn,.theme-live .nh-whatsapp-btn{padding:0 12px!important;font-size:11.5px!important;}
}
@media(max-width:1080px){
    .theme-live .nh-header{grid-template-columns:auto auto!important;grid-template-areas:'brand toggle' 'nav nav' 'cta cta'!important;height:auto!important;min-height:86px!important;padding:10px 18px!important;}
    .theme-live .nh-brand-wrap{grid-area:brand!important;}
    .theme-live .nh-nav-toggle,.theme-live .nav-toggle{display:inline-flex!important;justify-self:end!important;grid-area:toggle!important;}
    .theme-live .nh-nav{grid-area:nav!important;display:none!important;height:auto!important;background:#062b5b!important;align-items:stretch!important;flex-direction:column!important;margin-top:8px!important;}
    .theme-live .nh-nav.open{display:flex!important;}
    .theme-live .nh-nav-item{height:auto!important;display:block!important;}
    .theme-live .nh-nav-item>a,.theme-live .nav-item>a{height:auto!important;justify-content:flex-start!important;padding:14px 14px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;}
    .theme-live .nh-header-cta,.theme-live .header-cta{grid-area:cta!important;justify-self:stretch!important;}
    .theme-live .nh-contact-btn,.theme-live .nh-whatsapp-btn{flex:1!important;}
    .theme-live .dropdown,.theme-live .nh-dropdown{position:static!important;display:none!important;box-shadow:none!important;min-width:0!important;}
    .theme-live .nav-item.open .dropdown,.theme-live .nh-nav-item.open .nh-dropdown{display:block!important;}
}
@media(max-width:760px){
    .theme-live .nh-topbar-inner{padding:8px 14px!important;display:block!important;}
    .theme-live .nh-topbar-links{margin-top:6px!important;}
    .theme-live .nh-header{padding:9px 10px!important;}
    .theme-live .nh-brand img,.theme-live .logo-only-brand img{width:min(240px,70vw)!important;max-height:64px!important;margin-left:-4px!important;}
    .theme-live .hero{width:calc(100% - 18px)!important;height:520px!important;min-height:520px!important;margin-top:10px!important;}
    .theme-live .hero-copy{left:22px!important;right:22px!important;bottom:40px!important;width:calc(100% - 44px)!important;}
    .theme-live .hero h1{font-size:34px!important;}
    .theme-live .hero p{font-size:15px!important;}
    .theme-live .hero-side-panel{display:none!important;}
}



.theme-live .nh-brand-wrap,
.theme-live .logo-only-wrap{padding-left:0!important}
.theme-live .nh-nav,
.theme-live .site-nav{min-width:0!important}
.theme-live .nh-nav-item,
.theme-live .nav-item{flex:0 0 auto!important}

/* V21 Kurumsal içerik düzeni */
.about-premium-v21 .about-copy{display:flex;flex-direction:column;gap:16px}
.about-premium-v21 .about-copy p{max-width:780px;font-size:18px;line-height:1.82;color:#31445d}
.about-continue{display:flex;flex-direction:column;gap:8px;padding:18px 20px;border-left:4px solid var(--yellow);background:linear-gradient(135deg,rgba(255,210,0,.10),rgba(0,59,136,.05));box-shadow:inset 0 0 0 1px rgba(0,59,136,.07)}
.about-continue strong{font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--blue)}
.about-continue span{font-size:15px;line-height:1.75;color:#38506f}
.about-actions{display:flex;gap:14px;align-items:center}
.about-actions .btn{border-radius:12px;padding:14px 22px;box-shadow:none}
.page-card{border-radius:16px}
.page-content .lead{font-size:20px;line-height:1.9;color:#17355f;font-weight:700;margin-top:0}
.page-content h2{font-size:30px;line-height:1.2;margin:34px 0 12px;color:#0e2d58}
.page-content h3{font-size:22px;line-height:1.3;margin:24px 0 8px;color:#17355f}
.page-content p{margin:0 0 16px}
.page-content strong{color:#0f2f5a}
.corp-intro-box{padding:24px 28px;margin-bottom:18px;background:linear-gradient(135deg,rgba(0,59,136,.06),rgba(255,210,0,.08));border-left:4px solid var(--yellow)}
.corp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0}
.corp-stat-card{padding:24px;background:#f8fbff;box-shadow:inset 0 0 0 1px rgba(0,59,136,.08)}
.corp-stat-card span{display:inline-flex;min-width:52px;height:52px;padding:0 14px;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--yellow),#fff1ad);color:#0f2e59;font-size:22px;font-weight:900;margin-bottom:16px}
.corp-stat-card h3{margin:0 0 10px;font-size:21px}
.corp-stat-card p{margin:0;font-size:15px;line-height:1.75;color:#46617d}
.corp-check-list{list-style:none;padding:0;margin:22px 0;display:grid;gap:10px}
.corp-check-list li{padding:14px 16px 14px 44px;position:relative;background:#f8fbff;box-shadow:inset 0 0 0 1px rgba(0,59,136,.08)}
.corp-check-list li:before{content:'✓';position:absolute;left:16px;top:13px;font-weight:900;color:var(--blue)}
@media(max-width:980px){.corp-grid{grid-template-columns:1fr}.about-premium-v21 .about-copy p{max-width:none}}
@media(max-width:760px){.page-content .lead{font-size:18px}.page-content h2{font-size:25px}.corp-intro-box,.corp-stat-card,.corp-check-list li{padding:18px}.about-continue{padding:16px 18px}}


/* V22 - New Holland inspired premium header layout */
.v22-header-premium .nh-topbar{
    background:#05162b!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.v22-header-premium .nh-topbar-inner{
    width:100%!important;
    max-width:none!important;
    padding:10px 28px!important;
    font-size:13px!important;
}
.v22-header-premium .nh-topbar-links a:first-child{
    font-size:18px!important;
    font-weight:800!important;
}
.v22-header-premium .nh-topbar-links a:last-child{
    color:#7bf0a3!important;
    font-weight:800!important;
}
.v22-header-premium .nh-header{
    position:sticky!important;
    top:0!important;
    z-index:50!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0 28px!important;
    min-height:86px!important;
    border-radius:0!important;
    display:grid!important;
    grid-template-columns:minmax(240px,320px) minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:18px!important;
    background:linear-gradient(180deg,#0a3b79 0%, #0a356a 100%)!important;
    border:0!important;
    box-shadow:0 14px 36px rgba(0,24,56,.22)!important;
}
.v22-header-premium .nh-header.scrolled{
    min-height:78px!important;
    background:linear-gradient(180deg,#09356f 0%, #082f62 100%)!important;
}
.v22-header-premium .nh-brand-wrap,
.v22-header-premium .logo-only-wrap{
    justify-content:flex-start!important;
    align-items:center!important;
}
.v22-header-premium .nh-brand,
.v22-header-premium .logo-only-brand{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
}
.v22-header-premium .nh-brand img,
.v22-header-premium .logo-only-brand img{
    width:min(290px,100%)!important;
    max-height:60px!important;
    height:auto!important;
    object-fit:contain!important;
    filter:drop-shadow(0 10px 18px rgba(0,0,0,.18));
}
.v22-header-premium .nh-nav{
    height:86px!important;
    display:flex!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:0!important;
    padding:0!important;
    overflow:visible!important;
}
.v22-header-premium .nh-header.scrolled .nh-nav{height:78px!important;}
.v22-header-premium .nh-nav-item,
.v22-header-premium .nav-item{
    height:100%!important;
    display:flex!important;
    align-items:stretch!important;
}
.v22-header-premium .nh-nav-item>a,
.v22-header-premium .nav-item>a{
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 20px!important;
    border-radius:0!important;
    color:#f4f8ff!important;
    text-decoration:none!important;
    font-size:15px!important;
    font-weight:500!important;
    letter-spacing:.1px!important;
    text-transform:none!important;
    white-space:nowrap!important;
    transition:background .18s ease,color .18s ease!important;
}
.v22-header-premium .nh-nav-item>a:after,
.v22-header-premium .nav-item>a:after{display:none!important;}
.v22-header-premium .nh-nav-item:hover>a,
.v22-header-premium .nh-nav-item.open>a,
.v22-header-premium .nav-item:hover>a,
.v22-header-premium .nav-item.open>a,
.v22-header-premium .nav-item>a:hover{
    background:#ffd200!important;
    color:#05162b!important;
}
.v22-header-premium .nh-dropdown,
.v22-header-premium .dropdown{
    top:100%!important;
    left:0!important;
    min-width:240px!important;
    border-radius:0!important;
    background:#092d5d!important;
    border:0!important;
    border-top:4px solid #ffd200!important;
    box-shadow:0 18px 40px rgba(0,18,42,.26)!important;
}
.v22-header-premium .nh-dropdown a,
.v22-header-premium .dropdown a{
    padding:12px 18px!important;
    color:#f4f8ff!important;
    font-size:13px!important;
    font-weight:500!important;
}
.v22-header-premium .nh-dropdown a:hover,
.v22-header-premium .dropdown a:hover{
    background:#ffd200!important;
    color:#05162b!important;
}
.v22-header-premium .nh-header-cta,
.v22-header-premium .header-cta{
    gap:10px!important;
}
.v22-header-premium .nh-contact-btn,
.v22-header-premium .header-contact{
    min-height:44px!important;
    padding:0 18px!important;
    border-radius:4px!important;
    background:#ffd200!important;
    color:#05162b!important;
    font-size:14px!important;
    font-weight:700!important;
}
.v22-header-premium .nh-whatsapp-btn,
.v22-header-premium .header-whatsapp{
    min-height:44px!important;
    padding:0 18px!important;
    border-radius:4px!important;
    background:#25D366!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:700!important;
}
@media(max-width:1200px){
    .v22-header-premium .nh-header{grid-template-columns:minmax(200px,280px) minmax(0,1fr) auto!important;padding:0 20px!important;}
    .v22-header-premium .nh-nav-item>a,.v22-header-premium .nav-item>a{padding:0 14px!important;font-size:14px!important;}
    .v22-header-premium .nh-brand img,.v22-header-premium .logo-only-brand img{width:min(240px,100%)!important;max-height:52px!important;}
}
@media(max-width:980px){
    .v22-header-premium .nh-header{grid-template-columns:auto auto!important;grid-template-areas:'brand toggle' 'nav nav' 'cta cta'!important;min-height:auto!important;height:auto!important;padding:10px 18px!important;}
    .v22-header-premium .nh-brand-wrap{grid-area:brand!important;}
    .v22-header-premium .nh-nav{grid-area:nav!important;height:auto!important;display:none!important;overflow:auto!important;background:#092f60!important;border-top:1px solid rgba(255,255,255,.08)!important;}
    .v22-header-premium .nh-nav.open{display:block!important;}
    .v22-header-premium .nh-nav-item,.v22-header-premium .nav-item{height:auto!important;display:block!important;}
    .v22-header-premium .nh-nav-item>a,.v22-header-premium .nav-item>a{height:auto!important;justify-content:flex-start!important;padding:14px 14px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;}
    .v22-header-premium .nh-header-cta,.v22-header-premium .header-cta{grid-area:cta!important;justify-self:stretch!important;}
    .v22-header-premium .nh-contact-btn,.v22-header-premium .header-contact,.v22-header-premium .nh-whatsapp-btn,.v22-header-premium .header-whatsapp{flex:1!important;justify-content:center!important;}
}
@media(max-width:760px){
    .v22-header-premium .nh-topbar-inner{padding:8px 14px!important;display:block!important;text-align:center!important;}
    .v22-header-premium .nh-topbar-links{justify-content:center!important;margin-top:6px!important;}
    .v22-header-premium .nh-brand img,.v22-header-premium .logo-only-brand img{width:min(220px,64vw)!important;max-height:46px!important;}
    .v22-header-premium .nh-header{padding:9px 12px!important;}
}

/* Tema 1.1 - Harita ve kurumsal müşteri memnuniyeti alanları */
.premium-testimonials-v28{
    position:relative;
    background:linear-gradient(135deg,#f8fbff 0%,#ffffff 42%,#eef5ff 100%);
    border:1px solid rgba(0,59,136,.10);
    overflow:hidden;
}
.premium-testimonials-v28:before{
    content:"";position:absolute;right:-90px;top:-90px;width:280px;height:280px;border-radius:50%;
    background:radial-gradient(circle at center,rgba(255,210,0,.20),rgba(255,210,0,0) 70%);pointer-events:none;
}
.premium-testimonials-v28:after{
    content:"";position:absolute;left:-120px;bottom:-140px;width:320px;height:320px;border-radius:50%;
    background:radial-gradient(circle at center,rgba(0,59,136,.14),rgba(0,59,136,0) 72%);pointer-events:none;
}
.testimonial-head{align-items:flex-start;position:relative;z-index:1}
.testimonial-score-card{
    min-width:188px;background:linear-gradient(155deg,#041a39 0%,#003b88 55%,#0c4aa4 100%);color:#fff;padding:24px 24px;
    box-shadow:0 24px 54px rgba(0,59,136,.24);border-left:5px solid var(--yellow);border-radius:14px;
}
.testimonial-score-card strong{display:block;font-size:48px;line-height:1;color:var(--yellow)}
.testimonial-score-card span{display:block;color:#ffe88a;letter-spacing:2px;margin:8px 0 4px}
.testimonial-score-card small{color:#dce8f8;font-weight:700}
.testimonial-grid-v28{align-items:stretch;position:relative;z-index:1;gap:22px}
.testimonial-card-v28{
    position:relative;min-height:285px;border-radius:16px!important;border:1px solid rgba(0,59,136,.10)!important;border-top:0!important;
    box-shadow:0 20px 52px rgba(15,40,74,.10)!important;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;overflow:hidden;
    padding:26px 24px 24px!important;
}
.testimonial-card-v28:before{content:"";position:absolute;left:0;top:0;width:100%;height:5px;background:linear-gradient(90deg,var(--yellow),#8ec5ff 55%,var(--blue))}
.testimonial-card-v28:after{content:"“";position:absolute;right:18px;top:18px;font-size:68px;line-height:1;color:rgba(0,59,136,.08);font-weight:900;font-family:Georgia,serif}
.testimonial-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.testimonial-category{display:inline-flex;background:linear-gradient(180deg,#f5f9ff,#ebf3ff);color:var(--blue);font-weight:900;font-size:12px;letter-spacing:.45px;text-transform:uppercase;padding:8px 11px;border-left:3px solid var(--yellow);border-radius:999px}
.testimonial-stars{color:var(--yellow);font-size:17px;letter-spacing:1px;white-space:nowrap;text-shadow:0 4px 12px rgba(255,210,0,.18)}
.testimonial-card-v28 p{position:relative;font-size:17px;line-height:1.72;color:#233851;margin:0}
.testimonial-person{display:flex;flex-direction:column;gap:4px;border-top:1px solid #edf2f8;margin-top:20px;padding-top:16px}
.testimonial-person b{margin:0!important;font-size:17px;color:#0b2b58}
.testimonial-person small{display:block;margin-top:0;color:#64748b;font-size:13px}

.contact-premium-v28{
    grid-template-columns:.9fr 1.1fr;align-items:stretch;background:linear-gradient(135deg,#fff,#f7faff);border:1px solid rgba(0,59,136,.08)
}
.contact-info-panel,.contact-form-panel{min-width:0}
.contact-info-panel p{max-width:620px}
.contact-premium-v28 .contact-stack{margin-bottom:18px}
.contact-premium-v28 .contact-item{
    text-decoration:none;border-radius:6px;background:#fff;border:1px solid #dfe8f4;box-shadow:0 12px 32px rgba(17,54,98,.06);
    transition:transform .18s ease, border-color .18s ease
}
.contact-premium-v28 a.contact-item:hover{transform:translateY(-2px);border-color:rgba(0,59,136,.25)}
.contact-actions-v28{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.contact-actions-v28 .btn,.contact-actions-v28 .whatsapp-btn{border-radius:6px;padding:14px 20px;text-decoration:none;font-weight:900}
.contact-actions-v28 .whatsapp-btn{background:var(--green);color:#fff;box-shadow:0 18px 40px rgba(32,196,106,.22)}
.map-box-v28{grid-column:1 / -1;margin-top:8px;border-radius:8px;overflow:hidden;border:1px solid #dfe8f4;box-shadow:0 20px 60px rgba(15,40,74,.11);background:#eaf1fb}
.map-box-v28 iframe{display:block;width:100%!important;height:430px!important;border:0!important;border-radius:0!important}

@media(max-width:980px){
    .contact-premium-v28{grid-template-columns:1fr}
    .map-box-v28 iframe{height:340px!important}
    .testimonial-score-card{width:100%}
}

/* V29: WhatsApp butonları sadece logo, fiyat butonu New Holland mavisi */
.wa-svg{width:22px;height:22px;display:block;fill:currentColor;flex:0 0 auto}
.topbar-whatsapp-icon{display:inline-flex!important;align-items:center;justify-content:center;width:34px;height:34px;border-radius:4px;background:#25D366!important;color:#fff!important;font-size:0!important;padding:0!important}
.header-whatsapp,.nh-whatsapp-btn,.header-cta .whatsapp-btn{width:44px!important;min-width:44px!important;max-width:44px!important;height:42px!important;min-height:42px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:0!important;background:#25D366!important;color:#fff!important}
.header-whatsapp .wa-svg,.nh-whatsapp-btn .wa-svg,.topbar-whatsapp-icon .wa-svg{width:22px;height:22px}
.product-whatsapp-btn{width:50px!important;min-width:50px!important;max-width:50px!important;min-height:46px!important;padding:0!important;font-size:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#25D366!important;color:#fff!important;border:1px solid rgba(255,255,255,.24)!important}
.product-whatsapp-btn .wa-svg{width:24px;height:24px}
.contact-actions-v28 .whatsapp-btn{width:52px!important;min-width:52px!important;height:50px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:0!important;background:#25D366!important;color:#fff!important}
.contact-actions-v28 .whatsapp-btn .wa-svg{width:24px;height:24px}
.price-call-btn{background:linear-gradient(135deg,var(--blue),#0057bd)!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 14px 34px rgba(0,59,136,.18)!important}
.detail-call{color:#fff!important}
.product-action-row{grid-template-columns:minmax(0,1fr) 52px!important;align-items:stretch}
.detail-actions-v12 .product-whatsapp-btn{min-width:50px!important;width:50px!important;max-width:50px!important}
.detail-actions-v12 .price-call-btn{min-width:190px!important}

/* V29: Galeri yazıları daha premium */
.gallery-card span{display:block;background:linear-gradient(180deg,rgba(6,20,38,.42),rgba(6,20,38,.86));border:1px solid rgba(255,255,255,.18);padding:13px 15px!important}
.gallery-card span strong{display:block;font-size:15px;line-height:1.2;color:#fff;margin-bottom:4px}
.gallery-card span small{display:block;font-size:12px;line-height:1.35;color:#dbe8f8;font-weight:500}
@media(max-width:760px){.product-action-row{grid-template-columns:1fr 52px!important}.header-whatsapp,.nh-whatsapp-btn,.header-cta .whatsapp-btn{flex:0 0 44px!important}.topbar-whatsapp-icon{width:32px;height:32px}}


/* Tema 1.1: Açıklama alanları daha şeffaf ve arka planı gösteren premium görünüm */
:root{--description-opacity:0.46}
.theme-live .slide-overlay{
    background:linear-gradient(90deg,rgba(0,20,52,.68) 0%,rgba(0,58,132,.34) 42%,rgba(0,20,52,.06) 82%)!important;
}
.theme-live .hero-side-panel,
.hero-side-panel{
    background:rgba(5,24,54,var(--description-opacity))!important;
    border:1px solid rgba(255,255,255,.22)!important;
    backdrop-filter:blur(14px) saturate(1.15)!important;
    -webkit-backdrop-filter:blur(14px) saturate(1.15)!important;
}
.theme-live .glass-head,
.glass-head{
    background:rgba(255,255,255,.035)!important;
}
.theme-live .glass-card,
.glass-card{
    background:rgba(255,255,255,.035)!important;
}
.gallery-card span{
    background:linear-gradient(180deg,rgba(6,20,38,.22),rgba(6,20,38,var(--description-opacity)))!important;
    backdrop-filter:blur(9px) saturate(1.12)!important;
    -webkit-backdrop-filter:blur(9px) saturate(1.12)!important;
    border:1px solid rgba(255,255,255,.22)!important;
}
.about-continue,
.testimonial-card-v28,
.contact-premium-v28 .contact-item{
    background:rgba(255,255,255,.82)!important;
    backdrop-filter:blur(8px)!important;
    -webkit-backdrop-filter:blur(8px)!important;
}


/* V31 / Tema 1.1 - Güvenlik ve Premium Admin Temizliği */
.login-body{background:radial-gradient(circle at 20% 15%,rgba(255,210,0,.16),transparent 28%),linear-gradient(135deg,#061426 0%,#073b7f 62%,#061426 100%)}
.premium-login-card{border-radius:22px;padding:34px 34px 30px;border:1px solid rgba(255,255,255,.72);box-shadow:0 35px 90px rgba(0,16,42,.38)}
.login-brand{display:flex;justify-content:center;align-items:center;min-height:72px;margin-bottom:18px;padding:10px 14px;border:1px solid #e3ebf6;background:linear-gradient(180deg,#fff,#f6f9fe)}
.login-brand img{max-width:min(300px,88%);max-height:82px;object-fit:contain;margin:auto}.login-brand strong{color:var(--blue);font-size:24px}
.premium-login-card h1{text-align:center;font-size:30px;margin:4px 0 6px;color:#081e3b}.premium-login-card p{text-align:center;color:#5c6f88;font-weight:700;margin:0 0 22px}
.premium-login-card input{border-radius:10px;border-color:#d9e3f0;background:#fbfdff}.premium-login-card button{width:100%;border-radius:10px;background:var(--blue);color:#fff;padding:15px 18px;box-shadow:0 14px 30px rgba(0,59,136,.25)}
.login-security-note{display:block;margin-top:14px;color:#6d7e93;text-align:center;line-height:1.55}
.admin-v1-1{grid-template-columns:282px minmax(0,1fr);background:linear-gradient(180deg,#edf3fb,#f7fbff)}
.admin-v1-1 .premium-admin-sidebar{background:#061426;border-right:1px solid rgba(255,255,255,.08);box-shadow:16px 0 44px rgba(6,20,38,.18)}
.admin-v1-1 .admin-brand-card{border-radius:12px;padding:12px;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.10)}
.admin-v1-1 .admin-brand-card img{width:100%;max-height:78px;object-fit:contain;margin:auto}.admin-v1-1 .admin-brand-card strong{display:block;color:white;font-size:20px;line-height:1.26}
.admin-v1-1 .admin-brand-card span{font-size:11px;letter-spacing:1.4px;color:var(--yellow);font-weight:800;text-align:center}
.admin-v1-1 .admin-sidebar a{border-radius:8px;padding:10px 11px;font-size:13.5px;font-weight:700;letter-spacing:.1px;color:#e6eefb;border-left:3px solid transparent;transition:.18s ease}
.admin-v1-1 .admin-sidebar a span{width:22px;display:inline-flex;justify-content:center;filter:saturate(.9)}
.admin-v1-1 .admin-sidebar a:hover,.admin-v1-1 .admin-sidebar a.active{background:rgba(255,210,0,.12);border-left-color:var(--yellow);color:#fff;transform:none}
.admin-v1-1 .premium-admin-top{border-radius:12px;background:rgba(255,255,255,.92);border:1px solid #dfe8f4;box-shadow:0 12px 34px rgba(31,54,87,.08)}
.admin-v1-1 .premium-admin-top a{border-radius:8px;background:var(--yellow);color:#061426}.admin-v1-1 .admin-top b{font-size:19px}
.admin-v1-1 .panel,.admin-v1-1 .admin-form{border-radius:14px;border:1px solid #dfe8f4;box-shadow:0 12px 34px rgba(31,54,87,.07);background:#fff}
.admin-v1-1 .admin-form h2,.admin-v1-1 .panel h2{border-radius:8px;background:linear-gradient(90deg,#eef5ff,#fff);font-size:18px;color:#082d66}
.admin-v1-1 .dash-grid div{border-radius:12px;padding:18px;background:linear-gradient(180deg,#fff,#f5f9ff);border:1px solid #dfe8f4}.admin-v1-1 .dash-grid div:after{border-radius:0;transform:rotate(45deg);background:rgba(255,210,0,.14)}
.admin-v1-1 .dash-grid small{display:block;margin-top:6px;color:#667891;font-weight:700}.admin-v1-1 .dash-grid span{font-size:28px}
.admin-v1-1 .quick-link-card{border-radius:10px;display:flex;flex-direction:column;gap:6px}.admin-v1-1 .quick-link-card span{color:#61738b;font-size:13px}.admin-v1-1 .admin-table{border-radius:12px}.admin-v1-1 input,.admin-v1-1 textarea,.admin-v1-1 select{border-radius:8px}.admin-v1-1 button{border-radius:8px}
.version-grid input:disabled{background:#f4f8ff;color:#082d66;font-weight:800;opacity:1}
@media(max-width:980px){.admin-v1-1{grid-template-columns:1fr}.admin-v1-1 .admin-brand-card img{max-height:64px}.admin-v1-1 .premium-admin-sidebar{position:relative;height:auto;display:grid;grid-template-columns:repeat(2,1fr)}.admin-v1-1 .admin-brand-card{grid-column:1/-1}.admin-v1-1 .dash-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.admin-v1-1 .premium-admin-sidebar,.admin-v1-1 .dash-grid{grid-template-columns:1fr}.premium-login-card{padding:26px 22px}}

/* V32 / Tema 1.2 - Admin menü ikon düzeltmesi ve daha kurumsal sidebar */
.admin-compat{grid-template-columns:286px minmax(0,1fr);background:linear-gradient(180deg,#edf3fb,#f8fbff)}
.admin-compat .premium-admin-sidebar{background:linear-gradient(180deg,#041226 0%,#071b35 48%,#041226 100%);border-right:1px solid rgba(255,255,255,.08);box-shadow:18px 0 46px rgba(6,20,38,.20);padding:16px 12px;gap:5px}
.admin-compat .admin-sidebar a::before{content:none!important;display:none!important}
.admin-compat .admin-sidebar a{display:flex!important;align-items:center!important;gap:11px!important;border-radius:6px!important;padding:10px 12px!important;font-size:13.2px!important;font-weight:650!important;letter-spacing:.15px!important;color:#e7eefb!important;border-left:3px solid transparent!important;text-decoration:none!important;transition:background .16s ease,color .16s ease,border-color .16s ease!important;line-height:1.2!important}
.admin-compat .admin-sidebar a:hover,.admin-compat .admin-sidebar a.active{background:rgba(255,210,0,.12)!important;border-left-color:var(--yellow)!important;color:#fff!important;transform:none!important}
.admin-compat .admin-sidebar a.active{box-shadow:inset 0 0 0 1px rgba(255,210,0,.08)}
.admin-compat .admin-sidebar a em{font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-compat .admin-nav-icon{width:30px;height:30px;min-width:30px;display:inline-grid;place-items:center;border-radius:6px;background:rgba(255,255,255,.07);color:#dce9fb;border:1px solid rgba(255,255,255,.08)}
.admin-compat .admin-sidebar a:hover .admin-nav-icon,.admin-compat .admin-sidebar a.active .admin-nav-icon{background:var(--yellow);color:#061426;border-color:var(--yellow)}
.admin-compat .admin-svg-icon{width:17px;height:17px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.admin-compat .admin-brand-card{border-radius:8px!important;padding:12px!important;margin-bottom:10px;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.035))!important;border:1px solid rgba(255,255,255,.10)!important}
.admin-compat .admin-brand-card img{width:100%;max-height:70px;object-fit:contain;margin:auto}.admin-compat .admin-brand-card strong{display:block;color:white;font-size:19px;line-height:1.26}
.admin-compat .admin-logo span{display:block;margin-top:9px;color:#f7d90a!important;letter-spacing:.5px!important;font-size:11.5px!important;font-weight:700;text-align:center}
.admin-compat .premium-admin-top{border-radius:12px;border:1px solid #dfe8f4;box-shadow:0 12px 34px rgba(31,54,87,.07)}
.admin-compat .premium-admin-top a{border-radius:7px;background:var(--yellow);color:#061426}.admin-compat .admin-top b{font-size:19px}
.admin-compat .panel,.admin-compat .admin-form{border-radius:14px;border:1px solid #dfe8f4;box-shadow:0 12px 34px rgba(31,54,87,.07);background:#fff}
.admin-compat .admin-form h2,.admin-compat .panel h2{border-radius:8px;background:linear-gradient(90deg,#eef5ff,#fff);font-size:18px;color:#082d66}
.admin-compat .dash-grid div{border-radius:12px;padding:18px;background:linear-gradient(180deg,#fff,#f5f9ff);border:1px solid #dfe8f4}.admin-compat .dash-grid div:after{border-radius:0;transform:rotate(45deg);background:rgba(255,210,0,.14)}
.admin-compat .dash-grid small{display:block;margin-top:6px;color:#667891;font-weight:700}.admin-compat .dash-grid span{font-size:28px}
.admin-compat .quick-link-card{border-radius:10px;display:flex;flex-direction:column;gap:6px}.admin-compat .quick-link-card span{color:#61738b;font-size:13px}.admin-compat .admin-table{border-radius:12px}.admin-compat input,.admin-compat textarea,.admin-compat select{border-radius:8px}.admin-compat button{border-radius:8px}
@media(max-width:980px){.admin-compat{grid-template-columns:1fr}.admin-compat .admin-brand-card img{max-height:64px}.admin-compat .premium-admin-sidebar{position:relative;height:auto;display:grid;grid-template-columns:repeat(2,1fr)}.admin-compat .admin-brand-card{grid-column:1/-1}.admin-compat .dash-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.admin-compat .premium-admin-sidebar,.admin-compat .dash-grid{grid-template-columns:1fr}}

/* V34 / Tema 1.4 - Güvenlik tabanı korundu, premium panel güçlendirildi */
.admin-v1-4 .premium-admin-sidebar{background:linear-gradient(180deg,#061528 0%,#071d39 100%);border-right:1px solid rgba(255,255,255,.08);box-shadow:18px 0 45px rgba(0,0,0,.18)}
.admin-v1-4 .premium-admin-sidebar a{border-radius:0;margin:3px 10px;padding:11px 12px;font-size:13px;font-weight:600;letter-spacing:.02em;color:#dbe8ff}
.admin-v1-4 .premium-admin-sidebar a.active,.admin-v1-4 .premium-admin-sidebar a:hover{background:linear-gradient(90deg,#ffd200 0%,#ffd200 4px,rgba(255,210,0,.12) 4px,rgba(255,210,0,.05) 100%);color:#fff}
.admin-v1-4 .admin-brand-card{border-radius:0;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04)}
.admin-v1-4 .premium-admin-top{border-radius:0;background:#fff;border:1px solid #e3e9f2;box-shadow:0 16px 40px rgba(7,21,42,.08)}
.admin-v1-4 .panel,.admin-v1-4 .admin-table,.admin-v1-4 .quick-link-card,.admin-v1-4 .dash-grid>div{border-radius:0!important;border:1px solid #dfe7f1;box-shadow:0 18px 45px rgba(4,17,38,.07)}
.v33-dash-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.v33-dash-grid div{background:linear-gradient(180deg,#fff,#f7faff)}
.v33-dash-grid span{color:#003b88}.admin-two-col-v33{display:grid;grid-template-columns:1.4fr .9fr;gap:18px;align-items:start}.dashboard-side-panel-v33 h2{margin-top:0}.mini-list-v33{display:grid;gap:10px}.mini-list-v33 div{border:1px solid #e4ebf4;padding:10px 12px;background:#f8fbff}.mini-list-v33 b,.mini-list-v33 span,.mini-list-v33 small{display:block}.mini-list-v33 span{color:#60708a}.mini-list-v33 small{font-size:11px;color:#8390a3}
.inline-delete-form{display:inline}.link-danger{border:0;background:transparent;color:#b42318;cursor:pointer;font-weight:700;padding:0;margin:0}.link-danger:hover{text-decoration:underline}.security-panel-v33{background:linear-gradient(135deg,#f8fbff,#fff)}
.media-grid-v33{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.media-card-v33{background:#fff;border:1px solid #e1e8f1;padding:10px;display:grid;gap:7px}.media-card-v33 img,.media-card-v33 video{width:100%;height:150px;object-fit:cover;background:#eef3fa}.media-card-v33 b{font-size:13px;color:#0b1d3a}.media-card-v33 small{font-size:11px;color:#64748b;word-break:break-all}.setup-card-v33 .success-box{margin-bottom:14px}
.admin-form h2{border-left:4px solid #ffd200;padding-left:10px;color:#0b1d3a}.admin-table th{background:#071d39;color:#fff}.admin-table td{vertical-align:middle}.admin-table tr:hover td{background:#f8fbff}.admin-svg-icon{stroke:#ffd200}.admin-v1-4 .premium-admin-sidebar a.active .admin-svg-icon,.admin-v1-4 .premium-admin-sidebar a:hover .admin-svg-icon{stroke:#fff}
@media(max-width:1180px){.v33-dash-grid{grid-template-columns:repeat(3,1fr)}.admin-two-col-v33{grid-template-columns:1fr}.media-grid-v33{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.v33-dash-grid,.media-grid-v33{grid-template-columns:1fr}.admin-v1-4 .premium-admin-sidebar a{font-size:12px}}

/* V34 / Tema 1.4 - Premium dashboard ve gelişmiş admin ikon sistemi */
.admin-v1-4{
    grid-template-columns:286px minmax(0,1fr);
    background:
        radial-gradient(circle at 86% -4%,rgba(255,210,0,.15),transparent 34%),
        radial-gradient(circle at 8% 8%,rgba(0,59,136,.10),transparent 30%),
        linear-gradient(180deg,#eef4fb 0%,#f8fbff 100%);
}
.admin-v1-4 .premium-admin-sidebar{
    background:linear-gradient(180deg,#061426 0%,#081e3c 52%,#061426 100%);
    border-right:1px solid rgba(255,255,255,.08);
    box-shadow:20px 0 55px rgba(4,17,38,.22);
    padding:16px 12px;
    gap:6px;
}
.admin-v1-4 .admin-sidebar a::before{content:none!important;display:none!important}
.admin-v1-4 .admin-brand-card{
    border-radius:10px!important;
    padding:12px!important;
    margin:0 4px 12px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.035))!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 34px rgba(0,0,0,.18);
}
.admin-v1-4 .admin-brand-card img{width:100%;max-height:74px;object-fit:contain;margin:auto;filter:drop-shadow(0 8px 14px rgba(0,0,0,.18))}
.admin-v1-4 .admin-brand-card strong{display:block;color:#fff;font-size:19px;line-height:1.22}
.admin-v1-4 .admin-brand-card span{display:block;margin-top:9px;color:#ffd200!important;letter-spacing:.5px!important;font-size:11.5px!important;font-weight:750;text-align:center}
.admin-v1-4 .premium-admin-sidebar a{
    display:flex!important;
    align-items:center!important;
    gap:11px!important;
    margin:0 3px!important;
    padding:9px 10px!important;
    border-radius:9px!important;
    color:#e8f1ff!important;
    font-size:12.8px!important;
    font-weight:650!important;
    letter-spacing:.01em!important;
    border:1px solid transparent!important;
    border-left:3px solid transparent!important;
    text-decoration:none!important;
    line-height:1.18!important;
    transition:background .16s ease,border-color .16s ease,transform .16s ease,color .16s ease!important;
}
.admin-v1-4 .premium-admin-sidebar a em{font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-v1-4 .premium-admin-sidebar a:hover,
.admin-v1-4 .premium-admin-sidebar a.active{
    background:linear-gradient(90deg,rgba(255,210,0,.18),rgba(255,255,255,.055))!important;
    border-left-color:#ffd200!important;
    border-top-color:rgba(255,255,255,.07)!important;
    border-right-color:rgba(255,255,255,.06)!important;
    border-bottom-color:rgba(255,255,255,.06)!important;
    color:#fff!important;
    transform:translateX(2px)!important;
}
.admin-v1-4 .admin-nav-icon{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    display:inline-grid!important;
    place-items:center!important;
    border-radius:10px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035))!important;
    color:#dceaff!important;
    border:1px solid rgba(255,255,255,.11)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 7px 16px rgba(0,0,0,.14)!important;
}
.admin-v1-4 .premium-admin-sidebar a:hover .admin-nav-icon,
.admin-v1-4 .premium-admin-sidebar a.active .admin-nav-icon{
    background:linear-gradient(135deg,#ffd200 0%,#ffe875 100%)!important;
    color:#061426!important;
    border-color:#ffd200!important;
    box-shadow:0 10px 22px rgba(255,210,0,.20)!important;
}
.admin-v1-4 .admin-svg-icon{
    width:19px!important;
    height:19px!important;
    display:block!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.9!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}
.admin-v1-4 .premium-admin-top{
    border-radius:10px!important;
    background:rgba(255,255,255,.94)!important;
    backdrop-filter:blur(14px);
    border:1px solid #dfe8f4!important;
    box-shadow:0 18px 45px rgba(4,17,38,.08)!important;
}
.admin-v1-4 .premium-admin-top a{border-radius:8px!important;background:#ffd200!important;color:#061426!important;box-shadow:0 10px 24px rgba(255,210,0,.22)}
.admin-v1-4 .admin-top b{font-size:19px!important;color:#061426}
.admin-v1-4 .panel,.admin-v1-4 .admin-form,.admin-v1-4 .admin-table{border-radius:12px!important;border:1px solid #dfe8f4!important;box-shadow:0 18px 45px rgba(4,17,38,.07)!important;background:#fff!important}
.admin-v1-4 .admin-form h2,.admin-v1-4 .panel h2{border-radius:8px!important;background:linear-gradient(90deg,#eef5ff,#fff)!important;font-size:18px!important;color:#082d66!important;border-left:4px solid #ffd200!important;padding-left:12px!important}
.admin-v1-4 .admin-table th{background:#071d39!important;color:#fff!important}.admin-v1-4 .admin-table tr:hover td{background:#f8fbff!important}

.admin-hero-v34{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:18px;
    align-items:stretch;
    padding:24px;
    margin-bottom:18px;
    background:linear-gradient(135deg,#071d39 0%,#0b3a78 62%,#071d39 100%);
    color:#fff;
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 22px 55px rgba(4,17,38,.16);
    position:relative;
    overflow:hidden;
    border-radius:12px;
}
.admin-hero-v34:after{content:'';position:absolute;right:-76px;bottom:-86px;width:260px;height:260px;background:rgba(255,210,0,.16);transform:rotate(35deg)}
.admin-hero-copy-v34{position:relative;z-index:1}.admin-hero-copy-v34 h1{margin:8px 0 8px;font-size:31px;line-height:1.08}.admin-hero-copy-v34 p{max-width:820px;margin:0;color:#d9e7f8;line-height:1.65;font-weight:600}
.eyebrow-v34{display:inline-flex;align-items:center;gap:8px;color:#ffd200;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.eyebrow-v34:before{content:'';width:28px;height:3px;background:#ffd200;display:inline-block}
.security-badges-v34{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(145px,1fr));gap:9px;align-content:center;min-width:330px}
.security-badges-v34 span{display:flex;align-items:center;gap:9px;min-height:40px;padding:9px 11px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);font-size:12.5px;font-weight:800;color:#eef6ff;border-radius:8px}.security-badges-v34 svg{width:17px;height:17px;fill:none;stroke:#ffd200;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.v34-metric-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;margin-bottom:18px!important}.v34-metric-grid .metric-card-v34{display:grid;grid-template-columns:auto 1fr;grid-template-areas:'icon label' 'icon num' 'small small';column-gap:12px;align-items:center;padding:16px!important;border-radius:12px!important;background:linear-gradient(180deg,#fff,#f7faff)!important;border:1px solid #dfe8f4!important;box-shadow:0 16px 38px rgba(4,17,38,.06)!important;min-height:118px}.v34-metric-grid .metric-card-v34:after{display:none!important}.metric-card-v34 i{grid-area:icon;width:44px;height:44px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,#082e61,#0d4a96);color:#fff;border:1px solid rgba(0,59,136,.15);box-shadow:0 12px 26px rgba(0,59,136,.17);font-style:normal}.metric-card-v34 i svg{width:22px;height:22px;fill:none;stroke:#ffd200;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.metric-card-v34 b{grid-area:label;color:#445771;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.metric-card-v34 span{grid-area:num;margin:0!important;color:#003b88!important;font-size:30px!important;line-height:1;font-weight:950!important}.metric-card-v34 small{grid-area:small;margin-top:12px!important;color:#667891;font-weight:700;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-two-col-v34{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:18px;align-items:start}.quick-links-panel-v34{padding:22px!important}.panel-title-row-v34{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}.panel-title-row-v34 h2{background:transparent!important;border:0!important;padding:0!important;margin:7px 0 0!important;font-size:22px!important;color:#081e3b!important}.panel-title-row-v34 small{max-width:330px;color:#6a7b91;line-height:1.55;font-weight:650}.quick-action-grid-v34{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.quick-action-btn-v34{display:flex;align-items:center;gap:10px;min-height:72px;padding:12px 13px;text-decoration:none;color:#081e3b;background:linear-gradient(180deg,#f9fbff,#eef5ff);border:1px solid #dfe8f4;border-radius:10px;box-shadow:0 10px 24px rgba(4,17,38,.045);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.quick-action-btn-v34:hover{transform:translateY(-2px);border-color:rgba(0,59,136,.30);box-shadow:0 18px 34px rgba(4,17,38,.08)}.quick-action-icon-v34{width:38px;height:38px;min-width:38px;display:grid;place-items:center;border-radius:9px;background:#003b88;color:#fff}.quick-action-icon-v34 svg{width:20px;height:20px;fill:none;stroke:#ffd200;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.quick-action-text-v34{display:block;min-width:0}.quick-action-text-v34 b{display:block;font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-action-text-v34 small{display:block;color:#64748b;font-size:11.5px;margin-top:3px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.dashboard-side-panel-v34{display:grid;gap:18px;padding:18px!important}.side-block-v34 h2{font-size:17px!important;margin:0 0 10px!important;padding:0 0 10px!important;border:0!important;border-bottom:1px solid #e5edf6!important;background:transparent!important;color:#081e3b!important}.mini-list-v34{display:grid;gap:9px}.mini-list-v34 div{display:grid;gap:3px;padding:10px 11px;border:1px solid #e2eaf5;background:#f8fbff;border-radius:8px}.mini-list-v34 b{font-size:13px;color:#081e3b}.mini-list-v34 span{font-size:12px;color:#60708a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-list-v34 small{font-size:11px;color:#8794a8}.muted-v34{color:#6b7b91;font-weight:650;margin:0}
@media(max-width:1280px){.v34-metric-grid{grid-template-columns:repeat(3,1fr)!important}.quick-action-grid-v34{grid-template-columns:repeat(2,1fr)}.admin-hero-v34{grid-template-columns:1fr}.security-badges-v34{min-width:0}}
@media(max-width:980px){.admin-v1-4{grid-template-columns:1fr}.admin-v1-4 .premium-admin-sidebar{position:relative;height:auto;display:grid;grid-template-columns:repeat(2,1fr)}.admin-v1-4 .admin-brand-card{grid-column:1/-1}.admin-two-col-v34{grid-template-columns:1fr}.v34-metric-grid{grid-template-columns:repeat(2,1fr)!important}.admin-hero-v34{padding:20px}.admin-hero-copy-v34 h1{font-size:27px}}
@media(max-width:680px){.admin-v1-4 .premium-admin-sidebar,.v34-metric-grid,.quick-action-grid-v34,.security-badges-v34{grid-template-columns:1fr!important}.admin-hero-v34{padding:18px}.panel-title-row-v34{display:block}.panel-title-row-v34 small{display:block;margin-top:8px}.quick-action-btn-v34{min-height:64px}.metric-card-v34 small{white-space:normal}}

/* V35 - Premium hizmet kartları */
.service-highlight-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#f5f8fc 0%,#ffffff 52%,#f1f6ff 100%)}
.service-highlight-section:before{content:"";position:absolute;inset:auto -8% -42% auto;width:420px;height:420px;background:radial-gradient(circle,rgba(255,210,0,.18),transparent 64%);pointer-events:none}
.service-highlight-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:22px}
.service-premium-card{position:relative;overflow:hidden;display:grid;grid-template-columns:92px minmax(0,1fr);gap:22px;align-items:flex-start;min-height:210px;padding:30px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(246,250,255,.76));border:1px solid rgba(0,59,136,.14);box-shadow:0 20px 54px rgba(4,35,80,.10);backdrop-filter:blur(18px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.service-premium-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--yellow),var(--blue))}
.service-premium-card:after{content:"";position:absolute;right:-54px;bottom:-54px;width:150px;height:150px;background:linear-gradient(135deg,rgba(255,210,0,.16),rgba(0,59,136,.07));transform:rotate(18deg)}
.service-premium-card:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(0,35,85,.16);border-color:rgba(0,59,136,.24)}
.service-icon-glass{position:relative;z-index:1;width:78px;height:78px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(232,241,255,.36));border:1px solid rgba(255,255,255,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 16px 34px rgba(0,35,85,.14);color:var(--blue)}
.service-icon-glass:before{content:"";position:absolute;inset:8px;background:linear-gradient(145deg,rgba(255,210,0,.28),rgba(0,59,136,.08));z-index:-1}
.service-svg{width:46px;height:46px;display:block;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.service-svg .soft{fill:rgba(0,59,136,.10);stroke:rgba(0,59,136,.56)}
.service-card-content{position:relative;z-index:1;min-width:0}
.service-card-content span{display:inline-flex;margin-bottom:10px;font-size:11px;font-weight:900;letter-spacing:.9px;text-transform:uppercase;color:var(--blue);background:rgba(0,59,136,.07);border-left:3px solid var(--yellow);padding:7px 9px}
.service-card-content h3{margin:0 0 12px;color:var(--blue);font-size:25px;line-height:1.15;letter-spacing:-.4px}
.service-card-content p{margin:0;color:#5d6b82;line-height:1.72;font-size:16px}
@media(max-width:980px){.service-highlight-grid{grid-template-columns:1fr}.service-premium-card{grid-template-columns:76px minmax(0,1fr);min-height:auto;padding:24px}.service-icon-glass{width:68px;height:68px}.service-svg{width:38px;height:38px}}
@media(max-width:620px){.service-premium-card{grid-template-columns:1fr}.service-card-content h3{font-size:22px}}

/* Tema 1.6 - Slider ve yorum premium iyileştirmeleri */
@media (max-width: 1024px){.testimonial-grid-v28{gap:16px}.testimonial-card-v28{min-height:auto}}


/* V37 / Tema 1.7 - Slider yüksekliği ve T580B ürün görsel güncellemesi */
.theme-live .nh-hero,
.theme-live .hero{
    min-height:min(var(--hero-height),640px)!important;
    height:min(var(--hero-height),640px)!important;
    margin:18px auto 0!important;
}
.theme-live .hero-copy{bottom:66px!important;}
.theme-live .hero-side-panel{bottom:56px!important;}
@media(max-width:760px){
    .theme-live .hero{height:560px!important;min-height:560px!important;}
    .theme-live .hero-copy{bottom:46px!important;}
}


/* V38 / Tema 1.8 - Tam geniş slider ve RT210K görsel güncellemesi */
.theme-live .nh-hero,
.theme-live .hero{
    width:100%!important;
    max-width:none!important;
    margin:18px 0 0!important;
    min-height:min(var(--hero-height),700px)!important;
    height:min(var(--hero-height),700px)!important;
    border-radius:0!important;
}
.theme-live .slides,
.theme-live .slide,
.theme-live .slide-media{
    border-radius:0!important;
}
.theme-live .hero-copy{
    left:56px!important;
    bottom:78px!important;
    width:min(720px,calc(100% - 520px))!important;
    max-width:720px!important;
}
.theme-live .hero-side-panel{
    right:58px!important;
    bottom:64px!important;
}
.theme-live .slider-prev{left:28px!important;}
.theme-live .slider-next{right:28px!important;}
.theme-live .slider-dots{bottom:24px!important;}
@media(max-width:980px){
    .theme-live .hero{width:100%!important;min-height:620px!important;height:620px!important;margin-top:12px!important;}
    .theme-live .hero-copy{left:28px!important;right:28px!important;bottom:58px!important;width:calc(100% - 56px)!important;max-width:none!important;}
    .theme-live .hero-side-panel{display:none!important;}
}
@media(max-width:760px){
    .theme-live .hero{width:100%!important;min-height:580px!important;height:580px!important;margin-top:10px!important;}
    .theme-live .hero-copy{left:22px!important;right:22px!important;bottom:46px!important;width:calc(100% - 44px)!important;}
    .theme-live .hero h1{font-size:34px!important;}
    .theme-live .hero p{font-size:15px!important;}
}


/* ================================
   V39 - Contact details + hero pill alignment
================================ */
.hero-pill-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:8px;margin-bottom:16px}
.kicker,.hero-chip{margin-top:0!important;min-height:56px;display:inline-flex!important;align-items:center;box-sizing:border-box}
.kicker{background:rgba(255,210,0,.80)!important;border:1px solid rgba(255,210,0,.55)!important;color:#012a63!important;font-weight:900!important;padding:0 18px!important;line-height:1!important;backdrop-filter:blur(10px)}
.hero-chip{background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.22)!important;color:#f5f9ff!important;padding:0 18px!important;font-weight:800!important;line-height:1!important;backdrop-filter:blur(10px)}
.hero-pill-row .kicker,.hero-pill-row .hero-chip{border-radius:8px!important}
.hero-copy h1{margin-top:0}
.contact-premium-v28 .contact-stack{display:grid;grid-template-columns:1fr;gap:12px}
.contact-premium-v28 .contact-item{align-items:flex-start}
.contact-premium-v28 .contact-item strong{min-width:108px}
.contact-premium-v28 .contact-item span{flex:1;text-align:left;line-height:1.55}
.contact-premium-v28 .contact-item-address span{white-space:normal}
@media(min-width:920px){
  .contact-premium-v28 .contact-stack{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-premium-v28 .contact-item-address{grid-column:1/-1}
}


/* V40 / Tema 1.10 - İletişim alanı denge düzeni */
.contact-premium-v28 .contact-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px}
.contact-premium-v28 .contact-item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px;min-height:128px;padding:26px 28px;border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #dfe8f4;box-shadow:0 14px 34px rgba(6,21,46,.05)}
.contact-premium-v28 .contact-item strong{min-width:0;font-size:15px;line-height:1.2;letter-spacing:.01em;color:#0a2f66}
.contact-premium-v28 .contact-item span{width:100%;font-size:19px;font-weight:800;color:#344a69;line-height:1.45;word-break:break-word}
.contact-premium-v28 .contact-item-address{grid-column:1/-1;min-height:auto}
.contact-premium-v28 .contact-item-address span{font-size:17px;font-weight:700;line-height:1.6}
.contact-premium-v28 .contact-actions-v28{display:flex;align-items:center;gap:12px;margin-top:8px}
.contact-premium-v28 .contact-info-panel p{max-width:720px}
@media(max-width:900px){
  .contact-premium-v28 .contact-stack{grid-template-columns:1fr}
  .contact-premium-v28 .contact-item{min-height:auto;padding:22px 22px}
  .contact-premium-v28 .contact-item-address{grid-column:auto}
}


/* V41 / Tema 1.11 - İletişim kartları premium küçültme */
.contact-premium-v28 .contact-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px}
.contact-premium-v28 .contact-item{gap:8px;min-height:108px;padding:20px 22px;border-radius:14px;background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);box-shadow:0 10px 24px rgba(6,21,46,.04)}
.contact-premium-v28 .contact-item strong{font-size:13px;line-height:1.2;letter-spacing:.02em;color:#12356c}
.contact-premium-v28 .contact-item span{font-size:15px;font-weight:800;line-height:1.45;color:#374c6b}
.contact-premium-v28 .contact-item-email span{font-size:14px;font-weight:750;line-height:1.55;overflow-wrap:anywhere;word-break:break-word}
.contact-premium-v28 .contact-item-address{grid-column:1/-1;min-height:auto;padding:20px 22px}
.contact-premium-v28 .contact-item-address span{font-size:14px;font-weight:750;line-height:1.65;white-space:normal}
.contact-premium-v28 .contact-info-panel p{max-width:760px;font-size:16px;line-height:1.75}
@media(max-width:760px){
  .contact-premium-v28 .contact-stack{grid-template-columns:1fr;gap:12px}
  .contact-premium-v28 .contact-item{min-height:auto;padding:18px 18px}
  .contact-premium-v28 .contact-item-address{grid-column:auto}
  .contact-premium-v28 .contact-item span,.contact-premium-v28 .contact-item-address span{font-size:14px}
}


/* V42 - slider ile üst menü arasındaki boşluk kaldırıldı */
.theme-live .hero,
.theme-live .hero,
.theme-live .hero{
    margin-top:0 !important;
}
.theme-live .site-header,
.theme-live .nh-header,
.theme-live .nh-header{
    margin-bottom:0 !important;
}


/* Sosyal medya ikon katmanı */
.social-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.social-link{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,18,46,.18);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.social-link:hover{transform:translateY(-2px);background:rgba(255,210,0,.16);border-color:rgba(255,210,0,.45);box-shadow:0 14px 28px rgba(0,18,46,.24)}
.social-svg{width:18px;height:18px;display:block}
.topbar-social-links{margin-left:2px}
.header-social-links .social-link{width:42px;height:42px;background:rgba(0,59,136,.14);color:var(--blue);border-color:rgba(0,59,136,.14)}
.header-social-links .social-link:hover{background:rgba(255,210,0,.16);color:var(--blue)}
.footer-social-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding-top:10px;border-top:1px solid rgba(255,255,255,.10)}
.footer-social-label{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#9fb8da}
.footer-social-links .social-link{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}
.footer-social-links .social-link:hover{background:rgba(255,210,0,.16)}
.topbar-links,.nh-topbar-links{align-items:center}
@media(max-width:980px){.header-social-links{width:100%;justify-content:flex-end}.header-social-links .social-link{width:40px;height:40px}}
@media(max-width:760px){.topbar-social-links{justify-content:center;width:100%;margin-top:4px}.header-social-links{justify-content:center}.footer-social-row{justify-content:center;text-align:center}.social-link{width:36px;height:36px}}

.social-link.is-disabled{opacity:.65;cursor:default;pointer-events:none}

/* Sosyal medya kontrol ve marka renkleri */
.social-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.social-link{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff!important;border:1px solid rgba(255,255,255,.24);box-shadow:0 14px 28px rgba(0,18,46,.18);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;overflow:hidden;opacity:1!important;filter:none!important}
.social-link:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(0,18,46,.26);filter:saturate(1.12)!important}
.social-svg{width:19px;height:19px;display:block;color:#fff!important}
.social-link-instagram{background:radial-gradient(circle at 30% 108%,#fdf497 0%,#fdf497 8%,#fd5949 42%,#d6249f 62%,#285AEB 100%)!important}
.social-link-facebook{background:#1877F2!important}
.social-link-youtube{background:#FF0000!important}
.social-link-tiktok{background:#090909!important;box-shadow:0 14px 28px rgba(0,0,0,.22),inset 3px 0 0 rgba(37,244,238,.85),inset -3px 0 0 rgba(254,44,85,.85)}
.header-social-links{gap:9px;margin-left:4px;display:flex;align-items:center;opacity:1!important;visibility:visible!important}
.header-social-links .social-link{width:42px;height:42px;background-color:transparent;color:#fff!important}
.topbar-social-links .social-link{width:30px;height:30px}.topbar-social-links .social-svg{width:15px;height:15px}
.footer-social-row{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding-top:16px;border-top:1px solid rgba(255,255,255,.10);text-align:center}
.footer-social-label{width:100%;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#c8d8ef;text-align:center}
.footer-social-links{justify-content:center;width:100%}.footer-social-links .social-link{width:42px;height:42px}
.social-link.is-disabled{display:none!important}
.premium-toggle{margin-top:10px;display:inline-flex!important;align-items:center;gap:10px;padding:12px 14px;border:1px solid rgba(0,59,136,.12);border-radius:14px;background:rgba(0,59,136,.04);font-weight:800;color:#12315b}
.social-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:10px 0 6px}
.social-admin-card{display:grid;gap:10px;padding:16px;border:1px solid rgba(0,59,136,.12);border-radius:18px;background:#fff;box-shadow:0 14px 32px rgba(0,35,85,.07)}
.social-admin-icon{width:max-content;min-width:112px;border-radius:999px;color:#fff;font-weight:950;font-size:13px;padding:9px 13px;letter-spacing:.02em;text-align:center}
.social-admin-card.instagram .social-admin-icon{background:radial-gradient(circle at 30% 108%,#fdf497 0%,#fdf497 8%,#fd5949 42%,#d6249f 62%,#285AEB 100%)}
.social-admin-card.facebook .social-admin-icon{background:#1877F2}.social-admin-card.youtube .social-admin-icon{background:#FF0000}.social-admin-card.tiktok .social-admin-icon{background:#090909}
.social-admin-toggle{display:flex;align-items:center;gap:8px;font-weight:900;color:#12315b}
@media(max-width:980px){.header-social-links{width:100%;justify-content:flex-end}.social-admin-grid{grid-template-columns:1fr}}
@media(max-width:760px){.topbar-social-links{justify-content:center;width:100%;margin-top:4px}.header-social-links{justify-content:center}.footer-social-row{justify-content:center;text-align:center}.social-link{width:36px;height:36px}.footer-social-links .social-link{width:38px;height:38px}}


/* Yönetim ve düzen katmanı */
.tab-nav-v45{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.tab-btn-v45{appearance:none;border:1px solid rgba(0,59,136,.14);background:#fff;color:#0b2f66;padding:11px 16px;border-radius:12px;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(0,35,85,.06)}
.tab-btn-v45.active{background:var(--blue);color:#fff;border-color:var(--blue)}
.tab-pane-v45{display:none;animation:fadeIn .18s ease}
.tab-pane-v45.active{display:block}
@keyframes fadeIn{from{opacity:.3;transform:translateY(2px)}to{opacity:1;transform:none}}
.form-section-card{border:1px solid rgba(0,59,136,.10);background:#fff;border-radius:18px;padding:18px 20px;box-shadow:0 14px 32px rgba(0,35,85,.05);margin-bottom:16px}
.gallery-filter-row{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 20px}
.gallery-filter{appearance:none;border:1px solid rgba(0,59,136,.12);background:#fff;color:#113668;padding:10px 14px;border-radius:999px;font-weight:800;cursor:pointer;box-shadow:0 10px 22px rgba(0,35,85,.05)}
.gallery-filter.active{background:var(--blue);color:#fff;border-color:var(--blue)}
.gallery-card.is-hidden{display:none}
.campaign-date{display:block;margin-top:10px;font-size:12px;font-weight:800;letter-spacing:.05em;color:#5f7394;text-transform:uppercase}
.campaign-detail-card .campaign-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.campaign-detail-media img{width:100%;border-radius:18px;display:block;box-shadow:0 22px 44px rgba(0,18,46,.12)}
.campaign-meta-row{display:flex;gap:14px;flex-wrap:wrap;margin:8px 0 14px;color:#5f7394;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.campaign-detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0}
.campaign-note{font-size:14px;color:#536987;line-height:1.7}
.admin-form-sectioned .form-section-card h2{margin-bottom:12px}
.product-body .product-action-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
@media(max-width:980px){.campaign-detail-card .campaign-detail-grid{grid-template-columns:1fr}.campaign-detail-media{order:-1}}


/* ================================
   Premium görsel iyileştirme katmanı
================================ */
.theme-live{
    --premium-shadow:0 28px 70px rgba(4,35,80,.14);
    --premium-shadow-soft:0 18px 40px rgba(4,35,80,.10);
    --premium-border:1px solid rgba(7,40,84,.08);
    --premium-radius:28px;
}
body.theme-live{background:#f2f6fb}
.theme-live .topbar{background:linear-gradient(90deg,#051223,#0a2550 72%,#10346e);border-bottom:1px solid rgba(255,255,255,.08)}
.theme-live .topbar-inner{font-size:12.5px;letter-spacing:.02em}
.theme-live .site-header{
    margin-top:10px;
    min-height:78px;
    padding:12px 18px;
    background:linear-gradient(135deg,rgba(6,20,38,var(--header-opacity)),rgba(7,48,104,calc(var(--header-opacity) * .92)));
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 22px 60px rgba(6,20,38,.22);
}
.theme-live .site-header.scrolled{box-shadow:0 20px 50px rgba(6,20,38,.18)}
.theme-live .brand img{max-height:60px;filter:drop-shadow(0 12px 20px rgba(0,0,0,.18))}
.theme-live .site-nav{gap:6px}
.theme-live .nav-item>a{
    font-size:13px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    padding:11px 13px;
    border-radius:12px;
}
.theme-live .nav-item>a:hover,
.theme-live .nav-item:hover>a,
.theme-live .nav-item.open>a{background:rgba(255,210,0,.16);color:#fff}
.theme-live .dropdown{background:rgba(4,19,44,.98);border:1px solid rgba(255,255,255,.12);border-top:4px solid var(--yellow);box-shadow:0 30px 75px rgba(3,18,42,.34)}
.theme-live .dropdown a{font-weight:700;border-radius:10px}
.theme-live .dropdown a:hover{background:rgba(255,210,0,.13)}
.theme-live .header-cta{gap:10px}
.theme-live .header-contact{padding:12px 18px!important}
.theme-live .header-social-links{gap:8px}
.theme-live .header-social-links .social-link,
.theme-live .footer-social-links .social-link,
.theme-live .topbar-social-links .social-link{
    box-shadow:0 10px 24px rgba(5,22,45,.16);
    border:1px solid rgba(255,255,255,.16);
}

.theme-live .hero{
    margin-top:12px;
    min-height:min(var(--hero-height),640px);
    overflow:hidden;
}
.theme-live .slides{border-radius:34px;box-shadow:0 34px 88px rgba(6,20,38,.28)}
.theme-live .slide-overlay{background:linear-gradient(90deg,rgba(2,14,34,.88) 0%,rgba(0,45,104,.60) 42%,rgba(4,20,42,.12) 82%)}
.theme-live .hero-copy{
    left:42px;
    bottom:52px;
    padding:24px 26px 22px;
    border-radius:28px;
    background:linear-gradient(145deg,rgba(4,17,38,calc(var(--hero-copy-opacity) * .55)),rgba(4,30,62,var(--hero-copy-opacity)));
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 26px 70px rgba(0,18,42,.18);
    backdrop-filter:blur(16px) saturate(1.15);
    -webkit-backdrop-filter:blur(16px) saturate(1.15);
    width:min(680px,calc(100% - 520px));
}
.theme-live .hero h1{font-size:clamp(40px,4vw,62px);line-height:.96;letter-spacing:-1.7px;text-shadow:0 16px 30px rgba(0,0,0,.20)}
.theme-live .hero p{font-size:17.5px;line-height:1.62;color:#e6eef8;max-width:620px;margin-bottom:0}
.theme-live .kicker,.theme-live .section-kicker{font-size:12px;letter-spacing:.28em}
.theme-live .hero-chip{
    margin-top:12px;
    background:rgba(255,210,0,.18);
    color:#fff8d1;
    border-color:rgba(255,210,0,.24);
}
.theme-live .hero-actions{margin-top:20px;gap:12px}
.theme-live .hero-actions .btn,
.theme-live .hero-actions .ghost-btn{min-height:48px;padding:14px 20px;font-size:14px;font-weight:900;letter-spacing:.01em}
.theme-live .hero-actions .ghost-btn{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff}
.theme-live .hero-side-panel{
    right:28px;
    width:min(310px,27vw);
    gap:10px;
}
.theme-live .glass-card{
    border-radius:22px;
    border:1px solid rgba(255,255,255,.14);
    background:linear-gradient(135deg,rgba(255,255,255,calc(var(--glass-opacity) + .08)),rgba(123,154,197,.12));
    box-shadow:0 18px 40px rgba(0,18,42,.14);
    padding:14px 15px;
}
.theme-live .glass-card span{width:50px;height:50px;border-radius:16px;background:linear-gradient(135deg,rgba(255,210,0,.22),rgba(255,255,255,.12));box-shadow:inset 0 0 0 1px rgba(255,255,255,.10)}
.theme-live .glass-card b{font-size:15px;letter-spacing:.01em}
.theme-live .glass-card p{font-size:12.5px;line-height:1.42;color:#eef3fa}
.theme-live .slider-arrow{background:rgba(4,19,44,.68);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 40px rgba(0,18,42,.20)}
.theme-live .slider-arrow:hover{background:var(--yellow);color:#10264a}
.theme-live .slider-dots{padding:10px 12px;background:rgba(4,19,44,.56);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12)}
.theme-live .slider-dot{background:rgba(255,255,255,.56)}
.theme-live .slider-dot.active{background:var(--yellow)}

.theme-live .section,
.theme-live .content-block,
.theme-live .contact{padding:48px 46px;border-radius:32px;box-shadow:var(--premium-shadow-soft);border:var(--premium-border)}
.theme-live .section-head{margin-bottom:26px;align-items:end}
.theme-live .section h2,
.theme-live .content-block h2,
.theme-live .contact h2{font-size:clamp(32px,3.2vw,48px);letter-spacing:-.03em;line-height:1.02}
.theme-live .section p,
.theme-live .content-block p,
.theme-live .contact p{font-size:16.5px;line-height:1.72;color:#516274}

.theme-live .service-highlight-section{background:linear-gradient(135deg,#f3f7fd 0%,#ffffff 50%,#edf4ff 100%)}
.theme-live .service-highlight-grid{gap:22px}
.theme-live .service-premium-card{min-height:225px;border-radius:30px;box-shadow:var(--premium-shadow);background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(241,247,255,.88))}
.theme-live .service-icon-glass{width:80px;height:80px;border-radius:24px;background:linear-gradient(135deg,rgba(0,59,136,.08),rgba(255,210,0,.16));box-shadow:inset 0 0 0 1px rgba(255,255,255,.60),0 18px 36px rgba(0,35,85,.08)}
.theme-live .service-svg{width:44px;height:44px}
.theme-live .service-card-content h3{font-size:26px;margin-bottom:10px}
.theme-live .service-card-content p{font-size:15.5px;color:#4f6072}
.theme-live .service-card-label{font-size:12px;letter-spacing:.16em}

.theme-live .promo-card,
.theme-live .product-card{
    display:flex;
    flex-direction:column;
    height:100%;
    background:linear-gradient(180deg,#ffffff 0%,#f6faff 100%);
    border:var(--premium-border);
    box-shadow:var(--premium-shadow-soft);
    overflow:hidden;
}
.theme-live .promo-card:before,
.theme-live .product-card:before{
    content:"";
    display:block;
    height:4px;
    background:linear-gradient(90deg,var(--yellow),#ffef9d 55%,rgba(0,59,136,.75));
}
.theme-live .promo-card img,
.theme-live .product-card img{height:248px;object-fit:cover}
.theme-live .promo-card div,
.theme-live .product-body{display:flex;flex-direction:column;flex:1;padding:26px}
.theme-live .mini-badge{background:linear-gradient(180deg,#f4f8ff,#ebf2ff);border:1px solid #dce7f5;color:var(--blue);font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.theme-live .promo-card h3,
.theme-live .product-body h3{font-size:28px;line-height:1.08;letter-spacing:-.04em;margin:14px 0 10px;color:#10264a}
.theme-live .product-body h3 a{text-decoration:none}
.theme-live .product-card b{display:inline-flex;align-items:center;align-self:flex-start;padding:8px 11px;border-radius:999px;background:linear-gradient(180deg,#0b3c86,#1f5cb8);color:#fff;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;box-shadow:0 12px 26px rgba(0,59,136,.16)}
.theme-live .promo-card p,
.theme-live .product-body p{font-size:15.5px;line-height:1.68;color:#5a6a7c;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.theme-live .product-bottom{margin-top:auto;display:flex;flex-direction:column;gap:14px}
.theme-live .product-price-label{border-radius:18px;background:linear-gradient(180deg,#eef5ff,#ffffff);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.theme-live .product-action-row{display:grid!important;grid-template-columns:minmax(0,1fr) 56px;gap:10px;align-items:center}
.theme-live .price-call-btn{border-radius:16px!important;background:linear-gradient(135deg,#003b88,#0c59be)!important;color:#fff!important;box-shadow:0 16px 30px rgba(0,59,136,.22)!important}
.theme-live .product-whatsapp-btn{width:56px;padding:0!important;border-radius:16px!important;box-shadow:0 16px 30px rgba(37,211,102,.24)!important}
.theme-live .product-detail-link{font-size:14px;font-weight:900;color:var(--blue)}
.theme-live .campaign-date{display:block;margin-top:14px;color:#6f8195;font-size:12.5px;font-weight:700}

.theme-live .premium-testimonials-v28{background:linear-gradient(145deg,#f4f8ff,#ffffff 56%,#eef5ff)}
.theme-live .testimonial-head{gap:18px;align-items:end}
.theme-live .testimonial-score-card{min-width:220px;padding:24px;border-radius:28px;background:linear-gradient(145deg,#0a2c61,#123d80 65%,#0e56b8);box-shadow:0 26px 64px rgba(5,36,82,.22)}
.theme-live .testimonial-score-card strong{font-size:54px}
.theme-live .testimonial-grid-v28{gap:20px}
.theme-live .testimonial-card-v28{border-radius:28px;box-shadow:var(--premium-shadow-soft);border:var(--premium-border);background:linear-gradient(180deg,#ffffff,#f7fbff)}
.theme-live .testimonial-card-v28 p{font-size:16px;line-height:1.76;color:#30455e}
.theme-live .testimonial-category{font-size:11px;letter-spacing:.14em;padding:9px 12px}
.theme-live .testimonial-stars{font-size:18px}

.theme-live .gallery-head-v45{margin-bottom:20px}
.theme-live .gallery-filter-row{gap:12px;margin:8px 0 24px}
.theme-live .gallery-filter{padding:11px 16px;border-radius:999px;background:linear-gradient(180deg,#ffffff,#f4f9ff);box-shadow:0 12px 24px rgba(0,35,85,.06);font-size:13px;letter-spacing:.04em;text-transform:uppercase}
.theme-live .gallery-filter.active{background:linear-gradient(135deg,#003b88,#0c5ac1);color:#fff;border-color:transparent;box-shadow:0 18px 32px rgba(0,59,136,.18)}
.theme-live .gallery-grid{gap:20px}
.theme-live .gallery-card{border-radius:28px;box-shadow:var(--premium-shadow-soft);min-height:250px;background:#eaf1fa}
.theme-live .gallery-card img{height:278px;transition:transform .35s ease,filter .35s ease}
.theme-live .gallery-card:hover img{transform:scale(1.05);filter:saturate(1.05)}
.theme-live .gallery-card span{left:18px;right:18px;bottom:18px;padding:15px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(6,20,38,.30),rgba(6,20,38,.72));border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px)}
.theme-live .gallery-card span strong{font-size:15px;line-height:1.22}
.theme-live .gallery-card span small{font-size:12px;line-height:1.48;color:#e0ebf8}

.theme-live .contact-premium-v28{background:linear-gradient(145deg,#f6faff,#ffffff)}
.theme-live .contact-stack{gap:12px}
.theme-live .contact-item{border-radius:20px;padding:16px 18px;box-shadow:0 14px 30px rgba(0,35,85,.07)}
.theme-live .map-box{border-radius:30px;overflow:hidden;box-shadow:0 22px 56px rgba(0,35,85,.12)}

.theme-live .footer{background:linear-gradient(135deg,#061325,#0a2550 65%,#07182f);border-top:1px solid rgba(255,255,255,.08);padding:44px 40px}
.theme-live .footer strong{font-size:22px;letter-spacing:-.02em}
.theme-live .footer p{font-size:15px;line-height:1.78}
.theme-live .footer-meta{gap:12px 18px}
.theme-live .footer-meta span{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.theme-live .footer-social-row{padding-top:18px}

.theme-live .floating{box-shadow:0 22px 48px rgba(0,35,85,.18)}
.theme-live .floating:hover{transform:translateY(-2px) scale(1.02)}

.theme-live .admin-hero-v34{box-shadow:0 22px 58px rgba(6,20,38,.14)}
.theme-live .metric-card-v34,
.theme-live .quick-action-btn-v34,
.theme-live .dashboard-side-panel-v34,
.theme-live .side-block-v34{box-shadow:0 14px 32px rgba(0,35,85,.08)}

@media(max-width:1220px){
    .theme-live .hero-copy{width:min(620px,calc(100% - 390px));left:34px;bottom:42px;padding:22px}
    .theme-live .hero-side-panel{width:min(280px,30vw)}
    .theme-live .promo-card h3,.theme-live .product-body h3{font-size:25px}
}
@media(max-width:980px){
    .theme-live .site-header{padding:14px 16px}
    .theme-live .hero{width:calc(100% - 24px);min-height:580px}
    .theme-live .slides{border-radius:28px}
    .theme-live .hero-copy{left:24px;right:24px;bottom:30px;width:calc(100% - 48px);padding:20px 20px 18px}
    .theme-live .hero-side-panel{display:none}
    .theme-live .section,.theme-live .content-block,.theme-live .contact{padding:38px 28px}
    .theme-live .product-action-row{grid-template-columns:minmax(0,1fr) 52px!important}
    .theme-live .gallery-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
    .theme-live .topbar-inner,.theme-live .site-header,.theme-live .hero,.theme-live .stats-shell,.theme-live .feature-row,.theme-live .section,.theme-live .content-block,.theme-live .contact{width:calc(100% - 18px)}
    .theme-live .site-header{margin-top:8px;border-radius:20px;padding:12px 14px}
    .theme-live .brand img{max-height:52px}
    .theme-live .nav-item>a{font-size:12px;padding:10px 11px}
    .theme-live .header-contact{font-size:12px!important;padding:10px 12px!important}
    .theme-live .hero{min-height:520px;margin-top:10px}
    .theme-live .slides{border-radius:22px}
    .theme-live .hero-copy{left:18px;right:18px;bottom:24px;width:calc(100% - 36px);padding:16px 16px 14px;border-radius:22px}
    .theme-live .hero h1{font-size:33px;line-height:1.02}
    .theme-live .hero p{font-size:15px;line-height:1.55}
    .theme-live .hero-actions{gap:10px}
    .theme-live .hero-actions .btn,.theme-live .hero-actions .ghost-btn{min-height:44px;padding:12px 14px;font-size:13px}
    .theme-live .section,.theme-live .content-block,.theme-live .contact{padding:30px 20px;border-radius:26px}
    .theme-live .promo-card div,.theme-live .product-body{padding:22px}
    .theme-live .promo-card h3,.theme-live .product-body h3{font-size:23px}
    .theme-live .gallery-grid{grid-template-columns:1fr}
    .theme-live .gallery-card img{height:250px}
    .theme-live .footer{padding:34px 20px}
}


/* ================================
   Premium sosyal medya ikonları
   - Cam efektli, gerçek marka renkli, dikkat çekici ikon taşıyıcıları
   - Üst bilgi alanı varsayılan olarak kapalıdır; admin panelden açılır
================================ */
body.theme-live .social-links{gap:11px}
body.theme-live .social-link{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    border-radius:14px!important;
    transform:translateZ(0);
    color:#fff!important;
    border:1px solid rgba(255,255,255,.36)!important;
    backdrop-filter:blur(14px) saturate(1.26);
    -webkit-backdrop-filter:blur(14px) saturate(1.26);
    box-shadow:
        0 16px 32px rgba(3,18,42,.24),
        inset 0 1px 0 rgba(255,255,255,.45),
        inset 0 -9px 18px rgba(0,0,0,.14)!important;
    transition:transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease;
}
body.theme-live .social-link::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(145deg,rgba(255,255,255,.34),rgba(255,255,255,.05) 42%,rgba(0,0,0,.10));
    opacity:.88;
}
body.theme-live .social-link::after{
    content:"";
    position:absolute;
    width:78%;
    height:42%;
    left:10%;
    top:5%;
    border-radius:12px;
    background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,0));
    pointer-events:none;
}
body.theme-live .social-link:hover{
    transform:translateY(-4px) scale(1.055);
    filter:saturate(1.18) brightness(1.06)!important;
    border-color:rgba(255,210,0,.72)!important;
    box-shadow:
        0 22px 42px rgba(3,18,42,.34),
        0 0 0 4px rgba(255,210,0,.10),
        inset 0 1px 0 rgba(255,255,255,.55),
        inset 0 -10px 18px rgba(0,0,0,.16)!important;
}
body.theme-live .social-svg{width:20px;height:20px;position:relative;z-index:2;filter:drop-shadow(0 2px 4px rgba(0,0,0,.24))}
body.theme-live .header-social-links{gap:10px;margin-left:8px;align-items:center}
body.theme-live .header-social-links .social-link{width:43px;height:43px}
body.theme-live .topbar-social-links .social-link{width:32px;height:32px;border-radius:11px!important}
body.theme-live .topbar-social-links .social-svg{width:15px;height:15px}
body.theme-live .footer-social-row{justify-content:center;text-align:center;padding-top:18px}
body.theme-live .footer-social-label{width:100%;text-align:center;letter-spacing:.16em;color:#dbe8fb}
body.theme-live .footer-social-links{justify-content:center;width:100%;gap:12px}
body.theme-live .footer-social-links .social-link{width:44px;height:44px}
body.theme-live .social-link-instagram{background:radial-gradient(circle at 28% 105%,#fdf497 0%,#fdf497 10%,#fd5949 38%,#d6249f 61%,#285AEB 100%)!important}
body.theme-live .social-link-facebook{background:linear-gradient(145deg,#4aa3ff,#1877F2 55%,#0b4fb2)!important}
body.theme-live .social-link-youtube{background:linear-gradient(145deg,#ff5a5a,#ff0000 58%,#b50000)!important}
body.theme-live .social-link-tiktok{background:linear-gradient(145deg,#232323,#050505 62%,#000)!important;box-shadow:0 16px 32px rgba(0,0,0,.26),inset 4px 0 0 rgba(37,244,238,.88),inset -4px 0 0 rgba(254,44,85,.88),inset 0 1px 0 rgba(255,255,255,.22)!important}
@media(max-width:980px){body.theme-live .header-social-links{justify-content:flex-end;width:100%;margin-left:0}}
@media(max-width:760px){body.theme-live .header-social-links,body.theme-live .footer-social-links{justify-content:center}body.theme-live .header-social-links .social-link,body.theme-live .footer-social-links .social-link{width:39px;height:39px;border-radius:12px!important}}


/* Premium koyu sosyal medya ikonları */
body.theme-live .topbar-social-links,
body.theme-live .header-social-links,
body.theme-live .footer-social-links{
    display:inline-flex;
    align-items:center;
    gap:14px;
    flex-wrap:nowrap;
}
body.theme-live .header-social-links{
    margin-left:10px;
}
body.theme-live .social-link,
body.theme-live .social-link-instagram,
body.theme-live .social-link-facebook,
body.theme-live .social-link-youtube,
body.theme-live .social-link-tiktok{
    width:52px;
    height:52px;
    min-width:52px;
    border-radius:999px !important;
    color:#ffffff !important;
    background:linear-gradient(180deg,#2b2b2f 0%,#17171a 58%,#101114 100%) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    box-shadow:0 14px 28px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.14), inset 0 -8px 16px rgba(0,0,0,.18) !important;
    position:relative;
    overflow:hidden;
    transform:translateY(0) scale(1);
    transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
body.theme-live .social-link::before{
    content:"";
    position:absolute;
    inset:6px 8px auto 8px;
    height:34%;
    border-radius:999px;
    background:linear-gradient(180deg,rgba(255,255,255,.24),rgba(255,255,255,.03));
    opacity:.9;
    pointer-events:none;
}
body.theme-live .social-link::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:999px;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.04), 0 0 0 1px rgba(8,13,20,.12);
    pointer-events:none;
}
body.theme-live .social-link:hover{
    transform:translateY(-4px) scale(1.06);
    box-shadow:0 20px 34px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.18), inset 0 -10px 18px rgba(0,0,0,.24), 0 0 0 6px rgba(255,255,255,.03) !important;
    filter:brightness(1.04);
}
body.theme-live .social-link:active{
    transform:translateY(-1px) scale(.98);
}
body.theme-live .social-svg{
    width:24px;
    height:24px;
    position:relative;
    z-index:2;
    color:#fff !important;
    filter:drop-shadow(0 1px 1px rgba(0,0,0,.18));
}
body.theme-live .topbar-social-links .social-link{
    width:42px;
    height:42px;
    min-width:42px;
}
body.theme-live .topbar-social-links .social-svg{
    width:20px;
    height:20px;
}
body.theme-live .footer-social-row{
    justify-content:center;
    text-align:center;
    gap:16px;
}
body.theme-live .footer-social-label{
    width:100%;
    text-align:center;
}
body.theme-live .footer-social-links{
    width:100%;
    justify-content:center;
}
body.theme-live .social-link.is-disabled{
    display:none !important;
}
@media(max-width:980px){
    body.theme-live .header-social-links{gap:10px; margin-left:8px;}
    body.theme-live .social-link{width:48px;height:48px;min-width:48px;}
}
@media(max-width:760px){
    body.theme-live .header-social-links,
    body.theme-live .footer-social-links,
    body.theme-live .topbar-social-links{
        gap:9px;
        flex-wrap:nowrap;
    }
    body.theme-live .header-social-links .social-link,
    body.theme-live .footer-social-links .social-link{
        width:42px;
        height:42px;
        min-width:42px;
    }
    body.theme-live .topbar-social-links .social-link{
        width:36px;
        height:36px;
        min-width:36px;
    }
    body.theme-live .social-svg{width:20px;height:20px;}
    body.theme-live .topbar-social-links .social-svg{width:17px;height:17px;}
}


/* Standart SVG sosyal medya ikonları ve slider yazı zemini */
body.theme-live .topbar-social-links,
body.theme-live .header-social-links,
body.theme-live .footer-social-links{
    display:inline-flex;
    align-items:center;
    gap:10px;
    flex-wrap:nowrap;
}
body.theme-live .header-social-links{margin-left:10px}
body.theme-live .social-link{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:999px !important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#ffffff !important;
    border:1px solid rgba(11,42,84,.10) !important;
    box-shadow:0 10px 24px rgba(6,20,38,.10) !important;
    color:#10264a;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
body.theme-live .social-link::before,
body.theme-live .social-link::after{content:none !important;display:none !important}
body.theme-live .social-svg{
    width:20px;
    height:20px;
    display:block;
    filter:none !important;
}
body.theme-live .social-link:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 28px rgba(6,20,38,.14) !important;
    border-color:rgba(0,59,136,.18) !important;
}
body.theme-live .social-link-instagram{color:#E4405F !important}
body.theme-live .social-link-facebook{color:#1877F2 !important}
body.theme-live .social-link-youtube{color:#FF0000 !important}
body.theme-live .social-link-tiktok{color:#111111 !important}
body.theme-live .topbar-social-links .social-link{width:34px;height:34px;min-width:34px}
body.theme-live .topbar-social-links .social-svg{width:16px;height:16px}
body.theme-live .footer-social-row{justify-content:center;text-align:center;gap:14px}
body.theme-live .footer-social-label{width:100%;text-align:center}
body.theme-live .footer-social-links{width:100%;justify-content:center}
body.theme-live .social-link.is-disabled{display:none !important}
@media(max-width:980px){
  body.theme-live .header-social-links{justify-content:flex-end;width:100%;margin-left:0}
}
@media(max-width:760px){
  body.theme-live .header-social-links,
  body.theme-live .footer-social-links,
  body.theme-live .topbar-social-links{gap:8px}
  body.theme-live .social-link{width:38px;height:38px;min-width:38px}
  body.theme-live .topbar-social-links .social-link{width:32px;height:32px;min-width:32px}
  body.theme-live .social-svg{width:18px;height:18px}
  body.theme-live .topbar-social-links .social-svg{width:15px;height:15px}
}

/* Sosyal SVG görünürlük ve ayar netliği */
body.theme-live .social-svg,
body.theme-live .social-svg{
    color:inherit !important;
    fill:currentColor !important;
}
body.theme-live .social-svg path,
body.theme-live .social-svg path{
    fill:currentColor !important;
    stroke:none !important;
}
body.theme-live .social-link,
body.theme-live .social-link{
    background:#ffffff !important;
    border:1px solid rgba(11,42,84,.12) !important;
    box-shadow:0 12px 28px rgba(6,20,38,.12) !important;
}
body.theme-live .header-social-links,
body.theme-live .topbar-social-links,
body.theme-live .footer-social-links{
    display:inline-flex;
    align-items:center;
    gap:10px;
    flex-wrap:nowrap;
}
body.theme-live .topbar-social-links .social-link{width:34px;height:34px;min-width:34px}
body.theme-live .topbar-social-links .social-svg{width:16px;height:16px}
body.theme-live .footer-social-row{justify-content:center;text-align:center;gap:14px}
body.theme-live .footer-social-label{width:100%;text-align:center}
body.theme-live .footer-social-links{width:100%;justify-content:center}
body.theme-live .social-link-instagram{color:#E4405F !important}
body.theme-live .social-link-facebook{color:#1877F2 !important}
body.theme-live .social-link-youtube{color:#FF0000 !important}
body.theme-live .social-link-tiktok{color:#111111 !important}

.settings-clarity-live .admin-form-clarity{padding:24px}
.settings-clarity-live .form-grid-gap{gap:16px}
.settings-clarity-live .field-group{display:flex;flex-direction:column;gap:8px;min-width:0}
.settings-clarity-live .field-group > label{font-size:13px;font-weight:900;color:#10264a;letter-spacing:.01em}
.settings-clarity-live .field-group > small{margin:0;color:#6a7f98;font-size:12px;line-height:1.45}
.settings-clarity-live .field-group input,
.settings-clarity-live .field-group textarea,
.settings-clarity-live .field-group select{margin:0}
.settings-clarity-live .field-group textarea{min-height:112px}
.settings-clarity-live .compact-field{max-width:360px}
.settings-clarity-live .readonly-field input{background:#f4f8ff;color:#082d66;font-weight:800;opacity:1}
.settings-clarity-live .file-group input[type=file]{padding:11px 12px;background:#fff}
.settings-clarity-live .social-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}
.settings-clarity-live .social-admin-card{display:flex;flex-direction:column;gap:12px;padding:18px;border:1px solid #dbe7f5;border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f5f9ff)}
.settings-clarity-live .social-admin-head{display:flex;align-items:flex-start;gap:14px}
.settings-clarity-live .social-admin-head label{margin:0;display:block}
.settings-clarity-live .social-admin-head small{display:block;margin-top:4px;color:#6a7f98;font-size:12px;line-height:1.45}
.settings-clarity-live .social-admin-icon-graphic{width:42px;height:42px;min-width:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(11,42,84,.10);box-shadow:0 8px 20px rgba(6,20,38,.10)}
.settings-clarity-live .social-admin-icon-graphic .social-svg{width:20px;height:20px}
.settings-clarity-live .social-admin-card input[type=text],
.settings-clarity-live .social-admin-card input:not([type]){width:100%}
.settings-clarity-live .social-admin-toggle{display:flex;align-items:center;gap:8px;margin-top:0;font-weight:800;color:#183761}
.settings-clarity-live .note-box{margin-top:16px}
@media(max-width:980px){
  .settings-clarity-live .social-admin-grid{grid-template-columns:1fr}
}


/* Uyumluluk görsel katmanı */
body.compat-ui-scope .admin-form,
body.compat-ui-scope .panel,
body.compat-ui-scope .admin-table,
body.compat-ui-scope .contact-form{min-width:0}
body.compat-ui-scope .admin-card-form{display:grid;gap:18px}
body.compat-ui-scope .admin-pro-form .form-section-card{padding:20px 20px 18px;border:1px solid #dfe7f1;border-radius:16px;background:linear-gradient(180deg,#ffffff,#f7fbff)}
body.compat-ui-scope .admin-pro-form .form-section-card h2{margin:0 0 14px;background:none!important;border:0!important;padding:0!important;border-left:0!important;font-size:18px!important;color:#0a2d66!important}
body.compat-ui-scope .field-grid{display:grid;gap:14px;min-width:0}
body.compat-ui-scope .field-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
body.compat-ui-scope .field-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
body.compat-ui-scope .field-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
body.compat-ui-scope .field-group{display:flex;flex-direction:column;gap:8px;min-width:0}
body.compat-ui-scope .field-group label{font-size:13px;font-weight:900;color:#0f294d;letter-spacing:.01em}
body.compat-ui-scope .field-group small{font-size:12px;color:#70829b;line-height:1.45;margin:0}
body.compat-ui-scope .field-group input,
body.compat-ui-scope .field-group select,
body.compat-ui-scope .field-group textarea,
body.compat-ui-scope .login-form-live input,
body.compat-ui-scope .contact-field input,
body.compat-ui-scope .contact-field textarea{width:100%;padding:13px 14px;border:1px solid #dbe4ef;border-radius:12px;background:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
body.compat-ui-scope .field-group textarea,body.compat-ui-scope .contact-field textarea{min-height:118px;resize:vertical}
body.compat-ui-scope .field-actions{display:flex;justify-content:flex-end;gap:12px;align-items:center}
body.compat-ui-scope .checkbox-wrap.premium-toggle{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:12px 14px;border-radius:12px;border:1px solid #dbe4ef;background:#f8fbff;font-weight:800;color:#12335e}
body.compat-ui-scope .admin-edit-shell{padding:22px}
body.compat-ui-scope .campaign-admin-grid-live{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0}
body.compat-ui-scope .campaign-admin-card-live{display:grid;grid-template-columns:180px 1fr;border:1px solid #dfe7f1;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 16px 36px rgba(4,17,38,.06)}
body.compat-ui-scope .campaign-admin-image-live img{width:100%;height:100%;object-fit:cover;display:block;min-height:180px}
body.compat-ui-scope .campaign-admin-body-live{padding:18px;display:grid;gap:10px}
body.compat-ui-scope .campaign-admin-top-live,.campaign-admin-dates-live,.campaign-admin-actions-live{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:center}
body.compat-ui-scope .campaign-state-live{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eaf3ff;color:#003b88;font-size:12px;font-weight:900}
body.compat-ui-scope .mini-admin-btn,.media-card-actions-live .copy-path-btn,.campaign-admin-actions-live .link-danger{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:10px;border:1px solid #dbe4ef;background:#f8fbff;color:#0e2f5d;text-decoration:none;font-weight:900;cursor:pointer}
body.compat-ui-scope .mini-admin-btn.secondary{background:#003b88;color:#fff;border-color:#003b88}
body.compat-ui-scope .campaign-admin-actions-live form{margin:0}
body.compat-ui-scope .media-toolbar-live{padding:18px;margin-bottom:18px}
body.compat-ui-scope .media-grid-live{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.compat-ui-scope .media-card-live{display:grid;gap:12px;border:1px solid #dfe7f1;border-radius:18px;padding:14px;background:#fff;box-shadow:0 16px 36px rgba(4,17,38,.05)}
body.compat-ui-scope .media-preview-live img,body.compat-ui-scope .media-preview-live video{width:100%;height:180px;object-fit:cover;border-radius:14px;background:#edf3fb}
body.compat-ui-scope .media-card-actions-live{display:grid;gap:8px}
body.compat-ui-scope .media-card-actions-live code{padding:9px 10px;border-radius:10px;background:#f6f9fd;color:#133860;word-break:break-all;font-size:11.5px}
body.compat-ui-scope .contact-field{display:flex;flex-direction:column;gap:8px;min-width:0}
body.compat-ui-scope .contact-field label{font-size:13px;font-weight:900;color:#12315b}
body.compat-ui-scope .gallery-card span{left:16px;right:16px;bottom:16px;padding:14px 15px;border-radius:16px;background:linear-gradient(180deg,rgba(6,20,38,.20),rgba(6,20,38,.56));border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(12px)}
body.compat-ui-scope .gallery-card span strong{font-size:15px;line-height:1.26;margin-bottom:3px}
body.compat-ui-scope .gallery-card span small{font-size:12px;line-height:1.45;color:#edf5ff}
body.compat-ui-scope .gallery-filter{font-size:12px;letter-spacing:.08em}
body.compat-ui-scope .nh-nav-toggle{border-radius:12px;padding:12px 13px;background:#082d66;color:#fff;box-shadow:0 12px 24px rgba(0,35,85,.16)}
@media(max-width:980px){body.compat-ui-scope .field-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}body.compat-ui-scope .campaign-admin-grid-live{grid-template-columns:1fr}body.compat-ui-scope .campaign-admin-card-live{grid-template-columns:1fr}body.compat-ui-scope .media-grid-live{grid-template-columns:repeat(2,minmax(0,1fr))}body.compat-ui-scope .site-header{grid-template-columns:1fr auto auto;grid-template-areas:'brand cta toggle' 'nav nav nav';align-items:center}body.compat-ui-scope .header-cta{grid-area:cta;gap:10px}body.compat-ui-scope .site-nav{display:none;grid-area:nav;padding:14px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(7,21,42,.96),rgba(8,34,72,.94));box-shadow:0 18px 36px rgba(4,17,38,.22)}body.compat-ui-scope .site-nav.open{display:flex}body.compat-ui-scope .site-nav .nav-item{width:100%;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}body.compat-ui-scope .site-nav .nav-item>a{padding:14px 14px;border-radius:14px;background:rgba(255,255,255,.04)}body.compat-ui-scope .nh-dropdown{position:static;display:none;margin-top:8px;padding:8px;border-radius:14px;background:rgba(255,255,255,.04)}body.compat-ui-scope .nav-item.open .nh-dropdown{display:grid;grid-column:1/-1}body.compat-ui-scope .header-social-links{display:none}body.compat-ui-scope .header-contact{padding-inline:16px}}
@media(max-width:760px){body.compat-ui-scope .field-grid-2,body.compat-ui-scope .field-grid-3,body.compat-ui-scope .field-grid-4,body.compat-ui-scope .contact-form .grid2,body.compat-ui-scope .media-grid-live{grid-template-columns:1fr}body.compat-ui-scope .site-header{grid-template-columns:1fr auto;grid-template-areas:'brand toggle' 'cta cta' 'nav nav';padding:12px var(--page-side-gap)}body.compat-ui-scope .header-cta{width:100%;justify-content:space-between}body.compat-ui-scope .nh-contact-btn{flex:1;justify-content:center}body.compat-ui-scope .nh-whatsapp-btn{min-width:48px;height:48px}}

body.compat-ui-scope .premium-login-form{display:grid;gap:14px;margin-top:16px}
body.compat-ui-scope .premium-login-form .field-group{display:flex;flex-direction:column;gap:8px;text-align:left}
body.compat-ui-scope .premium-login-form .field-group label{font-size:13px;font-weight:900;color:#12315b;letter-spacing:.01em}
body.compat-ui-scope .premium-login-form input{width:100%;padding:13px 14px;border:1px solid #dbe4ef;border-radius:12px;background:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
body.compat-ui-scope .premium-login-form input:focus{border-color:rgba(0,59,136,.45);box-shadow:0 0 0 4px rgba(0,59,136,.08)}
body.compat-ui-scope .admin-table td a{font-weight:800;color:#0a3f8a}
body.compat-ui-scope .admin-table td .inline-delete-form{display:inline}
body.compat-ui-scope .admin-table td .link-danger{font-weight:800}


body.compat-ui-scope .secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:12px;border:1px solid #d6e2f0;background:#f7fbff;color:#0d2d63;font-weight:800;cursor:pointer;transition:.18s ease}
body.compat-ui-scope .secondary-button:hover{background:#eef5ff;border-color:#bdd0e8}
body.compat-ui-scope .secondary-button.danger-lite{color:#9d1c2e;background:#fff7f8;border-color:#f0c9cf}
body.compat-ui-scope .secondary-button.danger-lite:hover{background:#fff0f2;border-color:#e8aeb8}
body.compat-ui-scope .admin-media-field,body.compat-ui-scope .admin-media-multi-field{display:flex;flex-direction:column;gap:10px}
body.compat-ui-scope .admin-media-toolbar{display:flex;flex-wrap:wrap;gap:10px}
body.compat-ui-scope .admin-media-preview{border:1px dashed #cfe0f0;background:linear-gradient(180deg,#f8fbff,#edf4fb);border-radius:16px;min-height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:10px}
body.compat-ui-scope .admin-media-preview img,body.compat-ui-scope .admin-media-preview video{width:100%;max-height:280px;object-fit:cover;border-radius:12px;background:#eaf1f8}
body.compat-ui-scope .admin-media-preview-empty{font-size:13px;font-weight:700;color:#6e809a;text-align:center;padding:18px}
body.compat-ui-scope .admin-media-value{word-break:break-all}
body.compat-ui-scope .admin-media-multi-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;border:1px dashed #cfe0f0;background:linear-gradient(180deg,#f8fbff,#edf4fb);border-radius:16px;padding:12px;min-height:120px}
body.compat-ui-scope .admin-media-multi-item{display:grid;gap:7px;padding:8px;background:#fff;border-radius:12px;border:1px solid #d9e5f2;box-shadow:0 10px 24px rgba(7,29,57,.05)}
body.compat-ui-scope .admin-media-multi-item img,body.compat-ui-scope .admin-media-multi-item video{width:100%;height:110px;object-fit:cover;border-radius:10px;background:#edf3fa}
body.compat-ui-scope .admin-media-multi-item span{font-size:11px;font-weight:700;color:#61748f;word-break:break-all}
.admin-media-modal[hidden]{display:none!important}
.admin-media-modal{position:fixed;inset:0;z-index:9999}
.admin-media-modal-backdrop{position:absolute;inset:0;background:rgba(7,18,36,.56);backdrop-filter:blur(3px)}
.admin-media-modal-dialog{position:relative;z-index:2;width:min(1180px,calc(100vw - 44px));height:min(84vh,820px);margin:6vh auto;background:#fff;border-radius:18px;border:1px solid #dbe5f0;box-shadow:0 30px 80px rgba(3,15,33,.25);overflow:hidden;display:grid;grid-template-rows:auto 1fr}
.admin-media-modal-top{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid #e1e9f2;background:linear-gradient(180deg,#ffffff,#f7fbff)}
.admin-media-modal-top strong{display:block;color:#0c2d67}
.admin-media-modal-top small{display:block;color:#6a7d96;margin-top:4px}
.admin-media-modal-dialog iframe{width:100%;height:100%;border:0;background:#f4f8fd}
.admin-media-picker-page{margin:0;background:#f3f7fc;color:#10264a;font-family:inherit}
.admin-media-picker-shell{padding:18px}
.admin-media-picker-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}
.admin-media-picker-head strong{display:block;color:#0a2d66}
.admin-media-picker-head small{display:block;color:#6c7f98;margin-top:4px}
.media-library-picker-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}
.media-picker-card{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 12px 28px rgba(7,29,57,.06)}
.media-picker-card .picker-select-button{margin-top:4px}
.media-picker-card.is-selected{border-color:#0e4fa8;box-shadow:0 0 0 3px rgba(14,79,168,.15)}
.media-picker-check{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;font-weight:800;color:#123260}
.media-picker-check input{width:auto!important;margin:0}
@media(max-width:860px){.admin-media-modal-dialog{width:min(96vw,1180px);height:min(90vh,860px);margin:4vh auto}.admin-media-picker-head,.admin-media-modal-top{flex-direction:column;align-items:flex-start}}

.media-manager-layout{align-items:start}
.media-manager-alert{display:grid;gap:8px;margin-bottom:18px}
.media-manager-alert.is-success{background:#eaf8ef;border:1px solid #b6e2c1;color:#1e5b34}
.media-manager-alert.is-warning{background:#fff8e8;border:1px solid #efd79b;color:#8a5a00}
.media-manager-alert.is-error{background:#fff0f0;border:1px solid #efb4b4;color:#8d2f2f}
.media-library-filter-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:end}
.media-library-filter-form-picker{margin-bottom:16px}
.media-library-filter-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.media-manager-panel{display:grid;gap:18px}
.media-manager-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid #e5edf5}
.media-manager-toolbar strong{display:block;color:#0a2d66}
.media-manager-toolbar small{display:block;color:#678}
.media-manager-toolbar-actions{display:flex;flex-wrap:wrap;gap:10px}
.media-manager-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.media-manager-card{position:relative;border-radius:16px;padding:12px;gap:10px;box-shadow:0 12px 28px rgba(7,29,57,.06)}
.media-manager-card.is-locked{border-color:#e7c58d;background:linear-gradient(180deg,#fffdf8,#fff7eb)}
.media-manager-check{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;font-weight:800;color:#173a6b}
.media-manager-check input{width:auto!important;margin:0}
.media-manager-preview img,.media-manager-preview video{width:100%;height:170px;object-fit:cover;border-radius:12px;background:#ecf3fa}
.media-manager-meta{display:grid;gap:4px}
.media-manager-meta b{font-size:13px;color:#0d2241}
.media-manager-meta small{font-size:11px;color:#6783a0;word-break:break-all}
.media-manager-status{padding:10px 12px;border-radius:12px;font-size:12px;font-weight:800}
.media-manager-status.is-used{background:#fff3dc;color:#8b5c00;border:1px solid #f0d196}
.media-manager-status.is-free{background:#edf8f1;color:#256341;border:1px solid #bde0c9}
.media-manager-usage-list{display:flex;flex-wrap:wrap;gap:8px}
.media-manager-usage-list span{padding:6px 9px;border-radius:999px;background:#fff;border:1px solid #e2d4b1;font-size:11px;font-weight:700;color:#78520a}
.media-manager-actions{display:flex;gap:10px;align-items:center}
.media-manager-actions form{width:100%}
.media-manager-actions .danger-button,.media-manager-actions .secondary-button{width:100%;justify-content:center}
.media-single-delete-form{display:block}
.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 14px;border-radius:12px;border:1px solid #c73535;background:#d84c4c;color:#fff;font-weight:800;cursor:pointer;text-decoration:none}
.danger-button:hover{background:#c83f3f}
@media(max-width:980px){.media-library-filter-form{grid-template-columns:1fr 1fr}.media-manager-toolbar{flex-direction:column;align-items:flex-start}}
@media(max-width:720px){.media-library-filter-form{grid-template-columns:1fr}.media-manager-grid{grid-template-columns:1fr}}

.media-upload-panel-v126{display:grid;gap:14px}
.media-dropzone{display:grid;justify-items:center;gap:8px;padding:26px 18px;border-radius:18px;border:2px dashed #bfd4e9;background:linear-gradient(180deg,#f8fbff,#edf4fb);text-align:center;color:#12325f;cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease,background .18s ease}
.media-dropzone:hover,.media-dropzone.is-dragover{border-color:#2c66b8;background:linear-gradient(180deg,#f3f8ff,#e4effd);box-shadow:0 16px 34px rgba(10,42,88,.10);transform:translateY(-1px)}
.media-dropzone-icon{width:54px;height:54px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#0b4da2,#12386d);color:#fff;font-size:24px;font-weight:900;box-shadow:0 14px 28px rgba(7,29,57,.15)}
.media-dropzone strong{font-size:17px;color:#0c2d67}
.media-dropzone span{font-size:13px;color:#60748e;max-width:420px}
.media-upload-selection{padding:10px 12px;border-radius:12px;background:#f6faff;border:1px solid #d9e6f2;color:#315174;font-size:12px;font-weight:700}
.media-upload-panel-v126 input[type="file"]{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.media-manager-actions-stacked{flex-direction:column;align-items:stretch}
.media-manager-card .secondary-button,.media-manager-card .danger-button{width:100%;justify-content:center}
.media-detail-modal[hidden]{display:none!important}
.media-detail-modal{position:fixed;inset:0;z-index:10020}
.media-detail-backdrop{position:absolute;inset:0;background:rgba(8,18,34,.60);backdrop-filter:blur(4px)}
.media-detail-dialog{position:relative;z-index:2;width:min(1160px,calc(100vw - 38px));max-height:min(88vh,920px);margin:4vh auto;background:#fff;border:1px solid #d8e3ef;border-radius:22px;box-shadow:0 34px 90px rgba(4,17,38,.28);overflow:hidden;display:grid;grid-template-rows:auto 1fr}
.media-detail-top{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;border-bottom:1px solid #e6eef7;background:linear-gradient(180deg,#fff,#f6faff)}
.media-detail-top strong{display:block;font-size:22px;color:#0b2d64}
.media-detail-top small{display:block;color:#6a7d96;margin-top:4px}
.media-detail-content{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px;padding:18px;overflow:auto;background:linear-gradient(180deg,#fbfdff,#f3f8fc)}
.media-detail-preview{min-height:360px;border-radius:18px;border:1px solid #d7e3ef;background:linear-gradient(180deg,#fff,#f1f6fb);padding:14px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6)}
.media-detail-preview img,.media-detail-preview video{max-width:100%;max-height:62vh;border-radius:14px;object-fit:contain;background:#edf3fa}
.media-detail-side{display:grid;gap:16px;align-content:start}
.media-detail-card{display:grid;gap:14px;padding:16px;border-radius:18px;border:1px solid #dde7f1;background:#fff;box-shadow:0 16px 32px rgba(8,25,55,.06)}
.media-detail-card h4{margin:0;color:#113566;font-size:16px}
.media-detail-meta-list{display:grid;gap:12px;margin:0}
.media-detail-meta-list div{display:grid;gap:4px;padding-bottom:10px;border-bottom:1px solid #edf2f7}
.media-detail-meta-list div:last-child{padding-bottom:0;border-bottom:0}
.media-detail-meta-list dt{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;color:#6a7d96}
.media-detail-meta-list dd{margin:0;font-size:14px;font-weight:700;color:#10284d;word-break:break-word}
.media-detail-actions{display:flex;flex-wrap:wrap;gap:10px}
.media-detail-usage-block{display:grid;gap:10px}
.media-detail-usage-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border-radius:14px;background:linear-gradient(180deg,#f8fbff,#eef4fa);border:1px solid #dde7f1}
.media-detail-usage-row span{font-size:13px;font-weight:800;color:#18395f}
.media-detail-empty{padding:12px;border-radius:14px;background:#f7fafc;border:1px dashed #cfdeeb;color:#677d97;font-weight:700}
body.media-detail-open{overflow:hidden}
@media(max-width:900px){.media-detail-content{grid-template-columns:1fr}.media-detail-dialog{width:min(96vw,1160px)}.media-detail-usage-row{grid-template-columns:1fr}.media-detail-actions{flex-direction:column}.media-detail-actions .secondary-button{width:100%;justify-content:center}}

.theme-live .slide-overlay{
    background:linear-gradient(90deg,rgba(2,14,34,.58) 0%,rgba(0,45,104,.34) 40%,rgba(4,20,42,.06) 82%)!important;
}
.theme-live .hero-copy{
    background:linear-gradient(145deg,rgba(7,23,48,.24),rgba(7,42,86,.18))!important;
    border:1px solid rgba(255,255,255,.28)!important;
    box-shadow:0 26px 72px rgba(0,18,42,.18),inset 0 1px 0 rgba(255,255,255,.22)!important;
    backdrop-filter:blur(22px) saturate(1.22)!important;
    -webkit-backdrop-filter:blur(22px) saturate(1.22)!important;
}
.theme-live .hero-copy::before{
    content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
    background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.04) 38%,rgba(255,210,0,.08));
    mix-blend-mode:screen;opacity:.72;
}
.theme-live .hero-copy>*{position:relative;z-index:1}
.theme-live .hero h1{text-shadow:0 18px 38px rgba(0,0,0,.32),0 2px 8px rgba(0,0,0,.18)!important}
.theme-live .hero p{color:rgba(244,248,255,.94)!important;text-shadow:0 8px 24px rgba(0,0,0,.20)}
.theme-live .hero-actions .ghost-btn{background:rgba(255,255,255,.16)!important;border-color:rgba(255,255,255,.25)!important;backdrop-filter:blur(10px)}
@media(max-width:760px){.theme-live .hero-copy{background:linear-gradient(145deg,rgba(7,23,48,.34),rgba(7,42,86,.28))!important;backdrop-filter:blur(18px) saturate(1.16)!important;-webkit-backdrop-filter:blur(18px) saturate(1.16)!important}.theme-live .slide-overlay{background:linear-gradient(180deg,rgba(2,14,34,.28),rgba(2,14,34,.48))!important}}


.settings-clarity-live .admin-form-clarity{padding:20px}
.settings-clarity-live .form-grid-gap{gap:12px}
.settings-clarity-live .field-group{gap:6px}
.settings-clarity-live .field-group > label{font-size:12px;font-weight:780;letter-spacing:.005em;color:#10264a}
.settings-clarity-live .field-group > small{font-size:11px;line-height:1.42;color:#71839a;font-weight:560;max-width:58ch}
.settings-clarity-live .field-group textarea{min-height:94px}
.settings-clarity-live .field-group input,
.settings-clarity-live .field-group textarea,
.settings-clarity-live .field-group select{font-size:13px}
.settings-clarity-live .compact-field{max-width:300px}
.settings-clarity-live .social-admin-grid{gap:12px;margin-top:14px}
.settings-clarity-live .social-admin-card{gap:10px;padding:15px;border-radius:16px}
.settings-clarity-live .social-admin-head{gap:12px}
.settings-clarity-live .social-admin-head small{font-size:11px;line-height:1.4}
.settings-clarity-live .social-admin-icon-graphic{width:38px;height:38px;min-width:38px}


/* V44.16 - Gallery cards layered premium shell */
body.compat-ui-scope .gallery-grid,
body .gallery-grid{
    gap:22px;
}
body.compat-ui-scope .gallery-card,
body .gallery-card{
    display:flex;
    flex-direction:column;
    min-height:0;
    position:relative;
    padding:12px;
    gap:10px;
    border-radius:24px;
    overflow:hidden;
    background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
    border:1px solid rgba(0,59,136,.10);
    box-shadow:0 22px 48px rgba(15,40,74,.10);
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
body.compat-ui-scope .gallery-card:before,
body .gallery-card:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,var(--yellow),#8ec5ff 55%,var(--blue));
}
body.compat-ui-scope .gallery-card:hover,
body .gallery-card:hover{
    transform:translateY(-6px);
    border-color:rgba(0,59,136,.18);
    box-shadow:0 28px 58px rgba(15,40,74,.16);
}
body.compat-ui-scope .gallery-card img,
body .gallery-card img{
    width:100%;
    height:252px;
    min-height:0;
    flex:0 0 auto;
    object-fit:cover;
    border-radius:16px;
    box-shadow:0 14px 30px rgba(15,40,74,.10);
}
body.compat-ui-scope .gallery-card .gallery-card-caption,
body .gallery-card .gallery-card-caption{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin:0;
    min-height:56px;
    padding:12px 16px !important;
    border-radius:16px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:linear-gradient(135deg,#08224a 0%, #0a3a86 55%, #1358b3 100%);
    border:1px solid rgba(255,210,0,.26);
    box-shadow:0 16px 36px rgba(0,35,85,.18), inset 0 1px 0 rgba(255,255,255,.14), inset 0 -10px 20px rgba(2,9,20,.18);
}
body.compat-ui-scope .gallery-card .gallery-card-caption::before,
body .gallery-card .gallery-card-caption::before{
    content:"";
    position:absolute;
    left:12px;
    right:12px;
    top:0;
    height:3px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--yellow) 0%, #ffe98e 32%, #8ec5ff 72%, #dcecff 100%);
    opacity:.95;
}
body.compat-ui-scope .gallery-card .gallery-card-caption::after,
body .gallery-card .gallery-card-caption::after{
    content:"";
    position:absolute;
    inset:1px;
    border-radius:15px;
    background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,0) 42%);
    pointer-events:none;
}
body.compat-ui-scope .gallery-card .gallery-card-caption strong,
body .gallery-card .gallery-card-caption strong{
    position:relative;
    z-index:1;
    display:block;
    margin:0;
    font-size:13px;
    line-height:1.42;
    font-weight:900;
    letter-spacing:.07em;
    text-transform:uppercase;
    color:var(--yellow);
    text-shadow:0 1px 0 rgba(0,0,0,.10);
}
@media (max-width: 768px){
    body.compat-ui-scope .gallery-grid,
    body .gallery-grid{gap:16px;}
    body.compat-ui-scope .gallery-card,
    body .gallery-card{padding:10px;border-radius:20px;gap:8px;}
    body.compat-ui-scope .gallery-card img,
    body .gallery-card img{height:226px;border-radius:14px;}
    body.compat-ui-scope .gallery-card .gallery-card-caption,
    body .gallery-card .gallery-card-caption{min-height:50px;padding:10px 12px !important;border-radius:14px;}
    body.compat-ui-scope .gallery-card .gallery-card-caption strong,
    body .gallery-card .gallery-card-caption strong{font-size:11.5px;letter-spacing:.06em;}
}

/* V44.20 - Gallery caption matched to hero slider glass pill */
body.compat-ui-scope .gallery-card,
body .gallery-card{
    gap:12px;
}
body.compat-ui-scope .gallery-card .gallery-card-caption,
body .gallery-card .gallery-card-caption{
    position:relative;
    z-index:1;
    width:100%;
    margin:0;
    min-height:56px;
    padding:13px 18px !important;
    border-radius:14px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:
        linear-gradient(180deg,rgba(164,174,188,.34) 0%,rgba(126,136,151,.24) 100%),
        linear-gradient(135deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.05) 100%);
    border:1px solid rgba(255,255,255,.22);
    box-shadow:
        0 10px 24px rgba(0,20,48,.14),
        inset 0 1px 0 rgba(255,255,255,.30),
        inset 0 -1px 0 rgba(255,255,255,.08);
    backdrop-filter:blur(18px) saturate(130%);
    -webkit-backdrop-filter:blur(18px) saturate(130%);
}
body.compat-ui-scope .gallery-card .gallery-card-caption::before,
body .gallery-card .gallery-card-caption::before{
    content:"";
    position:absolute;
    left:14px;
    right:14px;
    top:8px;
    height:11px;
    border-radius:999px;
    background:linear-gradient(180deg,rgba(255,255,255,.34) 0%,rgba(255,255,255,.08) 100%);
    opacity:.95;
    filter:blur(.2px);
    pointer-events:none;
}
body.compat-ui-scope .gallery-card .gallery-card-caption::after,
body .gallery-card .gallery-card-caption::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:14px;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
    pointer-events:none;
}
body.compat-ui-scope .gallery-card .gallery-card-caption strong,
body .gallery-card .gallery-card-caption strong{
    position:relative;
    z-index:1;
    display:block;
    margin:0;
    font-size:14px;
    line-height:1.28;
    font-weight:700;
    letter-spacing:.01em;
    text-transform:none;
    color:rgba(255,255,255,.96);
    text-shadow:0 1px 2px rgba(0,0,0,.20);
}
@media (max-width: 768px){
    body.compat-ui-scope .gallery-card,
    body .gallery-card{padding:10px;border-radius:20px;gap:10px;}
    body.compat-ui-scope .gallery-card img,
    body .gallery-card img{height:226px;border-radius:14px;}
    body.compat-ui-scope .gallery-card .gallery-card-caption,
    body .gallery-card .gallery-card-caption{
        width:100%;
        margin:0;
        min-height:50px;
        padding:11px 14px !important;
        border-radius:13px;
    }
    body.compat-ui-scope .gallery-card .gallery-card-caption::before,
    body .gallery-card .gallery-card-caption::before{
        left:10px;
        right:10px;
        top:6px;
        height:8px;
    }
    body.compat-ui-scope .gallery-card .gallery-card-caption::after,
    body .gallery-card .gallery-card-caption::after{
        border-radius:13px;
    }
    body.compat-ui-scope .gallery-card .gallery-card-caption strong,
    body .gallery-card .gallery-card-caption strong{
        font-size:12.5px;
        letter-spacing:.005em;
    }
}


/* V44.21 - Gallery caption matched to menu color, flat style */
body.compat-ui-scope .gallery-card .gallery-card-caption,
body .gallery-card .gallery-card-caption{
    background:#082d66;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    border-radius:12px;
    min-height:54px;
    padding:12px 16px !important;
}
body.compat-ui-scope .gallery-card .gallery-card-caption::before,
body .gallery-card .gallery-card-caption::before,
body.compat-ui-scope .gallery-card .gallery-card-caption::after,
body .gallery-card .gallery-card-caption::after{
    content:none;
    display:none;
}
body.compat-ui-scope .gallery-card .gallery-card-caption strong,
body .gallery-card .gallery-card-caption strong{
    font-size:13px;
    line-height:1.35;
    font-weight:600;
    letter-spacing:.015em;
    text-transform:none;
    color:#ffffff;
    text-shadow:none;
}
@media (max-width: 768px){
    body.compat-ui-scope .gallery-card .gallery-card-caption,
    body .gallery-card .gallery-card-caption{
        min-height:48px;
        padding:10px 12px !important;
        border-radius:10px;
    }
    body.compat-ui-scope .gallery-card .gallery-card-caption strong,
    body .gallery-card .gallery-card-caption strong{
        font-size:12px;
        letter-spacing:.01em;
    }
}

/* V44.22 - Galeri alt bar renk düzeltmesi: hedef görseldeki iletişim pill rengine eşitlendi */
body.compat-ui-scope .gallery-card,
body .gallery-card{
    gap:12px !important;
}
body.compat-ui-scope .gallery-card .gallery-card-caption,
body .gallery-card .gallery-card-caption,
body.compat-ui-scope .gallery-card span.gallery-card-caption,
body .gallery-card span.gallery-card-caption,
body.compat-ui-scope .gallery-card > span,
body .gallery-card > span{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:100% !important;
    margin:0 !important;
    min-height:54px !important;
    padding:12px 18px !important;
    border-radius:999px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    color:#ffffff !important;
    background:linear-gradient(180deg,#1d2f51 0%,#17243b 100%) !important;
    border:1px solid rgba(210,225,245,.13) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 18px rgba(5,14,31,.14) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    overflow:hidden !important;
}
body.compat-ui-scope .gallery-card .gallery-card-caption::before,
body .gallery-card .gallery-card-caption::before,
body.compat-ui-scope .gallery-card .gallery-card-caption::after,
body .gallery-card .gallery-card-caption::after,
body.compat-ui-scope .gallery-card > span::before,
body .gallery-card > span::before,
body.compat-ui-scope .gallery-card > span::after,
body .gallery-card > span::after{
    content:none !important;
    display:none !important;
}
body.compat-ui-scope .gallery-card .gallery-card-caption strong,
body .gallery-card .gallery-card-caption strong,
body.compat-ui-scope .gallery-card > span strong,
body .gallery-card > span strong{
    display:block !important;
    margin:0 !important;
    font-size:14px !important;
    line-height:1.35 !important;
    font-weight:700 !important;
    letter-spacing:.005em !important;
    text-transform:none !important;
    color:#ffffff !important;
    text-shadow:none !important;
}
body.compat-ui-scope .gallery-card .gallery-card-caption small,
body .gallery-card .gallery-card-caption small,
body.compat-ui-scope .gallery-card > span small,
body .gallery-card > span small{
    display:block !important;
    margin-top:3px !important;
    font-size:12px !important;
    line-height:1.35 !important;
    font-weight:500 !important;
    color:#d2ddee !important;
}
@media (max-width:768px){
    body.compat-ui-scope .gallery-card .gallery-card-caption,
    body .gallery-card .gallery-card-caption,
    body.compat-ui-scope .gallery-card > span,
    body .gallery-card > span{
        min-height:48px !important;
        padding:10px 14px !important;
        border-radius:999px !important;
    }
    body.compat-ui-scope .gallery-card .gallery-card-caption strong,
    body .gallery-card .gallery-card-caption strong,
    body.compat-ui-scope .gallery-card > span strong,
    body .gallery-card > span strong{
        font-size:12.5px !important;
    }
}

/* V44.23 - Galeri alt bar kare hizalama düzeltmesi
   İstek: kenar yuvarlatma yok, görselle aynı hizada, tamamen kare bar. */
body.compat-ui-scope .gallery-card,
body .gallery-card{
    gap:0 !important;
}
body.compat-ui-scope .gallery-card img,
body .gallery-card img{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    border-radius:0 !important;
}
body.compat-ui-scope .gallery-card .gallery-card-caption,
body .gallery-card .gallery-card-caption,
body.compat-ui-scope .gallery-card span.gallery-card-caption,
body .gallery-card span.gallery-card-caption,
body.compat-ui-scope .gallery-card > span,
body .gallery-card > span{
    width:100% !important;
    margin:0 !important;
    border-radius:0 !important;
    min-height:54px !important;
    padding:12px 18px !important;
    background:linear-gradient(180deg,#1d2f51 0%,#17243b 100%) !important;
    border:1px solid rgba(210,225,245,.13) !important;
    border-top:0 !important;
    box-shadow:none !important;
}
@media (max-width:768px){
    body.compat-ui-scope .gallery-card .gallery-card-caption,
    body .gallery-card .gallery-card-caption,
    body.compat-ui-scope .gallery-card > span,
    body .gallery-card > span{
        border-radius:0 !important;
        min-height:48px !important;
        padding:10px 14px !important;
    }
}

.category-page-wrap{padding-bottom:34px}
.category-hero-card{position:relative;overflow:hidden;border:1px solid rgba(0,59,136,.10)}
.category-hero-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,59,136,.08),rgba(255,210,0,.12));pointer-events:none}
.category-title-row{position:relative;display:grid;grid-template-columns:82px 1fr;gap:20px;align-items:center}
.category-title-row p{max-width:850px;color:#536273;font-size:18px;line-height:1.7;margin:0}
.category-icon-badge{width:82px;height:82px;display:grid;place-items:center;background:linear-gradient(180deg,#07366e,#002b63);color:#fff;box-shadow:0 18px 38px rgba(0,43,99,.22)}
.category-icon-badge svg{width:40px;height:40px}
.category-quick-links{position:relative;display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.category-product-section .section-head{align-items:flex-end}
.category-products-grid{grid-template-columns:repeat(auto-fit,minmax(285px,1fr))}
.category-product-card .product-body p{color:#617083;line-height:1.62;margin:10px 0 18px}
.category-product-image{display:block;overflow:hidden;background:#f4f7fb}
.category-product-image img{transition:transform .28s ease}
.category-product-card:hover .category-product-image img{transform:scale(1.035)}
.empty-state-card{padding:34px;border:1px dashed rgba(0,59,136,.28);background:#f8fbff;text-align:center}
.empty-state-card h3{margin:0 0 8px;color:var(--blue);font-size:24px}
.empty-state-card p{margin:0;color:#607084}
@media(max-width:700px){.category-title-row{grid-template-columns:1fr}.category-icon-badge{width:68px;height:68px}.category-title-row h1{font-size:34px}.category-quick-links .ghost-btn{width:100%;justify-content:center}}


.theme-live .hero-copy,
.theme-live .hero-copy:hover{
    background:transparent !important;
    border-color:transparent !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
}
.theme-live .hero-copy::before{display:none !important;content:none !important;}
@media(max-width:760px){
    .theme-live .hero-copy{background:transparent !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}
}


.price-call-btn{
    gap:10px!important;
    position:relative;
}
.price-call-btn::before{
    content:"";
    width:18px;
    height:18px;
    flex:0 0 18px;
    display:block;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.86 19.86 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.86 19.86 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.89.35 1.76.68 2.59a2 2 0 0 1-.45 2.11L8.06 9.7a16 16 0 0 0 6.24 6.24l1.28-1.28a2 2 0 0 1 2.11-.45c.83.33 1.7.56 2.59.68A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") center/contain no-repeat;
    filter:drop-shadow(0 1px 2px rgba(0,0,0,.14));
}
.inline-link.product-detail-link{
    display:inline-flex!important;
    align-items:center;
    gap:8px;
    color:#b48700!important;
    font-weight:950!important;
    letter-spacing:.01em;
    position:relative;
    padding:3px 2px 8px;
    text-shadow:0 1px 0 rgba(255,255,255,.55);
    transition:transform .18s ease,color .18s ease;
}
.inline-link.product-detail-link::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:2px;
    border-radius:999px;
    background:linear-gradient(90deg,#f3c400,#ffe37a);
    box-shadow:0 4px 10px rgba(255,210,0,.24);
}
.inline-link.product-detail-link:hover{
    color:#946f00!important;
    transform:translateX(2px);
}


.category-quick-links .ghost-btn{
    background:#ffffff !important;
    color:#0c3774 !important;
    border:1px solid rgba(0,59,136,.14) !important;
    box-shadow:0 10px 24px rgba(8,35,74,.06);
}
.category-quick-links .ghost-btn:hover{
    background:#f4f8ff !important;
    color:#0a2f66 !important;
    border-color:rgba(0,59,136,.26) !important;
}
.category-quick-links .ghost-btn.is-active{
    background:linear-gradient(135deg,var(--blue),#0a4ca2) !important;
    color:#ffffff !important;
    border-color:rgba(0,59,136,.30) !important;
    box-shadow:0 16px 34px rgba(0,59,136,.18);
}

.contact-page-wrap{padding-bottom:34px}
.contact-page-hero{position:relative;overflow:hidden;border:1px solid rgba(0,59,136,.10)}
.contact-page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,59,136,.06),rgba(255,210,0,.10));pointer-events:none}
.contact-page-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:22px;align-items:start}
.contact-page-hero .lead{max-width:840px;color:#506175;font-size:20px;line-height:1.75;margin:0}
.contact-page-mini-note{padding:22px 24px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid rgba(0,59,136,.10);box-shadow:0 14px 30px rgba(7,25,52,.06)}
.contact-page-mini-note strong{display:block;margin-bottom:10px;color:#0d2f62;font-size:18px}
.contact-page-mini-note p{margin:0;color:#5f7084;line-height:1.7}
.contact-page-main-grid{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:22px;margin-top:22px;align-items:start}
.contact-page-info-stack{display:grid;gap:22px}
.contact-page-card{padding:28px 30px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid rgba(0,59,136,.08);box-shadow:0 24px 56px rgba(7,25,52,.07)}
.contact-page-card h2{margin:6px 0 0;font-size:clamp(24px,2vw,34px);line-height:1.1;letter-spacing:-.02em;color:#13264a}
.contact-page-info-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,262px));justify-content:start;gap:14px 16px;margin-top:18px;align-items:start}
.contact-page-info-item{position:relative;display:flex;flex-direction:column;justify-content:flex-start;gap:6px;min-height:88px;padding:16px 18px 18px;border-radius:22px;background:linear-gradient(180deg,#ffffff,#f7fbff);border:1px solid rgba(0,59,136,.10);text-decoration:none;box-shadow:0 14px 30px rgba(7,25,52,.05);overflow:hidden;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.contact-page-info-item:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(7,25,52,.08);border-color:rgba(0,59,136,.16)}
.contact-page-info-item::before{content:"";position:absolute;left:18px;right:18px;top:0;height:1px;background:linear-gradient(90deg,rgba(255,210,0,.34),rgba(0,59,136,.16),rgba(255,255,255,0));opacity:.85}
.contact-page-info-item::after{content:"";position:absolute;left:18px;right:18px;bottom:10px;height:3px;border-radius:999px;background:linear-gradient(90deg,rgba(255,210,0,.92),rgba(0,59,136,.92));opacity:.16}
.contact-page-info-item strong{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#12356c}
.contact-page-info-item span{font-size:14px;font-weight:800;line-height:1.42;color:#3e526f;overflow-wrap:anywhere;word-break:break-word}
.contact-page-info-tel span{font-size:15px;letter-spacing:.03em;color:#364d71}
.contact-page-info-email{grid-column:1/-1;max-width:560px;width:100%;justify-self:start}
.contact-page-info-email span{font-size:15px;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal;word-break:normal}
.contact-page-info-address{grid-column:1/-1;min-height:auto;max-width:760px}
.contact-page-action-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.contact-page-ghost{background:#fff !important;color:#0c3774 !important;border:1px solid rgba(0,59,136,.16) !important}
.contact-page-map-card-wide{margin-top:22px;padding-bottom:18px}
.contact-page-map-card-bottom{margin-top:28px}
.contact-page-map-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px}
.contact-page-map-head h2{margin-bottom:0}
.contact-map-open-btn{margin-top:8px;white-space:nowrap}
.contact-page-map-wrap{position:relative;overflow:hidden;border-radius:20px;border:1px solid rgba(0,59,136,.10);margin-top:16px;background:#eef4fb;min-height:420px}
.contact-page-map-wrap iframe{display:block;width:100% !important;height:100%;min-height:420px;border:0}
.contact-page-map-wrap-wide iframe{min-height:560px}
.contact-page-map-card-bottom{display:block;max-width:none;width:min(1380px,calc(100% - 28px));margin-left:auto;margin-right:auto}
.contact-page-map-card-bottom .contact-page-map-wrap{width:100%}
.contact-page-info-address{padding-top:20px;padding-bottom:20px}
.contact-page-info-address span{font-size:13px;line-height:1.58;white-space:normal}
.contact-page-map-head .ghost-btn{white-space:nowrap;flex-shrink:0}

.service-form-card{background:linear-gradient(180deg,#ffffff,#f8fbff)}
.service-form-intro{margin:10px 0 20px;color:#5f7084;line-height:1.75}
.service-appointment-form{display:grid;gap:14px;margin-top:18px}
.service-form-grid{display:grid;gap:14px}
.service-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.service-appointment-form .contact-field{position:relative;display:flex;flex-direction:column;gap:10px;min-height:108px;padding:16px 18px 18px;border-radius:22px;background:linear-gradient(180deg,#ffffff,#f7fbff);border:1px solid rgba(0,59,136,.10);box-shadow:0 14px 30px rgba(7,25,52,.05);overflow:hidden;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.service-appointment-form .contact-field:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(7,25,52,.08);border-color:rgba(0,59,136,.16)}
.service-appointment-form .contact-field::before{content:"";position:absolute;left:18px;right:18px;top:0;height:1px;background:linear-gradient(90deg,rgba(255,210,0,.34),rgba(0,59,136,.16),rgba(255,255,255,0));opacity:.85}
.service-appointment-form .contact-field::after{content:"";position:absolute;left:18px;right:18px;bottom:10px;height:3px;border-radius:999px;background:linear-gradient(90deg,rgba(255,210,0,.92),rgba(0,59,136,.92));opacity:.16}
.service-appointment-form .contact-field label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#12356c}
.service-appointment-form .contact-field input,
.service-appointment-form .contact-field select,
.service-appointment-form .contact-field textarea{width:100%;padding:13px 14px;border:1px solid rgba(0,59,136,.10);border-radius:16px;background:linear-gradient(180deg,#ffffff,#f9fbff);box-shadow:inset 0 1px 0 rgba(255,255,255,.82);color:#112e59;font-size:14px;font-weight:700;transition:border-color .18s ease, box-shadow .18s ease, background-color .18s ease}
.service-appointment-form .contact-field input::placeholder,
.service-appointment-form .contact-field textarea::placeholder{color:#72829a;font-weight:600}
.service-appointment-form .contact-field input:focus,
.service-appointment-form .contact-field select:focus,
.service-appointment-form .contact-field textarea:focus{outline:none;border-color:rgba(0,59,136,.28);box-shadow:0 0 0 4px rgba(0,59,136,.08), inset 0 1px 0 rgba(255,255,255,.92);background:#fff}
.service-appointment-form .contact-field textarea{min-height:168px;resize:vertical;line-height:1.6}
.service-appointment-form .btn{justify-self:flex-start;min-width:260px;padding:16px 24px;border-radius:18px;box-shadow:0 18px 36px rgba(255,210,0,.20)}
@media(max-width:1080px){
    .contact-page-main-grid,.contact-page-hero-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
    .contact-page-card{padding:22px 20px}
    .contact-page-info-grid,.service-form-grid-2{grid-template-columns:1fr}
    .contact-page-info-grid{justify-content:stretch}
    .contact-page-card h2{font-size:clamp(24px,7vw,34px)}
    .contact-page-info-item{min-height:auto;padding:16px 17px 18px}
    .contact-page-info-item span,.contact-page-info-address span{font-size:13px}
    .contact-page-info-email{max-width:none;width:100%}
    .contact-page-info-email span{white-space:normal;overflow-wrap:anywhere;word-break:break-word}
    .contact-page-info-tel span{font-size:14px}
    .contact-page-hero .lead{font-size:18px}
    .contact-page-map-head{align-items:flex-start;flex-direction:column}
    .contact-page-map-head .ghost-btn{width:100%;justify-content:center}
    .contact-page-map-wrap iframe{height:320px}
    .service-appointment-form .contact-field{min-height:auto;padding:16px 17px 18px}
    .service-appointment-form .contact-field textarea{min-height:148px}
    .service-appointment-form .btn{width:100%;justify-self:stretch;min-width:0}
}

.contact-page-map-card-bottom{margin-top:26px}


/* =====================================================
   Header slim + contact premium refinement
===================================================== */
.theme-live .nh-header,
.theme-live .site-header{
    min-height:94px!important;
    padding:0 16px 0 12px!important;
    gap:14px!important;
}
.theme-live .nh-header.scrolled,
.theme-live .site-header.scrolled{
    min-height:86px!important;
}
.theme-live .nh-brand img,
.theme-live .logo-only-brand img{
    width:200px!important;
    max-height:70px!important;
}
.theme-live .nh-nav,
.theme-live .site-nav{
    height:94px!important;
    padding:0 14px 0 12px!important;
    gap:0!important;
}
.theme-live .nh-header.scrolled .nh-nav,
.theme-live .site-header.scrolled .site-nav{
    height:86px!important;
}
.theme-live .nh-nav-item>a,
.theme-live .nav-item>a{
    padding:0 12px!important;
    font-size:12px!important;
    font-weight:700!important;
}
.theme-live .nh-header-cta,
.theme-live .header-cta{
    gap:8px!important;
    padding-left:8px!important;
}
.theme-live .nh-contact-btn,
.theme-live .header-contact{
    min-height:40px!important;
    padding:0 13px!important;
    font-size:11.5px!important;
    border-radius:10px!important;
}
.theme-live .nh-whatsapp-btn,
.theme-live .header-whatsapp{
    min-height:40px!important;
    border-radius:10px!important;
}
.theme-live .header-social-links .social-link,
.theme-live .social-links.header-social-links .social-link{
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
}
.theme-live .header-social-links .social-svg,
.theme-live .social-links.header-social-links .social-svg{
    width:17px!important;
    height:17px!important;
}
@media(max-width:1320px){
    .theme-live .nh-header{grid-template-columns:200px minmax(0,1fr) auto!important;padding:0 14px 0 10px!important;gap:14px!important;}
    .theme-live .nh-brand img,.theme-live .logo-only-brand img{max-height:66px!important;}
    .theme-live .nh-nav{padding:0 10px 0 8px!important;}
    .theme-live .nh-nav-item>a,.theme-live .nav-item>a{padding:0 10px!important;font-size:11.5px!important;}
}
@media(max-width:1080px){
    .theme-live .nh-header{min-height:84px!important;padding:10px 16px!important;}
    .theme-live .nh-nav{height:auto!important;padding:0!important;}
}
@media(max-width:760px){
    .theme-live .nh-brand img,.theme-live .logo-only-brand img{width:min(210px,68vw)!important;max-height:56px!important;}
    .theme-live .header-social-links{gap:7px!important;}
    .theme-live .header-social-links .social-link{width:36px!important;min-width:36px!important;height:36px!important;}
}

.contact-page-wrap .contact-page-hero,
.contact-page-wrap .contact-page-card,
.contact-page-wrap .contact-page-map-card-bottom{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    border:1px solid rgba(0,59,136,.08);
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 24px 60px rgba(7,25,52,.08);
}
.contact-page-wrap .contact-page-hero::after,
.contact-page-wrap .contact-page-card::after,
.contact-page-wrap .contact-page-map-card-bottom::after{
    content:"";
    position:absolute;
    inset:auto 28px 0 28px;
    height:3px;
    border-radius:999px;
    background:linear-gradient(90deg,rgba(255,210,0,.88),rgba(0,59,136,.82));
    opacity:.12;
}
.contact-page-wrap .contact-page-hero h1,
.contact-page-wrap .contact-page-card h2{
    letter-spacing:-.03em;
}
.contact-page-wrap .contact-page-action-row .btn,
.contact-page-wrap .contact-page-action-row .ghost-btn,
.contact-page-wrap .service-appointment-form .btn{
    border-radius:14px!important;
    min-height:48px;
    box-shadow:0 16px 34px rgba(7,25,52,.08);
}


.contact-premium-v28 .homepage-contact-form-panel{
    position:relative;
    padding:28px 30px;
    border-radius:28px;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
    border:1px solid rgba(0,59,136,.08);
    box-shadow:0 24px 56px rgba(7,25,52,.07);
    overflow:hidden;
}
.contact-premium-v28 .homepage-contact-form-panel::before{
    content:"";
    position:absolute;
    left:26px;
    right:26px;
    top:0;
    height:1px;
    background:linear-gradient(90deg,rgba(255,210,0,.30),rgba(0,59,136,.14),rgba(255,255,255,0));
    opacity:.88;
}
.contact-premium-v28 .homepage-contact-form-panel::after{
    content:"";
    position:absolute;
    right:-80px;
    bottom:-100px;
    width:220px;
    height:220px;
    background:radial-gradient(circle,rgba(255,210,0,.16),rgba(0,59,136,.03) 56%,transparent 72%);
    pointer-events:none;
}
.contact-premium-v28 .homepage-contact-form-panel .premium-form{
    position:relative;
    z-index:1;
    background:transparent;
    border:0;
    padding:0;
    border-radius:0;
    box-shadow:none;
}
.contact-premium-v28 .home-contact-premium-form{display:grid;gap:14px;margin-top:0}
.contact-premium-v28 .home-contact-premium-form .grid2{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.contact-premium-v28 .home-contact-premium-form .btn{justify-self:flex-start;min-width:220px;padding:16px 24px;border-radius:18px;box-shadow:0 18px 36px rgba(255,210,0,.20)}
.contact-premium-v28 .home-contact-premium-form .success-box{margin-bottom:14px}
@media(max-width:760px){
  .contact-premium-v28 .homepage-contact-form-panel{padding:22px 20px}
  .contact-premium-v28 .home-contact-premium-form .grid2{grid-template-columns:1fr}
  .contact-premium-v28 .home-contact-premium-form .btn{width:100%;justify-self:stretch;min-width:0}
}


.contact-premium-v28 .home-contact-info-panel{
    position:relative;
    padding:28px 30px;
    border-radius:28px;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
    border:1px solid rgba(0,59,136,.08);
    box-shadow:0 24px 56px rgba(7,25,52,.07);
    overflow:hidden;
}
.contact-premium-v28 .home-contact-info-panel::before{
    content:"";
    position:absolute;
    left:26px;
    right:26px;
    top:0;
    height:1px;
    background:linear-gradient(90deg,rgba(255,210,0,.30),rgba(0,59,136,.14),rgba(255,255,255,0));
    opacity:.88;
}
.contact-premium-v28 .home-contact-info-panel::after{
    content:"";
    position:absolute;
    left:-86px;
    bottom:-104px;
    width:220px;
    height:220px;
    background:radial-gradient(circle,rgba(255,210,0,.14),rgba(0,59,136,.03) 58%,transparent 72%);
    pointer-events:none;
}
.contact-premium-v28 .home-contact-info-panel > *{position:relative;z-index:1}
.contact-premium-v28 .home-contact-info-panel h2{margin-bottom:14px}
.contact-premium-v28 .home-contact-info-panel p{margin-bottom:18px}
.contact-premium-v28 .home-contact-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;align-items:start;margin-bottom:18px}
.contact-premium-v28 .home-contact-info-card{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    gap:6px;
    min-height:88px;
    padding:16px 18px 18px;
    border-radius:22px;
    background:linear-gradient(180deg,#ffffff,#f7fbff);
    border:1px solid rgba(0,59,136,.10);
    text-decoration:none;
    box-shadow:0 14px 30px rgba(7,25,52,.05);
    overflow:hidden;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.contact-premium-v28 a.home-contact-info-card:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(7,25,52,.08);border-color:rgba(0,59,136,.16)}
.contact-premium-v28 .home-contact-info-card::before{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    top:0;
    height:1px;
    background:linear-gradient(90deg,rgba(255,210,0,.34),rgba(0,59,136,.16),rgba(255,255,255,0));
    opacity:.85;
}
.contact-premium-v28 .home-contact-info-card::after{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    bottom:10px;
    height:3px;
    border-radius:999px;
    background:linear-gradient(90deg,rgba(255,210,0,.92),rgba(0,59,136,.92));
    opacity:.16;
}
.contact-premium-v28 .home-contact-info-card strong{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#12356c;min-width:0}
.contact-premium-v28 .home-contact-info-card span{width:100%;font-size:14px;font-weight:800;line-height:1.42;color:#3e526f;text-align:left;word-break:normal;overflow-wrap:break-word}
.contact-premium-v28 .home-contact-info-tel span{font-size:15px;letter-spacing:.01em}
.contact-premium-v28 .home-contact-info-email span{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.contact-premium-v28 .home-contact-info-address{grid-column:1 / -1;min-height:auto}
.contact-premium-v28 .home-contact-info-address span{font-size:14px;line-height:1.65;white-space:normal;overflow:visible;text-overflow:clip}
.contact-premium-v28 .home-contact-action-row{margin-top:4px}
@media(max-width:980px){
  .contact-premium-v28 .home-contact-info-panel{padding:24px 22px}
  .contact-premium-v28 .home-contact-info-grid{grid-template-columns:1fr}
  .contact-premium-v28 .home-contact-info-address{grid-column:auto}
}
@media(max-width:760px){
  .contact-premium-v28 .home-contact-info-card{min-height:auto;padding:16px 16px 18px;border-radius:18px}
  .contact-premium-v28 .home-contact-info-email span{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}
}

.product-card-topline,
.product-detail-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}
.product-type-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(0,59,136,.12);background:rgba(255,255,255,.92);color:#12356c;box-shadow:0 10px 22px rgba(7,25,52,.05)}
.product-type-pill.is-used{background:rgba(255,210,0,.16);border-color:rgba(255,210,0,.34);color:#6a5500}
.product-type-pill.is-new{background:rgba(0,59,136,.08);border-color:rgba(0,59,136,.12);color:#12356c}
.product-used-meta{display:flex;flex-wrap:wrap;gap:8px 10px;margin:8px 0 12px}
.product-used-meta span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#f4f8fc;border:1px solid rgba(0,59,136,.08);font-size:12px;font-weight:700;color:#35506f}
.detail-used-meta{margin-top:4px;margin-bottom:16px}
.used-condition-card{margin-top:16px;padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f8fbff);border:1px solid rgba(0,59,136,.08);box-shadow:0 12px 28px rgba(7,25,52,.05)}
.used-condition-card strong{display:block;margin-bottom:8px;color:#12356c;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.used-condition-card p{margin:0;color:#4f6179;line-height:1.7}
.used-note-preview{margin:8px 0 14px;padding:12px 14px;border-radius:16px;background:#f8fbff;border:1px solid rgba(0,59,136,.07);color:#4b5f79;font-size:13px;line-height:1.6}
.used-products-section .section-head{align-items:flex-end}
.used-product-card .product-body p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.category-type-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.category-type-links .ghost-btn{min-width:110px;text-align:center}
.used-products-hero .category-quick-links{margin-top:20px}
@media(max-width:860px){
  .product-card-topline,.product-detail-topline{align-items:flex-start}
  .category-type-links .ghost-btn{min-width:unset;flex:1 1 calc(50% - 10px)}
}
@media(max-width:640px){
  .product-used-meta{gap:8px}
  .product-used-meta span{font-size:11px;padding:5px 9px}
  .product-type-pill{font-size:10px;padding:5px 10px}
}


.tarlam-cepte-badge,.nh-tarlam-cepte-badge{
    min-height:42px;
    padding:7px 12px 7px 10px;
    border-radius:12px;
    background:#0a0a0a;
    color:#fff !important;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:9px;
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 14px 28px rgba(0,0,0,.18);
    transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
    white-space:nowrap;
    flex:0 0 auto;
}
.tarlam-cepte-badge:hover,.nh-tarlam-cepte-badge:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(0,0,0,.24);filter:brightness(1.02)}
.tarlam-cepte-badge__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.tarlam-cepte-badge__icon svg{display:block}
.tarlam-cepte-badge__icon--play svg{width:22px;height:22px}
.tarlam-cepte-badge__icon--apple svg{width:18px;height:18px}
.tarlam-cepte-badge__icon--apple{display:none;color:#fff}
.tarlam-cepte-badge__text{display:flex;flex-direction:column;line-height:1.02;min-width:0}
.tarlam-cepte-badge__kicker{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.72);font-weight:700}
.tarlam-cepte-badge__title{font-size:14px;font-weight:900;letter-spacing:.01em;color:#fff}
.tarlam-cepte-badge.is-ios .tarlam-cepte-badge__icon--play{display:none}
.tarlam-cepte-badge.is-ios .tarlam-cepte-badge__icon--apple{display:inline-flex}
.tarlam-cepte-badge.is-ios .tarlam-cepte-badge__kicker{letter-spacing:.04em;text-transform:none}
.tarlam-cepte-badge.is-android .tarlam-cepte-badge__icon--apple{display:none}
.tarlam-cepte-badge.is-desktop .tarlam-cepte-badge__icon--apple{display:none}
.theme-live .nh-header-cta .tarlam-cepte-badge,
.theme-live .nh-header-cta .tarlam-cepte-badge{background:#0a0a0a !important;color:#fff !important;border:1px solid rgba(255,255,255,.16) !important;padding:7px 12px 7px 10px !important;border-radius:12px !important;}
@media(max-width:1280px){
    .tarlam-cepte-badge__kicker{display:none}
    .tarlam-cepte-badge,.nh-tarlam-cepte-badge{padding:8px 11px;gap:8px}
    .tarlam-cepte-badge__title{font-size:13px}
}
@media(max-width:980px){
    .header-cta,.nh-header-cta{flex-wrap:wrap}
    .tarlam-cepte-badge,.nh-tarlam-cepte-badge{flex:1 1 180px;justify-content:center}
}
@media(max-width:760px){
    .tarlam-cepte-badge,.nh-tarlam-cepte-badge{min-height:40px;padding:8px 10px !important;gap:7px}
    .tarlam-cepte-badge__title{font-size:12px}
    .tarlam-cepte-badge__icon--play svg{width:20px;height:20px}
    .tarlam-cepte-badge__icon--apple svg{width:16px;height:16px}
}


/* =====================================================
   Shop CTA header polish
===================================================== */
.shop-coming-card{padding:48px 42px;margin-top:22px}
.shop-coming-card__inner{max-width:760px}
.shop-coming-card__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:rgba(255,210,0,.14);border:1px solid rgba(255,210,0,.34);color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:11px}
.shop-coming-card__eyebrow::before{content:"";width:8px;height:8px;border-radius:999px;background:var(--yellow)}
.shop-coming-card h1{margin:18px 0 12px;font-size:clamp(32px,4vw,50px);line-height:1.02;color:var(--blue)}
.shop-coming-card p{margin:0;max-width:680px;font-size:17px;line-height:1.72;color:#26415d}
.shop-coming-card__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.shop-coming-card__actions .btn,.shop-coming-card__actions .ghost-btn{min-height:46px;padding:0 18px;border-radius:14px}

.header-shop,.nh-shop-btn{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(6,20,38,.96),rgba(0,59,136,.94))!important;color:#fff!important;border:1px solid rgba(255,210,0,.38)!important;box-shadow:0 16px 34px rgba(0,28,65,.18)!important}
.header-shop::before,.nh-shop-btn::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.14),rgba(255,255,255,0) 42%,rgba(255,210,0,.12) 100%);opacity:.95;pointer-events:none}
.header-shop:hover,.nh-shop-btn:hover{transform:translateY(-2px)!important;box-shadow:0 20px 40px rgba(0,28,65,.24)!important;filter:brightness(1.02)}
.shop-btn__icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--yellow)}
.shop-btn__icon svg{display:block;width:18px;height:18px}
.shop-btn__text{position:relative;z-index:1;display:inline-flex;align-items:center;font-weight:900;letter-spacing:.02em}

.theme-live .nh-header,.theme-live .site-header{padding:0 14px 0 10px!important;gap:12px!important}
.theme-live .nh-nav,.theme-live .site-nav{padding:0 8px 0 2px!important}
.theme-live .nh-nav-item>a,.theme-live .nav-item>a{padding:0 10px!important}
.theme-live .nh-header-cta,.theme-live .header-cta{gap:7px!important;padding-left:4px!important}
.theme-live .nh-shop-btn,.theme-live .header-shop{min-height:40px!important;padding:0 14px!important;border-radius:10px!important;font-size:11.5px!important}
@media(max-width:1320px){
    .theme-live .nh-header,.theme-live .site-header{padding:0 12px 0 8px!important;gap:10px!important}
    .theme-live .nh-nav,.theme-live .site-nav{padding:0 4px 0 0!important}
    .theme-live .nh-nav-item>a,.theme-live .nav-item>a{padding:0 8px!important;font-size:11px!important}
    .theme-live .nh-shop-btn,.theme-live .header-shop{padding:0 12px!important}
}
@media(max-width:980px){
    .theme-live .nh-shop-btn,.theme-live .header-shop{flex:1;justify-content:center}
}
@media(max-width:760px){
    .shop-coming-card{padding:34px 22px}
    .shop-coming-card p{font-size:15px;line-height:1.66}
    .theme-live .nh-shop-btn,.theme-live .header-shop{font-size:12px!important;padding:10px 12px!important}
    .shop-btn__text{font-size:12px}
}


.footer-credit{width:100%;padding-top:14px;border-top:1px solid rgba(255,255,255,.10);display:flex;justify-content:center;font-size:13px;font-weight:800;letter-spacing:.03em;color:#dbe7f7;text-align:center}.footer-credit a{color:inherit;text-decoration:none}.theme-live .footer-credit{color:#dbe7f7}.theme-live .footer-credit strong{color:#fff}


/* =====================================================
   Live polish - mobile menu width + footer credit size
===================================================== */
@media (max-width: 980px){
    body.theme-live .site-header,
    body.theme-live .nh-header{
        width:calc(100% - 16px)!important;
        margin:8px auto 0!important;
        grid-template-columns:1fr auto!important;
        grid-template-areas:'brand toggle' 'cta cta' 'nav nav'!important;
        align-items:center!important;
        min-height:auto!important;
        height:auto!important;
        padding:10px 12px!important;
        gap:10px!important;
        overflow:visible!important;
    }
    body.theme-live .brand-wrap,
    body.theme-live .nh-brand-wrap{grid-area:brand!important;min-width:0!important;}
    body.theme-live .nav-toggle,
    body.theme-live .nh-nav-toggle{
        grid-area:toggle!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:44px!important;
        height:44px!important;
        padding:0!important;
        border-radius:14px!important;
        background:rgba(255,255,255,.10)!important;
        border:1px solid rgba(255,255,255,.16)!important;
        color:#fff!important;
        font-size:24px!important;
        line-height:1!important;
    }
    body.theme-live .header-cta,
    body.theme-live .nh-header-cta{
        grid-area:cta!important;
        width:100%!important;
        justify-self:stretch!important;
        justify-content:center!important;
        gap:7px!important;
        padding-left:0!important;
        flex-wrap:wrap!important;
    }
    body.theme-live .site-nav,
    body.theme-live .nh-nav{
        grid-area:nav!important;
        display:none!important;
        width:100%!important;
        min-width:0!important;
        height:auto!important;
        margin:2px 0 0!important;
        padding:10px!important;
        flex-direction:column!important;
        align-items:stretch!important;
        justify-content:flex-start!important;
        gap:7px!important;
        overflow:visible!important;
        border-radius:18px!important;
        border:1px solid rgba(255,255,255,.14)!important;
        background:linear-gradient(180deg,rgba(5,18,38,.98),rgba(8,39,84,.96))!important;
        box-shadow:0 20px 42px rgba(0,18,45,.26)!important;
    }
    body.theme-live .site-nav.open,
    body.theme-live .nh-nav.open{display:flex!important;}
    body.theme-live .site-nav .nav-item,
    body.theme-live .nh-nav .nh-nav-item,
    body.theme-live .nh-nav .nav-item{
        width:100%!important;
        min-width:0!important;
        display:grid!important;
        grid-template-columns:minmax(0,1fr) 42px!important;
        align-items:center!important;
        gap:6px!important;
    }
    body.theme-live .site-nav .nav-item>a,
    body.theme-live .nh-nav .nav-item>a,
    body.theme-live .nh-nav .nh-nav-item>a{
        width:100%!important;
        min-height:44px!important;
        height:auto!important;
        padding:12px 14px!important;
        display:flex!important;
        align-items:center!important;
        justify-content:flex-start!important;
        border-radius:13px!important;
        background:rgba(255,255,255,.055)!important;
        color:#fff!important;
        font-size:14px!important;
        font-weight:800!important;
        line-height:1.2!important;
        text-align:left!important;
    }
    body.theme-live .submenu-toggle,
    body.theme-live .nh-submenu-toggle{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:42px!important;
        height:44px!important;
        border-radius:13px!important;
        background:rgba(255,210,0,.16)!important;
        border:1px solid rgba(255,210,0,.26)!important;
        color:#fff!important;
        font-size:18px!important;
    }
    body.theme-live .dropdown,
    body.theme-live .nh-dropdown{
        position:static!important;
        grid-column:1 / -1!important;
        display:none!important;
        width:100%!important;
        min-width:0!important;
        margin:0!important;
        padding:8px!important;
        border-radius:14px!important;
        background:rgba(255,255,255,.07)!important;
        border:1px solid rgba(255,255,255,.10)!important;
        box-shadow:none!important;
        transform:none!important;
        opacity:1!important;
        pointer-events:auto!important;
    }
    body.theme-live .nav-item.open .dropdown,
    body.theme-live .nh-nav-item.open .nh-dropdown{display:grid!important;gap:6px!important;}
    body.theme-live .dropdown a,
    body.theme-live .nh-dropdown a{
        padding:11px 12px!important;
        border-radius:11px!important;
        color:#eef5ff!important;
        background:rgba(255,255,255,.055)!important;
        font-size:13px!important;
        font-weight:700!important;
        white-space:normal!important;
    }
}
@media (max-width: 560px){
    body.theme-live .nh-brand img,
    body.theme-live .logo-only-brand img{width:min(180px,62vw)!important;max-height:50px!important;}
    body.theme-live .header-cta > a{flex:1 1 calc(50% - 8px)!important;min-width:0!important;}
    body.theme-live .header-whatsapp,
    body.theme-live .nh-whatsapp-btn{flex:0 0 46px!important;min-width:46px!important;}
    body.theme-live .tarlam-cepte-badge,
    body.theme-live .nh-tarlam-cepte-badge{flex:1 1 100%!important;}
}
.footer-credit{
    padding-top:8px!important;
    margin-top:6px!important;
    font-size:10.5px!important;
    line-height:1.35!important;
    font-weight:600!important;
    letter-spacing:.01em!important;
    opacity:.78!important;
}
.footer-credit strong,
.theme-live .footer-credit strong{
    font-size:inherit!important;
    font-weight:600!important;
    color:inherit!important;
}
@media (max-width:760px){
    .footer-credit{font-size:10px!important;padding-top:7px!important;}
}

/* live form security hardening */
.error-box{background:#fff4f4;color:#9b1c1c;border:1px solid #ffd0d0;padding:14px 16px;border-radius:16px;margin-bottom:16px;font-weight:800;line-height:1.55}
.form-security-warning{background:#fff8db;color:#7a5200;border:1px solid #f4d56b;padding:12px 14px;border-radius:14px;margin:12px 0;font-weight:800;line-height:1.5}
.form-security-wrap{margin:10px 0 16px;min-height:65px;display:flex;align-items:center}
.ucler-hp-fields{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.ucler-hp-fields input{width:1px!important;height:1px!important;padding:0!important;margin:0!important;border:0!important}

/* =====================================================
   3.8 Mobile Menu Stabilization Legacy Base
   Mobilde sadece logo ve menü butonu görünür.
   Masaüstü header düzeni korunur.
===================================================== */
@media (max-width: 980px){
    body.theme-live .topbar,
    body.theme-live .nh-topbar{
        display:none!important;
    }
    body.theme-live .site-header,
    body.theme-live .nh-header{
        width:calc(100% - 16px)!important;
        max-width:none!important;
        margin:8px auto 0!important;
        min-height:76px!important;
        height:auto!important;
        padding:12px 14px!important;
        display:grid!important;
        grid-template-columns:minmax(0,1fr) 52px!important;
        grid-template-areas:'brand toggle' 'nav nav'!important;
        align-items:center!important;
        gap:10px!important;
        border-radius:20px!important;
        overflow:visible!important;
    }
    body.theme-live .brand-wrap,
    body.theme-live .nh-brand-wrap,
    body.theme-live .logo-only-wrap{
        grid-area:brand!important;
        min-width:0!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
    }
    body.theme-live .brand,
    body.theme-live .nh-brand,
    body.theme-live .logo-only-brand{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:auto!important;
        max-width:100%!important;
    }
    body.theme-live .brand img,
    body.theme-live .nh-brand img,
    body.theme-live .logo-only-brand img{
        width:min(190px,58vw)!important;
        max-width:100%!important;
        max-height:52px!important;
        object-fit:contain!important;
    }
    body.theme-live .header-cta,
    body.theme-live .nh-header-cta{
        display:none!important;
    }
    body.theme-live .nav-toggle,
    body.theme-live .nh-nav-toggle{
        grid-area:toggle!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:52px!important;
        height:52px!important;
        min-width:52px!important;
        padding:0!important;
        border-radius:17px!important;
        background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.07))!important;
        border:1px solid rgba(255,255,255,.20)!important;
        color:#fff!important;
        font-size:25px!important;
        line-height:1!important;
        box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 12px 24px rgba(0,18,45,.20)!important;
    }
    body.theme-live .site-nav,
    body.theme-live .nh-nav{
        grid-area:nav!important;
        display:none!important;
        width:100%!important;
        height:auto!important;
        min-width:0!important;
        margin:2px 0 0!important;
        padding:12px!important;
        flex-direction:column!important;
        align-items:stretch!important;
        justify-content:flex-start!important;
        gap:8px!important;
        border-radius:18px!important;
        border:1px solid rgba(255,255,255,.16)!important;
        background:linear-gradient(180deg,rgba(5,18,39,.99),rgba(6,34,75,.98))!important;
        box-shadow:0 24px 48px rgba(0,18,45,.28)!important;
        max-height:calc(100vh - 104px)!important;
        overflow-y:auto!important;
        -webkit-overflow-scrolling:touch!important;
    }
    body.theme-live .site-nav.open,
    body.theme-live .nh-nav.open{
        display:flex!important;
    }
    body.theme-live .site-nav .nav-item,
    body.theme-live .nh-nav .nav-item,
    body.theme-live .nh-nav .nh-nav-item{
        width:100%!important;
        display:grid!important;
        grid-template-columns:minmax(0,1fr) 46px!important;
        align-items:center!important;
        gap:7px!important;
    }
    body.theme-live .site-nav .nav-item>a,
    body.theme-live .nh-nav .nav-item>a,
    body.theme-live .nh-nav .nh-nav-item>a{
        width:100%!important;
        min-height:48px!important;
        height:auto!important;
        padding:13px 15px!important;
        display:flex!important;
        align-items:center!important;
        justify-content:flex-start!important;
        border-radius:14px!important;
        background:rgba(255,255,255,.065)!important;
        color:#fff!important;
        font-size:15px!important;
        font-weight:850!important;
        letter-spacing:.01em!important;
        line-height:1.2!important;
        text-align:left!important;
        text-transform:none!important;
    }
    body.theme-live .site-nav .nav-item>a:hover,
    body.theme-live .site-nav .nav-item.open>a,
    body.theme-live .nh-nav .nav-item>a:hover,
    body.theme-live .nh-nav .nav-item.open>a{
        background:rgba(255,210,0,.18)!important;
    }
    body.theme-live .submenu-toggle,
    body.theme-live .nh-submenu-toggle{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:46px!important;
        height:48px!important;
        border-radius:14px!important;
        background:rgba(255,210,0,.18)!important;
        border:1px solid rgba(255,210,0,.28)!important;
        color:#fff!important;
        font-size:18px!important;
    }
    body.theme-live .dropdown,
    body.theme-live .nh-dropdown{
        position:static!important;
        grid-column:1/-1!important;
        display:none!important;
        width:100%!important;
        min-width:0!important;
        margin:0!important;
        padding:8px!important;
        border-radius:14px!important;
        background:rgba(255,255,255,.075)!important;
        border:1px solid rgba(255,255,255,.10)!important;
        box-shadow:none!important;
        transform:none!important;
        opacity:1!important;
        pointer-events:auto!important;
    }
    body.theme-live .nav-item.open .dropdown,
    body.theme-live .nh-nav-item.open .nh-dropdown{
        display:grid!important;
        gap:7px!important;
    }
    body.theme-live .dropdown a,
    body.theme-live .nh-dropdown a{
        min-height:42px!important;
        padding:11px 13px!important;
        display:flex!important;
        align-items:center!important;
        border-radius:12px!important;
        color:#eef5ff!important;
        background:rgba(255,255,255,.06)!important;
        font-size:14px!important;
        font-weight:750!important;
        white-space:normal!important;
    }
}
@media (max-width: 560px){
    body.theme-live .site-header,
    body.theme-live .nh-header{
        width:calc(100% - 14px)!important;
        padding:10px 12px!important;
        border-radius:18px!important;
        min-height:72px!important;
    }
    body.theme-live .brand img,
    body.theme-live .nh-brand img,
    body.theme-live .logo-only-brand img{
        width:min(172px,56vw)!important;
        max-height:48px!important;
    }
    body.theme-live .nav-toggle,
    body.theme-live .nh-nav-toggle{
        width:48px!important;
        height:48px!important;
        min-width:48px!important;
        border-radius:16px!important;
    }
}


/* =====================================================
   3.8 Mobile Menu Stabilization
   Mobilde logo ortalı, menü küçük/kare ve scroll sırasında stabil.
===================================================== */
@media (max-width: 980px){
    body.theme-live .topbar,
    body.theme-live .nh-topbar{
        display:none!important;
    }
    body.theme-live .site-header,
    body.theme-live .nh-header{
        position:sticky!important;
        top:0!important;
        left:0!important;
        right:0!important;
        z-index:9999!important;
        width:100%!important;
        max-width:none!important;
        margin:0!important;
        min-height:66px!important;
        height:66px!important;
        padding:7px 12px!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        border-radius:0!important;
        gap:0!important;
        overflow:visible!important;
        background:linear-gradient(180deg,rgba(0,48,111,.98),rgba(3,24,56,.98))!important;
        box-shadow:0 8px 22px rgba(0,18,45,.20)!important;
        border:0!important;
    }
    body.theme-live .site-header.scrolled,
    body.theme-live .nh-header.scrolled{
        margin:0!important;
        border-radius:0!important;
        min-height:64px!important;
        height:64px!important;
        background:linear-gradient(180deg,rgba(0,41,96,.99),rgba(2,18,45,.99))!important;
        box-shadow:0 10px 24px rgba(0,18,45,.24)!important;
    }
    body.theme-live .brand-wrap,
    body.theme-live .nh-brand-wrap,
    body.theme-live .logo-only-wrap{
        position:absolute!important;
        left:50%!important;
        top:50%!important;
        transform:translate(-50%,-50%)!important;
        grid-area:auto!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:auto!important;
        min-width:0!important;
        max-width:calc(100% - 116px)!important;
        pointer-events:auto!important;
    }
    body.theme-live .brand,
    body.theme-live .nh-brand,
    body.theme-live .logo-only-brand{
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:auto!important;
        max-width:100%!important;
    }
    body.theme-live .brand img,
    body.theme-live .nh-brand img,
    body.theme-live .logo-only-brand img{
        width:min(196px,58vw)!important;
        max-width:100%!important;
        max-height:56px!important;
        object-fit:contain!important;
    }
    body.theme-live .header-cta,
    body.theme-live .nh-header-cta{
        display:none!important;
    }
    body.theme-live .nav-toggle,
    body.theme-live .nh-nav-toggle{
        position:absolute!important;
        right:12px!important;
        top:50%!important;
        transform:translateY(-50%)!important;
        grid-area:auto!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:40px!important;
        height:40px!important;
        min-width:40px!important;
        padding:0!important;
        border-radius:0!important;
        background:rgba(255,255,255,.10)!important;
        border:1px solid rgba(255,255,255,.20)!important;
        color:#fff!important;
        font-size:21px!important;
        font-weight:900!important;
        line-height:1!important;
        box-shadow:none!important;
    }
    body.theme-live .site-nav,
    body.theme-live .nh-nav{
        position:fixed!important;
        left:0!important;
        right:0!important;
        top:66px!important;
        z-index:9998!important;
        grid-area:auto!important;
        display:none!important;
        width:100%!important;
        min-width:0!important;
        height:auto!important;
        max-height:calc(100vh - 66px)!important;
        margin:0!important;
        padding:8px 12px 12px!important;
        flex-direction:column!important;
        align-items:stretch!important;
        justify-content:flex-start!important;
        gap:6px!important;
        overflow-y:auto!important;
        overflow-x:hidden!important;
        -webkit-overflow-scrolling:touch!important;
        border-radius:0!important;
        border:0!important;
        border-top:1px solid rgba(255,255,255,.12)!important;
        background:linear-gradient(180deg,rgba(3,18,42,.99),rgba(5,35,78,.99))!important;
        box-shadow:0 18px 34px rgba(0,16,40,.24)!important;
    }
    body.theme-live .site-nav.open,
    body.theme-live .nh-nav.open{
        display:flex!important;
    }
    body.theme-live .site-header.scrolled .site-nav,
    body.theme-live .site-header.scrolled .nh-nav,
    body.theme-live .nh-header.scrolled .site-nav,
    body.theme-live .nh-header.scrolled .nh-nav{
        top:64px!important;
        max-height:calc(100vh - 64px)!important;
    }
    body.theme-live .site-nav .nav-item,
    body.theme-live .nh-nav .nav-item,
    body.theme-live .nh-nav .nh-nav-item{
        width:100%!important;
        min-width:0!important;
        display:grid!important;
        grid-template-columns:minmax(0,1fr) 38px!important;
        align-items:center!important;
        gap:5px!important;
        border-radius:0!important;
    }
    body.theme-live .site-nav .nav-item>a,
    body.theme-live .nh-nav .nav-item>a,
    body.theme-live .nh-nav .nh-nav-item>a{
        width:100%!important;
        min-height:40px!important;
        height:auto!important;
        padding:10px 12px!important;
        display:flex!important;
        align-items:center!important;
        justify-content:flex-start!important;
        border-radius:0!important;
        background:rgba(255,255,255,.055)!important;
        border:1px solid rgba(255,255,255,.08)!important;
        color:#fff!important;
        font-size:14px!important;
        font-weight:800!important;
        line-height:1.2!important;
        letter-spacing:0!important;
        text-align:left!important;
        text-transform:none!important;
        box-shadow:none!important;
    }
    body.theme-live .site-nav .nav-item>a:hover,
    body.theme-live .site-nav .nav-item.open>a,
    body.theme-live .nh-nav .nav-item>a:hover,
    body.theme-live .nh-nav .nav-item.open>a{
        background:rgba(255,210,0,.16)!important;
        border-color:rgba(255,210,0,.22)!important;
    }
    body.theme-live .submenu-toggle,
    body.theme-live .nh-submenu-toggle{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:38px!important;
        height:40px!important;
        border-radius:0!important;
        background:rgba(255,255,255,.07)!important;
        border:1px solid rgba(255,255,255,.10)!important;
        color:#fff!important;
        font-size:16px!important;
        box-shadow:none!important;
    }
    body.theme-live .dropdown,
    body.theme-live .nh-dropdown{
        position:static!important;
        grid-column:1/-1!important;
        display:none!important;
        width:100%!important;
        min-width:0!important;
        margin:0!important;
        padding:6px 0 0!important;
        border-radius:0!important;
        background:transparent!important;
        border:0!important;
        box-shadow:none!important;
        transform:none!important;
        opacity:1!important;
        pointer-events:auto!important;
    }
    body.theme-live .nav-item.open .dropdown,
    body.theme-live .nh-nav-item.open .nh-dropdown{
        display:grid!important;
        gap:5px!important;
    }
    body.theme-live .dropdown a,
    body.theme-live .nh-dropdown a{
        min-height:38px!important;
        padding:9px 12px 9px 24px!important;
        display:flex!important;
        align-items:center!important;
        border-radius:0!important;
        color:#eef5ff!important;
        background:rgba(255,255,255,.045)!important;
        border:1px solid rgba(255,255,255,.07)!important;
        font-size:13px!important;
        font-weight:750!important;
        white-space:normal!important;
    }
}
@media (max-width:560px){
    body.theme-live .site-header,
    body.theme-live .nh-header{
        min-height:64px!important;
        height:64px!important;
        padding:6px 10px!important;
    }
    body.theme-live .site-header.scrolled,
    body.theme-live .nh-header.scrolled{
        min-height:62px!important;
        height:62px!important;
    }
    body.theme-live .brand img,
    body.theme-live .nh-brand img,
    body.theme-live .logo-only-brand img{
        width:min(188px,58vw)!important;
        max-height:54px!important;
    }
    body.theme-live .nav-toggle,
    body.theme-live .nh-nav-toggle{
        right:10px!important;
        width:38px!important;
        height:38px!important;
        min-width:38px!important;
        font-size:20px!important;
    }
    body.theme-live .site-nav,
    body.theme-live .nh-nav{
        top:64px!important;
        max-height:calc(100vh - 64px)!important;
        padding:7px 10px 11px!important;
    }
    body.theme-live .site-header.scrolled .site-nav,
    body.theme-live .site-header.scrolled .nh-nav,
    body.theme-live .nh-header.scrolled .site-nav,
    body.theme-live .nh-header.scrolled .nh-nav{
        top:62px!important;
        max-height:calc(100vh - 62px)!important;
    }
}


/* =====================================================
   3.9 Mobile Menu Z-Index Fix
   Mobil menü slider ve içerik katmanlarının arkasında kalmasın.
===================================================== */
@media (max-width: 980px){
    html.mobile-nav-locked,
    body.mobile-nav-open{
        overflow:hidden!important;
        touch-action:none;
    }
    body.theme-live.mobile-nav-open .site-header,
    body.theme-live.mobile-nav-open .nh-header,
    body.theme-live .site-header,
    body.theme-live .nh-header{
        z-index:2147483000!important;
        isolation:isolate!important;
        overflow:visible!important;
        transform:none!important;
        will-change:auto!important;
    }
    body.theme-live.mobile-nav-open .site-nav,
    body.theme-live.mobile-nav-open .nh-nav,
    body.theme-live.mobile-nav-open .site-nav.open,
    body.theme-live.mobile-nav-open .nh-nav.open{
        position:fixed!important;
        display:flex!important;
        left:0!important;
        right:0!important;
        top:66px!important;
        z-index:2147483001!important;
        width:100vw!important;
        max-width:100vw!important;
        min-width:0!important;
        max-height:calc(100dvh - 66px)!important;
        margin:0!important;
        padding:8px 12px 14px!important;
        flex-direction:column!important;
        align-items:stretch!important;
        justify-content:flex-start!important;
        gap:6px!important;
        overflow-y:auto!important;
        overflow-x:hidden!important;
        -webkit-overflow-scrolling:touch!important;
        border-radius:0!important;
        border:0!important;
        border-top:1px solid rgba(255,255,255,.13)!important;
        background:#061b3d!important;
        background:linear-gradient(180deg,#061b3d 0%,#082f68 100%)!important;
        box-shadow:0 24px 46px rgba(0,14,36,.36)!important;
        transform:none!important;
        opacity:1!important;
        visibility:visible!important;
        pointer-events:auto!important;
        contain:layout paint style!important;
    }
    body.theme-live.mobile-nav-open .site-header.scrolled .site-nav,
    body.theme-live.mobile-nav-open .site-header.scrolled .nh-nav,
    body.theme-live.mobile-nav-open .nh-header.scrolled .site-nav,
    body.theme-live.mobile-nav-open .nh-header.scrolled .nh-nav{
        top:64px!important;
        max-height:calc(100dvh - 64px)!important;
    }
    body.theme-live.mobile-nav-open::before{
        content:"";
        position:fixed;
        inset:0;
        z-index:2147482990;
        background:rgba(1,10,24,.32);
        backdrop-filter:blur(2px);
        -webkit-backdrop-filter:blur(2px);
        pointer-events:none;
    }
    body.theme-live.mobile-nav-open .hero,
    body.theme-live.mobile-nav-open .nh-hero,
    body.theme-live.mobile-nav-open .slides,
    body.theme-live.mobile-nav-open .slide,
    body.theme-live.mobile-nav-open .slider-arrow,
    body.theme-live.mobile-nav-open .slider-dots,
    body.theme-live.mobile-nav-open main,
    body.theme-live.mobile-nav-open .content-block,
    body.theme-live.mobile-nav-open .section{
        z-index:auto!important;
    }
    body.theme-live.mobile-nav-open .slider-arrow,
    body.theme-live.mobile-nav-open .slider-dots{
        pointer-events:none!important;
    }
    body.theme-live.mobile-nav-open .site-nav .nav-item,
    body.theme-live.mobile-nav-open .nh-nav .nav-item,
    body.theme-live.mobile-nav-open .nh-nav .nh-nav-item{
        position:relative!important;
        z-index:1!important;
    }
}
@media (max-width:560px){
    body.theme-live.mobile-nav-open .site-nav,
    body.theme-live.mobile-nav-open .nh-nav,
    body.theme-live.mobile-nav-open .site-nav.open,
    body.theme-live.mobile-nav-open .nh-nav.open{
        top:64px!important;
        max-height:calc(100dvh - 64px)!important;
        padding:7px 10px 12px!important;
    }
    body.theme-live.mobile-nav-open .site-header.scrolled .site-nav,
    body.theme-live.mobile-nav-open .site-header.scrolled .nh-nav,
    body.theme-live.mobile-nav-open .nh-header.scrolled .site-nav,
    body.theme-live.mobile-nav-open .nh-header.scrolled .nh-nav{
        top:62px!important;
        max-height:calc(100dvh - 62px)!important;
    }
}

/* =====================================================
   3.10 Mobile Menu Portal Fix
   Menü artık header içinden body seviyesine taşınır; slider/hero arkasında kalmaz.
===================================================== */
@media (max-width: 980px){
    html.mobile-nav-locked,
    body.mobile-nav-open{
        overflow:hidden!important;
        touch-action:none!important;
    }
    body.theme-live .site-header,
    body.theme-live .nh-header{
        z-index:2147483600!important;
        isolation:isolate!important;
        overflow:visible!important;
        position:sticky!important;
        top:0!important;
        transform:none!important;
    }
    body.theme-live .site-nav.mobile-nav-portal,
    body.theme-live .nh-nav.mobile-nav-portal{
        position:fixed!important;
        display:none!important;
        left:0!important;
        right:0!important;
        top:66px!important;
        z-index:2147483646!important;
        width:100vw!important;
        max-width:100vw!important;
        min-width:0!important;
        max-height:calc(100dvh - 66px)!important;
        margin:0!important;
        padding:8px 12px 14px!important;
        flex-direction:column!important;
        align-items:stretch!important;
        justify-content:flex-start!important;
        gap:6px!important;
        overflow-y:auto!important;
        overflow-x:hidden!important;
        -webkit-overflow-scrolling:touch!important;
        border-radius:0!important;
        border:0!important;
        border-top:1px solid rgba(255,255,255,.14)!important;
        background:#061b3d!important;
        background:linear-gradient(180deg,#061b3d 0%,#082f68 100%)!important;
        box-shadow:0 24px 46px rgba(0,14,36,.36)!important;
        transform:translateZ(0)!important;
        opacity:1!important;
        visibility:visible!important;
        pointer-events:auto!important;
        contain:none!important;
    }
    body.theme-live .site-nav.mobile-nav-portal.open,
    body.theme-live .nh-nav.mobile-nav-portal.open,
    body.theme-live.mobile-nav-open .site-nav.mobile-nav-portal,
    body.theme-live.mobile-nav-open .nh-nav.mobile-nav-portal{
        display:flex!important;
    }
    body.theme-live .site-header.scrolled ~ .site-nav.mobile-nav-portal,
    body.theme-live .nh-header.scrolled ~ .nh-nav.mobile-nav-portal,
    body.theme-live .site-nav.mobile-nav-portal.open{
        top:64px!important;
        max-height:calc(100dvh - 64px)!important;
    }
    body.theme-live.mobile-nav-open::before{
        content:""!important;
        position:fixed!important;
        inset:0!important;
        z-index:2147483601!important;
        background:rgba(1,10,24,.36)!important;
        backdrop-filter:blur(2px)!important;
        -webkit-backdrop-filter:blur(2px)!important;
        pointer-events:none!important;
    }
    body.theme-live.mobile-nav-open .site-nav.mobile-nav-portal,
    body.theme-live.mobile-nav-open .nh-nav.mobile-nav-portal{
        z-index:2147483646!important;
    }
    body.theme-live.mobile-nav-open .nav-toggle,
    body.theme-live.mobile-nav-open .nh-nav-toggle{
        z-index:2147483647!important;
    }
    body.theme-live .site-nav.mobile-nav-portal .nav-item,
    body.theme-live .nh-nav.mobile-nav-portal .nav-item,
    body.theme-live .nh-nav.mobile-nav-portal .nh-nav-item{
        width:100%!important;
        min-width:0!important;
        display:grid!important;
        grid-template-columns:minmax(0,1fr) 38px!important;
        align-items:center!important;
        gap:5px!important;
        border-radius:0!important;
        position:relative!important;
        z-index:1!important;
    }
    body.theme-live .site-nav.mobile-nav-portal .nav-item>a,
    body.theme-live .nh-nav.mobile-nav-portal .nav-item>a,
    body.theme-live .nh-nav.mobile-nav-portal .nh-nav-item>a{
        width:100%!important;
        min-height:40px!important;
        height:auto!important;
        padding:10px 12px!important;
        display:flex!important;
        align-items:center!important;
        justify-content:flex-start!important;
        border-radius:0!important;
        background:rgba(255,255,255,.06)!important;
        border:1px solid rgba(255,255,255,.10)!important;
        color:#fff!important;
        font-size:14px!important;
        font-weight:850!important;
        line-height:1.2!important;
        text-align:left!important;
        box-shadow:none!important;
    }
    body.theme-live .site-nav.mobile-nav-portal .submenu-toggle,
    body.theme-live .nh-nav.mobile-nav-portal .nh-submenu-toggle{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:38px!important;
        height:40px!important;
        border-radius:0!important;
        background:rgba(255,255,255,.075)!important;
        border:1px solid rgba(255,255,255,.11)!important;
        color:#fff!important;
        font-size:16px!important;
        box-shadow:none!important;
    }
    body.theme-live .site-nav.mobile-nav-portal .dropdown,
    body.theme-live .nh-nav.mobile-nav-portal .nh-dropdown{
        position:static!important;
        grid-column:1/-1!important;
        display:none!important;
        width:100%!important;
        min-width:0!important;
        margin:0!important;
        padding:6px 0 0!important;
        border-radius:0!important;
        background:transparent!important;
        border:0!important;
        box-shadow:none!important;
        transform:none!important;
        opacity:1!important;
        visibility:visible!important;
        pointer-events:auto!important;
    }
    body.theme-live .site-nav.mobile-nav-portal .nav-item.open .dropdown,
    body.theme-live .nh-nav.mobile-nav-portal .nh-nav-item.open .nh-dropdown,
    body.theme-live .nh-nav.mobile-nav-portal .nav-item.open .nh-dropdown{
        display:grid!important;
        gap:5px!important;
    }
    body.theme-live .site-nav.mobile-nav-portal .dropdown a,
    body.theme-live .nh-nav.mobile-nav-portal .nh-dropdown a{
        min-height:38px!important;
        padding:9px 12px 9px 24px!important;
        display:flex!important;
        align-items:center!important;
        border-radius:0!important;
        color:#eef5ff!important;
        background:rgba(255,255,255,.045)!important;
        border:1px solid rgba(255,255,255,.07)!important;
        font-size:13px!important;
        font-weight:750!important;
        white-space:normal!important;
    }
    body.theme-live.mobile-nav-open .hero,
    body.theme-live.mobile-nav-open .nh-hero,
    body.theme-live.mobile-nav-open .slides,
    body.theme-live.mobile-nav-open .slide,
    body.theme-live.mobile-nav-open .slider-arrow,
    body.theme-live.mobile-nav-open .slider-dots,
    body.theme-live.mobile-nav-open main,
    body.theme-live.mobile-nav-open .section,
    body.theme-live.mobile-nav-open .content-block{
        z-index:0!important;
    }
    body.theme-live.mobile-nav-open .slider-arrow,
    body.theme-live.mobile-nav-open .slider-dots{
        pointer-events:none!important;
    }
}
@media (max-width:560px){
    body.theme-live .site-nav.mobile-nav-portal,
    body.theme-live .nh-nav.mobile-nav-portal{
        top:64px!important;
        max-height:calc(100dvh - 64px)!important;
        padding:7px 10px 12px!important;
    }
    body.theme-live .site-nav.mobile-nav-portal.open{
        top:62px!important;
        max-height:calc(100dvh - 62px)!important;
    }
}

/* v3.11.5 KVKK + page media/pdf support */
.kvkk-consent-box{display:flex;align-items:flex-start;gap:10px;margin:12px 0 14px;padding:12px 14px;border:1px solid rgba(0,59,136,.18);border-radius:14px;background:rgba(255,255,255,.82);box-shadow:0 8px 22px rgba(0,0,0,.04);font-size:13px;line-height:1.45;color:#26364d}
.kvkk-consent-box input{margin-top:3px;flex:0 0 auto;width:17px;height:17px;accent-color:var(--blue,#003b88)}
.kvkk-consent-box a{font-weight:800;color:var(--blue,#003b88);text-decoration:underline;text-underline-offset:3px}
.kvkk-consent-box a:hover{color:#001f4f}
.footer-legal-links{margin-top:10px;font-size:13px}
.footer-legal-links a{color:inherit;text-decoration:underline;text-underline-offset:3px;opacity:.86}
.footer-legal-links a:hover{opacity:1}
.legal-page{max-width:var(--site-max-width,1280px);margin:0 auto;padding:24px var(--page-side-gap,16px) 52px}
.legal-hero{margin-bottom:18px}
.legal-card{margin-bottom:18px}
.legal-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.legal-meta-grid>div{padding:14px;border:1px solid rgba(0,59,136,.12);border-radius:14px;background:rgba(255,255,255,.72)}
.legal-meta-grid strong{display:block;margin-bottom:5px;color:var(--blue,#003b88);font-size:13px;text-transform:uppercase;letter-spacing:.03em}
.legal-meta-grid span{display:block;color:#26364d;line-height:1.45}
.legal-text-card{font-size:15px;line-height:1.75;color:#26364d}
.legal-text-card h2{margin:24px 0 8px;color:var(--blue,#003b88);font-size:22px}
.legal-text-card h2:first-child{margin-top:0}
.legal-text-card p{margin:0 0 12px}
.legal-text-card ul{margin:8px 0 16px;padding-left:22px}
.legal-text-card li{margin:5px 0}
@media(max-width:760px){.legal-meta-grid{grid-template-columns:1fr}.legal-page{padding-top:16px}.legal-text-card h2{font-size:19px}.kvkk-consent-box{font-size:12.5px}}


/* v3.11.5 Page media + PDF support */
.page-media-block{margin-top:28px;padding-top:24px;border-top:1px solid rgba(15,23,42,.10)}
.page-media-block h2{font-size:1.35rem;margin:0 0 16px;color:var(--text,#172033)}
.page-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}
.page-image-card{display:block;overflow:hidden;border-radius:18px;border:1px solid rgba(15,23,42,.10);background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.08)}
.page-image-card img{display:block;width:100%;height:180px;object-fit:cover;transition:transform .2s ease}
.page-image-card:hover img{transform:scale(1.03)}
.page-document-list{display:grid;gap:16px}
.page-document-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border:1px solid rgba(15,23,42,.12);border-radius:18px;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 12px 28px rgba(15,23,42,.07)}
.page-document-card div{display:grid;gap:4px}.page-document-card span{color:#64748b;font-size:.92rem}
.page-pdf-frame{width:100%;height:620px;border:1px solid rgba(15,23,42,.14);border-radius:18px;background:#f8fafc;box-shadow:0 14px 34px rgba(15,23,42,.08)}
@media(max-width:700px){.page-document-card{align-items:flex-start;flex-direction:column}.page-pdf-frame{height:420px}}
.admin-existing-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin:12px 0 16px}
.admin-existing-media-item,.admin-existing-document-item{display:grid;gap:8px;padding:12px;border:1px solid rgba(15,23,42,.12);border-radius:16px;background:#fff}
.admin-existing-media-item img{width:100%;height:105px;object-fit:cover;border-radius:12px;background:#f1f5f9}
.admin-existing-media-item span,.admin-existing-document-item strong{font-size:.88rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.admin-existing-document-list{display:grid;gap:10px;margin:12px 0 16px}.admin-existing-document-item{grid-template-columns:auto 1fr auto;align-items:center}.admin-existing-document-item small{grid-column:2/4;color:#64748b}
.admin-document-preview,.media-document-thumb,.media-document-detail-preview{display:grid;place-items:center;text-align:center;gap:8px;min-height:120px;padding:18px;border:1px dashed rgba(15,23,42,.20);border-radius:16px;background:#f8fafc;color:#0f172a}
.admin-document-preview strong,.media-document-thumb strong,.media-document-detail-preview strong{font-size:1.35rem;color:#b91c1c}.admin-document-preview span,.media-document-thumb span{font-size:.82rem;color:#64748b;word-break:break-word}.admin-document-preview.is-small{min-height:84px;padding:10px}.media-card-pill.is-document{background:#fee2e2;color:#991b1b}

/* v3.11.6 Page clean root link rewrite support */
