:root{--bg:#f5f8fc;--surface:#fff;--surface-2:#eef4fb;--ink:#0b1731;--muted:#66738b;--line:#dce5f1;--primary:#0b63f3;--primary-2:#18bce9;--navy:#061a3b;--green:#16a76b;--red:#e94251;--orange:#f38b20;--purple:#7c56e8;--shadow:0 16px 45px rgba(14,43,86,.11);--shadow-sm:0 8px 24px rgba(14,43,86,.08);--radius:22px;--container:1400px}
html[data-theme="dark"]{--bg:#07101f;--surface:#0c1930;--surface-2:#10223f;--ink:#eff6ff;--muted:#9fb0c8;--line:#203654;--navy:#eaf2ff;--shadow:0 18px 52px rgba(0,0,0,.35);--shadow-sm:0 9px 28px rgba(0,0,0,.25)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Segoe UI",Tahoma,Arial,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}button,input,select,textarea{font:inherit}button,a{color:inherit}button{cursor:pointer}a{text-decoration:none}.hidden{display:none!important}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.topbar{background:var(--navy);color:#fff;font-size:13px}.topbar-inner{height:36px;display:flex;align-items:center;justify-content:space-between}.topbar-group{display:flex;align-items:center;gap:20px}.topbar-group span,.topbar-group a{display:flex;align-items:center;gap:6px;white-space:nowrap}.topbar svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.trusted{color:#76edc5}
.site-header{background:color-mix(in srgb,var(--surface) 96%,transparent);position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.header-main{height:88px;display:grid;grid-template-columns:250px minmax(320px,1fr) auto;align-items:center;gap:28px}.brand{display:flex;align-items:center}.brand img{width:225px;max-height:67px;object-fit:contain}.search-box{position:relative;height:54px;border:1px solid #bed2eb;background:var(--surface);border-radius:17px;display:flex;align-items:center;box-shadow:0 6px 22px rgba(37,102,190,.08);overflow:visible}.search-box:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px rgba(11,99,243,.11)}.search-mode{height:100%;border:0;border-inline-end:1px solid var(--line);background:var(--surface-2);padding:0 15px;display:flex;align-items:center;gap:7px;color:var(--primary);font-weight:800;border-radius:0 16px 16px 0}.search-mode svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.search-box input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;color:var(--ink);padding:0 18px}.search-submit{width:58px;height:100%;border:0;background:linear-gradient(135deg,var(--primary),#0648bb);color:#fff;border-radius:16px 0 0 16px}.search-submit svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2}.search-suggestions{display:none;position:absolute;top:62px;right:0;left:0;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:8px;z-index:70}.search-suggestions.show{display:block}.suggestion{width:100%;border:0;background:transparent;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding:10px;border-radius:12px;text-align:right}.suggestion:hover{background:var(--surface-2)}.suggestion img{width:48px;height:42px;object-fit:contain}.suggestion small{display:block;color:var(--muted)}.suggestion b{color:var(--primary)}
.header-actions{display:flex;align-items:center;gap:5px}.header-actions>button{position:relative;min-width:62px;height:58px;border:0;background:transparent;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:11px;color:var(--muted)}.header-actions>button:hover{background:var(--surface-2);color:var(--primary)}.header-actions svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7}.header-actions .install-header{background:linear-gradient(135deg,#eaf2ff,#e4f9ff);color:var(--primary);min-width:96px;font-weight:700}.action-count{position:absolute;top:4px;right:7px;min-width:18px;height:18px;border-radius:9px;background:var(--red);color:#fff;font-style:normal;font-size:10px;display:grid;place-items:center;padding:0 4px}.mobile-menu-trigger{display:none;border:0;background:var(--surface-2);width:46px;height:46px;border-radius:13px}.mobile-menu-trigger svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2}
.category-nav-wrap{border-top:1px solid var(--line);background:var(--surface)}.category-nav{height:66px;display:grid;grid-template-columns:repeat(9,minmax(90px,1fr));align-items:stretch;gap:6px}.category-nav a{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 8px;border-radius:13px;color:var(--ink);font-weight:700;font-size:14px;white-space:nowrap;transition:.2s}.category-nav a:hover,.category-nav a.active{color:var(--primary);background:var(--surface-2)}.category-nav a.active:after{content:"";position:absolute;bottom:0;left:20%;right:20%;height:3px;background:var(--primary);border-radius:3px 3px 0 0}.category-nav .nav-icon{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;color:#fff;box-shadow:0 7px 14px color-mix(in srgb,var(--c) 28%,transparent);background:linear-gradient(135deg,var(--c),color-mix(in srgb,var(--c) 65%,#001a50))}.category-nav svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9}
main{min-height:60vh}.hero{padding:34px 0 24px}.hero-shell{position:relative;min-height:490px;border-radius:32px;overflow:hidden;background:radial-gradient(circle at 17% 15%,rgba(40,171,255,.35),transparent 35%),linear-gradient(120deg,#05152f 0%,#082b66 48%,#e8f5ff 48.2%,#fff 100%);box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1fr}.hero-shell:before,.hero-shell:after{content:"";position:absolute;border:1px solid rgba(83,198,255,.35);border-radius:50%;pointer-events:none}.hero-shell:before{width:440px;height:440px;left:-80px;top:-110px;box-shadow:0 0 80px rgba(18,132,255,.2)}.hero-shell:after{width:330px;height:330px;left:45px;top:-12px}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;padding:40px}.hero-visual img{width:min(94%,620px);max-height:390px;object-fit:contain;filter:drop-shadow(0 28px 25px rgba(0,0,0,.35));z-index:2}.hero-logo-mark{position:absolute;left:45px;bottom:28px;width:78px;height:78px;opacity:.18;z-index:1}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:55px 65px 55px 40px;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:8px 13px;border-radius:999px;background:#eaf3ff;color:var(--primary);font-weight:800;font-size:13px}.eyebrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.hero h1{font-size:clamp(39px,4.2vw,67px);line-height:1.08;margin:19px 0 14px;letter-spacing:-1px}.hero h1 span{color:var(--primary)}.hero p{font-size:18px;color:#56647c;max-width:560px;margin:0 0 24px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{border:0;border-radius:14px;min-height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;transition:.2s}.btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9}.btn-primary{background:linear-gradient(135deg,var(--primary),#0647b7);color:#fff;box-shadow:0 12px 26px rgba(11,99,243,.25)}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{background:var(--surface);border:1px solid var(--line);color:var(--ink)}.hero-stats{display:flex;gap:22px;margin-top:30px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:23px;color:var(--primary)}.hero-stats span{font-size:12px;color:var(--muted)}
.ai-strip{padding:0 0 25px}.ai-strip-card{background:linear-gradient(120deg,#071a3c,#0a3a82);color:#fff;border-radius:24px;padding:21px 28px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;overflow:hidden;position:relative}.ai-strip-card:after{content:"";position:absolute;left:-80px;top:-120px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(39,206,255,.35),transparent 65%)}.ai-strip-icon{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,#1bdcff,#0b63f3);display:grid;place-items:center;box-shadow:0 0 0 8px rgba(255,255,255,.06)}.ai-strip-icon svg{width:31px;height:31px;fill:none;stroke:#fff;stroke-width:1.7}.ai-strip h3{margin:0 0 3px;font-size:20px}.ai-strip p{margin:0;color:#cfe1ff}.ai-strip button{z-index:2}
.section{padding:44px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:23px}.section-head span{color:var(--primary);font-weight:800;font-size:13px}.section-head h2{font-size:32px;line-height:1.2;margin:4px 0}.section-head p{color:var(--muted);margin:0}.section-link{border:0;background:transparent;color:var(--primary);font-weight:800;display:flex;align-items:center;gap:7px}.section-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9}
.category-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{position:relative;min-height:230px;background:var(--surface);border:1px solid var(--line);border-radius:23px;padding:22px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.22s}.category-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--accent) 45%,var(--line));box-shadow:var(--shadow)}.category-card:before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;left:-55px;bottom:-70px;background:color-mix(in srgb,var(--accent) 13%,transparent)}.category-card-top{display:flex;align-items:center;justify-content:space-between}.category-card .category-icon{width:54px;height:54px;border-radius:17px;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 55%,#001a42));color:#fff;display:grid;place-items:center;box-shadow:0 10px 20px color-mix(in srgb,var(--accent) 25%,transparent)}.category-card .category-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8}.category-card-count{font-size:12px;color:var(--muted);background:var(--surface-2);padding:5px 9px;border-radius:20px}.category-card h3{font-size:21px;margin:18px 0 4px}.category-card p{font-size:13px;color:var(--muted);margin:0 0 15px}.subcategory-preview{display:flex;flex-wrap:wrap;gap:6px}.subcategory-preview span{font-size:11px;padding:5px 8px;border-radius:8px;background:var(--surface-2);color:var(--muted)}
.deal-banner{background:linear-gradient(120deg,#001331,#073c89 58%,#0c75ef);border-radius:29px;color:#fff;display:grid;grid-template-columns:1.15fr .85fr;min-height:340px;overflow:hidden;position:relative;box-shadow:var(--shadow)}.deal-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(41,223,255,.27),transparent 32%)}.deal-copy{padding:48px;position:relative;z-index:2}.deal-tag{display:inline-block;background:#ff4757;color:#fff;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:900}.deal-copy h2{font-size:43px;line-height:1.1;margin:15px 0 10px}.deal-copy p{color:#d1e4ff;max-width:560px}.deal-price{display:flex;align-items:end;gap:13px;margin:18px 0}.digital-price{font-family:"Courier New",monospace;background:#06111d;border:2px solid #25405e;color:#7dff8c;border-radius:12px;padding:8px 14px;box-shadow:inset 0 0 18px rgba(65,255,111,.14);letter-spacing:2px;font-weight:900;text-shadow:0 0 10px rgba(74,255,108,.45)}.digital-price.large{font-size:35px}.deal-old{color:#aac5ea;text-decoration:line-through}.deal-image{display:flex;align-items:center;justify-content:center;padding:28px;position:relative;z-index:2}.deal-image img{width:100%;max-height:310px;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(0,0,0,.45))}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:21px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.22s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#aec9eb}.product-image{height:220px;background:linear-gradient(180deg,#f8fbff,#edf4fb);position:relative;display:flex;align-items:center;justify-content:center;padding:18px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:.3s}.product-card:hover .product-image img{transform:scale(1.045)}.product-badges{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:6px}.badge{font-size:11px;font-weight:800;color:#fff;padding:5px 8px;border-radius:7px;width:max-content}.badge.offer{background:var(--red)}.badge.new{background:var(--primary)}.badge.used{background:var(--orange)}.badge.refurbished{background:var(--purple)}.wish-button{position:absolute;top:12px;left:12px;border:0;width:36px;height:36px;border-radius:11px;background:rgba(255,255,255,.93);color:#5e6a7b;display:grid;place-items:center;box-shadow:0 5px 15px rgba(0,0,0,.08)}.wish-button.active{color:var(--red)}.wish-button svg{width:19px;height:19px;fill:transparent;stroke:currentColor;stroke-width:1.8}.wish-button.active svg{fill:currentColor}.product-body{padding:17px;display:flex;flex-direction:column;flex:1}.product-brand{font-size:11px;color:var(--primary);font-weight:800;text-transform:uppercase}.product-body h3{font-size:17px;line-height:1.4;margin:6px 0 9px;min-height:48px}.product-specs{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:13px}.product-specs span{font-size:10px;border:1px solid var(--line);border-radius:7px;padding:4px 6px;color:var(--muted)}.product-stock{display:flex;align-items:center;gap:6px;color:var(--green);font-size:11px;margin-bottom:11px}.product-stock:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.product-stock.low{color:var(--orange)}.product-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-price-row .digital-price{font-size:18px;padding:6px 9px}.product-price-row small{font-size:9px}.old-price{font-size:12px;text-decoration:line-through;color:var(--muted)}.product-actions{display:grid;grid-template-columns:1fr 46px;gap:7px;margin-top:13px}.product-actions button{height:43px;border-radius:11px;border:0;font-weight:800}.add-cart{background:#e8f1ff;color:var(--primary)}.whatsapp-product{background:#e7fff4;color:#0a9860;display:grid;place-items:center}.product-actions svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.service-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:22px;overflow:hidden;transition:.2s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.service-icon{width:50px;height:50px;border-radius:15px;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 55%,#001c4f));color:#fff;display:grid;place-items:center}.service-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.service-card h3{margin:15px 0 5px}.service-card p{color:var(--muted);font-size:13px}.service-card a{color:var(--primary);font-weight:800;font-size:13px}
.neighbors-panel{display:grid;grid-template-columns:1fr 1fr;background:var(--surface);border:1px solid var(--line);border-radius:27px;overflow:hidden;box-shadow:var(--shadow-sm)}.neighbors-copy{padding:45px}.neighbors-copy h2{font-size:37px;margin:8px 0}.neighbors-copy p{color:var(--muted)}.neighbors-features{display:grid;gap:10px;margin:21px 0}.neighbors-features span{display:flex;align-items:center;gap:9px}.neighbors-features svg{width:18px;height:18px;fill:none;stroke:var(--green);stroke-width:2}.neighbors-visual{background:linear-gradient(135deg,#071c43,#0b64e7);display:flex;align-items:center;justify-content:center;position:relative;padding:35px;color:#fff}.neighbors-visual:before,.neighbors-visual:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.2);border-radius:50%}.neighbors-visual:before{width:330px;height:330px}.neighbors-visual:after{width:230px;height:230px}.neighbors-visual-inner{z-index:2;text-align:center}.neighbors-visual-inner svg{width:85px;height:85px;fill:none;stroke:#fff;stroke-width:1.3}.neighbors-visual-inner strong{font-size:24px;display:block}
.install-section{padding:48px 0}.install-card{background:linear-gradient(135deg,#e7f2ff,#f9fcff);border:1px solid #cfe0f5;border-radius:28px;padding:35px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px}.install-phone{width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,var(--primary),var(--primary-2));display:grid;place-items:center;color:#fff;box-shadow:0 13px 28px rgba(11,99,243,.23)}.install-phone svg{width:37px;height:37px;fill:none;stroke:currentColor;stroke-width:1.7}.install-card h3{font-size:25px;margin:0}.install-card p{margin:4px 0;color:#61718a}
.page-hero{padding:36px 0 25px}.page-hero-card{position:relative;overflow:hidden;border-radius:30px;padding:44px;background:linear-gradient(125deg,#071a3e,#0a4daf);color:#fff;min-height:245px;display:grid;grid-template-columns:1fr auto;align-items:center;box-shadow:var(--shadow)}.page-hero-card:before{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.14);border-radius:50%;left:-120px;top:-160px}.page-hero-card h1{font-size:43px;margin:5px 0}.page-hero-card p{max-width:680px;color:#d5e5ff}.page-hero-icon{width:115px;height:115px;border-radius:30px;background:rgba(255,255,255,.12);display:grid;place-items:center;backdrop-filter:blur(10px)}.page-hero-icon svg{width:58px;height:58px;fill:none;stroke:#fff;stroke-width:1.5}.breadcrumbs{display:flex;gap:8px;align-items:center;font-size:13px;color:#c5d9ff}.subcategories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:20px}.subcategory-card{background:var(--surface);border:1px solid var(--line);border-radius:17px;padding:16px;display:flex;align-items:center;gap:12px;transition:.2s}.subcategory-card:hover,.subcategory-card.active{border-color:var(--primary);box-shadow:var(--shadow-sm);color:var(--primary)}.subcategory-card i{width:40px;height:40px;border-radius:12px;background:var(--surface-2);display:grid;place-items:center;font-style:normal;font-weight:900;color:var(--primary)}.listing-layout{display:grid;grid-template-columns:270px 1fr;gap:20px}.filter-panel{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:20px;align-self:start;position:sticky;top:170px}.filter-panel h3{margin:0 0 16px}.filter-group{border-top:1px solid var(--line);padding-top:15px;margin-top:15px}.filter-group label{font-weight:700;font-size:13px;display:block;margin-bottom:8px}.filter-options{display:grid;gap:8px}.filter-options button{border:0;background:transparent;text-align:right;color:var(--muted);padding:7px;border-radius:8px}.filter-options button:hover,.filter-options button.active{background:var(--surface-2);color:var(--primary)}.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:7px}.price-inputs input,.filter-select{width:100%;height:42px;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:10px;padding:0 9px}.listing-main{min-width:0}.listing-toolbar{height:66px;background:var(--surface);border:1px solid var(--line);border-radius:17px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.listing-toolbar-left,.listing-toolbar-right{display:flex;align-items:center;gap:9px}.listing-toolbar select{height:40px;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:10px;padding:0 10px}.view-toggle{border:0;background:var(--surface-2);width:40px;height:40px;border-radius:10px;color:var(--muted)}.view-toggle.active{background:var(--primary);color:#fff}.view-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.mobile-filter{display:none}.empty-state{background:var(--surface);border:1px dashed var(--line);border-radius:22px;padding:55px;text-align:center;color:var(--muted)}
.category-page .product-grid.list-view{grid-template-columns:1fr}.category-page .product-grid.list-view .product-card{display:grid;grid-template-columns:250px 1fr}.category-page .product-grid.list-view .product-image{height:100%;min-height:240px}.category-page .product-grid.list-view .product-actions{max-width:320px}
.ai-insight{background:linear-gradient(135deg,#edf6ff,#f1fffd);border:1px solid #cfe9fa;border-radius:20px;padding:19px;display:flex;align-items:flex-start;gap:14px;margin:0 0 18px}.ai-insight-icon{width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;display:grid;place-items:center;flex:0 0 auto}.ai-insight-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7}.ai-insight h4{margin:0}.ai-insight p{margin:4px 0;color:#60728d}.ai-insight button{border:0;background:transparent;color:var(--primary);font-weight:800;padding:0}
.service-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-page-card{background:var(--surface);border:1px solid var(--line);border-radius:23px;padding:25px}.service-page-card ul{margin:15px 0;padding:0 18px;color:var(--muted)}.service-page-card .btn{width:100%}.form-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:27px;box-shadow:var(--shadow-sm)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);padding:11px 13px;outline:0}.field textarea{min-height:110px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(11,99,243,.09)}
.neighbor-listings{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.neighbor-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden}.neighbor-card img{width:100%;height:190px;object-fit:cover;background:var(--surface-2)}.neighbor-card-body{padding:18px}.neighbor-card h3{margin:4px 0}.neighbor-card small{color:var(--muted)}.neighbor-seller{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.verified-seller{color:var(--green);font-weight:800;font-size:12px}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:28px}.product-detail-image{background:linear-gradient(180deg,#fafcff,#eaf2fa);border-radius:22px;padding:25px;display:flex;align-items:center;justify-content:center;min-height:400px}.product-detail-image img{max-width:100%;max-height:370px;object-fit:contain}.product-detail-info h2{font-size:31px;line-height:1.3;margin:5px 0}.detail-specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.detail-specs span{padding:10px;background:var(--surface-2);border-radius:10px;font-size:13px}.detail-actions{display:flex;gap:10px;margin-top:20px}.product-modal-card{width:min(980px,calc(100% - 24px))!important}
.screen-overlay{position:fixed;inset:0;background:rgba(1,11,28,.55);opacity:0;visibility:hidden;transition:.2s;z-index:80;backdrop-filter:blur(3px)}.screen-overlay.open{opacity:1;visibility:visible}.drawer{position:fixed;top:0;bottom:0;left:0;width:min(430px,100%);background:var(--surface);z-index:90;transform:translateX(-105%);transition:.25s;box-shadow:var(--shadow);display:flex;flex-direction:column}.drawer.open{transform:none}.drawer-head{height:72px;padding:0 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer-head h3{margin:0}.drawer-head button,.modal-close{border:0;background:var(--surface-2);width:38px;height:38px;border-radius:11px}.drawer-head svg,.modal-close svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9}.drawer-body{padding:17px;overflow:auto;flex:1}.cart-item,.wish-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item img,.wish-item img{width:70px;height:60px;object-fit:contain;background:var(--surface-2);border-radius:10px}.cart-item h4,.wish-item h4{font-size:14px;margin:0}.cart-item small,.wish-item small{color:var(--primary);font-weight:800}.qty{display:flex;align-items:center;gap:6px;margin-top:6px}.qty button{border:1px solid var(--line);background:var(--surface);width:26px;height:26px;border-radius:7px}.remove-item{border:0;background:#fff0f1;color:var(--red);width:34px;height:34px;border-radius:9px}.remove-item svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.cart-total{position:sticky;bottom:-17px;background:var(--surface);border-top:1px solid var(--line);padding:16px 0}.cart-total-row{display:flex;justify-content:space-between;font-size:19px;font-weight:900;margin-bottom:12px}.empty-drawer{text-align:center;padding:50px 20px;color:var(--muted)}.empty-drawer svg{width:55px;height:55px;fill:none;stroke:currentColor;stroke-width:1.3}
.mobile-menu{position:fixed;top:0;bottom:0;right:0;width:min(390px,100%);background:var(--surface);z-index:95;transform:translateX(105%);transition:.25s;padding:18px;display:flex;flex-direction:column}.mobile-menu.open{transform:none}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid var(--line)}.mobile-menu-head img{width:200px}.mobile-menu-head button{border:0;background:var(--surface-2);width:40px;height:40px;border-radius:12px}.mobile-menu-head svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9}.mobile-menu-links{overflow:auto;padding:13px 0}.mobile-menu-links a{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;font-weight:700}.mobile-menu-links a:hover{background:var(--surface-2);color:var(--primary)}.mobile-menu-links .nav-icon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;color:#fff;background:var(--c)}.mobile-menu-links svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.mobile-install{margin-top:auto;height:50px;border:0;background:var(--primary);color:#fff;border-radius:13px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px}.mobile-install svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9}
.modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;opacity:0;visibility:hidden;transition:.2s;background:rgba(1,10,27,.58);padding:14px}.modal.open{opacity:1;visibility:visible}.modal-card{position:relative;width:min(720px,100%);max-height:92vh;overflow:auto;background:var(--surface);border-radius:25px;padding:28px;box-shadow:var(--shadow)}.modal-close{position:absolute;top:15px;left:15px;z-index:3}
.ai-fab{position:fixed;bottom:26px;right:25px;z-index:55;border:0;border-radius:18px;background:linear-gradient(135deg,#06265b,#0b63f3 70%,#16cce9);color:#fff;height:58px;padding:0 18px;display:flex;align-items:center;gap:10px;font-weight:900;box-shadow:0 16px 35px rgba(5,66,157,.35)}.ai-fab svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7}.ai-fab-pulse{position:absolute;inset:-4px;border:1px solid rgba(29,205,255,.5);border-radius:22px;animation:pulse 2s infinite}.ai-panel{position:fixed;right:25px;bottom:96px;width:min(410px,calc(100% - 30px));height:590px;max-height:calc(100vh - 125px);background:var(--surface);border:1px solid var(--line);border-radius:25px;box-shadow:0 25px 70px rgba(2,27,67,.25);z-index:96;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(20px) scale(.97);transition:.22s;overflow:hidden}.ai-panel.open{opacity:1;visibility:visible;transform:none}.ai-panel-head{padding:15px 16px;background:linear-gradient(135deg,#061b42,#0b55c7);color:#fff;display:grid;grid-template-columns:44px 1fr 36px;align-items:center;gap:10px}.ai-avatar{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#1dd7ff,#0b63f3);display:grid;place-items:center}.ai-avatar svg{width:23px;height:23px;fill:none;stroke:#fff;stroke-width:1.8}.ai-panel-head small{display:block;color:#cfe2ff}.ai-panel-head button{border:0;background:rgba(255,255,255,.12);color:#fff;width:36px;height:36px;border-radius:10px}.ai-panel-head button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9}.ai-messages{flex:1;overflow:auto;padding:16px;background:var(--bg);display:flex;flex-direction:column;gap:10px}.ai-message{max-width:88%;padding:11px 13px;border-radius:15px;font-size:14px}.ai-message.bot{align-self:flex-start;background:var(--surface);border:1px solid var(--line);border-bottom-right-radius:5px}.ai-message.user{align-self:flex-end;background:var(--primary);color:#fff;border-bottom-left-radius:5px}.ai-product-mini{display:grid;grid-template-columns:54px 1fr auto;gap:8px;align-items:center;margin-top:8px;padding:7px;background:var(--surface-2);border-radius:11px}.ai-product-mini img{width:54px;height:46px;object-fit:contain}.ai-product-mini strong{font-size:12px}.ai-product-mini b{color:var(--primary);font-size:12px}.ai-chips{display:flex;gap:6px;overflow:auto;padding:9px 12px;border-top:1px solid var(--line)}.ai-chips button{flex:0 0 auto;border:1px solid var(--line);background:var(--surface);color:var(--primary);border-radius:999px;padding:6px 9px;font-size:11px}.ai-input{display:grid;grid-template-columns:1fr 44px;gap:7px;padding:10px;border-top:1px solid var(--line)}.ai-input input{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:12px;padding:0 11px}.ai-input button{border:0;border-radius:12px;background:var(--primary);color:#fff}.ai-input svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9}.ai-disclaimer{padding:0 12px 10px;color:var(--muted);font-size:9px}.toast-host{position:fixed;top:20px;left:20px;z-index:120;display:grid;gap:8px}.toast{background:var(--surface);border:1px solid var(--line);border-right:4px solid var(--green);box-shadow:var(--shadow-sm);padding:12px 15px;border-radius:12px;min-width:260px;animation:toastIn .25s}.toast.error{border-right-color:var(--red)}
.mobile-bottom-nav{display:none}
.owner-shell{min-height:100vh;background:#f1f5fb;padding:24px}.owner-login{min-height:calc(100vh - 48px);display:grid;place-items:center}.owner-login-card{width:min(460px,100%);background:#fff;border-radius:28px;padding:34px;box-shadow:0 25px 70px rgba(9,40,87,.18)}.owner-login-card img{width:250px;display:block;margin:0 auto 18px}.owner-login-card h1{text-align:center;margin:0}.owner-login-card p{text-align:center;color:#6d7890}.owner-login-card input{width:100%;height:50px;border:1px solid #d8e1ee;border-radius:12px;padding:0 13px;margin:7px 0}.owner-login-card button{width:100%;height:50px;border:0;border-radius:12px;background:#0b63f3;color:#fff;font-weight:900;margin-top:10px}.owner-app{display:grid;grid-template-columns:260px 1fr;min-height:calc(100vh - 48px);background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 15px 50px rgba(9,40,87,.13)}.owner-sidebar{background:#071a3c;color:#fff;padding:22px}.owner-sidebar img{width:200px;filter:brightness(0) invert(1)}.owner-sidebar nav{display:grid;gap:7px;margin-top:28px}.owner-sidebar button{border:0;background:transparent;color:#c8daf5;border-radius:10px;text-align:right;padding:11px 13px}.owner-sidebar button.active,.owner-sidebar button:hover{background:#0b63f3;color:#fff}.owner-main{padding:28px;overflow:auto}.owner-top{display:flex;justify-content:space-between;align-items:center}.owner-top h1{margin:0}.owner-top button{border:0;background:#fff0f1;color:#d83446;border-radius:10px;padding:9px 13px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin:22px 0}.stat-card{border:1px solid #dde6f1;border-radius:16px;padding:17px}.stat-card span{color:#6f7c91}.stat-card strong{display:block;font-size:28px;color:#0b63f3}.owner-table{width:100%;border-collapse:collapse;background:#fff}.owner-table th,.owner-table td{padding:11px;border-bottom:1px solid #e3e9f1;text-align:right;font-size:13px}.owner-table img{width:48px;height:42px;object-fit:contain}.owner-actions{display:flex;gap:5px}.owner-actions button{border:0;border-radius:8px;padding:7px}.owner-add-button{background:#0b63f3;color:#fff;border:0;border-radius:11px;padding:10px 15px;font-weight:800}.owner-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#f7f9fc;padding:18px;border-radius:16px;margin:18px 0}.owner-form .full{grid-column:1/-1}.owner-form input,.owner-form select,.owner-form textarea{width:100%;border:1px solid #d9e2ee;border-radius:10px;padding:10px}.owner-form textarea{min-height:80px}.owner-form button{border:0;background:#0b63f3;color:#fff;border-radius:10px;padding:11px;font-weight:800}.backup-buttons{display:flex;gap:10px}.backup-buttons button,.backup-buttons label{border:0;background:#e8f1ff;color:#0b63f3;border-radius:10px;padding:10px 14px;font-weight:800}
@keyframes pulse{0%,100%{transform:scale(1);opacity:.9}50%{transform:scale(1.1);opacity:0}}@keyframes toastIn{from{transform:translateX(-20px);opacity:0}}
@media(max-width:1200px){.header-main{grid-template-columns:210px 1fr auto;gap:16px}.brand img{width:200px}.header-actions>button{min-width:50px}.header-actions>button span{display:none}.header-actions .install-header{min-width:55px}.category-nav{grid-template-columns:repeat(9,minmax(78px,1fr))}.category-nav a{font-size:12px}.category-nav .nav-icon{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.category-cards{grid-template-columns:repeat(3,1fr)}.services-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.service-request-layout,.tradein-layout{grid-template-columns:1fr!important}.container{width:min(calc(100% - 24px),var(--container))}.topbar-inner{justify-content:center}.topbar-group:first-child span:nth-child(2),.topbar-group:last-child{display:none}.header-main{height:auto;min-height:80px;grid-template-columns:1fr auto;padding:11px 0}.brand img{width:190px}.search-box{grid-column:1/-1;grid-row:2;margin-bottom:3px}.header-actions{display:none}.mobile-menu-trigger{display:grid;place-items:center}.category-nav-wrap{display:none}.hero{padding-top:18px}.hero-shell{grid-template-columns:1fr;min-height:auto;background:linear-gradient(160deg,#eef8ff,#fff)}.hero-visual{order:2;background:linear-gradient(135deg,#051631,#0a3c86);min-height:290px}.hero-copy{padding:35px 28px}.hero h1{font-size:43px}.ai-strip-card{grid-template-columns:auto 1fr}.ai-strip-card .btn{grid-column:1/-1}.category-cards,.product-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.deal-banner{grid-template-columns:1fr}.deal-image{max-height:300px}.neighbors-panel{grid-template-columns:1fr}.neighbors-visual{min-height:280px}.install-card{grid-template-columns:auto 1fr}.install-card .btn{grid-column:1/-1}.page-hero-card{grid-template-columns:1fr}.page-hero-icon{display:none}.subcategories-grid{grid-template-columns:repeat(2,1fr)}.listing-layout{grid-template-columns:1fr}.filter-panel{display:none;position:static}.filter-panel.open{display:block}.mobile-filter{display:inline-flex}.service-page-grid,.neighbor-listings{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.ai-fab{bottom:78px}.ai-panel{bottom:145px}.mobile-bottom-nav{display:grid;position:fixed;bottom:0;left:0;right:0;height:68px;background:var(--surface);border-top:1px solid var(--line);z-index:50;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav a,.mobile-bottom-nav button{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:10px;color:var(--muted)}.mobile-bottom-nav button:nth-child(3){color:#fff;background:linear-gradient(135deg,#0b63f3,#1ac8e8);width:54px;height:54px;border-radius:18px;align-self:center;justify-self:center;transform:translateY(-13px);box-shadow:0 9px 20px rgba(11,99,243,.25)}.mobile-bottom-nav button:nth-child(3) span{display:none}.mobile-bottom-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.site-footer{padding-bottom:70px}.owner-app{grid-template-columns:1fr}.owner-sidebar{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){body{font-size:15px}.topbar{display:none}.header-main{padding-top:8px}.brand img{width:172px}.mobile-menu-trigger{width:42px;height:42px}.search-box{height:50px}.search-mode span{display:none}.search-mode{width:48px;padding:0;justify-content:center}.hero-shell{border-radius:22px}.hero-copy{padding:28px 20px}.hero h1{font-size:35px}.hero p{font-size:15px}.hero-actions .btn{flex:1;padding:0 12px}.hero-stats{gap:12px}.hero-visual{padding:20px;min-height:245px}.hero-visual img{max-height:230px}.section{padding:31px 0}.section-head{align-items:start}.section-head h2{font-size:26px}.section-head p{font-size:13px}.section-link{font-size:12px}.category-cards{grid-template-columns:1fr 1fr;gap:10px}.category-card{min-height:210px;padding:16px}.category-card h3{font-size:17px}.category-card p{font-size:11px}.subcategory-preview span:nth-child(n+3){display:none}.product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-card{border-radius:16px}.product-image{height:155px;padding:10px}.product-body{padding:11px}.product-body h3{font-size:13px;min-height:39px}.product-specs span{font-size:8px}.product-specs span:nth-child(n+3){display:none}.product-price-row .digital-price{font-size:14px;letter-spacing:0}.product-actions{grid-template-columns:1fr 38px}.product-actions button{height:38px;font-size:11px}.deal-copy{padding:28px 20px}.deal-copy h2{font-size:34px}.deal-image{padding:18px}.services-grid{grid-template-columns:1fr 1fr;gap:10px}.service-card{padding:16px}.service-card h3{font-size:15px}.service-card p{font-size:11px}.neighbors-copy{padding:28px 20px}.neighbors-copy h2{font-size:29px}.install-card{padding:21px;grid-template-columns:55px 1fr;gap:14px}.install-phone{width:55px;height:55px;border-radius:17px}.install-card h3{font-size:19px}.install-card p{font-size:12px}.footer-grid{grid-template-columns:1fr 1fr!important}.footer-brand{grid-column:1/-1}.page-hero-card{padding:28px 20px;min-height:200px}.page-hero-card h1{font-size:31px}.subcategories-grid{grid-template-columns:1fr 1fr;gap:8px}.subcategory-card{padding:11px;font-size:12px}.subcategory-card i{width:32px;height:32px}.listing-toolbar{height:auto;padding:10px;align-items:flex-start;gap:8px}.listing-toolbar-left,.listing-toolbar-right{flex-wrap:wrap}.listing-toolbar select{max-width:130px}.service-page-grid,.neighbor-listings{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.product-detail-image{min-height:280px}.detail-specs{grid-template-columns:1fr}.ai-fab{width:52px;height:52px;border-radius:17px;padding:0;display:grid;place-items:center;right:14px}.ai-fab>span:not(.ai-fab-pulse){display:none}.ai-panel{right:8px;bottom:78px;width:calc(100% - 16px);height:calc(100vh - 105px);max-height:none;border-radius:22px}.toast-host{top:10px;left:10px;right:10px}.toast{min-width:0}.owner-shell{padding:8px}.owner-main{padding:15px}.owner-form{grid-template-columns:1fr}.owner-form .full{grid-column:auto}.owner-table{min-width:700px}.owner-main{overflow:auto}}
.site-footer{margin-top:30px;background:#06152f;color:#dbe8fb;padding-top:48px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:35px}.footer-grid h4{color:#fff;margin:0 0 14px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer-grid a,.footer-grid span{color:#aabbd3;font-size:13px}.footer-grid a:hover{color:#fff}.footer-brand img{width:260px;filter:brightness(0) invert(1)}.footer-brand p{max-width:390px;color:#aabbd3}.footer-contact{display:flex;gap:10px}.footer-contact a{background:#102b54;border-radius:9px;padding:7px 10px;color:#fff}.footer-install{width:max-content;border:1px solid #28456e;background:#102b54;color:#fff;border-radius:10px;padding:9px 12px;display:flex;align-items:center;gap:7px}.footer-install svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.footer-bottom{border-top:1px solid #203654;margin-top:35px;padding:18px 0;display:flex;justify-content:space-between;color:#7f94b3;font-size:12px}
.service-card a{display:inline-flex;align-items:center;gap:6px}.service-card a svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9}.service-page-card .btn svg,.owner-actions svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9}

/* =========================================================
   MODERN TECHNOLOGY V12 — ULTRA HOME EXPERIENCE
   ========================================================= */
:root{--header-glass:rgba(255,255,255,.94);--ease:cubic-bezier(.2,.75,.25,1);--cyan:#10bde9;--violet:#7357e8}
html[data-theme="dark"]{--header-glass:rgba(12,25,48,.94)}
body{background:linear-gradient(180deg,var(--bg),color-mix(in srgb,var(--bg) 92%,#dcecff));letter-spacing:0}
.site-header{background:var(--header-glass);box-shadow:0 9px 34px rgba(12,40,82,.06)}
.announcement-bar{height:34px;overflow:hidden;background:linear-gradient(90deg,#0b63f3,#0a3b88 52%,#0b63f3);color:#fff;position:relative}
.announcement-bar:before,.announcement-bar:after{content:"";position:absolute;top:0;bottom:0;width:70px;z-index:2;pointer-events:none}.announcement-bar:before{right:0;background:linear-gradient(90deg,transparent,#0b63f3)}.announcement-bar:after{left:0;background:linear-gradient(-90deg,transparent,#0b63f3)}
.announcement-track{height:100%;display:flex;align-items:center;gap:28px;width:max-content;min-width:200%;font-size:12px;font-weight:800;animation:announcementMove 28s linear infinite}.announcement-track span{white-space:nowrap}.announcement-track i{width:5px;height:5px;border-radius:50%;background:#74e6ff;box-shadow:0 0 12px #74e6ff}
@keyframes announcementMove{from{transform:translateX(-45%)}to{transform:translateX(0)}}
.header-main{grid-template-columns:245px minmax(360px,1fr) auto;height:86px}.brand img{width:220px}.search-box{border-radius:16px;background:color-mix(in srgb,var(--surface) 96%,transparent)}
.category-nav-wrap{position:relative;box-shadow:0 7px 20px rgba(10,35,76,.04)}.category-nav-row{height:69px;display:grid;grid-template-columns:205px minmax(0,1fr) 120px;gap:10px;align-items:center}.category-nav{height:58px;display:flex;overflow-x:auto;scrollbar-width:none;gap:5px;align-items:center;padding:3px}.category-nav::-webkit-scrollbar{display:none}.category-nav a{flex:0 0 auto;height:50px;padding:0 12px;font-size:13px;border:1px solid transparent}.category-nav a:hover,.category-nav a.active{border-color:color-mix(in srgb,var(--c) 28%,var(--line));background:color-mix(in srgb,var(--c) 8%,var(--surface));color:var(--c)}.category-nav a.active:after{display:none}.category-nav .nav-icon{width:30px;height:30px;border-radius:9px;box-shadow:none}.all-categories-trigger{height:54px;border:0;border-radius:15px;background:linear-gradient(135deg,#071a3e,#0b63f3);color:#fff;display:grid;grid-template-columns:39px 1fr 18px;align-items:center;gap:10px;padding:0 13px;text-align:right;box-shadow:0 10px 24px rgba(11,99,243,.2)}.all-categories-trigger:hover{transform:translateY(-1px)}.all-categories-icon{width:37px;height:37px;border-radius:11px;background:rgba(255,255,255,.12);display:grid;place-items:center}.all-categories-trigger svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.all-categories-trigger strong{display:block;font-size:14px}.all-categories-trigger small{display:block;color:#cfe2ff;font-size:10px}.all-categories-chevron{transition:.25s}.all-categories-trigger[aria-expanded="true"] .all-categories-chevron{transform:rotate(90deg)}.nav-deal-link{height:54px;border-radius:15px;background:linear-gradient(135deg,#fff2ee,#fff8f5);border:1px solid #ffd4c9;color:#d74331;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900}.nav-deal-link span{font-size:14px}.nav-deal-link small{font-size:10px}.mega-menu{position:absolute;top:100%;right:0;left:0;max-height:0;opacity:0;visibility:hidden;overflow:hidden;background:color-mix(in srgb,var(--surface) 98%,transparent);border-top:1px solid var(--line);box-shadow:0 25px 55px rgba(10,33,70,.16);transition:max-height .32s var(--ease),opacity .22s;z-index:90}.mega-menu.open{max-height:610px;opacity:1;visibility:visible;overflow:auto}.mega-menu-inner{padding:22px 0 28px}.mega-menu-title{display:flex;justify-content:space-between;align-items:center;padding:0 0 17px;margin-bottom:18px;border-bottom:1px solid var(--line)}.mega-menu-title>div{display:flex;align-items:center;gap:12px}.mega-menu-title>div>span{width:44px;height:44px;border-radius:14px;background:var(--surface-2);color:var(--primary);display:grid;place-items:center}.mega-menu-title svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.mega-menu-title strong{display:block;font-size:18px}.mega-menu-title small{color:var(--muted)}.mega-menu-title>a{color:var(--primary);display:flex;gap:7px;align-items:center;font-weight:800}.mega-menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mega-column{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:14px;transition:.2s}.mega-column:hover{border-color:color-mix(in srgb,var(--c) 35%,var(--line));box-shadow:var(--shadow-sm);transform:translateY(-2px)}.mega-column-head{display:flex;align-items:center;gap:10px;margin-bottom:11px}.mega-column-head>span{width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,var(--c),color-mix(in srgb,var(--c) 55%,#00152e));color:#fff;display:grid;place-items:center}.mega-column-head svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9}.mega-column-head strong{display:block}.mega-column-head small{font-size:10px;color:var(--muted);display:block;line-height:1.4}.mega-sub-links{display:flex;gap:6px;flex-wrap:wrap}.mega-sub-links a{font-size:11px;color:var(--muted);background:var(--surface-2);border-radius:999px;padding:5px 9px}.mega-sub-links a:hover{color:var(--c);background:color-mix(in srgb,var(--c) 10%,var(--surface))}

.home-hero{padding:24px 0 8px}.hero-slider{position:relative;border-radius:31px;overflow:hidden;background:#061a3a;box-shadow:0 25px 70px rgba(11,42,86,.18);min-height:510px}.hero-slides{display:flex;direction:ltr;transition:transform .62s var(--ease);will-change:transform}.hero-slide{min-width:100%;direction:rtl;display:grid;grid-template-columns:1.03fr .97fr;min-height:510px;position:relative;overflow:hidden}.hero-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.02),transparent 40%);pointer-events:none}.hero-slide[data-theme-slide="blue"]{background:radial-gradient(circle at 20% 15%,rgba(13,153,255,.28),transparent 36%),linear-gradient(125deg,#061a3b 0 49%,#edf7ff 49.2% 100%)}.hero-slide[data-theme-slide="violet"]{background:radial-gradient(circle at 18% 20%,rgba(149,91,255,.32),transparent 38%),linear-gradient(125deg,#140a35 0 49%,#f2efff 49.2% 100%)}.hero-slide[data-theme-slide="green"]{background:radial-gradient(circle at 18% 20%,rgba(19,201,163,.28),transparent 38%),linear-gradient(125deg,#052e34 0 49%,#effcf9 49.2% 100%)}.hero-slide .hero-copy{padding:54px 62px 54px 42px;z-index:2}.hero-slide .hero-visual{position:relative;padding:38px;display:grid;place-items:center;overflow:hidden}.hero-slide .hero-visual>img:first-of-type{width:min(93%,610px);height:390px;object-fit:contain;filter:drop-shadow(0 30px 32px rgba(0,0,0,.38));z-index:3;animation:heroFloat 5s ease-in-out infinite}.hero-slide[data-theme-slide="green"] .hero-visual>img:first-of-type{height:330px}.hero-orbit{position:absolute;border:1px solid rgba(93,205,255,.35);border-radius:50%;box-shadow:0 0 45px rgba(19,143,255,.18);animation:orbitSpin 20s linear infinite}.orbit-one{width:480px;height:480px}.orbit-two{width:320px;height:320px;animation-direction:reverse;animation-duration:14s}.hero-orbit:before{content:"";position:absolute;top:50%;right:-5px;width:10px;height:10px;border-radius:50%;background:#49c8ff;box-shadow:0 0 18px #49c8ff}.hero-slide .hero-logo-mark{position:absolute!important;width:92px!important;height:92px!important;left:35px;bottom:26px;opacity:.22!important;filter:none!important;animation:none!important}.hero-slide h1{font-size:clamp(41px,4.5vw,69px);line-height:1.05;margin:18px 0 14px;letter-spacing:-1.3px}.hero-slide h1 span{color:var(--primary)}.hero-slide p{font-size:18px;color:#5b6880;max-width:610px;margin:0 0 24px}.hero-control{position:absolute;top:50%;z-index:7;width:46px;height:46px;margin-top:-23px;border:1px solid rgba(255,255,255,.45);border-radius:15px;background:rgba(3,18,44,.55);color:#fff;backdrop-filter:blur(8px);display:grid;place-items:center;transition:.2s}.hero-control:hover{background:var(--primary);transform:scale(1.04)}.hero-control svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2}.hero-prev{right:18px}.hero-next{left:18px}.hero-prev svg{transform:rotate(180deg)}.hero-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:8}.hero-dots button{width:9px;height:9px;border:0;padding:0;border-radius:50%;background:#bfd1e7;transition:.25s}.hero-dots button.active{width:28px;border-radius:8px;background:var(--primary)}
@keyframes heroFloat{0%,100%{transform:translateY(0) rotate(-.3deg)}50%{transform:translateY(-10px) rotate(.3deg)}}@keyframes orbitSpin{to{transform:rotate(360deg)}}
.trust-ribbon{position:relative;margin-top:-2px;z-index:5}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:12px;box-shadow:var(--shadow-sm)}.trust-grid>div{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px;border-inline-end:1px solid var(--line)}.trust-grid>div:last-child{border:0}.trust-grid svg{width:29px;height:29px;fill:none;stroke:var(--primary);stroke-width:1.7}.trust-grid strong,.trust-grid small{display:block}.trust-grid strong{font-size:14px}.trust-grid small{font-size:10px;color:var(--muted)}
.section-tight{padding:22px 0}.quick-hub-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.quick-hub-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;min-height:94px;padding:15px;display:flex;align-items:center;gap:12px;text-align:right;transition:.22s var(--ease);box-shadow:0 8px 20px rgba(14,43,86,.05)}button.quick-hub-card{width:100%;color:var(--ink)}.quick-hub-card>svg{width:41px;height:41px;padding:9px;border-radius:13px;fill:none;stroke:#fff;stroke-width:1.7;flex:0 0 auto}.quick-hub-card strong,.quick-hub-card small{display:block}.quick-hub-card small{color:var(--muted);font-size:10px}.quick-hub-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.quick-hub-card.blue>svg{background:linear-gradient(135deg,#0b63f3,#18bce9)}.quick-hub-card.violet>svg{background:linear-gradient(135deg,#7255e8,#aa62ec)}.quick-hub-card.indigo>svg{background:linear-gradient(135deg,#384fbc,#637ee7)}.quick-hub-card.orange>svg{background:linear-gradient(135deg,#e36b21,#ff9b3f)}.quick-hub-card.green>svg{background:linear-gradient(135deg,#079b82,#19c9aa)}
.category-showcase{padding-top:34px}.category-cards-complete{grid-template-columns:repeat(3,1fr)}.category-card{min-height:260px;padding:0;display:flex;flex-direction:column}.category-card-main{padding:21px 21px 13px;display:block}.category-card .subcategory-preview{padding:0 20px 18px;display:flex;gap:6px;flex-wrap:wrap;margin-top:auto;position:relative;z-index:2}.category-card .subcategory-preview a{font-size:10px;padding:5px 8px;border-radius:999px;background:var(--surface-2);color:var(--muted);border:1px solid transparent}.category-card .subcategory-preview a:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 25%,var(--line))}.category-card-arrow{position:absolute;left:17px;top:18px;width:35px;height:35px;border-radius:11px;background:var(--surface-2);display:grid;place-items:center;color:var(--accent);z-index:3}.category-card-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.category-card:hover .category-card-arrow{background:var(--accent);color:#fff;transform:translateX(-3px)}
.ai-studio-section{padding-top:28px}.ai-studio{border-radius:29px;padding:42px;background:radial-gradient(circle at 85% 15%,rgba(74,207,255,.18),transparent 35%),linear-gradient(125deg,#061934,#0a3778);color:#fff;display:grid;grid-template-columns:1fr 440px;gap:45px;align-items:center;overflow:hidden;position:relative;box-shadow:0 25px 70px rgba(7,31,70,.18)}.ai-studio:after{content:"AI";position:absolute;left:-30px;bottom:-95px;font-size:220px;font-weight:950;color:rgba(255,255,255,.035);line-height:1}.ai-studio-copy{position:relative;z-index:2}.ai-studio-copy .eyebrow{background:rgba(255,255,255,.1);color:#7ce7ff}.ai-studio h2{font-size:42px;line-height:1.15;margin:18px 0 10px}.ai-studio p{color:#c2d6f1;max-width:650px}.ai-benefits{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.ai-benefits span{display:flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:999px;padding:7px 10px;font-size:11px}.ai-benefits svg{width:16px;height:16px;fill:none;stroke:#57e6c3;stroke-width:2}.smart-finder{position:relative;z-index:3;background:var(--surface);color:var(--ink);border-radius:23px;padding:21px;box-shadow:0 20px 50px rgba(0,0,0,.22)}.smart-finder-head{display:flex;align-items:center;gap:12px;margin-bottom:15px}.smart-finder-head>span{width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,var(--primary),var(--cyan));color:#fff;display:grid;place-items:center}.smart-finder-head svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2}.smart-finder strong,.smart-finder small{display:block}.smart-finder small{color:var(--muted);font-size:10px}.smart-finder label{display:grid;gap:6px;font-size:11px;font-weight:800;margin-top:10px}.smart-finder input,.smart-finder select{width:100%;height:45px;border:1px solid var(--line);background:var(--surface-2);color:var(--ink);border-radius:11px;padding:0 11px;outline:0}.smart-finder input:focus,.smart-finder select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(11,99,243,.08)}.smart-finder-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.smart-finder .btn{width:100%;margin-top:15px}
.deal-banner-v12{background:radial-gradient(circle at 75% 20%,rgba(75,209,255,.23),transparent 35%),linear-gradient(125deg,#061831,#0b326e);min-height:445px}.deal-banner-v12 .deal-copy{color:#fff}.deal-banner-v12 .deal-copy h2 span{color:#61d6ff}.deal-banner-v12 .deal-copy p{color:#bcd0eb}.deal-timer{display:flex;gap:8px;margin:18px 0}.deal-timer>div{width:62px;height:62px;border-radius:13px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);display:flex;flex-direction:column;align-items:center;justify-content:center}.deal-timer strong{font-family:monospace;font-size:21px;color:#71e0ff;line-height:1}.deal-timer span{font-size:9px;color:#b9cce5;margin-top:5px}.deal-image{position:relative;overflow:hidden}.deal-image .deal-glow{position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(31,177,255,.38),transparent 66%);animation:pulseGlow 3.5s ease-in-out infinite}.deal-banner-v12 .deal-image img{position:relative;z-index:2;background:#fff;border-radius:18px;padding:12px;max-width:82%;max-height:350px}.deal-banner-v12 .digital-price{color:#7ce5ff}@keyframes pulseGlow{50%{transform:scale(1.12);opacity:.7}}
.soft-section{background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--surface-2) 70%,transparent),transparent)}.promo-mosaic{padding-top:20px}.promo-mosaic-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:14px}.promo-tile{min-height:260px;border-radius:23px;overflow:hidden;padding:27px;display:flex;align-items:center;justify-content:space-between;position:relative;color:#fff;box-shadow:var(--shadow-sm);transition:.25s}.promo-tile:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.promo-tile:after{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(255,255,255,.18);border-radius:50%;left:-50px;bottom:-100px}.promo-tile>div{position:relative;z-index:2}.promo-tile span{font-size:12px;font-weight:900;opacity:.8}.promo-tile h3{font-size:25px;line-height:1.25;margin:7px 0}.promo-tile small{color:rgba(255,255,255,.76)}.promo-tile img{width:145px;height:145px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9;position:relative;z-index:2}.promo-attack{background:linear-gradient(135deg,#351154,#8b42d8)}.promo-ps{background:linear-gradient(135deg,#0b2258,#1558c6)}.promo-print{background:linear-gradient(135deg,#075b56,#12aa86)}
.condition-tabs{display:flex;gap:5px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:5px}.condition-tabs button{border:0;background:transparent;color:var(--muted);border-radius:10px;height:38px;padding:0 15px;font-weight:800}.condition-tabs button.active{background:var(--primary);color:#fff;box-shadow:0 7px 15px rgba(11,99,243,.2)}
.dual-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.feature-large{min-height:370px;border-radius:27px;padding:38px;position:relative;overflow:hidden;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.feature-large:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;left:-150px;top:-120px;border:1px solid rgba(255,255,255,.18);box-shadow:0 0 80px rgba(255,255,255,.08)}.trade-feature{background:linear-gradient(135deg,#182c76,#526de2)}.neighbor-feature{background:linear-gradient(135deg,#502209,#d8762c)}.feature-large-icon{width:65px;height:65px;border-radius:20px;background:rgba(255,255,255,.13);display:grid;place-items:center;margin-bottom:18px}.feature-large-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.8}.feature-large>span{font-size:12px;font-weight:900;color:#aee6ff}.neighbor-feature>span{color:#ffe0b9}.feature-large h2{font-size:34px;line-height:1.2;margin:6px 0 10px;position:relative}.feature-large p{color:rgba(255,255,255,.78);max-width:520px;position:relative}.feature-large .btn{position:relative;margin-top:10px;background:#fff;color:#0c397e;box-shadow:none}
.section-head.compact{margin-bottom:15px}.brand-chips{display:flex;flex-wrap:wrap;gap:9px}.brand-chips a{height:48px;padding:0 20px;border-radius:13px;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;font-weight:900;color:#41506a;box-shadow:0 5px 15px rgba(14,43,86,.04);transition:.2s}.brand-chips a:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-3px)}
.proof-section{padding-top:12px}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.proof-grid article{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:22px;text-align:center;box-shadow:var(--shadow-sm)}.proof-grid strong{display:block;font-size:35px;color:var(--primary);line-height:1.1}.proof-grid span{display:block;font-weight:900;margin-top:4px}.proof-grid small{color:var(--muted)}
.install-card-v12{background:radial-gradient(circle at 75% 20%,rgba(82,210,255,.18),transparent 35%),linear-gradient(120deg,#071832,#0b377a);color:#fff;border:0}.install-card-v12>div:nth-child(2)>span{font-size:11px;color:#7ce5ff;font-weight:900}.install-card-v12 p{color:#c5d8f1}.contact-action{padding:18px 0 40px}.contact-action-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:var(--shadow-sm)}.contact-action-card>div:first-child{display:flex;align-items:center;gap:13px}.contact-action-card>div:first-child>svg{width:48px;height:48px;padding:11px;border-radius:15px;background:#eaf3ff;color:var(--primary);fill:none;stroke:currentColor;stroke-width:1.8}.contact-action-card strong,.contact-action-card small{display:block}.contact-action-card small{color:var(--muted)}.contact-action-buttons{display:flex;gap:8px}.contact-action-buttons a{height:47px;border-radius:12px;padding:0 15px;background:#e9fbf5;color:#09895d;display:flex;align-items:center;gap:7px;font-weight:900}.contact-action-buttons svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9}
.floating-whatsapp{position:fixed;left:18px;bottom:22px;z-index:48;height:48px;border-radius:15px;padding:0 14px;background:linear-gradient(135deg,#0cac71,#17ce8d);color:#fff;display:flex;align-items:center;gap:8px;font-weight:900;box-shadow:0 14px 30px rgba(10,173,114,.28)}.floating-whatsapp svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9}.scroll-top{position:fixed;left:20px;bottom:82px;z-index:47;width:42px;height:42px;border:0;border-radius:13px;background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm);display:grid;place-items:center;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.scroll-top.show{opacity:1;visibility:visible;transform:none}.scroll-top svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;transform:rotate(-90deg)}
[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .55s var(--ease),transform .55s var(--ease)}[data-reveal].revealed{opacity:1;transform:none}.product-card,.service-card,.category-card{transition:transform .24s var(--ease),box-shadow .24s,border-color .24s}.product-card:hover{transform:translateY(-7px)}

@media(max-width:1280px){.category-nav-row{grid-template-columns:185px minmax(0,1fr) 105px}.category-nav a{padding:0 9px}.category-nav a span:last-child{font-size:12px}.quick-hub-grid{grid-template-columns:repeat(3,1fr)}.quick-hub-card:nth-child(n+4){grid-column:auto}.ai-studio{grid-template-columns:1fr 390px}.promo-mosaic-grid{grid-template-columns:1.2fr 1fr 1fr}.category-cards-complete{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1050px){.header-main{grid-template-columns:205px minmax(280px,1fr) auto}.brand img{width:190px}.category-nav-row{grid-template-columns:180px minmax(0,1fr)}.nav-deal-link{display:none}.mega-menu-grid{grid-template-columns:repeat(2,1fr)}.hero-slide{grid-template-columns:1fr 1fr}.hero-slide .hero-copy{padding:44px 35px}.hero-slide h1{font-size:47px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div:nth-child(2){border-inline-end:0}.trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.ai-studio{grid-template-columns:1fr}.smart-finder{max-width:650px}.category-cards-complete{grid-template-columns:repeat(2,1fr)}.promo-mosaic-grid{grid-template-columns:1fr 1fr}.promo-tile:first-child{grid-column:1/-1}.proof-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.announcement-bar{display:none}.category-nav-wrap{display:none}.home-hero{padding-top:14px}.hero-slider{min-height:auto;border-radius:23px}.hero-slide{grid-template-columns:1fr;min-height:auto}.hero-slide[data-theme-slide]{background:linear-gradient(160deg,#f2f8ff,#fff)}.hero-slide .hero-copy{padding:33px 27px 25px}.hero-slide .hero-visual{min-height:300px;background:linear-gradient(135deg,#06182f,#0a3b82);padding:20px}.hero-slide .hero-visual>img:first-of-type{height:265px}.hero-slide h1{font-size:43px}.hero-control{top:auto;bottom:18px}.hero-prev{right:17px}.hero-next{left:17px}.trust-ribbon{margin-top:11px}.quick-hub-grid{grid-template-columns:repeat(2,1fr)}.quick-hub-card:last-child{grid-column:1/-1}.ai-studio{padding:28px;gap:25px}.ai-studio h2{font-size:34px}.dual-feature-grid{grid-template-columns:1fr}.promo-mosaic-grid{grid-template-columns:1fr}.promo-tile:first-child{grid-column:auto}.floating-whatsapp{bottom:80px}.scroll-top{bottom:137px}.contact-action-card{align-items:flex-start;flex-direction:column}.contact-action-buttons{width:100%}.contact-action-buttons a{flex:1;justify-content:center}}
@media(max-width:600px){.home-hero .container{width:calc(100% - 16px)}.hero-slide .hero-copy{padding:26px 19px 18px}.hero-slide h1{font-size:34px}.hero-slide p{font-size:14px}.hero-slide .hero-visual{min-height:235px}.hero-slide .hero-visual>img:first-of-type{height:210px}.hero-stats{margin-top:19px}.hero-stats strong{font-size:19px}.hero-stats span{font-size:9px}.trust-grid{grid-template-columns:1fr 1fr;padding:7px}.trust-grid>div{padding:8px 3px;gap:7px}.trust-grid svg{width:23px;height:23px}.trust-grid strong{font-size:11px}.trust-grid small{font-size:8px}.quick-hub-grid{gap:8px}.quick-hub-card{min-height:82px;padding:11px;gap:8px}.quick-hub-card>svg{width:36px;height:36px;padding:8px}.quick-hub-card strong{font-size:12px}.quick-hub-card small{font-size:8px}.category-cards-complete{grid-template-columns:1fr 1fr}.category-card{min-height:225px}.category-card-main{padding:15px 14px 8px}.category-card-arrow{width:31px;height:31px;left:12px;top:12px}.category-card .subcategory-preview{padding:0 13px 13px;gap:4px}.category-card .subcategory-preview a{font-size:8px;padding:4px 6px}.ai-studio{padding:23px 16px;border-radius:22px}.ai-studio h2{font-size:28px}.ai-benefits span{font-size:9px}.smart-finder{padding:16px}.smart-finder-row{grid-template-columns:1fr}.deal-banner-v12{min-height:auto}.deal-timer>div{width:54px;height:55px}.promo-tile{min-height:215px;padding:22px}.promo-tile h3{font-size:22px}.promo-tile img{width:105px;height:105px}.condition-tabs{width:100%;overflow:auto}.condition-tabs button{flex:1;white-space:nowrap;padding:0 12px}.section-head:has(.condition-tabs){flex-direction:column}.feature-large{padding:27px 21px;min-height:330px}.feature-large h2{font-size:28px}.brand-chips a{height:42px;padding:0 14px;font-size:12px}.proof-grid{grid-template-columns:1fr 1fr;gap:8px}.proof-grid article{padding:16px 8px}.proof-grid strong{font-size:28px}.proof-grid small{font-size:9px}.contact-action-buttons{flex-direction:column}.floating-whatsapp{width:48px;padding:0;justify-content:center;border-radius:15px;left:12px}.floating-whatsapp span{display:none}.scroll-top{left:15px}.footer-bottom{flex-direction:column;gap:5px}}
/* Fast, fail-safe reveal: content always remains visible even if animations are disabled. */
[data-reveal]{opacity:1;transform:translateY(14px);transition:transform .38s var(--ease),box-shadow .25s var(--ease)}
[data-reveal].revealed{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{transform:none!important}}
/* Mobile width safeguards */
.header-main>*{min-width:0}
.search-box{min-width:0;width:100%}
@media(max-width:900px){.header-main{width:min(calc(100% - 24px),var(--container));max-width:100%}.search-box{max-width:100%;min-width:0}.search-box input{width:0;min-width:0}.app-shell,.site-header{max-width:100vw}}
@media(max-width:600px){.ai-fab{overflow:hidden}}
@media(max-width:900px){
  .header-main{grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important}
  .brand{grid-column:1;grid-row:1}
  .mobile-menu-trigger{grid-column:2;grid-row:1}
  .search-box{grid-column:1/-1!important;grid-row:2!important;width:100%!important;max-width:100%!important}
}

/* MajdiGo bilingual + approved logo update */
.brand img{width:238px;max-height:68px;object-fit:contain;border-radius:7px}
.footer-brand img{width:265px;max-width:100%;height:auto;filter:none!important;background:#fff;border-radius:18px;padding:8px;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.mobile-menu-head img{width:220px;max-height:62px;object-fit:contain;border-radius:7px}
.owner-login-card img{width:280px;max-width:100%;height:auto;border-radius:10px}
.owner-sidebar img{width:220px;max-width:100%;filter:none!important;background:#fff;border-radius:10px;padding:5px}
.language-toggle{font-weight:900;color:var(--primary)!important}
.language-toggle span{letter-spacing:.8px;font-size:12px!important}
.mobile-language-toggle{display:none;border:1px solid var(--line);background:var(--surface);color:var(--primary);height:46px;min-width:52px;padding:0 10px;border-radius:13px;align-items:center;justify-content:center;gap:5px;font-weight:900}
.mobile-language-toggle svg,.mobile-language-menu svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.mobile-language-menu{margin-top:auto;margin-bottom:8px;height:48px;border:1px solid var(--line);background:var(--surface-2);color:var(--primary);border-radius:13px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:8px}
.mobile-language-menu + .mobile-install{margin-top:0}
html[dir="ltr"] body{text-align:left}
html[dir="ltr"] .search-mode{border-radius:16px 0 0 16px}
html[dir="ltr"] .search-submit{border-radius:0 16px 16px 0}
html[dir="ltr"] .suggestion{text-align:left}
html[dir="ltr"] .hero-slide{direction:ltr}
html[dir="ltr"] .hero-prev{left:18px;right:auto}
html[dir="ltr"] .hero-next{right:18px;left:auto}
html[dir="ltr"] .hero-prev svg{transform:none}
html[dir="ltr"] .hero-next svg{transform:rotate(180deg)}
html[dir="ltr"] .owner-sidebar button,html[dir="ltr"] .owner-table th,html[dir="ltr"] .owner-table td{text-align:left}
html[dir="ltr"] .floating-whatsapp{left:auto;right:18px}
html[dir="ltr"] .scroll-top{left:auto;right:18px}
@media(max-width:1200px){.brand img{width:215px}.language-toggle{min-width:48px!important}}
@media(max-width:900px){.brand img{width:205px;max-height:58px}.mobile-language-toggle{display:flex}.header-main{grid-template-columns:1fr auto auto}.mobile-menu-trigger{grid-column:3}.mobile-language-toggle{grid-column:2}.search-box{grid-column:1/-1}.footer-brand img{width:245px}}
@media(max-width:520px){.brand img{width:174px;max-height:52px}.mobile-language-toggle{height:43px;min-width:46px;padding:0 8px}.mobile-language-toggle span{font-size:11px}.mobile-menu-trigger{width:43px;height:43px}.footer-brand img{width:225px}}


/* =========================================================
   MajdiGo V13 — mobile polish, full logo, digital pricing
   ========================================================= */
:root{
  --digital-green:#79ff9b;
  --digital-red:#ff5265;
  --digital-panel:#031814;
  --digital-red-panel:#25070c;
}
body{-webkit-tap-highlight-color:transparent}
a,button{touch-action:manipulation}
.brand{justify-content:flex-start}
.brand img{
  width:255px!important;
  max-height:105px!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  border-radius:0!important;
  background:transparent!important;
  filter:none!important;
}
.header-main{
  min-height:112px;
  height:auto;
  grid-template-columns:280px minmax(340px,1fr) auto;
  padding-block:7px;
}
.footer-brand img{
  width:330px!important;
  max-height:none!important;
  border-radius:22px!important;
  padding:10px!important;
}
.mobile-menu-head img{
  width:235px!important;
  max-height:190px!important;
  object-fit:contain!important;
  border-radius:0!important;
}
.owner-login-card img,.owner-sidebar img{
  max-height:230px!important;
  object-fit:contain!important;
}

/* Real digital-clock price and discount */
.digital-commerce-row{
  margin-top:auto;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:8px;
  align-items:stretch;
  direction:ltr;
}
.digital-price-panel,
.digital-discount{
  min-height:48px;
  border-radius:11px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  box-shadow:inset 0 0 18px rgba(82,255,138,.11),0 7px 17px rgba(2,23,20,.12);
}
.digital-price-panel:before,
.digital-discount:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.16;
  pointer-events:none;
  background:
   repeating-linear-gradient(90deg,transparent 0 5px,rgba(255,255,255,.08) 5px 6px),
   repeating-linear-gradient(0deg,transparent 0 5px,rgba(255,255,255,.04) 5px 6px);
}
.digital-price-panel{
  background:linear-gradient(180deg,#06231d,var(--digital-panel));
  border:1px solid #155545;
  padding:5px 10px;
  gap:8px;
}
.digital-price-panel strong,
.digital-discount strong{
  position:relative;
  z-index:1;
  font-family:"Courier New",Consolas,ui-monospace,monospace;
  font-variant-numeric:tabular-nums;
  font-weight:900;
  line-height:1;
}
.digital-price-panel strong{
  color:var(--digital-green);
  font-size:21px;
  letter-spacing:2.4px;
  text-shadow:0 0 5px rgba(99,255,147,.8),0 0 13px rgba(33,255,98,.38);
}
.digital-currency{
  position:relative;
  z-index:1;
  color:#b7dec8;
  font-size:8px;
  font-weight:900;
  letter-spacing:1.3px;
}
.digital-discount{
  min-width:70px;
  flex-direction:column;
  background:linear-gradient(180deg,#4a1017,var(--digital-red-panel));
  border:1px solid #7c2633;
  padding:5px 8px;
  box-shadow:inset 0 0 18px rgba(255,55,78,.11),0 7px 17px rgba(42,4,10,.13);
}
.digital-discount small{
  position:relative;
  z-index:1;
  color:#ffb6bf;
  font-size:8px;
  line-height:1;
  margin-bottom:4px;
}
.digital-discount strong{
  color:var(--digital-red);
  font-size:15px;
  letter-spacing:1.4px;
  text-shadow:0 0 5px rgba(255,80,103,.8),0 0 12px rgba(255,40,70,.35);
}
.old-price-line{
  margin-top:6px;
  min-height:18px;
  display:flex;
  justify-content:space-between;
  gap:8px;
  color:var(--muted);
  font-size:9px;
}
.old-price-line del{font-weight:800}
.detail-digital-price{
  margin:18px 0;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  direction:ltr;
}
.detail-digital-price .digital-price-panel.large{
  min-width:220px;
  min-height:68px;
}
.detail-digital-price .digital-price-panel.large strong{font-size:35px;letter-spacing:4px}
.detail-digital-price .digital-discount.large{min-width:92px;min-height:68px}
.detail-digital-price .digital-discount.large strong{font-size:22px}
.detail-digital-price .deal-old{color:var(--muted);font-weight:800}

/* Technology visuals replace empty promo placeholders */
.promo-tech-visual{
  width:152px;
  height:152px;
  flex:0 0 152px;
  position:relative;
  z-index:2;
  border-radius:34px;
  display:grid;
  place-items:center;
  color:#fff;
  background:
    radial-gradient(circle at 35% 25%,rgba(255,255,255,.26),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.24);
  box-shadow:inset 0 0 30px rgba(255,255,255,.08),0 18px 35px rgba(0,0,0,.18);
  overflow:hidden;
}
.promo-tech-visual:before{
  content:"";
  position:absolute;
  width:105px;height:105px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:50%;
  animation:techOrbit 7s linear infinite;
}
.promo-tech-visual:after{
  content:"";
  position:absolute;
  inset:12px;
  border:1px dashed rgba(255,255,255,.16);
  border-radius:26px;
}
.promo-tech-visual svg{
  width:68px;height:68px;
  fill:none;stroke:currentColor;stroke-width:1.35;
  position:relative;z-index:3;
  filter:drop-shadow(0 8px 13px rgba(0,0,0,.22));
}
.promo-tech-visual b{
  position:absolute;z-index:4;
  inset-inline-end:13px;bottom:11px;
  padding:4px 8px;border-radius:8px;
  color:#fff;background:rgba(2,15,38,.48);
  font:900 10px/1 "Segoe UI",sans-serif;
  letter-spacing:1px;
}
.promo-tech-visual i{
  position:absolute;
  height:1px;width:55px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);
}
.promo-tech-visual i:nth-of-type(1){top:25px;left:-8px;transform:rotate(28deg)}
.promo-tech-visual i:nth-of-type(2){right:-7px;bottom:36px;transform:rotate(-35deg)}
.promo-tech-visual i:nth-of-type(3){left:21px;bottom:17px;width:35px}
@keyframes techOrbit{to{transform:rotate(360deg)}}

/* Navigation reliability and touch feedback */
.route-link,.category-card-main,.subcategory-preview a,.category-card-arrow{
  cursor:pointer;
}
.category-card-main:active,.route-link:active{transform:scale(.985)}
.mobile-bottom-nav a[aria-current="page"]{color:var(--primary)}
#routeView{outline:none;scroll-margin-top:160px}

/* Desktop product polish */
.product-card{min-width:0}
.product-body{min-width:0}
.product-body h3{overflow-wrap:anywhere}
.product-image img{max-width:100%}
.product-actions{margin-top:10px}

/* Mobile-first refinement */
@media(max-width:900px){
  .site-header{
    top:0;
    box-shadow:0 9px 28px rgba(9,39,82,.08);
  }
  .header-main{
    min-height:0!important;
    grid-template-columns:minmax(0,1fr) 45px 45px!important;
    grid-template-rows:auto auto!important;
    gap:8px!important;
    padding:7px 0 9px!important;
  }
  .brand{
    grid-column:1!important;
    grid-row:1!important;
    align-self:center;
    min-height:86px;
    overflow:hidden;
  }
  .brand img{
    width:112px!important;
    max-height:94px!important;
    margin-inline-start:0;
  }
  .mobile-language-toggle{
    grid-column:2!important;
    grid-row:1!important;
    width:43px!important;
    min-width:43px!important;
    height:43px!important;
    padding:0!important;
    border-radius:13px!important;
    box-shadow:var(--shadow-sm);
  }
  .mobile-language-toggle span{font-size:10px!important}
  .mobile-menu-trigger{
    grid-column:3!important;
    grid-row:1!important;
    width:43px!important;height:43px!important;
    box-shadow:var(--shadow-sm);
  }
  .search-box{
    grid-column:1/-1!important;
    grid-row:2!important;
    height:52px!important;
    margin:0!important;
    border-radius:15px!important;
  }
  .search-mode{width:47px!important;padding:0!important;justify-content:center!important}
  .search-mode span{display:none!important}
  .search-submit{width:54px!important}
  .search-box input{font-size:12px!important;padding-inline:10px!important}
  .category-nav-wrap{
    display:block!important;
    position:relative!important;
    border-top:1px solid var(--line);
    background:var(--surface);
  }
  .category-nav-row{
    height:60px!important;
    grid-template-columns:132px minmax(0,1fr)!important;
    gap:7px!important;
    padding-block:3px;
  }
  .all-categories-trigger{
    height:52px!important;
    grid-template-columns:34px 1fr 14px!important;
    gap:7px!important;
    padding:0 9px!important;
    border-radius:14px!important;
  }
  .all-categories-icon{width:33px!important;height:33px!important}
  .all-categories-trigger strong{font-size:11px!important}
  .all-categories-trigger small{font-size:8px!important}
  .category-nav{
    height:53px!important;
    display:flex!important;
    overflow-x:auto!important;
    gap:5px!important;
    padding:2px!important;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
  }
  .category-nav a{
    height:47px!important;
    flex:0 0 auto!important;
    min-width:76px;
    padding:0 8px!important;
    gap:5px!important;
    border:1px solid var(--line)!important;
    background:var(--surface-2);
    scroll-snap-align:start;
    font-size:9px!important;
    border-radius:12px!important;
  }
  .category-nav .nav-icon{
    display:grid!important;
    width:27px!important;height:27px!important;
    border-radius:8px!important;
  }
  .category-nav .nav-icon svg{width:15px!important;height:15px!important}
  .nav-deal-link,.mega-menu{display:none!important}
  .home-hero{padding-top:10px!important}
  .hero-slider{border-radius:20px!important}
  .hero-slide .hero-copy{padding:24px 18px 18px!important}
  .hero-slide h1{font-size:32px!important;line-height:1.1!important}
  .hero-slide p{font-size:13px!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important}
  .hero-actions .btn{min-height:45px!important;padding:0 10px!important;font-size:11px!important}
  .hero-slide .hero-visual{min-height:220px!important;padding:14px!important}
  .hero-slide .hero-visual>img:first-of-type{height:200px!important}
  .hero-slide .hero-logo-mark{width:62px!important;height:62px!important;left:16px!important;bottom:18px!important}
  .section{padding:30px 0!important}
  .section-head{margin-bottom:15px!important}
  .section-head h2{font-size:25px!important}
  .section-head p{font-size:12px!important}
  .quick-hub-grid{gap:8px!important}
  .quick-hub-card{border-radius:16px!important}
  .promo-mosaic-grid{gap:9px!important}
  .promo-tile{
    min-height:190px!important;
    padding:18px!important;
    border-radius:19px!important;
  }
  .promo-tile h3{font-size:20px!important}
  .promo-tile small{font-size:10px!important}
  .promo-tech-visual{
    width:112px;height:112px;flex-basis:112px;
    border-radius:25px;
  }
  .promo-tech-visual svg{width:50px;height:50px}
  .promo-tech-visual:before{width:76px;height:76px}
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }
  .product-card{
    border-radius:17px!important;
    box-shadow:0 8px 22px rgba(14,43,86,.075)!important;
  }
  .product-image{
    height:158px!important;
    padding:10px!important;
  }
  .product-badges{top:8px!important;right:8px!important;gap:4px!important}
  .badge{font-size:8px!important;padding:4px 6px!important}
  .wish-button{top:8px!important;left:8px!important;width:31px!important;height:31px!important}
  .product-body{padding:11px!important}
  .product-brand{font-size:9px!important}
  .product-body h3{
    font-size:13px!important;
    min-height:39px!important;
    margin:4px 0 7px!important;
  }
  .product-specs{gap:3px!important;margin-bottom:8px!important}
  .product-specs span{font-size:7px!important;padding:3px 4px!important}
  .product-specs span:nth-child(n+3){display:none!important}
  .product-stock{font-size:9px!important;margin-bottom:8px!important}
  .digital-commerce-row{
    grid-template-columns:54px minmax(0,1fr)!important;
    gap:5px!important;
  }
  .digital-commerce-row:not(:has(.digital-discount)){grid-template-columns:1fr!important}
  .digital-price-panel,.digital-discount{min-height:42px!important;border-radius:9px!important}
  .digital-price-panel{padding:4px 6px!important;gap:4px!important}
  .digital-price-panel strong{font-size:15px!important;letter-spacing:.9px!important}
  .digital-currency{font-size:6px!important;letter-spacing:.6px!important}
  .digital-discount{min-width:0!important;padding:4px!important}
  .digital-discount small{font-size:6px!important}
  .digital-discount strong{font-size:11px!important;letter-spacing:.4px!important}
  .old-price-line{font-size:7px!important}
  .old-price-line span{display:none}
  .product-actions{
    grid-template-columns:1fr 36px!important;
    gap:5px!important;
    margin-top:8px!important;
  }
  .product-actions button{height:37px!important;font-size:10px!important;border-radius:9px!important}
  .mobile-bottom-nav{
    height:66px!important;
    backdrop-filter:blur(16px);
    background:color-mix(in srgb,var(--surface) 94%,transparent)!important;
  }
  .floating-whatsapp{bottom:76px!important}
  .ai-fab{bottom:76px!important}
}

@media(max-width:430px){
  .container{width:calc(100% - 16px)!important}
  .header-main{width:calc(100% - 16px)!important}
  .brand{min-height:82px}
  .brand img{width:105px!important;max-height:89px!important}
  .category-nav-row{width:calc(100% - 12px)!important;grid-template-columns:120px minmax(0,1fr)!important}
  .all-categories-trigger strong{font-size:10px!important}
  .product-grid{gap:7px!important}
  .product-image{height:145px!important}
  .product-body{padding:9px!important}
  .product-body h3{font-size:12px!important;min-height:36px!important}
  .digital-price-panel strong{font-size:14px!important}
  .promo-tile{min-height:178px!important;padding:16px!important}
  .promo-tile h3{font-size:18px!important}
  .promo-tech-visual{width:96px;height:96px;flex-basis:96px}
  .promo-tech-visual svg{width:43px;height:43px}
}

@media(max-width:360px){
  .brand img{width:96px!important;max-height:82px!important}
  .header-main{grid-template-columns:minmax(0,1fr) 41px 41px!important}
  .mobile-language-toggle,.mobile-menu-trigger{width:41px!important;height:41px!important}
  .product-grid{grid-template-columns:1fr!important}
  .product-image{height:210px!important}
  .product-body h3{font-size:15px!important;min-height:auto!important}
  .product-specs span{font-size:9px!important}
  .digital-price-panel strong{font-size:20px!important;letter-spacing:2px!important}
  .digital-discount strong{font-size:14px!important}
}

/* LTR alignment for new components */
html[dir="ltr"] .old-price-line{direction:ltr}
html[dir="ltr"] .category-nav-row{direction:ltr}
html[dir="ltr"] .promo-tile{direction:ltr}

/* =========================================================
   V14 — Stable bilingual layout + category-card alignment
   ========================================================= */
.language-switching{cursor:progress}
.language-switching [data-language-toggle]{pointer-events:none}

.category-card-top{
  position:relative;
  min-height:56px;
  gap:10px;
  padding-inline-end:48px;
}
.category-card-count{
  margin-inline-start:auto;
  flex:0 0 auto;
  white-space:nowrap;
  line-height:1;
}
.category-card-arrow{
  left:auto!important;
  right:auto!important;
  inset-inline-end:16px;
  top:18px;
  transition:background-color .2s,color .2s,transform .2s;
}
html[dir="rtl"] .category-card-arrow svg{transform:rotate(180deg)}
html[dir="ltr"] .category-card-arrow svg{transform:none}
html[dir="rtl"] .category-card:hover .category-card-arrow{transform:translateX(-3px)}
html[dir="ltr"] .category-card:hover .category-card-arrow{transform:translateX(3px)}

html[dir="ltr"] .filter-options button,
html[dir="ltr"] .section-head,
html[dir="ltr"] .product-body,
html[dir="ltr"] .drawer,
html[dir="ltr"] .mobile-menu,
html[dir="ltr"] .ai-panel,
html[dir="ltr"] .owner-main,
html[dir="ltr"] .form-card,
html[dir="ltr"] .service-card,
html[dir="ltr"] .category-card{
  text-align:left;
}
html[dir="ltr"] .category-card:before{
  left:auto;
  right:-55px;
}
html[dir="ltr"] .category-card .subcategory-preview,
html[dir="ltr"] .product-specs,
html[dir="ltr"] .detail-specs{
  justify-content:flex-start;
}
html[dir="ltr"] .product-stock,
html[dir="ltr"] .old-price-line,
html[dir="ltr"] .digital-commerce-row{
  direction:ltr;
}
html[dir="ltr"] .search-box input,
html[dir="ltr"] .ai-input input,
html[dir="ltr"] input,
html[dir="ltr"] textarea,
html[dir="ltr"] select{
  text-align:left;
}
html[dir="ltr"] .breadcrumbs,
html[dir="ltr"] .listing-toolbar-left,
html[dir="ltr"] .listing-toolbar-right,
html[dir="ltr"] .header-actions,
html[dir="ltr"] .topbar-group{
  direction:ltr;
}
html[dir="ltr"] .mobile-menu-links a,
html[dir="ltr"] .mega-column-head,
html[dir="ltr"] .subcategory-card,
html[dir="ltr"] .quick-hub-card{
  flex-direction:row;
}
html[dir="ltr"] .drawer,
html[dir="ltr"] .mobile-menu{
  right:auto;
  left:0;
  transform:translateX(-105%);
}
html[dir="ltr"] .drawer.open,
html[dir="ltr"] .mobile-menu.open{transform:translateX(0)}

@media(max-width:600px){
  .category-card-top{
    min-height:47px;
    padding-inline-end:40px;
    gap:7px;
  }
  .category-card-arrow{
    inset-inline-end:11px;
    top:11px;
  }
  .category-card-count{
    font-size:9px;
    padding:4px 6px;
    max-width:72px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .category-card .category-icon{
    width:46px;
    height:46px;
    border-radius:14px;
  }
  .category-card h3{
    line-height:1.35;
    min-height:46px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .category-card p{
    line-height:1.45;
    min-height:48px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  html[dir="ltr"] .category-card h3{font-size:15px}
  html[dir="ltr"] .category-card p{font-size:10px}
}

@media(max-width:390px){
  .category-cards-complete,.category-cards{grid-template-columns:1fr}
  .category-card{min-height:205px}
  .category-card h3,.category-card p{min-height:auto}
}

/* Logo-only update: fit the approved wide MajdiGo logo without changing the site layout. */
@media(max-width:900px){
  .brand img{width:205px!important;max-height:72px!important}
}
@media(max-width:430px){
  .brand img{width:185px!important;max-height:66px!important}
}
@media(max-width:360px){
  .brand img{width:165px!important;max-height:60px!important}
}


/* =========================================================
   V15 — focused enhancements without changing core design
   ========================================================= */
:root{--digital-blue:#65c7ff;--digital-blue-panel:#031b31;--discount-green:#63f28d}

/* Dark mode remains fully active, including installed app surfaces. */
html[data-theme="dark"] .hero-slide[data-theme-slide]{background:linear-gradient(160deg,#0c1930,#07101f)}
html[data-theme="dark"] .product-image{background:linear-gradient(180deg,#13243e,#0b172b)}
html[data-theme="dark"] .newsletter-panel,
html[data-theme="dark"] .reviews-panel,
html[data-theme="dark"] .security-spotlight-card{border-color:var(--line)}
.mobile-theme-menu{height:48px;border:1px solid var(--line);background:var(--surface-2);color:var(--primary);border-radius:13px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:auto;margin-bottom:8px;flex:0 0 auto}
.mobile-theme-menu svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.mobile-theme-menu + .mobile-language-menu{margin-top:0}

/* Price panels: content-sized, large readable digital numerals. */
.digital-commerce-row{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:7px!important}
.digital-price-panel{width:max-content!important;max-width:100%;min-width:0!important;background:linear-gradient(180deg,#062b4d,var(--digital-blue-panel))!important;border-color:#176fa8!important;box-shadow:inset 0 0 18px rgba(69,190,255,.15),0 7px 17px rgba(2,25,50,.14)!important;padding:6px 10px!important}
.digital-price-panel strong,.digital-price{font-family:"Share Tech Mono","Courier New",Consolas,ui-monospace,monospace!important;font-variant-numeric:tabular-nums}
.digital-price-panel strong{color:var(--digital-blue)!important;font-size:clamp(20px,1.65vw,27px)!important;letter-spacing:1.6px!important;text-shadow:0 0 6px rgba(101,199,255,.88),0 0 14px rgba(32,160,255,.42)!important;white-space:nowrap}
.digital-currency{color:#caeaff!important;font-size:9px!important}
.digital-discount{width:max-content!important;min-width:68px!important}
.digital-discount.is-save{background:linear-gradient(180deg,#0b4128,#061f15)!important;border-color:#228959!important;box-shadow:inset 0 0 18px rgba(99,242,141,.12),0 7px 17px rgba(4,43,25,.14)!important}
.digital-discount.is-save strong{color:var(--discount-green)!important;text-shadow:0 0 6px rgba(99,242,141,.8)!important}
.detail-digital-price .digital-price-panel.large{min-width:0!important;width:max-content!important}
.detail-digital-price .digital-price-panel.large strong{font-size:clamp(30px,4vw,42px)!important}

/* Interactive service ribbon. */
.trust-grid>button.trust-action{appearance:none;border:0;border-inline-end:1px solid var(--line);background:transparent;color:inherit;display:flex;align-items:center;justify-content:center;gap:12px;padding:10px;text-align:start;transition:.2s;border-radius:13px}
.trust-grid>button.trust-action:last-child{border-inline-end:0}
.trust-grid>button.trust-action:hover,.trust-grid>button.trust-action:focus-visible{background:var(--surface-2);transform:translateY(-2px);outline:2px solid color-mix(in srgb,var(--primary) 25%,transparent);outline-offset:2px}
.trust-grid>button.trust-action svg{flex:0 0 auto}

/* Service info and daily deal popups. */
.service-info-modal-card{width:min(620px,calc(100% - 24px));padding:34px}
.service-info-hero{display:flex;align-items:flex-start;gap:18px}
.service-info-hero>span{width:70px;height:70px;border-radius:22px;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;display:grid;place-items:center;flex:0 0 auto;box-shadow:0 14px 28px rgba(11,99,243,.25)}
.service-info-hero>span svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7}
.service-info-hero small{color:var(--primary);font-weight:900}.service-info-hero h2{margin:4px 0 6px;font-size:28px}.service-info-hero p{margin:0;color:var(--muted)}
.service-info-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.daily-deal-modal-card{width:min(850px,calc(100% - 24px));padding:0;overflow:hidden}
.daily-popup-grid{display:grid;grid-template-columns:.9fr 1.1fr;min-height:390px}
.daily-popup-image{position:relative;background:radial-gradient(circle at 50% 40%,#d8ebff,#f7fbff);display:flex;align-items:center;justify-content:center;padding:30px}
.daily-popup-image img{width:100%;height:300px;object-fit:contain;filter:drop-shadow(0 24px 24px rgba(7,31,70,.2))}
.daily-popup-image>span{position:absolute;top:20px;inset-inline-start:20px;background:var(--red);color:#fff;font-weight:900;border-radius:9px;padding:7px 12px}
.daily-popup-copy{padding:42px;display:flex;flex-direction:column;justify-content:center}.daily-popup-copy>small{color:var(--primary);font-weight:900}.daily-popup-copy h2{font-size:31px;margin:6px 0 2px}.daily-popup-copy h3{font-size:20px;line-height:1.45;margin:0 0 8px;color:var(--text)}.daily-popup-copy p{color:var(--muted)}
.daily-popup-price{display:flex;gap:9px;align-items:stretch;flex-wrap:wrap;margin:15px 0}.daily-popup-actions{display:flex;gap:9px;flex-wrap:wrap}

/* Security category spotlight. */
.security-spotlight-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;min-height:360px;padding:48px;border:1px solid #cfe2f7;border-radius:30px;background:radial-gradient(circle at 82% 20%,rgba(239,63,103,.13),transparent 30%),linear-gradient(135deg,#f7fbff,#eef6ff);box-shadow:var(--shadow-sm)}
.security-spotlight-card:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;border:1px solid rgba(11,99,243,.12);inset-inline-end:-110px;top:-140px}
.security-spotlight-copy{position:relative;z-index:2}.security-spotlight-copy h2{font-size:clamp(31px,4vw,49px);line-height:1.15;margin:16px 0 12px}.security-spotlight-copy h2 span{color:#ef3f67}.security-spotlight-copy p{max-width:700px;color:var(--muted)}.security-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.security-visuals{display:flex;align-items:center;justify-content:center;gap:18px;position:relative;z-index:2}.security-visuals img{width:min(44%,210px);aspect-ratio:1;object-fit:contain;border-radius:28px;filter:drop-shadow(0 20px 24px rgba(8,47,94,.16));transition:.25s}.security-visuals img:hover{transform:translateY(-8px) rotate(2deg)}

/* Marketing additions. */
.marketing-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;align-items:stretch}
.reviews-panel,.newsletter-panel{background:var(--surface);border:1px solid var(--line);border-radius:27px;padding:28px;box-shadow:var(--shadow-sm)}
.review-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review-cards article{background:var(--surface-2);border:1px solid var(--line);border-radius:18px;padding:18px;min-height:180px;display:flex;flex-direction:column}.review-cards p{color:var(--muted);font-size:13px;flex:1}.review-cards strong{font-size:12px}.review-stars{color:#ffae2b;letter-spacing:2px;font-size:17px}
.newsletter-panel{background:radial-gradient(circle at 90% 10%,rgba(24,188,233,.22),transparent 30%),linear-gradient(145deg,#071a3b,#0b3c82);color:#fff}.newsletter-panel>span:not(.newsletter-icon){color:#7de2ff;font-weight:900}.newsletter-panel h2{font-size:31px;margin:6px 0}.newsletter-panel p{color:#c9dcf5}.newsletter-icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#18bce9,#0b63f3);display:grid;place-items:center;margin-bottom:16px}.newsletter-icon svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:1.8}
.newsletter-panel form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:18px}.newsletter-panel input{height:50px;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:rgba(255,255,255,.1);color:#fff;padding:0 14px;outline:0}.newsletter-panel input::placeholder{color:#c4d5ec}.newsletter-panel input:focus{border-color:#63d8ff;box-shadow:0 0 0 4px rgba(99,216,255,.12)}
.trust-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.trust-badges span{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);padding:7px 9px;border-radius:10px;font-size:10px}.trust-badges svg{width:16px;height:16px;fill:none;stroke:#76e9ff;stroke-width:2}
.proof-grid-v15{grid-template-columns:repeat(5,1fr)!important}.visitor-stat strong{font-size:clamp(22px,3vw,38px)!important}

/* Mobile menu: no clipped content, full-height smooth scrolling. */
.mobile-menu{height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;padding-bottom:max(18px,env(safe-area-inset-bottom))!important}
.mobile-menu-head{flex:0 0 auto}.mobile-menu-links{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch;padding-bottom:22px!important;scrollbar-width:thin}
.mobile-theme-menu,.mobile-language-menu,.mobile-install{flex:0 0 auto}

/* Cross-page mobile safety. */
img,svg,video,canvas{max-width:100%}.page-hero-card,.product-detail,.service-request-layout,.tradein-layout,.listing-layout,.owner-app{min-width:0}.form-grid>*{min-width:0}.owner-main,.owner-content{min-width:0}
.announcement-bar{overflow:hidden}

@media(max-width:1050px){.proof-grid-v15{grid-template-columns:repeat(3,1fr)!important}.marketing-grid{grid-template-columns:1fr}.review-cards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){
  .announcement-bar{display:block!important;height:31px}.announcement-track{height:31px;font-size:10px}
  .trust-grid>button.trust-action:nth-child(2){border-inline-end:0}.trust-grid>button.trust-action:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .security-spotlight-card{grid-template-columns:1fr;padding:30px}.security-visuals{margin-top:25px}
  .review-cards{grid-template-columns:1fr 1fr}.review-cards article:last-child{grid-column:1/-1}
  .service-info-modal-card{padding:25px}
}
@media(max-width:600px){
  .digital-commerce-row{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important}.digital-commerce-row:not(:has(.digital-discount)){grid-template-columns:1fr!important}.digital-price-panel{justify-self:stretch!important;width:100%!important}.digital-price-panel strong{font-size:19px!important;letter-spacing:1.2px!important}.digital-discount{min-width:57px!important}
  .trust-grid>button.trust-action{padding:9px 4px;gap:6px}.trust-grid>button.trust-action strong{font-size:11px}.trust-grid>button.trust-action small{font-size:8px}
  .daily-popup-grid{grid-template-columns:1fr}.daily-popup-image{min-height:220px;padding:20px}.daily-popup-image img{height:190px}.daily-popup-copy{padding:25px 20px}.daily-popup-copy h2{font-size:24px}.daily-popup-copy h3{font-size:17px}.daily-popup-actions .btn{flex:1;padding:0 10px}
  .security-spotlight-card{padding:24px 18px;border-radius:22px}.security-spotlight-copy h2{font-size:29px}.security-visuals{gap:8px}.security-visuals img{width:48%;border-radius:20px}
  .proof-grid-v15{grid-template-columns:1fr 1fr!important}.proof-grid-v15 article:last-child{grid-column:1/-1}
  .reviews-panel,.newsletter-panel{padding:20px;border-radius:22px}.review-cards{grid-template-columns:1fr}.review-cards article:last-child{grid-column:auto}.newsletter-panel h2{font-size:25px}.newsletter-panel form{grid-template-columns:1fr}.newsletter-panel form .btn{width:100%}
  .service-info-hero{flex-direction:column}.service-info-hero h2{font-size:24px}.service-info-actions .btn{flex:1;min-width:140px}
}
@media(max-width:390px){.digital-price-panel strong{font-size:17px!important}.security-actions .btn{width:100%}.daily-popup-price{display:grid;grid-template-columns:1fr auto}.daily-popup-price .digital-price-panel{width:100%!important}}

.digital-price{color:var(--digital-blue)!important;border-color:#176fa8!important;text-shadow:0 0 7px rgba(101,199,255,.72)!important}.deal-banner-v12 .digital-price{color:var(--digital-blue)!important}

@media(max-width:1050px){.trust-grid>button.trust-action:nth-child(2){border-inline-end:0}.trust-grid>button.trust-action:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:600px){.digital-commerce-row{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;flex-wrap:wrap!important}.digital-price-panel{justify-self:auto!important;width:max-content!important;max-width:100%!important}.digital-discount{width:max-content!important}}

/* =========================================================
   V16 mobile navigation + logo polish
   Keeps the existing design while making the phone drawer
   reliably scrollable on Android/iOS, portrait and landscape.
   ========================================================= */
body.mobile-overlay-lock{
  position:fixed!important;
  inset-inline:0!important;
  width:100%!important;
  overflow:hidden!important;
  touch-action:none!important;
}
.mobile-menu{
  width:min(92vw,390px)!important;
  max-width:100vw!important;
  height:100vh!important;
  height:100dvh!important;
  max-height:100dvh!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto auto auto!important;
  align-content:stretch!important;
  overflow:hidden!important;
  overscroll-behavior:none!important;
  padding:14px 16px max(14px,env(safe-area-inset-bottom))!important;
}
#mobileMenuContent{
  min-height:0!important;
  height:100%!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
}
.mobile-menu-links{
  min-height:0!important;
  height:100%!important;
  flex:1 1 auto!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-y:contain!important;
  touch-action:pan-y!important;
  scrollbar-gutter:stable!important;
  padding:12px 2px 34px!important;
  margin:0!important;
}
.mobile-menu-links a{
  min-height:54px!important;
  flex:0 0 auto!important;
}
.mobile-menu-head{
  min-height:66px!important;
  flex:0 0 auto!important;
  position:relative!important;
  z-index:2!important;
  background:var(--surface)!important;
}
.mobile-menu-head img{
  width:min(210px,68vw)!important;
  max-height:58px!important;
  object-fit:contain!important;
  object-position:center!important;
}
.mobile-theme-menu,.mobile-language-menu,.mobile-install{
  margin-top:8px!important;
  margin-bottom:0!important;
  min-height:48px!important;
  flex:0 0 auto!important;
  position:relative!important;
  z-index:2!important;
}
.mobile-install{margin-top:8px!important}
.brand img{
  object-fit:contain!important;
  object-position:center!important;
}
.footer-brand img{
  width:min(360px,100%)!important;
  height:auto!important;
  object-fit:contain!important;
}
.owner-login-card>img,.owner-sidebar>img{
  width:min(300px,100%)!important;
  height:auto!important;
  object-fit:contain!important;
}
@supports(height:100svh){
  .mobile-menu{height:100svh!important;max-height:100svh!important}
}
@media(max-width:900px){
  .brand img{width:min(185px,49vw)!important;max-height:62px!important}
  .mobile-menu{inset-block:0!important}
}
@media(max-width:430px){
  .mobile-menu{width:100vw!important;border-radius:0!important}
  .mobile-menu-head img{width:min(195px,62vw)!important}
  .mobile-menu-links a{padding:10px!important;min-height:51px!important}
}
@media(max-height:640px) and (max-width:900px){
  .mobile-menu{padding-top:8px!important;padding-bottom:max(8px,env(safe-area-inset-bottom))!important}
  .mobile-menu-head{min-height:54px!important;padding-bottom:7px!important}
  .mobile-menu-head img{max-height:45px!important}
  .mobile-menu-links{padding-top:7px!important;padding-bottom:18px!important}
  .mobile-menu-links a{min-height:46px!important;padding-block:8px!important}
  .mobile-theme-menu,.mobile-language-menu,.mobile-install{min-height:43px!important;margin-top:5px!important}
}

/* =========================================================
   V18 — logo-only 3D prominence upgrade
   No layout, content, product, navigation or feature changes.
   ========================================================= */
.brand{
  position:relative!important;
  isolation:isolate;
  perspective:1000px;
  overflow:visible!important;
}
.brand::before{
  content:"";
  position:absolute;
  inset:12% -3%;
  z-index:-1;
  border-radius:22px;
  background:radial-gradient(ellipse at center,rgba(21,105,255,.16),rgba(21,105,255,0) 70%);
  filter:blur(8px);
  pointer-events:none;
}
.brand::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  opacity:.42;
  background:linear-gradient(108deg,transparent 28%,rgba(255,255,255,.92) 45%,rgba(150,218,255,.66) 50%,transparent 66%);
  background-size:260% 100%;
  background-position:145% 0;
  -webkit-mask:url("images/logo-majdigo-v16-header.webp") center/contain no-repeat;
  mask:url("images/logo-majdigo-v16-header.webp") center/contain no-repeat;
  animation:majdiLogoSheen 6.5s ease-in-out infinite;
}
.brand img{
  position:relative;
  z-index:1;
  transform:perspective(1000px) rotateX(2.2deg) translateZ(0);
  transform-origin:center;
  filter:
    drop-shadow(0 2px 0 rgba(255,255,255,.68))
    drop-shadow(0 5px 0 rgba(5,27,73,.30))
    drop-shadow(0 14px 18px rgba(8,43,107,.26))
    saturate(1.12)
    contrast(1.08)!important;
  transition:transform .28s ease,filter .28s ease!important;
}
.brand:hover img,
.brand:focus-visible img{
  transform:perspective(1000px) rotateX(0deg) translateY(-2px) scale(1.025);
  filter:
    drop-shadow(0 2px 0 rgba(255,255,255,.75))
    drop-shadow(0 7px 0 rgba(4,24,66,.34))
    drop-shadow(0 18px 25px rgba(5,74,183,.34))
    saturate(1.18)
    contrast(1.10)!important;
}
.mobile-menu-head img{
  filter:
    drop-shadow(0 3px 0 rgba(5,27,73,.24))
    drop-shadow(0 10px 15px rgba(7,52,128,.22))
    saturate(1.08)
    contrast(1.06)!important;
}
.footer-brand img{
  filter:
    drop-shadow(0 3px 0 rgba(255,255,255,.18))
    drop-shadow(0 8px 0 rgba(1,9,25,.32))
    drop-shadow(0 20px 28px rgba(0,0,0,.30))
    saturate(1.08)
    contrast(1.06)!important;
  transform:perspective(900px) rotateX(1.5deg);
}
.owner-login-card>img,
.owner-sidebar>img{
  filter:
    drop-shadow(0 4px 0 rgba(4,25,68,.28))
    drop-shadow(0 16px 22px rgba(8,49,119,.24))
    saturate(1.08)
    contrast(1.06)!important;
}
@keyframes majdiLogoSheen{
  0%,62%{background-position:145% 0;opacity:0}
  68%{opacity:.44}
  84%{background-position:-55% 0;opacity:.35}
  90%,100%{background-position:-55% 0;opacity:0}
}
@media(max-width:900px){
  .brand::before{inset:17% -2%;filter:blur(6px)}
  .brand img{
    filter:
      drop-shadow(0 2px 0 rgba(255,255,255,.62))
      drop-shadow(0 4px 0 rgba(5,27,73,.27))
      drop-shadow(0 10px 14px rgba(8,43,107,.24))
      saturate(1.10)
      contrast(1.07)!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .brand::after{animation:none;display:none}
  .brand img{transition:none!important;transform:none!important}
}


/* V19 — Social media control and presentation */
.footer-social-block{margin-top:20px}
.footer-social-block h4{margin:0 0 10px;color:#fff}
.social-links{display:flex;align-items:center;flex-wrap:wrap;gap:9px}
.social-link{width:42px;height:42px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;background:var(--social,#0b63f3);color:#fff!important;border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 20px color-mix(in srgb,var(--social,#0b63f3) 28%,transparent);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;position:relative;text-decoration:none}
.social-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.social-link>span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.social-link:hover{transform:translateY(-3px) scale(1.04);filter:saturate(1.08);box-shadow:0 12px 27px color-mix(in srgb,var(--social,#0b63f3) 38%,transparent)}
.social-link.preview{pointer-events:none}
.mobile-social-block{flex:0 0 auto;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:4px 0 10px}
.mobile-social-block>strong{display:block;margin-bottom:9px;font-size:13px;color:var(--text)}
.mobile-social-block .social-link{width:38px;height:38px;border-radius:12px}
.owner-social-intro{display:flex;justify-content:space-between;align-items:center;gap:15px;background:linear-gradient(135deg,#edf5ff,#f7fbff);border:1px solid #d7e7fb;border-radius:18px;padding:17px 19px;margin:20px 0}
.owner-social-intro>div{display:flex;align-items:center;gap:13px}.owner-social-intro>div>svg{width:42px;height:42px;padding:10px;border-radius:13px;background:#0b63f3;color:#fff;fill:none;stroke:currentColor;stroke-width:1.8}
.owner-social-intro h3{margin:0 0 4px}.owner-social-intro p{margin:0;color:#6f7c91;font-size:13px}.owner-social-intro>span{background:#fff;border:1px solid #dbe6f2;border-radius:999px;padding:8px 12px;color:#0b63f3;font-weight:800;white-space:nowrap}
.social-admin-form{background:#f7f9fc;border-radius:18px;padding:18px}.social-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.social-admin-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:11px;background:#fff;border:1px solid #dde6f1;border-radius:15px;padding:11px;transition:.2s}
.social-admin-row:focus-within{border-color:var(--social);box-shadow:0 0 0 3px color-mix(in srgb,var(--social) 12%,transparent)}
.social-admin-icon{width:43px;height:43px;border-radius:13px;background:var(--social);color:#fff;display:grid;place-items:center}
.social-admin-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.social-admin-fields{min-width:0}.social-admin-fields label{display:block;font-weight:800;margin-bottom:5px}.social-admin-fields input{margin:0!important;height:41px!important;font-size:12px}
.switch-control{display:flex;align-items:center;gap:6px;cursor:pointer}.switch-control input{position:absolute;opacity:0;pointer-events:none}.switch-control span{width:42px;height:24px;border-radius:20px;background:#cbd5e3;position:relative;transition:.2s}
.switch-control span:after{content:"";position:absolute;top:3px;right:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.18);transition:.2s}
.switch-control input:checked+span{background:var(--social)}.switch-control input:checked+span:after{transform:translateX(-18px)}.switch-control small{font-size:10px;color:#6f7c91}
.social-preview{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:18px 0;padding:14px;background:#fff;border:1px dashed #c9d8ea;border-radius:14px}.social-preview>strong{font-size:13px}.social-preview small{color:#7d899b}
.owner-social-save{display:block;width:100%;border:0;background:linear-gradient(135deg,#0b63f3,#1698e9);color:#fff;border-radius:12px;padding:13px;font-weight:900;font-size:15px}
html[dir="ltr"] .switch-control span:after{right:auto;left:3px}html[dir="ltr"] .switch-control input:checked+span:after{transform:translateX(18px)}
@media(max-width:900px){.social-admin-grid{grid-template-columns:1fr}}
@media(max-width:600px){.owner-social-intro{align-items:flex-start}.owner-social-intro>span{font-size:11px}.social-admin-form{padding:10px}.social-admin-row{grid-template-columns:40px minmax(0,1fr);padding:9px}.social-admin-icon{width:38px;height:38px}.switch-control{grid-column:2;justify-self:start}.social-preview{align-items:flex-start;flex-direction:column}.footer-social-block .social-link{width:39px;height:39px}}
@media(prefers-reduced-motion:reduce){.social-link{transition:none}}

/* V19 mobile drawer adds one social row */
.mobile-menu{grid-template-rows:auto minmax(0,1fr) auto auto auto auto!important}

/* V20 — Owner-controlled PWA app icon (dashboard only) */
.owner-appicon-intro{display:flex;justify-content:space-between;align-items:center;gap:15px;background:linear-gradient(135deg,#edf5ff,#f8fbff);border:1px solid #d7e7fb;border-radius:18px;padding:17px 19px;margin:20px 0}
.owner-appicon-intro>div{display:flex;align-items:center;gap:13px}.owner-appicon-intro>div>svg{width:42px;height:42px;padding:10px;border-radius:13px;background:linear-gradient(135deg,#0b63f3,#14a8e7);color:#fff;fill:none;stroke:currentColor;stroke-width:1.8}
.owner-appicon-intro h3{margin:0 0 4px}.owner-appicon-intro p{margin:0;color:#6f7c91;font-size:13px}.owner-appicon-intro>span{background:#fff;border:1px solid #dbe6f2;border-radius:999px;padding:8px 12px;color:#0b63f3;font-weight:800;white-space:nowrap}
.owner-appicon-form{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(0,1.3fr);gap:20px;background:#f7f9fc;border:1px solid #e2e9f2;border-radius:20px;padding:20px}
.appicon-preview-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(145deg,#eaf1fc,#fff);border:1px solid #dbe6f3;border-radius:18px;padding:24px;min-height:330px}
.appicon-phone-preview{width:210px;height:252px;border-radius:35px;background:linear-gradient(165deg,#182539,#07111e);padding:24px 18px;box-shadow:0 22px 45px rgba(20,39,72,.2),inset 0 0 0 3px rgba(255,255,255,.12);display:grid;place-items:center;position:relative;overflow:hidden}
.appicon-phone-preview:before{content:"";position:absolute;top:10px;width:62px;height:6px;border-radius:999px;background:#050b12}
.appicon-preview-tile{display:flex;flex-direction:column;align-items:center;gap:9px;color:#fff;font-size:12px;font-weight:800;max-width:130px;text-align:center}
.appicon-preview-tile img{width:94px;height:94px;object-fit:cover;border-radius:22%;box-shadow:0 12px 24px rgba(0,0,0,.32);background:#0b63f3}
.appicon-preview-panel>small{color:#6f7c91}.appicon-controls{display:flex;flex-direction:column;gap:17px;min-width:0}
.appicon-upload{display:flex;align-items:center;justify-content:center;min-height:105px;border:2px dashed #b8ccea;border-radius:16px;background:#fff;color:#0b63f3;cursor:pointer;transition:.2s;font-weight:900}
.appicon-upload:hover,.appicon-upload:focus-within{border-color:#0b63f3;background:#edf5ff}.appicon-upload span{display:flex;align-items:center;gap:8px}.appicon-upload svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}
.appicon-control-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.appicon-control-grid label{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #dde6f1;border-radius:14px;padding:13px;font-weight:800}.appicon-control-grid input[type="color"]{width:100%;height:43px;border:0;border-radius:10px;padding:2px;background:transparent}.appicon-control-grid input[type="range"]{width:100%;accent-color:#0b63f3}.appicon-control-grid strong{color:#0b63f3;font-size:12px}
.appicon-help{margin:0;color:#637187;line-height:1.8;background:#eef5ff;border-radius:13px;padding:12px 14px;font-size:12px}.appicon-actions{display:flex;flex-wrap:wrap;gap:9px}.appicon-actions button{border:0;border-radius:11px;padding:11px 14px;background:#0b63f3;color:#fff;font-weight:850;cursor:pointer}.appicon-actions .secondary{background:#e8f1ff;color:#0b63f3}.appicon-actions .danger{background:#fff0f1;color:#d83446}
.appicon-publish-note{display:flex;gap:12px;align-items:flex-start;margin-top:16px;border:1px solid #f0dca7;background:#fffaf0;border-radius:16px;padding:15px;color:#6c5520}.appicon-publish-note>svg{width:26px;height:26px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8}.appicon-publish-note strong{display:block;margin-bottom:4px}.appicon-publish-note p{margin:0;line-height:1.7;font-size:12px}
html[data-theme="dark"] .owner-appicon-intro,html[data-theme="dark"] .owner-appicon-form,html[data-theme="dark"] .appicon-preview-panel{background:#111b2a;border-color:#26354a}html[data-theme="dark"] .appicon-upload,html[data-theme="dark"] .appicon-control-grid label{background:#172235;border-color:#30415a}html[data-theme="dark"] .appicon-help{background:#172235;color:#b8c4d6}
@media(max-width:800px){.owner-appicon-form{grid-template-columns:1fr}.appicon-preview-panel{min-height:285px}.appicon-phone-preview{width:185px;height:220px}.appicon-preview-tile img{width:84px;height:84px}}
@media(max-width:520px){.owner-appicon-intro{align-items:flex-start}.owner-appicon-intro>span{font-size:11px}.owner-appicon-form{padding:11px;gap:12px}.appicon-control-grid{grid-template-columns:1fr}.appicon-actions{display:grid;grid-template-columns:1fr 1fr}.appicon-actions button:first-child,.appicon-actions .danger{grid-column:1/-1}.appicon-preview-panel{padding:17px}}

/* =========================================================
   V22 — approved MAJDIGO SOLUTIONS logo
   Logo-only update: prominent intrinsic 3D with no CSS shadow.
   ========================================================= */
.brand::before,
.brand::after{
  display:none!important;
  content:none!important;
}
.brand img,
.brand:hover img,
.brand:focus-visible img,
.mobile-menu-head img,
.footer-brand img,
.owner-login-card>img,
.owner-sidebar>img{
  filter:none!important;
  -webkit-filter:none!important;
  box-shadow:none!important;
  text-shadow:none!important;
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
}
.brand img{
  transform:none!important;
  width:268px!important;
  max-height:94px!important;
}
.brand:hover img,
.brand:focus-visible img{
  transform:scale(1.018)!important;
}
.footer-brand img{
  width:min(390px,100%)!important;
  transform:none!important;
}
.mobile-menu-head img{
  width:min(230px,68vw)!important;
  max-height:72px!important;
  transform:none!important;
}
.owner-login-card>img,
.owner-sidebar>img{
  width:min(340px,100%)!important;
  transform:none!important;
}
@media(max-width:900px){
  .brand img{
    width:min(205px,48vw)!important;
    max-height:72px!important;
  }
}
@media(max-width:520px){
  .brand img{
    width:min(178px,46vw)!important;
    max-height:64px!important;
  }
  .mobile-menu-head img{
    width:min(205px,64vw)!important;
    max-height:64px!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .brand:hover img,
  .brand:focus-visible img{transform:none!important}
}


/* =========================================================
   V23 — theme control beside language + Neighbors priority
   Only requested placement changes; all other UI is preserved.
   ========================================================= */
.mobile-theme-toggle{
  display:none;
  border:1px solid var(--line);
  background:var(--surface);
  color:var(--primary);
  border-radius:13px;
  align-items:center;
  justify-content:center;
  box-shadow:var(--shadow-sm);
}
.mobile-theme-toggle svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.neighbors-priority{
  border-color:color-mix(in srgb,#d36a1e 42%,var(--line));
  background:linear-gradient(135deg,color-mix(in srgb,#d36a1e 8%,var(--surface)),var(--surface));
}
.neighbors-first-section{padding-top:22px}
@media(max-width:900px){
  .header-main{grid-template-columns:minmax(0,1fr) 43px 43px 43px!important}
  .mobile-language-toggle{grid-column:2!important;grid-row:1!important}
  .mobile-theme-toggle{display:flex;grid-column:3!important;grid-row:1!important;width:43px!important;height:43px!important}
  .mobile-menu-trigger{grid-column:4!important;grid-row:1!important}
}
@media(max-width:360px){
  .header-main{grid-template-columns:minmax(0,1fr) 39px 39px 39px!important;gap:6px!important}
  .mobile-language-toggle,.mobile-theme-toggle,.mobile-menu-trigger{width:39px!important;height:39px!important;min-width:39px!important}
}

/* =========================================================
   V24 — draggable category rail (touch + mouse)
   Keeps the existing card design; only changes category navigation behavior.
   ========================================================= */
.category-cards-complete{
  display:flex!important;
  grid-template-columns:none!important;
  gap:16px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:4px 2px 14px;
  scroll-snap-type:x proximity;
  scroll-behavior:smooth;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  -ms-overflow-style:none;
  cursor:grab;
  user-select:none;
  touch-action:pan-x pan-y;
}
.category-cards-complete::-webkit-scrollbar{display:none}
.category-cards-complete.is-dragging{
  cursor:grabbing;
  scroll-behavior:auto;
  scroll-snap-type:none;
}
.category-cards-complete>.category-card{
  flex:0 0 calc((100% - 48px)/4);
  min-width:250px;
  scroll-snap-align:start;
  scroll-snap-stop:normal;
}
.category-cards-complete img,
.category-cards-complete a{
  -webkit-user-drag:none;
}
@media(max-width:1050px){
  .category-cards-complete>.category-card{
    flex-basis:calc((100% - 16px)/2);
    min-width:260px;
  }
}
@media(max-width:600px){
  .category-cards-complete{
    gap:10px;
    padding-inline:0;
  }
  .category-cards-complete>.category-card{
    flex:0 0 calc((100% - 10px)/2);
    min-width:0;
  }
}
@media(max-width:390px){
  .category-cards-complete{
    display:flex!important;
    grid-template-columns:none!important;
  }
  .category-cards-complete>.category-card{
    flex:0 0 calc((100% - 10px)/2);
    min-width:0;
  }
}

/* =========================================================
   V25 — Top categories fully visible and readable
   ========================================================= */
@media (min-width:901px){
  .category-nav-row{
    height:auto!important;
    min-height:124px;
    grid-template-columns:190px minmax(0,1fr) 112px!important;
    gap:10px!important;
    padding-block:8px;
    align-items:stretch!important;
  }
  .category-nav{
    height:auto!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    grid-auto-rows:50px;
    gap:7px!important;
    padding:0!important;
    overflow:visible!important;
    align-content:center;
  }
  .category-nav a{
    width:100%;
    min-width:0!important;
    height:50px!important;
    padding:0 8px!important;
    gap:7px!important;
    white-space:normal!important;
    text-align:center;
    line-height:1.2;
    overflow:visible!important;
  }
  .category-nav a>span:last-child{
    display:block!important;
    min-width:0;
    max-width:none!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1.25!important;
    font-size:12px!important;
  }
  .category-nav .nav-icon{
    display:grid!important;
    flex:0 0 29px;
    width:29px!important;
    height:29px!important;
    box-shadow:none!important;
  }
  .all-categories-trigger,
  .nav-deal-link{
    height:auto!important;
    min-height:108px;
    align-self:stretch;
  }
}

@media (min-width:901px) and (max-width:1150px){
  .category-nav-row{
    grid-template-columns:168px minmax(0,1fr)!important;
  }
  .nav-deal-link{display:none!important}
  .category-nav a>span:last-child{font-size:11px!important}
}

@media (max-width:900px){
  .category-nav a{
    min-width:max-content!important;
    width:auto!important;
    padding-inline:10px!important;
    overflow:visible!important;
  }
  .category-nav a>span:last-child{
    display:block!important;
    max-width:none!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1.2!important;
  }
}

/* V26 — Neighbors media and central server storage */
.server-save-note{margin:10px 0 0;color:var(--green);font-size:12px;font-weight:800}
.neighbor-media-preview{display:flex;gap:10px;overflow:auto;padding:4px 0 8px}
.neighbor-media-preview>span{flex:0 0 116px;min-height:88px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);padding:7px;display:grid;gap:5px;place-items:center}
.neighbor-media-preview img{width:100%;height:72px;border-radius:9px;object-fit:cover}
.neighbor-media-preview small{font-size:9px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.neighbor-media-preview .video-preview svg{width:28px;height:28px;fill:none;stroke:var(--primary);stroke-width:2}
.neighbor-media-main{position:relative;display:block;width:100%;padding:0;border:0;background:var(--surface-2);cursor:pointer}
.neighbor-media-main img{display:block}
.neighbor-video-badge,.neighbor-image-count{position:absolute;bottom:10px;padding:6px 9px;border-radius:999px;background:rgba(6,20,45,.84);color:#fff;font-size:11px;font-weight:900;display:flex;gap:5px;align-items:center;backdrop-filter:blur(8px)}
.neighbor-video-badge{right:10px}.neighbor-image-count{left:10px}
.neighbor-video-badge svg,.neighbor-image-count svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}
.neighbor-view-media{margin-top:12px;width:100%;height:39px;border:1px solid color-mix(in srgb,var(--primary) 30%,var(--line));border-radius:12px;background:var(--primary-soft);color:var(--primary);font-weight:900;cursor:pointer}
.neighbor-detail{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:start}
.neighbor-detail-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:70vh;overflow:auto}
.neighbor-detail-media img,.neighbor-detail-media video{width:100%;min-height:210px;max-height:420px;object-fit:contain;border-radius:15px;background:#07142a}
.neighbor-detail-copy{position:sticky;top:0}.neighbor-detail-copy h2{font-size:28px;margin:10px 0}.neighbor-detail-copy .digital-price{display:inline-flex;margin:12px 0 18px}
.owner-server-status{padding:11px 14px;border-radius:13px;margin-bottom:14px;font-weight:900;font-size:13px}.owner-server-status.online{background:#e8fbf2;color:#087743}.owner-server-status.offline{background:#fff0f1;color:#c82e42}
@media(max-width:700px){.neighbor-detail{grid-template-columns:1fr}.neighbor-detail-media{grid-template-columns:1fr;max-height:52vh}.neighbor-detail-copy{position:static}.neighbor-detail-media img,.neighbor-detail-media video{min-height:190px}.neighbor-media-preview>span{flex-basis:100px}}
