:root{--navy:#071c3b;--blue:#1768e5;--light:#f5f8fc;--text:#17233b;--muted:#6c7890;--line:#e4eaf2}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:#f7f9fc;color:var(--text)}a{text-decoration:none;color:inherit}.container{width:min(1380px,94%);margin:auto}.topbar{background:#061a38;color:#dce8fb;font-size:13px;padding:8px 0}.topbar .container,.mainhead .container,.nav .container{display:flex;align-items:center;justify-content:space-between}.mainhead{background:#fff;padding:16px 0;border-bottom:1px solid var(--line)}.brand{font-size:26px;font-weight:900;letter-spacing:1px;color:var(--navy)}.brand small{display:block;font-size:10px;font-weight:600;color:var(--muted)}.search{display:flex;max-width:600px;flex:1;margin:0 40px}.search input{width:100%;border:1px solid var(--line);border-radius:10px 0 0 10px;padding:13px}.search button{width:54px;border:0;background:var(--navy);color:#fff;border-radius:0 10px 10px 0}.head-actions{display:flex;gap:20px;font-size:14px}.nav{background:var(--navy);color:#fff}.nav ul{list-style:none;display:flex;margin:0;padding:0}.nav li{position:relative}.nav a{display:block;padding:15px 20px;font-weight:700;font-size:13px}.nav li:hover>a{background:#0e356b}.nav ul ul{display:none;position:absolute;left:0;top:100%;background:#092650;min-width:240px;z-index:10;box-shadow:0 15px 35px #0003}.nav li:hover>ul{display:block}.hero{background:linear-gradient(110deg,#061a38,#0e376c);color:#fff;padding:72px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}.hero h1{font-size:50px;line-height:1.05;margin:0 0 20px}.hero h1 span{color:#4d9aff}.hero p{font-size:18px;color:#c8d8ef;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;padding:12px 18px;font-weight:700;cursor:pointer}.btn-primary{background:var(--blue);color:#fff}.btn-outline{border:1px solid #cad5e5;background:#fff;color:var(--navy)}.btn-danger{background:#e24343;color:#fff}.section{padding:45px 0}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.section-title h2{margin:0;font-size:25px}.grid{display:grid;gap:18px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 8px 25px #102a4b0b;overflow:hidden}.card-body{padding:20px}.product-card{display:flex;flex-direction:column;height:100%}.product-card img{width:100%;height:220px;object-fit:contain;padding:20px;background:#fff}.product-card h3{margin:8px 0}.muted{color:var(--muted)}.price{font-size:20px;font-weight:900;color:var(--navy);margin:14px 0}.features{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px}.feature{padding:10px 20px;border-right:1px solid var(--line)}.feature:last-child{border:0}.footer{background:#061a38;color:#c7d5e9;padding:45px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}.footer h4{color:#fff}.page-head{background:linear-gradient(110deg,#071c3b,#164b89);color:#fff;padding:44px 0}.content-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-group{margin-bottom:16px}.form-group label{display:block;font-weight:700;margin-bottom:7px}.form-control{width:100%;border:1px solid #dce3ed;border-radius:10px;padding:12px 13px;background:#fff}.account-layout{display:grid;grid-template-columns:250px 1fr;gap:22px}.account-menu{padding:12px}.account-menu a{display:block;padding:12px 14px;border-radius:9px;margin:4px 0}.account-menu a:hover,.account-menu a.active{background:#1768e5;color:#fff}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stat{padding:20px}.stat strong{display:block;font-size:25px;margin-top:8px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:13px;border-bottom:1px solid var(--line);text-align:left}.badge{display:inline-block;padding:5px 9px;border-radius:20px;background:#e9f1ff;color:#1768e5;font-size:13px;font-weight:700}.alert{padding:14px 16px;border-radius:10px;margin-bottom:18px}.alert-success{background:#e8f8ef;color:#177645}.alert-danger{background:#feecec;color:#b82828}.rich-content img{max-width:100%;height:auto}.rich-content{line-height:1.75}.sidebar-products{display:grid;grid-template-columns:240px 1fr;gap:22px}.category-list{padding:12px}.category-list a{display:block;padding:11px 13px;border-radius:8px}.category-list a:hover{background:#edf4ff;color:var(--blue)}@media(max-width:900px){.grid-4,.grid-3,.features,.stats{grid-template-columns:repeat(2,1fr)}.hero-grid,.account-layout,.sidebar-products,.footer-grid{grid-template-columns:1fr}.search{display:none}.nav ul{overflow:auto}.hero h1{font-size:36px}}@media(max-width:560px){.grid-4,.grid-3,.features,.stats,.form-grid{grid-template-columns:1fr}.head-actions{gap:10px;font-size:13px}.hero{padding:45px 0}}
/* v4 layout and visual corrections */
html{scroll-behavior:smooth}body{min-height:100vh}.btn-block{width:100%}.btn-ghost{border:1px solid rgba(255,255,255,.55);color:#fff;background:transparent}.btn-ghost:hover{background:#fff;color:var(--navy)}.eyebrow{display:inline-block;font-size:13px;font-weight:800;letter-spacing:1.6px;color:#8dbbff;margin-bottom:14px}.eyebrow.dark{color:var(--blue)}.hero{position:relative;overflow:hidden;padding:74px 0 66px;background:radial-gradient(circle at 75% 40%,#164f93 0,#0b3263 30%,#061a38 72%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to right,transparent,#000)}.hero-grid{position:relative;z-index:1}.hero-copy{max-width:650px}.hero h1{font-size:clamp(38px,4.3vw,62px);letter-spacing:-1.7px}.hero-actions{display:flex;gap:12px;margin-top:26px}.hero-showcase{position:relative;height:360px;display:flex;align-items:center;justify-content:center}.hero-device{position:absolute;filter:drop-shadow(0 26px 25px rgba(0,0,0,.28));z-index:2}.hero-turnike{width:64%;left:0;bottom:20px}.hero-bariyer{width:56%;right:-4%;bottom:40px}.hero-io{width:34%;right:15%;bottom:5px;transform:rotate(-8deg)}.hero-glow{width:370px;height:160px;background:#1e78e766;filter:blur(50px);position:absolute;bottom:30px;border-radius:50%}.trust-wrap{position:relative;z-index:3;margin-top:-28px}.features{box-shadow:0 18px 45px rgba(7,28,59,.12)}.feature{display:flex;align-items:center;gap:13px}.feature b,.feature small{display:block}.feature small{font-size:13px;color:var(--muted);margin-top:4px}.feature-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:12px;background:#edf4ff;color:var(--blue);font-size:19px;font-weight:900}.section-soft{background:#f0f5fb}.section-title>a{font-weight:800;color:var(--blue);font-size:14px}.category-card{transition:.22s transform,.22s box-shadow}.category-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(12,39,76,.13)}.category-image{height:210px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f8fbff,#eef4fa);padding:26px}.category-image img{width:100%;height:100%;object-fit:contain}.category-card h3{margin:0 0 8px;font-size:18px}.product-image{display:block;background:#fff}.product-desc{min-height:42px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.solution-card{display:block;min-height:245px;padding:34px;border-radius:18px;color:#fff;background:linear-gradient(120deg,#061a38,#0f4a8d);box-shadow:0 20px 48px rgba(7,28,59,.18)}.solution-card.alt{background:linear-gradient(120deg,#103a67,#1768e5)}.solution-card span{font-size:11px;letter-spacing:1.4px;font-weight:800;color:#9fc6ff}.solution-card h3{font-size:29px;margin:18px 0 10px}.solution-card p{color:#d5e3f7;max-width:480px;line-height:1.6}.solution-card b{display:inline-block;margin-top:20px}.brand:hover{opacity:.9}.head-actions a{font-weight:650}.section-title h2{text-transform:none;font-size:30px;letter-spacing:-.5px}.footer a:hover{color:#fff}

/* Bootstrap-like compatibility used by older templates */
.row{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.row>[class*="col-"]{padding-left:10px;padding-right:10px;width:100%}.col-md-3{width:25%}.col-md-4{width:33.3333%}.col-md-6{width:50%}.col-md-8{width:66.6667%}.col-lg-5{width:41.6667%}.col-lg-7{width:58.3333%}.align-items-center{align-items:center}.no-gutters{margin:0}.no-gutters>[class*="col-"]{padding:0}.mb-3{margin-bottom:16px}.mb-4{margin-bottom:24px}.mt-3{margin-top:16px}.mr-2{margin-right:8px}.d-block{display:block}.text-muted{color:var(--muted)}.text-dark{color:var(--text)}.text-danger{color:#d23b3b}.text-decoration-none{text-decoration:none}.btn-sm{padding:9px 13px;font-size:13px}.btn-lg{padding:14px 21px}.btn-outline-light{border:1px solid rgba(255,255,255,.65);color:#fff;background:transparent}.panel-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;box-shadow:0 8px 24px rgba(12,38,75,.06)}

@media(max-width:1000px){.hero-showcase{height:300px}.hero-turnike{width:65%}.col-lg-5,.col-lg-7{width:100%}.hero .row{gap:25px}.solution-grid{grid-template-columns:1fr}.col-md-3{width:50%}.col-md-4,.col-md-8{width:100%}}
@media(max-width:760px){.mainhead .container{flex-wrap:wrap;gap:14px}.head-actions{width:100%;justify-content:space-between}.hero-showcase{height:245px}.features{grid-template-columns:1fr 1fr}.feature{border-right:0;border-bottom:1px solid var(--line)}.feature:nth-last-child(-n+2){border-bottom:0}.col-md-3,.col-md-6{width:100%}.trust-wrap{margin-top:18px}.hero-actions{flex-wrap:wrap}.hero-actions .btn{flex:1}.solution-card{min-height:220px}}
@media(max-width:520px){.hero-showcase{height:200px}.hero-bariyer{right:0}.features{grid-template-columns:1fr}.feature{border-bottom:1px solid var(--line)!important}.feature:last-child{border-bottom:0!important}.topbar .container{gap:10px}.topbar .container span:last-child{display:none}.nav a{padding:14px 13px;white-space:nowrap}.section{padding:34px 0}.category-image{height:180px}}
.hero-product-image{width:100%;max-width:880px;border-radius:18px;display:block;filter:drop-shadow(0 28px 28px rgba(0,0,0,.28));mix-blend-mode:screen}.hero-showcase{overflow:hidden}.solution-card{background-size:cover;background-position:center;position:relative;overflow:hidden}.solution-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,45,.96),rgba(4,20,45,.38))}.solution-card>*{position:relative;z-index:1}.solution-access{background-image:url('../img/gecis-banner.jpg')}.solution-wash{background-image:url('../img/yikama-banner.jpg')}.contact-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:22px}.contact-side{display:flex}.contact-side .content-card{width:100%}.contact-item{padding:16px 0;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:6px}.contact-item:last-child{border-bottom:0}.contact-item b{color:var(--navy)}.contact-item a{color:var(--blue);font-weight:800}.map-card{margin-top:22px;background:#fff;padding:10px;border-radius:18px;border:1px solid var(--line);box-shadow:0 15px 40px rgba(7,28,59,.08);overflow:hidden}.map-card iframe{display:block;border-radius:12px}.whatsapp-float{position:fixed;right:22px;bottom:24px;background:#20b95a;color:#fff;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.22);z-index:50}.category-image img,.product-card img{filter:drop-shadow(0 12px 13px rgba(6,26,56,.13))}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}.hero-product-image{max-width:720px}}@media(max-width:560px){.map-card iframe{height:340px}.whatsapp-float{right:14px;bottom:16px}}

/* v6 - Premium inner pages, product detail and sticky footer */
html,body{height:100%}body{display:flex;flex-direction:column;min-height:100vh;background:#f4f7fb}.topbar,.mainhead,.nav{flex:0 0 auto}body>main{flex:1 0 auto}.footer{margin-top:auto;flex:0 0 auto}.py-5{padding-top:48px;padding-bottom:48px}.img-fluid{max-width:100%;height:auto}.w-100{width:100%}.lead{font-size:18px;line-height:1.7}.display-4{font-size:38px}.text-center{text-align:center}.text-right{text-align:right}.mb-0{margin-bottom:0}.justify-content-center{justify-content:center}.table-responsive{overflow:auto}.alert-info{background:#eaf4ff;color:#155f9f}.btn-outline-secondary{border:1px solid #bdc8d7;background:#fff;color:#42516a}.page-header{background:linear-gradient(110deg,#071c3b,#164b89);color:#fff;padding:38px 0}.page-header h1{margin:0}.breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:20px;color:#c8d8ec;font-size:13px}.breadcrumb a:hover{color:#fff}.breadcrumb b{color:#fff}.page-head{position:relative;overflow:hidden}.page-head:after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:6%;top:-180px;box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.02)}.page-head .container{position:relative;z-index:1}.page-head h1{font-size:clamp(34px,4vw,52px);margin:0 0 10px;letter-spacing:-1px}.page-head p{max-width:680px;color:#d6e4f6;font-size:17px;line-height:1.6;margin:0}.inner-page,.product-detail-section{background:linear-gradient(180deg,#f4f7fb 0,#fff 75%)}
.inner-feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#dfe6f0;border:1px solid #dfe6f0;border-radius:17px;overflow:hidden;margin-bottom:22px;box-shadow:0 15px 38px rgba(7,28,59,.07)}.inner-feature-strip>div{background:#fff;padding:22px 24px;display:flex;flex-direction:column;gap:6px}.inner-feature-strip b{font-size:15px;color:var(--navy)}.inner-feature-strip span{font-size:13px;color:var(--muted)}.showcase-content{padding:38px;box-shadow:0 20px 55px rgba(7,28,59,.08)}.showcase-content h2{font-size:30px;color:var(--navy);margin-top:8px}.showcase-content h3{font-size:22px;color:#123d72}.showcase-content p{font-size:16px;color:#4f5f76}.showcase-content ul,.showcase-content ol{padding-left:22px}.showcase-content li{margin-bottom:9px}.page-cover{width:100%;max-height:460px;object-fit:cover;border-radius:15px;margin-bottom:30px;box-shadow:0 14px 35px rgba(7,28,59,.14)}.section-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e9f2ff;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:1.3px}.solution-callout,.product-cta{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:24px;padding:30px 34px;border-radius:18px;background:linear-gradient(120deg,#061a38,#104b8d);color:#fff;box-shadow:0 20px 45px rgba(7,28,59,.22)}.solution-callout span,.product-cta span{font-size:11px;letter-spacing:1.4px;color:#9fc9ff;font-weight:900}.solution-callout h3,.product-cta h3{font-size:26px;margin:8px 0}.solution-callout p{margin:0;color:#d7e4f5}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:26px;align-items:start}.product-gallery-card,.product-buy-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 50px rgba(7,28,59,.08)}.product-gallery-card{overflow:hidden}.product-detail-image{height:520px;display:flex;align-items:center;justify-content:center;padding:44px;background:radial-gradient(circle at center,#fff 15%,#eef4fa 100%)}.product-detail-image img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 24px 24px rgba(7,28,59,.18))}.product-mini-benefits{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);background:#fbfdff}.product-mini-benefits span{padding:17px 14px;text-align:center;font-size:13px;font-weight:800;color:#40516a;border-right:1px solid var(--line)}.product-mini-benefits span:last-child{border-right:0}.product-buy-card{padding:32px;position:sticky;top:22px}.product-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.category-pill,.stock-badge{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;font-size:11px;font-weight:900}.category-pill{background:#eaf2ff;color:var(--blue)}.stock-badge.is-in{background:#e9f8ef;color:#177447}.stock-badge.is-out{background:#ffecec;color:#bd3030}.product-buy-card h2{font-size:36px;line-height:1.15;margin:22px 0 12px;color:var(--navy);letter-spacing:-.8px}.product-lead{font-size:17px;line-height:1.7;color:var(--muted)}.price-box{display:flex;flex-direction:column;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:22px 0}.price-box small,.price-box span{color:var(--muted)}.price-box strong{font-size:35px;color:var(--navy);margin:5px 0}.purchase-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.info-stack{margin-top:22px;display:grid;gap:10px}.info-stack>div{display:flex;flex-direction:column;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#f9fbfe}.info-stack b{font-size:13px;color:var(--navy)}.info-stack span{font-size:13px;color:var(--muted);margin-top:4px}.product-description-card{margin-top:26px;padding:36px}.product-description-card h2{font-size:29px;margin:12px 0 18px}
.auth-section{background:linear-gradient(180deg,#f4f7fb,#fff)}.auth-layout{display:grid;grid-template-columns:1fr 520px;gap:32px;align-items:stretch}.auth-side{min-height:560px;padding:52px;border-radius:22px;color:#fff;background:linear-gradient(135deg,rgba(5,25,55,.95),rgba(16,76,142,.9)),url('../img/gecis-banner.jpg') center/cover;box-shadow:0 22px 55px rgba(7,28,59,.2);display:flex;flex-direction:column;justify-content:center}.auth-side>span{font-size:11px;letter-spacing:1.8px;color:#9fc9ff;font-weight:900}.auth-side h2{font-size:38px;line-height:1.15;margin:14px 0}.auth-side p{color:#d6e4f5;font-size:16px;line-height:1.7}.auth-benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.auth-benefits div{padding:14px 16px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.07);font-weight:700}.auth-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:38px;box-shadow:0 20px 55px rgba(7,28,59,.1);align-self:center}.auth-card h2{font-size:28px;margin:12px 0 6px;color:var(--navy)}.auth-icon{width:54px;height:54px;border-radius:15px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-size:27px;font-weight:900}.auth-separator{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--muted);font-size:13px}.auth-separator:before,.auth-separator:after{content:"";height:1px;background:var(--line);flex:1}.auth-bottom{text-align:center;margin:18px 0 0;color:var(--muted)}.auth-bottom a{color:var(--blue);font-weight:800}.form-control{transition:border-color .2s,box-shadow .2s}.form-control:focus{outline:0;border-color:#6aa3ef;box-shadow:0 0 0 4px rgba(23,104,229,.1)}
.sidebar-products aside.card{position:sticky;top:22px;align-self:start;overflow:visible}.category-list h3{padding:8px 12px 12px;margin:0;border-bottom:1px solid var(--line)}.category-list a{font-weight:700;color:#44536a;margin-top:4px}.category-list a:before{content:"›";margin-right:8px;color:var(--blue)}.product-card{transition:transform .22s,box-shadow .22s}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(7,28,59,.12)}.product-card .card-body{display:flex;flex-direction:column;flex:1}.product-card .btn{margin-top:auto}.product-card h3{font-size:18px;color:var(--navy)}
.account-layout>section{min-width:0}.account-menu{position:sticky;top:22px;align-self:start}.account-menu h3{margin-bottom:6px}.stat{border-top:3px solid var(--blue)}.content-card h2{color:var(--navy)}.table th{background:#f1f5fa;color:#34445c;font-size:13px;text-transform:uppercase;letter-spacing:.4px}.table tbody tr:hover{background:#f8fbff}.panel-card{border-radius:18px;box-shadow:0 16px 45px rgba(7,28,59,.08)}
.footer{padding-top:52px}.footer-grid a{color:#c7d5e9}.footer-grid p{line-height:1.65}.footer hr{margin:26px 0 18px}
@media(max-width:1050px){.product-detail-grid,.auth-layout{grid-template-columns:1fr}.product-buy-card{position:static}.auth-side{min-height:380px}.sidebar-products{grid-template-columns:210px 1fr}}
@media(max-width:800px){.inner-feature-strip{grid-template-columns:1fr}.product-detail-image{height:400px}.purchase-actions{grid-template-columns:1fr}.solution-callout,.product-cta{align-items:flex-start;flex-direction:column}.sidebar-products{grid-template-columns:1fr}.sidebar-products aside.card{position:static}.auth-side{padding:34px}.auth-side h2{font-size:31px}.showcase-content{padding:26px}}
@media(max-width:560px){.product-detail-image{height:300px;padding:24px}.product-mini-benefits{grid-template-columns:1fr}.product-mini-benefits span{border-right:0;border-bottom:1px solid var(--line)}.product-mini-benefits span:last-child{border-bottom:0}.product-buy-card{padding:22px}.product-buy-card h2{font-size:28px}.auth-card{padding:25px}.auth-benefits{grid-template-columns:1fr}.solution-callout,.product-cta{padding:25px}.page-head{padding:34px 0}.page-head h1{font-size:34px}}

/* v7 professional commerce */
.live-search-wrap{position:relative;flex:1;max-width:560px}.live-search-wrap .search{max-width:none}.live-search-results{display:none;position:absolute;z-index:1000;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #dbe5f1;border-radius:14px;box-shadow:0 18px 50px rgba(2,25,58,.18);overflow:hidden}.live-search-results.show{display:block}.search-result{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:11px 14px;border-bottom:1px solid #edf2f7;text-decoration:none;color:#0b2345}.search-result:hover{background:#f5f9ff}.search-result img{width:58px;height:48px;object-fit:contain;background:#f5f7fa;border-radius:8px}.search-result-main{min-width:0}.search-result-main b,.search-result-main small,.search-result-main em{display:block}.search-result-main small{font-size:11px;color:#60708a;margin-top:2px}.search-result-main em{font-size:13px;color:#7b8798;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-style:normal}.search-result-price{text-align:right}.search-result-price b,.search-result-price small,.search-result-price i{display:block}.search-result-price small{font-size:10px;color:#7b8798}.search-result-price i{font-size:10px;color:#0a8c55;font-style:normal;margin-top:3px}.search-all{display:block;padding:12px;text-align:center;background:#f4f8fd;color:#0759c7;font-weight:700;text-decoration:none}.search-empty{padding:20px;text-align:center;color:#6b778c}
.catalog-sidebar{display:flex;flex-direction:column;gap:18px}.filter-card,.catalog-help{background:#fff;border:1px solid #e1e8f0;border-radius:16px;padding:18px;box-shadow:0 8px 30px rgba(13,42,80,.06)}.filter-card h3{margin-top:0}.filter-card a{display:flex;justify-content:space-between;padding:11px 12px;border-radius:9px;text-decoration:none;color:#233a5c;font-weight:600}.filter-card a.active,.filter-card a:hover{background:#0a60d8;color:#fff}.catalog-help{background:linear-gradient(145deg,#061d3c,#0c3973);color:#fff}.catalog-help p{color:#d5e5fb}.catalog-help .btn{color:#fff;border-color:#79aef0}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.catalog-toolbar h2{margin:0}.catalog-badge{background:#e9f4ff;color:#0759c7;padding:8px 12px;border-radius:99px;font-size:13px;font-weight:700}.product-grid-modern{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card-modern{background:#fff;border:1px solid #e0e8f1;border-radius:16px;overflow:hidden;box-shadow:0 9px 28px rgba(6,35,72,.07);transition:.2s}.product-card-modern:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(6,35,72,.12)}.product-image-wrap{height:210px;display:block;position:relative;background:linear-gradient(180deg,#fff,#f4f7fb);padding:18px}.product-image-wrap img{width:100%;height:100%;object-fit:contain}.category-chip{position:absolute;left:12px;top:12px;background:#082b59;color:#fff;padding:6px 10px;border-radius:99px;font-size:11px}.product-card-content{padding:17px}.product-card-content .sku{color:#76849a}.product-card-content h3{margin:5px 0 7px}.product-card-content h3 a{text-decoration:none;color:#0b2345}.product-card-content p{height:42px;overflow:hidden;color:#637087;font-size:13px}.stock-line{font-size:13px;font-weight:700;margin:10px 0}.stock-line.in_stock,.stock-line.limited{color:#07844f}.stock-line.out_of_stock,.stock-line.unavailable,.stock-line.discontinued{color:#c0392b}.stock-line.preorder,.stock-line.on_order,.stock-line.contact{color:#b46a00}.price-pair{display:grid;grid-template-columns:1fr 1.15fr;gap:8px;margin:12px 0}.price-pair>div{background:#f4f7fb;padding:10px;border-radius:10px}.price-pair small,.price-pair b,.price-pair strong{display:block}.price-pair small{font-size:10px;color:#6c7b91}.price-pair .incl{background:#eaf3ff}.price-pair strong{color:#0759c7;font-size:17px}.card-actions{display:flex;gap:8px}.card-actions .btn{flex:1;text-align:center;padding-left:8px;padding-right:8px}.btn-disabled{background:#e8edf3;color:#7d8998;cursor:not-allowed}.empty-state{padding:35px;text-align:center;background:#fff;border:1px dashed #bfcddd;border-radius:14px}.price-box.detailed{display:grid;grid-template-columns:1fr 1fr;gap:10px}.price-box.detailed>div{background:rgba(255,255,255,.7);padding:11px;border-radius:10px}.price-box.detailed .price-total{grid-column:1/-1;background:#0b5ed7;color:#fff}.price-box.detailed small,.price-box.detailed b,.price-box.detailed strong{display:block}.product-sku{display:block;color:#708097;margin-top:10px}.product-thumbs{display:flex;gap:9px;margin-top:12px;overflow:auto}.product-thumbs button{border:2px solid transparent;background:#fff;border-radius:9px;padding:4px;width:72px;height:62px;cursor:pointer}.product-thumbs button.active{border-color:#0a63df}.product-thumbs img{width:100%;height:100%;object-fit:contain}.product-content-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:20px;margin-top:22px}.document-list{display:flex;flex-direction:column;gap:10px}.document-list a{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;padding:12px;border:1px solid #e0e8f1;border-radius:12px;text-decoration:none;color:#163151}.document-list a:hover{border-color:#0a63df;background:#f5f9ff}.document-list small{display:block;color:#748197}.document-list em{font-style:normal;color:#0a63df;font-size:13px}.pdf-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#e63946;color:#fff;border-radius:8px;font-size:11px;font-weight:800}.empty-doc{padding:20px;background:#f6f8fb;border-radius:12px;color:#647085}.status-out_of_stock,.status-unavailable,.status-discontinued{background:#ffe9e7!important;color:#bb2d23!important}.status-preorder,.status-on_order,.status-contact{background:#fff1d7!important;color:#9b5d00!important}.status-in_stock,.status-limited{background:#e4f8ef!important;color:#087747!important}
.admin-card-head{display:flex;justify-content:space-between;align-items:start;gap:12px}.admin-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:14px}.admin-gallery label{border:1px solid #dde6f0;border-radius:10px;padding:6px}.admin-gallery img{width:100%;height:85px;object-fit:contain}.admin-gallery span{display:block;font-size:13px;text-align:center}.document-upload-row{display:grid;grid-template-columns:1.2fr 1fr 1.5fr auto;gap:8px;margin:10px 0}.existing-docs{display:flex;flex-direction:column;gap:8px;margin-top:15px}.existing-docs label{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;border:1px solid #dfe7ef;padding:10px;border-radius:10px}.existing-docs small{display:block;color:#718096}.vat-preview{background:#eaf3ff;border-radius:10px;padding:12px;display:flex;justify-content:space-between;align-items:center}.vat-preview b{font-size:18px;color:#0759c7}.check-row{display:block;padding:8px 0}.save-product{width:100%;margin-top:14px}.sticky-card{position:sticky;top:18px}.filter-panel{padding:14px}.admin-filter-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:10px}.ajax-loading{display:none;padding:10px;background:#eef5ff;color:#0759c7;border-radius:8px;margin-bottom:10px}.table td small{color:#718096}.table .thumb{width:62px;height:52px;object-fit:contain;background:#f5f7fa;border-radius:8px}
@media(max-width:1000px){.product-grid-modern{grid-template-columns:repeat(2,1fr)}.product-content-grid{grid-template-columns:1fr}.admin-filter-grid{grid-template-columns:1fr 1fr}.document-upload-row{grid-template-columns:1fr}.admin-gallery{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.live-search-wrap{order:3;max-width:none;width:100%}.live-search-results{position:fixed;left:10px;right:10px;top:125px}.search-result{grid-template-columns:48px 1fr}.search-result-price{grid-column:2;text-align:left}.product-grid-modern{grid-template-columns:1fr}.catalog-toolbar{align-items:start;gap:8px;flex-direction:column}.admin-filter-grid{grid-template-columns:1fr}.price-box.detailed{grid-template-columns:1fr}.price-box.detailed .price-total{grid-column:auto}}

/* v8 corporate solution pages and readable pricing */
.product-price-panel{margin:24px 0;border:1px solid #dce6f2;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 32px rgba(7,28,59,.08)}
.price-panel-head{display:flex;justify-content:space-between;align-items:center;padding:13px 18px;background:#f4f8fd;border-bottom:1px solid #e2eaf4;font-size:13px;font-weight:900;color:#183a66;text-transform:uppercase;letter-spacing:.7px}.price-panel-head em{font-style:normal;background:#dcf7e9;color:#087747;padding:6px 9px;border-radius:999px;font-size:10px}.price-breakdown{padding:8px 18px}.price-row{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px dashed #dce5ef;color:#52647c}.price-row:last-child{border-bottom:0}.price-row strong{font-size:17px;color:#16385f}.price-row span b{display:inline-flex;margin-left:5px;padding:4px 7px;background:#eaf2ff;color:#0759c7;border-radius:999px;font-size:11px}.price-row.vat-row strong{color:#b05f00}.price-grand-total{padding:19px;background:linear-gradient(135deg,#0759c7,#0b78e3);color:#fff}.price-grand-total span,.price-grand-total strong,.price-grand-total small{display:block}.price-grand-total span{font-size:13px;text-transform:uppercase;letter-spacing:1px;font-weight:800;color:#d8eaff}.price-grand-total strong{font-size:34px;line-height:1.15;margin:5px 0}.price-grand-total small{color:#dcecff}
.showcase-content:has(.solution-hero){padding:0;background:transparent;border:0;box-shadow:none}.solution-hero{display:grid;grid-template-columns:1.35fr .65fr;gap:28px;align-items:stretch;padding:38px;border-radius:22px;background:linear-gradient(135deg,#061a38,#0d4d93);color:#fff;box-shadow:0 24px 60px rgba(7,28,59,.22)}.solution-hero h2{font-size:39px;color:#fff;margin:15px 0 12px}.solution-hero p{font-size:17px;color:#dce9fa;max-width:760px;line-height:1.75}.solution-actions{display:flex;gap:10px;margin-top:22px}.solution-hero .btn-outline{color:#fff;border-color:#80afe9}.solution-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(255,255,255,.08)}.solution-orb{width:115px;height:115px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#0759c7;font-size:30px;font-weight:900;box-shadow:0 15px 35px rgba(0,0,0,.2);margin-bottom:16px}.solution-visual b{font-size:20px}.solution-visual span{font-size:13px;color:#d7e7fb;margin-top:7px}.solution-highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0}.solution-highlight-grid article,.feature-showcase article{background:#fff;border:1px solid #e0e8f2;border-radius:17px;padding:23px;box-shadow:0 12px 32px rgba(7,28,59,.07)}.solution-highlight-grid article>span{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:11px;background:#e7f2ff;color:#0759c7;font-weight:900}.solution-highlight-grid h3,.feature-showcase h3{color:#0b2a53;font-size:18px;margin:15px 0 7px}.solution-highlight-grid p,.feature-showcase p{color:#63738a;font-size:14px;line-height:1.65;margin:0}.solution-panel{margin:22px 0;padding:34px;background:#fff;border:1px solid #e0e8f2;border-radius:20px;box-shadow:0 16px 42px rgba(7,28,59,.07)}.solution-panel.alt{background:#f3f7fc}.solution-panel>h2{font-size:29px;margin:12px 0 22px;color:#09274d}.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.check-grid>div{display:flex;align-items:center;gap:10px;padding:15px;background:#f7faff;border:1px solid #e3ebf5;border-radius:12px;font-weight:700;color:#29425f}.check-grid span{display:flex;width:25px;height:25px;align-items:center;justify-content:center;background:#dcf6e9;color:#087747;border-radius:50%}.feature-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.feature-number{font-weight:900;color:#1768e5;font-size:13px;letter-spacing:1px}.modern-faq{display:grid;gap:10px}.modern-faq details{border:1px solid #e0e8f2;border-radius:13px;background:#fff;overflow:hidden}.modern-faq summary{list-style:none;cursor:pointer;padding:17px 19px;font-weight:800;color:#17375e;display:flex;align-items:center;justify-content:space-between}.modern-faq summary::-webkit-details-marker{display:none}.modern-faq summary span{font-size:22px;color:#1768e5}.modern-faq details[open] summary{background:#eef5ff;color:#0759c7}.modern-faq details[open] summary span{transform:rotate(45deg)}.modern-faq details>div{padding:17px 19px;color:#5d6f86;line-height:1.75;border-top:1px solid #e6edf5}
@media(max-width:1050px){.solution-highlight-grid,.feature-showcase{grid-template-columns:repeat(2,1fr)}.solution-hero{grid-template-columns:1fr}.solution-visual{min-height:220px}}
@media(max-width:650px){.solution-highlight-grid,.feature-showcase,.check-grid{grid-template-columns:1fr}.solution-hero,.solution-panel{padding:24px}.solution-hero h2{font-size:31px}.solution-actions{flex-direction:column}.price-grand-total strong{font-size:29px}}

/* V9 nested category catalog */
.filter-card a.subcat{padding-left:28px;font-size:13px;background:#f8fafc}.subcategory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-bottom:34px}.subcategory-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(15,35,64,.07);display:flex;flex-direction:column;transition:.25s}.subcategory-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(15,35,64,.13)}.subcategory-image{height:220px;display:flex;align-items:center;justify-content:center;padding:18px;background:linear-gradient(145deg,#fff,#f7f9fc)}.subcategory-image img{width:100%;height:100%;object-fit:contain}.subcategory-body{padding:20px;display:flex;flex-direction:column;flex:1}.subcategory-body h3{font-size:19px;margin:0 0 10px;color:#071d3d}.subcategory-body p{color:#52627a;line-height:1.65;flex:1;margin:0 0 18px}.subcategory-footer{padding:13px 18px;text-align:center;background:#f5f7fa;border-top:1px solid #e2e8f0;color:#34445d;font-size:13px}.product-section-title{margin-top:12px}@media(max-width:1100px){.subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.subcategory-grid{grid-template-columns:1fr}.subcategory-image{height:200px}}

/* V10 category fixes */
.filter-card a.subcat.active{background:#0a60d8!important;color:#fff!important;box-shadow:0 6px 16px rgba(10,96,216,.22)}
.filter-card a.subcat.active:hover{background:#084fae!important;color:#fff!important}
.filter-card a.active span,.filter-card a.subcat.active span{color:inherit}

/* V11 global contrast, active-state and polished homepage fixes */
body{display:flex;min-height:100vh;flex-direction:column;background:linear-gradient(180deg,#f8fbff 0,#f4f7fb 100%)}
body>main{width:100%}.footer{margin-top:auto}

/* Never allow white-on-white controls */
.btn{position:relative;isolation:isolate;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,#1768e5,#0755c9);color:#fff!important;box-shadow:0 9px 22px rgba(23,104,229,.22)}
.btn-primary:hover{background:linear-gradient(135deg,#0d5fd9,#0647a9);color:#fff!important;box-shadow:0 12px 28px rgba(23,104,229,.3)}
.btn-outline{background:#fff!important;color:#09284f!important;border:1px solid #b9c9dc!important;box-shadow:0 5px 15px rgba(8,39,78,.06)}
.btn-outline:hover{background:#eaf3ff!important;color:#0759c7!important;border-color:#75a9ea!important}
.btn-ghost,.solution-hero .btn-outline,.catalog-help .btn-outline,.page-head .btn-outline{background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:none}
.btn-ghost:hover,.solution-hero .btn-outline:hover,.catalog-help .btn-outline:hover,.page-head .btn-outline:hover{background:#fff!important;color:#09284f!important;border-color:#fff!important}
.btn-disabled{background:#e9eef5!important;color:#66758a!important;border:1px solid #d6dfeb!important;box-shadow:none!important}

/* Global active navigation and tab contrast */
.category-list a.active,.account-menu a.active,.filter-card a.active,.filter-card a.subcat.active,
.admin-sidebar a.active,.tabs a.active,.nav-pills a.active{background:linear-gradient(135deg,#1768e5,#0755c9)!important;color:#fff!important;border-color:#0755c9!important;box-shadow:0 8px 20px rgba(23,104,229,.24)!important}
.category-list a.active *,.account-menu a.active *,.filter-card a.active *,.filter-card a.subcat.active *{color:#fff!important}
.filter-card a.subcat{background:#f4f7fb!important;color:#17375e!important;border:1px solid transparent;margin:2px 0}
.filter-card a.subcat:hover{background:#e7f1ff!important;color:#0759c7!important;border-color:#c5dcf7}
.filter-card a.subcat.active,.filter-card a.subcat.active:hover{background:linear-gradient(135deg,#1768e5,#0755c9)!important;color:#fff!important;border-color:#0755c9!important}

/* White surfaces always use readable dark text */
.card,.content-card,.panel-card,.filter-card,.subcategory-card,.product-card-modern,.solution-panel,.modern-faq details,.features,.stat,.catalog-toolbar{color:#17233b}
.card h1,.card h2,.card h3,.card h4,.content-card h1,.content-card h2,.content-card h3,.content-card h4,
.panel-card h1,.panel-card h2,.panel-card h3,.panel-card h4{color:#09284f}
.badge,.catalog-badge,.category-chip,.section-kicker,.eyebrow.dark{font-weight:800}

/* Solution page hero contrast */
.solution-hero .section-kicker{background:#e7f1ff;color:#0759c7;border-radius:999px;padding:8px 13px;display:inline-flex}
.solution-actions .btn{min-width:185px}
.solution-hero .solution-actions .btn-outline{background:rgba(255,255,255,.06)!important}
.solution-hero .solution-actions .btn-outline:hover{background:#fff!important}

/* Catalog sidebar polish */
.catalog-sidebar{position:relative}.filter-card{padding:18px;border-color:#dbe5f0;box-shadow:0 16px 42px rgba(8,37,73,.08)}
.filter-card h3{color:#09284f;font-size:19px;margin-bottom:12px}.filter-card>a{margin:2px 0}

/* Homepage V11 */
.home-section{padding:72px 0}.home-section-soft{background:linear-gradient(180deg,#eff5fc,#f8fbff)}
.home-heading{max-width:720px;margin-bottom:28px}.home-heading h2{font-size:clamp(29px,3vw,42px);letter-spacing:-1px;margin:8px 0 10px;color:#071f42}.home-heading p{color:#63738a;line-height:1.75;margin:0}
.home-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}.home-metric{background:#fff;border:1px solid #dde7f2;border-radius:18px;padding:24px;box-shadow:0 14px 35px rgba(8,38,75,.07)}.home-metric strong{display:block;color:#0759c7;font-size:32px;letter-spacing:-1px}.home-metric span{display:block;color:#5f7088;margin-top:7px;font-weight:650}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-card{position:relative;background:#fff;border:1px solid #dde7f2;border-radius:20px;padding:27px 23px;box-shadow:0 14px 36px rgba(8,38,75,.07)}.process-card .num{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:#e9f3ff;color:#0759c7;font-weight:900;margin-bottom:18px}.process-card h3{margin:0 0 9px;color:#09284f}.process-card p{margin:0;color:#63738a;line-height:1.65;font-size:14px}
.home-cta{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:38px 42px;border-radius:24px;background:radial-gradient(circle at 80% 20%,#1b63ad 0,#0c376d 35%,#061a38 75%);color:#fff;box-shadow:0 25px 65px rgba(7,28,59,.23);overflow:hidden}.home-cta h2{font-size:clamp(28px,3vw,41px);margin:8px 0 9px}.home-cta p{color:#cfdef1;margin:0;line-height:1.7}.home-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.home-cta .btn-outline{background:transparent!important;color:#fff!important;border-color:#83afe2!important}.home-cta .btn-outline:hover{background:#fff!important;color:#09284f!important}
.solution-card{position:relative;overflow:hidden;transition:.24s transform,.24s box-shadow}.solution-card:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-80px;bottom:-120px;background:rgba(255,255,255,.08)}.solution-card:hover{transform:translateY(-5px);box-shadow:0 28px 62px rgba(7,28,59,.25)}
.section-title{margin-bottom:26px}.category-card,.product-card{border-color:#dce6f1;box-shadow:0 13px 34px rgba(8,38,75,.07)}

@media(max-width:1000px){.home-metrics,.process-grid{grid-template-columns:repeat(2,1fr)}.home-cta{grid-template-columns:1fr}.home-cta-actions{justify-content:flex-start}}
@media(max-width:620px){.home-section{padding:52px 0}.home-metrics,.process-grid{grid-template-columns:1fr}.home-cta{padding:28px 23px}.home-cta-actions .btn{width:100%}.solution-actions .btn{width:100%;min-width:0}}

/* V12 compact premium visual system */
:root{--surface:#fff;--surface-soft:#f4f8fd;--ink:#071f42;--ink-2:#17375e;--accent:#1768e5;--accent-2:#0755c9;--shadow-sm:0 10px 28px rgba(8,38,75,.07);--shadow-md:0 20px 48px rgba(8,38,75,.12)}
.section{padding:64px 0}.section-soft{background:linear-gradient(180deg,#eef5fc 0,#f8fbff 100%)}
.section-title{align-items:center;margin-bottom:28px}.section-title h2{font-size:clamp(28px,2.7vw,39px);color:var(--ink);letter-spacing:-1px}.section-title>a{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#eaf3ff;color:#0759c7;transition:.2s}.section-title>a:hover{background:#d8eaff;transform:translateX(2px)}
.home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home-category-card{position:relative;display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #dce7f2;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.25s transform,.25s box-shadow,.25s border-color}.home-category-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-md);border-color:#bdd5ef}.home-category-media{position:relative;height:205px;display:flex;align-items:center;justify-content:center;padding:22px;background:linear-gradient(145deg,#f9fcff,#edf4fb);overflow:hidden}.home-category-media:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-50px;top:-70px;background:rgba(23,104,229,.08)}.home-category-media img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1;transition:transform .28s ease}.home-category-card:hover img{transform:scale(1.06)}.home-category-content{display:flex;flex-direction:column;flex:1;padding:19px 20px 20px}.category-meta{display:flex;gap:7px;flex-wrap:wrap}.category-meta span{padding:5px 8px;border-radius:999px;background:#edf4ff;color:#326294;font-size:11px;font-weight:800}.home-category-content h3{margin:12px 0 7px;color:var(--ink);font-size:19px}.home-category-content p{margin:0;color:#64758c;font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-link{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px;color:#0759c7;font-size:13px;font-weight:850}.category-link b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e8f2ff;transition:.2s}.home-category-card:hover .category-link b{background:#1768e5;color:#fff;transform:translateX(2px)}
.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home-product-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #dce7f2;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.25s transform,.25s box-shadow,.25s border-color}.home-product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-md);border-color:#bdd5ef}.product-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:13px 14px 0}.product-category-pill{max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:6px 9px;border-radius:999px;background:#edf4ff;color:#1768e5;font-size:10px;font-weight:850}.stock-dot{position:relative;padding-left:10px;color:#557087;font-size:10px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stock-dot:before{content:"";position:absolute;left:0;top:50%;width:6px;height:6px;border-radius:50%;background:#19a765;transform:translateY(-50%)}.stock-out_of_stock:before,.stock-unavailable:before,.stock-discontinued:before{background:#e14a4a}.stock-preorder:before,.stock-on_order:before,.stock-contact:before{background:#f0a11b}.home-product-media{position:relative;height:210px;display:flex;align-items:center;justify-content:center;padding:18px;overflow:hidden}.home-product-media img{width:100%;height:100%;object-fit:contain;transition:transform .28s}.home-product-card:hover .home-product-media img{transform:scale(1.055)}.quick-view{position:absolute;left:50%;bottom:12px;transform:translate(-50%,14px);opacity:0;padding:8px 13px;border-radius:999px;background:rgba(7,31,66,.92);color:#fff;font-size:11px;font-weight:800;transition:.22s;white-space:nowrap}.home-product-card:hover .quick-view{opacity:1;transform:translate(-50%,0)}.home-product-content{display:flex;flex-direction:column;flex:1;padding:16px 17px 18px;border-top:1px solid #edf1f6}.home-product-content h3{margin:0 0 7px;font-size:18px;line-height:1.35;color:var(--ink)}.home-product-content p{margin:0 0 14px;color:#65768d;font-size:12.5px;line-height:1.55;min-height:39px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price-box{display:grid;grid-template-columns:1fr 1.12fr;gap:8px;margin-top:auto}.product-price-box>div{padding:10px 11px;border-radius:12px;background:#f5f8fc;border:1px solid #e5ecf4}.product-price-box .price-incl{background:linear-gradient(135deg,#0d64de,#0755c9);border-color:#0755c9;color:#fff}.product-price-box small,.product-price-box strong{display:block}.product-price-box small{font-size:9px;font-weight:800;letter-spacing:.3px;opacity:.75;text-transform:uppercase}.product-price-box strong{font-size:14px;margin-top:4px;white-space:nowrap}.product-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:8px;margin-top:12px}.product-actions .btn{padding:10px 11px;font-size:13px}
/* Global compact card polish across catalog and content pages */
.card,.panel-card,.content-card,.subcategory-card,.product-card-modern,.solution-panel,.filter-card,.catalog-toolbar{border-radius:20px;border-color:#dce7f2;box-shadow:var(--shadow-sm)}.subcategory-grid{gap:18px}.subcategory-card{border-radius:20px}.subcategory-image{height:195px;background:linear-gradient(145deg,#fff,#f1f6fb)}.subcategory-body{padding:17px}.subcategory-body h3{font-size:18px}.subcategory-body p{font-size:13px;line-height:1.55}.subcategory-footer{padding:11px 15px;background:#f6f9fc;font-weight:750}.product-card-modern{transition:.23s transform,.23s box-shadow}.product-card-modern:hover,.subcategory-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}
.features{padding:13px;border-radius:18px}.feature{padding:9px 15px}.feature-icon{width:39px;height:39px;border-radius:11px}.feature b{font-size:13px}.feature small{font-size:10.5px}
.home-metrics{gap:13px}.home-metric{padding:20px;border-radius:18px}.home-metric strong{font-size:28px}.process-grid{gap:13px}.process-card{padding:22px 19px;border-radius:18px}.process-card .num{width:39px;height:39px;margin-bottom:14px}.solution-grid{gap:16px}.solution-card{min-height:220px;padding:29px;border-radius:22px}.solution-card h3{font-size:27px}.home-cta{padding:34px 37px;border-radius:23px}
/* Consistent compact inner-page sections */
.rich-content>section,.rich-content>.solution-panel{margin-top:18px;margin-bottom:18px}.page-head{padding:39px 0}.page-head h1{letter-spacing:-.8px}.content-card{padding:24px}.modern-faq{gap:8px}.modern-faq summary{padding:15px 17px}.modern-faq details>div{padding:15px 17px}
@media(max-width:1100px){.home-category-grid,.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.section{padding:48px 0}.home-category-grid,.home-product-grid{grid-template-columns:1fr}.home-category-media{height:190px}.home-product-media{height:200px}.section-title{align-items:flex-start;gap:12px}.section-title>a{font-size:13px;padding:8px 11px}.product-price-box{grid-template-columns:1fr 1fr}}

/* v13 fiyat gösterimi */
.product-price-single{display:block!important}.product-price-single .price-incl{display:flex!important;align-items:flex-end;justify-content:space-between;gap:12px;width:100%;padding:14px 16px;border-radius:14px;background:linear-gradient(135deg,#eef5ff,#fff);border:1px solid #cfe0f7}.product-price-single .price-incl small{font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#63738a}.product-price-single .price-incl strong{font-size:24px;color:#092b58;white-space:nowrap}.price-pair-public{grid-template-columns:1fr!important}.price-pair-public .incl{padding:14px 16px!important;border:1px solid #cfe0f7!important;background:linear-gradient(135deg,#eef5ff,#fff)!important}.price-pair-public .incl strong{font-size:24px!important;color:#0b356c!important}.price-pair-public .incl small{color:#63738a!important}
.cart-card{padding:0;overflow:hidden}.cart-table{margin:0}.cart-table th{background:#f4f7fb;color:#243b5a;font-size:13px}.cart-table th small{font-weight:600;color:#738198}.cart-table td{vertical-align:middle}.cart-product{display:flex;align-items:center;gap:14px;min-width:310px}.cart-product img{width:82px;height:68px;object-fit:contain;border:1px solid #e4eaf2;border-radius:12px;background:#fff}.cart-product div{display:flex;flex-direction:column;gap:4px}.cart-product small{max-width:380px;color:#738198}.cart-product span{font-size:11px;font-weight:800;color:#1768d8}.cart-qty{width:86px}.cart-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px;background:#fff;border-top:1px solid #e6ebf2}.cart-summary{width:min(430px,100%);padding:22px;border-radius:18px;background:#f4f8fd;border:1px solid #dce7f4}.cart-summary>div{display:flex;justify-content:space-between;gap:18px;padding:8px 0;color:#52657d}.cart-summary b{color:#102b4d}.cart-summary .cart-grand{margin:10px -8px 16px;padding:18px;border-radius:14px;background:#092f63;color:#fff}.cart-summary .cart-grand span,.cart-summary .cart-grand strong{color:#fff}.cart-summary .cart-grand strong{font-size:27px}.cart-summary .btn{width:100%}
.checkout-layout{align-items:flex-start}.checkout-summary{background:linear-gradient(145deg,#061a38,#104b8d)!important;color:#fff;position:sticky;top:24px}.checkout-summary h3{font-size:25px;color:#fff}.checkout-count{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #ffffff24}.checkout-price-lines{padding:14px 0}.checkout-price-lines>div{display:flex;justify-content:space-between;gap:16px;padding:8px 0;color:#d5e4f6}.checkout-price-lines b{color:#fff}.checkout-grand{margin:8px 0 18px;padding:18px;border-radius:15px;background:#fff;color:#092f63}.checkout-grand span{display:block;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.checkout-grand strong{display:block;margin-top:6px;font-size:34px;color:#092f63}.checkout-summary p{color:#d5e4f6;line-height:1.6}
@media(max-width:768px){.cart-bottom{flex-direction:column}.cart-bottom>.btn{width:100%}.cart-summary{width:100%}.cart-product{min-width:240px}.checkout-summary{position:static;margin-top:18px}}

/* v14 - Daha kompakt, daha modern vitrin ve katalog */
:root{--compact-radius:16px;--compact-shadow:0 10px 28px rgba(9,38,78,.08);--compact-shadow-hover:0 18px 42px rgba(9,38,78,.14)}
.section{padding:34px 0}.home-section{padding:38px 0}.section-title{margin-bottom:15px}.section-title h2{font-size:26px;letter-spacing:-.45px}.eyebrow{font-size:10px;letter-spacing:1.35px;margin-bottom:8px}.section-title>a{font-size:13px;padding:7px 10px;border-radius:999px;background:#edf4ff}.hero{padding:54px 0 48px}.hero-grid{gap:28px}.hero h1{font-size:clamp(34px,3.8vw,52px);line-height:1.04;margin-bottom:14px}.hero p{font-size:15px;line-height:1.55}.hero-actions{margin-top:19px}.hero-showcase{height:300px}.btn{border-radius:10px;padding:10px 15px;font-size:13px}.trust-wrap{margin-top:-22px}.features{padding:8px;border-radius:16px}.feature{padding:8px 12px;gap:10px}.feature-icon{width:34px;height:34px;flex-basis:34px;border-radius:10px;font-size:15px}.feature b{font-size:13px}.feature small{font-size:9.5px;margin-top:2px}
.home-category-grid,.home-product-grid{gap:14px}.home-category-card,.home-product-card{border-radius:var(--compact-radius);box-shadow:var(--compact-shadow)}.home-category-card:hover,.home-product-card:hover{transform:translateY(-4px);box-shadow:var(--compact-shadow-hover)}.home-category-media{height:154px;padding:15px}.home-category-content{padding:13px 14px 14px}.category-meta{gap:5px}.category-meta span{padding:4px 7px;font-size:9px}.home-category-content h3{font-size:16px;margin:9px 0 5px}.home-category-content p{font-size:11.5px;line-height:1.45;min-height:34px}.category-link{padding-top:11px;font-size:11.5px}.category-link b{width:26px;height:26px}
.product-topline{padding:10px 11px 0}.product-category-pill{font-size:9px;padding:5px 8px}.stock-dot{font-size:9px}.home-product-media{height:160px;padding:13px}.quick-view{bottom:9px;padding:6px 10px;font-size:10px}.home-product-content{padding:12px 13px 13px}.home-product-content h3{font-size:15px;margin-bottom:5px}.home-product-content p{font-size:12px;line-height:1.45;min-height:31px;margin-bottom:10px}.product-price-single .price-incl{padding:10px 12px;border-radius:11px}.product-price-single .price-incl small{font-size:9px}.product-price-single .price-incl strong{font-size:19px}.product-actions{gap:7px;margin-top:9px}.product-actions .btn{padding:8px 9px;font-size:11px}
.home-heading{max-width:760px;margin-bottom:18px}.home-heading h2{font-size:28px;margin:0 0 8px}.home-heading p{font-size:13px;line-height:1.55}.home-metrics{gap:10px}.home-metric{padding:16px;border-radius:15px}.home-metric strong{font-size:23px}.home-metric span{font-size:11px}.process-grid{gap:10px}.process-card{padding:17px 15px;border-radius:15px}.process-card .num{width:34px;height:34px;margin-bottom:10px;font-size:11px}.process-card h3{font-size:15px;margin:0 0 6px}.process-card p{font-size:11.5px;line-height:1.5}.solution-grid{gap:13px}.solution-card{min-height:184px;padding:23px;border-radius:17px}.solution-card h3{font-size:23px;margin:12px 0 7px}.solution-card p{font-size:13px;line-height:1.5}.solution-card b{margin-top:13px;font-size:13px}.home-cta{padding:26px 29px;border-radius:18px}.home-cta h2{font-size:26px}.home-cta p{font-size:12.5px}.home-cta-actions{gap:9px}
.sidebar-products{grid-template-columns:220px 1fr;gap:16px}.category-list{padding:9px;border-radius:16px}.category-list a{padding:9px 11px;font-size:12.5px;border-radius:9px}.catalog-toolbar,.filter-card,.content-card,.panel-card{border-radius:16px}.content-card{padding:20px}.subcategory-grid{gap:14px}.subcategory-card{border-radius:16px}.subcategory-image{height:155px}.subcategory-body{padding:13px}.subcategory-body h3{font-size:16px}.subcategory-body p{font-size:11.5px}.subcategory-footer{padding:9px 12px;font-size:11px}.product-card-modern{border-radius:16px}.product-card-modern .product-image{height:165px}.product-card-modern .card-body{padding:14px}.page-head{padding:31px 0}.page-head h1{font-size:30px}.footer{padding:34px 0 16px}.footer-grid{gap:25px}
@media(min-width:1180px){.container{width:min(1320px,94%)}.home-category-grid,.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1100px){.hero-showcase{height:250px}.home-category-media,.home-product-media{height:170px}}
@media(max-width:650px){.section,.home-section{padding:29px 0}.hero{padding:38px 0}.hero-showcase{height:210px}.features{grid-template-columns:1fr 1fr}.home-category-grid,.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-category-media,.home-product-media{height:126px}.home-category-content,.home-product-content{padding:10px}.home-category-content p,.home-product-content p{display:none}.home-category-content h3,.home-product-content h3{font-size:13px}.category-meta span,.product-category-pill,.stock-dot{font-size:8px}.product-actions{grid-template-columns:1fr}.product-actions .btn:first-child{display:none}.product-price-single .price-incl{display:block!important}.product-price-single .price-incl strong{font-size:16px;margin-top:3px}.home-metrics,.process-grid{grid-template-columns:repeat(2,1fr)}.solution-card{min-height:170px;padding:19px}.home-cta{padding:22px}.sidebar-products{grid-template-columns:1fr}.category-list{position:static}}


/* v16 - kompakt kartlar ve ürün bazlı bayi fiyatları */
.home-category-grid{gap:14px}.home-category-card{border-radius:18px}.home-category-media{height:174px;padding:16px}.home-category-content{padding:15px 16px 16px}.home-category-content h3{font-size:17px;margin:9px 0 5px}.home-category-content p{font-size:12.5px;line-height:1.45}.category-link{padding-top:12px}.category-meta span{font-size:9.5px;padding:4px 7px}.home-product-grid,.product-grid-modern{gap:15px}.home-product-card,.product-card-modern{border-radius:18px}.home-product-media{height:190px}.home-product-content,.product-card-content{padding:15px}.home-product-content h3,.product-card-content h3{font-size:17px;margin:6px 0}.home-product-content p,.product-card-content p{font-size:12.5px;line-height:1.45}.product-actions,.card-actions{gap:8px}.product-actions .btn,.card-actions .btn{min-height:38px;padding:9px 12px;font-size:13px}.product-price-single,.price-pair-public{padding:11px 12px;border-radius:13px}.dealer-price-active{border:1px solid #9fd7bd!important;background:linear-gradient(145deg,#f1fff8,#e8f9f0)!important}.dealer-price-note{display:inline-flex;align-items:center;width:max-content;padding:4px 8px;border-radius:999px;background:#087443;color:#fff;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-bottom:5px}.list-price-old{font-size:10.5px;color:#718096;margin-top:3px}.list-price-old del{margin-left:4px}.normal-price-reference{display:flex;justify-content:space-between;align-items:center;padding:9px 11px;margin:0 0 9px;border-radius:11px;background:#f4f7fa;color:#617086;font-size:13px}.normal-price-reference del{font-weight:800;color:#7b8798}.product-price-panel.dealer-panel{border-color:#9fd7bd;background:linear-gradient(145deg,#f7fffb,#effaf5)}.dealer-cart-label{display:block;width:max-content;margin-top:4px;padding:3px 7px;border-radius:999px;background:#e4f7ed;color:#087443;font-size:9px;font-weight:850}.search-result-price del{display:block;color:#8b98aa;font-size:10px;font-style:normal}.dual-price-preview{display:grid;grid-template-columns:1fr 1fr;gap:9px}.vat-preview.dealer{background:#e9f8f1;border-color:#a7ddc2}.vat-preview.dealer span,.vat-preview.dealer b{color:#087443}.admin-price-help{margin-top:10px;padding:10px 12px;border-radius:10px;background:#f5f8fc;color:#607086;font-size:12px;line-height:1.5}.dealer-admin-price{color:#087443}@media(max-width:700px){.dual-price-preview{grid-template-columns:1fr}.home-category-media{height:158px}.home-product-media{height:178px}}
/* v17 compact customer finance */
.account-layout{gap:18px}.account-menu{padding:16px}.account-menu a{padding:10px 12px;border-radius:10px}.content-card{padding:20px;border-radius:18px}.stats{gap:12px}.stat{padding:16px}.stat strong{font-size:24px}.compact-table th{font-size:11px;text-transform:uppercase;letter-spacing:.05em}.compact-table td{padding:11px 9px}.debt{color:#d63342!important}.credit-text{color:#0a8f5a!important}.finance-stats{grid-template-columns:repeat(3,1fr)}@media(max-width:760px){.finance-stats{grid-template-columns:1fr}}


/* v18 - premium, oval, compact and accessible visual system */
:root{--radius-xs:10px;--radius-sm:14px;--radius-md:20px;--radius-lg:28px;--shadow-soft:0 12px 34px rgba(8,34,73,.08);--shadow-card:0 18px 45px rgba(8,34,73,.11);--shadow-hover:0 24px 58px rgba(8,34,73,.17)}
body{background:linear-gradient(180deg,#f8faff 0,#f4f7fb 100%)}
.mainhead{box-shadow:0 7px 24px rgba(7,28,59,.06);position:relative;z-index:30}.mainhead .container{gap:22px}.brand{letter-spacing:.02em}.search input{border-radius:999px 0 0 999px;background:#f6f8fc;padding-left:19px}.search button{border-radius:0 999px 999px 0}.head-actions a{padding:9px 12px;border-radius:999px;transition:.2s}.head-actions a:hover{background:#edf4ff;color:#145fcf}.nav{box-shadow:0 8px 20px rgba(5,22,49,.12)}.nav a{border-radius:10px;margin:5px 2px;padding:10px 17px}.nav ul ul{border-radius:0 0 16px 16px;overflow:hidden}.nav ul ul a{margin:3px 6px}
.card,.content-card,.panel-card,.filter-card,.catalog-toolbar{border-radius:var(--radius-md);box-shadow:var(--shadow-soft);border-color:#e3e9f2}.card:hover{box-shadow:var(--shadow-card)}
.btn{border-radius:999px;min-height:40px;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-1px)}.btn-primary{box-shadow:0 9px 20px rgba(23,104,229,.22)}.btn-primary:hover{box-shadow:0 13px 26px rgba(23,104,229,.32)}.btn-outline:hover{background:#edf4ff;border-color:#9fc3f6;color:#0b57bd}
.form-control{border-radius:14px;min-height:46px;transition:border-color .2s,box-shadow .2s}.form-control:focus{outline:0;border-color:#6ca4ef;box-shadow:0 0 0 4px rgba(23,104,229,.10)}
.page-head{border-radius:0 0 34px 34px;box-shadow:0 18px 40px rgba(8,34,73,.16)}.page-head .container{position:relative}.page-head h1{letter-spacing:-.6px}
.home-category-card,.home-product-card,.product-card-modern,.subcategory-card{border-radius:22px!important;overflow:hidden;border:1px solid rgba(214,225,239,.9);box-shadow:var(--shadow-soft)!important}.home-category-card:hover,.home-product-card:hover,.product-card-modern:hover,.subcategory-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)!important}.home-category-media,.home-product-media,.subcategory-image{background:radial-gradient(circle at 50% 25%,#fff,#edf3fa);overflow:hidden}.home-category-media img,.home-product-media img,.subcategory-image img{transition:transform .35s}.home-category-card:hover img,.home-product-card:hover img,.subcategory-card:hover img{transform:scale(1.045)}.home-category-content,.home-product-content,.product-card-content{padding:14px 15px 15px}.category-meta span,.product-category-pill,.stock-badge,.stock-dot,.badge{border-radius:999px}.category-link{border-top:1px solid #edf1f6}.product-actions .btn,.card-actions .btn{border-radius:999px}.price-incl,.product-price-single,.price-pair-public{border-radius:16px!important}
.section-title h2,.home-heading h2{letter-spacing:-.65px}.section-title>a{border-radius:999px;box-shadow:0 5px 13px rgba(23,104,229,.10)}.features{border-radius:22px}.feature-icon{border-radius:14px}.solution-card,.home-cta,.home-metric,.process-card{border-radius:24px}.solution-card:hover,.process-card:hover,.home-metric:hover{transform:translateY(-3px);box-shadow:var(--shadow-card)}.process-card,.home-metric{transition:.22s}.footer{border-radius:34px 34px 0 0;margin-top:26px}
.category-list{border-radius:20px;box-shadow:var(--shadow-soft);position:sticky;top:18px}.category-list a{border-radius:12px;margin:3px 0}.category-list a:hover,.category-list a.active{background:linear-gradient(135deg,#1768e5,#0b56bc)!important;color:#fff!important;box-shadow:0 8px 18px rgba(23,104,229,.22)}
.alert{border-radius:16px;border:1px solid transparent}.alert-info{background:#edf6ff;color:#174c85;border-color:#cfe3fa}
.account-menu{border-radius:20px}.account-menu a{border-radius:13px}.stat{border-radius:19px}.table-wrap{border-radius:16px}.table thead th{background:#f5f8fc}
/* Login page */
.auth-v18{padding:45px 0 65px}.auth-layout-v18{display:grid;grid-template-columns:1.04fr .86fr;max-width:1120px;gap:0;border-radius:30px;overflow:hidden;box-shadow:0 28px 80px rgba(5,27,61,.20);background:#fff}.auth-side-v18{position:relative;overflow:hidden;min-height:610px;padding:62px 58px;background:linear-gradient(145deg,#061a38 0,#0b3265 56%,#1768e5 130%);color:#fff}.auth-side-v18:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:35px 35px}.auth-side-glow{position:absolute;width:330px;height:330px;border-radius:50%;right:-110px;top:-110px;background:rgba(75,151,255,.32);filter:blur(7px)}.auth-side-v18>*{position:relative;z-index:1}.auth-kicker,.auth-form-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;font-size:10px;letter-spacing:.12em;font-weight:900}.auth-kicker{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);color:#bcd8ff}.auth-side-v18 h2{font-size:38px;line-height:1.12;letter-spacing:-1.1px;margin:22px 0 14px;max-width:510px}.auth-side-v18>p{color:#c9dbf2;line-height:1.7;max-width:510px}.auth-benefits-v18{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.auth-benefits-v18>div{display:flex;gap:10px;padding:14px;border-radius:17px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(6px)}.auth-benefits-v18 i{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff;color:#1768e5;font-style:normal;font-weight:900;flex:0 0 26px}.auth-benefits-v18 b,.auth-benefits-v18 small{display:block}.auth-benefits-v18 b{font-size:13px}.auth-benefits-v18 small{font-size:10px;color:#bfd0e7;margin-top:3px;line-height:1.35}.auth-trust{display:flex;gap:18px;margin-top:28px;font-size:11px;color:#bdd0e7}.auth-card-v18{padding:55px 48px;align-self:stretch;display:flex;flex-direction:column;justify-content:center;background:#fff}.auth-brandmark{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:linear-gradient(145deg,#1768e5,#0a4fae);color:#fff;font-size:15px;font-weight:950;box-shadow:0 13px 28px rgba(23,104,229,.26);margin-bottom:18px}.auth-form-kicker{width:max-content;background:#edf4ff;color:#1768e5;margin-bottom:9px}.auth-card-v18 h2{font-size:29px;letter-spacing:-.65px;margin:0 0 8px}.modern-auth-form{margin-top:22px}.input-icon-wrap{position:relative}.input-icon-wrap>span{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#6d7e94;z-index:2}.input-icon-wrap .form-control{padding-left:43px;padding-right:70px;height:50px}.password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:#edf4ff;color:#1768e5;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800;cursor:pointer}.auth-submit{height:50px;margin-top:5px;justify-content:space-between;padding:0 22px}.auth-register{height:46px}.auth-separator{display:flex;align-items:center;gap:11px;margin:20px 0}.auth-separator:before,.auth-separator:after{content:"";height:1px;background:#e5eaf1;flex:1}.auth-separator span{font-size:11px;color:#7b8798}.auth-help{text-align:center;font-size:11px;color:#7a8798;margin-top:18px}.auth-help a{color:#1768e5;font-weight:800}
@media(max-width:900px){.auth-layout-v18{grid-template-columns:1fr}.auth-side-v18{min-height:auto;padding:36px}.auth-side-v18 h2{font-size:31px}.auth-card-v18{padding:38px 30px}.auth-benefits-v18{grid-template-columns:1fr 1fr}}@media(max-width:560px){.auth-v18{padding:24px 0 45px}.auth-layout-v18{border-radius:22px}.auth-side-v18{padding:28px 23px}.auth-side-v18 h2{font-size:27px}.auth-benefits-v18{grid-template-columns:1fr}.auth-card-v18{padding:31px 22px}.auth-trust{flex-direction:column;gap:7px}}

/* v19 sipariş notu, fatura ve doküman alanları */
.order-note-field{padding:16px;border:1px solid #dce8f5;border-radius:18px;background:linear-gradient(145deg,#f8fbff,#fff);box-shadow:0 10px 26px rgba(15,62,115,.06)}
.order-note-field label{display:flex;align-items:center;gap:9px}.order-note-field small{display:block;margin-top:7px;color:#728198}.optional-label{padding:4px 8px;border-radius:999px;background:#edf4ff;color:#1768e5;font-size:11px;font-weight:800;text-transform:uppercase}
.order-detail-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:20px;align-items:start}.section-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.sticky-order-summary{position:sticky;top:95px}.payment-state{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding:12px 14px;border-radius:14px;background:#eef5ff;color:#164e98}.order-note-text{line-height:1.75;color:#44546a;margin:0}.customer-order-docs{display:grid;gap:10px;margin-top:16px}.customer-order-docs>a{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;padding:12px 14px;border:1px solid #e0e8f2;border-radius:16px;background:#fff;color:#17243a;box-shadow:0 8px 22px rgba(9,39,78,.05)}.customer-order-docs>a:hover{transform:translateY(-2px);border-color:#a8c6ef;box-shadow:0 14px 30px rgba(9,39,78,.09)}.customer-order-docs small{display:block;color:#7a8798;margin-top:3px}.customer-order-docs em{font-style:normal;font-weight:800;color:#1768e5;font-size:13px}
@media(max-width:900px){.order-detail-layout{grid-template-columns:1fr}.sticky-order-summary{position:static}}
/* v24 premium customer experience */
.auth-layout-premium{align-items:stretch}.auth-side-premium,.auth-card-wide{border-radius:28px}.auth-card-wide{max-width:none}.account-type-switch{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0 18px}.account-type-switch label{cursor:pointer}.account-type-switch input{position:absolute;opacity:0}.account-type-switch span{display:block;border:1px solid #dce5f3;border-radius:16px;padding:14px;background:#f8fbff;transition:.2s}.account-type-switch input:checked+span{border-color:#1f6feb;background:#edf5ff;box-shadow:0 8px 22px rgba(31,111,235,.12)}.account-type-switch small{display:block;color:#71819a;margin-top:3px}.compact-switch span{padding:9px 12px}.premium-account-layout{grid-template-columns:250px minmax(0,1fr);gap:18px}.account-avatar{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#0b2851,#1f6feb);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;margin-bottom:10px}.management-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.8fr);gap:18px}.address-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.address-card{border:1px solid #e1e9f4;border-radius:20px;padding:18px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 10px 28px rgba(10,39,76,.07)}.address-card-top{display:flex;gap:12px;align-items:center;margin-bottom:12px}.address-card h3,.address-card h4{margin:0}.address-icon{width:42px;height:42px;border-radius:13px;background:#eaf2ff;color:#1765d8;display:flex;align-items:center;justify-content:center;font-size:20px}.address-card p{color:#5e6f88;line-height:1.55;font-size:13px}.address-tags{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0}.address-tags span{font-size:11px;font-weight:700;background:#e9f8ef;color:#197242;padding:5px 8px;border-radius:999px}.card-actions{display:flex;gap:8px;align-items:center;margin-top:12px}.card-actions form{margin:0}.check-row{display:flex;gap:16px;flex-wrap:wrap;align-items:center;margin:12px 0}.checkout-pro-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px}.selectable-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.selectable-card{position:relative;border:1px solid #dce5f2;border-radius:18px;padding:16px;cursor:pointer;background:#fff;transition:.2s}.selectable-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(13,48,91,.08)}.selectable-card input{position:absolute;opacity:0}.selectable-card:has(input:checked){border-color:#1f6feb;background:#f1f7ff;box-shadow:0 0 0 3px rgba(31,111,235,.1)}.select-indicator{position:absolute;right:12px;top:12px;width:24px;height:24px;border-radius:50%;background:#e9eff8;color:transparent;display:flex;align-items:center;justify-content:center}.selectable-card:has(input:checked) .select-indicator{background:#1f6feb;color:#fff}.selectable-card b{display:block;color:#0d2748}.selectable-card small{display:block;color:#6d7d94;margin:4px 0 8px}.selectable-card p{margin:0;color:#596b83;font-size:13px;line-height:1.5}.checkout-warning{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.secure-checkout-note{text-align:center;color:#71819a;font-size:13px;margin-top:12px}.profile-premium-card{border-radius:24px}.compact-form-grid{gap:10px 14px}.empty-state{padding:30px;text-align:center;color:#7a899f;border:1px dashed #ccd8e8;border-radius:18px}.invoice-mini-card{border:1px solid #e2e9f2;padding:12px;border-radius:14px;margin-top:10px}.invoice-mini-card p{font-size:13px;color:#687991;margin:6px 0 0}.table-actions{display:flex;gap:6px;flex-wrap:wrap}
@media(max-width:900px){.premium-account-layout,.management-grid,.checkout-pro-layout{grid-template-columns:1fr}.address-card-grid,.selectable-card-grid{grid-template-columns:1fr}.account-menu{position:static}.account-type-switch{grid-template-columns:1fr}}


/* v27 - Ürün detay sekmeleri */
.product-tabs-card{padding:0!important;overflow:hidden}.product-tabs{min-height:100%}
.product-tab-buttons{display:flex;gap:6px;padding:8px;background:#eef4fb;border-bottom:1px solid #dfe7f1}
.product-tab-buttons button{border:0;background:transparent;color:#53657d;padding:11px 16px;border-radius:11px;font-weight:850;cursor:pointer;transition:.2s}
.product-tab-buttons button.active{background:#fff;color:#0d63df;box-shadow:0 5px 15px rgba(8,40,82,.10)}
.product-tab-pane{display:none;padding:25px}.product-tab-pane.active{display:block}
.empty-specs{padding:22px;border:1px dashed #c9d7e8;background:#f7faff;border-radius:14px}.empty-specs b{color:#17375e}.empty-specs p{margin:6px 0 0;color:#66778d}
@media(max-width:620px){.product-tab-buttons{overflow:auto}.product-tab-buttons button{white-space:nowrap}.product-tab-pane{padding:18px}}

/* v29 - Kompakt ve modern ürün detay düzeni */
.product-detail-section{padding:22px 0 34px!important}
.product-detail-grid{grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);gap:18px}
.product-gallery-card,.product-buy-card,.product-description-card,.documents-card{border-radius:16px;box-shadow:0 10px 28px rgba(7,28,59,.07)}
.product-detail-image{height:390px;padding:24px}
.product-detail-image img{filter:drop-shadow(0 15px 18px rgba(7,28,59,.13))}
.product-thumbs{padding:10px 12px;margin:0;border-top:1px solid var(--line);background:#fbfdff}
.product-thumbs button{width:58px;height:50px;border-radius:8px}
.product-mini-benefits span{padding:11px 8px;font-size:10.5px}
.product-buy-card{padding:22px;top:14px}
.category-pill,.stock-badge{padding:5px 9px;font-size:9.5px}
.product-sku{margin-top:8px;font-size:11px}
.product-buy-card h2{font-size:29px;line-height:1.12;margin:14px 0 8px;letter-spacing:-.45px}
.product-lead{font-size:14px;line-height:1.55;margin:0 0 8px}
.product-buy-card .alert{padding:9px 11px;margin:9px 0;border-radius:10px;font-size:11px}
.product-price-panel{margin:15px 0;border-radius:14px;box-shadow:0 7px 18px rgba(7,28,59,.06)}
.price-panel-head{padding:9px 13px;font-size:10.5px;letter-spacing:.45px}
.price-panel-head em{padding:4px 7px;font-size:8.5px}
.normal-price-reference{padding:7px 10px;margin:0;font-size:10.5px;border-radius:0}
.price-breakdown{padding:3px 13px}
.price-row{padding:9px 0;font-size:13px}
.price-row strong{font-size:14px}
.price-row span b{padding:3px 6px;font-size:9px}
.price-grand-total{padding:14px 16px}
.price-grand-total span{font-size:9.5px;letter-spacing:.7px}
.price-grand-total strong{font-size:27px;margin:3px 0}
.price-grand-total small{font-size:9.5px}
.purchase-actions{gap:8px}
.purchase-actions .btn{min-height:39px;padding:9px 10px;font-size:11.5px;border-radius:10px}
.info-stack{margin-top:13px;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.info-stack>div{padding:9px 10px;border-radius:10px;min-width:0}
.info-stack b{font-size:11px}
.info-stack span{font-size:9.5px;line-height:1.35}
.product-content-grid{grid-template-columns:minmax(0,1fr) 300px;gap:16px;margin-top:16px}
.product-description-card{margin-top:0;padding:0}
.product-tab-buttons{padding:8px;background:#eef4fb;gap:6px}
.product-tab-buttons button{padding:8px 13px;border-radius:9px;font-size:11px}
.product-tab-pane{padding:22px}
.product-tab-pane h2,.documents-card h2{font-size:23px;margin:8px 0 14px}
.section-kicker{font-size:9px;padding:5px 8px}
.rich-content{font-size:13.5px;line-height:1.65}
.documents-card{padding:18px}
.document-list{gap:7px}
.document-list a{grid-template-columns:38px 1fr auto;padding:9px;border-radius:10px}
.pdf-icon{width:32px;height:32px;border-radius:7px;font-size:9px}
.document-list b{font-size:11.5px}.document-list small{font-size:9.5px}.document-list em{font-size:10px}
.empty-doc,.empty-specs{padding:15px;border-radius:11px;font-size:13px}
.empty-doc p,.empty-specs p{font-size:11px}
.product-cta{margin-top:16px;padding:18px 22px;border-radius:16px}
.product-cta h3{font-size:21px;margin:4px 0}.product-cta span{font-size:9.5px}
.product-cta .btn{min-height:38px;padding:9px 14px;font-size:11px}
@media(max-width:1050px){.product-detail-grid{grid-template-columns:1fr}.product-buy-card{position:static}.product-detail-image{height:360px}.product-content-grid{grid-template-columns:1fr}.documents-card{padding:18px}.info-stack{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.product-detail-section{padding-top:14px!important}.product-detail-image{height:290px;padding:18px}.product-buy-card{padding:18px}.product-buy-card h2{font-size:25px}.info-stack{grid-template-columns:1fr}.product-tab-pane{padding:17px}.product-content-grid{gap:12px}.purchase-actions{grid-template-columns:1fr}.price-grand-total strong{font-size:25px}}

/* v30 conditional product content */
.product-tab-buttons.single-tab{display:none!important}
.product-content-grid.documents-only{grid-template-columns:minmax(0,1fr)!important}
.product-content-grid.documents-only .documents-card{max-width:none;width:100%}

/* v32 product videos */
.product-video-section{margin-top:20px;background:#fff;border:1px solid #e1e8f0;border-radius:18px;padding:20px;box-shadow:0 10px 30px rgba(7,28,59,.06)}.product-video-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}.product-video-head h2{margin:3px 0 0;font-size:23px;color:#071c3b}.product-video-head p{margin:0;color:#708097}.product-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-video-grid.single-video{grid-template-columns:minmax(0,760px)}.product-video-card{border:1px solid #e2e9f2;border-radius:14px;overflow:hidden;background:#f8faff}.product-video-frame{aspect-ratio:16/9;background:#061a38;display:flex;align-items:center;justify-content:center}.product-video-frame video,.product-video-frame iframe{width:100%;height:100%;border:0;object-fit:contain}.product-video-card h3{font-size:15px;margin:0;padding:12px 14px;color:#0b2345}.external-video-link{color:#fff;font-weight:900;padding:15px}.section-kicker{font-weight:900;font-size:11px;letter-spacing:.08em;color:#1768e5}@media(max-width:800px){.product-video-grid{grid-template-columns:1fr}.product-video-head{align-items:flex-start;flex-direction:column;gap:4px}.product-video-section{padding:15px}}


/* v33 compact, structured product video presentation */
.product-video-section{max-width:1060px;margin:16px auto 0;padding:15px;border-radius:16px;background:#fff;border:1px solid #dfe7f1;box-shadow:0 10px 28px rgba(7,28,59,.065)}
.product-video-head{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin:0 0 12px;padding:12px 14px;border:1px solid #e3ebf5;border-radius:13px;background:linear-gradient(135deg,#f5f9ff,#eef5ff)}
.product-video-head-icon{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:11px;background:linear-gradient(145deg,#1268e8,#0b4daf);color:#fff;font-size:13px;box-shadow:0 7px 18px rgba(20,104,232,.22)}
.product-video-head .section-kicker{padding:4px 8px;font-size:9px;letter-spacing:.08em}
.product-video-head h2{margin:4px 0 2px;font-size:19px;line-height:1.15;color:#071c3b}
.product-video-head p{margin:0;font-size:13px;line-height:1.45;color:#6d7c92}
.product-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.product-video-grid.single-video{grid-template-columns:minmax(0,1fr);max-width:820px;margin:0 auto}
.product-video-card{overflow:hidden;border:1px solid #dfe7f1;border-radius:13px;background:#fff;box-shadow:0 7px 20px rgba(7,28,59,.055);transition:transform .18s ease,box-shadow .18s ease}
.product-video-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(7,28,59,.09)}
.product-video-frame{aspect-ratio:16/8.4;max-height:410px;background:linear-gradient(145deg,#edf3fa,#f8fbff);border-bottom:1px solid #e5ebf3}
.product-video-frame video,.product-video-frame iframe{display:block;width:100%;height:100%;border:0;object-fit:contain;background:#f4f7fb}
.product-video-caption{display:flex;align-items:center;gap:9px;padding:10px 12px;background:#fff}
.product-video-caption .video-play-dot{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#e9f2ff;color:#1268e8;font-size:10px;flex:0 0 28px}
.product-video-caption b{display:block;font-size:13px;color:#0b2345;line-height:1.25}
.product-video-caption small{display:block;margin-top:2px;font-size:10px;color:#7a8799}
@media(max-width:800px){.product-video-section{padding:11px}.product-video-head{padding:10px}.product-video-grid{grid-template-columns:1fr}.product-video-frame{aspect-ratio:16/9}.product-video-head h2{font-size:17px}}

/* v34 full-width aligned product sections */
.product-video-section{
  width:100%;
  max-width:none;
  margin:16px 0 0;
  box-sizing:border-box;
}
.product-video-grid.single-video{
  width:100%;
  max-width:none;
  margin:0;
}
.product-content-grid,
.product-content-grid.documents-only{
  display:grid;
  grid-template-columns:minmax(0,1fr)!important;
  width:100%;
  gap:16px;
  margin-top:16px;
}
.product-content-grid .product-description-card,
.product-content-grid .documents-card,
.product-content-grid.documents-only .documents-card{
  width:100%;
  max-width:none;
  box-sizing:border-box;
  margin:0;
}
.product-video-section,
.product-description-card,
.documents-card{
  border-radius:16px;
  border:1px solid #dfe7f1;
  box-shadow:0 10px 28px rgba(7,28,59,.065);
}
@media(max-width:800px){
  .product-video-section,
  .product-content-grid{margin-top:12px}
}

/* v35 larger autoplay video without duplicate caption */
.product-video-card{background:#fff}
.product-video-frame{
  width:100%;
  aspect-ratio:16/9;
  max-height:none;
  border-bottom:0;
  overflow:hidden;
  background:#071a37;
}
.product-video-frame video,
.product-video-frame iframe{
  width:100%;
  height:100%;
  object-fit:cover;
  background:#071a37;
}
.product-video-caption{display:none!important}
@media(min-width:1200px){
  .product-video-frame{min-height:620px}
}
@media(max-width:1199px) and (min-width:801px){
  .product-video-frame{min-height:500px}
}
@media(max-width:800px){
  .product-video-frame{min-height:0;aspect-ratio:16/9}
}

/* v36 separate full-width description and technical blocks */
.product-content-stack{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:16px;
  width:100%;
  margin-top:16px;
}
.product-content-stack>.content-card{
  width:100%;
  max-width:none;
  margin:0;
  box-sizing:border-box;
  border:1px solid #dfe7f1;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(7,28,59,.065);
}
.product-info-block,
.product-content-stack .documents-card{
  padding:22px 24px;
}
.product-info-block-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding-bottom:14px;
  margin-bottom:16px;
  border-bottom:1px solid #e8eef5;
}
.product-info-block-head h2{
  margin:4px 0 0;
  font-size:22px;
  line-height:1.2;
  color:#071c3b;
}
.product-info-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  background:linear-gradient(145deg,#0b68e8,#0754bd);
  color:#fff;
  font-size:14px;
  font-weight:900;
  box-shadow:0 7px 18px rgba(11,104,232,.22);
}
.product-description-block .product-info-icon{background:linear-gradient(145deg,#0b68e8,#0754bd)}
.product-technical-block .product-info-icon{background:linear-gradient(145deg,#0c8c78,#08705f)}
.product-content-stack .documents-card .product-info-icon{font-size:9px;background:linear-gradient(145deg,#df3a46,#b8222d)}
.product-info-block .rich-content{
  color:#334a68;
  font-size:14px;
  line-height:1.75;
}
.product-info-block .rich-content>:first-child{margin-top:0}
.product-info-block .rich-content>:last-child{margin-bottom:0}
@media(max-width:700px){
  .product-content-stack{gap:12px;margin-top:12px}
  .product-info-block,.product-content-stack .documents-card{padding:17px}
  .product-info-block-head{gap:10px;margin-bottom:13px;padding-bottom:12px}
  .product-info-block-head h2{font-size:19px}
  .product-info-icon{width:34px;height:34px;flex-basis:34px}
}

/* v40 align video section width with description/technical blocks */
.product-video-section{
  display:block!important;
  width:min(820px,100%)!important;
  max-width:820px!important;
  margin:16px auto 0!important;
  padding:15px!important;
  box-sizing:border-box;
}
.product-video-grid.single-video{
  width:100%;
  max-width:820px;
  margin:0 auto;
}
.product-video-frame{
  width:100%;
  min-height:0!important;
  max-height:410px;
  aspect-ratio:16/8.4;
  overflow:hidden;
  background:linear-gradient(145deg,#edf3fa,#f8fbff);
  border-bottom:0;
}
.product-video-frame video,
.product-video-frame iframe{
  width:100%;
  height:100%;
  object-fit:contain;
  background:#f4f7fb;
}
@media(max-width:800px){
  .product-video-section{width:100%!important;max-width:100%!important;padding:11px!important}
  .product-video-grid.single-video{max-width:none}
  .product-video-frame{max-height:none;aspect-ratio:16/9}
}

/* v41 align description / technical / documents with product video section width */
.product-content-stack{
  width:100%;
  max-width:1060px;
  margin:16px auto 0;
  gap:14px;
}
.product-content-stack>.content-card{
  width:100%;
  max-width:1060px;
}
.product-info-block,
.product-content-stack .documents-card{
  padding:18px 20px;
}
.product-info-block-head{
  margin-bottom:13px;
  padding-bottom:12px;
}
.product-info-block-head h2{
  font-size:20px;
}
.product-info-block .rich-content{
  font-size:13.5px;
  line-height:1.65;
}
@media(max-width:900px){
  .product-content-stack{max-width:none}
  .product-content-stack>.content-card{max-width:none}
}


/* v39 hard containment for rich product blocks */
.product-content-stack{
  display:flex!important;
  flex-direction:column!important;
  width:min(1060px,100%)!important;
  max-width:1060px!important;
  margin:16px auto 0!important;
  padding:0!important;
  gap:14px!important;
  position:relative;
  overflow:visible;
}
.product-content-stack>.content-card,
.product-content-stack>.product-info-block,
.product-content-stack>.documents-card{
  display:block!important;
  width:100%!important;
  max-width:1060px!important;
  min-width:0!important;
  margin:0!important;
  overflow:hidden!important;
}
.product-content-stack .rich-content{
  width:100%!important;
  max-width:100%!important;
  overflow-wrap:anywhere;
  word-break:normal;
}
.product-content-stack .rich-content img,
.product-content-stack .rich-content table{max-width:100%!important}
@media(max-width:900px){
  .product-content-stack{width:100%!important;max-width:1060px!important;padding:0 12px!important}
}


/* v42 final layout: top row two col-6, lower sections full-width col-12 */
.product-video-section,
.product-content-stack,
.product-cta{
  width:100%!important;
  max-width:none!important;
  margin:16px 0 0!important;
  box-sizing:border-box;
}
.product-content-stack>.content-card{
  width:100%!important;
  max-width:none!important;
}
.product-video-grid.single-video{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.product-video-card{
  width:100%;
  max-width:none;
}
.product-video-frame{
  max-height:560px;
}
@media(max-width:800px){
  .product-video-section,
  .product-content-stack,
  .product-cta{margin-top:12px!important}
  .product-video-frame{max-height:none}
}

/* v43 exact shared width for all lower product sections */
.product-video-section,
.product-content-stack,
.product-cta{
  display:block!important;
  width:min(1060px,100%)!important;
  max-width:1060px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
.product-content-stack{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
}
.product-content-stack>.content-card,
.product-content-stack>.product-info-block,
.product-content-stack>.documents-card{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
.product-video-grid.single-video,
.product-video-card{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
.product-cta{
  display:flex!important;
}
@media(max-width:900px){
  .product-video-section,
  .product-content-stack,
  .product-cta{
    width:100%!important;
    max-width:100%!important;
  }
}


/* v44 align top product row with compact lower content width */
.product-detail-grid{
  width:min(1060px,100%)!important;
  max-width:1060px!important;
  margin:0 auto!important;
}
.product-gallery-card,.product-buy-card{height:100%;}
.product-gallery-card{display:flex;flex-direction:column;}
.product-detail-image{flex:1;}
.product-mini-benefits{display:none!important;}
@media(max-width:1050px){
  .product-detail-grid{width:100%!important;max-width:1060px!important;}
}


/* v45 product gallery card with framed visuals and header like videos */
.product-gallery-card{
  padding:15px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.product-gallery-head{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  margin:0;
  padding:12px 14px;
  border:1px solid #e3ebf5;
  border-radius:13px;
  background:linear-gradient(135deg,#f5f9ff,#eef5ff);
}
.product-gallery-head-icon{
  width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;
  border-radius:11px;background:linear-gradient(145deg,#1268e8,#0b4daf);color:#fff;font-size:14px;font-weight:900;
  box-shadow:0 7px 18px rgba(20,104,232,.22);
}
.product-gallery-head .section-kicker{padding:4px 8px;font-size:9px;letter-spacing:.08em}
.product-gallery-head h2{margin:4px 0 2px;font-size:19px;line-height:1.15;color:#071c3b}
.product-gallery-head p{margin:0;font-size:13px;line-height:1.45;color:#6d7c92}
.product-gallery-body{
  border:1px solid #dfe7f1;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 7px 20px rgba(7,28,59,.055);
}
.product-detail-image{
  border:0;
  border-bottom:1px solid #e5ebf3;
  border-radius:0;
  background:linear-gradient(145deg,#edf3fa,#f8fbff);
}
.product-thumbs{
  margin:0;
  padding:10px 12px;
  border-top:0;
  background:#fff;
}
@media(max-width:700px){
  .product-gallery-card{padding:11px}
  .product-gallery-head{padding:10px}
  .product-gallery-head h2{font-size:17px}
}


/* v46: more compact and polished category/product listing page */
.sidebar-products{grid-template-columns:200px minmax(0,1fr)!important;gap:14px!important;align-items:start}
.catalog-sidebar{gap:14px!important}
.filter-card,.catalog-help{padding:16px!important;border-radius:18px!important}
.filter-card h3{font-size:18px;margin-bottom:10px}
.filter-card a{padding:10px 12px!important;font-size:12.5px;border-radius:12px}
.filter-card a.subcat{margin-left:6px;font-size:13px;opacity:.95}
.catalog-help b{display:block;font-size:16px;line-height:1.35;margin-bottom:8px}
.catalog-help p{font-size:12.5px;line-height:1.55;margin:0 0 12px}
.catalog-toolbar{padding:14px 16px!important;margin-bottom:14px!important;border-radius:18px!important}
.catalog-toolbar h2{font-size:18px;line-height:1.2}
.catalog-toolbar .muted{font-size:12.5px}
.catalog-badge{padding:7px 11px;font-size:11px}
.product-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
.product-card-modern{border-radius:20px!important;overflow:hidden;box-shadow:0 14px 34px rgba(7,28,59,.07)!important}
.product-image-wrap{height:180px!important;padding:14px!important;background:linear-gradient(180deg,#fcfdff,#eef3f8)!important}
.category-chip{left:10px;top:10px;padding:5px 9px;font-size:10px}
.product-card-content{padding:14px 14px 15px!important}
.product-card-content .sku{display:block;font-size:11px;color:#7a8799;margin-bottom:3px}
.product-card-content h3{margin:4px 0 6px!important;font-size:15px!important;line-height:1.3}
.product-card-content p{height:36px!important;font-size:12.5px!important;line-height:1.45!important;margin-bottom:8px}
.stock-line{margin:8px 0 10px!important;font-size:13px!important}
.price-pair-public{padding:12px!important;border-radius:16px!important;background:#f8fbff;border:1px solid #dfe9f5!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
.price-pair-public .incl{padding:12px 14px!important;border:1px solid #d2e2f4!important;background:linear-gradient(135deg,#eff6ff,#ffffff)!important;border-radius:14px!important}
.price-pair-public .incl small{font-size:10px!important;font-weight:800!important;letter-spacing:.03em!important;text-transform:uppercase!important;color:#6a7890!important}
.price-pair-public .incl strong{font-size:18px!important;line-height:1.1!important;color:#0a2f61!important}
.dealer-price-active{border:1px solid #9fd7bd!important;background:linear-gradient(145deg,#f3fff8,#ebfaf2)!important}
.dealer-price-note{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;padding:5px 9px!important;border-radius:999px!important;background:#0b7a43!important;color:#fff!important;font-size:10px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;line-height:1.1!important;box-shadow:0 6px 14px rgba(11,122,67,.18)!important}
.list-price-old{padding:8px 10px!important;border-radius:12px!important;background:#ffffff!important;border:1px dashed #cfe0d6!important;color:#6f7d90!important;font-size:11px!important}
.list-price-old del{font-weight:700;color:#7d8898!important}
.card-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important;margin-top:12px}
.card-actions .btn{min-height:40px!important;padding:10px 12px!important;font-size:13px!important;border-radius:999px!important}
@media(max-width:1100px){
  .product-grid-modern{grid-template-columns:1fr!important}
}
@media(max-width:900px){
  .sidebar-products{grid-template-columns:1fr!important}
}


/* v47 ultra compact product catalogue */
.sidebar-products{grid-template-columns:185px minmax(0,1fr)!important;gap:12px!important}
.catalog-sidebar{gap:12px!important}
.filter-card,.catalog-help{padding:13px!important;border-radius:16px!important}
.filter-card h3{font-size:16px!important;margin:0 0 8px!important;line-height:1.2!important}
.filter-card a{padding:8px 10px!important;font-size:11.5px!important;line-height:1.2!important;border-radius:10px!important}
.catalog-help b{font-size:14px!important;line-height:1.25!important}
.catalog-help p{font-size:11px!important;line-height:1.35!important;margin:6px 0 10px!important}
.catalog-help .btn{min-height:34px!important;padding:7px 11px!important;font-size:11px!important}
.catalog-toolbar{padding:10px 13px!important;margin-bottom:10px!important;border-radius:15px!important;min-height:0!important}
.catalog-toolbar h2{font-size:16px!important;line-height:1.15!important;margin:0!important}
.catalog-toolbar .muted{font-size:11px!important;line-height:1.2!important}
.catalog-badge{padding:5px 9px!important;font-size:9.5px!important}
.product-grid-modern{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
.product-card-modern{border-radius:15px!important;box-shadow:0 8px 20px rgba(7,28,59,.06)!important}
.product-card-modern:hover{transform:translateY(-2px)!important;box-shadow:0 12px 26px rgba(7,28,59,.09)!important}
.product-image-wrap{height:125px!important;padding:9px!important}
.category-chip{left:8px!important;top:8px!important;padding:4px 7px!important;font-size:8.5px!important}
.product-card-content{padding:10px!important}
.product-card-content .sku{font-size:9.5px!important;margin-bottom:2px!important;line-height:1.1!important}
.product-card-content h3{font-size:13px!important;line-height:1.2!important;margin:3px 0 4px!important}
.product-card-content p{height:30px!important;font-size:10.5px!important;line-height:1.35!important;margin:0 0 5px!important}
.stock-line{margin:5px 0 7px!important;font-size:10px!important;line-height:1.2!important}
.price-pair-public{padding:8px!important;border-radius:12px!important;gap:5px!important}
.price-pair-public .incl{padding:8px 9px!important;border-radius:10px!important}
.price-pair-public .incl small{font-size:8px!important;line-height:1.1!important}
.price-pair-public .incl strong{font-size:15px!important;line-height:1.05!important;margin-top:2px!important}
.dealer-price-note{padding:4px 7px!important;font-size:8px!important;margin-bottom:0!important}
.list-price-old{padding:5px 7px!important;border-radius:9px!important;font-size:9px!important;line-height:1.1!important}
.card-actions{gap:5px!important;margin-top:8px!important}
.card-actions .btn{min-height:36px!important;padding:7px 8px!important;font-size:9.5px!important;line-height:1.1!important}
@media(max-width:1200px){.product-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:760px){.product-grid-modern{grid-template-columns:1fr!important}}
@media(max-width:760px){.sidebar-products{grid-template-columns:1fr!important}.product-grid-modern{grid-template-columns:1fr!important}.product-image-wrap{height:150px!important}}

/* v48 force max 3 compact product cards per row */
.product-card-modern{min-width:0}
.product-card-content h3{font-size:14px!important;line-height:1.25!important}
.product-card-content p{font-size:13px!important;line-height:1.38!important;height:34px!important}
.stock-line{font-size:11.5px!important;margin:6px 0 8px!important}
.price-pair-public .incl strong{font-size:17px!important}
.card-actions .btn{min-height:38px!important;padding:9px 10px!important;font-size:11.5px!important}


/* v49 slightly relaxed spacing while preserving compact 3-column layout */
.product-card-content{padding:15px 15px 16px!important}
.product-card-content h3{line-height:1.35!important;margin:5px 0 7px!important}
.product-card-content p{font-size:12.2px!important;line-height:1.5!important;height:38px!important;margin:0 0 9px!important}
.stock-line{line-height:1.4!important;margin:8px 0 10px!important}
.price-pair-public{gap:9px!important;margin:10px 0 0!important}
.price-pair-public .incl{padding:13px 14px!important}
.list-price-old{margin-top:2px!important;line-height:1.4!important}
.card-actions{margin-top:13px!important}
.product-grid-modern{row-gap:13px!important}

/* v50 balanced catalogue sizing: keep 3 columns, improve readability */
.sidebar-products{grid-template-columns:210px minmax(0,1fr)!important;gap:15px!important}
.catalog-sidebar{gap:14px!important}
.filter-card,.catalog-help{padding:16px!important;border-radius:17px!important}
.filter-card h3{font-size:18px!important;margin:0 0 10px!important;line-height:1.25!important}
.filter-card a{padding:10px 12px!important;font-size:13px!important;line-height:1.3!important;border-radius:11px!important}
.catalog-help b{font-size:15px!important;line-height:1.35!important}
.catalog-help p{font-size:12.5px!important;line-height:1.5!important;margin:8px 0 12px!important}
.catalog-help .btn{min-height:37px!important;padding:8px 13px!important;font-size:13px!important}
.catalog-toolbar{padding:13px 16px!important;margin-bottom:12px!important;border-radius:16px!important}
.catalog-toolbar h2{font-size:18px!important;line-height:1.2!important}
.catalog-toolbar .muted{font-size:12.5px!important;line-height:1.35!important}
.catalog-badge{padding:6px 10px!important;font-size:10.5px!important}
.product-grid-modern{grid-template-columns:repeat(3,minmax(0,1fr))!important;column-gap:13px!important;row-gap:15px!important}
.product-card-modern{border-radius:17px!important}
.product-image-wrap{height:150px!important;padding:12px!important}
.category-chip{left:9px!important;top:9px!important;padding:5px 8px!important;font-size:9.5px!important}
.product-card-content{padding:13px 13px 14px!important}
.product-card-content .sku{font-size:10.5px!important;line-height:1.25!important;margin-bottom:3px!important}
.product-card-content h3{font-size:15px!important;line-height:1.35!important;margin:4px 0 6px!important}
.product-card-content p{font-size:12.5px!important;line-height:1.5!important;height:38px!important;margin:0 0 8px!important}
.stock-line{font-size:11.5px!important;line-height:1.4!important;margin:7px 0 9px!important}
.price-pair-public{padding:9px!important;gap:7px!important;border-radius:13px!important;margin:9px 0 0!important}
.price-pair-public .incl{padding:10px 11px!important;border-radius:11px!important}
.price-pair-public .incl small{font-size:8.8px!important;line-height:1.25!important}
.price-pair-public .incl strong{font-size:17px!important;line-height:1.15!important;margin-top:3px!important}
.dealer-price-note{padding:4px 8px!important;font-size:8.8px!important}
.list-price-old{padding:6px 8px!important;font-size:9.5px!important;line-height:1.3!important}
.card-actions{gap:7px!important;margin-top:10px!important}
.card-actions .btn{min-height:36px!important;padding:8px 9px!important;font-size:10.5px!important;line-height:1.2!important}
@media(max-width:1200px){.product-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:760px){.sidebar-products{grid-template-columns:1fr!important}.product-grid-modern{grid-template-columns:1fr!important}.product-image-wrap{height:170px!important}}


/* v51: slightly larger catalog cards and visible list price while keeping 3-column layout */
.sidebar-products{grid-template-columns:235px 1fr!important;gap:18px!important}
.filter-card,.catalog-help{padding:18px!important;border-radius:18px!important}
.filter-card h3{font-size:19px!important;margin:0 0 12px!important;line-height:1.25!important}
.filter-card a{padding:11px 13px!important;font-size:13.5px!important;line-height:1.35!important;border-radius:12px!important}
.catalog-help b{font-size:16px!important;line-height:1.4!important}
.catalog-help p{font-size:13px!important;line-height:1.55!important;margin:8px 0 12px!important}
.catalog-help .btn{min-height:38px!important;padding:8px 14px!important;font-size:12.5px!important}
.catalog-toolbar{padding:16px 18px!important}
.catalog-toolbar h2{font-size:20px!important;line-height:1.2!important}
.catalog-toolbar .muted{font-size:13px!important;line-height:1.5!important}
.product-grid-modern{grid-template-columns:repeat(3,minmax(0,1fr))!important;column-gap:14px!important;row-gap:16px!important}
.product-card-modern{border-radius:20px!important}
.product-image-wrap{height:160px!important;padding:13px!important}
.category-chip{padding:6px 10px!important;font-size:10.5px!important}
.product-card-content{padding:16px!important}
.product-card-content .sku{font-size:13px!important;line-height:1.35!important;margin-bottom:4px!important}
.product-card-content h3{font-size:16px!important;line-height:1.35!important;margin:5px 0 7px!important}
.product-card-content p{font-size:13px!important;line-height:1.5!important;height:40px!important;margin-bottom:8px!important}
.stock-line{font-size:12.5px!important;line-height:1.45!important;margin:8px 0 10px!important}
.price-pair-public{padding:12px!important;border-radius:15px!important}
.dealer-price-note{padding:5px 10px!important;font-size:10px!important;margin-bottom:7px!important}
.price-pair-public .incl{padding:12px 14px!important;border-radius:13px!important}
.price-pair-public .incl small{font-size:10.5px!important;line-height:1.3!important}
.price-pair-public .incl strong{font-size:17px!important;line-height:1.15!important}
.list-price-old{padding:7px 9px!important;border-radius:10px!important;font-size:11.5px!important;line-height:1.45!important;color:#55657d!important;background:#ffffff!important;border:1px dashed #cfe0d6!important}
.list-price-old del{font-size:11.5px!important;font-weight:800!important;color:#6d7b8e!important;opacity:1!important;text-decoration-thickness:1.6px}
.card-actions{gap:9px!important;margin-top:12px!important}
.card-actions .btn{min-height:38px!important;padding:9px 11px!important;font-size:11.5px!important;line-height:1.2!important}
@media(max-width:1200px){.sidebar-products{grid-template-columns:220px 1fr!important}.product-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:760px){.sidebar-products{grid-template-columns:1fr!important}.product-grid-modern{grid-template-columns:1fr!important}.product-image-wrap{height:170px!important}}


/* v53 compact modern footer */
.footer{
  background:linear-gradient(180deg,#061a38 0%,#05162f 100%);
  color:#c9d7ea;
  padding:30px 0 14px;
}
.footer-shell{
  border-radius:22px 22px 0 0;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.15fr .9fr .9fr 1.1fr;
  gap:26px;
  align-items:flex-start;
}
.footer-brand{font-size:20px;font-weight:900;letter-spacing:.03em;color:#fff;margin-bottom:10px}
.footer-brand-block p{
  margin:0;
  max-width:340px;
  font-size:13.5px;
  line-height:1.75;
  color:#d7e2f0;
}
.footer-col h4{
  margin:2px 0 10px;
  color:#fff;
  font-size:15px;
  letter-spacing:.02em;
}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{margin:0}
.footer-links a,
.footer-contact-list li{
  display:block;
  padding:5px 0;
  font-size:13.5px;
  line-height:1.55;
  color:#d7e2f0;
}
.footer-links a:hover{color:#fff}
.footer-contact-list li{color:#d7e2f0}
.footer-bottom{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(114,145,187,.28);
}
.footer-bottom small{
  display:block;
  font-size:12.5px;
  color:#c5d3e6;
}
@media(max-width:900px){
  .footer{padding:24px 0 14px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:18px}
}
@media(max-width:560px){
  .footer-grid{grid-template-columns:1fr;gap:14px}
  .footer-brand{font-size:18px}
  .footer-brand-block p,.footer-links a,.footer-contact-list li{font-size:13px}
}


/* v54 icon enrichment */
.topbar-left,.topbar-right{display:inline-flex;align-items:center;gap:8px}
.topbar-divider{display:inline-block;width:1px;height:12px;background:rgba(220,232,251,.35);margin:0 6px}
.topbar i{font-size:13px;opacity:.95}
.head-actions a,.nav a,.footer a,.btn,.contact-item a{display:inline-flex;align-items:center;gap:8px}
.nav > .container > ul > li > a i{font-size:14px;opacity:.95}
.nav ul ul a{display:flex;align-items:center;justify-content:flex-start;gap:8px}
.nav ul ul a i{font-size:13px;opacity:.9;min-width:12px}
.search button i{font-size:15px}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-brand i{font-size:18px;color:#7fb0ff}
.footer-col h4{display:flex;align-items:center;gap:8px}
.footer-col h4 i{color:#8ab7ff;font-size:15px}
.footer-links a{display:flex;align-items:center;gap:8px}
.footer-links a i{font-size:13px;color:#8ab7ff;flex:0 0 12px}
.footer-contact-list li{display:flex;align-items:flex-start;gap:10px}
.footer-contact-list li i{color:#8ab7ff;font-size:14px;line-height:1.45;margin-top:2px}
.footer-contact-list li span,.footer-contact-list li a{display:inline-block}
.stock-line{display:flex;align-items:center;gap:6px;font-weight:800}
.stock-line i{font-size:13px}
.dealer-price-note{display:inline-flex;align-items:center;gap:6px}
.card-actions .btn i{font-size:14px}
.purchase-actions .btn i,.product-cta .btn i{font-size:15px}
.info-stack>div{display:flex;align-items:flex-start;gap:10px}
.info-stack>div>i{font-size:18px;color:var(--blue);margin-top:2px;flex:0 0 18px}
.info-stack>div>div{display:flex;flex-direction:column}
.product-gallery-head,.product-video-head,.product-info-block-head{display:flex;align-items:flex-start;gap:14px}
.product-gallery-head-icon,.product-video-head-icon,.product-info-icon{display:grid;place-items:center}
.product-gallery-head-icon i,.product-video-head-icon i,.product-info-icon i{font-size:18px}
.contact-item{display:flex;align-items:flex-start;gap:14px}
.contact-item-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#edf4ff;color:var(--blue);box-shadow:0 10px 24px rgba(23,104,229,.08)}
.contact-item-icon.whatsapp{background:#e9f8f0;color:#14a44d}
.contact-item>div:last-child{display:flex;flex-direction:column;gap:6px}
.whatsapp-float{display:inline-flex;align-items:center;gap:9px}
.btn i.bi-whatsapp{font-size:16px}


/* v55 contact + global whatsapp */
.topbar-right{color:#dce8fb;font-weight:700;transition:opacity .18s ease}
.topbar-right:hover{opacity:.9;color:#fff}
.contact-page .container{max-width:1240px}
.contact-hero-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;margin-bottom:18px;background:linear-gradient(135deg,#f7fbff,#eef5fe);border:1px solid #dce8f3;border-radius:24px;box-shadow:0 12px 34px rgba(8,38,75,.06)}
.contact-mini-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#e8f1ff;color:#1768e5;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.contact-hero-copy h2{margin:12px 0 8px;font-size:32px;color:#08264c;letter-spacing:-.8px}
.contact-hero-copy p{margin:0;color:#61728a;line-height:1.7;max-width:760px}
.contact-hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px}.contact-hero-badges span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #dce8f3;color:#1b3358;font-size:13px;font-weight:700}
.contact-hero-cta{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.contact-layout-compact{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:18px;align-items:start}
.contact-form-card,.contact-info-card,.contact-mini-panel,.map-card-modern{padding:22px}
.contact-block-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.contact-block-head.compact{margin-bottom:16px}
.contact-block-head h2{margin:0 0 5px;font-size:20px;color:#09284f}.contact-block-head p{margin:0;color:#708097;font-size:13px;line-height:1.6}
.contact-block-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#1768e5,#0a57c9);color:#fff;box-shadow:0 14px 30px rgba(23,104,229,.18);flex:0 0 50px}.contact-block-icon.alt{background:linear-gradient(135deg,#0d325f,#1768e5)}.contact-block-icon.map{background:linear-gradient(135deg,#0a7ad6,#0a57c9)}.contact-block-icon i{font-size:18px}
.contact-form-modern label{display:flex;align-items:center;gap:8px;font-weight:800;color:#17375e;margin-bottom:8px}.contact-form-modern label i{color:#1768e5;font-size:14px}.contact-form-grid{gap:12px 16px}.contact-form-modern .form-control{height:48px;border-radius:14px;background:#fbfdff}.contact-form-modern textarea.form-control{height:auto;min-height:120px;padding-top:14px}.form-message-group{margin-top:10px}.contact-form-actions{margin-top:14px;display:flex;justify-content:flex-start}
.contact-side-compact{display:grid;gap:18px}
.contact-info-list{display:grid;gap:12px}.contact-info-row{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid #e0e8f2;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(8,38,75,.04);transition:.18s}.contact-info-row:hover{transform:translateY(-1px);border-color:#bcd2ee;box-shadow:0 14px 28px rgba(8,38,75,.08)}.contact-info-row.static:hover{transform:none}.contact-info-row.whatsapp:hover{border-color:#bce7cf}
.contact-info-row-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#edf4ff;color:#1768e5;flex:0 0 44px}.contact-info-row.whatsapp .contact-info-row-icon{background:#eaf8ef;color:#17a34a}.contact-info-row-body{display:flex;flex-direction:column;gap:4px}.contact-info-row-body b{font-size:15px;color:#0c284e}.contact-info-row-body small{font-size:13px;color:#5d6d84;line-height:1.55}
.contact-mini-panel h3{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:#09284f;font-size:18px}.contact-mini-panel h3 i{color:#1768e5}.contact-mini-panel p{margin:0 0 14px;color:#6b7b91;line-height:1.7}
.map-card-modern{margin-top:18px}.map-frame-wrap{border-radius:18px;overflow:hidden;border:1px solid #dce7f2;background:#eef5fe;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}.map-frame-wrap iframe{display:block}
.global-whatsapp{position:fixed;right:18px;bottom:18px;z-index:999;min-width:56px;height:56px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,#1db954,#0f9f43);color:#fff!important;font-weight:900;box-shadow:0 18px 34px rgba(16,160,67,.28);display:inline-flex;align-items:center;gap:10px}.global-whatsapp i{font-size:22px}.global-whatsapp:hover{transform:translateY(-2px);box-shadow:0 22px 38px rgba(16,160,67,.34)}
@media(max-width:1080px){.contact-layout-compact{grid-template-columns:1fr}.contact-hero-card{flex-direction:column;align-items:flex-start}.contact-hero-cta{justify-content:flex-start}.contact-side-compact{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.contact-page .container{width:min(94%,94%)}.contact-hero-card,.contact-form-card,.contact-info-card,.contact-mini-panel,.map-card-modern{padding:18px}.contact-side-compact{grid-template-columns:1fr}.contact-hero-copy h2{font-size:25px}.global-whatsapp{right:14px;bottom:14px;height:52px;padding:0 16px}.global-whatsapp span{display:none}}


/* v56 tighter contact page */
.contact-page{padding:28px 0 34px!important}
.contact-page .page-head{padding:28px 0!important}
.contact-hero-card{padding:16px 18px!important;margin-bottom:14px!important;border-radius:20px!important}
.contact-mini-kicker{padding:6px 10px!important;font-size:10px!important}
.contact-hero-copy h2{font-size:26px!important;margin:9px 0 5px!important}
.contact-hero-copy p{font-size:13px!important;line-height:1.55!important}
.contact-hero-badges{margin-top:10px!important;gap:7px!important}
.contact-hero-badges span{padding:7px 10px!important;font-size:11px!important}
.contact-hero-cta{gap:8px!important}
.contact-hero-cta .btn{min-height:38px!important;padding:9px 13px!important;font-size:13px!important}
.contact-layout-compact{gap:14px!important;grid-template-columns:minmax(0,1.6fr) minmax(300px,.7fr)!important}
.contact-form-card,.contact-info-card,.contact-mini-panel,.map-card-modern{padding:18px!important;border-radius:18px!important}
.contact-block-head{gap:11px!important;margin-bottom:14px!important}
.contact-block-head.compact{margin-bottom:12px!important}
.contact-block-head h2{font-size:18px!important;margin-bottom:3px!important}
.contact-block-head p{font-size:13px!important;line-height:1.45!important}
.contact-block-icon{width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:13px!important}
.contact-block-icon i{font-size:16px!important}
.contact-form-grid{gap:9px 12px!important}
.contact-form-modern .form-group{margin-bottom:10px!important}
.contact-form-modern label{font-size:13px!important;margin-bottom:6px!important}
.contact-form-modern .form-control{height:42px!important;padding:10px 12px!important;border-radius:12px!important;font-size:13px!important}
.contact-form-modern textarea.form-control{min-height:96px!important;height:96px!important;padding-top:11px!important}
.form-message-group{margin-top:4px!important}
.contact-form-actions{margin-top:10px!important}
.contact-form-actions .btn{min-height:38px!important;padding:9px 14px!important;font-size:13px!important}
.contact-side-compact{gap:14px!important}
.contact-info-list{gap:8px!important}
.contact-info-row{gap:10px!important;padding:10px 11px!important;border-radius:13px!important}
.contact-info-row-icon{width:38px!important;height:38px!important;flex-basis:38px!important;border-radius:11px!important}
.contact-info-row-body{gap:2px!important}
.contact-info-row-body b{font-size:13px!important}
.contact-info-row-body small{font-size:11.5px!important;line-height:1.4!important}
.contact-mini-panel h3{font-size:16px!important;margin-bottom:7px!important}
.contact-mini-panel p{font-size:13px!important;line-height:1.5!important;margin-bottom:10px!important}
.contact-mini-panel .btn{min-height:36px!important;padding:8px 12px!important;font-size:11.5px!important}
.map-card-modern{margin-top:14px!important}
.map-frame-wrap{border-radius:14px!important}
.map-frame-wrap iframe{height:280px!important}
@media(max-width:1080px){
  .contact-layout-compact{grid-template-columns:1fr!important}
  .contact-side-compact{grid-template-columns:1fr 1fr!important}
}
@media(max-width:720px){
  .contact-page{padding:22px 0 28px!important}
  .contact-side-compact{grid-template-columns:1fr!important}
  .contact-hero-copy h2{font-size:23px!important}
  .contact-form-card,.contact-info-card,.contact-mini-panel,.map-card-modern{padding:15px!important}
  .map-frame-wrap iframe{height:250px!important}
}


/* v59 nested header categories open to the right */
@media(min-width:901px){
  .nav ul ul{
    overflow:visible!important;
  }
  .nav ul ul li{
    position:relative;
  }
  .nav ul ul ul{
    display:none;
    position:absolute;
    top:-3px;
    left:100%;
    min-width:240px;
    margin-left:4px;
    padding:4px 0;
    background:#092650;
    border-radius:14px;
    box-shadow:0 16px 34px rgba(0,0,0,.22);
    z-index:30;
  }
  .nav ul ul li:hover>ul{
    display:block;
  }
  .nav ul ul li:has(>ul)>a{
    padding-right:36px;
  }
  .nav ul ul li:has(>ul)>a:after{
    content:"›";
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%);
    font-size:18px;
    line-height:1;
    color:#9fc5f7;
  }
  .nav ul ul ul a{
    margin:3px 6px;
    white-space:nowrap;
  }
}
@media(max-width:900px){
  .nav ul ul ul{
    position:static;
    display:block;
    margin:0;
    padding-left:14px;
    box-shadow:none;
    border-radius:0;
    background:rgba(255,255,255,.035);
  }
}


/* v60 compact floating WhatsApp button */
.global-whatsapp{
  right:14px!important;
  bottom:14px!important;
  min-width:0!important;
  width:44px!important;
  height:44px!important;
  padding:0!important;
  border-radius:50%!important;
  justify-content:center!important;
  gap:0!important;
  box-shadow:0 10px 24px rgba(16,160,67,.25)!important;
}
.global-whatsapp i{font-size:19px!important;line-height:1!important}
.global-whatsapp span{display:none!important}
.global-whatsapp:hover{transform:translateY(-1px)!important}
@media(max-width:720px){
  .global-whatsapp{right:11px!important;bottom:11px!important;width:42px!important;height:42px!important}
  .global-whatsapp i{font-size:18px!important}
}


/* v61 compact WhatsApp icon that expands on hover */
.global-whatsapp{
  width:44px!important;
  min-width:44px!important;
  height:44px!important;
  padding:0 13px!important;
  border-radius:999px!important;
  justify-content:flex-start!important;
  gap:0!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  transition:width .24s ease,transform .18s ease,box-shadow .18s ease,gap .24s ease!important;
}
.global-whatsapp i{
  flex:0 0 18px!important;
  width:18px!important;
  text-align:center!important;
}
.global-whatsapp span{
  display:inline-block!important;
  max-width:0!important;
  opacity:0!important;
  overflow:hidden!important;
  transform:translateX(-4px)!important;
  transition:max-width .24s ease,opacity .18s ease,transform .24s ease!important;
  font-size:13px!important;
  line-height:1!important;
}
@media(hover:hover) and (pointer:fine){
  .global-whatsapp:hover{
    width:126px!important;
    gap:8px!important;
    transform:translateY(-2px)!important;
    box-shadow:0 14px 28px rgba(16,160,67,.32)!important;
  }
  .global-whatsapp:hover span{
    max-width:70px!important;
    opacity:1!important;
    transform:translateX(0)!important;
  }
}
@media(max-width:720px){
  .global-whatsapp{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    padding:0 12px!important;
  }
  .global-whatsapp span{display:none!important}
}


/* v62 stacked floating phone + WhatsApp buttons */
.floating-contact-stack{
  position:fixed;
  right:14px;
  bottom:14px;
  z-index:999;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
}
.floating-contact{
  position:relative!important;
  right:auto!important;
  bottom:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:44px!important;
  min-width:44px!important;
  height:44px!important;
  padding:0 13px!important;
  border-radius:999px!important;
  gap:0!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  color:#fff!important;
  font-weight:900!important;
  box-shadow:0 10px 24px rgba(8,38,75,.2)!important;
  transition:width .24s ease,transform .18s ease,box-shadow .18s ease,gap .24s ease!important;
}
.floating-contact i{
  flex:0 0 18px!important;
  width:18px!important;
  text-align:center!important;
  font-size:18px!important;
  line-height:1!important;
}
.floating-contact span{
  display:inline-block!important;
  max-width:0!important;
  opacity:0!important;
  overflow:hidden!important;
  transform:translateX(-4px)!important;
  transition:max-width .24s ease,opacity .18s ease,transform .24s ease!important;
  font-size:13px!important;
  line-height:1!important;
}
.global-phone{
  background:linear-gradient(135deg,#1768e5,#0755c9)!important;
  box-shadow:0 10px 24px rgba(23,104,229,.25)!important;
}
.global-whatsapp{
  background:linear-gradient(135deg,#1db954,#0f9f43)!important;
  box-shadow:0 10px 24px rgba(16,160,67,.25)!important;
}
@media(hover:hover) and (pointer:fine){
  .floating-contact:hover{
    width:126px!important;
    gap:8px!important;
    transform:translateY(-2px)!important;
  }
  .global-phone:hover{box-shadow:0 14px 28px rgba(23,104,229,.32)!important}
  .global-whatsapp:hover{box-shadow:0 14px 28px rgba(16,160,67,.32)!important}
  .floating-contact:hover span{
    max-width:72px!important;
    opacity:1!important;
    transform:translateX(0)!important;
  }
}
@media(max-width:720px){
  .floating-contact-stack{right:11px;bottom:11px;gap:7px}
  .floating-contact{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    padding:0 12px!important;
  }
  .floating-contact i{font-size:17px!important}
  .floating-contact span{display:none!important}
}


/* v63 compact my account page */
.compact-account-head{padding:26px 0 24px!important;}
.compact-account-head .eyebrow{display:inline-block;font-size:11px;letter-spacing:.18em;margin-bottom:6px;color:#d9e6f7;font-weight:800;}
.compact-account-head h1{font-size:42px!important;line-height:1.05;margin-bottom:6px!important;}
.compact-account-head p{font-size:15px!important;line-height:1.45;max-width:760px;}
.account-page-section{padding:22px 0 34px!important;}
.premium-account-layout{grid-template-columns:208px minmax(0,1fr)!important;gap:14px!important;align-items:start;}
.compact-account-menu{padding:12px 12px 14px!important;border-radius:18px!important;}
.compact-account-menu .account-avatar{width:44px;height:44px;border-radius:14px;font-size:20px;margin-bottom:8px;}
.compact-account-menu h3{font-size:14px;margin:0 0 5px;}
.compact-account-menu .badge{font-size:10px;padding:4px 8px;margin-bottom:6px;}
.compact-account-menu hr{margin:10px 0;border:0;border-top:1px solid #e8edf5;}
.compact-account-menu a{padding:8px 10px!important;font-size:14px;border-radius:11px;margin:2px 0!important;}
.account-dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px!important;margin-bottom:12px;}
.account-dashboard-stats .stat{padding:14px 14px 12px!important;border-radius:16px!important;min-height:76px;display:flex;flex-direction:column;justify-content:center;}
.account-dashboard-stats .stat span{font-size:13px;color:#6d7d94;line-height:1.2;}
.account-dashboard-stats .stat strong{font-size:18px!important;line-height:1.1;margin-top:6px;}
.account-dashboard-card,.premium-account-layout .content-card{padding:16px 16px 18px!important;border-radius:16px!important;}
.account-dashboard-card h2,.premium-account-layout .content-card h2{font-size:16px;margin:0;}
.premium-account-layout .section-card-head{margin-bottom:10px;gap:10px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.premium-account-layout .section-kicker{font-size:10px;padding:4px 8px;border-radius:999px;background:#eaf2ff;color:#1768e5;font-weight:800;letter-spacing:.14em;display:inline-block;margin-bottom:6px;}
.premium-account-layout .btn-sm{padding:8px 12px;font-size:13px;border-radius:999px;}
.premium-account-layout .table th,.premium-account-layout .table td{padding:10px 10px;font-size:13px;}
.premium-account-layout .table thead th,.premium-account-layout .table th{font-size:11px;}
.premium-account-layout .form-group{margin-bottom:12px;}
.premium-account-layout .form-control{padding:10px 12px;border-radius:10px;font-size:14px;}
.premium-account-layout .form-grid{gap:12px;}
.premium-account-layout .address-card-grid{gap:12px;}
.premium-account-layout .address-card{padding:14px;border-radius:16px;}
.premium-account-layout .card-actions .btn{padding:8px 12px;font-size:13px;}
.premium-account-layout .empty-state{padding:20px;border-radius:14px;font-size:13px;}
@media(max-width:1100px){.premium-account-layout{grid-template-columns:195px minmax(0,1fr)!important;}.account-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:900px){.compact-account-head{padding:22px 0!important;}.compact-account-head h1{font-size:34px!important;}.compact-account-head p{font-size:14px!important;}.account-page-section{padding:18px 0 26px!important;}.premium-account-layout{grid-template-columns:1fr!important;}.account-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr));}.compact-account-menu{position:static!important;}}
@media(max-width:560px){.account-dashboard-stats{grid-template-columns:1fr!important;}.compact-account-menu a{font-size:13px;}.premium-account-layout .table th,.premium-account-layout .table td{padding:9px 8px;font-size:13px;}.compact-account-head h1{font-size:28px!important;}}


/* v64 compact About page */
.about-page-card{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
.about-compact{display:grid;gap:14px;color:#243b5a;font-size:13.5px;line-height:1.6}
.about-compact h2,.about-compact h3,.about-compact h4{color:#08264c}
.about-intro{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:18px;align-items:center;padding:24px;border:1px solid #dce7f2;border-radius:20px;background:linear-gradient(135deg,#fff,#f1f7ff);box-shadow:0 12px 30px rgba(8,38,75,.06)}
.about-intro h2{margin:10px 0 8px;font-size:27px;line-height:1.2;letter-spacing:-.5px}
.about-intro p{margin:0;color:#607189}
.about-label{display:inline-flex;align-items:center;gap:7px;width:max-content;padding:6px 10px;border-radius:999px;background:#e8f1ff;color:#1768e5;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.about-label.green{background:#e8f8ef;color:#0a8c50}
.about-intro-badge{display:grid;place-items:center;text-align:center;min-height:150px;padding:20px;border-radius:18px;background:linear-gradient(145deg,#071f42,#0c4b8f);color:#fff}
.about-intro-badge i{font-size:34px;color:#83b7ff;margin-bottom:6px}.about-intro-badge b{font-size:20px}.about-intro-badge span{font-size:11px;color:#c8d9ee;margin-top:4px}
.about-section{padding:20px;border:1px solid #dfe8f2;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(8,38,75,.05)}
.about-section-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.about-section-head>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#eaf3ff;color:#1768e5;font-size:17px}.about-section-head small{display:block;color:#1768e5;font-size:9px;font-weight:900;letter-spacing:.12em}.about-section-head h3{margin:2px 0 0;font-size:20px}
.about-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.about-service-grid article{padding:14px;border:1px solid #e3ebf4;border-radius:15px;background:#fbfdff}.about-service-grid article>i{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#edf4ff;color:#1768e5;font-size:15px}.about-service-grid h4{margin:9px 0 4px;font-size:14px}.about-service-grid p{margin:0;color:#66778e;font-size:13px;line-height:1.5}
.about-io-panel{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:14px;padding:22px;border-radius:20px;background:linear-gradient(135deg,#071f42,#0d4a88);color:#d7e4f5;box-shadow:0 16px 38px rgba(7,31,66,.16)}
.about-io-panel h3{color:#fff;margin:10px 0 7px;font-size:22px}.about-io-panel p{margin:0;color:#c8d9ee}.about-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.about-check-grid span{display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:rgba(255,255,255,.06);font-size:11.5px}.about-check-grid i{color:#59d48f}
.about-specs{padding:16px;border-radius:16px;background:#fff;color:#243b5a}.about-specs h4{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:15px}.about-specs dl{margin:0}.about-specs dl>div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid #edf1f6;font-size:11.5px}.about-specs dl>div:last-child{border-bottom:0}.about-specs dt{font-weight:800}.about-specs dd{margin:0;text-align:right;color:#64758b}
.about-sector-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.about-sector-grid article{display:flex;gap:10px;padding:12px;border:1px solid #e3ebf4;border-radius:14px;background:#fbfdff}.about-sector-grid article>i{font-size:18px;color:#1768e5;margin-top:2px}.about-sector-grid h4{margin:0 0 3px;font-size:13px}.about-sector-grid p{margin:0;color:#6a7a90;font-size:11.5px;line-height:1.45}
.about-values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.about-values article{display:flex;flex-direction:column;padding:14px;border:1px solid #dfe8f2;border-radius:15px;background:#fff}.about-values i{font-size:18px;color:#1768e5}.about-values b{margin-top:7px;color:#0b294f;font-size:13px}.about-values span{margin-top:3px;color:#6d7d92;font-size:11.5px;line-height:1.45}
.about-contact-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-radius:18px;background:linear-gradient(135deg,#eef5ff,#fff);border:1px solid #d8e6f5}.about-contact-strip small{color:#1768e5;font-size:9px;font-weight:900;letter-spacing:.12em}.about-contact-strip h3{margin:4px 0 0;font-size:18px}.about-contact-actions{display:flex;gap:8px;flex-wrap:wrap}.about-contact-actions .btn{padding:9px 13px;font-size:11.5px}
@media(max-width:1000px){.about-service-grid,.about-sector-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-values{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.about-intro,.about-io-panel{grid-template-columns:1fr}.about-intro-badge{min-height:120px}.about-contact-strip{align-items:flex-start;flex-direction:column}.about-contact-actions{width:100%}.about-contact-actions .btn{flex:1}.about-check-grid{grid-template-columns:1fr}}
@media(max-width:560px){.about-service-grid,.about-sector-grid,.about-values{grid-template-columns:1fr}.about-intro,.about-section,.about-io-panel{padding:16px}.about-intro h2{font-size:22px}.about-compact{gap:11px}}


/* v65 compact address add/edit panel */
.address-management-grid{
  grid-template-columns:minmax(0,1fr) 310px!important;
  gap:14px!important;
  align-items:start;
}
.address-form-card{
  padding:14px!important;
  border-radius:16px!important;
}
.address-form-head{
  display:flex;
  align-items:center;
  gap:10px;
  padding-bottom:11px;
  margin-bottom:12px;
  border-bottom:1px solid #e8eef5;
}
.address-form-icon{
  width:36px;
  height:36px;
  flex:0 0 36px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:linear-gradient(135deg,#1768e5,#0755c9);
  color:#fff;
  box-shadow:0 8px 18px rgba(23,104,229,.18);
}
.address-form-icon i{font-size:14px}
.address-form-head .section-kicker{
  margin:0 0 3px!important;
  padding:3px 7px!important;
  font-size:8.5px!important;
}
.address-form-head h2{
  margin:0!important;
  font-size:15px!important;
  line-height:1.2!important;
}
.compact-address-form .compact-form-grid{
  grid-template-columns:1fr!important;
  gap:0!important;
}
.compact-address-form .form-group{
  margin-bottom:8px!important;
}
.compact-address-form label{
  display:block;
  margin-bottom:4px!important;
  font-size:11.5px!important;
  font-weight:800;
  color:#334a68;
}
.compact-address-form .form-control{
  height:38px!important;
  padding:8px 10px!important;
  border-radius:9px!important;
  font-size:13px!important;
}
.compact-address-form textarea.form-control{
  min-height:74px!important;
  height:74px!important;
  resize:vertical;
}
.compact-address-form .check-row{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:6px!important;
  margin:8px 0 10px!important;
  padding:0!important;
}
.compact-address-form .check-row label{
  display:flex!important;
  align-items:center;
  gap:7px;
  margin:0!important;
  padding:7px 8px;
  border:1px solid #e3eaf3;
  border-radius:9px;
  background:#f8fbff;
  font-size:11px!important;
  font-weight:700;
}
.compact-address-form .check-row input{margin:0}
.compact-address-form .btn-block{
  min-height:38px!important;
  padding:9px 12px!important;
  border-radius:10px!important;
  font-size:13px!important;
}
@media(max-width:1180px){
  .address-management-grid{grid-template-columns:minmax(0,1fr) 290px!important}
}
@media(max-width:900px){
  .address-management-grid{grid-template-columns:1fr!important}
  .address-form-card{position:static!important}
  .compact-address-form .compact-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 10px!important}
}
@media(max-width:560px){
  .compact-address-form .compact-form-grid{grid-template-columns:1fr!important}
}


/* v66 simple modern About page */
.about-simple{display:grid;gap:14px;color:#334a68;font-size:14px;line-height:1.7}
.about-simple h2,.about-simple h3,.about-simple h4{color:#08264c}
.about-simple-hero,.about-simple-section{padding:22px 24px;border:1px solid #dfe8f2;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(8,38,75,.05)}
.about-simple-hero{background:linear-gradient(135deg,#fff,#f2f7fd)}
.about-simple-kicker{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#eaf2ff;color:#1768e5;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.about-simple-hero h2{max-width:850px;margin:12px 0 9px;font-size:28px;line-height:1.22;letter-spacing:-.55px}
.about-simple-hero p{max-width:960px;margin:0;color:#607189}
.about-simple-title{display:flex;align-items:center;gap:12px;margin-bottom:12px}.about-simple-title>i{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#eaf3ff;color:#1768e5;font-size:16px}.about-simple-title small{display:block;color:#1768e5;font-size:9px;font-weight:900;letter-spacing:.13em}.about-simple-title h3{margin:2px 0 0;font-size:19px}
.about-simple-copy{display:grid;grid-template-columns:1fr 1fr;gap:18px}.about-simple-copy p{margin:0;color:#617188}
.about-simple-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.about-simple-list article{display:flex;gap:11px;padding:13px 14px;border:1px solid #e4ebf3;border-radius:14px;background:#fbfdff}.about-simple-list article>i{font-size:18px;color:#1768e5;margin-top:2px;flex:0 0 20px}.about-simple-list h4{margin:0 0 3px;font-size:14px}.about-simple-list p{margin:0;color:#68788e;font-size:12.5px;line-height:1.5}
.about-simple-highlight{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:20px;padding:22px 24px;border-radius:18px;background:linear-gradient(135deg,#071f42,#0d4b8f);color:#d7e4f5;box-shadow:0 16px 38px rgba(7,31,66,.15)}.about-simple-kicker.light{background:rgba(255,255,255,.1);color:#bcd7fb}.about-simple-highlight h3{color:#fff;margin:11px 0 7px;font-size:21px}.about-simple-highlight p{margin:0;color:#c8d9ee}.about-simple-highlight ul{list-style:none;margin:0;padding:0;display:grid;gap:8px;align-content:center}.about-simple-highlight li{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:rgba(255,255,255,.06);font-size:13px}.about-simple-highlight li i{color:#59d48f;margin-top:2px}
.about-simple-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.about-simple-steps>div{padding:13px;border:1px solid #e3eaf3;border-radius:13px;background:#fbfdff}.about-simple-steps b{display:block;color:#1768e5;font-size:13px;margin-bottom:5px}.about-simple-steps span{display:block;color:#617188;font-size:13px;line-height:1.45}
.about-simple-contact{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 20px;border:1px solid #dbe7f4;border-radius:17px;background:linear-gradient(135deg,#eef5ff,#fff)}.about-simple-contact small{display:block;color:#1768e5;font-size:9px;font-weight:900;letter-spacing:.13em}.about-simple-contact h3{margin:4px 0 0;font-size:18px}.about-simple-contact .btn{padding:9px 14px;font-size:13px;white-space:nowrap}
@media(max-width:900px){.about-simple-copy,.about-simple-highlight{grid-template-columns:1fr}.about-simple-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.about-simple-list,.about-simple-steps{grid-template-columns:1fr}.about-simple-hero,.about-simple-section,.about-simple-highlight{padding:17px}.about-simple-hero h2{font-size:23px}.about-simple-contact{align-items:flex-start;flex-direction:column}.about-simple-contact .btn{width:100%}}


/* v67 compact address + invoice profile management */
.address-management-grid,
.invoice-management-grid{
  grid-template-columns:minmax(0,1fr) 292px!important;
  gap:12px!important;
  align-items:start;
}
.address-management-grid>.content-card:first-child,
.invoice-management-grid>.content-card:first-child{
  padding:14px!important;
}
.address-management-grid .section-card-head,
.invoice-management-grid .section-card-head{
  margin-bottom:10px!important;
}
.address-management-grid .address-card-grid,
.invoice-management-grid .address-card-grid,
.compact-profile-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
.address-management-grid .address-card,
.invoice-management-grid .address-card{
  padding:12px!important;
  border-radius:14px!important;
  box-shadow:0 7px 20px rgba(10,39,76,.055)!important;
}
.address-management-grid .address-card-top,
.invoice-management-grid .address-card-top{
  gap:9px!important;
  margin-bottom:8px!important;
}
.address-management-grid .address-icon,
.invoice-management-grid .address-icon{
  width:34px!important;
  height:34px!important;
  flex:0 0 34px!important;
  border-radius:10px!important;
  font-size:15px!important;
}
.address-management-grid .address-card h3,
.invoice-management-grid .address-card h3{
  font-size:14px!important;
  line-height:1.2!important;
}
.address-management-grid .address-card small,
.invoice-management-grid .address-card small{
  font-size:10.5px!important;
}
.address-management-grid .address-card>b,
.invoice-management-grid .address-card>b{
  font-size:12.5px!important;
}
.address-management-grid .address-card p,
.invoice-management-grid .address-card p{
  margin:7px 0!important;
  font-size:11.5px!important;
  line-height:1.45!important;
}
.address-management-grid .address-tags,
.invoice-management-grid .address-tags{
  margin:7px 0!important;
  gap:5px!important;
}
.address-management-grid .address-tags span,
.invoice-management-grid .address-tags span{
  padding:4px 7px!important;
  font-size:9.5px!important;
}
.address-management-grid .card-actions,
.invoice-management-grid .card-actions{
  margin-top:8px!important;
  gap:6px!important;
}
.address-management-grid .card-actions .btn,
.invoice-management-grid .card-actions .btn{
  min-height:36px!important;
  padding:7px 10px!important;
  font-size:10.5px!important;
}
.address-form-card,
.invoice-form-card{
  padding:12px!important;
  border-radius:15px!important;
}
.invoice-form-head{margin-bottom:10px!important;padding-bottom:10px!important}
.invoice-form-icon{background:linear-gradient(135deg,#0c8c78,#08705f)!important}
.compact-invoice-form .form-group{margin-bottom:7px!important}
.compact-invoice-form label{display:block;margin-bottom:4px!important;font-size:11.5px!important;font-weight:800;color:#334a68}
.compact-invoice-form .form-control{height:37px!important;padding:8px 10px!important;border-radius:9px!important;font-size:13px!important}
.compact-invoice-form textarea.form-control{height:72px!important;min-height:72px!important;resize:vertical}
.compact-invoice-form .compact-form-grid{grid-template-columns:1fr!important;gap:0!important}
.compact-invoice-form .account-type-switch{gap:6px!important;margin:7px 0 9px!important}
.compact-invoice-form .account-type-switch span{padding:8px 9px!important;border-radius:10px!important;font-size:11.5px!important}
.compact-invoice-form .check-row{display:flex!important;align-items:center!important;gap:7px!important;margin:8px 0 9px!important;padding:7px 8px!important;border:1px solid #e3eaf3;border-radius:9px;background:#f8fbff;font-size:11px!important}
.compact-invoice-form .btn-block{min-height:38px!important;padding:9px 12px!important;border-radius:10px!important;font-size:13px!important}
@media(max-width:1180px){
  .address-management-grid,.invoice-management-grid{grid-template-columns:minmax(0,1fr) 280px!important}
}
@media(max-width:980px){
  .address-management-grid,.invoice-management-grid{grid-template-columns:1fr!important}
  .address-form-card,.invoice-form-card{position:static!important}
  .compact-address-form .compact-form-grid,
  .compact-invoice-form .compact-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 10px!important}
}
@media(max-width:680px){
  .address-management-grid .address-card-grid,
  .invoice-management-grid .address-card-grid,
  .compact-profile-grid{grid-template-columns:1fr!important}
  .compact-address-form .compact-form-grid,
  .compact-invoice-form .compact-form-grid{grid-template-columns:1fr!important}
}


/* v68 corporate video solution pages */
.corporate-solution-page-card{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
.corporate-solution-page{display:grid;gap:14px;color:#40536e;font-size:14px;line-height:1.65}
.corporate-solution-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:18px;align-items:stretch;padding:20px;border:1px solid #dbe6f2;border-radius:22px;background:linear-gradient(135deg,#f8fbff,#eef5fd);box-shadow:0 14px 38px rgba(8,38,75,.07)}
.corporate-solution-copy{display:flex;flex-direction:column;justify-content:center;padding:8px 8px 8px 4px}
.corporate-solution-kicker{display:inline-flex;align-items:center;gap:7px;width:max-content;padding:6px 10px;border-radius:999px;background:#e5f0ff;color:#1768e5;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.corporate-solution-copy h2{margin:12px 0 8px;max-width:700px;color:#08264c;font-size:30px;line-height:1.18;letter-spacing:-.65px}
.corporate-solution-copy>p{margin:0;color:#5f7189;max-width:740px}
.corporate-solution-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.corporate-solution-tags span{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #d9e5f1;border-radius:999px;background:#fff;color:#274565;font-size:11px;font-weight:750}.corporate-solution-tags i{color:#1768e5}
.corporate-solution-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.corporate-solution-actions .btn{min-height:39px;padding:9px 13px;font-size:11.5px;border-radius:999px}
.corporate-solution-video-card{padding:11px;border:1px solid #dbe5f0;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(8,38,75,.08)}
.corporate-video-head{display:flex;align-items:center;gap:10px;padding:3px 3px 10px}.corporate-video-head>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#1768e5,#0755c9);color:#fff}.corporate-video-head small,.corporate-video-head b{display:block}.corporate-video-head small{font-size:8.5px;font-weight:900;letter-spacing:.12em;color:#1768e5}.corporate-video-head b{font-size:13px;color:#0d2c53;margin-top:1px}
.corporate-video-frame{aspect-ratio:16/9;overflow:hidden;border-radius:13px;background:#071a37}.corporate-video-frame video{display:block;width:100%;height:100%;object-fit:cover;background:#071a37}
.corporate-solution-section{padding:19px 20px;border:1px solid #dfe8f2;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(8,38,75,.05)}
.corporate-section-heading{margin-bottom:13px}.corporate-section-heading>span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#1768e5}.corporate-section-heading h3{margin:3px 0 4px;color:#09284f;font-size:20px}.corporate-section-heading p{margin:0;color:#687a91;font-size:13px}
.corporate-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.corporate-feature-grid article{padding:13px;border:1px solid #e2eaf3;border-radius:14px;background:#fbfdff}.corporate-feature-grid article>i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eaf3ff;color:#1768e5;font-size:15px}.corporate-feature-grid h4{margin:9px 0 3px;color:#102e55;font-size:13px}.corporate-feature-grid p{margin:0;color:#68798f;font-size:11.5px;line-height:1.5}
.corporate-solution-split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:18px;padding:20px;border-radius:20px;background:linear-gradient(135deg,#071f42,#0c4787);color:#d4e2f3;box-shadow:0 14px 34px rgba(7,31,66,.14)}.corporate-solution-split h3{margin:10px 0 6px;color:#fff;font-size:20px}.corporate-solution-split p{margin:0;color:#c5d7ec}.corporate-solution-split .corporate-solution-kicker{background:rgba(255,255,255,.1);color:#bcd8fb}.corporate-solution-split ul{list-style:none;margin:0;padding:0;display:grid;gap:7px;align-content:center}.corporate-solution-split li{display:flex;gap:8px;align-items:flex-start;padding:8px 9px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:rgba(255,255,255,.06);font-size:11.5px}.corporate-solution-split li i{color:#55d58d;margin-top:2px}
.wash-hero{background:linear-gradient(135deg,#f8fcff,#edf9f7)}.wash-solution-page .corporate-solution-kicker,.wash-solution-page .corporate-section-heading>span{color:#087f72}.wash-solution-page .corporate-solution-kicker{background:#e4f7f3}.wash-solution-page .corporate-solution-tags i{color:#087f72}.wash-solution-page .corporate-video-head>span{background:linear-gradient(135deg,#0b9987,#087466)}.wash-solution-page .corporate-video-head small{color:#087f72}.wash-solution-page .corporate-feature-grid article>i{background:#e8f8f4;color:#087f72}.wash-split{background:linear-gradient(135deg,#073c45,#087568)}
@media(max-width:1080px){.corporate-solution-hero{grid-template-columns:1fr}.corporate-solution-video-card{max-width:820px;width:100%;margin:auto}.corporate-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.corporate-solution-split{grid-template-columns:1fr}}
@media(max-width:650px){.corporate-solution-hero,.corporate-solution-section,.corporate-solution-split{padding:15px}.corporate-solution-copy h2{font-size:24px}.corporate-feature-grid{grid-template-columns:1fr}.corporate-solution-actions .btn{width:100%}.corporate-solution-tags{gap:5px}.corporate-solution-tags span{font-size:10px}.corporate-video-frame{aspect-ratio:16/9}}


/* v69 corporate solution FAQ */
.corporate-solution-faq{margin-top:18px;padding:22px;background:#fff;border:1px solid #dfe8f2;border-radius:20px;box-shadow:0 12px 32px rgba(8,38,75,.06)}
.corporate-solution-faq .corporate-section-heading{margin-bottom:14px}
.corporate-solution-faq .corporate-section-heading h3{margin:5px 0 6px;font-size:22px;color:#09284f}
.corporate-solution-faq .corporate-section-heading p{margin:0;color:#6a7a90;font-size:13px;line-height:1.55}
.corporate-solution-faq .modern-faq{gap:8px}
.corporate-solution-faq .modern-faq summary{padding:14px 16px;font-size:14px}
.corporate-solution-faq .modern-faq details>div{padding:14px 16px;font-size:13px;line-height:1.65}
@media(max-width:700px){.corporate-solution-faq{padding:16px}.corporate-solution-faq .corporate-section-heading h3{font-size:19px}}


/* v72 consistent page breadcrumbs */
.page-head .breadcrumb{margin-bottom:14px!important;display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;line-height:1.3;color:#c8d8ec;}
.page-head .breadcrumb a{color:#dce9fa;transition:.18s ease;}
.page-head .breadcrumb a:hover{color:#fff;}
.page-head .breadcrumb span{color:#86a9d3;}
.page-head .breadcrumb b{color:#fff;font-weight:800;}
@media(max-width:560px){.page-head .breadcrumb{font-size:11px;margin-bottom:10px!important;gap:6px;}}


/* v74 cleaner subcategory bullets */
.filter-card a.subcat{display:flex!important;align-items:center;gap:9px;padding-left:18px!important;}
.filter-card a.subcat .subcat-dot{width:5px;height:5px;min-width:5px;border-radius:50%;background:#7186a3;display:inline-block;transition:.2s;}
.filter-card a.subcat .subcat-label{line-height:1.35;}
.filter-card a.subcat:hover .subcat-dot{background:#1768e5;transform:scale(1.15);}
.filter-card a.subcat.active .subcat-dot{background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.18);}

/* v75 align subcategory bullet and label to the left */
.filter-card a.subcat{
  justify-content:flex-start!important;
  text-align:left!important;
}
.filter-card a.subcat .subcat-label{
  flex:0 1 auto;
  text-align:left!important;
}


/* v76 complete responsive pass: phone and tablet */
.mobile-menu-toggle{display:none;border:0;background:#071c3b;color:#fff;border-radius:11px;min-height:42px;padding:9px 12px;align-items:center;justify-content:center;gap:7px;font-weight:800;cursor:pointer}
.mobile-menu-toggle i{font-size:20px}.mobile-menu-toggle span{font-size:13px}
.submenu-toggle{display:none}
img,video,iframe{max-width:100%}
@media(max-width:1100px){
  .container{width:min(100% - 32px,1080px)}
  .mainhead .container{gap:15px}
  .brand{font-size:23px;min-width:max-content}
  .search{margin:0 14px}
  .head-actions{gap:6px}
  .head-actions a{padding:8px 9px;font-size:13px}
  .nav a{padding:10px 12px}
  .hero-grid{gap:24px}.hero h1{font-size:42px}
  .footer-grid{grid-template-columns:1.1fr 1fr 1fr;gap:20px}.footer-contact{grid-column:1/-1}
}
@media(max-width:900px){
  body{overflow-x:hidden}
  .container{width:calc(100% - 28px)}
  .topbar{padding:7px 0;font-size:11px}.topbar .container{gap:10px}.topbar-right{margin-left:auto}.topbar-right{font-size:0}.topbar-right i{font-size:14px}
  .mainhead{padding:11px 0}.mainhead .container{display:grid;grid-template-columns:1fr auto;gap:10px 12px}
  .brand{font-size:22px;line-height:1}.brand small{font-size:8px;margin-top:5px}
  .mobile-menu-toggle{display:inline-flex;grid-column:2;grid-row:1}
  .head-actions{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .head-actions a{justify-content:center;background:#f2f6fb;border:1px solid #e1e8f1;border-radius:10px;padding:9px 7px;font-size:11.5px}
  .live-search-wrap{grid-column:1/-1;grid-row:3;width:100%;max-width:none;order:initial}
  .search{display:flex!important;max-width:none;width:100%;margin:0}.search input{min-width:0;padding:11px 14px;font-size:13px}.search button{width:48px;flex:0 0 48px}
  .live-search-results{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 6px)!important;max-height:60vh;overflow:auto}
  .nav{display:none;position:relative;left:auto;right:auto;top:auto;z-index:1000;box-shadow:0 16px 28px rgba(4,18,40,.18)}
  body.mobile-nav-open .nav{display:block;position:relative}
  .nav .container{width:100%;padding:8px 14px 14px;display:block}
  .nav ul{display:block;overflow:visible}.nav li{width:100%;position:relative}
  .nav a{display:flex!important;align-items:center;margin:2px 0!important;padding:12px 44px 12px 12px!important;border-radius:10px;font-size:12.5px}
  .nav> .container>ul>li>a{border-bottom:1px solid rgba(255,255,255,.08)}
  .nav ul ul,.nav ul ul ul{display:none!important;position:static!important;min-width:0!important;margin:2px 0 5px 12px!important;padding:3px 0 3px 8px!important;border-left:1px solid rgba(255,255,255,.18);border-radius:0!important;background:transparent!important;box-shadow:none!important}
  .nav li.submenu-open>ul{display:block!important}
  .nav ul ul a{padding:9px 36px 9px 10px!important;font-size:11.5px;background:rgba(255,255,255,.04)}
  .submenu-toggle{display:flex;position:absolute;right:5px;top:6px;width:36px;height:36px;border:0;border-radius:9px;background:rgba(255,255,255,.08);color:#fff;align-items:center;justify-content:center;z-index:2}
  .submenu-open>.submenu-toggle i{transform:rotate(180deg)}.submenu-toggle i{transition:.2s}
  .page-head{border-radius:0 0 22px 22px!important;padding:20px 0!important}.page-head:after{width:230px;height:230px;top:-125px;right:-45px}.page-head h1{font-size:28px!important}.page-head p{font-size:13px!important;line-height:1.45}.page-head .breadcrumb{white-space:normal;overflow-wrap:anywhere}
  .section,.home-section{padding:24px 0!important}
  .sidebar-products{grid-template-columns:1fr!important;gap:12px!important}
  .catalog-sidebar{position:static!important;display:grid;grid-template-columns:1fr;gap:10px!important}
  .filter-card,.catalog-help{position:static!important;width:100%;padding:13px!important}
  .filter-card h3{font-size:17px}.filter-card a{min-height:40px}
  .product-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .product-card-modern .product-image,.product-image-wrap{height:180px!important}
  .catalog-toolbar{padding:12px 13px!important;align-items:flex-start;gap:8px;flex-direction:column}
  .product-detail-grid{grid-template-columns:1fr!important;gap:13px!important}.product-gallery-card,.product-buy-card{width:100%!important;max-width:none!important}.product-buy-card{position:static!important;padding:18px!important}.product-detail-image{height:340px!important;padding:20px!important}.product-buy-card h2{font-size:27px!important}.product-label-row{flex-wrap:wrap}.purchase-actions{grid-template-columns:1fr 1fr!important}.info-stack{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .product-content-grid,.management-grid,.address-management-grid,.invoice-management-grid,.premium-account-layout,.checkout-pro-layout{grid-template-columns:1fr!important}
  .corporate-solution-hero{grid-template-columns:1fr!important;padding:15px!important}.corporate-solution-copy h2{font-size:25px!important}.corporate-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.corporate-solution-split{grid-template-columns:1fr!important}
  .stats,.account-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .footer-grid{grid-template-columns:1fr 1fr!important}.footer-contact{grid-column:auto}.footer{padding-bottom:78px!important}
  .floating-contact-stack{right:12px!important;bottom:12px!important}
}
@media(max-width:640px){
  .container{width:calc(100% - 20px)}
  .topbar-left{gap:5px;white-space:nowrap}.topbar-divider{margin:0 2px}.topbar-right{display:none}
  .brand{font-size:20px}.brand small{max-width:205px;white-space:normal;line-height:1.2}
  .mobile-menu-toggle{min-height:39px;padding:8px 10px}.mobile-menu-toggle span{display:none}
  .head-actions a{font-size:10.5px;padding:8px 5px}.head-actions a i{font-size:14px}
  .search input{font-size:13px}.search button{width:44px;flex-basis:44px}
  .page-head{padding:17px 0!important}.page-head h1{font-size:24px!important;margin-bottom:5px!important}.page-head p{font-size:13px!important}.page-head .breadcrumb{font-size:10px!important;gap:5px!important;margin-bottom:8px!important}
  .hero{padding:30px 0!important}.hero-grid{grid-template-columns:1fr!important}.hero h1{font-size:31px}.hero p{font-size:15px}.hero-showcase{height:190px}
  .features,.grid-4,.grid-3,.stats,.account-dashboard-stats,.finance-stats{grid-template-columns:1fr!important}
  .home-category-grid,.home-product-grid,.product-grid-modern,.subcategory-grid{grid-template-columns:1fr!important}
  .product-card-modern .product-image,.product-image-wrap{height:205px!important}.product-card-content{padding:14px!important}.product-card-content p{height:auto!important;min-height:0!important}
  .filter-card a.subcat{padding-left:14px!important}
  .product-detail-section{padding:12px 0 24px!important}.product-detail-image{height:270px!important;padding:14px!important}.product-gallery-head,.video-section-head{padding:12px!important}.product-buy-card{padding:15px!important}.product-buy-card h2{font-size:23px!important;margin:14px 0 8px!important}.product-lead{font-size:13px}.purchase-actions{grid-template-columns:1fr!important}.info-stack{grid-template-columns:1fr!important}.price-grand-total strong{font-size:24px!important}
  .product-tab-nav{overflow-x:auto;flex-wrap:nowrap!important;justify-content:flex-start!important}.product-tab-nav button{white-space:nowrap;flex:0 0 auto}.product-tab-pane,.documents-card,.product-description-card{padding:14px!important}
  .corporate-solution-page{gap:10px}.corporate-solution-hero,.corporate-solution-section,.corporate-solution-split,.corporate-solution-faq{padding:13px!important;border-radius:15px!important}.corporate-solution-copy{padding:0}.corporate-solution-copy h2{font-size:22px!important}.corporate-solution-tags span{width:100%;justify-content:flex-start}.corporate-solution-actions{display:grid;grid-template-columns:1fr}.corporate-solution-actions .btn{width:100%}.corporate-feature-grid{grid-template-columns:1fr!important}.corporate-video-head b{font-size:13px}
  .premium-account-layout{gap:10px!important}.compact-account-menu{padding:10px!important}.account-dashboard-stats .stat{min-height:68px}.management-grid .content-card,.address-form-card,.invoice-form-card{padding:12px!important}.address-card-grid{grid-template-columns:1fr!important}.compact-address-form .compact-form-grid,.compact-invoice-form .compact-form-grid,.form-grid{grid-template-columns:1fr!important}.account-type-switch{grid-template-columns:1fr!important}
  .table-wrap{margin:0 -4px;width:calc(100% + 8px)}.table{min-width:620px}.table th,.table td{white-space:nowrap}
  .footer-grid{grid-template-columns:1fr!important;gap:12px!important}.footer-col h4{margin-bottom:6px}.footer-links a,.footer-contact-list li{padding:4px 0;font-size:12.5px}.footer-bottom{margin-top:12px}
  .floating-contact{width:42px!important;height:42px!important;min-width:42px!important}.floating-contact span{display:none!important}
}
@media(max-width:380px){
  .container{width:calc(100% - 16px)}.brand{font-size:18px}.brand small{font-size:7.5px}.head-actions{grid-template-columns:1fr}.product-detail-image{height:235px!important}.product-card-modern .product-image,.product-image-wrap{height:180px!important}
}

/* v79 currency fields */
.currency-rate-note{font-size:13px;color:#6c7890}.admin-card .form-grid .form-group{min-width:0}


/* v88 order list visual cleanup */
.order-history-table .table th,.order-history-table .table td{}
.order-cell-main{display:flex;flex-direction:column;gap:6px;min-width:0}
.order-row-no{display:block;font-size:14px;color:#0a2449;line-height:1.3}
.order-row-note{display:block;max-width:360px;padding:7px 10px;border-radius:10px;background:#f5f8fc;border:1px solid #e0e8f2;color:#5f7088;font-size:13px;line-height:1.45;white-space:normal;word-break:break-word}
.order-row-total{display:block;font-size:14px;color:#0a2449;line-height:1.3;white-space:nowrap}
.order-status-stack{display:flex;flex-direction:column;align-items:flex-start;gap:7px}
.order-status-chip{background:#edf4ff;color:#1768e5}
.order-pay-chip{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;line-height:1.2}
.order-pay-chip.is-unpaid{background:#ffe9e7;color:#bb2d23}
.order-pay-chip.is-partial{background:#fff2dc;color:#a86000}
.order-pay-chip.is-paid{background:#e7f8ef;color:#0a8f5a}
@media(max-width:760px){
  .order-row-note{max-width:260px;font-size:11px;padding:6px 9px}
  .order-status-stack{gap:6px}
}


/* v89 universal list search and no sticky elements */
.product-buy-card,.sidebar-products aside.card,.account-menu,.sticky-card,.sticky-order-summary,.sticky-cart-summary,.catalog-sidebar,.filter-card{position:static!important;top:auto!important;}
.list-search-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px;padding:9px 10px;border:1px solid #e0e8f2;border-radius:14px;background:#f8fbff;}
.list-search-input-wrap{position:relative;display:flex;align-items:center;flex:1;min-width:0;}
.list-search-icon{position:absolute;left:11px;color:#718096;font-size:17px;pointer-events:none;}
.list-search-input{width:100%;height:38px;padding:7px 38px 7px 35px;border:1px solid #d7e1ed;border-radius:11px;background:#fff;color:#17243a;font:inherit;font-size:13px;outline:none;}
.list-search-input:focus{border-color:#1768e5;box-shadow:0 0 0 3px rgba(23,104,229,.1);}
.list-search-clear{display:none;position:absolute;right:7px;width:26px;height:26px;border:0;border-radius:50%;background:#eaf0f7;color:#56657a;font-size:18px;line-height:1;cursor:pointer;}
.list-search-clear.is-visible{display:inline-flex;align-items:center;justify-content:center;}
.list-search-count{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#eaf2ff;color:#1768e5;font-size:11px;font-weight:800;white-space:nowrap;}
.list-search-empty{padding:18px;text-align:center;border:1px dashed #cbd7e6;border-radius:12px;color:#718096;background:#fafcff;font-size:13px;margin-bottom:10px;}
@media(max-width:640px){.list-search-bar{align-items:stretch;flex-direction:column}.list-search-count{align-self:flex-start}.list-search-input{font-size:13px}}

/* v90 customer order detail refinement */
.customer-order-page .container{width:min(1280px,94%)}
.customer-order-page .order-detail-layout{grid-template-columns:minmax(0,1.68fr) minmax(290px,.82fr);gap:16px;align-items:start}
.customer-order-page .order-detail-layout>section,.customer-order-page .order-side-grid{display:grid;gap:16px;min-width:0}
.customer-order-page .content-card{padding:18px;border-radius:18px;box-shadow:0 10px 26px rgba(7,28,59,.06)}
.customer-order-page .section-card-head h2,.customer-order-page .order-summary-card h3,.customer-order-page .order-meta-card h3{margin:6px 0 0;color:#082346}
.customer-order-page .section-card-head h2{font-size:19px}
.customer-order-page .order-summary-card h3{font-size:17px;margin-bottom:12px}
.customer-order-page .order-lines-card .table th{font-size:11px}
.customer-order-page .order-lines-card .table td{padding:12px 10px;vertical-align:middle}
.customer-order-page .order-lines-card .table td small{display:block;margin-top:4px;color:#748398;font-size:11px}
.customer-order-page .order-summary-card{background:linear-gradient(180deg,#fff,#f7faff);border-color:#dbe5f1}
.customer-order-page .order-summary-metrics{display:grid;gap:9px;margin-top:4px}
.customer-order-page .order-summary-metrics .metric{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#f4f8fd;border:1px solid #dce6f1;border-radius:14px}
.customer-order-page .order-summary-metrics .metric span{font-size:13px;font-weight:700;color:#66758d}
.customer-order-page .order-summary-metrics .metric b{font-size:16px;color:#082346}
.customer-order-page .order-summary-total{margin-top:10px;padding:16px 16px 14px;border-radius:16px;background:linear-gradient(135deg,#0b55c8,#156ae4);color:#fff;box-shadow:0 14px 26px rgba(10,88,201,.22)}
.customer-order-page .order-summary-total span{display:block;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#dcecff}
.customer-order-page .order-summary-total strong{display:block;margin-top:6px;font-size:26px;line-height:1.1;color:#fff}
.customer-order-page .order-summary-total small{display:block;margin-top:7px;font-size:13px;color:#dbe9ff}
.customer-order-page .payment-state{margin-top:12px;padding:12px 14px;border:1px solid #dce8f7;background:#eef5ff;color:#184f98;border-radius:14px}
.customer-order-page .payment-state.payment-paid{background:#e8f8ef;border-color:#c9ead7;color:#08784b}
.customer-order-page .payment-state.payment-partial{background:#fff4dd;border-color:#f3dfac;color:#9a6400}
.customer-order-page .payment-state.payment-unpaid{background:#fff1ef;border-color:#f2d7d2;color:#b63e2f}
.customer-order-page .order-meta-card h3{font-size:15px;margin-bottom:10px}
.customer-order-page .order-note-text{font-size:13px;line-height:1.75;color:#4c5d73}
.customer-order-page .order-doc-card h2{margin:8px 0 4px;font-size:19px}
.customer-order-page .customer-order-docs{gap:9px;margin-top:14px}
.customer-order-page .customer-order-docs>a{padding:11px 13px;border-radius:14px}
.customer-order-page .empty-doc{padding:16px;border-radius:14px}
@media(max-width:980px){.customer-order-page .order-detail-layout{grid-template-columns:1fr}.customer-order-page .content-card{padding:16px}}
@media(max-width:640px){.customer-order-page .order-summary-metrics .metric{padding:10px 12px}.customer-order-page .order-summary-total strong{font-size:22px}.customer-order-page .content-card{padding:14px}}


/* v91 account breadcrumbs and running balance */
.account-statement-table .statement-balance{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-weight:850;color:#173455}
.account-statement-table .statement-balance small{display:inline-flex;padding:3px 7px;border-radius:999px;font-size:9px;font-weight:850;line-height:1;text-transform:uppercase;letter-spacing:.04em}
.account-statement-table .statement-balance.is-debt small{background:#ffe9eb;color:#b42332}
.account-statement-table .statement-balance.is-credit small{background:#e7f8ef;color:#087443}
.account-statement-table .statement-balance.is-zero small{background:#edf2f7;color:#536174}
.compact-account-head .breadcrumb{margin-bottom:10px;color:#cbdcf1}
.compact-account-head .breadcrumb a{color:#d8e7f8}
.compact-account-head .breadcrumb a:hover{color:#fff}
.compact-account-head .breadcrumb b{color:#fff}
@media(max-width:760px){.account-statement-table{min-width:760px!important}.compact-account-head .breadcrumb{margin-bottom:8px}}

/* v92 signed customer balances */
.signed-account-balance{font-variant-numeric:tabular-nums}
.statement-balance{display:inline-flex;align-items:center;font-weight:900;font-variant-numeric:tabular-nums;white-space:nowrap}
.statement-balance.is-debt{color:#c63737}
.statement-balance.is-credit{color:#07834d}
.statement-balance.is-zero{color:#607086}

/* v93 accounting-style signed running balances */
.signed-account-balance.is-debt{color:#c63737!important}
.signed-account-balance.is-credit{color:#07834d!important}
.signed-account-balance.is-zero{color:#173455!important}

/* v94 account/mobile polish */
.account-name-sub{font-size:11px;color:#6f8097;margin:-2px 0 7px;line-height:1.35}
.premium-account-layout .content-card,.premium-account-layout .card{min-width:0}
.premium-account-layout .table-wrap{overflow:auto}
@media(max-width:760px){.premium-account-layout .content-card{padding:14px 13px 15px!important}.premium-account-layout .table{min-width:660px}.compact-account-menu{display:block!important}.compact-account-menu a{display:block}.compact-account-menu .badge{display:inline-block}}
@media(max-width:560px){.premium-account-layout .table{min-width:600px}.premium-account-layout .section-card-head{align-items:flex-start}.premium-account-layout .btn,.premium-account-layout .btn-sm{width:100%}.premium-account-layout .card-actions{display:grid;grid-template-columns:1fr}.premium-account-layout .card-actions form{width:100%}.premium-account-layout .card-actions .btn{width:100%}.compact-account-menu h3{font-size:15px!important}}

/* v95 compact login */
.login-compact-page{padding:34px 0 56px;background:linear-gradient(180deg,#f4f7fb 0%,#eef3f8 100%)}
.login-compact-wrap{max-width:1080px}
.login-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.8fr);gap:18px;align-items:stretch}
.login-info-card,.login-form-card{background:#fff;border:1px solid #e1e9f3;border-radius:26px;box-shadow:0 16px 42px rgba(7,30,63,.08)}
.login-info-card{padding:34px;position:relative;overflow:hidden;background:linear-gradient(145deg,#081d3e 0%,#113869 55%,#1c6ce8 135%);color:#fff}
.login-info-card:before{content:"";position:absolute;right:-80px;top:-80px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.08)}
.login-info-card>*{position:relative;z-index:1}
.login-kicker{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-size:10px;letter-spacing:.12em;font-weight:900;color:#cbe0ff}
.login-kicker.light{background:#edf4ff;border-color:#dce8ff;color:#1768e5}
.login-info-card h1{font-size:34px;line-height:1.12;letter-spacing:-.9px;margin:16px 0 12px;color:#fff}
.login-info-card>p{font-size:14px;line-height:1.7;color:#d4e3f4;max-width:560px}
.login-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}
.login-feature-box{display:flex;gap:12px;padding:15px 14px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(4px)}
.login-feature-box i{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#1768e5;font-style:normal;font-weight:900;flex:0 0 28px}
.login-feature-box b,.login-feature-box small{display:block}
.login-feature-box b{font-size:13px;color:#fff}
.login-feature-box small{font-size:12px;line-height:1.45;color:#c3d4ea;margin-top:4px}
.login-mini-note-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.login-mini-note-row span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.09);font-size:11px;color:#d4e4f5;border:1px solid rgba(255,255,255,.10)}
.login-form-card{padding:30px;display:flex;flex-direction:column;justify-content:center}
.login-form-brand{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}
.login-brand-badge{width:58px;height:58px;border-radius:18px;background:linear-gradient(145deg,#1768e5,#0a4fae);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:15px;box-shadow:0 12px 26px rgba(23,104,229,.24);flex:0 0 58px}
.login-form-brand h2{font-size:28px;line-height:1.1;margin:8px 0 7px;color:#102745}
.login-form-brand p{margin:0;color:#708096;font-size:13px;line-height:1.6}
.login-form-stack{display:flex;flex-direction:column;gap:8px}
.compact-form-group{margin-bottom:2px}
.compact-form-group label{font-size:13px;font-weight:800;color:#18304e;margin-bottom:7px;display:block}
.compact-icon-wrap>span{left:15px}
.compact-icon-wrap .form-control{height:48px;padding-left:43px;padding-right:78px;border-radius:15px}
.login-submit-btn{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;margin-top:6px;border-radius:15px}
.login-secondary-btn{height:46px;border-radius:15px}
.login-divider{display:flex;align-items:center;gap:12px;margin:18px 0 14px}
.login-divider:before,.login-divider:after{content:"";height:1px;flex:1;background:#e4ebf3}
.login-divider span{font-size:13px;color:#8090a3}
.login-help-note{text-align:center;font-size:13px;color:#73839a;margin-top:14px;line-height:1.6}
.login-help-note a{color:#1768e5;font-weight:800}
@media(max-width:980px){.login-shell{grid-template-columns:1fr}.login-info-card{padding:28px}.login-form-card{padding:26px}.login-info-card h1{font-size:29px}}
@media(max-width:640px){.login-compact-page{padding:18px 0 34px}.login-shell{gap:14px}.login-form-card{order:1;padding:22px 16px;border-radius:22px}.login-info-card{order:2;padding:22px 16px;border-radius:22px}.login-form-brand{gap:12px;margin-bottom:14px}.login-brand-badge{width:50px;height:50px;border-radius:15px;flex-basis:50px}.login-form-brand h2{font-size:24px}.login-info-card h1{font-size:25px;margin:12px 0 10px}.login-info-card>p{font-size:13px}.login-feature-grid{grid-template-columns:1fr;gap:10px}.login-feature-box{padding:13px 12px;border-radius:15px}.login-mini-note-row{gap:8px}.login-mini-note-row span{font-size:10px;padding:8px 10px}.compact-icon-wrap .form-control{height:46px}.login-submit-btn,.login-secondary-btn{height:46px}.password-toggle{right:8px;padding:6px 8px}}


/* v97 homepage categories compact small-button layout */
.home-solution-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:start}
.home-solution-category{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr) 28px;gap:12px;align-items:center;min-height:96px;padding:14px 14px 14px 16px;border:1px solid #dce6f1;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);box-shadow:0 8px 22px rgba(7,35,73,.05);overflow:hidden;transition:.2s ease}
.home-solution-category:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#1768e5,#0a448f)}
.home-solution-category:hover{transform:translateY(-2px);border-color:#bed3ed;box-shadow:0 14px 28px rgba(7,35,73,.09)}
.solution-category-number{position:absolute;right:12px;top:9px;font-size:9px;font-weight:900;letter-spacing:.11em;color:#c0cedd}
.solution-category-visual{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;padding:8px;background:#eef5fd;border:1px solid #dce8f5}
.solution-category-visual img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 6px 8px rgba(8,36,74,.10))}
.solution-category-copy{min-width:0}
.solution-category-label{display:none}
.solution-category-copy h3{margin:0 0 4px;font-size:15px;line-height:1.25;color:#0b274d}
.solution-category-copy p{display:none}
.solution-category-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:5px}
.solution-category-meta span{padding:3px 7px;border-radius:999px;background:#edf4ff;color:#456788;font-size:9px;font-weight:800}
.solution-category-arrow{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eaf2ff;color:#1768e5;font-size:14px;font-weight:800;transition:.2s}
.home-solution-category:hover .solution-category-arrow{background:#1768e5;color:#fff;transform:translateX(2px)}
@media(max-width:1100px){.home-solution-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.home-solution-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.home-solution-category-grid{grid-template-columns:1fr}.home-solution-category{grid-template-columns:46px minmax(0,1fr) 26px;gap:10px;min-height:84px;padding:12px 12px 12px 14px;border-radius:16px}.solution-category-visual{width:46px;height:46px;border-radius:12px;padding:7px}.solution-category-copy h3{font-size:14px}.solution-category-meta{margin-top:4px}.solution-category-arrow{width:26px;height:26px;font-size:13px}}


/* v98 admin action links as real buttons */
.table-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.table-actions .btn,.table-actions .mini-link{min-height:36px}
.mini-link{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border-radius:11px;border:1px solid #d7e2f0;background:linear-gradient(180deg,#fff 0%,#f7faff 100%);color:#153a69;font-size:13px;font-weight:800;line-height:1;box-shadow:0 6px 16px rgba(7,28,59,.06);transition:.18s ease}
.mini-link:hover{transform:translateY(-1px);border-color:#b8cdea;box-shadow:0 10px 20px rgba(7,28,59,.1);color:#0b2d59}
.mini-link-edit{background:linear-gradient(180deg,#ffffff 0%,#eef5ff 100%);color:#1454b8;border-color:#c8daf7}
.mini-link-cari{background:linear-gradient(180deg,#ffffff 0%,#eefbf5 100%);color:#0f7a4f;border-color:#cce8d9}
.inline-order-form{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.inline-order-form .form-control{min-width:180px}
@media(max-width:900px){.table-actions{gap:6px}.table-actions .btn,.table-actions .mini-link{width:100%}.inline-order-form .form-control{min-width:0;width:100%}}


/* v99 product admin list compact-modern */
.product-admin-list-card{padding:12px 12px 10px}
.product-admin-list-card .ajax-loading{margin:4px 4px 10px}
.product-admin-table-wrap{border:1px solid #e6edf5;border-radius:18px;background:#fff;overflow:auto}
.product-admin-table{min-width:960px}
.product-admin-table thead th{background:#f5f8fc;font-size:11px;color:#5b6b83;letter-spacing:.5px;padding:11px 12px}
.product-admin-table td{padding:12px;vertical-align:middle}
.product-admin-row:hover{background:#fbfdff}
.product-thumb-wrap{width:56px;height:56px;border-radius:16px;border:1px solid #e3eaf3;background:radial-gradient(circle at 50% 25%,#fff,#eef4fa);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 10px 22px rgba(12,39,74,.06)}
.product-thumb-wrap .thumb{width:100%;height:100%;object-fit:contain;padding:6px}
.product-admin-main{min-width:240px;max-width:420px}
.product-admin-title{font-size:15px;font-weight:800;line-height:1.3;color:#102746}
.product-admin-meta{margin-top:3px}
.product-admin-sku{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:#edf3ff;color:#355d97;font-size:11px;font-weight:700}
.product-admin-desc{margin-top:6px;color:#70819a;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.category-chip-soft{display:inline-flex;align-items:center;justify-content:center;padding:7px 11px;border-radius:999px;background:#f3f7fc;border:1px solid #deE8f2;color:#2a466c;font-size:13px;font-weight:700}
.product-price-stack{display:grid;gap:4px;min-width:185px}
.product-price-stack .price-main-row{display:flex;align-items:center;justify-content:space-between;gap:8px}
.product-price-stack .price-main-row span{font-size:11px;font-weight:800;color:#64758f;text-transform:uppercase;letter-spacing:.35px}
.product-price-stack .price-main-row strong{font-size:14px;color:#0e2b52}
.product-price-stack .price-main-row.dealer strong{color:#0d8b53}
.product-price-stack .price-sub-row{font-size:11px;color:#7d8da4}
.stock-pill,.vat-pill{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800;line-height:1.1;border:1px solid transparent}
.stock-pill.is-in{background:#eaf8f0;color:#177447;border-color:#cde8d7}
.stock-pill.is-out{background:#ffecec;color:#c03939;border-color:#f2cbcb}
.stock-pill.is-order{background:#fff7e6;color:#b56a00;border-color:#f0ddb5}
.stock-pill.is-neutral{background:#f3f6fb;color:#60718b;border-color:#dbe4ef}
.vat-pill{background:#f4f7fc;color:#43566f;border-color:#dfe7f0}
.product-live-badge.is-live{background:#eaf2ff;color:#1768e5}
.product-live-badge.is-passive{background:#eef2f6;color:#66788f}
.product-action-cell{min-width:150px}
.product-action-cell .btn{padding:9px 12px}
.filter-panel{padding:12px 14px}
.filter-panel .admin-filter-grid{gap:10px;align-items:center}
@media(max-width:900px){.product-admin-list-card{padding:10px}.product-admin-table{min-width:860px}.product-admin-main{min-width:220px}.product-action-cell{min-width:132px}}

/* v101 smaller mobile submenu arrows */
@media(max-width:900px){
  .nav a{padding-right:38px!important}
  .submenu-toggle{
    right:7px!important;
    top:8px!important;
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    padding:0!important;
    border-radius:8px!important;
    flex:0 0 28px!important;
  }
  .submenu-toggle i{
    font-size:11px!important;
    line-height:1!important;
  }
  .nav ul ul a{padding-right:34px!important}
}
@media(max-width:560px){
  .submenu-toggle{
    right:6px!important;
    top:7px!important;
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    border-radius:7px!important;
  }
  .submenu-toggle i{font-size:10px!important}
}

/* v108 table reporting, export and date sorting */
.table-export-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 10px;padding:10px 12px;border:1px solid #dce6f1;border-radius:15px;background:linear-gradient(135deg,#fff,#f7faff);box-shadow:0 8px 22px rgba(7,35,73,.05)}
.table-export-title{display:flex;align-items:center;gap:10px;min-width:0}.table-export-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:11px;background:#eaf2ff;color:#1768e5;font-size:17px;font-weight:900;flex:0 0 34px}.table-export-title div{min-width:0}.table-export-title b{display:block;color:#102b50;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-export-title small{display:block;margin-top:2px;color:#7b8aa0;font-size:10px}
.table-export-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.table-tool-btn,.table-date-sort{height:34px;border-radius:10px;border:1px solid #d3dfed;background:#fff;padding:0 11px;font-size:11px;font-weight:800;color:#23456f;cursor:pointer;transition:.18s ease}.table-tool-btn:hover,.table-date-sort:hover{transform:translateY(-1px);box-shadow:0 8px 16px rgba(7,35,73,.08)}.table-tool-btn.is-excel{background:#eaf8f0;border-color:#c9e7d5;color:#147547}.table-tool-btn.is-pdf{background:#fff0f0;border-color:#f0cccc;color:#bd3131}.table-tool-btn.is-print{background:#edf4ff;border-color:#cfddf1;color:#1758b5}.table-date-sort{min-width:142px;padding:0 28px 0 10px}
@media(max-width:760px){.table-export-toolbar{align-items:flex-start;flex-direction:column}.table-export-actions{width:100%;justify-content:flex-start}.table-tool-btn{flex:1;min-width:72px}.table-date-sort{width:100%;order:-1}.table-export-title small{display:none}}

/* v110 catalog sorting */
.catalog-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.catalog-sort-form{display:flex;align-items:center;gap:8px;padding:6px 7px 6px 11px;border:1px solid #dce6f2;border-radius:13px;background:#fff;box-shadow:0 7px 18px rgba(8,38,78,.06)}
.catalog-sort-form label{display:inline-flex;align-items:center;gap:6px;color:#53657d;font-size:11px;font-weight:850;white-space:nowrap}
.catalog-sort-form label i{color:#1768e5;font-size:13px}
.catalog-sort-form select{height:36px;min-width:205px;border:0;border-left:1px solid #e4ebf4;padding:0 30px 0 11px;background:#fff;color:#102a4d;font-size:13px;font-weight:750;outline:0;cursor:pointer}
@media(max-width:760px){.catalog-toolbar.product-section-title{align-items:stretch}.catalog-toolbar-actions{width:100%;justify-content:stretch}.catalog-toolbar-actions .catalog-badge{display:none}.catalog-sort-form{width:100%;justify-content:space-between}.catalog-sort-form select{flex:1;min-width:0}}


/* v112 order company note */
.company-note-admin-card,.company-note-field{border-color:#cfe1f7!important;background:linear-gradient(145deg,#f7fbff,#fff)!important}
.company-note-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#e8f2ff;color:#155bbd;font-size:11px;font-weight:900;letter-spacing:.5px}
.company-note-customer-card{position:relative;overflow:hidden;border-color:#cddff5!important;background:linear-gradient(145deg,#f7fbff 0%,#fff 72%)!important;box-shadow:0 12px 30px rgba(15,76,145,.08)!important}
.company-note-customer-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#1768e5,#0a4caa)}
.company-note-customer-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.company-note-customer-head i{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#e8f2ff;color:#1768e5;font-size:17px}
.company-note-customer-card h3{color:#0b2b55}
.company-note-list-pill{background:#eaf5ff!important;color:#1763c4!important}


/* v113 cleaner order detail and full-width current account */
.order-page-v113 .admin-grid-35{grid-template-columns:minmax(300px,31%) minmax(0,69%);gap:14px;align-items:start}
.order-page-v113 .admin-grid-35>div{min-width:0}
.order-page-v113 .admin-card{border-radius:16px;padding:16px;box-shadow:0 7px 20px rgba(9,38,78,.055);margin-bottom:14px}
.order-page-v113 .sticky-card{position:static}
.order-page-v113 .admin-grid-35>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}
.order-page-v113 .admin-grid-35>div:last-child>.admin-card{margin-bottom:0}
.order-page-v113 .order-summary-card,.order-page-v113 .order-payment-card,.order-page-v113 .order-address-card{grid-column:1/-1}
.order-page-v113 .order-summary-card{background:linear-gradient(180deg,#fff,#f8fbff)}
.order-page-v113 .order-summary-card h3,.order-page-v113 .order-payment-card h3{margin-top:0}
.order-page-v113 .order-total-box{padding:12px 14px;border-radius:13px}
.order-page-v113 .payment-summary{gap:9px;margin-top:10px}
.order-page-v113 .payment-summary>div{padding:12px 13px;border-radius:12px}
.order-page-v113 .payment-entry-grid{grid-template-columns:1fr 1fr 1fr;gap:10px}
.order-page-v113 .professional-payment-form{padding:13px;border-radius:14px}
.order-page-v113 .order-customer-note-card textarea,.order-page-v113 .company-note-admin-card textarea{min-height:140px;resize:vertical}
.order-page-v113 .order-customer-note-card .save-product,.order-page-v113 .company-note-admin-card .save-product{width:auto;min-width:170px;margin-top:10px}
.order-page-v113 .order-info-grid{grid-template-columns:1fr;gap:8px}
.order-page-v113 .order-info-grid>div{padding:11px 12px}
.order-page-v113 .compact-table th,.order-page-v113 .compact-table td{padding:9px 8px}

.cari-page-v113{display:grid;gap:14px}
.cari-page-v113 .cari-account-picker{padding:14px 16px;margin:0}
.cari-picker-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.cari-picker-head h3{margin:0 0 3px}
.cari-picker-grid{display:grid;grid-template-columns:minmax(340px,.8fr) minmax(0,1.2fr);gap:14px;align-items:center}
.cari-picker-grid .form-group{margin:0}
.cari-recent-label{display:block;margin-bottom:6px;color:#64758c;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.55px}
.cari-recent-list{display:flex;gap:7px;overflow:auto;padding-bottom:2px}
.cari-recent-list .account-list-item{flex:0 0 auto;min-width:190px;max-width:245px;padding:8px 10px;border:1px solid #dfe8f3;border-radius:12px;background:#f8fbff}
.cari-recent-list .account-list-item strong{font-size:11px}
.cari-content-full{min-width:0}
.cari-content-full .finance-stats{margin-bottom:14px}
.cari-content-full>.admin-card{padding:16px;border-radius:17px}
.cari-content-full .cari-form-card{padding:13px;border-radius:14px;margin-bottom:14px}
.cari-content-full .table-responsive{border:1px solid #e2eaf3;border-radius:14px;overflow:auto}
.cari-content-full .compact-table{min-width:1050px}
.cari-content-full .compact-table th{position:sticky;top:0;z-index:1;background:#f3f7fc}
.cari-content-full .compact-table th,.cari-content-full .compact-table td{padding:10px 9px;vertical-align:middle}

@media(max-width:980px){
 .order-page-v113 .admin-grid-35{grid-template-columns:1fr}
 .order-page-v113 .admin-grid-35>div:last-child{grid-template-columns:1fr}
 .order-page-v113 .order-summary-card,.order-page-v113 .order-payment-card,.order-page-v113 .order-address-card{grid-column:auto}
 .cari-picker-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
 .order-page-v113 .payment-entry-grid{grid-template-columns:1fr}
 .order-page-v113 .admin-card{padding:13px}
 .cari-recent-list .account-list-item{min-width:170px}
}

/* v115 süreli hizmet takibi */
.service-type-pill{display:inline-flex;margin:5px 0 0 7px;padding:4px 8px;border-radius:999px;background:#f0eaff;color:#7147b8;font-size:10px;font-weight:850}
.service-assignment-row td{background:#f8f6ff!important;padding:12px!important}
.service-assignment-form{display:grid;grid-template-columns:150px 150px minmax(260px,1fr) minmax(220px,1fr) auto;gap:10px;align-items:end}
.service-assignment-form label{display:block;margin-bottom:5px;font-size:10px;font-weight:850;color:#687894;text-transform:uppercase}
.service-assignment-form .form-control{height:40px;padding:8px 10px}
.service-quick-buttons{display:flex;gap:5px;flex-wrap:wrap}
.service-quick-buttons button{border:1px solid #d9cdf5;background:#fff;color:#6542a0;border-radius:9px;padding:8px 9px;font-size:11px;font-weight:800;cursor:pointer}
.service-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}
.service-stats a{display:flex;justify-content:space-between;align-items:center;padding:15px 17px;border:1px solid #dfe7f2;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(8,38,78,.05)}
.service-stats a.active{border-color:#1768e5;background:#eef5ff}
.service-stats span{font-size:13px;font-weight:750;color:#62738d}.service-stats b{font-size:22px;color:#102b50}
.service-status-pill{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:850}
.service-status-pill.is-active{background:#eaf8f0;color:#157747}.service-status-pill.is-warning{background:#fff4d8;color:#a86500}.service-status-pill.is-expired{background:#ffe9e9;color:#bd3030}
.customer-service-period{display:flex;gap:8px;flex-wrap:wrap;margin-top:7px;font-size:11px;color:#61728c}.customer-service-period b.is-active{color:#157747}.customer-service-period b.is-warning{color:#a86500}.customer-service-period b.is-expired{color:#bd3030}.customer-service-period.pending{color:#a86500}
.customer-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}
.customer-service-card{border:1px solid #dfe7f2;border-left:4px solid #1768e5;border-radius:18px;padding:17px;background:linear-gradient(180deg,#fff,#f9fbfe);box-shadow:0 9px 24px rgba(8,38,78,.05)}
.customer-service-card.is-warning{border-left-color:#e5a11a}.customer-service-card.is-expired{border-left-color:#dc4141}
.customer-service-card h3{margin:9px 0 5px}.customer-service-card a{font-size:11px;color:#1768e5;font-weight:750}.customer-service-card>strong{display:block;margin-top:10px;color:#53647d}.customer-service-card p{font-size:13px;color:#697a92}
.service-date-range{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.service-date-range span{padding:10px;border-radius:11px;background:#f2f6fb;color:#6b7b91;font-size:10px}.service-date-range b{display:block;margin-top:3px;color:#132d50;font-size:13px}
@media(max-width:1200px){.service-assignment-form{grid-template-columns:1fr 1fr}.service-assignment-form .service-quick-wrap{grid-column:1/-1}.service-assignment-form>.btn{width:100%}}
@media(max-width:760px){.service-stats,.customer-service-grid{grid-template-columns:1fr}.service-assignment-form{grid-template-columns:1fr}}

/* v139 current exchange rate indicator */
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:14px}
.nav-menu{flex:1 1 auto;min-width:0}
.nav-extras{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;flex:0 0 auto}
.currency-rate-chip{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 13px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);color:#dce7f8;font-size:10px;font-weight:800;white-space:nowrap}
.currency-rate-chip i{color:#8bbdff;font-size:13px}
.currency-rate-chip span{font-size:9px;letter-spacing:.45px;text-transform:uppercase;opacity:.9}
.currency-rate-chip strong{font-size:11px;font-weight:900;color:#fff}
.exchange-rate-info{display:flex;flex-direction:column;gap:4px;margin:4px 0 16px;padding:14px 16px;border:1px solid #cfe0f5;border-radius:13px;background:#f3f8ff}.exchange-rate-info b{color:#12355f}.exchange-rate-info span{font-size:18px;font-weight:900;color:#1768e5}.exchange-rate-info small{color:#71819a}
@media(max-width:1000px){.currency-rate-chip span{display:none}}
@media(max-width:900px){.nav-inner{display:block}.nav-menu{margin-bottom:6px}.nav-extras{justify-content:flex-start;padding:5px 2px 0}.currency-rate-chip{min-height:34px}}
@media(max-width:560px){.currency-rate-chip{min-height:32px;padding:0 10px}.currency-rate-chip strong{font-size:10px}}

/* v138 dual currency product prices */
.dual-currency-price{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.12}.dual-currency-primary{font:inherit;font-weight:900;color:inherit}.dual-currency-secondary{display:block;font-size:10px!important;font-weight:750!important;color:#71839b!important;line-height:1.2;white-space:nowrap}.price-grand-total .dual-currency-secondary{font-size:11px!important;color:#55708f!important}.list-price-old .dual-currency-price{display:inline-flex;vertical-align:middle}.list-price-old .dual-currency-secondary{font-size:9px!important}.cart-table .dual-currency-price{min-width:105px}.cart-table .dual-currency-primary{font-weight:900}.normal-price-reference .dual-currency-price{align-items:flex-end}@media(max-width:600px){.dual-currency-secondary{white-space:normal}}

/* v140 home product spotlight */
.home-product-spotlight-wrap{padding:20px 0 6px}.home-product-spotlight{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:center;padding:26px 30px;border-radius:24px;background:linear-gradient(135deg,#ffffff 0%,#f2f7fe 100%);border:1px solid #dbe6f3;box-shadow:0 18px 46px rgba(10,37,76,.08)}.home-product-spotlight h2{margin:0 0 10px;font-size:32px;letter-spacing:-.6px;color:#081f40}.home-product-spotlight p{margin:0;color:#5c6d84;line-height:1.7;font-size:14px;max-width:780px}.spotlight-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.spotlight-badges span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #dfe8f4;color:#1c3c68;font-size:12px;font-weight:800;box-shadow:0 7px 18px rgba(9,34,67,.05)}.home-product-spotlight-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch}.home-product-spotlight-actions .btn{min-height:46px;border-radius:999px;gap:8px}.home-product-spotlight-actions small{display:flex;align-items:center;gap:8px;color:#59708f;font-size:12px;line-height:1.55;padding:10px 2px}.home-product-spotlight-actions small i{color:#1768e5;font-size:14px}@media(max-width:900px){.home-product-spotlight{grid-template-columns:1fr;padding:22px}.home-product-spotlight h2{font-size:27px}}@media(max-width:650px){.home-product-spotlight-wrap{padding:12px 0 2px}.home-product-spotlight{padding:18px 16px;border-radius:18px;gap:16px}.home-product-spotlight h2{font-size:22px}.home-product-spotlight p{font-size:13px;line-height:1.6}.spotlight-badges{gap:8px}.spotlight-badges span{font-size:11px;padding:8px 10px}.home-product-spotlight-actions .btn{min-height:42px;font-size:13px}}

/* v142 home solution showcase */
.home-solution-showcase{padding:34px 0 28px;background:#f8fbff}.home-solution-heading{text-align:center;max-width:850px;margin:0 auto 22px}.home-solution-heading h2{margin:0 0 9px;font-size:31px;color:#081f40}.home-solution-heading p{margin:0;color:#65758c;font-size:14px;line-height:1.65}.home-solution-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-solution-showcase-card{position:relative;display:block;overflow:hidden;border-radius:24px;background:#fff;border:1px solid #d8e4f2;box-shadow:0 18px 46px rgba(7,28,59,.10);transition:transform .25s,box-shadow .25s,border-color .25s}.home-solution-showcase-card:hover{transform:translateY(-5px);box-shadow:0 26px 58px rgba(7,28,59,.16);border-color:#9cc4f7}.home-solution-showcase-card img{display:block;width:100%;height:auto;aspect-ratio:13/12;object-fit:cover;transition:transform .35s}.home-solution-showcase-card:hover img{transform:scale(1.018)}.home-solution-showcase-link{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 16px;border-radius:999px;background:rgba(7,28,59,.94);color:#fff;font-size:13px;font-weight:900;box-shadow:0 10px 26px rgba(2,20,47,.24);backdrop-filter:blur(7px)}.home-solution-showcase-card:nth-child(2) .home-solution-showcase-link{background:rgba(23,104,229,.95)}.home-solution-showcase-link .bi-arrow-right{margin-left:3px;transition:transform .2s}.home-solution-showcase-card:hover .home-solution-showcase-link .bi-arrow-right{transform:translateX(4px)}@media(max-width:820px){.home-solution-showcase-grid{grid-template-columns:1fr}.home-solution-showcase-card img{aspect-ratio:auto}.home-solution-showcase-heading h2{font-size:27px}}@media(max-width:650px){.home-solution-showcase{padding:24px 0 19px}.home-solution-heading{margin-bottom:15px}.home-solution-heading h2{font-size:23px}.home-solution-heading p{font-size:12.5px}.home-solution-showcase-grid{gap:13px}.home-solution-showcase-card{border-radius:18px}.home-solution-showcase-link{left:12px;right:12px;bottom:12px;min-height:42px;font-size:12px;padding:9px 12px}}

/* v143 duplicate solution overlay buttons removed */
.home-solution-showcase-link{display:none!important}

/* v144 clean single solution buttons */
.home-solution-showcase-card .home-solution-clean-button{position:absolute;left:4.1%;bottom:8.1%;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:12px;width:29%;min-width:178px;min-height:56px;padding:0 20px;border-radius:9px;background:linear-gradient(135deg,#082b62,#0d4f9f);color:#fff;font-size:14px;font-weight:900;box-shadow:0 0 0 10px rgba(255,255,255,.98),0 10px 25px rgba(4,28,67,.18);pointer-events:none}.home-solution-showcase-card:nth-child(2) .home-solution-clean-button{width:25%;background:linear-gradient(135deg,#1768e5,#0d57c8)}.home-solution-clean-button i{font-size:17px;transition:transform .2s}.home-solution-showcase-card:hover .home-solution-clean-button i{transform:translateX(4px)}@media(max-width:1050px){.home-solution-showcase-card .home-solution-clean-button{min-width:155px;min-height:50px;padding:0 16px;font-size:12px;box-shadow:0 0 0 7px rgba(255,255,255,.98),0 8px 20px rgba(4,28,67,.16)}}@media(max-width:650px){.home-solution-showcase-card .home-solution-clean-button{left:4%;bottom:8%;min-width:138px;min-height:42px;padding:0 13px;font-size:11px;border-radius:8px;box-shadow:0 0 0 5px rgba(255,255,255,.98),0 6px 16px rgba(4,28,67,.14)}.home-solution-clean-button i{font-size:14px}}

/* v145 solution buttons: original compact size, solid background */
.home-solution-showcase-card .home-solution-clean-button{
  width:27%!important;
  min-width:0!important;
  min-height:0!important;
  height:43px!important;
  padding:0 15px!important;
  border-radius:7px!important;
  background:#0b3f83!important;
  box-shadow:none!important;
  font-size:12px!important;
  gap:8px!important;
}
.home-solution-showcase-card:nth-child(2) .home-solution-clean-button{
  width:24%!important;
  background:#1768e5!important;
}
.home-solution-clean-button i{font-size:14px!important}
@media(max-width:1050px){
  .home-solution-showcase-card .home-solution-clean-button{height:39px!important;padding:0 12px!important;font-size:11px!important}
}
@media(max-width:650px){
  .home-solution-showcase-card .home-solution-clean-button{height:34px!important;padding:0 10px!important;font-size:9.5px!important;border-radius:6px!important}
  .home-solution-clean-button i{font-size:12px!important}
}

/* v146 solution cards use only the button embedded in each image */
.home-solution-showcase-card .home-solution-clean-button{display:none!important}

/* v147 solution showcase: keep only the border embedded in the artwork */
.home-solution-showcase-card{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.home-solution-showcase-card:hover{
  border-color:transparent!important;
  box-shadow:none!important;
}
.home-solution-showcase-card img{
  border-radius:0!important;
}


/* v149 fix: embedded artwork frame should stay visible on hover */
.home-solution-showcase-card:hover img{
  transform:none !important;
}
.home-solution-showcase-card:hover{
  transform:translateY(-5px) !important;
}

/* v153 automatic cart and clear dual-currency totals */
.cart-auto-info{display:flex;align-items:center;gap:12px;margin:0 0 14px;padding:11px 14px;border:1px solid #d7e5f5;border-radius:14px;background:#f5f9ff;color:#18375f}.cart-auto-info>i{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:10px;background:#e4efff;color:#1768e5;font-size:17px}.cart-auto-info b,.cart-auto-info small{display:block}.cart-auto-info b{font-size:12px}.cart-auto-info small{margin-top:2px;color:#718099;font-size:10px}.cart-auto-info>span{margin-left:auto;padding:5px 9px;border-radius:999px;background:#e9eef5;color:#617189;font-size:10px;font-weight:850;white-space:nowrap}.cart-auto-info>span.is-saving{background:#fff1ce;color:#8c6200}.cart-auto-info>span.is-saved{background:#e5f7ed;color:#087443}.cart-auto-info>span.is-error{background:#ffe8e8;color:#bd2e2e}.cart-table tbody tr{transition:opacity .18s,background .18s}.cart-table tbody tr.is-updating{opacity:.52;background:#f5f8fc}.cart-table .cart-line-tl strong{display:block;color:#087443;white-space:nowrap}.cart-remove{white-space:nowrap}.cart-bottom-auto{align-items:flex-start}.cart-update-note{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;background:#f3f7fc;color:#667790;font-size:11px}.cart-update-note i{color:#087443;font-size:16px}.cart-summary>div b .dual-currency-price,.cart-summary>div strong .dual-currency-price{align-items:flex-end}.cart-summary .dual-currency-primary{font-size:inherit}.cart-summary .dual-currency-secondary{font-size:10px!important;margin-top:3px;color:#71839b!important}.cart-grand .dual-currency-secondary{font-size:11px!important;color:#d7e6ff!important}.cart-empty-state{text-align:left}@media(max-width:900px){.cart-auto-info{align-items:flex-start}.cart-auto-info>span{margin-left:0}.cart-bottom-auto{gap:15px}.cart-update-note{width:100%}}@media(max-width:650px){.cart-table{min-width:920px}.cart-auto-info small{line-height:1.45}.cart-auto-info>span{display:none}}

/* v154 global product image viewer */
.p360-image-viewer{position:fixed;inset:0;z-index:100000;display:none}.p360-image-viewer.is-open{display:block}.p360-image-viewer-backdrop{position:absolute;inset:0;background:rgba(2,11,26,.91);backdrop-filter:blur(6px)}.p360-image-viewer-dialog{position:absolute;inset:3vh 3vw;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:#09162c;box-shadow:0 30px 100px rgba(0,0,0,.55)}.p360-image-viewer-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 16px;background:linear-gradient(135deg,#0a1730,#122746);border-bottom:1px solid rgba(255,255,255,.08);color:#eef5ff}.p360-image-viewer-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.p360-image-viewer-tools{display:flex;gap:7px;flex:0 0 auto}.p360-image-viewer-tools button{height:34px;min-width:38px;padding:0 11px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#132847;color:#eef5ff;font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.18)}.p360-image-viewer-tools button:hover{background:#19365e}.p360-image-viewer-tools .p360-image-viewer-close{background:#d93b3b;border-color:#d93b3b;font-size:20px}.p360-image-viewer-tools .p360-image-viewer-close:hover{background:#c92f2f}.p360-image-viewer-stage{display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:grab;user-select:none;touch-action:none}.p360-image-viewer-stage.is-dragging{cursor:grabbing}.p360-image-viewer-stage img{max-width:92%;max-height:88%;object-fit:contain;transform-origin:center;transition:transform .08s linear;pointer-events:none}.p360-image-viewer-help{text-align:center;padding:9px 14px;background:#061125;color:#aebed6;font-size:11px}.p360-image-viewer-open{overflow:hidden}.home-product-media img,.product-image-wrap img,.product-detail-image img,.cart-product img,.product-image-preview img,.image-preview,.admin-gallery img,.variant-thumb img,.search-result-image img,[data-image-viewer]{cursor:zoom-in}@media(max-width:650px){.p360-image-viewer-dialog{inset:1.5vh 2vw;border-radius:14px}.p360-image-viewer-head{align-items:flex-start;padding:10px}.p360-image-viewer-title{font-size:12px;padding-top:7px}.p360-image-viewer-tools{gap:5px}.p360-image-viewer-tools button{height:31px;min-width:32px;padding:0 8px}.p360-image-viewer-help{font-size:10px;padding:7px 10px}}

/* v156 catalog inline search */
.catalog-title-search{display:flex;align-items:center;gap:22px;flex:1;min-width:0}.catalog-inline-search{flex:1;max-width:520px}.catalog-search-control{display:flex;align-items:center;min-height:44px;border:1px solid #d9e4f1;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(7,28,59,.06)}.catalog-search-control>i{margin-left:14px;color:#6c82a0}.catalog-search-control input{flex:1;min-width:0;border:0;outline:0;padding:11px 10px;background:transparent;color:#10294c}.catalog-search-control button{align-self:stretch;border:0;background:#1768e5;color:#fff;padding:0 18px;font-weight:850;cursor:pointer}.catalog-search-control>a{display:grid;place-items:center;width:38px;align-self:stretch;color:#7b8aa0;font-size:20px}.catalog-search-control>a:hover{background:#f1f5fa;color:#d13b3b}@media(max-width:1000px){.catalog-toolbar.product-section-title{align-items:stretch;flex-direction:column}.catalog-title-search{align-items:stretch;flex-direction:column;gap:12px}.catalog-inline-search{max-width:none}.catalog-toolbar-actions{justify-content:flex-end}}@media(max-width:650px){.catalog-search-control button{padding:0 13px}.catalog-inline-search{width:100%}}


/* v162 cart summary alignment and actions */
.cart-bottom-auto{justify-content:flex-end!important;padding:24px 28px!important}.cart-bottom-spacer{flex:1}.cart-summary{margin-left:auto;width:min(500px,100%)!important;padding:20px!important;box-shadow:0 16px 42px rgba(8,35,74,.08)}.cart-summary-title{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:0 0 12px!important;margin-bottom:5px;border-bottom:1px solid #dbe6f3;color:#0b2b57!important}.cart-summary-title>span{display:inline-flex;align-items:center;gap:8px;font-weight:900;font-size:14px}.cart-summary-title>span i{color:#1768e5}.cart-clear-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid #f0b8b8;background:#fff3f3;color:#c72f2f;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:900;cursor:pointer}.cart-clear-btn:hover{background:#e94040;color:#fff;border-color:#e94040}.cart-summary-actions{display:grid!important;grid-template-columns:.9fr 1.1fr;gap:9px;padding:0!important}.cart-summary-actions .btn{width:100%;gap:7px}.cart-summary .cart-grand{margin:10px 0 14px!important}.cart-summary .cart-grand strong{font-size:25px!important}@media(max-width:768px){.cart-bottom-auto{padding:16px!important}.cart-bottom-spacer{display:none}.cart-summary{margin-left:0}.cart-summary-actions{grid-template-columns:1fr!important}.cart-summary-title{align-items:flex-start}.cart-clear-btn{white-space:nowrap}}

/* v168 sitewide day/night mode */
.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:7px 11px;border:1px solid #d9e3ef;border-radius:999px;background:#fff;color:#10294c;font:inherit;font-size:12px;font-weight:850;cursor:pointer;transition:.2s}.theme-toggle:hover{border-color:#9db9dd;background:#f2f7fd}.theme-toggle i{font-size:14px}.public-theme-toggle{margin:-5px 0}.admin-theme-toggle{min-height:34px;padding:6px 10px}.admin-topbar-user{display:flex;align-items:center;gap:12px}
html[data-theme="dark"] body{background:#07111f;color:#e6edf7}
html[data-theme="dark"] .mainhead,html[data-theme="dark"] .content-card,html[data-theme="dark"] .card,html[data-theme="dark"] .home-product-card,html[data-theme="dark"] .product-card-modern,html[data-theme="dark"] .home-category-card,html[data-theme="dark"] .subcategory-card,html[data-theme="dark"] .features,html[data-theme="dark"] .filter-card,html[data-theme="dark"] .account-menu,html[data-theme="dark"] .cart-summary,html[data-theme="dark"] .cart-table-wrap,html[data-theme="dark"] .home-product-spotlight,html[data-theme="dark"] .process-card,html[data-theme="dark"] .home-metric,html[data-theme="dark"] .product-detail-card,html[data-theme="dark"] .product-price-panel,html[data-theme="dark"] .catalog-search-control{background:#0e1b2d!important;border-color:#20344f!important;color:#e7eef8!important;box-shadow:0 14px 36px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .section-soft,html[data-theme="dark"] .home-section-soft,html[data-theme="dark"] .home-solution-showcase{background:#091525!important}
html[data-theme="dark"] .section-title h2,html[data-theme="dark"] .home-heading h2,html[data-theme="dark"] .home-product-spotlight h2,html[data-theme="dark"] .home-solution-heading h2,html[data-theme="dark"] .home-product-content h3,html[data-theme="dark"] .product-card-content h3,html[data-theme="dark"] .category-list a,html[data-theme="dark"] .cart-summary-title,html[data-theme="dark"] h1,html[data-theme="dark"] h2,html[data-theme="dark"] h3,html[data-theme="dark"] h4,html[data-theme="dark"] b,html[data-theme="dark"] strong{color:#eef5ff}
html[data-theme="dark"] p,html[data-theme="dark"] .muted,html[data-theme="dark"] small,html[data-theme="dark"] .home-heading p,html[data-theme="dark"] .home-product-content p,html[data-theme="dark"] .product-card-content p,html[data-theme="dark"] .home-solution-heading p{color:#9fb0c7!important}
html[data-theme="dark"] .form-control,html[data-theme="dark"] input,html[data-theme="dark"] textarea,html[data-theme="dark"] select{background:#0a1627!important;border-color:#29405d!important;color:#edf4ff!important}
html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#778aa5}
html[data-theme="dark"] .table th{background:#101f33!important;color:#dce8f7!important;border-color:#263b56!important}
html[data-theme="dark"] .table td{background:#0c192a!important;color:#d7e2f0!important;border-color:#20334c!important}
html[data-theme="dark"] .table tr:hover td{background:#10223a!important}
html[data-theme="dark"] .btn-outline{background:#101f33;color:#dce8f7;border-color:#334b68}
html[data-theme="dark"] .btn-outline:hover{background:#183657;color:#fff}
html[data-theme="dark"] .theme-toggle{background:#12243b;border-color:#2d4664;color:#f0f6ff}
html[data-theme="dark"] .theme-toggle:hover{background:#193552}
html[data-theme="dark"] .search input{background:#0b1727!important;border-color:#29405d!important;color:#edf4ff!important}
html[data-theme="dark"] .catalog-search-control button{background:#1768e5!important}
html[data-theme="dark"] .product-price-single,html[data-theme="dark"] .price-pair-public,html[data-theme="dark"] .price-incl,html[data-theme="dark"] .normal-price-reference,html[data-theme="dark"] .cart-update-note{background:#12233a!important;border-color:#2a4260!important;color:#eef5ff!important}
html[data-theme="dark"] .spotlight-badges span,html[data-theme="dark"] .category-meta span{background:#12243a!important;border-color:#29415f!important;color:#dce8f7!important}
html[data-theme="dark"] .modal-box{background:#0e1b2d;color:#e7eef8;border:1px solid #263b56}
html[data-theme="dark"] .footer{box-shadow:0 -10px 35px rgba(0,0,0,.18)}
@media(max-width:700px){.public-theme-toggle span{display:none}.public-theme-toggle{width:38px;padding:7px}}

/* v169 dark mode readability polish for catalog and product cards */
html[data-theme="dark"] .filter-card h3,
html[data-theme="dark"] .catalog-help b,
html[data-theme="dark"] .catalog-toolbar h2,
html[data-theme="dark"] .home-product-content h3,
html[data-theme="dark"] .home-product-content h3 a,
html[data-theme="dark"] .product-card-content h3,
html[data-theme="dark"] .product-card-content h3 a,
html[data-theme="dark"] .product-price-box strong,
html[data-theme="dark"] .price-pair-public .incl strong,
html[data-theme="dark"] .list-price-old,
html[data-theme="dark"] .list-price-old del,
html[data-theme="dark"] .catalog-sort-form label,
html[data-theme="dark"] .catalog-sort-form select,
html[data-theme="dark"] .catalog-search-control input,
html[data-theme="dark"] .catalog-help .btn,
html[data-theme="dark"] .category-list a,
html[data-theme="dark"] .filter-card a,
html[data-theme="dark"] .product-card-modern,
html[data-theme="dark"] .home-product-card{
  color:#f4f8ff!important;
  font-weight:800;
}

html[data-theme="dark"] .filter-card a,
html[data-theme="dark"] .category-list a,
html[data-theme="dark"] .product-card-content .sku,
html[data-theme="dark"] .home-product-content .sku,
html[data-theme="dark"] .product-card-content p,
html[data-theme="dark"] .home-product-content p,
html[data-theme="dark"] .catalog-toolbar .muted,
html[data-theme="dark"] .catalog-help p,
html[data-theme="dark"] .stock-dot,
html[data-theme="dark"] .product-price-box small,
html[data-theme="dark"] .price-pair-public .incl small,
html[data-theme="dark"] .dual-currency-secondary,
html[data-theme="dark"] .list-price-old .dual-currency-secondary,
html[data-theme="dark"] .btn-disabled{
  color:#d7e5f8!important;
  font-weight:700;
}

html[data-theme="dark"] .filter-card a:hover,
html[data-theme="dark"] .filter-card a.active,
html[data-theme="dark"] .category-list a:hover,
html[data-theme="dark"] .category-list a.active{
  color:#ffffff!important;
}

html[data-theme="dark"] .catalog-sort-form{
  background:#0e1b2d!important;
  border-color:#29405d!important;
  box-shadow:0 10px 28px rgba(0,0,0,.22)!important;
}

html[data-theme="dark"] .catalog-sort-form select{
  background:#0e1b2d!important;
  border-left-color:#29405d!important;
}

html[data-theme="dark"] .catalog-search-control>i,
html[data-theme="dark"] .catalog-search-control>a{
  color:#cddcf0!important;
}

html[data-theme="dark"] .product-card-content h3 a,
html[data-theme="dark"] .home-product-content h3 a,
html[data-theme="dark"] .product-card-content h3,
html[data-theme="dark"] .home-product-content h3{
  color:#f5f9ff!important;
}

html[data-theme="dark"] .product-card-content .sku,
html[data-theme="dark"] .home-product-content .sku{
  opacity:1!important;
}

html[data-theme="dark"] .product-price-box>div,
html[data-theme="dark"] .price-pair-public,
html[data-theme="dark"] .list-price-old,
html[data-theme="dark"] .catalog-help .btn.btn-outline,
html[data-theme="dark"] .btn-disabled{
  background:#12233a!important;
  border-color:#2a4260!important;
}

html[data-theme="dark"] .product-price-box .price-incl{
  background:linear-gradient(135deg,#134d9d,#1768e5)!important;
  border-color:#1768e5!important;
  color:#fff!important;
}

html[data-theme="dark"] .product-price-box .price-incl small,
html[data-theme="dark"] .product-price-box .price-incl strong{
  color:#ffffff!important;
}

html[data-theme="dark"] .btn-disabled{
  opacity:1!important;
}


/* v170 dark mode white-surface text contrast */
html[data-theme="dark"] .price-pair-public .incl,
html[data-theme="dark"] .product-price-box .price-incl{
  background:#ffffff!important;
  border-color:#d7e3f1!important;
  color:#10294c!important;
}

html[data-theme="dark"] .price-pair-public .incl small,
html[data-theme="dark"] .price-pair-public .incl strong,
html[data-theme="dark"] .price-pair-public .incl b,
html[data-theme="dark"] .price-pair-public .incl .dual-currency-primary,
html[data-theme="dark"] .product-price-box .price-incl small,
html[data-theme="dark"] .product-price-box .price-incl strong,
html[data-theme="dark"] .product-price-box .price-incl b,
html[data-theme="dark"] .product-price-box .price-incl .dual-currency-primary{
  color:#10294c!important;
}

html[data-theme="dark"] .price-pair-public .incl .dual-currency-secondary,
html[data-theme="dark"] .product-price-box .price-incl .dual-currency-secondary{
  color:#667a96!important;
}

/* v171 dark mode global white-surface readability */
html[data-theme="dark"] .inner-feature-strip>div,
html[data-theme="dark"] .showcase-content,
html[data-theme="dark"] .map-card,
html[data-theme="dark"] .contact-side .content-card,
html[data-theme="dark"] .contact-item,
html[data-theme="dark"] .solution-highlight-grid article,
html[data-theme="dark"] .feature-showcase article,
html[data-theme="dark"] .solution-panel,
html[data-theme="dark"] .solution-panel.alt,
html[data-theme="dark"] .modern-faq details,
html[data-theme="dark"] .modern-faq details>div,
html[data-theme="dark"] .check-grid>div,
html[data-theme="dark"] .corporate-solution-hero,
html[data-theme="dark"] .corporate-solution-video-card,
html[data-theme="dark"] .corporate-solution-section,
html[data-theme="dark"] .corporate-solution-faq,
html[data-theme="dark"] .corporate-solution-faq .modern-faq details,
html[data-theme="dark"] .corporate-feature-grid article,
html[data-theme="dark"] .corporate-video-head,
html[data-theme="dark"] .video-frame-shell,
html[data-theme="dark"] .product-video-section,
html[data-theme="dark"] .product-video-card,
html[data-theme="dark"] .product-video-caption,
html[data-theme="dark"] .content-card .panel-card,
html[data-theme="dark"] .content-card .card,
html[data-theme="dark"] .content-card .stat,
html[data-theme="dark"] .content-card .feature,
html[data-theme="dark"] .content-card .feature-item,
html[data-theme="dark"] .content-card .benefit-card,
html[data-theme="dark"] .content-card .info-card{
  background:#ffffff!important;
  color:#10294c!important;
  border-color:#dbe5f0!important;
  box-shadow:0 10px 28px rgba(4,16,31,.10)!important;
}

html[data-theme="dark"] .inner-feature-strip,
html[data-theme="dark"] .corporate-solution-page-card,
html[data-theme="dark"] .corporate-solution-page,
html[data-theme="dark"] .contact-grid,
html[data-theme="dark"] .solution-highlight-grid,
html[data-theme="dark"] .feature-showcase{
  color:#10294c!important;
}

html[data-theme="dark"] .inner-feature-strip b,
html[data-theme="dark"] .showcase-content h1,
html[data-theme="dark"] .showcase-content h2,
html[data-theme="dark"] .showcase-content h3,
html[data-theme="dark"] .showcase-content h4,
html[data-theme="dark"] .contact-item b,
html[data-theme="dark"] .solution-highlight-grid h3,
html[data-theme="dark"] .feature-showcase h3,
html[data-theme="dark"] .solution-panel>h2,
html[data-theme="dark"] .modern-faq summary,
html[data-theme="dark"] .corporate-solution-copy h2,
html[data-theme="dark"] .corporate-section-heading h2,
html[data-theme="dark"] .corporate-section-heading h3,
html[data-theme="dark"] .corporate-video-head b,
html[data-theme="dark"] .corporate-solution-faq .corporate-section-heading h3,
html[data-theme="dark"] .product-video-head h2,
html[data-theme="dark"] .product-video-caption b,
html[data-theme="dark"] .check-grid>div,
html[data-theme="dark"] .showcase-content strong,
html[data-theme="dark"] .showcase-content b,
html[data-theme="dark"] .solution-panel strong,
html[data-theme="dark"] .solution-panel b{
  color:#08264c!important;
}

html[data-theme="dark"] .showcase-content p,
html[data-theme="dark"] .showcase-content li,
html[data-theme="dark"] .showcase-content ul,
html[data-theme="dark"] .showcase-content ol,
html[data-theme="dark"] .inner-feature-strip span,
html[data-theme="dark"] .contact-item,
html[data-theme="dark"] .solution-highlight-grid p,
html[data-theme="dark"] .feature-showcase p,
html[data-theme="dark"] .modern-faq details>div,
html[data-theme="dark"] .corporate-solution-copy>p,
html[data-theme="dark"] .corporate-section-heading p,
html[data-theme="dark"] .corporate-solution-faq .corporate-section-heading p,
html[data-theme="dark"] .product-video-head p,
html[data-theme="dark"] .product-video-caption small,
html[data-theme="dark"] .dual-currency-secondary,
html[data-theme="dark"] .showcase-content .text-muted,
html[data-theme="dark"] .solution-panel .text-muted{
  color:#5f7189!important;
}

html[data-theme="dark"] .corporate-solution-kicker,
html[data-theme="dark"] .section-kicker,
html[data-theme="dark"] .corporate-video-head small{
  color:#1768e5!important;
}

html[data-theme="dark"] .corporate-solution-tags span,
html[data-theme="dark"] .check-grid>div,
html[data-theme="dark"] .product-video-head,
html[data-theme="dark"] .corporate-video-head{
  background:#f7faff!important;
  border-color:#dbe5f0!important;
}

html[data-theme="dark"] .corporate-solution-actions .btn-outline,
html[data-theme="dark"] .solution-actions .btn-outline,
html[data-theme="dark"] .showcase-content .btn-outline{
  background:#ffffff!important;
  color:#10294c!important;
  border-color:#cfdced!important;
}

html[data-theme="dark"] .corporate-solution-actions .btn-outline:hover,
html[data-theme="dark"] .solution-actions .btn-outline:hover,
html[data-theme="dark"] .showcase-content .btn-outline:hover{
  background:#1768e5!important;
  color:#ffffff!important;
  border-color:#1768e5!important;
}

html[data-theme="dark"] .corporate-solution-split,
html[data-theme="dark"] .wash-split,
html[data-theme="dark"] .solution-callout,
html[data-theme="dark"] .product-cta,
html[data-theme="dark"] .solution-hero{
  color:#dce9fa!important;
}

html[data-theme="dark"] .corporate-solution-split h3,
html[data-theme="dark"] .solution-callout h3,
html[data-theme="dark"] .product-cta h3,
html[data-theme="dark"] .solution-hero h2,
html[data-theme="dark"] .solution-visual b{
  color:#ffffff!important;
}

html[data-theme="dark"] .corporate-solution-split p,
html[data-theme="dark"] .corporate-solution-split li,
html[data-theme="dark"] .solution-callout p,
html[data-theme="dark"] .solution-hero p,
html[data-theme="dark"] .solution-visual span{
  color:#d5e3f7!important;
}

/* v172 admin dark mode full white-surface readability sweep */
html[data-theme="dark"] .admin-card.is-light,
html[data-theme="dark"] .cari-recent-list .account-list-item,
html[data-theme="dark"] .company-note-customer-card,
html[data-theme="dark"] .company-note-admin-card,
html[data-theme="dark"] .company-note-field,
html[data-theme="dark"] .vat-preview,
html[data-theme="dark"] .existing-docs label,
html[data-theme="dark"] .service-quick-buttons button,
html[data-theme="dark"] .customer-service-card,
html[data-theme="dark"] .payment-summary>div,
html[data-theme="dark"] .order-page-v113 .order-summary-card,
html[data-theme="dark"] .order-page-v113 .order-payment-card,
html[data-theme="dark"] .order-page-v113 .order-address-card,
html[data-theme="dark"] .mini-link-cari,
html[data-theme="dark"] .finance-stats .stat,
html[data-theme="dark"] .cari-content-full .finance-stats .stat,
html[data-theme="dark"] .account-dashboard-card,
html[data-theme="dark"] .premium-account-layout .content-card .stat,
html[data-theme="dark"] .premium-account-layout .content-card .metric,
html[data-theme="dark"] .premium-account-layout .content-card .summary-card,
html[data-theme="dark"] .premium-account-layout .content-card .info-box,
html[data-theme="dark"] .premium-account-layout .content-card .feature-box,
html[data-theme="dark"] .premium-account-layout .content-card .mini-card,
html[data-theme="dark"] .premium-account-layout .content-card .highlight-card{
  background:#ffffff!important;
  color:#10294c!important;
  border-color:#dbe5f0!important;
  box-shadow:0 10px 28px rgba(4,16,31,.10)!important;
}

html[data-theme="dark"] .cari-recent-list .account-list-item *,
html[data-theme="dark"] .company-note-customer-card *,
html[data-theme="dark"] .company-note-admin-card *,
html[data-theme="dark"] .company-note-field *,
html[data-theme="dark"] .vat-preview *,
html[data-theme="dark"] .existing-docs label *,
html[data-theme="dark"] .customer-service-card *,
html[data-theme="dark"] .payment-summary>div *,
html[data-theme="dark"] .order-page-v113 .order-summary-card *,
html[data-theme="dark"] .order-page-v113 .order-payment-card *,
html[data-theme="dark"] .order-page-v113 .order-address-card *,
html[data-theme="dark"] .mini-link-cari *,
html[data-theme="dark"] .finance-stats .stat *,
html[data-theme="dark"] .cari-content-full .finance-stats .stat *,
html[data-theme="dark"] .account-dashboard-card *,
html[data-theme="dark"] .premium-account-layout .content-card .stat *,
html[data-theme="dark"] .premium-account-layout .content-card .metric *,
html[data-theme="dark"] .premium-account-layout .content-card .summary-card *,
html[data-theme="dark"] .premium-account-layout .content-card .info-box *,
html[data-theme="dark"] .premium-account-layout .content-card .feature-box *,
html[data-theme="dark"] .premium-account-layout .content-card .mini-card *,
html[data-theme="dark"] .premium-account-layout .content-card .highlight-card *{
  color:inherit;
}

html[data-theme="dark"] .cari-recent-list .account-list-item strong,
html[data-theme="dark"] .company-note-customer-card h3,
html[data-theme="dark"] .company-note-admin-card h3,
html[data-theme="dark"] .company-note-field h3,
html[data-theme="dark"] .vat-preview b,
html[data-theme="dark"] .customer-service-card h3,
html[data-theme="dark"] .payment-summary>div b,
html[data-theme="dark"] .order-page-v113 .order-summary-card h3,
html[data-theme="dark"] .order-page-v113 .order-payment-card h3,
html[data-theme="dark"] .order-page-v113 .order-address-card h3,
html[data-theme="dark"] .mini-link-cari b,
html[data-theme="dark"] .finance-stats .stat strong,
html[data-theme="dark"] .cari-content-full .finance-stats .stat strong,
html[data-theme="dark"] .account-dashboard-card h2,
html[data-theme="dark"] .premium-account-layout .content-card .stat strong,
html[data-theme="dark"] .premium-account-layout .content-card .metric strong,
html[data-theme="dark"] .premium-account-layout .content-card .summary-card strong,
html[data-theme="dark"] .premium-account-layout .content-card .info-box strong,
html[data-theme="dark"] .premium-account-layout .content-card .feature-box strong,
html[data-theme="dark"] .premium-account-layout .content-card .mini-card strong,
html[data-theme="dark"] .premium-account-layout .content-card .highlight-card strong{
  color:#08264c!important;
}

html[data-theme="dark"] .cari-recent-list .account-list-item small,
html[data-theme="dark"] .cari-recent-list .account-list-item span,
html[data-theme="dark"] .company-note-customer-card p,
html[data-theme="dark"] .company-note-admin-card p,
html[data-theme="dark"] .company-note-field p,
html[data-theme="dark"] .existing-docs small,
html[data-theme="dark"] .customer-service-card p,
html[data-theme="dark"] .customer-service-card>strong,
html[data-theme="dark"] .payment-summary>div span,
html[data-theme="dark"] .mini-link-cari span,
html[data-theme="dark"] .finance-stats .stat small,
html[data-theme="dark"] .cari-content-full .finance-stats .stat small,
html[data-theme="dark"] .account-dashboard-card p,
html[data-theme="dark"] .premium-account-layout .content-card .stat small,
html[data-theme="dark"] .premium-account-layout .content-card .metric small,
html[data-theme="dark"] .premium-account-layout .content-card .summary-card small,
html[data-theme="dark"] .premium-account-layout .content-card .info-box small,
html[data-theme="dark"] .premium-account-layout .content-card .feature-box small,
html[data-theme="dark"] .premium-account-layout .content-card .mini-card small,
html[data-theme="dark"] .premium-account-layout .content-card .highlight-card small{
  color:#607289!important;
}

html[data-theme="dark"] .debt,
html[data-theme="dark"] .debt-text,
html[data-theme="dark"] .balance-negative,
html[data-theme="dark"] .text-danger,
html[data-theme="dark"] .borc,
html[data-theme="dark"] .borclu{
  color:#d63342!important;
}

html[data-theme="dark"] .credit-text,
html[data-theme="dark"] .balance-positive,
html[data-theme="dark"] .text-success,
html[data-theme="dark"] .alacakli{
  color:#0a8f5a!important;
}

html[data-theme="dark"] .admin-card .badge,
html[data-theme="dark"] .content-card .badge,
html[data-theme="dark"] .premium-account-layout .badge{
  background:#edf3ff!important;
  color:#1768e5!important;
}

html[data-theme="dark"] .service-quick-buttons button{
  color:#6542a0!important;
  background:#ffffff!important;
  border-color:#d9cdf5!important;
}

html[data-theme="dark"] .existing-docs label,
html[data-theme="dark"] .admin-gallery label{
  background:#ffffff!important;
}

html[data-theme="dark"] .admin-gallery span,
html[data-theme="dark"] .admin-card .text-muted,
html[data-theme="dark"] .content-card .text-muted,
html[data-theme="dark"] .cari-picker-head p,
html[data-theme="dark"] .cari-account-picker p,
html[data-theme="dark"] .cari-content-full p,
html[data-theme="dark"] .premium-account-layout p,
html[data-theme="dark"] .premium-account-layout small{
  color:#9fb0c7!important;
}

html[data-theme="dark"] .cari-recent-list .account-list-item p,
html[data-theme="dark"] .cari-recent-list .account-list-item small,
html[data-theme="dark"] .cari-recent-list .account-list-item span{
  color:#607289!important;
}

html[data-theme="dark"] .content-card .select2-container--default .select2-selection--single,
html[data-theme="dark"] .content-card .select2-container--default .select2-selection--multiple,
html[data-theme="dark"] .admin-card .select2-container--default .select2-selection--single,
html[data-theme="dark"] .admin-card .select2-container--default .select2-selection--multiple{
  background:#0a1627!important;
  border-color:#29405d!important;
  color:#edf4ff!important;
}

html[data-theme="dark"] .select2-dropdown,
html[data-theme="dark"] .select2-container--default .select2-results>.select2-results__options{
  background:#0e1b2d!important;
  color:#edf4ff!important;
}

html[data-theme="dark"] .select2-container--default .select2-results__option--highlighted[aria-selected],
html[data-theme="dark"] .select2-container--default .select2-results__option--highlighted[data-selected]{
  background:#1768e5!important;
  color:#fff!important;
}

/* v173 targeted dark-mode cleanup for admin customer/accounts page */
html[data-theme="dark"] .cari-page-v113 [class*="card"],
html[data-theme="dark"] .cari-page-v113 .table-responsive,
html[data-theme="dark"] .cari-page-v113 .account-list-item,
html[data-theme="dark"] .cari-page-v113 .select2-container--default .select2-selection--single,
html[data-theme="dark"] .cari-page-v113 .select2-container--default .select2-selection--multiple{
  background:#0e1b2d!important;
  color:#e7eef8!important;
  border-color:#29405d!important;
  box-shadow:0 10px 28px rgba(0,0,0,.18)!important;
}

html[data-theme="dark"] .cari-page-v113 [class*="card"] *,
html[data-theme="dark"] .cari-page-v113 .table-responsive *,
html[data-theme="dark"] .cari-page-v113 .account-list-item *{
  color:inherit;
}

html[data-theme="dark"] .cari-page-v113 h1,
html[data-theme="dark"] .cari-page-v113 h2,
html[data-theme="dark"] .cari-page-v113 h3,
html[data-theme="dark"] .cari-page-v113 h4,
html[data-theme="dark"] .cari-page-v113 h5,
html[data-theme="dark"] .cari-page-v113 strong,
html[data-theme="dark"] .cari-page-v113 b,
html[data-theme="dark"] .cari-page-v113 label,
html[data-theme="dark"] .cari-page-v113 .admin-card-head,
html[data-theme="dark"] .cari-page-v113 .admin-card-head *{
  color:#f3f8ff!important;
}

html[data-theme="dark"] .cari-page-v113 p,
html[data-theme="dark"] .cari-page-v113 small,
html[data-theme="dark"] .cari-page-v113 span,
html[data-theme="dark"] .cari-page-v113 .text-muted,
html[data-theme="dark"] .cari-page-v113 .admin-card-head small,
html[data-theme="dark"] .cari-page-v113 .admin-card-head span,
html[data-theme="dark"] .cari-page-v113 .cari-picker-head p,
html[data-theme="dark"] .cari-page-v113 .cari-account-picker p{
  color:#aebed3!important;
}

html[data-theme="dark"] .cari-page-v113 .form-control,
html[data-theme="dark"] .cari-page-v113 input,
html[data-theme="dark"] .cari-page-v113 textarea,
html[data-theme="dark"] .cari-page-v113 select,
html[data-theme="dark"] .cari-page-v113 .select2-container--default .select2-selection--single,
html[data-theme="dark"] .cari-page-v113 .select2-container--default .select2-selection--multiple{
  background:#091423!important;
  color:#eef5ff!important;
  border-color:#314865!important;
}

html[data-theme="dark"] .cari-page-v113 input::placeholder,
html[data-theme="dark"] .cari-page-v113 textarea::placeholder{
  color:#8fa4bf!important;
}

html[data-theme="dark"] .cari-page-v113 .compact-table th{
  background:#10223a!important;
  color:#dfeaf8!important;
  border-color:#26415e!important;
}

html[data-theme="dark"] .cari-page-v113 .compact-table td{
  background:#0b1728!important;
  color:#e7eef8!important;
  border-color:#20344f!important;
}

html[data-theme="dark"] .cari-page-v113 .compact-table td small,
html[data-theme="dark"] .cari-page-v113 .compact-table td span{
  color:#aebed3!important;
}

html[data-theme="dark"] .cari-page-v113 .badge{
  background:#133052!important;
  color:#e8f1ff!important;
}

html[data-theme="dark"] .cari-page-v113 .account-list-item .debt,
html[data-theme="dark"] .cari-page-v113 .account-list-item .debt-text,
html[data-theme="dark"] .cari-page-v113 .balance-negative,
html[data-theme="dark"] .cari-page-v113 .text-danger,
html[data-theme="dark"] .cari-page-v113 .borc,
html[data-theme="dark"] .cari-page-v113 .borclu,
html[data-theme="dark"] .cari-page-v113 .compact-table .debt,
html[data-theme="dark"] .cari-page-v113 .compact-table .balance-negative{
  color:#ff5c6c!important;
}

html[data-theme="dark"] .cari-page-v113 .credit-text,
html[data-theme="dark"] .cari-page-v113 .balance-positive,
html[data-theme="dark"] .cari-page-v113 .text-success,
html[data-theme="dark"] .cari-page-v113 .alacakli,
html[data-theme="dark"] .cari-page-v113 .compact-table .credit-text,
html[data-theme="dark"] .cari-page-v113 .compact-table .balance-positive{
  color:#39d08a!important;
}

/* v174 dark-mode cleanup for frontend My Account pages */
html[data-theme="dark"] .premium-account-layout .content-card,
html[data-theme="dark"] .premium-account-layout .account-dashboard-card,
html[data-theme="dark"] .premium-account-layout .table-wrap,
html[data-theme="dark"] .premium-account-layout .empty-state,
html[data-theme="dark"] .premium-account-layout .address-card,
html[data-theme="dark"] .premium-account-layout .invoice-mini-card,
html[data-theme="dark"] .premium-account-layout .selectable-card,
html[data-theme="dark"] .premium-account-layout .stat,
html[data-theme="dark"] .premium-account-layout .summary-card,
html[data-theme="dark"] .premium-account-layout .info-box,
html[data-theme="dark"] .premium-account-layout .mini-card,
html[data-theme="dark"] .premium-account-layout .highlight-card,
html[data-theme="dark"] .premium-account-layout .feature-box{
  background:#0e1b2d!important;
  color:#e7eef8!important;
  border-color:#223a57!important;
  box-shadow:0 14px 36px rgba(0,0,0,.22)!important;
}

html[data-theme="dark"] .premium-account-layout .content-card *,
html[data-theme="dark"] .premium-account-layout .account-dashboard-card *,
html[data-theme="dark"] .premium-account-layout .table-wrap *,
html[data-theme="dark"] .premium-account-layout .empty-state *,
html[data-theme="dark"] .premium-account-layout .address-card *,
html[data-theme="dark"] .premium-account-layout .invoice-mini-card *,
html[data-theme="dark"] .premium-account-layout .selectable-card *,
html[data-theme="dark"] .premium-account-layout .stat *{
  color:inherit;
}

html[data-theme="dark"] .premium-account-layout h1,
html[data-theme="dark"] .premium-account-layout h2,
html[data-theme="dark"] .premium-account-layout h3,
html[data-theme="dark"] .premium-account-layout h4,
html[data-theme="dark"] .premium-account-layout h5,
html[data-theme="dark"] .premium-account-layout strong,
html[data-theme="dark"] .premium-account-layout b,
html[data-theme="dark"] .premium-account-layout .section-card-head,
html[data-theme="dark"] .premium-account-layout .section-card-head *{
  color:#f3f8ff!important;
}

html[data-theme="dark"] .premium-account-layout p,
html[data-theme="dark"] .premium-account-layout span,
html[data-theme="dark"] .premium-account-layout small,
html[data-theme="dark"] .premium-account-layout .muted,
html[data-theme="dark"] .premium-account-layout .text-muted,
html[data-theme="dark"] .premium-account-layout .address-card p,
html[data-theme="dark"] .premium-account-layout .invoice-mini-card p,
html[data-theme="dark"] .premium-account-layout .empty-state,
html[data-theme="dark"] .premium-account-layout .account-name-sub{
  color:#aebed3!important;
}

html[data-theme="dark"] .premium-account-layout .form-control,
html[data-theme="dark"] .premium-account-layout input,
html[data-theme="dark"] .premium-account-layout select,
html[data-theme="dark"] .premium-account-layout textarea,
html[data-theme="dark"] .premium-account-layout .select2-container--default .select2-selection--single,
html[data-theme="dark"] .premium-account-layout .select2-container--default .select2-selection--multiple{
  background:#091423!important;
  color:#eef5ff!important;
  border-color:#314865!important;
}

html[data-theme="dark"] .premium-account-layout input::placeholder,
html[data-theme="dark"] .premium-account-layout textarea::placeholder{
  color:#8fa4bf!important;
}

html[data-theme="dark"] .premium-account-layout .table thead th,
html[data-theme="dark"] .premium-account-layout .table th{
  background:#10223a!important;
  color:#dfeaf8!important;
  border-color:#26415e!important;
}

html[data-theme="dark"] .premium-account-layout .table td{
  background:#0b1728!important;
  color:#e7eef8!important;
  border-color:#20344f!important;
}

html[data-theme="dark"] .premium-account-layout .table tbody tr:hover td{
  background:#102036!important;
}

html[data-theme="dark"] .premium-account-layout .badge{
  background:#133052!important;
  color:#e8f1ff!important;
}

html[data-theme="dark"] .premium-account-layout .selectable-card:has(input:checked){
  background:#132742!important;
  border-color:#2b67b6!important;
  box-shadow:0 0 0 3px rgba(31,111,235,.16)!important;
}

/* v175 frontend account pages dark-mode full surface cleanup */
html[data-theme="dark"] .premium-account-layout .content-card > div,
html[data-theme="dark"] .premium-account-layout .content-card > section,
html[data-theme="dark"] .premium-account-layout .content-card > article,
html[data-theme="dark"] .premium-account-layout .content-card > header,
html[data-theme="dark"] .premium-account-layout .content-card > footer{
  background:#0e1b2d!important;
  color:#e7eef8!important;
  border-color:#223a57!important;
}

html[data-theme="dark"] .premium-account-layout .btn-outline,
html[data-theme="dark"] .premium-account-layout .btn-light,
html[data-theme="dark"] .premium-account-layout .btn-soft,
html[data-theme="dark"] .premium-account-layout .table-actions .btn:not(.btn-primary):not(.btn-success):not(.btn-danger),
html[data-theme="dark"] .premium-account-layout .content-card .btn:not(.btn-primary):not(.btn-success):not(.btn-danger){
  background:#10223a!important;
  color:#edf5ff!important;
  border:1px solid #2d4765!important;
  box-shadow:none!important;
}

html[data-theme="dark"] .premium-account-layout .btn-outline:hover,
html[data-theme="dark"] .premium-account-layout .btn-light:hover,
html[data-theme="dark"] .premium-account-layout .btn-soft:hover,
html[data-theme="dark"] .premium-account-layout .table-actions .btn:not(.btn-primary):not(.btn-success):not(.btn-danger):hover,
html[data-theme="dark"] .premium-account-layout .content-card .btn:not(.btn-primary):not(.btn-success):not(.btn-danger):hover{
  background:#163250!important;
  color:#ffffff!important;
  border-color:#3a5d84!important;
}

html[data-theme="dark"] .premium-account-layout .content-card .badge,
html[data-theme="dark"] .premium-account-layout .content-card .catalog-badge,
html[data-theme="dark"] .premium-account-layout .content-card .section-badge,
html[data-theme="dark"] .premium-account-layout .content-card .mini-badge,
html[data-theme="dark"] .premium-account-layout .content-card .count-badge,
html[data-theme="dark"] .premium-account-layout .content-card .record-count,
html[data-theme="dark"] .premium-account-layout .content-card .results-count{
  background:#132b47!important;
  color:#eef5ff!important;
  border:1px solid #27486d!important;
}

html[data-theme="dark"] .premium-account-layout .content-card .table,
html[data-theme="dark"] .premium-account-layout .content-card .table-responsive,
html[data-theme="dark"] .premium-account-layout .content-card .table-wrap,
html[data-theme="dark"] .premium-account-layout .content-card .table-card,
html[data-theme="dark"] .premium-account-layout .content-card .report-card,
html[data-theme="dark"] .premium-account-layout .content-card .list-card,
html[data-theme="dark"] .premium-account-layout .content-card .search-card,
html[data-theme="dark"] .premium-account-layout .content-card .toolbar-card,
html[data-theme="dark"] .premium-account-layout .content-card .filter-bar,
html[data-theme="dark"] .premium-account-layout .content-card .search-bar,
html[data-theme="dark"] .premium-account-layout .content-card .table-toolbar,
html[data-theme="dark"] .premium-account-layout .content-card .toolbar,
html[data-theme="dark"] .premium-account-layout .content-card .header-tools,
html[data-theme="dark"] .premium-account-layout .content-card .section-tools,
html[data-theme="dark"] .premium-account-layout .content-card .title-row,
html[data-theme="dark"] .premium-account-layout .content-card .report-toolbar{
  background:#0e1b2d!important;
  color:#e7eef8!important;
  border-color:#223a57!important;
}

html[data-theme="dark"] .premium-account-layout .content-card .table thead th,
html[data-theme="dark"] .premium-account-layout .content-card .table th{
  background:#10223a!important;
  color:#eef5ff!important;
}

html[data-theme="dark"] .premium-account-layout .content-card .table td{
  background:#0c192a!important;
  color:#dce7f6!important;
}

html[data-theme="dark"] .premium-account-layout .content-card .empty-state,
html[data-theme="dark"] .premium-account-layout .content-card .no-record,
html[data-theme="dark"] .premium-account-layout .content-card .no-data{
  background:#0d1a2c!important;
  color:#d7e2f0!important;
  border-color:#29405d!important;
}

/* v176 global dark-mode polish for buttons, spans, badges, toolbars and white surfaces */
html[data-theme="dark"] .section-kicker,
html[data-theme="dark"] .section-badge,
html[data-theme="dark"] .section-pill,
html[data-theme="dark"] .catalog-badge,
html[data-theme="dark"] .mini-badge,
html[data-theme="dark"] .count-badge,
html[data-theme="dark"] .record-count,
html[data-theme="dark"] .results-count,
html[data-theme="dark"] .result-count,
html[data-theme="dark"] .table-count,
html[data-theme="dark"] .list-count,
html[data-theme="dark"] .status-pill,
html[data-theme="dark"] .label-chip,
html[data-theme="dark"] .chip,
html[data-theme="dark"] .pill,
html[data-theme="dark"] .badge-soft,
html[data-theme="dark"] .kicker,
html[data-theme="dark"] .tag{
  background:#122742!important;
  color:#eef5ff!important;
  border:1px solid #2d4b70!important;
  box-shadow:none!important;
}

html[data-theme="dark"] .btn,
html[data-theme="dark"] button,
html[data-theme="dark"] input[type="button"],
html[data-theme="dark"] input[type="submit"]{
  box-shadow:none;
}

html[data-theme="dark"] .btn-outline,
html[data-theme="dark"] .btn-outline-secondary,
html[data-theme="dark"] .btn-light,
html[data-theme="dark"] .btn-soft,
html[data-theme="dark"] .btn-white,
html[data-theme="dark"] .mini-link,
html[data-theme="dark"] .table-actions .btn:not(.btn-primary):not(.btn-danger):not(.btn-success):not(.btn-warning),
html[data-theme="dark"] .content-card .btn:not(.btn-primary):not(.btn-danger):not(.btn-success):not(.btn-warning){
  background:#10233b!important;
  color:#eef5ff!important;
  border:1px solid #2f4b6c!important;
}

html[data-theme="dark"] .btn-outline:hover,
html[data-theme="dark"] .btn-outline-secondary:hover,
html[data-theme="dark"] .btn-light:hover,
html[data-theme="dark"] .btn-soft:hover,
html[data-theme="dark"] .btn-white:hover,
html[data-theme="dark"] .mini-link:hover,
html[data-theme="dark"] .table-actions .btn:not(.btn-primary):not(.btn-danger):not(.btn-success):not(.btn-warning):hover,
html[data-theme="dark"] .content-card .btn:not(.btn-primary):not(.btn-danger):not(.btn-success):not(.btn-warning):hover{
  background:#173454!important;
  color:#ffffff!important;
  border-color:#42658e!important;
}

html[data-theme="dark"] .btn-success{
  background:#153d2b!important;
  color:#e7fff0!important;
  border:1px solid #246947!important;
}
html[data-theme="dark"] .btn-danger{
  background:#5b1f28!important;
  color:#fff0f2!important;
  border:1px solid #8f3644!important;
}
html[data-theme="dark"] .btn-warning{
  background:#5b4817!important;
  color:#fff6dd!important;
  border:1px solid #8c7030!important;
}
html[data-theme="dark"] .btn-info{
  background:#123b58!important;
  color:#eef8ff!important;
  border:1px solid #2f607f!important;
}

html[data-theme="dark"] .content-card .section-card-head,
html[data-theme="dark"] .content-card .admin-card-head,
html[data-theme="dark"] .content-card .table-toolbar,
html[data-theme="dark"] .content-card .toolbar,
html[data-theme="dark"] .content-card .toolbar-card,
html[data-theme="dark"] .content-card .report-toolbar,
html[data-theme="dark"] .content-card .title-row,
html[data-theme="dark"] .content-card .header-tools,
html[data-theme="dark"] .content-card .section-tools,
html[data-theme="dark"] .content-card .filter-panel,
html[data-theme="dark"] .content-card .search-card,
html[data-theme="dark"] .content-card .list-card,
html[data-theme="dark"] .content-card .table-card,
html[data-theme="dark"] .content-card .report-card,
html[data-theme="dark"] .content-card .vat-preview,
html[data-theme="dark"] .content-card .ajax-loading,
html[data-theme="dark"] .content-card .existing-docs label,
html[data-theme="dark"] .content-card .invoice-mini-card,
html[data-theme="dark"] .content-card .empty-state,
html[data-theme="dark"] .content-card .no-data,
html[data-theme="dark"] .content-card .no-record{
  background:#0f1c2f!important;
  color:#e8eff9!important;
  border-color:#233a57!important;
}

html[data-theme="dark"] .content-card .section-card-head *,
html[data-theme="dark"] .content-card .admin-card-head *,
html[data-theme="dark"] .content-card .table-toolbar *,
html[data-theme="dark"] .content-card .toolbar *,
html[data-theme="dark"] .content-card .toolbar-card *,
html[data-theme="dark"] .content-card .report-toolbar *,
html[data-theme="dark"] .content-card .title-row *,
html[data-theme="dark"] .content-card .header-tools *,
html[data-theme="dark"] .content-card .section-tools *,
html[data-theme="dark"] .content-card .vat-preview *,
html[data-theme="dark"] .content-card .invoice-mini-card *,
html[data-theme="dark"] .content-card .empty-state *,
html[data-theme="dark"] .content-card .no-data *,
html[data-theme="dark"] .content-card .no-record *{
  color:inherit!important;
}

html[data-theme="dark"] .content-card .text-muted,
html[data-theme="dark"] .content-card small,
html[data-theme="dark"] .content-card .muted,
html[data-theme="dark"] .content-card .subtitle,
html[data-theme="dark"] .content-card .helper-text{
  color:#9fb2ca!important;
}

html[data-theme="dark"] .content-card .record-count,
html[data-theme="dark"] .content-card .results-count,
html[data-theme="dark"] .content-card .count-badge,
html[data-theme="dark"] .content-card .section-kicker{
  color:#eef5ff!important;
}

html[data-theme="dark"] .premium-account-layout .content-card .section-kicker,
html[data-theme="dark"] .premium-account-layout .content-card .record-count,
html[data-theme="dark"] .premium-account-layout .content-card .results-count,
html[data-theme="dark"] .premium-account-layout .content-card .count-badge{
  background:#15304e!important;
  color:#eef5ff!important;
  border:1px solid #31567d!important;
}

html[data-theme="dark"] .premium-account-layout .content-card .btn-primary,
html[data-theme="dark"] .premium-account-layout .content-card .btn-success,
html[data-theme="dark"] .premium-account-layout .content-card .btn-danger,
html[data-theme="dark"] .premium-account-layout .content-card .btn-warning,
html[data-theme="dark"] .content-card .btn-primary,
html[data-theme="dark"] .content-card .btn-success,
html[data-theme="dark"] .content-card .btn-danger,
html[data-theme="dark"] .content-card .btn-warning{
  color:#fff!important;
}

html[data-theme="dark"] .premium-account-layout .content-card .table-responsive,
html[data-theme="dark"] .premium-account-layout .content-card .table-wrap,
html[data-theme="dark"] .premium-account-layout .content-card .table-card,
html[data-theme="dark"] .premium-account-layout .content-card .list-card,
html[data-theme="dark"] .premium-account-layout .content-card .search-card,
html[data-theme="dark"] .premium-account-layout .content-card .report-card,
html[data-theme="dark"] .premium-account-layout .content-card .toolbar-card{
  background:#0f1c2f!important;
  border-color:#233a57!important;
}

html[data-theme="dark"] .premium-account-layout .content-card .table-toolbar .btn,
html[data-theme="dark"] .premium-account-layout .content-card .report-toolbar .btn,
html[data-theme="dark"] .premium-account-layout .content-card .header-tools .btn,
html[data-theme="dark"] .premium-account-layout .content-card .section-tools .btn{
  color:#eef5ff!important;
}

/* v177 dark-mode final polish for pale count badges and export buttons */
html[data-theme="dark"] .table-tool-btn,
html[data-theme="dark"] .table-tool-btn.is-excel,
html[data-theme="dark"] .table-tool-btn.is-pdf,
html[data-theme="dark"] .table-tool-btn.is-print,
html[data-theme="dark"] .table-tool-btn:disabled,
html[data-theme="dark"] .table-date-sort,
html[data-theme="dark"] .premium-account-layout .table-tool-btn,
html[data-theme="dark"] .premium-account-layout .table-tool-btn.is-excel,
html[data-theme="dark"] .premium-account-layout .table-tool-btn.is-pdf,
html[data-theme="dark"] .premium-account-layout .table-tool-btn.is-print,
html[data-theme="dark"] .premium-account-layout .table-tool-btn:disabled,
html[data-theme="dark"] .premium-account-layout .table-date-sort{
  background:#10233b!important;
  border-color:#31506f!important;
  color:#eef5ff!important;
  opacity:1!important;
}

html[data-theme="dark"] .table-tool-btn:hover,
html[data-theme="dark"] .table-tool-btn.is-excel:hover,
html[data-theme="dark"] .table-tool-btn.is-pdf:hover,
html[data-theme="dark"] .table-tool-btn.is-print:hover,
html[data-theme="dark"] .table-date-sort:hover,
html[data-theme="dark"] .premium-account-layout .table-tool-btn:hover,
html[data-theme="dark"] .premium-account-layout .table-date-sort:hover{
  background:#173454!important;
  border-color:#49709a!important;
  color:#ffffff!important;
}

html[data-theme="dark"] .table-export-toolbar [class*="count"],
html[data-theme="dark"] .table-export-toolbar [class*="badge"],
html[data-theme="dark"] .table-export-toolbar [class*="pill"],
html[data-theme="dark"] .toolbar-card [class*="count"],
html[data-theme="dark"] .toolbar-card [class*="badge"],
html[data-theme="dark"] .toolbar-card [class*="pill"],
html[data-theme="dark"] .search-card [class*="count"],
html[data-theme="dark"] .search-card [class*="badge"],
html[data-theme="dark"] .search-card [class*="pill"],
html[data-theme="dark"] .content-card [class*="count-badge"],
html[data-theme="dark"] .content-card [class*="record-count"],
html[data-theme="dark"] .content-card [class*="results-count"],
html[data-theme="dark"] .content-card [class*="table-count"],
html[data-theme="dark"] .content-card [class*="list-count"],
html[data-theme="dark"] .content-card [class*="result-count"]{
  background:#122742!important;
  border:1px solid #345779!important;
  color:#eef5ff!important;
  box-shadow:none!important;
}

/* v178 exact dark-mode fix for list count and export tools */
html[data-theme="dark"] .list-search-count{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#122742!important;
  color:#eef5ff!important;
  border:1px solid #345779!important;
  box-shadow:none!important;
  opacity:1!important;
}

html[data-theme="dark"] .table-export-toolbar{
  background:#0f1c2f!important;
  border-color:#233a57!important;
  box-shadow:none!important;
}

html[data-theme="dark"] .table-export-icon{
  background:#15304e!important;
  color:#dcecff!important;
}

html[data-theme="dark"] .table-export-title b{
  color:#f3f8ff!important;
}

html[data-theme="dark"] .table-export-title small{
  color:#9fb2ca!important;
}

html[data-theme="dark"] .table-tool-btn,
html[data-theme="dark"] .table-tool-btn.is-excel,
html[data-theme="dark"] .table-tool-btn.is-pdf,
html[data-theme="dark"] .table-tool-btn.is-print,
html[data-theme="dark"] .table-tool-btn[disabled],
html[data-theme="dark"] .table-tool-btn:disabled,
html[data-theme="dark"] .table-date-sort{
  background:#10233b!important;
  color:#eef5ff!important;
  border-color:#31506f!important;
  opacity:1!important;
  filter:none!important;
}

html[data-theme="dark"] .table-tool-btn[disabled],
html[data-theme="dark"] .table-tool-btn:disabled{
  color:#9fb2ca!important;
  background:#0d1b2e!important;
  border-color:#263d59!important;
  cursor:not-allowed!important;
}


/* v179 broader dark-mode sweep for dashboard/account pills, shortcut cards and pale surfaces */
html[data-theme="dark"] .dashboard-card,
html[data-theme="dark"] .dashboard-panel,
html[data-theme="dark"] .dashboard-widget,
html[data-theme="dark"] .dashboard-box,
html[data-theme="dark"] .dashboard-tile,
html[data-theme="dark"] .dashboard-shortcut,
html[data-theme="dark"] .dashboard-shortcut-card,
html[data-theme="dark"] .dashboard-shortcuts .card,
html[data-theme="dark"] .quick-card,
html[data-theme="dark"] .quick-link-card,
html[data-theme="dark"] .quick-action-card,
html[data-theme="dark"] .shortcut-card,
html[data-theme="dark"] .action-card,
html[data-theme="dark"] .tile-card,
html[data-theme="dark"] .feature-tile,
html[data-theme="dark"] .feature-card,
html[data-theme="dark"] .admin-shortcut-card,
html[data-theme="dark"] .admin-dashboard [class*="shortcut"],
html[data-theme="dark"] .admin-dashboard [class*="quick"],
html[data-theme="dark"] .admin-dashboard [class*="tile"],
html[data-theme="dark"] .admin-dashboard [class*="widget"],
html[data-theme="dark"] .admin-dashboard [class*="action"],
html[data-theme="dark"] .content-card [class*="shortcut"],
html[data-theme="dark"] .content-card [class*="quick"],
html[data-theme="dark"] .content-card [class*="tile"],
html[data-theme="dark"] .content-card [class*="widget"],
html[data-theme="dark"] .content-card [class*="action"]{
  background:#0f1c2f!important;
  color:#eaf2fc!important;
  border-color:#24405f!important;
  box-shadow:none!important;
}

html[data-theme="dark"] .dashboard-card *,
html[data-theme="dark"] .dashboard-panel *,
html[data-theme="dark"] .dashboard-widget *,
html[data-theme="dark"] .dashboard-box *,
html[data-theme="dark"] .dashboard-tile *,
html[data-theme="dark"] .dashboard-shortcut *,
html[data-theme="dark"] .dashboard-shortcut-card *,
html[data-theme="dark"] .quick-card *,
html[data-theme="dark"] .quick-link-card *,
html[data-theme="dark"] .quick-action-card *,
html[data-theme="dark"] .shortcut-card *,
html[data-theme="dark"] .action-card *,
html[data-theme="dark"] .tile-card *,
html[data-theme="dark"] .feature-tile *,
html[data-theme="dark"] .feature-card *,
html[data-theme="dark"] .admin-shortcut-card *{
  color:inherit!important;
}

html[data-theme="dark"] .dashboard-card h1,
html[data-theme="dark"] .dashboard-card h2,
html[data-theme="dark"] .dashboard-card h3,
html[data-theme="dark"] .dashboard-card h4,
html[data-theme="dark"] .dashboard-card h5,
html[data-theme="dark"] .dashboard-panel h1,
html[data-theme="dark"] .dashboard-panel h2,
html[data-theme="dark"] .dashboard-panel h3,
html[data-theme="dark"] .dashboard-panel h4,
html[data-theme="dark"] .dashboard-panel h5,
html[data-theme="dark"] .dashboard-widget h1,
html[data-theme="dark"] .dashboard-widget h2,
html[data-theme="dark"] .dashboard-widget h3,
html[data-theme="dark"] .dashboard-widget h4,
html[data-theme="dark"] .dashboard-widget h5,
html[data-theme="dark"] .dashboard-box h1,
html[data-theme="dark"] .dashboard-box h2,
html[data-theme="dark"] .dashboard-box h3,
html[data-theme="dark"] .dashboard-box h4,
html[data-theme="dark"] .dashboard-box h5,
html[data-theme="dark"] .dashboard-tile h1,
html[data-theme="dark"] .dashboard-tile h2,
html[data-theme="dark"] .dashboard-tile h3,
html[data-theme="dark"] .dashboard-tile h4,
html[data-theme="dark"] .dashboard-tile h5,
html[data-theme="dark"] .dashboard-shortcut h1,
html[data-theme="dark"] .dashboard-shortcut h2,
html[data-theme="dark"] .dashboard-shortcut h3,
html[data-theme="dark"] .dashboard-shortcut h4,
html[data-theme="dark"] .dashboard-shortcut h5,
html[data-theme="dark"] .dashboard-shortcut-card h1,
html[data-theme="dark"] .dashboard-shortcut-card h2,
html[data-theme="dark"] .dashboard-shortcut-card h3,
html[data-theme="dark"] .dashboard-shortcut-card h4,
html[data-theme="dark"] .dashboard-shortcut-card h5,
html[data-theme="dark"] .quick-card h1,
html[data-theme="dark"] .quick-card h2,
html[data-theme="dark"] .quick-card h3,
html[data-theme="dark"] .quick-card h4,
html[data-theme="dark"] .quick-card h5,
html[data-theme="dark"] .quick-link-card h1,
html[data-theme="dark"] .quick-link-card h2,
html[data-theme="dark"] .quick-link-card h3,
html[data-theme="dark"] .quick-link-card h4,
html[data-theme="dark"] .quick-link-card h5,
html[data-theme="dark"] .quick-action-card h1,
html[data-theme="dark"] .quick-action-card h2,
html[data-theme="dark"] .quick-action-card h3,
html[data-theme="dark"] .quick-action-card h4,
html[data-theme="dark"] .quick-action-card h5,
html[data-theme="dark"] .shortcut-card h1,
html[data-theme="dark"] .shortcut-card h2,
html[data-theme="dark"] .shortcut-card h3,
html[data-theme="dark"] .shortcut-card h4,
html[data-theme="dark"] .shortcut-card h5,
html[data-theme="dark"] .action-card h1,
html[data-theme="dark"] .action-card h2,
html[data-theme="dark"] .action-card h3,
html[data-theme="dark"] .action-card h4,
html[data-theme="dark"] .action-card h5,
html[data-theme="dark"] .tile-card h1,
html[data-theme="dark"] .tile-card h2,
html[data-theme="dark"] .tile-card h3,
html[data-theme="dark"] .tile-card h4,
html[data-theme="dark"] .tile-card h5,
html[data-theme="dark"] .feature-card h1,
html[data-theme="dark"] .feature-card h2,
html[data-theme="dark"] .feature-card h3,
html[data-theme="dark"] .feature-card h4,
html[data-theme="dark"] .feature-card h5,
html[data-theme="dark"] .feature-tile h1,
html[data-theme="dark"] .feature-tile h2,
html[data-theme="dark"] .feature-tile h3,
html[data-theme="dark"] .feature-tile h4,
html[data-theme="dark"] .feature-tile h5,
html[data-theme="dark"] .admin-shortcut-card h1,
html[data-theme="dark"] .admin-shortcut-card h2,
html[data-theme="dark"] .admin-shortcut-card h3,
html[data-theme="dark"] .admin-shortcut-card h4,
html[data-theme="dark"] .admin-shortcut-card h5{
  color:#f4f8ff!important;
}

html[data-theme="dark"] .dashboard-card p,
html[data-theme="dark"] .dashboard-panel p,
html[data-theme="dark"] .dashboard-widget p,
html[data-theme="dark"] .dashboard-box p,
html[data-theme="dark"] .dashboard-tile p,
html[data-theme="dark"] .dashboard-shortcut p,
html[data-theme="dark"] .dashboard-shortcut-card p,
html[data-theme="dark"] .quick-card p,
html[data-theme="dark"] .quick-link-card p,
html[data-theme="dark"] .quick-action-card p,
html[data-theme="dark"] .shortcut-card p,
html[data-theme="dark"] .action-card p,
html[data-theme="dark"] .tile-card p,
html[data-theme="dark"] .feature-card p,
html[data-theme="dark"] .feature-tile p,
html[data-theme="dark"] .admin-shortcut-card p,
html[data-theme="dark"] .dashboard-card small,
html[data-theme="dark"] .dashboard-panel small,
html[data-theme="dark"] .dashboard-widget small,
html[data-theme="dark"] .dashboard-box small,
html[data-theme="dark"] .dashboard-tile small,
html[data-theme="dark"] .dashboard-shortcut small,
html[data-theme="dark"] .dashboard-shortcut-card small,
html[data-theme="dark"] .quick-card small,
html[data-theme="dark"] .quick-link-card small,
html[data-theme="dark"] .quick-action-card small,
html[data-theme="dark"] .shortcut-card small,
html[data-theme="dark"] .action-card small,
html[data-theme="dark"] .tile-card small,
html[data-theme="dark"] .feature-card small,
html[data-theme="dark"] .feature-tile small,
html[data-theme="dark"] .admin-shortcut-card small,
html[data-theme="dark"] .dashboard-card span,
html[data-theme="dark"] .dashboard-panel span,
html[data-theme="dark"] .dashboard-widget span,
html[data-theme="dark"] .dashboard-box span,
html[data-theme="dark"] .dashboard-tile span,
html[data-theme="dark"] .dashboard-shortcut span,
html[data-theme="dark"] .dashboard-shortcut-card span,
html[data-theme="dark"] .quick-card span,
html[data-theme="dark"] .quick-link-card span,
html[data-theme="dark"] .quick-action-card span,
html[data-theme="dark"] .shortcut-card span,
html[data-theme="dark"] .action-card span,
html[data-theme="dark"] .tile-card span,
html[data-theme="dark"] .feature-card span,
html[data-theme="dark"] .feature-tile span,
html[data-theme="dark"] .admin-shortcut-card span{
  color:#b8c7dc!important;
}

html[data-theme="dark"] .content-card .report-toolbar [class*="count"],
html[data-theme="dark"] .content-card .search-card [class*="count"],
html[data-theme="dark"] .content-card .toolbar-card [class*="count"],
html[data-theme="dark"] .content-card .header-tools [class*="count"],
html[data-theme="dark"] .content-card .section-tools [class*="count"],
html[data-theme="dark"] .content-card .title-row [class*="count"],
html[data-theme="dark"] .content-card .card-head [class*="count"],
html[data-theme="dark"] .content-card .admin-card-head [class*="count"],
html[data-theme="dark"] .content-card .card-header [class*="count"],
html[data-theme="dark"] .content-card .section-header [class*="count"],
html[data-theme="dark"] .content-card .dashboard-header [class*="count"],
html[data-theme="dark"] .content-card .dashboard-tools [class*="count"],
html[data-theme="dark"] .content-card .dashboard-title [class*="count"],
html[data-theme="dark"] .content-card .dashboard-actions [class*="count"],
html[data-theme="dark"] .content-card .list-search-count,
html[data-theme="dark"] .content-card .record-count,
html[data-theme="dark"] .content-card .results-count,
html[data-theme="dark"] .content-card .table-count,
html[data-theme="dark"] .content-card .result-count,
html[data-theme="dark"] .content-card .list-count{
  background:#122742!important;
  color:#eef5ff!important;
  border:1px solid #345779!important;
  box-shadow:none!important;
}

html[data-theme="dark"] .content-card .btn-light,
html[data-theme="dark"] .content-card .btn-white,
html[data-theme="dark"] .content-card .btn-outline-secondary,
html[data-theme="dark"] .content-card .table-tool-btn,
html[data-theme="dark"] .content-card .table-date-sort,
html[data-theme="dark"] .content-card .report-toolbar .btn,
html[data-theme="dark"] .content-card .header-tools .btn,
html[data-theme="dark"] .content-card .section-tools .btn,
html[data-theme="dark"] .content-card .dashboard-actions .btn,
html[data-theme="dark"] .content-card .dashboard-tools .btn,
html[data-theme="dark"] .content-card .content-card-actions .btn{
  background:#10233b!important;
  color:#eef5ff!important;
  border-color:#31506f!important;
}

html[data-theme="dark"] .content-card .btn-light:hover,
html[data-theme="dark"] .content-card .btn-white:hover,
html[data-theme="dark"] .content-card .btn-outline-secondary:hover,
html[data-theme="dark"] .content-card .table-tool-btn:hover,
html[data-theme="dark"] .content-card .table-date-sort:hover,
html[data-theme="dark"] .content-card .report-toolbar .btn:hover,
html[data-theme="dark"] .content-card .header-tools .btn:hover,
html[data-theme="dark"] .content-card .section-tools .btn:hover,
html[data-theme="dark"] .content-card .dashboard-actions .btn:hover,
html[data-theme="dark"] .content-card .dashboard-tools .btn:hover,
html[data-theme="dark"] .content-card .content-card-actions .btn:hover{
  background:#173454!important;
  color:#ffffff!important;
  border-color:#4a719a!important;
}

html[data-theme="dark"] .content-card .bg-white,
html[data-theme="dark"] .content-card .bg-light,
html[data-theme="dark"] .content-card [style*="background: #fff"],
html[data-theme="dark"] .content-card [style*="background:#fff"],
html[data-theme="dark"] .content-card [style*="background-color: #fff"],
html[data-theme="dark"] .content-card [style*="background-color:#fff"],
html[data-theme="dark"] .content-card [style*="background: white"],
html[data-theme="dark"] .content-card [style*="background-color: white"]{
  background:#0f1c2f!important;
  color:#eaf2fc!important;
  border-color:#24405f!important;
}


/* v180 dark-mode fix for white frame around list search input */
html[data-theme="dark"] .list-search-bar,
html[data-theme="dark"] .content-card .list-search-bar,
html[data-theme="dark"] .premium-account-layout .list-search-bar,
html[data-theme="dark"] .admin-dashboard .list-search-bar{
  background:#0f1c2f!important;
  border:1px solid #233a57!important;
  box-shadow:none!important;
}

html[data-theme="dark"] .list-search-input-wrap,
html[data-theme="dark"] .content-card .list-search-input-wrap,
html[data-theme="dark"] .premium-account-layout .list-search-input-wrap,
html[data-theme="dark"] .admin-dashboard .list-search-input-wrap{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

html[data-theme="dark"] .list-search-input,
html[data-theme="dark"] .content-card .list-search-input,
html[data-theme="dark"] .premium-account-layout .list-search-input,
html[data-theme="dark"] .admin-dashboard .list-search-input{
  background:#0b1727!important;
  color:#eef5ff!important;
  border:1px solid #29405d!important;
  box-shadow:none!important;
}

html[data-theme="dark"] .list-search-input::placeholder,
html[data-theme="dark"] .content-card .list-search-input::placeholder,
html[data-theme="dark"] .premium-account-layout .list-search-input::placeholder,
html[data-theme="dark"] .admin-dashboard .list-search-input::placeholder{
  color:#8ea4c1!important;
}

html[data-theme="dark"] .list-search-input:focus,
html[data-theme="dark"] .content-card .list-search-input:focus,
html[data-theme="dark"] .premium-account-layout .list-search-input:focus,
html[data-theme="dark"] .admin-dashboard .list-search-input:focus{
  border-color:#3d6ea4!important;
  box-shadow:0 0 0 2px rgba(45,98,168,.18)!important;
}

html[data-theme="dark"] .list-search-icon,
html[data-theme="dark"] .list-search-clear{
  color:#a9bad0!important;
}

html[data-theme="dark"] .list-search-clear{
  background:#10233b!important;
  border:1px solid #29405d!important;
}


/* v183 admin-wide dark mode consistency */
html[data-theme="dark"] body.admin-body .product-admin-title,
html[data-theme="dark"] body.admin-body .product-admin-main .product-admin-title,
html[data-theme="dark"] body.admin-body .product-admin-row td b,
html[data-theme="dark"] body.admin-body .product-admin-row td strong,
html[data-theme="dark"] body.admin-body .product-admin-row a:not(.btn){
  color:#f3f8ff!important;
}
html[data-theme="dark"] body.admin-body .product-admin-desc,
html[data-theme="dark"] body.admin-body .product-price-stack .price-sub-row,
html[data-theme="dark"] body.admin-body .product-price-stack .price-main-row span,
html[data-theme="dark"] body.admin-body .product-admin-row td small{
  color:#9fb2ca!important;
}
html[data-theme="dark"] body.admin-body .product-price-stack .price-main-row strong{
  color:#eef5ff!important;
}
html[data-theme="dark"] body.admin-body .product-price-stack .price-main-row.dealer strong{
  color:#39d08a!important;
}
html[data-theme="dark"] body.admin-body .product-admin-sku,
html[data-theme="dark"] body.admin-body .category-chip-soft,
html[data-theme="dark"] body.admin-body .vat-pill,
html[data-theme="dark"] body.admin-body .product-live-badge,
html[data-theme="dark"] body.admin-body .featured-product-badge{
  background:#122742!important;
  color:#eef5ff!important;
  border:1px solid #345779!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.admin-body .stock-pill.is-out{
  background:#3a1820!important;
  color:#ffb8c1!important;
  border-color:#6b2d39!important;
}
html[data-theme="dark"] body.admin-body .stock-pill.is-in{
  background:#123426!important;
  color:#8fe3b8!important;
  border-color:#245f43!important;
}
html[data-theme="dark"] body.admin-body .stock-pill.is-order{
  background:#493815!important;
  color:#ffe19a!important;
  border-color:#775d26!important;
}
html[data-theme="dark"] body.admin-body .stock-pill.is-neutral{
  background:#122742!important;
  color:#dce9f8!important;
  border-color:#345779!important;
}
html[data-theme="dark"] body.admin-body .product-admin-table-wrap,
html[data-theme="dark"] body.admin-body .product-admin-list-card,
html[data-theme="dark"] body.admin-body .product-admin-table,
html[data-theme="dark"] body.admin-body .product-admin-row,
html[data-theme="dark"] body.admin-body .product-list-count{
  background:#0e1b2d!important;
  color:#e7eef8!important;
  border-color:#24405f!important;
}
html[data-theme="dark"] body.admin-body .product-list-count strong{
  color:#ffffff!important;
}
html[data-theme="dark"] body.admin-body .product-thumb-wrap,
html[data-theme="dark"] body.admin-body .product-image-preview,
html[data-theme="dark"] body.admin-body .thumb{
  background:#0a1627!important;
  border-color:#29405d!important;
}

/* common admin surfaces: no pale backgrounds in dark mode */
html[data-theme="dark"] body.admin-body .bg-white,
html[data-theme="dark"] body.admin-body .bg-light,
html[data-theme="dark"] body.admin-body .card-header,
html[data-theme="dark"] body.admin-body .card-footer,
html[data-theme="dark"] body.admin-body .panel,
html[data-theme="dark"] body.admin-body .panel-card,
html[data-theme="dark"] body.admin-body .info-box,
html[data-theme="dark"] body.admin-body .summary-card,
html[data-theme="dark"] body.admin-body .metric,
html[data-theme="dark"] body.admin-body .stat,
html[data-theme="dark"] body.admin-body .toolbar-card,
html[data-theme="dark"] body.admin-body .search-card,
html[data-theme="dark"] body.admin-body .filter-card,
html[data-theme="dark"] body.admin-body .list-card,
html[data-theme="dark"] body.admin-body .table-card,
html[data-theme="dark"] body.admin-body .empty-state,
html[data-theme="dark"] body.admin-body .no-data,
html[data-theme="dark"] body.admin-body .no-record{
  background:#0f1c2f!important;
  background-image:none!important;
  color:#eaf2fc!important;
  border-color:#24405f!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body.admin-body .badge,
html[data-theme="dark"] body.admin-body .pill,
html[data-theme="dark"] body.admin-body .chip,
html[data-theme="dark"] body.admin-body [class*="-badge"],
html[data-theme="dark"] body.admin-body [class*="-pill"]{
  box-shadow:none!important;
}
html[data-theme="dark"] body.admin-body .table td,
html[data-theme="dark"] body.admin-body .table th{
  border-color:#24405f!important;
}
html[data-theme="dark"] body.admin-body .table tbody tr:hover td{
  background:#10223a!important;
}


/* v186 dark select2 selected value fix */
html[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__rendered,
html[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__placeholder,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-search__field,
html[data-theme="dark"] .select2-search--dropdown .select2-search__field{
  color:#eef5ff!important;
}
html[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__arrow,
html[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__clear,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__clear{
  color:#cfe0f5!important;
}
html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice{
  background:#16304d!important;
  border:1px solid #345779!important;
}
html[data-theme="dark"] .select2-search--dropdown .select2-search__field{
  background:#0b1728!important;
  border:1px solid #29405d!important;
}


/* v187 stronger dark select2 selected text fix */
html[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered,
html[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered *,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__rendered,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__rendered *,
html[data-theme="dark"] .select2-container--default .select2-results__option,
html[data-theme="dark"] .select2-container--default .select2-results__option *,
html[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__placeholder,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
html[data-theme="dark"] .select2-container--default .select2-selection--single[aria-disabled="true"] .select2-selection__rendered,
html[data-theme="dark"] .select2-container--default .select2-selection--single[aria-disabled="true"] .select2-selection__rendered *,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple[aria-disabled="true"] .select2-selection__rendered,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple[aria-disabled="true"] .select2-selection__rendered *{
  color:#eef5ff!important;
  -webkit-text-fill-color:#eef5ff!important;
  opacity:1!important;
}
html[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__placeholder,
html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__placeholder{
  color:#c5d7ee!important;
  -webkit-text-fill-color:#c5d7ee!important;
}

/* v192 dark-mode homepage price panels and live search dropdown */
html[data-theme="dark"] .home-product-card .product-price-single,
html[data-theme="dark"] .home-product-card .price-pair-public,
html[data-theme="dark"] .product-card-modern .product-price-single,
html[data-theme="dark"] .product-card-modern .price-pair-public,
html[data-theme="dark"] .home-product-card .price-pair-public .incl,
html[data-theme="dark"] .product-card-modern .price-pair-public .incl,
html[data-theme="dark"] .home-product-card .product-price-box>div,
html[data-theme="dark"] .product-card-modern .product-price-box>div,
html[data-theme="dark"] .home-product-card .product-price-box .price-incl,
html[data-theme="dark"] .product-card-modern .product-price-box .price-incl{
  background:#10233b!important;
  background-image:none!important;
  border-color:#2d4b6c!important;
  color:#eef5ff!important;
  box-shadow:none!important;
}
html[data-theme="dark"] .home-product-card .price-pair-public .incl small,
html[data-theme="dark"] .home-product-card .price-pair-public .incl strong,
html[data-theme="dark"] .home-product-card .price-pair-public .incl b,
html[data-theme="dark"] .home-product-card .price-pair-public .incl .dual-currency-primary,
html[data-theme="dark"] .home-product-card .price-pair-public .incl .dual-currency-secondary,
html[data-theme="dark"] .product-card-modern .price-pair-public .incl small,
html[data-theme="dark"] .product-card-modern .price-pair-public .incl strong,
html[data-theme="dark"] .product-card-modern .price-pair-public .incl b,
html[data-theme="dark"] .product-card-modern .price-pair-public .incl .dual-currency-primary,
html[data-theme="dark"] .product-card-modern .price-pair-public .incl .dual-currency-secondary,
html[data-theme="dark"] .home-product-card .product-price-box small,
html[data-theme="dark"] .home-product-card .product-price-box strong,
html[data-theme="dark"] .product-card-modern .product-price-box small,
html[data-theme="dark"] .product-card-modern .product-price-box strong{
  color:#eef5ff!important;
  -webkit-text-fill-color:#eef5ff!important;
}
html[data-theme="dark"] .home-product-card .price-pair-public .incl .dual-currency-secondary,
html[data-theme="dark"] .product-card-modern .price-pair-public .incl .dual-currency-secondary,
html[data-theme="dark"] .home-product-card .product-price-box small,
html[data-theme="dark"] .product-card-modern .product-price-box small{
  color:#aebed3!important;
  -webkit-text-fill-color:#aebed3!important;
}

html[data-theme="dark"] .live-search-results{
  background:#0e1b2d!important;
  border-color:#29405d!important;
  box-shadow:0 18px 50px rgba(0,0,0,.42)!important;
}
html[data-theme="dark"] .search-result{
  background:#0f1c2f!important;
  color:#eef5ff!important;
  border-bottom-color:#233a57!important;
}
html[data-theme="dark"] .search-result:hover{
  background:#152945!important;
}
html[data-theme="dark"] .search-result img,
html[data-theme="dark"] .search-result-image{
  background:#13233a!important;
  border:1px solid #29405d!important;
}
html[data-theme="dark"] .search-result-main b,
html[data-theme="dark"] .search-result-price b{
  color:#f4f8ff!important;
}
html[data-theme="dark"] .search-result-main small,
html[data-theme="dark"] .search-result-main em,
html[data-theme="dark"] .search-result-price small,
html[data-theme="dark"] .search-result-price del{
  color:#aebed3!important;
}
html[data-theme="dark"] .search-result-price i{
  color:#54d89b!important;
}
html[data-theme="dark"] .search-all,
html[data-theme="dark"] .search-empty{
  background:#10233b!important;
  color:#eef5ff!important;
  border-top:1px solid #29405d!important;
}
html[data-theme="dark"] .search-all:hover{
  background:#173454!important;
  color:#ffffff!important;
}


/* v193 dark-mode product detail page complete cleanup */
html[data-theme="dark"] .product-detail-section,
html[data-theme="dark"] .product-detail-section .container,
html[data-theme="dark"] .product-content-stack{
  background:#071321!important;
  color:#eaf2fc!important;
}

html[data-theme="dark"] .product-gallery-card,
html[data-theme="dark"] .product-buy-card,
html[data-theme="dark"] .product-info-block,
html[data-theme="dark"] .product-content-stack>.product-info-block,
html[data-theme="dark"] .product-content-stack>.documents-card,
html[data-theme="dark"] .product-video-section,
html[data-theme="dark"] .product-video-card,
html[data-theme="dark"] .documents-card{
  background:#0f1c2f!important;
  background-image:none!important;
  border-color:#24405f!important;
  color:#eaf2fc!important;
  box-shadow:0 14px 36px rgba(0,0,0,.22)!important;
}

html[data-theme="dark"] .product-gallery-head,
html[data-theme="dark"] .product-gallery-body,
html[data-theme="dark"] .product-video-head,
html[data-theme="dark"] .product-info-block-head,
html[data-theme="dark"] .product-video-caption{
  background:#0f1c2f!important;
  color:#eaf2fc!important;
  border-color:#24405f!important;
}

html[data-theme="dark"] .product-gallery-head h2,
html[data-theme="dark"] .product-buy-card h2,
html[data-theme="dark"] .product-info-block-head h2,
html[data-theme="dark"] .product-video-head h2,
html[data-theme="dark"] .documents-card h2,
html[data-theme="dark"] .product-info-block .rich-content h1,
html[data-theme="dark"] .product-info-block .rich-content h2,
html[data-theme="dark"] .product-info-block .rich-content h3,
html[data-theme="dark"] .product-info-block .rich-content h4,
html[data-theme="dark"] .product-info-block .rich-content h5,
html[data-theme="dark"] .product-info-block .rich-content strong,
html[data-theme="dark"] .product-info-block .rich-content b{
  color:#f4f8ff!important;
  -webkit-text-fill-color:#f4f8ff!important;
}

html[data-theme="dark"] .product-gallery-head p,
html[data-theme="dark"] .product-lead,
html[data-theme="dark"] .product-sku,
html[data-theme="dark"] .product-video-head p,
html[data-theme="dark"] .product-video-caption small,
html[data-theme="dark"] .product-info-block .rich-content,
html[data-theme="dark"] .product-info-block .rich-content p,
html[data-theme="dark"] .product-info-block .rich-content li,
html[data-theme="dark"] .product-info-block .rich-content span,
html[data-theme="dark"] .product-info-block .rich-content em,
html[data-theme="dark"] .product-info-block .rich-content td,
html[data-theme="dark"] .product-info-block .rich-content th{
  color:#c7d5e7!important;
  -webkit-text-fill-color:#c7d5e7!important;
}

html[data-theme="dark"] .product-info-block .rich-content a,
html[data-theme="dark"] .document-list a em{
  color:#7fb5ff!important;
  -webkit-text-fill-color:#7fb5ff!important;
}

html[data-theme="dark"] .product-detail-image{
  background:radial-gradient(circle at center,#17263b 5%,#0a1627 76%)!important;
  border-color:#24405f!important;
}

html[data-theme="dark"] .product-thumbs{
  background:#0f1c2f!important;
  border-top-color:#24405f!important;
}
html[data-theme="dark"] .product-thumbs button{
  background:#132338!important;
  border-color:#2f4b6c!important;
}
html[data-theme="dark"] .product-thumbs button.active{
  border-color:#3d7ed6!important;
  box-shadow:0 0 0 2px rgba(61,126,214,.18)!important;
}

html[data-theme="dark"] .product-price-panel,
html[data-theme="dark"] .price-panel-head,
html[data-theme="dark"] .price-breakdown,
html[data-theme="dark"] .normal-price-reference,
html[data-theme="dark"] .price-row{
  background:#0d1a2c!important;
  background-image:none!important;
  border-color:#29405d!important;
  color:#dfeaf8!important;
}

html[data-theme="dark"] .price-panel-head,
html[data-theme="dark"] .price-panel-head span,
html[data-theme="dark"] .price-row span,
html[data-theme="dark"] .price-row strong,
html[data-theme="dark"] .normal-price-reference span,
html[data-theme="dark"] .normal-price-reference strong,
html[data-theme="dark"] .normal-price-reference del{
  color:#dfeaf8!important;
  -webkit-text-fill-color:#dfeaf8!important;
}

html[data-theme="dark"] .price-row span b{
  background:#15304e!important;
  color:#e8f2ff!important;
  border:1px solid #345779!important;
}

html[data-theme="dark"] .price-grand-total{
  background:linear-gradient(135deg,#124b96,#1768e5)!important;
  color:#fff!important;
}
html[data-theme="dark"] .price-grand-total span,
html[data-theme="dark"] .price-grand-total strong,
html[data-theme="dark"] .price-grand-total small,
html[data-theme="dark"] .price-grand-total .dual-currency-primary,
html[data-theme="dark"] .price-grand-total .dual-currency-secondary{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

html[data-theme="dark"] .category-pill,
html[data-theme="dark"] .stock-badge,
html[data-theme="dark"] .product-detail-section .section-kicker{
  background:#15304e!important;
  color:#eef5ff!important;
  border:1px solid #345779!important;
}
html[data-theme="dark"] .stock-badge.status-out_of_stock,
html[data-theme="dark"] .stock-badge.status-unavailable,
html[data-theme="dark"] .stock-badge.status-discontinued{
  background:#3a1820!important;
  color:#ffb8c1!important;
  border-color:#6b2d39!important;
}

html[data-theme="dark"] .purchase-actions .btn-outline,
html[data-theme="dark"] .purchase-actions .btn-disabled{
  background:#10233b!important;
  color:#eef5ff!important;
  border-color:#31506f!important;
}
html[data-theme="dark"] .purchase-actions .btn-outline:hover{
  background:#173454!important;
  color:#fff!important;
  border-color:#4a719a!important;
}

html[data-theme="dark"] .info-stack>div{
  background:#0d1a2c!important;
  border-color:#29405d!important;
}
html[data-theme="dark"] .info-stack b{
  color:#f4f8ff!important;
}
html[data-theme="dark"] .info-stack span{
  color:#aebed3!important;
}
html[data-theme="dark"] .info-stack i{
  color:#6da9ff!important;
}

html[data-theme="dark"] .product-info-block .rich-content table,
html[data-theme="dark"] .product-info-block .rich-content td,
html[data-theme="dark"] .product-info-block .rich-content th{
  background:#0d1a2c!important;
  border-color:#29405d!important;
}

html[data-theme="dark"] .document-list a{
  background:#0d1a2c!important;
  border-color:#29405d!important;
  color:#eaf2fc!important;
}
html[data-theme="dark"] .document-list a:hover{
  background:#132742!important;
}
html[data-theme="dark"] .document-list a b{
  color:#f4f8ff!important;
}
html[data-theme="dark"] .document-list a small{
  color:#aebed3!important;
}


/* v194 public site complete dark-mode surface sweep */
html[data-theme="dark"] body,
html[data-theme="dark"] main,
html[data-theme="dark"] .section,
html[data-theme="dark"] .section-soft,
html[data-theme="dark"] .page-content,
html[data-theme="dark"] .content-area,
html[data-theme="dark"] .corporate-solution-page,
html[data-theme="dark"] .corporate-solution-page-card,
html[data-theme="dark"] .contact-page,
html[data-theme="dark"] .about-page{
  background:#071321!important;
  color:#eaf2fc!important;
}

html[data-theme="dark"] .inner-feature-strip{
  background:#24405f!important;
  border-color:#24405f!important;
  box-shadow:none!important;
}

html[data-theme="dark"] .inner-feature-strip>div,
html[data-theme="dark"] .showcase-content,
html[data-theme="dark"] .corporate-solution-hero,
html[data-theme="dark"] .corporate-solution-video-card,
html[data-theme="dark"] .corporate-solution-section,
html[data-theme="dark"] .corporate-solution-faq,
html[data-theme="dark"] .corporate-feature-grid article,
html[data-theme="dark"] .solution-highlight-grid article,
html[data-theme="dark"] .feature-showcase article,
html[data-theme="dark"] .solution-panel,
html[data-theme="dark"] .solution-panel.alt,
html[data-theme="dark"] .modern-faq details,
html[data-theme="dark"] .modern-faq details>div,
html[data-theme="dark"] .check-grid>div,
html[data-theme="dark"] .map-card,
html[data-theme="dark"] .contact-side .content-card,
html[data-theme="dark"] .contact-item,
html[data-theme="dark"] .content-card,
html[data-theme="dark"] .panel-card,
html[data-theme="dark"] .card,
html[data-theme="dark"] .features,
html[data-theme="dark"] .feature,
html[data-theme="dark"] .stat,
html[data-theme="dark"] .info-card,
html[data-theme="dark"] .benefit-card,
html[data-theme="dark"] .feature-item,
html[data-theme="dark"] .video-frame-shell,
html[data-theme="dark"] .corporate-video-head,
html[data-theme="dark"] .product-video-head,
html[data-theme="dark"] .product-video-caption{
  background:#0f1c2f!important;
  background-image:none!important;
  color:#eaf2fc!important;
  border-color:#24405f!important;
  box-shadow:0 14px 36px rgba(0,0,0,.22)!important;
}

html[data-theme="dark"] .corporate-solution-hero.wash-hero,
html[data-theme="dark"] .wash-hero{
  background:#0f1c2f!important;
  background-image:none!important;
}

html[data-theme="dark"] .showcase-content h1,
html[data-theme="dark"] .showcase-content h2,
html[data-theme="dark"] .showcase-content h3,
html[data-theme="dark"] .showcase-content h4,
html[data-theme="dark"] .showcase-content h5,
html[data-theme="dark"] .inner-feature-strip b,
html[data-theme="dark"] .corporate-solution-copy h2,
html[data-theme="dark"] .corporate-section-heading h2,
html[data-theme="dark"] .corporate-section-heading h3,
html[data-theme="dark"] .corporate-video-head b,
html[data-theme="dark"] .corporate-feature-grid h4,
html[data-theme="dark"] .solution-highlight-grid h3,
html[data-theme="dark"] .feature-showcase h3,
html[data-theme="dark"] .solution-panel>h2,
html[data-theme="dark"] .modern-faq summary,
html[data-theme="dark"] .contact-item b,
html[data-theme="dark"] .content-card h1,
html[data-theme="dark"] .content-card h2,
html[data-theme="dark"] .content-card h3,
html[data-theme="dark"] .content-card h4,
html[data-theme="dark"] .content-card h5,
html[data-theme="dark"] .content-card strong,
html[data-theme="dark"] .content-card b,
html[data-theme="dark"] .panel-card h1,
html[data-theme="dark"] .panel-card h2,
html[data-theme="dark"] .panel-card h3,
html[data-theme="dark"] .panel-card h4,
html[data-theme="dark"] .panel-card h5{
  color:#f4f8ff!important;
  -webkit-text-fill-color:#f4f8ff!important;
}

html[data-theme="dark"] .showcase-content p,
html[data-theme="dark"] .showcase-content li,
html[data-theme="dark"] .showcase-content ul,
html[data-theme="dark"] .showcase-content ol,
html[data-theme="dark"] .inner-feature-strip span,
html[data-theme="dark"] .corporate-solution-copy>p,
html[data-theme="dark"] .corporate-section-heading p,
html[data-theme="dark"] .corporate-feature-grid p,
html[data-theme="dark"] .solution-highlight-grid p,
html[data-theme="dark"] .feature-showcase p,
html[data-theme="dark"] .modern-faq details>div,
html[data-theme="dark"] .contact-item,
html[data-theme="dark"] .content-card p,
html[data-theme="dark"] .content-card li,
html[data-theme="dark"] .content-card small,
html[data-theme="dark"] .content-card .muted,
html[data-theme="dark"] .panel-card p,
html[data-theme="dark"] .panel-card li,
html[data-theme="dark"] .panel-card small,
html[data-theme="dark"] .panel-card .muted{
  color:#b8c7dc!important;
  -webkit-text-fill-color:#b8c7dc!important;
}

html[data-theme="dark"] .corporate-solution-tags span,
html[data-theme="dark"] .check-grid>div,
html[data-theme="dark"] .section-kicker,
html[data-theme="dark"] .corporate-solution-kicker,
html[data-theme="dark"] .category-pill,
html[data-theme="dark"] .badge,
html[data-theme="dark"] .tag,
html[data-theme="dark"] .chip,
html[data-theme="dark"] .pill{
  background:#15304e!important;
  color:#eef5ff!important;
  border-color:#345779!important;
  box-shadow:none!important;
}

html[data-theme="dark"] .corporate-solution-actions .btn-outline,
html[data-theme="dark"] .solution-actions .btn-outline,
html[data-theme="dark"] .showcase-content .btn-outline,
html[data-theme="dark"] .content-card .btn-outline,
html[data-theme="dark"] .panel-card .btn-outline{
  background:#10233b!important;
  color:#eef5ff!important;
  border-color:#31506f!important;
}

html[data-theme="dark"] .corporate-solution-actions .btn-outline:hover,
html[data-theme="dark"] .solution-actions .btn-outline:hover,
html[data-theme="dark"] .showcase-content .btn-outline:hover,
html[data-theme="dark"] .content-card .btn-outline:hover,
html[data-theme="dark"] .panel-card .btn-outline:hover{
  background:#173454!important;
  color:#fff!important;
  border-color:#4a719a!important;
}

html[data-theme="dark"] .modern-faq details[open] summary{
  background:#132742!important;
  color:#eef5ff!important;
}

html[data-theme="dark"] .corporate-feature-grid article>i,
html[data-theme="dark"] .solution-highlight-grid article>span,
html[data-theme="dark"] .feature-icon,
html[data-theme="dark"] .address-icon{
  background:#15304e!important;
  color:#7fb5ff!important;
}

html[data-theme="dark"] .form-control,
html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea{
  background:#0a1627!important;
  color:#eef5ff!important;
  border-color:#29405d!important;
}

html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder{
  color:#8fa4bf!important;
}

html[data-theme="dark"] .table th{
  background:#10223a!important;
  color:#dfeaf8!important;
  border-color:#26415e!important;
}

html[data-theme="dark"] .table td{
  background:#0b1728!important;
  color:#e7eef8!important;
  border-color:#20344f!important;
}

html[data-theme="dark"] .table tbody tr:hover td{
  background:#102036!important;
}

html[data-theme="dark"] .subcategory-footer,
html[data-theme="dark"] .category-list a:hover,
html[data-theme="dark"] .filter-card a:hover,
html[data-theme="dark"] .filter-card a.active{
  background:#132742!important;
  color:#eef5ff!important;
}


/* v195 public dark mode exact page selectors: about, solutions, faq, contact */
html[data-theme="dark"] body .about-simple,
html[data-theme="dark"] body .corporate-solution-page,
html[data-theme="dark"] body .contact-page{
  color:#eaf2fc!important;
}

/* Hakkımızda */
html[data-theme="dark"] body .about-simple-hero,
html[data-theme="dark"] body .about-simple-section,
html[data-theme="dark"] body .about-simple-list article,
html[data-theme="dark"] body .about-simple-steps>div,
html[data-theme="dark"] body .about-simple-contact{
  background:#0f1c2f!important;
  background-image:none!important;
  border-color:#24405f!important;
  color:#eaf2fc!important;
  box-shadow:0 14px 34px rgba(0,0,0,.20)!important;
}
html[data-theme="dark"] body .about-simple h2,
html[data-theme="dark"] body .about-simple h3,
html[data-theme="dark"] body .about-simple h4,
html[data-theme="dark"] body .about-simple-title h3,
html[data-theme="dark"] body .about-simple-list h4,
html[data-theme="dark"] body .about-simple-contact h3{
  color:#f4f8ff!important;
  -webkit-text-fill-color:#f4f8ff!important;
}
html[data-theme="dark"] body .about-simple-hero p,
html[data-theme="dark"] body .about-simple-copy p,
html[data-theme="dark"] body .about-simple-list p,
html[data-theme="dark"] body .about-simple-steps span,
html[data-theme="dark"] body .about-simple p{
  color:#b8c7dc!important;
  -webkit-text-fill-color:#b8c7dc!important;
}
html[data-theme="dark"] body .about-simple-kicker,
html[data-theme="dark"] body .about-simple-title>i,
html[data-theme="dark"] body .about-simple-title small{
  background:#15304e!important;
  color:#8dbbff!important;
  border-color:#345779!important;
}
html[data-theme="dark"] body .about-simple-title small{
  background:transparent!important;
}
html[data-theme="dark"] body .about-simple-highlight{
  background:linear-gradient(135deg,#0b2444,#123f72)!important;
  color:#dce9fa!important;
}
html[data-theme="dark"] body .about-simple-highlight h3{
  color:#fff!important;
}
html[data-theme="dark"] body .about-simple-highlight p,
html[data-theme="dark"] body .about-simple-highlight li{
  color:#d4e2f3!important;
}
html[data-theme="dark"] body .about-simple-highlight li{
  background:#132f4f!important;
  border-color:#315475!important;
}

/* Geçiş kontrol ve yıkama otomasyonu çözüm sayfaları */
html[data-theme="dark"] body .corporate-solution-hero,
html[data-theme="dark"] body .corporate-solution-hero.wash-hero,
html[data-theme="dark"] body .corporate-solution-video-card,
html[data-theme="dark"] body .corporate-solution-section,
html[data-theme="dark"] body .corporate-solution-faq,
html[data-theme="dark"] body .corporate-feature-grid article{
  background:#0f1c2f!important;
  background-image:none!important;
  border-color:#24405f!important;
  color:#eaf2fc!important;
  box-shadow:0 14px 34px rgba(0,0,0,.20)!important;
}
html[data-theme="dark"] body .corporate-solution-copy h2,
html[data-theme="dark"] body .corporate-section-heading h3,
html[data-theme="dark"] body .corporate-feature-grid h4,
html[data-theme="dark"] body .corporate-video-head b,
html[data-theme="dark"] body .corporate-solution-faq .corporate-section-heading h3{
  color:#f4f8ff!important;
  -webkit-text-fill-color:#f4f8ff!important;
}
html[data-theme="dark"] body .corporate-solution-copy>p,
html[data-theme="dark"] body .corporate-section-heading p,
html[data-theme="dark"] body .corporate-feature-grid p,
html[data-theme="dark"] body .corporate-solution-faq .corporate-section-heading p,
html[data-theme="dark"] body .corporate-video-head small{
  color:#b8c7dc!important;
  -webkit-text-fill-color:#b8c7dc!important;
}
html[data-theme="dark"] body .corporate-solution-kicker,
html[data-theme="dark"] body .corporate-solution-tags span,
html[data-theme="dark"] body .corporate-feature-grid article>i,
html[data-theme="dark"] body .corporate-video-head>span{
  background:#15304e!important;
  color:#8dbbff!important;
  border-color:#345779!important;
}
html[data-theme="dark"] body .corporate-solution-split,
html[data-theme="dark"] body .wash-split{
  background:linear-gradient(135deg,#0b2444,#123f72)!important;
  color:#dce9fa!important;
}
html[data-theme="dark"] body .corporate-solution-split li,
html[data-theme="dark"] body .wash-split li{
  background:#132f4f!important;
  border-color:#315475!important;
  color:#d8e6f6!important;
}

/* FAQ - both access and washing pages */
html[data-theme="dark"] body .corporate-solution-faq .modern-faq details,
html[data-theme="dark"] body .exact-faq-list .modern-faq details,
html[data-theme="dark"] body .modern-faq details{
  background:#0d1a2c!important;
  border-color:#29405d!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body .corporate-solution-faq .modern-faq summary,
html[data-theme="dark"] body .exact-faq-list .modern-faq summary,
html[data-theme="dark"] body .modern-faq summary{
  background:#0d1a2c!important;
  color:#eef5ff!important;
  -webkit-text-fill-color:#eef5ff!important;
  border-color:#29405d!important;
}
html[data-theme="dark"] body .corporate-solution-faq .modern-faq details[open] summary,
html[data-theme="dark"] body .exact-faq-list .modern-faq details[open] summary,
html[data-theme="dark"] body .modern-faq details[open] summary{
  background:#132742!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html[data-theme="dark"] body .corporate-solution-faq .modern-faq details>div,
html[data-theme="dark"] body .exact-faq-list .modern-faq details>div,
html[data-theme="dark"] body .modern-faq details>div{
  background:#0f1c2f!important;
  color:#c5d3e5!important;
  -webkit-text-fill-color:#c5d3e5!important;
  border-top-color:#29405d!important;
}
html[data-theme="dark"] body .modern-faq summary span{
  color:#7fb5ff!important;
  -webkit-text-fill-color:#7fb5ff!important;
}

/* İletişim */
html[data-theme="dark"] body .contact-hero-card,
html[data-theme="dark"] body .contact-form-card,
html[data-theme="dark"] body .contact-info-card,
html[data-theme="dark"] body .contact-mini-panel,
html[data-theme="dark"] body .map-card-modern,
html[data-theme="dark"] body .contact-info-row,
html[data-theme="dark"] body .map-frame-wrap{
  background:#0f1c2f!important;
  background-image:none!important;
  border-color:#24405f!important;
  color:#eaf2fc!important;
  box-shadow:0 14px 34px rgba(0,0,0,.20)!important;
}
html[data-theme="dark"] body .contact-hero-copy h2,
html[data-theme="dark"] body .contact-block-head h2,
html[data-theme="dark"] body .contact-info-row-body b,
html[data-theme="dark"] body .contact-mini-panel h3{
  color:#f4f8ff!important;
  -webkit-text-fill-color:#f4f8ff!important;
}
html[data-theme="dark"] body .contact-hero-copy p,
html[data-theme="dark"] body .contact-block-head p,
html[data-theme="dark"] body .contact-info-row-body small,
html[data-theme="dark"] body .contact-mini-panel p{
  color:#b8c7dc!important;
  -webkit-text-fill-color:#b8c7dc!important;
}
html[data-theme="dark"] body .contact-mini-kicker,
html[data-theme="dark"] body .contact-hero-badges span,
html[data-theme="dark"] body .contact-info-row-icon{
  background:#15304e!important;
  color:#8dbbff!important;
  border-color:#345779!important;
}
html[data-theme="dark"] body .contact-info-row.whatsapp .contact-info-row-icon{
  background:#123b2a!important;
  color:#69d99a!important;
}
html[data-theme="dark"] body .contact-form-modern label{
  color:#dfeaf8!important;
}
html[data-theme="dark"] body .contact-form-modern .form-control,
html[data-theme="dark"] body .contact-form-modern textarea.form-control{
  background:#0a1627!important;
  color:#eef5ff!important;
  border-color:#29405d!important;
}
html[data-theme="dark"] body .contact-form-modern .form-control::placeholder,
html[data-theme="dark"] body .contact-form-modern textarea.form-control::placeholder{
  color:#8fa4bf!important;
}

/* v196 frontend account pages and customer order pages dark-mode sweep */
html[data-theme="dark"] .premium-account-layout,
html[data-theme="dark"] .customer-order-page{
  color:#eaf2fc!important;
}

html[data-theme="dark"] .premium-account-layout .content-card,
html[data-theme="dark"] .premium-account-layout .table-wrap,
html[data-theme="dark"] .premium-account-layout .account-dashboard-card,
html[data-theme="dark"] .premium-account-layout .stat,
html[data-theme="dark"] .premium-account-layout .customer-service-card,
html[data-theme="dark"] .premium-account-layout .account-type-switch span,
html[data-theme="dark"] .premium-account-layout .empty-state,
html[data-theme="dark"] .customer-order-page .content-card,
html[data-theme="dark"] .customer-order-page .order-summary-card,
html[data-theme="dark"] .customer-order-page .order-meta-card,
html[data-theme="dark"] .customer-order-page .order-doc-card,
html[data-theme="dark"] .customer-order-page .empty-doc,
html[data-theme="dark"] .customer-order-page .customer-order-docs>a,
html[data-theme="dark"] .customer-order-page .order-summary-metrics .metric,
html[data-theme="dark"] .customer-order-page .company-note-customer-card,
html[data-theme="dark"] .customer-order-page .payment-state{
  background:#0f1c2f!important;
  background-image:none!important;
  border-color:#24405f!important;
  color:#eaf2fc!important;
  box-shadow:0 14px 34px rgba(0,0,0,.20)!important;
}

html[data-theme="dark"] .premium-account-layout h1,
html[data-theme="dark"] .premium-account-layout h2,
html[data-theme="dark"] .premium-account-layout h3,
html[data-theme="dark"] .premium-account-layout h4,
html[data-theme="dark"] .premium-account-layout h5,
html[data-theme="dark"] .premium-account-layout b,
html[data-theme="dark"] .premium-account-layout strong,
html[data-theme="dark"] .premium-account-layout label,
html[data-theme="dark"] .customer-order-page h1,
html[data-theme="dark"] .customer-order-page h2,
html[data-theme="dark"] .customer-order-page h3,
html[data-theme="dark"] .customer-order-page h4,
html[data-theme="dark"] .customer-order-page h5,
html[data-theme="dark"] .customer-order-page b,
html[data-theme="dark"] .customer-order-page strong,
html[data-theme="dark"] .customer-order-page label{
  color:#f4f8ff!important;
  -webkit-text-fill-color:#f4f8ff!important;
}

html[data-theme="dark"] .premium-account-layout p,
html[data-theme="dark"] .premium-account-layout span,
html[data-theme="dark"] .premium-account-layout small,
html[data-theme="dark"] .premium-account-layout .muted,
html[data-theme="dark"] .premium-account-layout .text-muted,
html[data-theme="dark"] .premium-account-layout .account-name-sub,
html[data-theme="dark"] .customer-order-page p,
html[data-theme="dark"] .customer-order-page span,
html[data-theme="dark"] .customer-order-page small,
html[data-theme="dark"] .customer-order-page .muted,
html[data-theme="dark"] .customer-order-page .text-muted,
html[data-theme="dark"] .customer-order-page .order-note-text,
html[data-theme="dark"] .customer-order-page .empty-doc{
  color:#b8c7dc!important;
  -webkit-text-fill-color:#b8c7dc!important;
}

html[data-theme="dark"] .premium-account-layout .form-control,
html[data-theme="dark"] .premium-account-layout input,
html[data-theme="dark"] .premium-account-layout select,
html[data-theme="dark"] .premium-account-layout textarea,
html[data-theme="dark"] .customer-order-page .form-control,
html[data-theme="dark"] .customer-order-page input,
html[data-theme="dark"] .customer-order-page select,
html[data-theme="dark"] .customer-order-page textarea{
  background:#0a1627!important;
  color:#eef5ff!important;
  border-color:#29405d!important;
}

html[data-theme="dark"] .premium-account-layout .form-control::placeholder,
html[data-theme="dark"] .premium-account-layout input::placeholder,
html[data-theme="dark"] .premium-account-layout textarea::placeholder,
html[data-theme="dark"] .customer-order-page .form-control::placeholder,
html[data-theme="dark"] .customer-order-page input::placeholder,
html[data-theme="dark"] .customer-order-page textarea::placeholder{
  color:#8fa4bf!important;
}

html[data-theme="dark"] .premium-account-layout .account-type-switch span{
  background:#101f35!important;
}
html[data-theme="dark"] .premium-account-layout .account-type-switch input:checked+span{
  background:#132742!important;
  border-color:#35608d!important;
  box-shadow:0 0 0 3px rgba(80,129,190,.16)!important;
}
html[data-theme="dark"] .premium-account-layout .account-type-switch small{
  color:#a9bdd5!important;
}

html[data-theme="dark"] .premium-account-layout .customer-service-card a,
html[data-theme="dark"] .customer-order-page .customer-order-docs a em{
  color:#8dbbff!important;
}
html[data-theme="dark"] .premium-account-layout .service-date-range span,
html[data-theme="dark"] .premium-account-layout .service-date-range b,
html[data-theme="dark"] .premium-account-layout .customer-service-period span,
html[data-theme="dark"] .premium-account-layout .customer-service-period small,
html[data-theme="dark"] .premium-account-layout .customer-service-period{
  background:#132742!important;
  color:#d7e5f6!important;
  border-color:#315475!important;
}
html[data-theme="dark"] .premium-account-layout .customer-service-period b.is-active{color:#86e0a6!important;}
html[data-theme="dark"] .premium-account-layout .customer-service-period b.is-warning{color:#ffd177!important;}
html[data-theme="dark"] .premium-account-layout .customer-service-period b.is-expired{color:#ff9f9f!important;}
html[data-theme="dark"] .premium-account-layout .customer-service-period.pending{color:#ffd177!important;background:transparent!important;}

html[data-theme="dark"] .premium-account-layout .table,
html[data-theme="dark"] .premium-account-layout .table-wrap,
html[data-theme="dark"] .customer-order-page .table,
html[data-theme="dark"] .customer-order-page .table-wrap{
  background:#0f1c2f!important;
}
html[data-theme="dark"] .premium-account-layout .table thead th,
html[data-theme="dark"] .premium-account-layout .table th,
html[data-theme="dark"] .customer-order-page .table thead th,
html[data-theme="dark"] .customer-order-page .table th{
  background:#132742!important;
  color:#dce9fa!important;
  border-bottom-color:#29405d!important;
}
html[data-theme="dark"] .premium-account-layout .table td,
html[data-theme="dark"] .customer-order-page .table td{
  color:#e8f0fb!important;
  border-bottom-color:#233a58!important;
}
html[data-theme="dark"] .premium-account-layout .table tbody tr:hover td,
html[data-theme="dark"] .customer-order-page .table tbody tr:hover td{
  background:#102036!important;
}

html[data-theme="dark"] .premium-account-layout .order-status-chip{
  background:#17395f!important;
  color:#dbeaff!important;
  border:1px solid #2e5b89!important;
}
html[data-theme="dark"] .premium-account-layout .order-pay-chip.is-unpaid,
html[data-theme="dark"] .customer-order-page .payment-state.payment-unpaid{
  background:#32161b!important;
  border-color:#7a343b!important;
  color:#ffb7b0!important;
}
html[data-theme="dark"] .premium-account-layout .order-pay-chip.is-partial,
html[data-theme="dark"] .customer-order-page .payment-state.payment-partial{
  background:#332512!important;
  border-color:#87662c!important;
  color:#ffd78a!important;
}
html[data-theme="dark"] .premium-account-layout .order-pay-chip.is-paid,
html[data-theme="dark"] .customer-order-page .payment-state.payment-paid{
  background:#123222!important;
  border-color:#2b7c55!important;
  color:#93e1b7!important;
}
html[data-theme="dark"] .premium-account-layout .order-pay-chip,
html[data-theme="dark"] .customer-order-page .payment-state{
  font-weight:800!important;
}

html[data-theme="dark"] .customer-order-page .order-summary-metrics .metric span{
  color:#a9bdd5!important;
}
html[data-theme="dark"] .customer-order-page .order-summary-metrics .metric b{
  color:#f4f8ff!important;
}
html[data-theme="dark"] .customer-order-page .company-note-customer-head i{
  background:#15304e!important;
  color:#8dbbff!important;
}
html[data-theme="dark"] .customer-order-page .pdf-icon{
  background:#b43344!important;
  color:#fff!important;
}
html[data-theme="dark"] .customer-order-page .customer-order-docs>a:hover{
  background:#132742!important;
  border-color:#35608d!important;
}
html[data-theme="dark"] .customer-order-page .payment-state.payment-unpaid span,
html[data-theme="dark"] .customer-order-page .payment-state.payment-unpaid b{
  color:#ffb7b0!important;
  -webkit-text-fill-color:#ffb7b0!important;
}
html[data-theme="dark"] .customer-order-page .payment-state.payment-partial span,
html[data-theme="dark"] .customer-order-page .payment-state.payment-partial b{
  color:#ffd78a!important;
  -webkit-text-fill-color:#ffd78a!important;
}
html[data-theme="dark"] .customer-order-page .payment-state.payment-paid span,
html[data-theme="dark"] .customer-order-page .payment-state.payment-paid b{
  color:#93e1b7!important;
  -webkit-text-fill-color:#93e1b7!important;
}


/* v198 account forms and order service column dark-mode polish */
.compact-address-form .check-row label,
.compact-invoice-form .check-row{
  transition:.2s ease;
}
.order-service-stack{display:flex;flex-direction:column;gap:8px;min-width:220px}
.order-service-box{border:1px solid #dce6f1;border-radius:16px;padding:10px 12px;background:linear-gradient(180deg,#ffffff,#f7fbff);box-shadow:0 8px 20px rgba(10,39,76,.06)}
.order-service-box-top{display:flex;align-items:flex-start;gap:10px}
.order-service-box-icon{width:32px;height:32px;border-radius:10px;background:#eaf2ff;color:#1768e5;display:flex;align-items:center;justify-content:center;font-size:14px;flex:0 0 32px}
.order-service-box-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.order-service-box-copy b{display:block;font-size:13px;line-height:1.35;color:#0b2549;word-break:break-word}
.order-service-box-copy small{display:block;font-size:11px;color:#6e8098;line-height:1.4}
.order-service-box-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-top:9px}
.order-service-status{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;line-height:1.2;border:1px solid #d4e0ef;background:#eef4fb;color:#284b74}
.order-service-status.is-active{background:#e8f7ef;border-color:#cde8da;color:#157747}
.order-service-status.is-warning{background:#fff3df;border-color:#f1ddae;color:#a86500}
.order-service-status.is-expired{background:#ffeceb;border-color:#f2d4d1;color:#bd3030}
.order-service-status.is-pending{background:#edf2f7;border-color:#d8e1ea;color:#5d7088}
.order-service-days{font-style:normal;font-size:11px;font-weight:700;color:#53667f}
.order-service-days.is-active{color:#157747}
.order-service-days.is-warning{color:#a86500}
.order-service-days.is-expired{color:#bd3030}
.order-service-days.is-pending{color:#5d7088}
.order-service-note{margin-top:8px;font-size:11px;line-height:1.45;color:#62748c;padding-top:8px;border-top:1px dashed #dce6f1}
.order-no-service{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 12px;border-radius:12px;background:#f4f7fb;border:1px dashed #d7e1ee;color:#6d7f97;font-weight:700}
html[data-theme="dark"] .premium-account-layout .compact-address-form .check-row label,
html[data-theme="dark"] .premium-account-layout .compact-invoice-form .check-row{
  background:#10233b!important;
  color:#eaf2fc!important;
  border-color:#2e4b6b!important;
  box-shadow:none!important;
}
html[data-theme="dark"] .premium-account-layout .compact-address-form .check-row label *,
html[data-theme="dark"] .premium-account-layout .compact-invoice-form .check-row *{
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
}
html[data-theme="dark"] .premium-account-layout .compact-address-form .check-row input,
html[data-theme="dark"] .premium-account-layout .compact-invoice-form .check-row input{
  accent-color:#2a77ff;
}
html[data-theme="dark"] .premium-account-layout .compact-address-form .check-row label:hover,
html[data-theme="dark"] .premium-account-layout .compact-invoice-form .check-row:hover{
  background:#132b47!important;
  border-color:#3a5f86!important;
}
html[data-theme="dark"] .premium-account-layout .order-service-stack,
html[data-theme="dark"] .premium-account-layout .order-service-box,
html[data-theme="dark"] .premium-account-layout .order-no-service{
  background:none;
}
html[data-theme="dark"] .premium-account-layout .order-service-box{
  background:#10233b!important;
  border-color:#2d4969!important;
  box-shadow:0 10px 24px rgba(0,0,0,.16)!important;
}
html[data-theme="dark"] .premium-account-layout .order-service-box-icon{
  background:#15304e!important;
  color:#8dbbff!important;
}
html[data-theme="dark"] .premium-account-layout .order-service-box-copy b{
  color:#f4f8ff!important;
  -webkit-text-fill-color:#f4f8ff!important;
}
html[data-theme="dark"] .premium-account-layout .order-service-box-copy small,
html[data-theme="dark"] .premium-account-layout .order-service-note,
html[data-theme="dark"] .premium-account-layout .order-service-days{
  color:#b8c7dc!important;
  -webkit-text-fill-color:#b8c7dc!important;
}
html[data-theme="dark"] .premium-account-layout .order-service-note{
  border-top-color:#29405d!important;
}
html[data-theme="dark"] .premium-account-layout .order-service-status{
  background:#15304e!important;
  border-color:#315475!important;
  color:#dce9fa!important;
}
html[data-theme="dark"] .premium-account-layout .order-service-status.is-active{background:#123222!important;border-color:#2b7c55!important;color:#93e1b7!important}
html[data-theme="dark"] .premium-account-layout .order-service-status.is-warning{background:#332512!important;border-color:#87662c!important;color:#ffd78a!important}
html[data-theme="dark"] .premium-account-layout .order-service-status.is-expired{background:#32161b!important;border-color:#7a343b!important;color:#ffb7b0!important}
html[data-theme="dark"] .premium-account-layout .order-service-status.is-pending{background:#12263d!important;border-color:#34506d!important;color:#c9d8ea!important}
html[data-theme="dark"] .premium-account-layout .order-service-days.is-active{color:#93e1b7!important}
html[data-theme="dark"] .premium-account-layout .order-service-days.is-warning{color:#ffd78a!important}
html[data-theme="dark"] .premium-account-layout .order-service-days.is-expired{color:#ffb7b0!important}
html[data-theme="dark"] .premium-account-layout .order-service-days.is-pending{color:#c9d8ea!important}
html[data-theme="dark"] .premium-account-layout .order-no-service{
  background:#0f1c2f!important;
  border-color:#29405d!important;
  color:#b8c7dc!important;
}
html[data-theme="dark"] .customer-order-page .payment-state,
html[data-theme="dark"] .customer-order-page .payment-state span,
html[data-theme="dark"] .customer-order-page .payment-state b{
  -webkit-text-fill-color:currentColor!important;
}

/* v199 timed services account controls and alternate layouts */
.services-account-card{padding:18px!important}
.services-card-head{align-items:center!important;margin-bottom:14px}
.services-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.service-view-switch{display:inline-flex;align-items:center;padding:4px;border:1px solid #dce6f1;border-radius:12px;background:#f5f8fc;gap:3px}
.service-view-switch button{border:0;background:transparent;color:#60738c;display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:9px;font-size:12px;font-weight:800;cursor:pointer}
.service-view-switch button.is-active{background:#1768e5;color:#fff;box-shadow:0 5px 14px rgba(23,104,229,.22)}
.service-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:10px;margin-bottom:14px}
.service-search,.service-sort-wrap{display:flex;align-items:center;gap:9px;border:1px solid #dce6f1;border-radius:13px;background:#f8fbff;padding:0 12px;min-height:44px}
.service-search i,.service-sort-wrap i{color:#1768e5;font-size:15px}
.service-search input,.service-sort-wrap select{width:100%;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;height:auto!important;color:#243b5a;font-size:13px}
.service-sort-wrap select{font-weight:750;cursor:pointer}
.service-display-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.service-display-grid .customer-service-card{display:grid;grid-template-columns:minmax(0,1fr);gap:13px;padding:16px!important;border-radius:17px!important;min-width:0}
.service-card-primary{min-width:0}
.service-card-status-line{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}
.service-order-link{display:inline-flex!important;align-items:center;gap:5px;font-size:11px!important;font-weight:800!important;color:#1768e5!important;background:#edf4ff;border:1px solid #d8e6f8;padding:5px 8px;border-radius:999px}
.service-display-grid .customer-service-card h3{font-size:16px;margin:10px 0 6px!important;line-height:1.35}
.service-display-grid .customer-service-card p{margin:0!important;line-height:1.5;min-height:39px}
.service-note-empty{opacity:.65;font-style:italic}
.service-display-grid .service-date-range{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0!important}
.service-display-grid .service-date-range span{display:flex;flex-direction:column;gap:4px;padding:10px 11px;border-radius:12px;background:#f4f8fd;border:1px solid #e0e8f2}
.service-display-grid .service-date-range small{font-size:10px;color:#8290a4}
.service-display-grid .service-date-range b{font-size:13px;color:#183455}
.service-card-remaining{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding-top:11px;border-top:1px dashed #dbe5f0}
.service-card-remaining small{font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:#7a8aa0}
.service-card-remaining strong{font-size:14px}
.service-card-remaining strong.is-active{color:#148052}.service-card-remaining strong.is-warning{color:#ae6d00}.service-card-remaining strong.is-expired{color:#c83c3c}
.service-display-grid.is-list-view{grid-template-columns:1fr;gap:8px}
.service-display-grid.is-list-view .customer-service-card{grid-template-columns:minmax(260px,1.5fr) minmax(240px,.9fr) minmax(130px,.45fr);align-items:center;gap:16px;padding:13px 15px!important;border-radius:14px!important}
.service-display-grid.is-list-view .service-card-status-line{justify-content:flex-start}
.service-display-grid.is-list-view .customer-service-card h3{font-size:14px;margin:7px 0 3px!important}
.service-display-grid.is-list-view .customer-service-card p{min-height:0;font-size:12px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.service-display-grid.is-list-view .service-date-range span{padding:8px 10px}
.service-display-grid.is-list-view .service-card-remaining{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;border-top:0;padding-top:0;text-align:right}
.service-filter-empty{margin-top:12px}
html[data-theme="dark"] .service-view-switch,
html[data-theme="dark"] .service-search,
html[data-theme="dark"] .service-sort-wrap{background:#0d1b2d!important;border-color:#29405d!important}
html[data-theme="dark"] .service-view-switch button{color:#b7c8dd!important}
html[data-theme="dark"] .service-view-switch button.is-active{background:#1768e5!important;color:#fff!important}
html[data-theme="dark"] .service-search input,
html[data-theme="dark"] .service-sort-wrap select{color:#eef5ff!important;-webkit-text-fill-color:#eef5ff!important}
html[data-theme="dark"] .service-search input::placeholder{color:#8fa4bf!important;-webkit-text-fill-color:#8fa4bf!important}
html[data-theme="dark"] .service-order-link{background:#15304e!important;border-color:#315475!important;color:#9fc7ff!important}
html[data-theme="dark"] .service-display-grid .service-date-range span{background:#10233b!important;border-color:#2d4969!important}
html[data-theme="dark"] .service-display-grid .service-date-range small{color:#9fb2ca!important}
html[data-theme="dark"] .service-display-grid .service-date-range b{color:#f2f7ff!important}
html[data-theme="dark"] .service-card-remaining{border-top-color:#29405d!important}
html[data-theme="dark"] .service-card-remaining small{color:#9fb2ca!important}
html[data-theme="dark"] .service-card-remaining strong.is-active{color:#93e1b7!important}.service-card-remaining strong.is-warning{color:#ffd78a!important}.service-card-remaining strong.is-expired{color:#ffb7b0!important}
@media(max-width:900px){.service-toolbar{grid-template-columns:1fr}.service-display-grid{grid-template-columns:1fr}.service-display-grid.is-list-view .customer-service-card{grid-template-columns:1fr}.service-display-grid.is-list-view .service-card-remaining{align-items:flex-start;text-align:left;border-top:1px dashed #dbe5f0;padding-top:10px}}
@media(max-width:560px){.services-card-head{align-items:flex-start!important}.services-head-actions{width:100%;justify-content:space-between}.service-view-switch button span{display:none}.service-view-switch button{padding:8px 10px}.service-display-grid .service-date-range{grid-template-columns:1fr}}

/* v200 services default table, export actions and status colors */
.service-export-actions{display:inline-flex;align-items:center;gap:6px}
.service-export-btn{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:8px 11px;border:1px solid #dce6f1;border-radius:10px;background:#f8fbff;color:#24405f;font-size:12px;font-weight:800;cursor:pointer}
.service-export-btn:hover{background:#eef5ff;border-color:#bcd0e8}
.service-export-btn.service-export-excel{color:#147a46;background:#eef9f3;border-color:#cde9d8}
.service-export-btn.service-export-excel:hover{background:#e2f5ea}
.service-status-pill.is-active{background:#e6f7ee!important;color:#147747!important;border:1px solid #bfe4d0!important;-webkit-text-fill-color:#147747!important}
.service-status-pill.is-warning{background:#fff3dc!important;color:#a56700!important;border:1px solid #efd8a5!important;-webkit-text-fill-color:#a56700!important}
.service-status-pill.is-expired{background:#ffe9e9!important;color:#bd3030!important;border:1px solid #efc8c8!important;-webkit-text-fill-color:#bd3030!important}
html[data-theme="dark"] .service-export-btn{background:#10233b!important;color:#eef5ff!important;border-color:#2f4b6c!important}
html[data-theme="dark"] .service-export-btn:hover{background:#163250!important;border-color:#3a5d84!important}
html[data-theme="dark"] .service-export-btn.service-export-excel{background:#123222!important;color:#93e1b7!important;border-color:#2b7c55!important}
html[data-theme="dark"] .service-export-btn.service-export-excel:hover{background:#173f2b!important}
html[data-theme="dark"] .service-status-pill.is-active{background:#123222!important;color:#93e1b7!important;border-color:#2b7c55!important;-webkit-text-fill-color:#93e1b7!important}
html[data-theme="dark"] .service-status-pill.is-warning{background:#332512!important;color:#ffd78a!important;border-color:#87662c!important;-webkit-text-fill-color:#ffd78a!important}
html[data-theme="dark"] .service-status-pill.is-expired{background:#32161b!important;color:#ffb7b0!important;border-color:#7a343b!important;-webkit-text-fill-color:#ffb7b0!important}
@media(max-width:760px){.services-head-actions{flex-wrap:wrap}.service-export-actions{order:2;width:100%}.service-export-btn{flex:1;justify-content:center}}

/* v202 order list product column */
.order-history-table th:nth-child(4){min-width:360px}
.order-product-stack{display:flex;flex-direction:column;gap:8px;min-width:340px}
.order-product-box{position:relative;border:1px solid #dce6f1;border-radius:15px;padding:10px 11px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 7px 18px rgba(10,39,76,.05)}
.order-product-box.is-service{border-left:4px solid #7d55c7;padding-left:9px}
.order-product-main{display:flex;align-items:flex-start;gap:10px}
.order-product-icon{width:34px;height:34px;border-radius:11px;background:#eaf2ff;color:#1768e5;display:flex;align-items:center;justify-content:center;flex:0 0 34px;font-size:15px}
.order-product-box.is-service .order-product-icon{background:#f0eaff;color:#6d45b4}
.order-product-copy{min-width:0;flex:1}
.order-product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.order-product-title-row b{font-size:12.5px;line-height:1.4;color:#0b2549;word-break:break-word}
.order-product-qty{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:3px 7px;border-radius:999px;background:#edf3fb;color:#3d5878;font-size:10px;font-weight:800}
.order-product-variant{display:block;margin-top:4px;color:#71829a;font-size:10.5px;line-height:1.4}
.order-product-type-badge{display:inline-flex;align-items:center;gap:5px;margin-top:8px;padding:4px 8px;border-radius:999px;background:#f0eaff;color:#6b43aa;border:1px solid #ddcff5;font-size:9.5px;font-weight:850;line-height:1.2}
.order-product-type-badge.is-standard{background:#edf4ff;color:#1768e5;border-color:#d3e2f7}
.order-product-service{margin-top:9px;padding-top:9px;border-top:1px dashed #d8e2ee}
.order-product-service-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}
.order-product-service-head .order-product-type-badge{margin-top:0}
.order-product-dates{display:flex;align-items:center;gap:7px;margin-top:8px}
.order-product-dates>span{display:flex;flex-direction:column;gap:2px;min-width:90px;padding:6px 8px;border-radius:10px;background:#f2f6fb;border:1px solid #e0e8f2}
.order-product-dates small{font-size:8.5px;color:#7b8ca3;text-transform:uppercase;letter-spacing:.04em}
.order-product-dates b{font-size:10.5px;color:#183353}
.order-product-dates>i{color:#7890ad;font-size:11px}
.order-product-service .order-service-days{display:block;margin-top:7px;font-size:10px;font-weight:800;font-style:normal}
.order-product-service-pending{margin-top:8px;padding:7px 9px;border-radius:10px;background:#fff4df;border:1px solid #efdcad;color:#9a6500;font-size:10.5px;font-weight:700}
.order-product-service-note{margin-top:8px;padding-top:7px;border-top:1px dashed #d8e2ee;color:#63758d;font-size:10.5px;line-height:1.45}
html[data-theme="dark"] .premium-account-layout .order-product-box{background:#10233b!important;border-color:#2d4969!important;box-shadow:0 8px 20px rgba(0,0,0,.16)!important}
html[data-theme="dark"] .premium-account-layout .order-product-box.is-service{border-left-color:#8e6bd1!important}
html[data-theme="dark"] .premium-account-layout .order-product-icon{background:#15304e!important;color:#8dbbff!important}
html[data-theme="dark"] .premium-account-layout .order-product-box.is-service .order-product-icon{background:#29203f!important;color:#c4abf5!important}
html[data-theme="dark"] .premium-account-layout .order-product-title-row b{color:#f4f8ff!important;-webkit-text-fill-color:#f4f8ff!important}
html[data-theme="dark"] .premium-account-layout .order-product-qty{background:#16304d!important;color:#d7e5f6!important}
html[data-theme="dark"] .premium-account-layout .order-product-variant{color:#a9bdd5!important}
html[data-theme="dark"] .premium-account-layout .order-product-type-badge{background:#29203f!important;color:#c4abf5!important;border-color:#59427d!important}
html[data-theme="dark"] .premium-account-layout .order-product-type-badge.is-standard{background:#15304e!important;color:#8dbbff!important;border-color:#315475!important}
html[data-theme="dark"] .premium-account-layout .order-product-service{border-top-color:#29405d!important}
html[data-theme="dark"] .premium-account-layout .order-product-dates>span{background:#0f1c2f!important;border-color:#29405d!important}
html[data-theme="dark"] .premium-account-layout .order-product-dates small{color:#9fb2ca!important}
html[data-theme="dark"] .premium-account-layout .order-product-dates b{color:#f2f7ff!important}
html[data-theme="dark"] .premium-account-layout .order-product-service-pending{background:#332512!important;border-color:#87662c!important;color:#ffd78a!important}
html[data-theme="dark"] .premium-account-layout .order-product-service-note{border-top-color:#29405d!important;color:#b8c7dc!important}
@media(max-width:980px){.order-history-table th:nth-child(4){min-width:300px}.order-product-stack{min-width:280px}}
@media(max-width:760px){.order-product-stack{min-width:240px}.order-product-title-row{flex-direction:column;gap:5px}.order-product-dates{flex-wrap:wrap}.order-product-dates>i{display:none}}


/* v203 compact order product summary */
.order-product-summary{display:flex;flex-direction:column;gap:5px;min-width:320px;padding:7px 8px;border:1px solid #dce6f1;border-radius:14px;background:#f8fbff}
.order-product-line{display:grid;grid-template-columns:25px minmax(0,1fr);gap:7px;align-items:start;padding:6px 7px;border-radius:10px;background:#fff;border:1px solid #e5ecf4}
.order-product-line.is-service{background:#fbf8ff;border-color:#e4d9f5}
.order-product-line-icon{width:25px;height:25px;border-radius:8px;background:#edf4ff;color:#1768e5;display:flex;align-items:center;justify-content:center;font-size:11px}
.order-product-line.is-service .order-product-line-icon{background:#f0eaff;color:#6d45b4}
.order-product-line-copy{min-width:0}
.order-product-line-title{display:flex;align-items:center;justify-content:space-between;gap:8px;line-height:1.25}
.order-product-line-title b{font-size:11.5px;color:#0b2549;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.order-product-line-title>span{font-size:9px;font-weight:800;padding:2px 6px;border-radius:999px;background:#eef3f9;color:#4e6380;white-space:nowrap}
.order-product-line-copy>small{display:block;margin-top:2px;font-size:9.5px;color:#71829a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.order-product-line-service{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:5px}
.order-product-line-type{font-size:8.5px;font-weight:850;padding:3px 6px;border-radius:999px;background:#f0eaff;color:#6b43aa;border:1px solid #ddcff5}
.order-product-line-date{font-size:9px;color:#53667f}
.order-product-line-service em{font-style:normal;font-size:9px;font-weight:800}
.order-product-line-service em.is-active{color:#157747}.order-product-line-service em.is-warning{color:#a86500}.order-product-line-service em.is-expired{color:#bd3030}.order-product-line-service em.is-pending{color:#6d7f97}
html[data-theme="dark"] .premium-account-layout .order-product-summary{background:#0f1c2f!important;border-color:#29405d!important}
html[data-theme="dark"] .premium-account-layout .order-product-line{background:#10233b!important;border-color:#294967!important}
html[data-theme="dark"] .premium-account-layout .order-product-line.is-service{background:#18192b!important;border-color:#59427d!important}
html[data-theme="dark"] .premium-account-layout .order-product-line-icon{background:#15304e!important;color:#8dbbff!important}
html[data-theme="dark"] .premium-account-layout .order-product-line.is-service .order-product-line-icon{background:#29203f!important;color:#c4abf5!important}
html[data-theme="dark"] .premium-account-layout .order-product-line-title b{color:#f4f8ff!important;-webkit-text-fill-color:#f4f8ff!important}
html[data-theme="dark"] .premium-account-layout .order-product-line-title>span{background:#16304d!important;color:#d7e5f6!important}
html[data-theme="dark"] .premium-account-layout .order-product-line-copy>small{color:#a9bdd5!important}
html[data-theme="dark"] .premium-account-layout .order-product-line-type{background:#29203f!important;color:#c4abf5!important;border-color:#59427d!important}
html[data-theme="dark"] .premium-account-layout .order-product-line-date{color:#b8c7dc!important}
@media(max-width:980px){.order-product-summary{min-width:280px}}
@media(max-width:760px){.order-product-summary{min-width:240px}.order-product-line-title b{white-space:normal}.order-product-line-title{align-items:flex-start}}


/* v204 compact order and company notes in account order list */
.order-note-summary{display:flex;flex-direction:column;gap:5px;margin-top:4px;max-width:250px}
.order-note-summary-item{border:1px solid #dce6f1;border-radius:10px;padding:6px 8px;background:#f7faff;min-width:0}
.order-note-summary-item>span{display:flex;align-items:center;gap:5px;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:#58708d;margin-bottom:3px}
.order-note-summary-item>p{margin:0;font-size:10.5px;line-height:1.35;color:#41546d;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}
.order-note-summary-item.is-company{background:#fff9ea;border-color:#ecdba8}
.order-note-summary-item.is-company>span{color:#9a6800}
html[data-theme="dark"] .premium-account-layout .order-note-summary-item{background:#10233b!important;border-color:#2d4969!important}
html[data-theme="dark"] .premium-account-layout .order-note-summary-item>span{color:#9fc2ed!important;-webkit-text-fill-color:#9fc2ed!important}
html[data-theme="dark"] .premium-account-layout .order-note-summary-item>p{color:#d9e5f4!important;-webkit-text-fill-color:#d9e5f4!important}
html[data-theme="dark"] .premium-account-layout .order-note-summary-item.is-company{background:#2a2415!important;border-color:#66552d!important}
html[data-theme="dark"] .premium-account-layout .order-note-summary-item.is-company>span{color:#ffd47d!important;-webkit-text-fill-color:#ffd47d!important}
@media(max-width:900px){.order-note-summary{max-width:100%}}

/* v205 Yıkama Otomasyonu teknik özellikler alanı */
.wash-tech-section{margin-top:18px;padding:24px;border:1px solid #dbe6f3;border-radius:26px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 18px 44px rgba(8,38,78,.08)}
.wash-tech-heading{max-width:900px;margin-bottom:18px}.wash-tech-heading h3{margin:10px 0 8px;font-size:30px;line-height:1.15;color:#08264c}.wash-tech-heading p{margin:0;color:#60728b;line-height:1.7}
.wash-tech-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0}.wash-tech-summary-grid article{padding:16px;border:1px solid #dbe6f3;border-radius:18px;background:#f8fbff;display:grid;grid-template-columns:42px 1fr;column-gap:11px;align-items:center}.wash-tech-summary-grid i{grid-row:1/4;width:42px;height:42px;border-radius:13px;background:#e8f1ff;color:#1768e5;display:flex;align-items:center;justify-content:center;font-size:19px}.wash-tech-summary-grid small{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#6d7f98}.wash-tech-summary-grid b{font-size:14px;color:#0b274d}.wash-tech-summary-grid span{font-size:12px;color:#61748d}
.wash-feature-accordion{display:grid;gap:12px}.wash-feature-accordion details{border:1px solid #dbe6f3;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(12,39,76,.06)}.wash-feature-accordion summary{list-style:none;cursor:pointer;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(135deg,#0c2f5f 0%,#1768e5 100%);border-bottom:1px solid rgba(255,255,255,.08)}.wash-feature-accordion summary::-webkit-details-marker{display:none}.wash-feature-accordion summary>span{display:flex;align-items:center;gap:11px;min-width:0}.wash-feature-accordion summary>span>i{width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.16);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 38px;border:1px solid rgba(255,255,255,.16)}.wash-feature-accordion summary b{font-size:15px;color:#fff;line-height:1.35}.wash-feature-accordion summary>i{color:#fff;transition:.2s;font-size:15px}.wash-feature-accordion details[open] summary{background:linear-gradient(135deg,#0a274d 0%,#1259c5 100%)}.wash-feature-accordion details[open] summary>i{transform:rotate(45deg)}.wash-feature-accordion details>div{padding:18px 18px 18px 68px;color:#596c86;line-height:1.72;background:#fff}.wash-feature-accordion details>div p{margin:0 0 10px}.wash-feature-accordion details>div p:last-child{margin-bottom:0}.wash-feature-accordion ul{margin:8px 0 0;padding-left:18px}.wash-feature-accordion li{margin:6px 0}
.wash-campaign-example{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:14px 0}.wash-campaign-example>span{min-width:150px;padding:12px 14px;border-radius:14px;background:#f3f7fd;border:1px solid #dce6f2}.wash-campaign-example small{display:block;color:#71839a;font-weight:800;text-transform:uppercase;font-size:9px;letter-spacing:.06em}.wash-campaign-example b{display:block;color:#0b274d;font-size:18px;margin-top:3px}.wash-campaign-example .is-total{background:#eaf3ff;border-color:#bcd3f1}.wash-campaign-example>i{color:#1768e5}
.wash-message-chips,.wash-report-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.wash-message-chips span,.wash-report-grid span{padding:7px 10px;border-radius:999px;background:#edf4ff;border:1px solid #d5e3f5;color:#214c80;font-size:11px;font-weight:800}.wash-report-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.wash-report-grid span{border-radius:12px;text-align:center}
.wash-tech-cta{margin-top:18px;padding:20px;border-radius:20px;background:linear-gradient(135deg,#0b2d59,#0d5dc8);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.wash-tech-cta span{font-size:10px;font-weight:900;letter-spacing:.1em;color:#a8ccff}.wash-tech-cta h4{margin:6px 0 7px;font-size:22px;color:#fff}.wash-tech-cta p{margin:0;color:#d8e8ff}.wash-tech-cta .btn{white-space:nowrap;background:#fff;color:#0b55c8;border-color:#fff}
html[data-theme="dark"] .wash-tech-section{background:#0f1c2f!important;border-color:#29405d!important;box-shadow:0 18px 44px rgba(0,0,0,.2)!important}html[data-theme="dark"] .wash-tech-heading h3,html[data-theme="dark"] .wash-tech-summary-grid b,html[data-theme="dark"] .wash-feature-accordion summary b{color:#f4f8ff!important}html[data-theme="dark"] .wash-tech-heading p,html[data-theme="dark"] .wash-tech-summary-grid span,html[data-theme="dark"] .wash-feature-accordion details>div{color:#b8c7dc!important}html[data-theme="dark"] .wash-tech-summary-grid article,html[data-theme="dark"] .wash-feature-accordion details,html[data-theme="dark"] .wash-feature-accordion details>div{background:#10233b!important;border-color:#2d4969!important}html[data-theme="dark"] .wash-feature-accordion summary{background:linear-gradient(135deg,#112f52 0%,#1d61c2 100%)!important;border-bottom-color:#315475!important}html[data-theme="dark"] .wash-feature-accordion details[open] summary{background:linear-gradient(135deg,#143a66 0%,#2575e8 100%)!important}html[data-theme="dark"] .wash-tech-summary-grid i{background:#15304e!important;color:#8dbbff!important}html[data-theme="dark"] .wash-feature-accordion summary>span>i{background:rgba(255,255,255,.12)!important;color:#fff!important;border-color:rgba(255,255,255,.14)!important}html[data-theme="dark"] .wash-feature-accordion summary>i{color:#fff!important}html[data-theme="dark"] .wash-tech-summary-grid small{color:#9fb2ca!important}html[data-theme="dark"] .wash-campaign-example>span{background:#132742!important;border-color:#315475!important}html[data-theme="dark"] .wash-campaign-example small{color:#9fb2ca!important}html[data-theme="dark"] .wash-campaign-example b{color:#f4f8ff!important}html[data-theme="dark"] .wash-message-chips span,html[data-theme="dark"] .wash-report-grid span{background:#132742!important;border-color:#315475!important;color:#dce9fa!important}
@media(max-width:980px){.wash-tech-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wash-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wash-tech-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.wash-tech-section{padding:16px;border-radius:20px}.wash-tech-heading h3{font-size:24px}.wash-tech-summary-grid{grid-template-columns:1fr}.wash-feature-accordion details>div{padding:0 14px 15px}.wash-feature-accordion summary{padding:13px 14px}.wash-report-grid{grid-template-columns:1fr}.wash-tech-cta{padding:17px}.wash-tech-cta h4{font-size:19px}}

/* v211 recovery: preserve v205+ layouts and add latest dark-theme corrections */
.solution-callout .btn-primary,
.product-cta .btn-primary,
.about-simple-contact .btn-primary{
  flex-shrink:0;min-width:168px;padding:12px 20px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(135deg,#2f86ff,#1768e5)!important;
  color:#fff!important;box-shadow:0 14px 28px rgba(8,34,68,.22)
}
.solution-callout .btn-primary:hover,
.product-cta .btn-primary:hover,
.about-simple-contact .btn-primary:hover{background:linear-gradient(135deg,#4a97ff,#1d73ee)!important;color:#fff!important}
html[data-theme="dark"] .login-compact-page,
html[data-theme="dark"] .auth-section{background:linear-gradient(180deg,#06111f 0%,#081626 48%,#091727 100%)!important}
html[data-theme="dark"] .login-form-card,
html[data-theme="dark"] .auth-card,
html[data-theme="dark"] .auth-card-v18,
html[data-theme="dark"] .auth-card-wide{background:#0f1c2f!important;border-color:#25415f!important;color:#eaf2fc!important;box-shadow:0 18px 42px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .login-form-brand h2,
html[data-theme="dark"] .login-form-card .compact-form-group label,
html[data-theme="dark"] .login-form-card .login-divider span,
html[data-theme="dark"] .login-form-card .login-help-note,
html[data-theme="dark"] .login-form-card .login-help-note a,
html[data-theme="dark"] .auth-card h2,
html[data-theme="dark"] .auth-card .muted,
html[data-theme="dark"] .auth-bottom,
html[data-theme="dark"] .account-type-switch b,
html[data-theme="dark"] .auth-card .form-group label,
html[data-theme="dark"] .auth-bottom a{color:#f4f8ff!important}
html[data-theme="dark"] .login-form-brand p{color:#adc2dc!important}
html[data-theme="dark"] .login-form-card .login-kicker.light{background:#15304e!important;border-color:#335779!important;color:#8dbbff!important}
html[data-theme="dark"] .login-form-card .form-control,
html[data-theme="dark"] .auth-card .form-control,
html[data-theme="dark"] .auth-card-v18 .form-control{background:#091524!important;border-color:#2a4462!important;color:#eef5ff!important}
html[data-theme="dark"] .login-form-card .form-control::placeholder,
html[data-theme="dark"] .auth-card .form-control::placeholder,
html[data-theme="dark"] .auth-card-v18 .form-control::placeholder{color:#7f96b1!important}
html[data-theme="dark"] .login-form-card .input-icon-wrap>span{color:#8ba4bf!important}
html[data-theme="dark"] .login-form-card .password-toggle{background:#15304e!important;color:#8dbbff!important;border:1px solid #345779!important}
html[data-theme="dark"] .login-form-card .login-divider:before,
html[data-theme="dark"] .login-form-card .login-divider:after{background:#27415d!important}
html[data-theme="dark"] .login-form-card .login-secondary-btn{background:#12243a!important;border:1px solid #2a4462!important;color:#eef5ff!important}
html[data-theme="dark"] .login-form-card .login-secondary-btn:hover{background:#16304e!important;border-color:#3b5f86!important;color:#fff!important}
html[data-theme="dark"] .account-type-switch small{color:#a9bdd5!important}
html[data-theme="dark"] .account-type-switch span{background:#12243a!important;border-color:#2a4462!important}
html[data-theme="dark"] .account-type-switch input:checked+span{background:#15304e!important;border-color:#4d7ec0!important;box-shadow:0 10px 24px rgba(0,0,0,.18)!important}
html[data-theme="dark"] .solution-callout,
html[data-theme="dark"] .product-cta,
html[data-theme="dark"] .about-simple-contact{background:linear-gradient(135deg,#0c2d58 0%,#144f98 100%)!important;border-color:#2b67b2!important;color:#eef5ff!important}
html[data-theme="dark"] .solution-callout span,
html[data-theme="dark"] .product-cta span,
html[data-theme="dark"] .about-simple-contact small{color:#b7d4ff!important}
html[data-theme="dark"] .solution-callout h3,
html[data-theme="dark"] .product-cta h3,
html[data-theme="dark"] .about-simple-contact h3,
html[data-theme="dark"] .solution-callout p,
html[data-theme="dark"] .product-cta p,
html[data-theme="dark"] .about-simple-contact p{color:#fff!important;-webkit-text-fill-color:#fff!important}
html[data-theme="dark"] .alert-info,
html[data-theme="dark"] .cart-empty-state .alert,
html[data-theme="dark"] .empty-state,
html[data-theme="dark"] .empty-doc,
html[data-theme="dark"] .no-results,
html[data-theme="dark"] .search-empty,
html[data-theme="dark"] .table-empty,
html[data-theme="dark"] .empty-message{background:#10233b!important;background-image:none!important;border:1px solid #2c4a69!important;color:#dce9f8!important;box-shadow:none!important}
html[data-theme="dark"] .alert-info *,
html[data-theme="dark"] .cart-empty-state .alert *,
html[data-theme="dark"] .empty-state *,
html[data-theme="dark"] .empty-doc *,
html[data-theme="dark"] .no-results *,
html[data-theme="dark"] .search-empty *,
html[data-theme="dark"] .table-empty *,
html[data-theme="dark"] .empty-message *{color:inherit!important;-webkit-text-fill-color:inherit!important}
html[data-theme="dark"] .cart-card,
html[data-theme="dark"] #cartCard{background:#0f1c2f!important;border-color:#24405f!important}
html[data-theme="dark"] .cart-empty-state{display:grid;gap:16px}
html[data-theme="dark"] .cart-empty-state .alert{padding:18px 20px!important;border-radius:16px!important}
html[data-theme="dark"] .cart-empty-state .alert b{color:#f4f8ff!important;-webkit-text-fill-color:#f4f8ff!important}
html[data-theme="dark"] .cart-empty-state .btn-primary{width:max-content;background:linear-gradient(135deg,#2f86ff,#1768e5)!important;color:#fff!important;border:1px solid rgba(255,255,255,.10)!important}

/* v228 siparis detay sayfasi fatura gorunumu iyilestirmesi */
.customer-order-page .order-lines-note{
  margin:6px 0 0;
  font-size:12px;
  line-height:1.45;
}
.customer-order-page .order-lines-table th,
.customer-order-page .order-lines-table td{
  padding:10px 8px;
}
.customer-order-page .order-lines-table th{
  white-space:nowrap;
}
.customer-order-page .order-item-main>b{
  display:block;
  font-size:15px;
  line-height:1.35;
}
.customer-order-page .order-item-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:6px;
}
.customer-order-page .order-item-meta span{
  display:inline-flex;
  align-items:center;
  padding:4px 8px;
  border-radius:999px;
  background:#f3f7fc;
  border:1px solid #dde8f4;
  color:#5f7189;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
}
.customer-order-page .order-lines-table .order-qty-cell{
  width:64px;
  text-align:center;
  font-weight:800;
  color:#082346;
}
.customer-order-page .order-lines-table .order-money-cell{
  white-space:nowrap;
  text-align:right;
  vertical-align:middle;
  font-size:13px;
}
.customer-order-page .order-lines-table .order-line-total b{
  display:block;
  font-size:15px;
  line-height:1.25;
  color:#082346;
}
.customer-order-page .order-lines-table .order-line-total small{
  display:block;
  margin-top:4px;
  font-size:10px;
  line-height:1.4;
}
.customer-order-page .order-lines-table tfoot th{
  padding:12px 8px;
  border-top:2px solid #dbe5f1;
  background:#f8fbff;
  vertical-align:middle;
}
.customer-order-page .order-lines-table .order-foot-head{
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:12px;
}
.customer-order-page .order-lines-table .order-foot-cell{
  text-align:right;
}
.customer-order-page .order-lines-table .order-foot-metric{
  display:block;
  margin-bottom:4px;
  font-size:10px;
  font-weight:800;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#6d7f96;
}
.customer-order-page .order-lines-table .order-foot-cell b{
  font-size:15px;
  color:#082346;
}
.customer-order-page .order-lines-table .order-foot-grand b{
  font-size:17px;
}
@media(max-width:1100px){
  .customer-order-page .order-lines-table{
    min-width:900px;
  }
}
@media(max-width:640px){
  .customer-order-page .order-item-main>b{
    font-size:14px;
  }
  .customer-order-page .order-lines-table .order-line-total b,
  .customer-order-page .order-lines-table .order-foot-cell b{
    font-size:14px;
  }
}

html[data-theme="dark"] .customer-order-page .order-lines-note{
  color:#9fb2ca!important;
}
html[data-theme="dark"] .customer-order-page .order-item-meta span{
  background:#132742!important;
  border-color:#2f4c70!important;
  color:#d4e2f4!important;
}
html[data-theme="dark"] .customer-order-page .order-lines-table .order-qty-cell,
html[data-theme="dark"] .customer-order-page .order-lines-table .order-line-total b,
html[data-theme="dark"] .customer-order-page .order-lines-table .order-foot-cell b{
  color:#f4f8ff!important;
  -webkit-text-fill-color:#f4f8ff!important;
}
html[data-theme="dark"] .customer-order-page .order-lines-table .order-line-total small,
html[data-theme="dark"] .customer-order-page .order-lines-table .order-foot-metric{
  color:#9fb2ca!important;
  -webkit-text-fill-color:#9fb2ca!important;
}
html[data-theme="dark"] .customer-order-page .order-lines-table tfoot th{
  background:#132742!important;
  border-top-color:#29405d!important;
}

/* v230 siparis kalemleri tablo govdesi kompakt yazi duzeni */
.customer-order-page .order-lines-table tbody td{
  padding:8px 8px!important;
  font-size:12px!important;
  line-height:1.3!important;
}
.customer-order-page .order-lines-table tbody .order-item-main>b{
  font-size:13px!important;
  line-height:1.28!important;
}
.customer-order-page .order-lines-table tbody .order-item-meta{
  gap:4px!important;
  margin-top:3px!important;
}
.customer-order-page .order-lines-table tbody .order-item-meta span{
  padding:2px 6px!important;
  font-size:9px!important;
  line-height:1.15!important;
}
.customer-order-page .order-lines-table tbody .order-qty-cell,
.customer-order-page .order-lines-table tbody .order-money-cell{
  font-size:12px!important;
  line-height:1.25!important;
}
.customer-order-page .order-lines-table tbody .order-line-total b{
  font-size:13px!important;
  line-height:1.25!important;
}
.customer-order-page .order-lines-table tbody .service-type-pill{
  margin-top:4px!important;
  padding:2px 6px!important;
  font-size:8px!important;
}
.customer-order-page .order-lines-table tbody .customer-service-period{
  gap:5px!important;
  margin-top:4px!important;
  font-size:9px!important;
  line-height:1.25!important;
}

/* v232 siparis kalemleri tablo baslik hizalama duzeltmesi */
.customer-order-page .order-lines-table thead th{
  vertical-align:bottom;
  height:46px;
  padding-top:10px;
  padding-bottom:10px;
}
.customer-order-page .order-lines-table thead th.order-th-product{
  text-align:left;
}
.customer-order-page .order-lines-table thead th.order-th-qty,
.customer-order-page .order-lines-table thead th.order-th-dual{
  text-align:center;
}
.customer-order-page .order-lines-table thead th .th-title,
.customer-order-page .order-lines-table thead th .th-sub{
  display:block;
  white-space:nowrap;
}
.customer-order-page .order-lines-table thead th .th-title{
  font-size:11px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:.02em;
}
.customer-order-page .order-lines-table thead th .th-sub{
  margin-top:3px;
  font-size:10px;
  font-weight:700;
  line-height:1.05;
  color:#8ea0b7;
}
html[data-theme="dark"] .customer-order-page .order-lines-table thead th .th-sub{
  color:#9fb2ca!important;
  -webkit-text-fill-color:#9fb2ca!important;
}

/* v233 siparis kalemleri kolon basliklarini tutar kolonlariyla hizala */
.customer-order-page .order-lines-table{
  table-layout:fixed;
}
.customer-order-page .order-lines-table thead th.order-th-product,
.customer-order-page .order-lines-table tbody td:first-child,
.customer-order-page .order-lines-table tfoot .order-foot-head{
  width:41%;
}
.customer-order-page .order-lines-table thead th.order-th-qty,
.customer-order-page .order-lines-table tbody .order-qty-cell{
  width:8%;
  text-align:center;
}
.customer-order-page .order-lines-table thead th.order-th-dual,
.customer-order-page .order-lines-table tbody .order-money-cell,
.customer-order-page .order-lines-table tfoot .order-foot-cell{
  width:12.75%;
}
.customer-order-page .order-lines-table thead th.order-th-dual,
.customer-order-page .order-lines-table tfoot .order-foot-cell{
  text-align:right;
  padding-right:12px;
}
.customer-order-page .order-lines-table tbody .order-money-cell{
  text-align:right;
  padding-right:12px!important;
}
.customer-order-page .order-lines-table thead th.order-th-dual .th-title,
.customer-order-page .order-lines-table thead th.order-th-dual .th-sub{
  text-align:right;
}
.customer-order-page .order-lines-table thead th.order-th-qty,
.customer-order-page .order-lines-table tbody .order-qty-cell{
  padding-left:6px!important;
  padding-right:6px!important;
}
.customer-order-page .order-lines-table thead th.order-th-product{
  padding-left:12px;
}
@media(max-width:1100px){
  .customer-order-page .order-lines-table{
    min-width:860px;
  }
}

/* v238 cari hesap ekstresi notlar ve detay butonu */
.premium-account-layout .account-statement-card .section-card-head{margin-bottom:12px}
.premium-account-layout .account-statement-card .section-card-head p{margin:5px 0 0;font-size:12px}
.premium-account-layout .account-statement-pro th:last-child,
.premium-account-layout .account-statement-pro td:last-child{text-align:right}
.premium-account-layout .account-statement-pro .statement-date{white-space:nowrap;font-size:12px;color:#64748b}
.premium-account-layout .account-statement-pro .statement-description{min-width:310px}
.premium-account-layout .account-statement-pro .statement-description>b{display:block;font-size:13px;line-height:1.4;color:#17243a}
.premium-account-layout .account-statement-pro .statement-method{display:inline-flex;margin-top:5px;padding:3px 7px;border-radius:999px;background:#eef4fb;color:#48617f;font-size:9px;font-weight:800}
.premium-account-layout .account-statement-pro .statement-note{margin-top:7px;padding:7px 9px;border-radius:10px;border:1px solid #dfe7f2;background:#f7f9fc;color:#44546a;font-size:11px;line-height:1.45}
.premium-account-layout .account-statement-pro .statement-note span{display:block;margin-bottom:3px;font-size:9px;font-weight:900;letter-spacing:.045em;text-transform:uppercase;color:#64748b}
.premium-account-layout .account-statement-pro .statement-customer-note{background:#f3f7ff;border-color:#d8e5f7}
.premium-account-layout .account-statement-pro .statement-company-note{background:#fff8e8;border-color:#f0dfb4}
.premium-account-layout .account-statement-pro .statement-company-note span{color:#9a6800}
.premium-account-layout .account-statement-pro .statement-payment-note{background:#f1fbf5;border-color:#d2eadb}
.premium-account-layout .account-statement-pro .statement-payment-note span{color:#197347}
.premium-account-layout .account-statement-pro .statement-money{white-space:nowrap;text-align:right;font-size:12px;font-weight:800}
.premium-account-layout .account-statement-pro .statement-action{white-space:nowrap}
.premium-account-layout .account-statement-pro .statement-detail-btn{min-width:92px;padding:6px 10px;font-size:10px}
@media(max-width:900px){.premium-account-layout .account-statement-pro{min-width:880px}}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-date{color:#9fb2ca!important}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-description>b{color:#f4f8ff!important;-webkit-text-fill-color:#f4f8ff!important}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-method{background:#17314e!important;color:#dce9f8!important}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-note{background:#101f33!important;border-color:#29405d!important;color:#cbd8e8!important}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-note span{color:#9fb2ca!important}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-company-note{background:#2b2415!important;border-color:#5d4b23!important}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-company-note span{color:#ffd177!important}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-payment-note{background:#122a20!important;border-color:#28543d!important}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-payment-note span{color:#86e0a6!important}

/* v239 cari hesap notlarini ayrik ve okunakli goster */
.premium-account-layout .account-statement-pro .statement-note-line{
  display:block;
  margin-top:6px;
  padding:6px 9px;
  border:1px solid #dfe7f2;
  border-radius:9px;
  background:#f7f9fc;
  color:#44546a;
  font-size:11px;
  line-height:1.45;
}
.premium-account-layout .account-statement-pro .statement-note-line strong{
  color:#52647d;
  font-size:10px;
  font-weight:900;
}
.premium-account-layout .account-statement-pro .statement-company-note{
  background:#eef5ff;
  border-color:#d3e3f7;
}
.premium-account-layout .account-statement-pro .statement-company-note strong{
  color:#1768e5;
}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-note-line{
  background:#101f33!important;
  border-color:#29405d!important;
  color:#cbd8e8!important;
}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-note-line strong{
  color:#9fb2ca!important;
  -webkit-text-fill-color:#9fb2ca!important;
}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-company-note{
  background:#122742!important;
  border-color:#315475!important;
}
html[data-theme="dark"] .premium-account-layout .account-statement-pro .statement-company-note strong{
  color:#8dbbff!important;
  -webkit-text-fill-color:#8dbbff!important;
}

/* v244 filtre hafizasi ve sureli hizmet arama temizleme dugmesi */
.service-search{position:relative}
.service-search input{padding-right:32px!important}
.service-search-clear{
  display:none;
  flex:0 0 26px;
  width:26px;
  height:26px;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:8px;
  background:#e8eef7;
  color:#5c6f88;
  font-size:18px;
  line-height:1;
  cursor:pointer;
}
.service-search-clear.is-visible{display:inline-flex}
.service-search-clear:hover{background:#dce7f5;color:#174f96}
html[data-theme="dark"] .service-search-clear{
  background:#17314e;
  color:#dce9fa;
}
html[data-theme="dark"] .service-search-clear:hover{
  background:#21476e;
  color:#fff;
}

/* v254 cari hareket turu filtreleri */
.statement-type-filters{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin:14px 0 12px;
  padding:7px;
  width:max-content;
  max-width:100%;
  border:1px solid #dce6f2;
  border-radius:14px;
  background:#f5f8fc;
}
.statement-filter-btn{
  border:1px solid transparent;
  border-radius:10px;
  background:transparent;
  color:#64758d;
  padding:7px 13px;
  font-size:11px;
  line-height:1;
  font-weight:850;
  cursor:pointer;
}
.statement-filter-btn:hover{
  color:#1768e5;
  background:#eaf2ff;
}
.statement-filter-btn.active{
  color:#fff;
  background:#1768e5;
  border-color:#1768e5;
  box-shadow:0 5px 14px rgba(23,104,229,.2);
}
.account-statement-table tr[hidden]{display:none!important}
html[data-theme="dark"] .statement-type-filters{
  background:#0f1c2f!important;
  border-color:#29405d!important;
}
html[data-theme="dark"] .statement-filter-btn{
  color:#aebfd3!important;
}
html[data-theme="dark"] .statement-filter-btn:hover{
  color:#eaf2fc!important;
  background:#17314e!important;
}
html[data-theme="dark"] .statement-filter-btn.active{
  color:#fff!important;
  background:#1768e5!important;
  border-color:#4388ea!important;
}

/* v258 cari hareket filtre butonlarini kompakt rapor butonu gorunumune getir */
.statement-type-filters{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin:12px 0;
  padding:0;
  width:auto;
  max-width:100%;
  border:0;
  border-radius:0;
  background:transparent;
}
.statement-filter-btn{
  min-height:30px;
  padding:6px 11px;
  border:1px solid #cfdceb;
  border-radius:9px;
  background:#fff;
  color:#33506f;
  font-size:10px;
  line-height:1;
  font-weight:850;
  box-shadow:0 3px 9px rgba(12,46,89,.05);
}
.statement-filter-btn:hover{
  color:#1768e5;
  border-color:#9fc1ed;
  background:#f5f9ff;
}
.statement-filter-btn.active{
  color:#fff;
  border-color:#1768e5;
  background:#1768e5;
  box-shadow:0 5px 13px rgba(23,104,229,.18);
}
html[data-theme="dark"] .statement-type-filters{
  background:transparent!important;
  border:0!important;
}
html[data-theme="dark"] .statement-filter-btn{
  color:#dce8f7!important;
  background:#102036!important;
  border-color:#31506f!important;
  box-shadow:none!important;
}
html[data-theme="dark"] .statement-filter-btn:hover{
  color:#fff!important;
  background:#17314e!important;
  border-color:#4676a6!important;
}
html[data-theme="dark"] .statement-filter-btn.active{
  color:#fff!important;
  background:#1768e5!important;
  border-color:#4388ea!important;
}

/* v270 anasayfa one cikan urunler - urunler sayfasi ile ayni kart gorunumu */
.featured-home-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.featured-home-card .product-card-content{
  display:flex;
  flex-direction:column;
  height:100%;
}
.featured-home-card .product-card-content p{
  min-height:42px;
}
.featured-home-card .price-pair-public{
  margin-top:12px;
}
.featured-home-card .card-actions{
  margin-top:auto;
}
@media(max-width:1180px){
  .featured-home-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:900px){
  .featured-home-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:560px){
  .featured-home-grid{
    grid-template-columns:1fr;
  }
}

/* v271 anasayfa one cikan urunler masaustunde 4 kolon */
.featured-home-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
@media(max-width:980px){
  .featured-home-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .featured-home-grid{
    grid-template-columns:1fr!important;
  }
}

/* v272 urun detay ust kolonlarini yeniden genislet */
.product-detail-section .product-detail-grid{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  grid-template-columns:minmax(0,1.22fr) minmax(400px,.88fr)!important;
  gap:22px!important;
}
@media(max-width:1050px){
  .product-detail-section .product-detail-grid{
    width:100%!important;
    max-width:none!important;
    grid-template-columns:1fr!important;
  }
}

/* v273 urun detay alt bolumlerini ust alanla ayni genislige getir */
.product-detail-section .product-video-section,
.product-detail-section .product-content-stack,
.product-detail-section .product-cta{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
.product-detail-section .product-content-stack>.content-card,
.product-detail-section .product-content-stack>.product-info-block,
.product-detail-section .product-content-stack>.documents-card{
  width:100%!important;
  max-width:none!important;
}
@media(max-width:900px){
  .product-detail-section .product-video-section,
  .product-detail-section .product-content-stack,
  .product-detail-section .product-cta{
    width:100%!important;
    max-width:none!important;
  }
}


/* v298 hesabim siparis durum rozetleri */
.account-orders-table .order-status-stack{display:flex;flex-wrap:wrap;align-items:center;gap:6px}
.account-orders-table .order-status-chip,
.account-orders-table .order-pay-chip{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:5px 9px;border:1px solid transparent;border-radius:999px;font-size:10px;font-weight:850;line-height:1;white-space:nowrap}
.account-orders-table .order-status-chip.is-approved,
.account-orders-table .order-status-chip.is-confirmed,
.account-orders-table .order-status-chip.is-completed{background:#e6f7ee!important;border-color:#bfe4d0!important;color:#147747!important;-webkit-text-fill-color:#147747!important}
.account-orders-table .order-status-chip.is-new,
.account-orders-table .order-status-chip.is-pending,
.account-orders-table .order-status-chip.is-processing{background:#e9f2ff!important;border-color:#c5dafa!important;color:#1768e5!important;-webkit-text-fill-color:#1768e5!important}
.account-orders-table .order-status-chip.is-cancelled,
.account-orders-table .order-status-chip.is-rejected{background:#ffe9e9!important;border-color:#efc8c8!important;color:#bd3030!important;-webkit-text-fill-color:#bd3030!important}
.account-orders-table .order-pay-chip.is-paid{background:#e6f7ee!important;border-color:#bfe4d0!important;color:#147747!important;-webkit-text-fill-color:#147747!important}
.account-orders-table .order-pay-chip.is-partial{background:#fff3dc!important;border-color:#efd8a5!important;color:#a56700!important;-webkit-text-fill-color:#a56700!important}
.account-orders-table .order-pay-chip.is-unpaid{background:#ffe9e9!important;border-color:#efc8c8!important;color:#bd3030!important;-webkit-text-fill-color:#bd3030!important}
html[data-theme="dark"] .account-orders-table .order-status-chip.is-approved,
html[data-theme="dark"] .account-orders-table .order-status-chip.is-confirmed,
html[data-theme="dark"] .account-orders-table .order-status-chip.is-completed,
html[data-theme="dark"] .account-orders-table .order-pay-chip.is-paid{background:#123222!important;border-color:#2b7c55!important;color:#93e1b7!important;-webkit-text-fill-color:#93e1b7!important}
html[data-theme="dark"] .account-orders-table .order-status-chip.is-new,
html[data-theme="dark"] .account-orders-table .order-status-chip.is-pending,
html[data-theme="dark"] .account-orders-table .order-status-chip.is-processing{background:#122742!important;border-color:#2e5b89!important;color:#9ec7ff!important;-webkit-text-fill-color:#9ec7ff!important}
html[data-theme="dark"] .account-orders-table .order-status-chip.is-cancelled,
html[data-theme="dark"] .account-orders-table .order-status-chip.is-rejected,
html[data-theme="dark"] .account-orders-table .order-pay-chip.is-unpaid{background:#32161b!important;border-color:#7a343b!important;color:#ffb7b0!important;-webkit-text-fill-color:#ffb7b0!important}
html[data-theme="dark"] .account-orders-table .order-pay-chip.is-partial{background:#332512!important;border-color:#87662c!important;color:#ffd78a!important;-webkit-text-fill-color:#ffd78a!important}

/* v299 siparis detay durum rozeti - gunduz ve gece tema */
.customer-order-page .order-detail-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:6px 11px;
  border:1px solid transparent;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}
.customer-order-page .order-detail-status.is-approved,
.customer-order-page .order-detail-status.is-confirmed,
.customer-order-page .order-detail-status.is-completed{
  background:#e6f7ee!important;
  border-color:#bfe4d0!important;
  color:#147747!important;
  -webkit-text-fill-color:#147747!important;
}
.customer-order-page .order-detail-status.is-new,
.customer-order-page .order-detail-status.is-pending,
.customer-order-page .order-detail-status.is-processing{
  background:#e9f2ff!important;
  border-color:#c5dafa!important;
  color:#1768e5!important;
  -webkit-text-fill-color:#1768e5!important;
}
.customer-order-page .order-detail-status.is-cancelled,
.customer-order-page .order-detail-status.is-rejected{
  background:#ffe9e9!important;
  border-color:#efc8c8!important;
  color:#bd3030!important;
  -webkit-text-fill-color:#bd3030!important;
}
html[data-theme="dark"] .customer-order-page .order-detail-status.is-approved,
html[data-theme="dark"] .customer-order-page .order-detail-status.is-confirmed,
html[data-theme="dark"] .customer-order-page .order-detail-status.is-completed{
  background:#123222!important;
  border-color:#2b7c55!important;
  color:#93e1b7!important;
  -webkit-text-fill-color:#93e1b7!important;
}
html[data-theme="dark"] .customer-order-page .order-detail-status.is-new,
html[data-theme="dark"] .customer-order-page .order-detail-status.is-pending,
html[data-theme="dark"] .customer-order-page .order-detail-status.is-processing{
  background:#122742!important;
  border-color:#2e5b89!important;
  color:#9ec7ff!important;
  -webkit-text-fill-color:#9ec7ff!important;
}
html[data-theme="dark"] .customer-order-page .order-detail-status.is-cancelled,
html[data-theme="dark"] .customer-order-page .order-detail-status.is-rejected{
  background:#32161b!important;
  border-color:#7a343b!important;
  color:#ffb7b0!important;
  -webkit-text-fill-color:#ffb7b0!important;
}
\n\n/* v300 Hesabım sipariş listesi: kanal rozeti ve düzenli sipariş hücresi */
.account-orders-table .account-order-main{min-width:290px}
.account-orders-table .account-order-number{display:block;margin-bottom:7px;line-height:1.3;color:inherit}
.account-orders-table .account-order-source{display:inline-flex;align-items:center;gap:5px;width:max-content;max-width:100%;padding:4px 8px;border:1px solid #bfd5f5;border-radius:999px;background:#eaf3ff;color:#1768e5;font-size:9px;font-weight:850;line-height:1;white-space:nowrap}
.account-orders-table .account-order-source i{font-size:10px}
html[data-theme="dark"] .account-orders-table .account-order-source{background:#122742;border-color:#2e5b89;color:#9ec7ff}
@media(max-width:650px){.account-orders-table .account-order-main{min-width:240px}}

/* v303 Hesabım sipariş/cari fatura görüntüleme */
.account-orders-table th:last-child,
.account-orders-table td:last-child{width:145px;text-align:center}
.account-order-actions{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:118px}
.account-order-actions .btn{width:100%;white-space:nowrap}
.account-invoice-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #d33d4e;background:#c92f42;color:#fff!important;font-weight:850;border-radius:999px;cursor:pointer}
.account-invoice-btn:hover{background:#b72537;border-color:#b72537;color:#fff!important}
.customer-doc-data{display:none!important}
.customer-doc-modal{position:fixed;inset:0;z-index:100050;display:none;align-items:center;justify-content:center;padding:20px}
.customer-doc-modal.is-open{display:flex}
.customer-doc-modal-backdrop{position:absolute;inset:0;background:rgba(2,12,28,.82);backdrop-filter:blur(6px)}
.customer-doc-modal-dialog{position:relative;z-index:1;width:min(590px,calc(100vw - 32px));max-height:min(680px,calc(100vh - 40px));display:flex;flex-direction:column;overflow:hidden;border:1px solid #315171;border-radius:18px;background:#fff;box-shadow:0 32px 100px rgba(0,0,0,.42)}
.customer-doc-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #dfe8f2;background:#f7faff}
.customer-doc-modal-head span{display:block;color:#1768e5;font-size:9px;font-weight:900;letter-spacing:.12em}
.customer-doc-modal-head h3{margin:5px 0 3px;color:#102643;font-size:20px}
.customer-doc-modal-head small{color:#6b7d94}
.customer-doc-modal-close{width:38px;height:38px;border:0;border-radius:10px;background:#c92f42;color:#fff;font-size:22px;line-height:1;cursor:pointer}
.customer-doc-modal-body{display:flex;flex-direction:column;gap:10px;padding:14px;overflow:auto}
.customer-doc-modal-item{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px;border:1px solid #dbe6f1;border-radius:13px;background:#fff;transition:.18s}
.customer-doc-modal-item:hover{border-color:#9fc1e8;transform:translateY(-1px);box-shadow:0 10px 25px rgba(15,45,80,.08)}
.customer-doc-modal-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:11px;background:#ffe8ec;color:#ca3044;font-size:19px}
.customer-doc-modal-info{display:flex;flex-direction:column;min-width:0}
.customer-doc-modal-info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#172b46}
.customer-doc-modal-info small{margin-top:3px;color:#74849a;font-size:10px}
.customer-doc-modal-action{display:flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #cbd9e8;border-radius:9px;color:#1768e5;font-size:11px;font-weight:850;white-space:nowrap}
.customer-doc-modal-open{overflow:hidden}
html[data-theme="dark"] .customer-doc-modal-dialog{background:#101f33;border-color:#2d4a6c}
html[data-theme="dark"] .customer-doc-modal-head{background:#142640;border-color:#294564}
html[data-theme="dark"] .customer-doc-modal-head h3,html[data-theme="dark"] .customer-doc-modal-info strong{color:#eef5ff}
html[data-theme="dark"] .customer-doc-modal-head small,html[data-theme="dark"] .customer-doc-modal-info small{color:#9fb0c7}
html[data-theme="dark"] .customer-doc-modal-item{background:#122238;border-color:#294765}
html[data-theme="dark"] .customer-doc-modal-item:hover{border-color:#4777a8}
html[data-theme="dark"] .customer-doc-modal-action{border-color:#36597d;color:#8fc0ff}
@media(max-width:650px){.account-order-actions{min-width:108px}.customer-doc-modal{padding:10px}.customer-doc-modal-dialog{width:100%;max-height:calc(100vh - 20px)}.customer-doc-modal-item{grid-template-columns:40px minmax(0,1fr)}.customer-doc-modal-action{grid-column:1/-1;justify-content:center}.customer-doc-modal-head{padding:15px}}

/* v304 hesabim cari islemlerinde fatura butonu detay butonuyla ayni olcu */
.premium-account-layout .account-statement-pro .account-order-actions .account-invoice-btn{
  min-width:92px!important;
  min-height:30px!important;
  padding:6px 10px!important;
  font-size:10px!important;
  line-height:1.2!important;
  border-radius:999px!important;
  gap:5px!important;
}
.premium-account-layout .account-statement-pro .account-order-actions .account-invoice-btn i{
  font-size:10px!important;
}
\n\n/* v306 siparis durumlari */
.account-orders-table .order-status-chip.is-preparing,
.customer-order-page .order-detail-status.is-preparing{background:#fff3d6!important;border-color:#efcf82!important;color:#8a5a00!important;-webkit-text-fill-color:#8a5a00!important}
.account-orders-table .order-status-chip.is-shipped,
.customer-order-page .order-detail-status.is-shipped{background:#eee9ff!important;border-color:#c8b9f4!important;color:#6042a6!important;-webkit-text-fill-color:#6042a6!important}
html[data-theme="dark"] .account-orders-table .order-status-chip.is-preparing,
html[data-theme="dark"] .customer-order-page .order-detail-status.is-preparing{background:#513b0d!important;border-color:#8f6a1b!important;color:#ffd978!important;-webkit-text-fill-color:#ffd978!important}
html[data-theme="dark"] .account-orders-table .order-status-chip.is-shipped,
html[data-theme="dark"] .customer-order-page .order-detail-status.is-shipped{background:#302451!important;border-color:#6650a4!important;color:#d7c8ff!important;-webkit-text-fill-color:#d7c8ff!important}

/* v320 hesabim siparislerim zengin siparis gorunumu */
.account-orders-rich{table-layout:fixed;min-width:900px}
.account-orders-rich th:nth-child(1){width:145px}
.account-orders-rich th:nth-child(2){width:auto}
.account-orders-rich th:nth-child(3){width:135px}
.account-orders-rich th:nth-child(4){width:120px}
.account-orders-rich th:nth-child(5){width:125px}
.account-orders-rich td{vertical-align:middle}
.account-order-main{min-width:0}
.account-order-number{display:block;font-size:13px;line-height:1.35;margin-bottom:5px;color:var(--navy)}
.account-order-source{display:inline-flex;align-items:center;gap:5px;width:max-content;max-width:100%;padding:4px 8px;border-radius:999px;background:#eaf3ff;border:1px solid #bfd7f8;color:#0b5bc4;font-size:9px;font-weight:850;line-height:1.2}
.account-order-products{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:7px}
.account-order-product-chip{display:inline-flex;align-items:center;gap:4px;max-width:260px;padding:5px 8px;border-radius:999px;background:#eef4fb;border:1px solid #d7e3f1;color:#2b466b;font-size:9px;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.account-order-product-chip.is-service{background:#f1ebff;border-color:#d9c9ff;color:#6940b8}
.account-order-product-chip i{flex:0 0 auto}
.account-order-product-chip b{font-size:9px}
.account-order-service-range{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:999px;background:#fff6df;border:1px solid #f0d99c;color:#8a650e;font-size:8.5px;font-weight:800;white-space:nowrap}
.account-order-date{white-space:nowrap;font-size:11px}
.account-order-total{white-space:nowrap}
.account-orders-rich .account-order-actions{display:grid;gap:6px}
.account-orders-rich .account-order-actions .btn{width:100%;min-height:32px;padding:7px 9px;font-size:10px}
html[data-theme="dark"] .account-order-number{color:#f3f7ff}
html[data-theme="dark"] .account-order-source{background:#102b4b;border-color:#24517d;color:#9bc9ff}
html[data-theme="dark"] .account-order-product-chip{background:#14263b;border-color:#2b4564;color:#d9e7f8}
html[data-theme="dark"] .account-order-product-chip.is-service{background:#271e42;border-color:#523f7d;color:#d8c6ff}
html[data-theme="dark"] .account-order-service-range{background:#362d16;border-color:#665321;color:#f0d785}
@media(max-width:700px){.account-orders-rich{min-width:820px}.account-order-product-chip{max-width:210px}}

/* v321 hesabim siparis urun rozetlerini alt alta goster */
.account-order-products{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  flex-wrap:nowrap!important;
  gap:5px!important;
}
.account-order-product-chip{
  display:flex!important;
  width:max-content;
  max-width:100%!important;
}
.account-order-service-range{
  margin-left:4px;
}


/* v322 siparis numarasi ve siparis kanali ayni satir */
.account-order-heading{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:7px}
.account-order-heading .account-order-number{display:inline-block;margin:0}
.account-order-heading .account-order-source{margin:0}
@media(max-width:700px){.account-order-heading{gap:6px}}

/* v323 uzun urun adlarini satira sigdir ve yatay tasirmayi engelle */
.account-orders-rich td:nth-child(2),
.account-order-main,
.account-order-products{
  min-width:0!important;
  max-width:100%!important;
}
.account-order-product-chip{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
}
.account-order-product-chip b{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
.account-order-product-chip i{
  flex:0 0 auto!important;
}

/* v324 Hesabım Siparişlerim: masaüstünde yatay taşmayı tamamen kaldır */
.premium-account-layout .table-responsive:has(.account-orders-rich){
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
}
.premium-account-layout .account-orders-table.account-orders-rich{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  table-layout:fixed!important;
}
.premium-account-layout .account-orders-rich th:nth-child(1),
.premium-account-layout .account-orders-rich td:nth-child(1){width:14%!important}
.premium-account-layout .account-orders-rich th:nth-child(2),
.premium-account-layout .account-orders-rich td:nth-child(2){width:51%!important}
.premium-account-layout .account-orders-rich th:nth-child(3),
.premium-account-layout .account-orders-rich td:nth-child(3){width:14%!important}
.premium-account-layout .account-orders-rich th:nth-child(4),
.premium-account-layout .account-orders-rich td:nth-child(4){width:11%!important}
.premium-account-layout .account-orders-rich th:nth-child(5),
.premium-account-layout .account-orders-rich td:nth-child(5){width:10%!important}
.premium-account-layout .account-orders-table .account-order-main,
.premium-account-layout .account-orders-rich .account-order-main,
.premium-account-layout .account-orders-rich .account-order-products{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
}
.premium-account-layout .account-orders-rich .account-order-heading{
  min-width:0!important;
  max-width:100%!important;
}
.premium-account-layout .account-orders-rich .account-order-product-chip{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
.premium-account-layout .account-orders-rich .account-order-product-chip b{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.premium-account-layout .account-orders-rich .account-order-actions{
  min-width:0!important;
  width:100%!important;
}
@media(max-width:760px){
  .premium-account-layout .table-responsive:has(.account-orders-rich){overflow-x:auto!important}
  .premium-account-layout .account-orders-table.account-orders-rich{min-width:760px!important}
}

/* v325 sureli hizmet aciklama ve tarih bilgisi ayni rozet icinde */
.account-order-product-chip.is-service{
  display:flex!important;
  flex-direction:column;
  align-items:flex-start!important;
  gap:3px;
  height:auto!important;
  min-height:0;
  padding:6px 9px!important;
  white-space:normal!important;
}
.account-order-product-chip .account-order-product-main{
  display:flex;
  align-items:center;
  gap:5px;
  width:100%;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.account-order-product-chip .account-order-product-main i,
.account-order-product-chip .account-order-product-main b{
  flex:0 0 auto;
}
.account-order-service-note{
  display:block;
  width:100%;
  color:inherit;
  opacity:.88;
  font-size:10px;
  line-height:1.35;
  white-space:normal;
  overflow-wrap:anywhere;
}
.account-order-service-date{
  display:inline-flex;
  align-items:center;
  gap:5px;
  font-size:9px;
  line-height:1.25;
  font-weight:800;
  opacity:.9;
}

/* v326 hesabim siparislerim kolon dengesi ve sag bosluk */
.premium-account-layout .account-orders-rich th:nth-child(1),
.premium-account-layout .account-orders-rich td:nth-child(1){width:14%!important}
.premium-account-layout .account-orders-rich th:nth-child(2),
.premium-account-layout .account-orders-rich td:nth-child(2){width:48%!important}
.premium-account-layout .account-orders-rich th:nth-child(3),
.premium-account-layout .account-orders-rich td:nth-child(3){width:13%!important}
.premium-account-layout .account-orders-rich th:nth-child(4),
.premium-account-layout .account-orders-rich td:nth-child(4){width:11%!important}
.premium-account-layout .account-orders-rich th:nth-child(5),
.premium-account-layout .account-orders-rich td:nth-child(5){width:14%!important;padding-right:16px!important}
.premium-account-layout .account-orders-rich .account-order-actions{width:100%!important;max-width:112px!important;margin-left:auto!important}
.premium-account-layout .account-orders-rich .account-order-actions .btn{width:100%!important;min-width:0!important;padding-left:7px!important;padding-right:7px!important;font-size:9.5px!important;white-space:nowrap!important}
@media(max-width:760px){
  .premium-account-layout .account-orders-rich th:nth-child(5),
  .premium-account-layout .account-orders-rich td:nth-child(5){padding-right:10px!important}
}

/* v327 sureli hizmet kalan gun durumu */
.account-order-service-remaining{
  display:inline-flex;
  align-items:center;
  gap:5px;
  width:max-content;
  max-width:100%;
  padding:4px 8px;
  border-radius:999px;
  font-size:9px;
  line-height:1.2;
  font-weight:900;
  white-space:nowrap;
}
.account-order-service-remaining.is-active{
  background:#e8f8ef;
  border:1px solid #bde7ce;
  color:#087748;
}
.account-order-service-remaining.is-expired{
  background:#fee9ec;
  border:1px solid #f0bbc2;
  color:#b42332;
}
html[data-theme="dark"] .account-order-service-remaining.is-active{
  background:#123725;
  border-color:#246b46;
  color:#8be1b0;
}
html[data-theme="dark"] .account-order-service-remaining.is-expired{
  background:#401a21;
  border-color:#7d303c;
  color:#ffadb7;
}

/* v328 sureli hizmet kartini daha duz ve kompakt yap */
.premium-account-layout .account-orders-rich .account-order-product-chip.is-service{
  border-radius:12px!important;
  padding:7px 9px!important;
}
.premium-account-layout .account-orders-rich .account-order-service-remaining{
  border-radius:7px!important;
  padding:3px 7px!important;
}

/* v330 cari hesap ozet kartlari */
.premium-account-layout .account-cari-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-bottom:16px;
}
.premium-account-layout .account-cari-summary .stat{
  min-width:0;
  min-height:82px;
  padding:13px 15px;
  margin:0;
  border-radius:16px;
}
.premium-account-layout .account-cari-summary .stat span{
  display:block;
  margin-bottom:7px;
  font-size:12px;
  line-height:1.25;
  color:#718096;
}
.premium-account-layout .account-cari-summary .stat strong{
  display:block;
  margin:0;
  font-size:20px;
  line-height:1.15;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.premium-account-layout .account-cari-summary .signed-account-balance.is-debt{color:#dc3545!important}
.premium-account-layout .account-cari-summary .signed-account-balance.is-credit{color:#10a56a!important}
.premium-account-layout .account-cari-summary .signed-account-balance.is-zero{color:inherit!important}
@media(max-width:1050px){
  .premium-account-layout .account-cari-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .premium-account-layout .account-cari-summary{grid-template-columns:1fr}
}
html[data-theme="dark"] .premium-account-layout .account-cari-summary .stat{
  background:#0e1b2d!important;
  border-color:#29405d!important;
  color:#e7eef8!important;
  box-shadow:0 12px 30px rgba(0,0,0,.20)!important;
}
html[data-theme="dark"] .premium-account-layout .account-cari-summary .stat span{color:#9fb0c7!important}
html[data-theme="dark"] .premium-account-layout .account-cari-summary .stat strong{color:#eef5ff!important}
html[data-theme="dark"] .premium-account-layout .account-cari-summary .signed-account-balance.is-debt{color:#ff5c6c!important}
html[data-theme="dark"] .premium-account-layout .account-cari-summary .signed-account-balance.is-credit{color:#21c987!important}

/* v357 header logo dark theme visibility */
html[data-theme="dark"] .mainhead .brand,
html[data-theme="dark"] .mainhead .brand:link,
html[data-theme="dark"] .mainhead .brand:visited{
  color:#ffffff!important;
}
html[data-theme="dark"] .mainhead .brand small{
  color:#b9c9dd!important;
}

/* v361 Hesabım Siparişlerim ve Cari Hesabım işlem butonları */
/* Gündüz: Detay Gör lacivert/info, Faturayı Gör kırmızı */
html:not([data-theme="dark"]) .premium-account-layout .account-order-actions .statement-detail-btn,
html:not([data-theme="dark"]) .premium-account-layout .account-orders-rich .account-order-actions > a.btn:first-child{
  background:#123f73!important;
  border-color:#123f73!important;
  color:#fff!important;
  box-shadow:none!important;
}
html:not([data-theme="dark"]) .premium-account-layout .account-order-actions .statement-detail-btn:hover,
html:not([data-theme="dark"]) .premium-account-layout .account-orders-rich .account-order-actions > a.btn:first-child:hover{
  background:#0d315b!important;
  border-color:#0d315b!important;
  color:#fff!important;
}

.premium-account-layout .account-order-actions .account-invoice-btn,
.premium-account-layout .account-order-actions .customer-doc-button{
  background:#d93645!important;
  border-color:#d93645!important;
  color:#fff!important;
  box-shadow:none!important;
}
.premium-account-layout .account-order-actions .account-invoice-btn:hover,
.premium-account-layout .account-order-actions .customer-doc-button:hover{
  background:#bb2836!important;
  border-color:#bb2836!important;
  color:#fff!important;
}

/* Gece: Detay Gör warning/sarı, Faturayı Gör kırmızı */
html[data-theme="dark"] .premium-account-layout .account-order-actions .statement-detail-btn,
html[data-theme="dark"] .premium-account-layout .account-orders-rich .account-order-actions > a.btn:first-child{
  background:#d99a14!important;
  border-color:#e7ad2d!important;
  color:#17120a!important;
  box-shadow:none!important;
}
html[data-theme="dark"] .premium-account-layout .account-order-actions .statement-detail-btn:hover,
html[data-theme="dark"] .premium-account-layout .account-orders-rich .account-order-actions > a.btn:first-child:hover{
  background:#efb72f!important;
  border-color:#efb72f!important;
  color:#17120a!important;
}
html[data-theme="dark"] .premium-account-layout .account-order-actions .account-invoice-btn,
html[data-theme="dark"] .premium-account-layout .account-order-actions .customer-doc-button{
  background:#c92f3e!important;
  border-color:#df4352!important;
  color:#fff!important;
}

/* v362 Hesabım işlem butonları - kesin tema renkleri */
/* Gündüz: Siparişlerim aktif menü mavisine yakın */
html[data-theme="light"] .premium-account-layout .account-order-actions > a.btn,
html:not([data-theme="dark"]) .premium-account-layout .account-order-actions > a.btn,
html[data-theme="light"] .premium-account-layout .statement-detail-btn,
html:not([data-theme="dark"]) .premium-account-layout .statement-detail-btn{
  background:#1768e5!important;
  border-color:#1768e5!important;
  color:#fff!important;
  box-shadow:none!important;
}
html[data-theme="light"] .premium-account-layout .account-order-actions > a.btn:hover,
html:not([data-theme="dark"]) .premium-account-layout .account-order-actions > a.btn:hover,
html[data-theme="light"] .premium-account-layout .statement-detail-btn:hover,
html:not([data-theme="dark"]) .premium-account-layout .statement-detail-btn:hover{
  background:#0f58c9!important;
  border-color:#0f58c9!important;
  color:#fff!important;
}

/* Gece: Detay Gör warning/sarı */
html[data-theme="dark"] body .premium-account-layout .account-order-actions > a.btn,
html[data-theme="dark"] body .premium-account-layout .statement-detail-btn,
html[data-theme="dark"] body .account-orders-table .account-order-actions > a.btn,
html[data-theme="dark"] body .account-cari-table .account-order-actions > a.btn{
  background:#f0ad1f!important;
  border-color:#f0ad1f!important;
  color:#211704!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body .premium-account-layout .account-order-actions > a.btn:hover,
html[data-theme="dark"] body .premium-account-layout .statement-detail-btn:hover,
html[data-theme="dark"] body .account-orders-table .account-order-actions > a.btn:hover,
html[data-theme="dark"] body .account-cari-table .account-order-actions > a.btn:hover{
  background:#ffc13d!important;
  border-color:#ffc13d!important;
  color:#211704!important;
}

/* Her iki temada Faturayı Gör kırmızı; dark kuralı sarıyı ezmesin */
html[data-theme="light"] .premium-account-layout .account-order-actions .account-invoice-btn,
html:not([data-theme="dark"]) .premium-account-layout .account-order-actions .account-invoice-btn,
html[data-theme="dark"] body .premium-account-layout .account-order-actions .account-invoice-btn,
html[data-theme="dark"] body .premium-account-layout .account-order-actions .customer-doc-button,
html[data-theme="dark"] body .account-orders-table .account-order-actions .account-invoice-btn,
html[data-theme="dark"] body .account-cari-table .account-order-actions .account-invoice-btn{
  background:#d93645!important;
  border-color:#d93645!important;
  color:#fff!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body .premium-account-layout .account-order-actions .account-invoice-btn:hover,
html[data-theme="dark"] body .premium-account-layout .account-order-actions .customer-doc-button:hover{
  background:#bd2938!important;
  border-color:#bd2938!important;
  color:#fff!important;
}


/* v363 Siparişlerim Detay Gör butonu - doğrudan sınıf ile tema renkleri */
html:not([data-theme="dark"]) .premium-account-layout .customer-order-detail-btn,
html[data-theme="light"] .premium-account-layout .customer-order-detail-btn{
  background:#1768e5!important;
  border-color:#1768e5!important;
  color:#fff!important;
  box-shadow:none!important;
}
html:not([data-theme="dark"]) .premium-account-layout .customer-order-detail-btn:hover,
html[data-theme="light"] .premium-account-layout .customer-order-detail-btn:hover{
  background:#0f58c9!important;
  border-color:#0f58c9!important;
  color:#fff!important;
}
html[data-theme="dark"] .premium-account-layout .customer-order-detail-btn{
  background:#f0ad1f!important;
  border-color:#f0ad1f!important;
  color:#211704!important;
  box-shadow:none!important;
}
html[data-theme="dark"] .premium-account-layout .customer-order-detail-btn:hover{
  background:#ffc13d!important;
  border-color:#ffc13d!important;
  color:#211704!important;
}


/* v365 Hesabım işlem butonları - tek merkezden kesin tema renkleri */
html:not([data-theme="dark"]) body .account-orders-table .account-order-actions .customer-order-detail-btn,
html:not([data-theme="dark"]) body .account-statement-pro .account-order-actions .statement-detail-btn,
html[data-theme="light"] body .account-orders-table .account-order-actions .customer-order-detail-btn,
html[data-theme="light"] body .account-statement-pro .account-order-actions .statement-detail-btn{
  background:#1768e5!important;
  background-image:none!important;
  border-color:#1768e5!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:none!important;
}
html:not([data-theme="dark"]) body .account-orders-table .account-order-actions .customer-order-detail-btn:hover,
html:not([data-theme="dark"]) body .account-statement-pro .account-order-actions .statement-detail-btn:hover,
html[data-theme="light"] body .account-orders-table .account-order-actions .customer-order-detail-btn:hover,
html[data-theme="light"] body .account-statement-pro .account-order-actions .statement-detail-btn:hover{
  background:#0f58c9!important;
  background-image:none!important;
  border-color:#0f58c9!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html[data-theme="dark"] body .account-orders-table .account-order-actions .customer-order-detail-btn,
html[data-theme="dark"] body .account-statement-pro .account-order-actions .statement-detail-btn,
body[data-theme="dark"] .account-orders-table .account-order-actions .customer-order-detail-btn,
body[data-theme="dark"] .account-statement-pro .account-order-actions .statement-detail-btn,
body.theme-dark .account-orders-table .account-order-actions .customer-order-detail-btn,
body.theme-dark .account-statement-pro .account-order-actions .statement-detail-btn{
  background:#f0ad1f!important;
  background-image:none!important;
  border-color:#f0ad1f!important;
  color:#241800!important;
  -webkit-text-fill-color:#241800!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body .account-orders-table .account-order-actions .customer-order-detail-btn:hover,
html[data-theme="dark"] body .account-statement-pro .account-order-actions .statement-detail-btn:hover,
body[data-theme="dark"] .account-orders-table .account-order-actions .customer-order-detail-btn:hover,
body[data-theme="dark"] .account-statement-pro .account-order-actions .statement-detail-btn:hover,
body.theme-dark .account-orders-table .account-order-actions .customer-order-detail-btn:hover,
body.theme-dark .account-statement-pro .account-order-actions .statement-detail-btn:hover{
  background:#ffc13d!important;
  background-image:none!important;
  border-color:#ffc13d!important;
  color:#241800!important;
  -webkit-text-fill-color:#241800!important;
}
html body .account-orders-table .account-order-actions .account-invoice-btn,
html body .account-statement-pro .account-order-actions .account-invoice-btn{
  background:#d93645!important;
  background-image:none!important;
  border-color:#d93645!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:none!important;
}
html body .account-orders-table .account-order-actions .account-invoice-btn:hover,
html body .account-statement-pro .account-order-actions .account-invoice-btn:hover{
  background:#bd2938!important;
  background-image:none!important;
  border-color:#bd2938!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* v366 Hesabım Detay/Fatura butonları - tek kesin kural */
html:not([data-theme="dark"]) body .premium-account-layout .account-orders-rich .account-order-actions > a.customer-order-detail-btn.btn,
html[data-theme="light"] body .premium-account-layout .account-orders-rich .account-order-actions > a.customer-order-detail-btn.btn,
html:not([data-theme="dark"]) body .premium-account-layout .account-statement-pro .account-order-actions > a.statement-detail-btn.btn,
html[data-theme="light"] body .premium-account-layout .account-statement-pro .account-order-actions > a.statement-detail-btn.btn{
  background:#1768e5!important;
  background-image:none!important;
  border-color:#1768e5!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:none!important;
}
html:not([data-theme="dark"]) body .premium-account-layout .account-orders-rich .account-order-actions > a.customer-order-detail-btn.btn:hover,
html[data-theme="light"] body .premium-account-layout .account-orders-rich .account-order-actions > a.customer-order-detail-btn.btn:hover,
html:not([data-theme="dark"]) body .premium-account-layout .account-statement-pro .account-order-actions > a.statement-detail-btn.btn:hover,
html[data-theme="light"] body .premium-account-layout .account-statement-pro .account-order-actions > a.statement-detail-btn.btn:hover{
  background:#0f58c9!important;
  border-color:#0f58c9!important;
}
html[data-theme="dark"] body .premium-account-layout .account-orders-rich .account-order-actions > a.customer-order-detail-btn.btn,
html[data-theme="dark"] body .premium-account-layout .account-statement-pro .account-order-actions > a.statement-detail-btn.btn{
  background:#f0ad1f!important;
  background-image:none!important;
  border-color:#f0ad1f!important;
  color:#241800!important;
  -webkit-text-fill-color:#241800!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body .premium-account-layout .account-orders-rich .account-order-actions > a.customer-order-detail-btn.btn:hover,
html[data-theme="dark"] body .premium-account-layout .account-statement-pro .account-order-actions > a.statement-detail-btn.btn:hover{
  background:#ffc13d!important;
  border-color:#ffc13d!important;
}
html body .premium-account-layout .account-orders-rich .account-order-actions > button.account-invoice-btn,
html body .premium-account-layout .account-statement-pro .account-order-actions > button.account-invoice-btn,
html body .premium-account-layout .account-orders-rich .account-order-actions > a.account-invoice-btn,
html body .premium-account-layout .account-statement-pro .account-order-actions > a.account-invoice-btn{
  background:#d93645!important;
  background-image:none!important;
  border-color:#d93645!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:none!important;
}
html body .premium-account-layout .account-orders-rich .account-order-actions > button.account-invoice-btn:hover,
html body .premium-account-layout .account-statement-pro .account-order-actions > button.account-invoice-btn:hover,
html body .premium-account-layout .account-orders-rich .account-order-actions > a.account-invoice-btn:hover,
html body .premium-account-layout .account-statement-pro .account-order-actions > a.account-invoice-btn:hover{
  background:#bd2938!important;
  border-color:#bd2938!important;
}

/* v367 Hesabım gece tema işlem butonları */
html[data-theme="dark"] body .premium-account-layout .account-orders-rich .account-order-actions > a.customer-order-detail-btn.btn,
html[data-theme="dark"] body .premium-account-layout .account-statement-pro .account-order-actions > a.statement-detail-btn.btn{
  background:#e6a817!important;
  background-image:none!important;
  border-color:#e6a817!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body .premium-account-layout .account-orders-rich .account-order-actions > a.customer-order-detail-btn.btn:hover,
html[data-theme="dark"] body .premium-account-layout .account-statement-pro .account-order-actions > a.statement-detail-btn.btn:hover{
  background:#c98f08!important;
  border-color:#c98f08!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html[data-theme="dark"] body .premium-account-layout .account-orders-rich .account-order-actions > button.account-invoice-btn,
html[data-theme="dark"] body .premium-account-layout .account-statement-pro .account-order-actions > button.account-invoice-btn,
html[data-theme="dark"] body .premium-account-layout .account-orders-rich .account-order-actions > a.account-invoice-btn,
html[data-theme="dark"] body .premium-account-layout .account-statement-pro .account-order-actions > a.account-invoice-btn{
  background:#d93645!important;
  background-image:none!important;
  border-color:#d93645!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:none!important;
}
html[data-theme="dark"] body .premium-account-layout .account-orders-rich .account-order-actions > button.account-invoice-btn:hover,
html[data-theme="dark"] body .premium-account-layout .account-statement-pro .account-order-actions > button.account-invoice-btn:hover,
html[data-theme="dark"] body .premium-account-layout .account-orders-rich .account-order-actions > a.account-invoice-btn:hover,
html[data-theme="dark"] body .premium-account-layout .account-statement-pro .account-order-actions > a.account-invoice-btn:hover{
  background:#b92535!important;
  border-color:#b92535!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* v368 Hesabım gece tema buton arka planlarını kesin uygula */
html[data-theme="dark"] .premium-account-layout .account-order-actions .customer-order-detail-btn,
html[data-theme="dark"] .premium-account-layout .account-order-actions .statement-detail-btn,
body[data-theme="dark"] .premium-account-layout .account-order-actions .customer-order-detail-btn,
body[data-theme="dark"] .premium-account-layout .account-order-actions .statement-detail-btn,
body.theme-dark .premium-account-layout .account-order-actions .customer-order-detail-btn,
body.theme-dark .premium-account-layout .account-order-actions .statement-detail-btn{
  background-color:#e6a817!important;
  background:#e6a817!important;
  background-image:none!important;
  border:1px solid #e6a817!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  box-shadow:none!important;
}
html[data-theme="dark"] .premium-account-layout .account-order-actions .customer-order-detail-btn:hover,
html[data-theme="dark"] .premium-account-layout .account-order-actions .statement-detail-btn:hover,
body[data-theme="dark"] .premium-account-layout .account-order-actions .customer-order-detail-btn:hover,
body[data-theme="dark"] .premium-account-layout .account-order-actions .statement-detail-btn:hover,
body.theme-dark .premium-account-layout .account-order-actions .customer-order-detail-btn:hover,
body.theme-dark .premium-account-layout .account-order-actions .statement-detail-btn:hover{
  background-color:#c98f08!important;
  background:#c98f08!important;
  border-color:#c98f08!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html[data-theme="dark"] .premium-account-layout .account-order-actions .account-invoice-btn,
body[data-theme="dark"] .premium-account-layout .account-order-actions .account-invoice-btn,
body.theme-dark .premium-account-layout .account-order-actions .account-invoice-btn{
  background-color:#d93645!important;
  background:#d93645!important;
  background-image:none!important;
  border:1px solid #d93645!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  box-shadow:none!important;
}
html[data-theme="dark"] .premium-account-layout .account-order-actions .account-invoice-btn:hover,
body[data-theme="dark"] .premium-account-layout .account-order-actions .account-invoice-btn:hover,
body.theme-dark .premium-account-layout .account-order-actions .account-invoice-btn:hover{
  background-color:#b92535!important;
  background:#b92535!important;
  border-color:#b92535!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* v371 Hesabım > Süreli Hizmetlerim dark tema kalan süre renkleri */
html[data-theme="dark"] .premium-account-layout .service-card-remaining strong.is-active,
html[data-theme="dark"] .premium-account-layout .service-card-remaining strong.is-warning,
html[data-theme="dark"] .services-account-card .service-card-remaining strong.is-active,
html[data-theme="dark"] .services-account-card .service-card-remaining strong.is-warning{
  color:#72dfa6!important;
  -webkit-text-fill-color:#72dfa6!important;
}
html[data-theme="dark"] .premium-account-layout .service-card-remaining strong.is-expired,
html[data-theme="dark"] .services-account-card .service-card-remaining strong.is-expired{
  color:#ff6f78!important;
  -webkit-text-fill-color:#ff6f78!important;
}


/* v373 Hesabım sol menü ikonları ve çıkış bağlantısı */
.premium-account-layout .compact-account-menu > a{
  display:flex;
  align-items:center;
  gap:10px;
}
.premium-account-layout .compact-account-menu > a > i{
  width:18px;
  flex:0 0 18px;
  text-align:center;
  font-size:14px;
  line-height:1;
  opacity:.86;
}
.premium-account-layout .compact-account-menu > a.active > i{opacity:1}
.premium-account-layout .compact-account-menu > a.account-menu-logout{
  margin-top:7px;
  color:#d93645!important;
  border-color:rgba(217,54,69,.22)!important;
  background:rgba(217,54,69,.07)!important;
}
.premium-account-layout .compact-account-menu > a.account-menu-logout:hover{
  color:#fff!important;
  border-color:#d93645!important;
  background:#d93645!important;
}
html[data-theme="dark"] .premium-account-layout .compact-account-menu > a.account-menu-logout{
  color:#ff7d89!important;
  border-color:rgba(255,90,105,.34)!important;
  background:rgba(217,54,69,.12)!important;
}
html[data-theme="dark"] .premium-account-layout .compact-account-menu > a.account-menu-logout:hover{
  color:#fff!important;
  border-color:#d93645!important;
  background:#d93645!important;
}

/* v375 - Canli arama tum sonuclar baglantisini daha kompakt goster */
.live-search-results .search-all{
  padding:8px 12px!important;
  min-height:0!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:700!important;
}

/* v376 - Canli arama tum sonuclar baglantisi hafif buyutuldu */
.live-search-results .search-all{
  padding:9px 12px!important;
  font-size:13px!important;
  line-height:1.3!important;
}

/* v379 Hesabım > Adreslerim / Fatura Bilgilerim varsayılan etiketleri - gece tema */
html[data-theme="dark"] .premium-account-layout .address-management-grid .address-tags span,
html[data-theme="dark"] .premium-account-layout .invoice-management-grid .address-tags span,
html[data-theme="dark"] .premium-account-layout .address-card .address-tags span{
  background:#e9f8ef!important;
  background-image:none!important;
  color:#197242!important;
  -webkit-text-fill-color:#197242!important;
  border-color:transparent!important;
}

/* v386 - Hesabım / Süreli Hizmetlerim sipariş görüntüleme sütunu */
.service-display-grid.is-list-view .customer-service-card{
  grid-template-columns:minmax(260px,1.5fr) minmax(240px,.9fr) minmax(130px,.45fr) minmax(112px,.38fr)!important;
}
.service-card-view{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  gap:6px;
  text-align:right;
}
.service-card-view>small{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:800;
  color:#7a8aa0;
}
.service-view-order-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:105px;
  padding:7px 11px!important;
  font-size:11px!important;
  line-height:1.1!important;
  white-space:nowrap;
}
html[data-theme="dark"] .service-card-view>small{color:#9fb2ca!important;}
@media(max-width:900px){
  .service-display-grid.is-list-view .customer-service-card{grid-template-columns:1fr!important;}
  .service-card-view{align-items:flex-start;text-align:left;border-top:1px dashed #dbe5f0;padding-top:10px;}
  html[data-theme="dark"] .service-card-view{border-top-color:#29405d;}
}

/* v387 - Sureli hizmetler goruntule butonu kompakt, tekrar baslik kaldirildi */
.service-card-view{
  gap:0!important;
}
.service-card-view>small{
  display:none!important;
}
.service-view-order-btn{
  min-width:92px!important;
  padding:6px 9px!important;
  font-size:10.5px!important;
  line-height:1!important;
}

/* v391 - Hesabim / Sureli Hizmetlerim satir kolonlarini daha simetrik hizala */
@media (min-width:901px){
  .service-display-grid.is-list-view .customer-service-card{
    grid-template-columns:minmax(300px,1.18fr) minmax(250px,.95fr) minmax(145px,.46fr) minmax(100px,.34fr)!important;
    column-gap:12px!important;
  }
  .service-display-grid.is-list-view .service-date-range{
    justify-self:stretch;
    width:100%;
  }
  .service-display-grid.is-list-view .service-card-remaining{
    align-items:center!important;
    text-align:center!important;
  }
  .service-display-grid.is-list-view .service-card-view{
    align-items:center!important;
    text-align:center!important;
  }
}

/* v414 - v405/v406 eklerini koruyarak Hesabım düzenini son sağlam CSS tabanına geri yükle */
html[data-theme="dark"] .home-solution-showcase-card{
  background:#091525!important;
  border-radius:22px!important;
  overflow:hidden!important;
  box-shadow:0 16px 38px rgba(0,0,0,.24)!important;
}
html[data-theme="dark"] .home-solution-showcase-card img{
  display:block!important;
  width:100%!important;
  background:#091525!important;
  border-radius:22px!important;
}
.solution-callout a[href*="wa.me"],
.product-cta a[href*="wa.me"],
.home-cta a[href*="wa.me"]{
  background:linear-gradient(135deg,#25d366,#16a34a)!important;
  background-color:#20b95a!important;
  border-color:#25d366!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(22,163,74,.28)!important;
}
.solution-callout a[href*="wa.me"]:hover,
.product-cta a[href*="wa.me"]:hover,
.home-cta a[href*="wa.me"]:hover{
  background:linear-gradient(135deg,#2ee46f,#149447)!important;
  border-color:#2ee46f!important;
  color:#fff!important;
}

/* Hesabım sol menü: ikon ile metin arasındaki boşluk */
.premium-account-layout .compact-account-menu > a{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
}
.premium-account-layout .compact-account-menu > a > i{
  margin-right:0!important;
}

/* Süreli Hizmetlerim masaüstü kolonları: görüntüle daima en sağda */
@media (min-width:901px){
  .premium-account-layout .service-display-grid.is-list-view .customer-service-card{
    display:grid!important;
    grid-template-columns:minmax(300px,1.18fr) minmax(250px,.95fr) minmax(145px,.46fr) minmax(100px,.34fr)!important;
    align-items:center!important;
    column-gap:12px!important;
  }
  .premium-account-layout .service-display-grid.is-list-view .service-card-view{
    grid-column:4!important;
    justify-self:end!important;
    align-items:flex-end!important;
    text-align:right!important;
  }
}

/* v415 Sipariş detay PDF modal görüntüleyici */
.customer-pdf-modal{position:fixed;inset:0;z-index:100500;display:none}
.customer-pdf-modal.is-open{display:block}
.customer-pdf-backdrop{position:absolute;inset:0;background:rgba(2,10,24,.78);backdrop-filter:blur(5px)}
.customer-pdf-dialog{position:absolute;inset:3vh 3vw;display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:#fff;box-shadow:0 32px 110px rgba(0,0,0,.5)}
.customer-pdf-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;border-bottom:1px solid #dce5f0;background:linear-gradient(135deg,#f7faff,#eef4fb)}
.customer-pdf-title-wrap{display:flex;align-items:center;gap:11px;min-width:0}
.customer-pdf-title-wrap .pdf-icon{flex:0 0 auto}
.customer-pdf-title-wrap div{min-width:0}
.customer-pdf-title-wrap small{display:block;color:#708199;font-size:9px;font-weight:900;letter-spacing:1.2px}
.customer-pdf-title-wrap strong{display:block;max-width:55vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#102846;font-size:15px}
.customer-pdf-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.customer-pdf-actions .btn{min-height:36px;padding:8px 12px;border-radius:9px;font-size:11px;gap:7px}
.customer-pdf-download{background:#1768e5;color:#fff}
.customer-pdf-print{background:#14884a;color:#fff}
.customer-pdf-close{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:9px;background:#de3e4c;color:#fff;cursor:pointer}
.customer-pdf-stage{position:relative;min-height:0;background:#e7edf5}
.customer-pdf-stage iframe{display:block;width:100%;height:100%;border:0;background:#fff}
.customer-pdf-loading{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;background:#edf3fa;color:#17324f}
.customer-pdf-loading.is-hidden{display:none}
.customer-pdf-loading span{width:22px;height:22px;border:3px solid #b7cae3;border-top-color:#1768e5;border-radius:50%;animation:customerPdfSpin .7s linear infinite}
.customer-pdf-loading b{font-size:12px}
.customer-pdf-opened{overflow:hidden}
@keyframes customerPdfSpin{to{transform:rotate(360deg)}}
html[data-theme="dark"] .customer-pdf-dialog{background:#0b182a;border-color:#2a4666}
html[data-theme="dark"] .customer-pdf-head{background:linear-gradient(135deg,#10243d,#0c1c31);border-bottom-color:#294461}
html[data-theme="dark"] .customer-pdf-title-wrap strong{color:#f0f6ff}
html[data-theme="dark"] .customer-pdf-title-wrap small{color:#91a8c2}
html[data-theme="dark"] .customer-pdf-stage{background:#071426}
html[data-theme="dark"] .customer-pdf-loading{background:#0c1b2e;color:#eaf3ff}
@media(max-width:720px){
  .customer-pdf-dialog{inset:1.5vh 2vw;border-radius:14px}
  .customer-pdf-head{align-items:flex-start;padding:10px}
  .customer-pdf-actions .btn span{display:none}
  .customer-pdf-actions .btn{width:36px;min-width:36px;padding:0}
  .customer-pdf-title-wrap strong{max-width:42vw;font-size:12px}
}

/* v416 Hesabım > Siparişlerim: PDF belge listesi ve sağ önizleme çalışma alanı */
.customer-doc-workspace-modal .customer-doc-modal-dialog{width:min(1220px,96vw);height:min(820px,92vh);max-height:92vh;display:grid;grid-template-rows:auto minmax(0,1fr)}
.customer-doc-workspace-modal .customer-doc-modal-head{align-items:center}
.customer-doc-modal-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.customer-doc-toolbar-btn{height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid #ccdae9;border-radius:10px;background:#fff;color:#17395f;font-size:11px;font-weight:850;cursor:pointer}
.customer-doc-toolbar-btn.is-download{background:#1768e5;border-color:#1768e5;color:#fff}
.customer-doc-toolbar-btn.is-print{background:#15864a;border-color:#15864a;color:#fff}
.customer-doc-toolbar-btn.is-open{background:#edf4ff;border-color:#c7dbf2;color:#1758b5}
.customer-doc-toolbar-btn:disabled{opacity:.45;cursor:not-allowed}
.customer-doc-workspace{display:grid;grid-template-columns:290px minmax(0,1fr);min-height:0;background:#edf3f9}
.customer-doc-sidebar{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr);border-right:1px solid #d5e1ed;background:#f7faff}
.customer-doc-sidebar-title{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;border-bottom:1px solid #dce6f0;color:#172b46}
.customer-doc-sidebar-title span{padding:4px 8px;border-radius:999px;background:#e5effb;color:#34618e;font-size:9px;font-weight:850}
.customer-doc-workspace .customer-doc-modal-body{padding:10px;gap:8px;overflow:auto}
.customer-doc-workspace .customer-doc-modal-item{width:100%;grid-template-columns:40px minmax(0,1fr) 20px;padding:10px;text-align:left;cursor:pointer}
.customer-doc-workspace .customer-doc-modal-item.active{border-color:#1768e5;background:#eaf3ff;box-shadow:0 8px 20px rgba(23,104,229,.11)}
.customer-doc-workspace .customer-doc-modal-item:hover{transform:none}
.customer-doc-workspace .customer-doc-modal-action{padding:0;border:0;color:#6c83a0}
.customer-doc-preview{position:relative;min-width:0;min-height:0;padding:12px;background:#dce6f1}
.customer-doc-preview iframe{display:block;width:100%;height:100%;border:1px solid #cad8e7;border-radius:12px;background:#fff;opacity:0;transition:opacity .15s}
.customer-doc-preview iframe.is-ready{opacity:1}
.customer-doc-preview-empty,.customer-doc-preview-loading{position:absolute;inset:12px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1px dashed #b7c9dc;border-radius:12px;background:#f8fbfe;color:#67809c}
.customer-doc-preview-empty i{font-size:44px;color:#d33b4d}
.customer-doc-preview-loading span{width:30px;height:30px;border:3px solid #c8d8e9;border-top-color:#1768e5;border-radius:50%;animation:customerDocSpin .7s linear infinite}
@keyframes customerDocSpin{to{transform:rotate(360deg)}}
html[data-theme="dark"] .customer-doc-workspace{background:#091524}
html[data-theme="dark"] .customer-doc-sidebar{background:#0e1d30;border-color:#294564}
html[data-theme="dark"] .customer-doc-sidebar-title{border-color:#294564;color:#eef5ff}
html[data-theme="dark"] .customer-doc-sidebar-title span{background:#173553;color:#a9d0ff}
html[data-theme="dark"] .customer-doc-workspace .customer-doc-modal-item.active{background:#173553;border-color:#4a89cf}
html[data-theme="dark"] .customer-doc-preview{background:#081421}
html[data-theme="dark"] .customer-doc-preview-empty,html[data-theme="dark"] .customer-doc-preview-loading{background:#0f2035;border-color:#315272;color:#9fb0c7}
html[data-theme="dark"] .customer-doc-toolbar-btn.is-open{background:#173553;border-color:#315c88;color:#b8d9ff}
@media(max-width:820px){.customer-doc-workspace-modal .customer-doc-modal-dialog{width:100%;height:calc(100vh - 20px)}.customer-doc-modal-head-actions{justify-content:flex-start}.customer-doc-toolbar-btn span{display:none}.customer-doc-toolbar-btn{width:36px;padding:0}.customer-doc-workspace{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.customer-doc-sidebar{grid-template-rows:auto auto;border-right:0;border-bottom:1px solid #d5e1ed}.customer-doc-workspace .customer-doc-modal-body{display:flex;overflow:auto}.customer-doc-workspace .customer-doc-modal-item{min-width:220px}.customer-doc-preview{min-height:52vh}}


/* v417 Hesabım PDF çalışma alanı: yükleme katmanı ve araç butonları */
.customer-doc-preview-empty[hidden],
.customer-doc-preview-loading[hidden],
.customer-doc-preview-empty.is-hidden,
.customer-doc-preview-loading.is-hidden{
  display:none!important;
}
.customer-doc-modal-head-actions .customer-doc-toolbar-btn{
  min-width:126px!important;
  height:38px!important;
  padding:0 13px!important;
  border-radius:9px!important;
  gap:7px!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.customer-doc-modal-head-actions .customer-doc-toolbar-btn i,
.customer-doc-modal-head-actions .customer-doc-toolbar-btn span{
  display:inline-flex!important;
  align-items:center!important;
  color:inherit!important;
  -webkit-text-fill-color:currentColor!important;
  opacity:1!important;
  visibility:visible!important;
}
.customer-doc-modal-head-actions .customer-doc-toolbar-btn.is-download{
  background:#1768e5!important;
  border-color:#1768e5!important;
  color:#fff!important;
}
.customer-doc-modal-head-actions .customer-doc-toolbar-btn.is-print{
  background:#16874b!important;
  border-color:#16874b!important;
  color:#fff!important;
}
.customer-doc-modal-head-actions .customer-doc-toolbar-btn.is-open{
  background:#174f8b!important;
  border-color:#2f6ca8!important;
  color:#fff!important;
}
.customer-doc-modal-head-actions .customer-doc-toolbar-btn:hover{
  filter:brightness(1.08)!important;
  transform:none!important;
}
.customer-doc-modal-head-actions .customer-doc-modal-close{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:9px!important;
}
html[data-theme="light"] .customer-doc-modal-head-actions .customer-doc-toolbar-btn.is-open{
  background:#eef5ff!important;
  border-color:#bdd2eb!important;
  color:#1758a8!important;
}
html[data-theme="dark"] .customer-doc-modal-head-actions .customer-doc-toolbar-btn.is-open{
  background:#173a61!important;
  border-color:#315f8d!important;
  color:#eaf4ff!important;
}
@media(max-width:820px){
  .customer-doc-modal-head-actions .customer-doc-toolbar-btn{
    min-width:38px!important;
    width:38px!important;
    padding:0!important;
  }
  .customer-doc-modal-head-actions .customer-doc-toolbar-btn span{display:none!important;}
}
