/*
 * NoorWork v2 landing template + header/footer skin.
 *
 * Pixel-perfect port of the NoorWork purple landing design. Content
 * styles are scoped under `.nm-nw` (the template's <main> wrapper).
 * Header styles apply when "NoorWork" is chosen as the Header style
 * (NoorMart -> Header), footer styles via the `nm-style-noorwork`
 * body class the same setting adds. Colors inherit the shared --nm-*
 * design tokens, with the original design values as fallbacks.
 */

.nm-nw{--nw-primary:var(--nm-primary,#5007AA);--nw-primary-2:var(--nm-accent,#7B2CFF);--nw-primary-3:#A78BFA;--nw-dark:var(--nm-dark,#0E1325);--nw-sidebar:#080D1B;--nw-sidebar-2:#121A32;--nw-text:var(--nm-text,#111827);--nw-muted:var(--nm-muted,#6B7280);--nw-border:var(--nm-border,#E7EAF3);--nw-soft:var(--nm-soft,#F7F5FF);--nw-card:var(--nm-card,#FFFFFF);--nw-success:#16A34A;--nw-danger:#EF4444;--nw-warning:var(--nm-warning,#F59E0B);--nw-blue:#2563EB;--shadow:0 14px 35px rgba(17,24,39,.08);--shadow-sm:0 8px 22px rgba(17,24,39,.06);--radius:18px;--container:var(--nm-container,1440px);}
.nm-nw *,.nm-nw *::before,.nm-nw *::after{box-sizing:border-box;margin:0;padding:0;}
.nm-nw{font-family:var(--nm-font-family,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);color:var(--nw-text);background:#fff;line-height:1.6;overflow-x:hidden;}
.nm-nw a{color:inherit;text-decoration:none;}
.nm-nw button,.nm-nw input{font:inherit;}
.nm-nw img,.nm-nw svg{max-width:100%;display:block;}
.nm-nw .container{width:min(calc(100% - 40px), var(--container));margin-inline:auto;}
.nm-nw .section{padding:100px 0;}
.nm-nw .section-soft{background:var(--nw-soft);}
.nm-nw .section-dark{color:#fff;background:radial-gradient(circle at 15% 10%, rgba(123,44,255,.28), transparent 32%), radial-gradient(circle at 85% 70%, rgba(80,7,170,.38), transparent 28%), var(--nw-dark);}
.nm-nw .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid rgba(80,7,170,.16);border-radius:999px;background:rgba(80,7,170,.07);color:var(--nw-primary);font-size:13px;font-weight:800;letter-spacing:.02em;}
.nm-nw .eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--nw-primary),var(--nw-primary-2));box-shadow:0 0 0 5px rgba(123,44,255,.12);}
.nm-nw .section-heading{max-width:740px;margin:0 auto 48px;text-align:center;}
.nm-nw .section-heading h2{margin-top:16px;font-size:clamp(34px,5vw,56px);line-height:1.08;letter-spacing:-.04em;}
.nm-nw .section-heading p{margin-top:16px;color:var(--nw-muted);font-size:18px;}
.nm-nw .gradient-text{background:linear-gradient(120deg,var(--nw-primary),var(--nw-primary-2),#9C64FF);-webkit-background-clip:text;background-clip:text;color:transparent;}
.nm-nw .btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:1px solid transparent;border-radius:13px;cursor:pointer;font-weight:800;transition:.25s ease;white-space:nowrap;}
.nm-nw .btn:hover{transform:translateY(-2px);}
.nm-nw .btn-primary{color:#fff;background:linear-gradient(135deg,var(--nw-primary),var(--nw-primary-2));box-shadow:0 12px 26px rgba(80,7,170,.24);}
.nm-nw .btn-primary:hover{box-shadow:0 16px 34px rgba(80,7,170,.32);}
.nm-nw .btn-light{color:var(--nw-text);background:#fff;border-color:var(--nw-border);box-shadow:var(--shadow-sm);}
.nm-nw .btn-ghost{color:var(--nw-primary);background:transparent;border-color:rgba(80,7,170,.2);}
.nm-nw .btn-white{color:var(--nw-primary);background:#fff;box-shadow:0 12px 28px rgba(0,0,0,.18);}
.nm-nw .icon{width:20px;height:20px;flex:0 0 20px;}
.nm-nw /* Header */
    .header{position:fixed;inset:0 0 auto;z-index:1000;padding:16px 0;transition:.25s ease;}
.nm-nw .header.scrolled{padding:10px 0;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,234,243,.85);box-shadow:0 10px 30px rgba(17,24,39,.06);}
.nm-nw .nav{display:flex;align-items:center;justify-content:space-between;gap:24px;}
.nm-nw .logo{display:flex;align-items:center;gap:11px;font-size:23px;font-weight:900;letter-spacing:-.04em;}
.nm-nw .logo-mark{width:42px;height:42px;display:grid;place-items:center;color:#fff;border-radius:13px;background:linear-gradient(135deg,var(--nw-primary),var(--nw-primary-2));box-shadow:0 10px 25px rgba(80,7,170,.24);}
.nm-nw .logo-mark svg{width:25px;height:25px;}
.nm-nw .nav-links{display:flex;align-items:center;gap:28px;list-style:none;}
.nm-nw .nav-links a{position:relative;color:#313849;font-size:14px;font-weight:750;}
.nm-nw .nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;border-radius:2px;background:var(--nw-primary);transition:.2s ease;}
.nm-nw .nav-links a:hover{color:var(--nw-primary);}
.nm-nw .nav-links a:hover::after{right:0;}
.nm-nw .nav-actions{display:flex;align-items:center;gap:10px;}
.nm-nw .mobile-toggle{width:46px;height:46px;display:none;place-items:center;border:1px solid var(--nw-border);border-radius:12px;background:#fff;cursor:pointer;}
.nm-nw /* Hero */
    .hero{position:relative;min-height:820px;display:flex;align-items:center;padding:145px 0 90px;overflow:hidden;background:radial-gradient(circle at 8% 10%, rgba(167,139,250,.23), transparent 28%), radial-gradient(circle at 88% 12%, rgba(123,44,255,.18), transparent 27%), linear-gradient(180deg,#FBFAFF 0%,#FFFFFF 100%);}
.nm-nw .hero::before{content:"";position:absolute;inset:0;opacity:.32;background-image:linear-gradient(rgba(80,7,170,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(80,7,170,.06) 1px, transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black 15%,transparent 85%);pointer-events:none;}
.nm-nw .hero-blob{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none;}
.nm-nw .hero-blob.one{width:260px;height:260px;top:145px;right:-80px;background:rgba(123,44,255,.1);}
.nm-nw .hero-blob.two{width:180px;height:180px;left:-70px;bottom:100px;background:rgba(80,7,170,.08);}
.nm-nw .hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:60px;}
.nm-nw .hero-copy h1{max-width:720px;margin-top:22px;font-size:clamp(48px,7vw,78px);line-height:.98;letter-spacing:-.06em;}
.nm-nw .hero-copy > p{max-width:650px;margin-top:24px;color:#555E70;font-size:19px;}
.nm-nw .hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:32px;}
.nm-nw .hero-trust{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:31px;color:#4B5563;font-size:14px;font-weight:700;}
.nm-nw .trust-item{display:flex;align-items:center;gap:8px;}
.nm-nw .trust-check{width:22px;height:22px;display:grid;place-items:center;color:var(--nw-success);border-radius:50%;background:#ECFDF3;}
.nm-nw .hero-visual{position:relative;min-height:565px;display:flex;align-items:center;justify-content:center;}
.nm-nw .visual-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(123,44,255,.28),rgba(80,7,170,.02) 68%,transparent 70%);filter:blur(3px);}
.nm-nw .dashboard{position:relative;width:100%;max-width:570px;padding:16px;border:1px solid rgba(255,255,255,.82);border-radius:28px;background:rgba(255,255,255,.78);box-shadow:0 38px 75px rgba(43,24,90,.18);backdrop-filter:blur(20px);transform:rotate(-1.5deg);}
.nm-nw .dashboard-inner{display:grid;grid-template-columns:118px 1fr;min-height:460px;overflow:hidden;border:1px solid var(--nw-border);border-radius:20px;background:#F8F9FD;}
.nm-nw .dash-sidebar{padding:18px 12px;background:linear-gradient(180deg,var(--nw-sidebar),var(--nw-sidebar-2));}
.nm-nw .dash-brand{width:34px;height:34px;display:grid;place-items:center;margin-bottom:26px;border-radius:10px;color:#fff;background:linear-gradient(135deg,var(--nw-primary-2),var(--nw-primary-3));}
.nm-nw .dash-nav-item{display:flex;align-items:center;gap:8px;margin-bottom:9px;padding:9px 8px;border-radius:8px;color:#8F9AB9;font-size:9px;font-weight:700;}
.nm-nw .dash-nav-item.active{color:#fff;background:rgba(123,44,255,.24);}
.nm-nw .dash-nav-dot{width:7px;height:7px;border-radius:3px;background:currentColor;}
.nm-nw .dash-main{padding:19px;}
.nm-nw .dash-top{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.nm-nw .dash-title{font-size:14px;font-weight:900;}
.nm-nw .dash-avatar{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:10px;font-weight:900;background:linear-gradient(135deg,var(--nw-primary),var(--nw-primary-2));}
.nm-nw .dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px;}
.nm-nw .dash-stat{padding:13px;border:1px solid var(--nw-border);border-radius:12px;background:#fff;box-shadow:0 6px 16px rgba(17,24,39,.04);}
.nm-nw .dash-stat span{color:#8790A2;font-size:8px;font-weight:700;}
.nm-nw .dash-stat strong{display:block;margin-top:4px;font-size:15px;}
.nm-nw .dash-stat small{color:var(--nw-success);font-size:7px;font-weight:800;}
.nm-nw .chart-card{margin-top:12px;padding:15px;border:1px solid var(--nw-border);border-radius:14px;background:#fff;}
.nm-nw .chart-head{display:flex;align-items:center;justify-content:space-between;font-size:9px;font-weight:900;}
.nm-nw .chart{height:126px;display:flex;align-items:flex-end;gap:9px;margin-top:15px;padding:0 4px;border-bottom:1px solid var(--nw-border);}
.nm-nw .bar{flex:1;min-width:10px;border-radius:6px 6px 0 0;background:linear-gradient(180deg,var(--nw-primary-2),rgba(123,44,255,.22));animation:nm-nw-rise 1s ease both;}
.nm-nw .bar:nth-child(1){height:42%}
.nm-nw .bar:nth-child(2){height:66%;animation-delay:.08s}
.nm-nw .bar:nth-child(3){height:54%;animation-delay:.16s}
.nm-nw .bar:nth-child(4){height:82%;animation-delay:.24s}
.nm-nw .bar:nth-child(5){height:72%;animation-delay:.32s}
.nm-nw .bar:nth-child(6){height:94%;animation-delay:.4s}
.nm-nw .bar:nth-child(7){height:78%;animation-delay:.48s}
@keyframes nm-nw-rise{from{height:0;opacity:0}}
.nm-nw .dash-bottom{display:grid;grid-template-columns:1.35fr .65fr;gap:12px;margin-top:12px;}
.nm-nw .mini-list,.nm-nw .mini-donut{min-height:95px;padding:13px;border:1px solid var(--nw-border);border-radius:13px;background:#fff;}
.nm-nw .list-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:5px 0;font-size:7px;font-weight:800;}
.nm-nw .list-product{display:flex;align-items:center;gap:7px;}
.nm-nw .list-icon{width:17px;height:17px;border-radius:5px;background:var(--nw-soft);}
.nm-nw .donut{width:58px;height:58px;margin:5px auto;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--nw-primary-2) 0 68%,#EDE9FE 68% 100%);}
.nm-nw .donut::after{content:"68%";width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:#fff;font-size:8px;font-weight:900;}
.nm-nw .floating-card{position:absolute;z-index:4;display:flex;align-items:center;gap:11px;padding:13px 15px;border:1px solid rgba(255,255,255,.95);border-radius:14px;background:rgba(255,255,255,.92);box-shadow:0 18px 40px rgba(27,18,57,.14);backdrop-filter:blur(12px);animation:nm-nw-float 4.5s ease-in-out infinite;}
.nm-nw .floating-card.top{top:55px;right:-10px;}
.nm-nw .floating-card.bottom{left:-20px;bottom:62px;animation-delay:1s;}
.nm-nw .floating-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(135deg,var(--nw-primary),var(--nw-primary-2));}
.nm-nw .floating-card strong{display:block;font-size:12px;}
.nm-nw .floating-card span{display:block;color:var(--nw-muted);font-size:10px;}
@keyframes nm-nw-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.nm-nw /* Brand strip */
    .brand-strip{padding:30px 0;border-top:1px solid var(--nw-border);border-bottom:1px solid var(--nw-border);background:#fff;}
.nm-nw .brand-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;}
.nm-nw .brand-strip p{flex:0 0 auto;color:var(--nw-muted);font-size:13px;font-weight:800;}
.nm-nw .brand-list{width:100%;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;}
.nm-nw .brand-item{min-height:43px;display:flex;align-items:center;justify-content:center;gap:8px;color:#515A6C;border:1px solid #EFF1F6;border-radius:11px;background:#FCFCFE;font-size:13px;font-weight:900;}
.nm-nw .brand-symbol{color:var(--nw-primary);font-size:18px;}
.nm-nw /* Categories */
    .category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.nm-nw .category-card{position:relative;min-height:240px;padding:26px;overflow:hidden;border:1px solid var(--nw-border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm);transition:.28s ease;}
.nm-nw .category-card:hover{transform:translateY(-7px);border-color:rgba(80,7,170,.24);box-shadow:var(--shadow);}
.nm-nw .category-icon{width:54px;height:54px;display:grid;place-items:center;color:var(--nw-primary);border-radius:15px;background:var(--nw-soft);}
.nm-nw .category-card h3{margin-top:23px;font-size:21px;letter-spacing:-.03em;}
.nm-nw .category-card p{margin-top:8px;color:var(--nw-muted);font-size:14px;}
.nm-nw .category-link{display:inline-flex;align-items:center;gap:7px;margin-top:18px;color:var(--nw-primary);font-size:13px;font-weight:900;}
.nm-nw .category-orb{position:absolute;width:110px;height:110px;right:-40px;bottom:-40px;border-radius:50%;background:linear-gradient(135deg,rgba(80,7,170,.07),rgba(123,44,255,.18));}
.nm-nw /* Products */
    .product-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:-18px 0 38px;}
.nm-nw .filter-btn{padding:10px 16px;color:#545C6D;border:1px solid var(--nw-border);border-radius:999px;background:#fff;cursor:pointer;font-size:13px;font-weight:800;transition:.2s ease;}
.nm-nw .filter-btn.active,.nm-nw .filter-btn:hover{color:#fff;border-color:var(--nw-primary);background:var(--nw-primary);}
.nm-nw .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.nm-nw .product-card{position:relative;overflow:hidden;border:1px solid var(--nw-border);border-radius:22px;background:#fff;box-shadow:var(--shadow-sm);transition:.28s ease;}
.nm-nw .product-card:hover{transform:translateY(-8px);box-shadow:0 22px 46px rgba(17,24,39,.11);}
.nm-nw .product-media{position:relative;height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.25),transparent 40%), linear-gradient(145deg,#1E1035,#5007AA 52%,#7B2CFF);}
.nm-nw .product-card:nth-child(2) .product-media{background:linear-gradient(145deg,#081B28,#006B78 55%,#1AC8A3);}
.nm-nw .product-card:nth-child(3) .product-media{background:linear-gradient(145deg,#241407,#A14C00 55%,#FF9A2F);}
.nm-nw .product-card:nth-child(4) .product-media{background:linear-gradient(145deg,#0A173A,#1D4ED8 55%,#60A5FA);}
.nm-nw .product-card:nth-child(5) .product-media{background:linear-gradient(145deg,#151124,#6D28D9 55%,#C084FC);}
.nm-nw .product-card:nth-child(6) .product-media{background:linear-gradient(145deg,#1A1021,#BE185D 55%,#FB7185);}
.nm-nw .product-visual{width:122px;height:122px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:30px;color:#fff;background:rgba(255,255,255,.14);box-shadow:inset 0 1px rgba(255,255,255,.24),0 20px 45px rgba(0,0,0,.2);backdrop-filter:blur(12px);transform:rotate(-4deg);}
.nm-nw .product-visual svg{width:64px;height:64px;}
.nm-nw .product-badge{position:absolute;top:15px;left:15px;padding:7px 11px;border-radius:999px;color:#fff;background:rgba(14,19,37,.75);backdrop-filter:blur(10px);font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;}
.nm-nw .product-badge.live{color:#D1FAE5;background:rgba(6,95,70,.8);}
.nm-nw .product-body{padding:24px;}
.nm-nw .product-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.nm-nw .product-type{color:var(--nw-primary);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;}
.nm-nw .rating{display:flex;align-items:center;gap:4px;color:var(--nw-warning);font-size:12px;font-weight:900;}
.nm-nw .product-card h3{margin-top:9px;font-size:24px;letter-spacing:-.04em;}
.nm-nw .product-card p{min-height:68px;margin-top:8px;color:var(--nw-muted);font-size:14px;}
.nm-nw .product-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:21px;padding-top:18px;border-top:1px solid var(--nw-border);}
.nm-nw .price{color:var(--nw-text);font-size:13px;font-weight:700;}
.nm-nw .price strong{color:var(--nw-primary);font-size:24px;letter-spacing:-.04em;}
.nm-nw .product-action{width:42px;height:42px;display:grid;place-items:center;color:#fff;border-radius:12px;background:var(--nw-primary);transition:.2s ease;}
.nm-nw .product-action:hover{transform:translateX(3px);background:var(--nw-primary-2);}
.nm-nw /* Feature split */
    .feature-split{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:70px;}
.nm-nw .feature-visual{position:relative;min-height:570px;display:flex;align-items:center;justify-content:center;}
.nm-nw .feature-bg{position:absolute;inset:30px;border-radius:38px;transform:rotate(-4deg);background:linear-gradient(145deg,var(--nw-primary),var(--nw-primary-2));box-shadow:0 30px 70px rgba(80,7,170,.22);}
.nm-nw .feature-panel{position:relative;z-index:2;width:86%;padding:23px;border:1px solid rgba(255,255,255,.8);border-radius:24px;background:rgba(255,255,255,.91);box-shadow:0 28px 60px rgba(20,12,40,.18);backdrop-filter:blur(14px);}
.nm-nw .panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:17px;border-bottom:1px solid var(--nw-border);}
.nm-nw .panel-header strong{font-size:15px;}
.nm-nw .status{padding:6px 9px;color:var(--nw-success);border-radius:999px;background:#ECFDF3;font-size:10px;font-weight:900;}
.nm-nw .panel-product{display:flex;align-items:center;gap:15px;margin-top:17px;padding:16px;border:1px solid var(--nw-border);border-radius:15px;background:#fff;}
.nm-nw .panel-product-icon{width:48px;height:48px;display:grid;place-items:center;color:#fff;border-radius:13px;background:linear-gradient(135deg,var(--nw-primary),var(--nw-primary-2));}
.nm-nw .panel-product strong,.nm-nw .panel-product span{display:block;}
.nm-nw .panel-product span{color:var(--nw-muted);font-size:11px;}
.nm-nw .panel-progress{margin-top:20px;}
.nm-nw .progress-row{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:800;}
.nm-nw .progress-track{height:9px;margin-top:9px;overflow:hidden;border-radius:999px;background:#ECEEF4;}
.nm-nw .progress-fill{width:82%;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--nw-primary),var(--nw-primary-2));}
.nm-nw .feature-content h2{margin-top:18px;font-size:clamp(36px,5vw,58px);line-height:1.05;letter-spacing:-.05em;}
.nm-nw .feature-content > p{margin-top:19px;color:var(--nw-muted);font-size:17px;}
.nm-nw .feature-list{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:31px;}
.nm-nw .feature-item{display:flex;gap:12px;}
.nm-nw .feature-check{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;color:var(--nw-primary);border-radius:9px;background:var(--nw-soft);}
.nm-nw .feature-item strong{display:block;font-size:14px;}
.nm-nw .feature-item span{display:block;margin-top:3px;color:var(--nw-muted);font-size:12px;}
.nm-nw .feature-content .btn{margin-top:32px;}
.nm-nw /* Benefits */
    .benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.nm-nw .benefit-card{padding:30px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:rgba(255,255,255,.06);backdrop-filter:blur(12px);}
.nm-nw .benefit-icon{width:52px;height:52px;display:grid;place-items:center;color:#fff;border-radius:15px;background:linear-gradient(135deg,var(--nw-primary-2),var(--nw-primary-3));box-shadow:0 14px 28px rgba(0,0,0,.18);}
.nm-nw .benefit-card h3{margin-top:22px;font-size:20px;}
.nm-nw .benefit-card p{margin-top:8px;color:#B7C0D5;font-size:14px;}
.nm-nw /* Stats */
    .stats{position:relative;z-index:3;margin-top:-58px;}
.nm-nw .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--nw-border);border-radius:22px;background:#fff;box-shadow:0 22px 55px rgba(17,24,39,.1);}
.nm-nw .stat-box{padding:28px;text-align:center;}
.nm-nw .stat-box + .stat-box{border-left:1px solid var(--nw-border);}
.nm-nw .stat-box strong{display:block;color:var(--nw-primary);font-size:34px;letter-spacing:-.04em;}
.nm-nw .stat-box span{color:var(--nw-muted);font-size:13px;font-weight:750;}
.nm-nw /* Process */
    .process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.nm-nw .process-card{position:relative;padding:27px;border:1px solid var(--nw-border);border-radius:18px;background:#fff;}
.nm-nw .process-number{width:48px;height:48px;display:grid;place-items:center;color:#fff;border-radius:14px;background:linear-gradient(135deg,var(--nw-primary),var(--nw-primary-2));font-size:17px;font-weight:900;box-shadow:0 12px 25px rgba(80,7,170,.2);}
.nm-nw .process-card h3{margin-top:21px;font-size:19px;}
.nm-nw .process-card p{margin-top:8px;color:var(--nw-muted);font-size:13px;}
.nm-nw .process-card:not(:last-child)::after{content:"";position:absolute;top:50px;right:-25px;width:26px;border-top:2px dashed rgba(80,7,170,.28);}
.nm-nw /* Testimonial */
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.nm-nw .testimonial-card{padding:28px;border:1px solid var(--nw-border);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm);}
.nm-nw .quote-mark{color:var(--nw-primary-3);font-size:54px;line-height:.7;font-family:Georgia,serif;}
.nm-nw .testimonial-card > p{min-height:110px;margin-top:16px;color:#424A5B;font-size:15px;}
.nm-nw .customer{display:flex;align-items:center;gap:12px;margin-top:22px;padding-top:19px;border-top:1px solid var(--nw-border);}
.nm-nw .customer-avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--nw-primary),var(--nw-primary-2));font-size:13px;font-weight:900;}
.nm-nw .customer strong,.nm-nw .customer span{display:block;}
.nm-nw .customer span{color:var(--nw-muted);font-size:12px;}
.nm-nw /* FAQ */
    .faq-wrap{max-width:860px;margin:0 auto;}
.nm-nw .faq-item{margin-bottom:13px;overflow:hidden;border:1px solid var(--nw-border);border-radius:16px;background:#fff;box-shadow:0 7px 18px rgba(17,24,39,.035);}
.nm-nw .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 23px;color:var(--nw-text);border:0;background:transparent;cursor:pointer;text-align:left;font-weight:800;}
.nm-nw .faq-plus{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;color:var(--nw-primary);border-radius:9px;background:var(--nw-soft);transition:.25s ease;}
.nm-nw .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.nm-nw .faq-answer p{padding:0 23px 22px;color:var(--nw-muted);font-size:14px;}
.nm-nw .faq-item.open .faq-answer{max-height:220px;}
.nm-nw .faq-item.open .faq-plus{color:#fff;background:var(--nw-primary);transform:rotate(45deg);}
.nm-nw /* CTA */
    .cta{position:relative;overflow:hidden;padding:78px 0;color:#fff;background:linear-gradient(135deg,#31036B,var(--nw-primary) 45%,var(--nw-primary-2));}
.nm-nw .cta::before,.nm-nw .cta::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12);}
.nm-nw .cta::before{width:400px;height:400px;top:-240px;right:-80px;box-shadow:0 0 0 50px rgba(255,255,255,.03),0 0 0 100px rgba(255,255,255,.02);}
.nm-nw .cta::after{width:280px;height:280px;left:-120px;bottom:-180px;box-shadow:0 0 0 50px rgba(255,255,255,.03);}
.nm-nw .cta-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:50px;}
.nm-nw .cta-copy{max-width:700px;}
.nm-nw .cta h2{font-size:clamp(36px,5vw,60px);line-height:1.05;letter-spacing:-.05em;}
.nm-nw .cta p{margin-top:15px;color:#E7DDF8;font-size:17px;}
.nm-nw .cta-actions{display:flex;flex-wrap:wrap;gap:12px;}
.nm-nw .cta .btn-ghost{color:#fff;border-color:rgba(255,255,255,.3);}
.nm-nw /* Newsletter */
    .newsletter{padding:70px 0;border-bottom:1px solid rgba(255,255,255,.08);background:var(--nw-sidebar);color:#fff;}
.nm-nw .newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;}
.nm-nw .newsletter-copy h3{font-size:28px;letter-spacing:-.04em;}
.nm-nw .newsletter-copy p{margin-top:7px;color:#9DA8C1;font-size:14px;}
.nm-nw .subscribe-form{width:min(100%,480px);display:flex;gap:10px;padding:7px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.06);}
.nm-nw .subscribe-form input{min-width:0;flex:1;padding:0 14px;color:#fff;border:0;outline:0;background:transparent;}
.nm-nw .subscribe-form input::placeholder{color:#7F8BA8;}
.nm-nw /* Footer */
    .footer{color:#D9DEEA;background:var(--nw-sidebar);}
.nm-nw .footer-main{padding:70px 0 42px;display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:48px;}
.nm-nw .footer .logo{color:#fff;}
.nm-nw .footer-about{max-width:320px;margin-top:19px;color:#8792AE;font-size:14px;}
.nm-nw .socials{display:flex;gap:10px;margin-top:22px;}
.nm-nw .social-link{width:39px;height:39px;display:grid;place-items:center;color:#B8C1D5;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.04);transition:.2s ease;}
.nm-nw .social-link:hover{color:#fff;border-color:var(--nw-primary-2);background:var(--nw-primary);transform:translateY(-2px);}
.nm-nw .footer-col h4{margin-bottom:18px;color:#fff;font-size:15px;}
.nm-nw .footer-links{list-style:none;}
.nm-nw .footer-links li + li{margin-top:11px;}
.nm-nw .footer-links a{color:#8792AE;font-size:13px;transition:.2s ease;}
.nm-nw .footer-links a:hover{color:#fff;padding-left:4px;}
.nm-nw .footer-bottom{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.08);color:#7F8AA4;font-size:12px;}
.nm-nw .payment-list{display:flex;gap:8px;}
.nm-nw .payment{min-width:46px;padding:5px 8px;color:#AAB3C7;border:1px solid rgba(255,255,255,.1);border-radius:7px;text-align:center;font-size:9px;font-weight:900;}
.nm-nw /* Reveal */
    .reveal{opacity:0;transform:translateY(25px);transition:opacity .65s ease,transform .65s ease;}
.nm-nw .reveal.visible{opacity:1;transform:none;}
.nm-nw /* Responsive */
    /* Fit fix patch */
    .feature-item,.nm-nw .panel-product,.nm-nw .customer{align-items:flex-start;}
.nm-nw .feature-item > span:last-child,.nm-nw .panel-product > span:last-child,.nm-nw .customer > span:last-child{display:flex;flex:1;min-width:0;flex-direction:column;justify-content:center;}
.nm-nw .feature-check,.nm-nw .panel-product-icon,.nm-nw .customer-avatar{flex:0 0 auto;display:inline-flex !important;align-items:center;justify-content:center;overflow:hidden;line-height:1;text-align:center;white-space:nowrap;vertical-align:middle;}
.nm-nw .feature-check{width:34px;height:34px;margin-top:1px;font-size:14px}
.nm-nw .feature-check i,.nm-nw .panel-product-icon i{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:14px;margin:0}
.nm-nw .panel-product-icon{width:52px;height:52px;font-size:18px}
.nm-nw .customer-avatar{width:48px;height:48px;font-size:14px;font-weight:900;letter-spacing:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.nm-nw /* V2 polish patch */
    .extra-accent{color:var(--nw-primary);}
.nm-nw .extra-section{padding:95px 0;}
.nm-nw .extra-soft{background:var(--nw-soft);}
.nm-nw .extra-heading{max-width:780px;margin:0 auto 46px;text-align:center;}
.nm-nw .extra-heading h2{margin-top:16px;color:var(--nw-dark);font-size:clamp(34px,5vw,56px);line-height:1.08;letter-spacing:-.045em;}
.nm-nw .extra-heading p{margin-top:14px;color:var(--nw-muted);font-size:17px;}
.nm-nw .extra-grid{display:grid;gap:22px;}
.nm-nw .extra-grid-3{grid-template-columns:repeat(3,1fr);}
.nm-nw .extra-grid-4{grid-template-columns:repeat(4,1fr);}
.nm-nw .extra-card{padding:28px;border:1px solid var(--nw-border);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(17,24,39,.05);}
.nm-nw .extra-card h3{margin-top:18px;color:var(--nw-dark);font-size:20px;letter-spacing:-.03em;}
.nm-nw .extra-card p{margin-top:8px;color:var(--nw-muted);font-size:14px;}
.nm-nw .extra-icon{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;color:var(--nw-primary);background:var(--nw-soft);font-size:18px;}
.nm-nw .extra-list{list-style:none;margin-top:16px;display:grid;gap:9px;padding:0;}
.nm-nw .extra-list li{display:flex;align-items:flex-start;gap:10px;color:var(--nw-text);font-size:13px;}
.nm-nw .extra-list i{margin-top:3px;color:var(--nw-primary);}
.nm-nw .hero{background:linear-gradient(180deg,#f8f5ff 0%,#ffffff 100%);}
.nm-nw .hero-copy h1{color:var(--nw-dark);}
.nm-nw .hero-copy > p{color:var(--nw-text);opacity:.78;}
.nm-nw .floating-card,.nm-nw .float-card{align-items:center;}
.nm-nw .floating-card > span:last-child,.nm-nw .float-card > span:last-child{display:flex;flex-direction:column;justify-content:center;min-width:0;}
.nm-nw .floating-icon,.nm-nw .float-icon{width:46px;height:46px;display:inline-flex !important;align-items:center;justify-content:center;border-radius:12px;overflow:hidden;line-height:1;flex:0 0 46px;font-size:18px;}
.nm-nw .floating-icon i,.nm-nw .float-icon i{font-size:18px;line-height:1;margin:0;display:inline-flex;align-items:center;justify-content:center;}
.nm-nw /* 1440 responsive patch */
    .container{width:min(calc(100% - 56px),var(--container));}
.nm-nw .hero-grid,.nm-nw .split,.nm-nw .cta-inner,.nm-nw .newsletter-inner{align-items:center;}
.nm-nw .product-grid,.nm-nw .products,.nm-nw .grid-3,.nm-nw .grid-4,.nm-nw .steps,.nm-nw .reviews,.nm-nw .review-grid,.nm-nw .testimonials,.nm-nw .category-grid,.nm-nw .benefits,.nm-nw .benefit-grid{align-items:stretch;}
.nm-nw .product,.nm-nw .product-card,.nm-nw .review,.nm-nw .review-card,.nm-nw .testimonial,.nm-nw .category,.nm-nw .category-card,.nm-nw .benefit,.nm-nw .benefit-card,.nm-nw .step,.nm-nw .step-card,.nm-nw .extra-card,.nm-nw .card{height:100%;}
.nm-nw .hero-copy,.nm-nw .split-copy,.nm-nw .split-content,.nm-nw .cta-copy{max-width:100%;}
.nm-nw /* White icon contrast patch */
    .logo-mark,.nm-nw .floating-icon,.nm-nw .float-icon,.nm-nw .panel-icon,.nm-nw .panel-product-icon,.nm-nw .license-icon,.nm-nw .secure-icon,.nm-nw .security-icon,.nm-nw .benefit-icon,.nm-nw .product-icon,.nm-nw .product-icon-big,.nm-nw .product-visual,.nm-nw .app-logo,.nm-nw .workspace-logo,.nm-nw .side-logo,.nm-nw .dash-brand,.nm-nw .floating-card .floating-icon,.nm-nw .float-card .float-icon,.nm-nw .float-box .float-icon{color:#fff !important;-webkit-text-fill-color:#fff !important;}
.nm-nw .logo-mark i,.nm-nw .floating-icon i,.nm-nw .float-icon i,.nm-nw .panel-icon i,.nm-nw .panel-product-icon i,.nm-nw .license-icon i,.nm-nw .secure-icon i,.nm-nw .security-icon i,.nm-nw .benefit-icon i,.nm-nw .product-icon i,.nm-nw .product-icon-big i,.nm-nw .product-visual i,.nm-nw .app-logo i,.nm-nw .workspace-logo i,.nm-nw .side-logo i,.nm-nw .dash-brand i,.nm-nw .floating-card .floating-icon i,.nm-nw .float-card .float-icon i,.nm-nw .float-box .float-icon i{color:#fff !important;-webkit-text-fill-color:#fff !important;opacity:1 !important;filter:none !important;text-shadow:none !important;mix-blend-mode:normal !important;}
.nm-nw .logo-mark svg,.nm-nw .floating-icon svg,.nm-nw .float-icon svg,.nm-nw .panel-icon svg,.nm-nw .panel-product-icon svg,.nm-nw .license-icon svg,.nm-nw .secure-icon svg,.nm-nw .security-icon svg,.nm-nw .benefit-icon svg,.nm-nw .product-icon svg,.nm-nw .product-icon-big svg,.nm-nw .product-visual svg,.nm-nw .app-logo svg,.nm-nw .workspace-logo svg,.nm-nw .side-logo svg,.nm-nw .dash-brand svg{color:#fff !important;fill:none;stroke:#fff !important;opacity:1 !important;}
@media (min-width:1441px){
.nm-nw .container{width:1440px;}
}
@media (max-width:1279px){
.nm-nw .container{width:min(calc(100% - 48px),var(--container));}
}
@media (max-width:1024px){
.nm-nw .container{width:min(calc(100% - 40px),var(--container));}
}
@media (max-width:767px){
.nm-nw .container{width:min(calc(100% - 28px),var(--container));}
}
@media (max-width:575px){
.nm-nw .container{width:min(calc(100% - 24px),var(--container));}
.nm-nw .section,.nm-nw .blue-section,.nm-nw .extra-section{padding:64px 0;}
.nm-nw .heading,.nm-nw .section-heading,.nm-nw .extra-heading{margin-bottom:32px;}
}
@media (max-width:1100px){
.nm-nw .extra-grid-4{grid-template-columns:repeat(2,1fr);}
.nm-nw .extra-grid-3{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){
.nm-nw .extra-section{padding:68px 0;}
.nm-nw .extra-heading{margin-bottom:34px;}
.nm-nw .extra-heading h2{font-size:36px;}
.nm-nw .extra-heading p{font-size:15px;}
.nm-nw .extra-grid-3,.nm-nw .extra-grid-4{grid-template-columns:1fr;}
.nm-nw .extra-card{padding:22px;}
.nm-nw .floating-icon,.nm-nw .float-icon{width:42px;height:42px;flex-basis:42px;font-size:17px;}
}
@media (max-width:1100px){
.nm-nw .nav-links{gap:18px;}
.nm-nw .nav-links a{font-size:13px;}
.nm-nw .hero-grid{gap:35px;}
.nm-nw .hero-copy h1{font-size:62px;}
.nm-nw .category-grid{grid-template-columns:repeat(2,1fr);}
.nm-nw .product-grid{grid-template-columns:repeat(2,1fr);}
.nm-nw .footer-main{grid-template-columns:1.4fr repeat(2,1fr);}
}
@media (max-width:900px){
.nm-nw .section{padding:78px 0;}
.nm-nw .nav-links,.nm-nw .nav-actions .btn-light{display:none;}
.nm-nw .mobile-toggle{display:grid;}
.nm-nw .nav-links.mobile-open{position:fixed;top:76px;left:20px;right:20px;z-index:1001;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:12px;border:1px solid var(--nw-border);border-radius:18px;background:#fff;box-shadow:0 26px 60px rgba(17,24,39,.18);}
.nm-nw .nav-links.mobile-open li{width:100%;}
.nm-nw .nav-links.mobile-open a{display:block;padding:13px 14px;border-radius:10px;}
.nm-nw .nav-links.mobile-open a:hover{background:var(--nw-soft);}
.nm-nw .nav-links.mobile-open a::after{display:none;}
.nm-nw .hero{min-height:auto;padding-top:135px;}
.nm-nw .hero-grid,.nm-nw .feature-split{grid-template-columns:1fr;}
.nm-nw .hero-copy{text-align:center;}
.nm-nw .hero-copy > p{margin-inline:auto;}
.nm-nw .hero-actions,.nm-nw .hero-trust{justify-content:center;}
.nm-nw .hero-visual{width:min(100%,650px);margin-inline:auto;}
.nm-nw .brand-strip-inner{flex-direction:column;}
.nm-nw .brand-list{grid-template-columns:repeat(3,1fr);}
.nm-nw .feature-content{order:-1;}
.nm-nw .benefit-grid,.nm-nw .testimonial-grid{grid-template-columns:1fr;}
.nm-nw .stats-grid{grid-template-columns:repeat(2,1fr);}
.nm-nw .stat-box:nth-child(3){border-left:0;border-top:1px solid var(--nw-border);}
.nm-nw .stat-box:nth-child(4){border-top:1px solid var(--nw-border);}
.nm-nw .process-grid{grid-template-columns:repeat(2,1fr);}
.nm-nw .process-card::after{display:none;}
.nm-nw .cta-inner,.nm-nw .newsletter-inner{flex-direction:column;text-align:center;}
.nm-nw .cta-actions{justify-content:center;}
.nm-nw .footer-main{grid-template-columns:1.4fr 1fr 1fr;}
}
@media (max-width:640px){
.nm-nw .container{width:min(calc(100% - 28px), var(--container));}
.nm-nw .section{padding:68px 0;}
.nm-nw .section-heading{margin-bottom:35px;}
.nm-nw .section-heading h2{font-size:36px;}
.nm-nw .section-heading p{font-size:15px;}
.nm-nw .header{padding:11px 0;}
.nm-nw .logo{font-size:20px;}
.nm-nw .logo-mark{width:39px;height:39px;}
.nm-nw .nav-actions .btn-primary{display:none;}
.nm-nw .hero{padding:120px 0 65px;}
.nm-nw .hero-copy h1{font-size:47px;}
.nm-nw .hero-copy > p{font-size:16px;}
.nm-nw .hero-actions{flex-direction:column;}
.nm-nw .hero-actions .btn{width:100%;}
.nm-nw .hero-trust{align-items:flex-start;flex-direction:column;gap:10px;width:max-content;margin-inline:auto;}
.nm-nw .hero-visual{min-height:450px;}
.nm-nw .dashboard{padding:9px;border-radius:21px;}
.nm-nw .dashboard-inner{grid-template-columns:82px 1fr;min-height:355px;}
.nm-nw .dash-sidebar{padding:12px 8px;}
.nm-nw .dash-nav-item{gap:5px;padding:7px 5px;font-size:6px;}
.nm-nw .dash-main{padding:12px;}
.nm-nw .dash-stats{gap:6px;}
.nm-nw .dash-stat{padding:8px;}
.nm-nw .dash-stat strong{font-size:11px;}
.nm-nw .chart{height:88px;gap:5px;}
.nm-nw .dash-bottom{grid-template-columns:1fr;}
.nm-nw .mini-donut{display:none;}
.nm-nw .floating-card.top{top:27px;right:-4px;}
.nm-nw .floating-card.bottom{left:-4px;bottom:22px;}
.nm-nw .floating-card{padding:10px 11px;}
.nm-nw .floating-icon{width:32px;height:32px;}
.nm-nw .brand-list{grid-template-columns:repeat(2,1fr);}
.nm-nw .brand-item:last-child{grid-column:1/-1;}
.nm-nw .category-grid,.nm-nw .product-grid,.nm-nw .process-grid{grid-template-columns:1fr;}
.nm-nw .product-media{height:205px;}
.nm-nw .feature-visual{min-height:460px;}
.nm-nw .feature-bg{inset:22px 14px;}
.nm-nw .feature-panel{width:92%;}
.nm-nw .feature-list{grid-template-columns:1fr;}
.nm-nw .stats{margin-top:-35px;}
.nm-nw .stats-grid{grid-template-columns:1fr 1fr;}
.nm-nw .stat-box{padding:20px 10px;}
.nm-nw .stat-box strong{font-size:28px;}
.nm-nw .cta{padding:62px 0;}
.nm-nw .cta h2{font-size:38px;}
.nm-nw .cta-actions{width:100%;flex-direction:column;}
.nm-nw .cta-actions .btn{width:100%;}
.nm-nw .subscribe-form{flex-direction:column;padding:9px;}
.nm-nw .subscribe-form input{min-height:48px;text-align:center;}
.nm-nw .footer-main{grid-template-columns:1fr 1fr;gap:35px 25px;}
.nm-nw .footer-brand{grid-column:1/-1;}
.nm-nw .footer-bottom{flex-direction:column;justify-content:center;padding:20px 0;text-align:center;}
}
@media (max-width:420px){
.nm-nw .hero-copy h1{font-size:42px;}
.nm-nw .dashboard-inner{grid-template-columns:70px 1fr;}
.nm-nw .dash-sidebar{padding-inline:6px;}
.nm-nw .dash-nav-item{font-size:5px;}
.nm-nw .dash-main{padding:9px;}
.nm-nw .dash-stat span,.nm-nw .dash-stat small{font-size:5px;}
.nm-nw .chart-card{padding:10px;}
.nm-nw .floating-card.bottom{display:none;}
.nm-nw .category-card{min-height:220px;}
.nm-nw .footer-main{grid-template-columns:1fr;}
.nm-nw .footer-brand{grid-column:auto;}
}

/* ------------------------------------------------------------------ */
/* Template add-ons: dynamic product grid + newsletter form mapping    */
/* ------------------------------------------------------------------ */
.nm-nw .product-grid{grid-template-columns:repeat(var(--nw-product-columns,3),1fr)}
.nm-nw .product-card.is-filtered-out{display:none}
.nm-nw .product-media img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.nm-nw .product-card .price del{opacity:.6;margin-right:6px}
.nm-nw .product-card .price ins{text-decoration:none}
.nm-nw .add-cart-btn.loading{opacity:.65;pointer-events:none}
.nm-nw .newsletter .nm-newsletter-form{width:100%}
.nm-nw .newsletter .nm-newsletter-body{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:14px 40px}
.nm-nw .newsletter .nm-newsletter-title{grid-column:1;margin:0;color:#fff;font-size:28px;letter-spacing:-.04em}
.nm-nw .newsletter .nm-newsletter-description{grid-column:1;margin:0;color:#9DA8C1;font-size:14px}
.nm-nw .newsletter .nm-newsletter-inline-form{grid-column:2;grid-row:1/span 2;justify-self:end;width:min(100%,480px);display:flex;gap:10px;padding:7px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.06)}
.nm-nw .newsletter .nm-newsletter-inline-form input[type="email"]{min-width:0;flex:1;padding:0 14px;color:#fff;border:0;outline:0;background:transparent}
.nm-nw .newsletter .nm-newsletter-inline-form input::placeholder{color:#7F8BA8}
.nm-nw .newsletter .nm-newsletter-inline-form button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:1px solid transparent;border-radius:13px;cursor:pointer;font-weight:800;transition:.25s ease;white-space:nowrap;color:#fff;background:linear-gradient(135deg,var(--nw-primary),var(--nw-primary-2));box-shadow:0 12px 26px rgba(80,7,170,.24)}
.nm-nw .newsletter .nm-newsletter-inline-form button:hover{transform:translateY(-2px)}
.nm-nw .newsletter .nm-newsletter-feedback{grid-column:1/-1;margin:0;color:#D1FAE5}
.nm-nw .newsletter .nm-newsletter-feedback:empty{display:none}
.nm-nw .newsletter .nm-hp-field{position:absolute;left:-9999px}
@media(max-width:900px){
.nm-nw .newsletter .nm-newsletter-body{grid-template-columns:1fr}
.nm-nw .newsletter .nm-newsletter-inline-form{grid-column:1;grid-row:auto;justify-self:start}
}

/* ------------------------------------------------------------------ */
/* NoorWork header style (NoorMart -> Header -> Header style)          */
/* ------------------------------------------------------------------ */
.nm-site-header.nm-header-noorwork{background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,234,243,.85);box-shadow:0 10px 30px rgba(17,24,39,.06);transition:background .25s ease,box-shadow .25s ease,border-color .25s ease}
.nm-header-noorwork .nm-header-inner{min-height:74px;gap:24px}
.nm-header-noorwork .nm-text-logo{gap:11px;color:var(--nm-dark,#0E1325);font-size:23px;font-weight:900;letter-spacing:-.04em}
.nm-header-noorwork .nm-logo-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--nm-primary,#5007AA),var(--nm-accent,#7B2CFF));box-shadow:0 10px 25px rgba(80,7,170,.24);color:#fff}
.nm-header-noorwork .nm-primary-nav>ul{gap:28px}
.nm-header-noorwork .nm-primary-nav a{padding:6px 0;background:none;color:#313849;font-size:14px;font-weight:750}
.nm-header-noorwork .nm-primary-nav>ul>li>a{position:relative}
.nm-header-noorwork .nm-primary-nav>ul>li>a::after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:2px;border-radius:2px;background:var(--nm-primary,#5007AA);transition:.2s ease}
.nm-header-noorwork .nm-primary-nav a:hover,.nm-header-noorwork .nm-primary-nav .current-menu-item>a{background:none;color:var(--nm-primary,#5007AA)}
.nm-header-noorwork .nm-primary-nav>ul>li>a:hover::after,.nm-header-noorwork .nm-primary-nav>ul>li.current-menu-item>a::after{right:0}
.nm-header-noorwork .nm-primary-nav .sub-menu a{padding:9px 11px}
.nm-header-noorwork .nm-header-actions{gap:10px}
.nm-header-noorwork .nm-icon-button,.nm-header-noorwork .nm-mobile-toggle{width:46px;height:46px;border:1px solid var(--nm-border,#E7EAF3);border-radius:12px;background:#fff;color:var(--nm-dark,#0E1325);transition:.2s ease}
.nm-header-noorwork .nm-icon-button:hover,.nm-header-noorwork .nm-mobile-toggle:hover{background:var(--nm-soft,#F7F5FF);border-color:var(--nm-primary,#5007AA);color:var(--nm-primary,#5007AA)}
.nm-header-noorwork .nm-cart-count{background:linear-gradient(135deg,var(--nm-primary,#5007AA),var(--nm-accent,#7B2CFF))}
.nm-header-noorwork .nm-header-cta{min-height:46px;display:inline-flex;align-items:center;gap:10px;padding:0 20px;border:0;border-radius:13px;background:linear-gradient(135deg,var(--nm-primary,#5007AA),var(--nm-accent,#7B2CFF));color:#fff;font-weight:800;white-space:nowrap;box-shadow:0 12px 26px rgba(80,7,170,.24);transition:.25s ease}
.nm-header-noorwork .nm-header-cta:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(80,7,170,.32)}

/* Transparent overlay header on the NoorWork landing page itself */
.page-template-landing-noorwork .nm-site-header.nm-header-noorwork{margin-bottom:-75px}
.page-template-landing-noorwork .nm-site-header.nm-header-noorwork:not(.nm-nw-scrolled){background:transparent;border-bottom-color:transparent;box-shadow:none;backdrop-filter:none}
.page-template-landing-noorwork .nm-site-header.nm-header-noorwork:not(.nm-nw-scrolled) .nm-icon-button,
.page-template-landing-noorwork .nm-site-header.nm-header-noorwork:not(.nm-nw-scrolled) .nm-mobile-toggle{background:#fff}
.page-template-landing-noorwork.admin-bar .nm-site-header.is-sticky{top:32px}

/* ------------------------------------------------------------------ */
/* NoorWork footer skin (active with the NoorWork header style)        */
/* ------------------------------------------------------------------ */
.nm-style-noorwork .nm-site-footer{padding-top:0;color:#D9DEEA;background:#080D1B}
.nm-style-noorwork .nm-footer-grid{padding:70px 0 42px;grid-template-columns:1.35fr repeat(4,1fr);gap:48px}
.nm-style-noorwork .nm-site-footer .nm-text-logo-light{gap:11px;color:#fff;font-size:23px;font-weight:900;letter-spacing:-.04em}
.nm-style-noorwork .nm-site-footer .nm-logo-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--nm-primary,#5007AA),var(--nm-accent,#7B2CFF));box-shadow:0 10px 25px rgba(80,7,170,.24);color:#fff}
.nm-style-noorwork .nm-footer-brand p{max-width:320px;margin-top:19px;color:#8792AE;font-size:14px}
.nm-style-noorwork .nm-social-links{gap:10px;margin-top:22px}
.nm-style-noorwork .nm-social-links a{width:39px;height:39px;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.04);color:#B8C1D5;transition:.2s ease}
.nm-style-noorwork .nm-social-links a:hover{color:#fff;border-color:var(--nm-accent,#7B2CFF);background:var(--nm-primary,#5007AA);transform:translateY(-2px)}
.nm-style-noorwork .nm-footer-column h3,.nm-style-noorwork .nm-site-footer .widget-title{margin-bottom:18px;color:#fff;font-size:15px}
.nm-style-noorwork .nm-footer-column li{margin:0}
.nm-style-noorwork .nm-footer-column li+li{margin-top:11px}
.nm-style-noorwork .nm-footer-column a{color:#8792AE;font-size:13px;transition:.2s ease}
.nm-style-noorwork .nm-footer-column a:hover{color:#fff;padding-left:4px}
.nm-style-noorwork .nm-footer-bottom{min-height:78px;border-top:1px solid rgba(255,255,255,.08);color:#7F8AA4;font-size:12px}
.nm-style-noorwork .nm-footer-bottom a{color:#8792AE}
.nm-style-noorwork .nm-footer-bottom a:hover{color:#fff}
.nm-style-noorwork .nm-footer-payments{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}
.nm-style-noorwork .nm-payment-method{color:#AAB3C7;border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.025)}
.nm-style-noorwork .nm-payment-method:hover{color:#fff;border-color:rgba(167,139,250,.45);background:rgba(123,44,255,.14)}

/* Footer newsletter band (non-landing pages) in the v2 style */
.nm-style-noorwork .nm-newsletter-footer-wrap{width:100%;max-width:none;padding:0}
.nm-style-noorwork .nm-newsletter-footer-wrap .nm-newsletter-form{margin:0;padding:70px 0;border-radius:0;border:0;border-bottom:1px solid rgba(255,255,255,.08);background:#080D1B;color:#fff}
.nm-style-noorwork .nm-newsletter-footer-wrap .nm-newsletter-form>*{width:min(calc(100% - 40px),var(--nm-container,1440px));margin-inline:auto}

@media(max-width:1050px){
.nm-style-noorwork .nm-footer-grid{grid-template-columns:repeat(2,1fr);gap:34px}
.nm-header-noorwork .nm-header-cta{display:none}
}
@media(max-width:700px){
.nm-style-noorwork .nm-footer-grid{grid-template-columns:1fr;gap:28px}
.nm-style-noorwork .nm-footer-bottom{align-items:flex-start;flex-direction:column;padding:18px 0}
.page-template-landing-noorwork .nm-site-header.nm-header-noorwork{margin-bottom:-67px}
}

/* Utility classes replacing the static template's inline styles */
.nm-nw .dash-subtitle{font-size:7px;color:#929BAD}
.nm-nw .chart-range{color:#8B94A7}
.nm-nw .mini-list-title,.nm-nw .mini-donut-title{font-size:8px;font-weight:900;margin-bottom:4px}
.nm-nw .mini-donut-title{text-align:center;margin-bottom:0}
.nm-nw .catalog-cta{text-align:center;margin-top:38px}
.nm-nw .panel-product-icon.is-green{background:linear-gradient(135deg,#16A34A,#34D399)}
.nm-nw .panel-product-icon.is-blue{background:linear-gradient(135deg,#2563EB,#60A5FA)}
.nm-nw .section-dark .eyebrow{color:#D8C8FF;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12)}
.nm-nw .accent-on-dark{color:#BCA1FF}
.nm-nw .section-dark .section-heading p{color:#AAB4CA}
.nm-nw .product-card h3 a{color:inherit;text-decoration:none}

/* ------------------------------------------------------------------ */
/* Add to Cart button follows the Design System button tokens          */
/* (NoorMart -> Design System -> Card button colors)                   */
/* ------------------------------------------------------------------ */
.nm-nw .add-cart-btn{background:var(--nm-btn-bg,#fff);color:var(--nm-btn-text,#111827);border-color:var(--nm-border,#E7EAF3)}
.nm-nw .add-cart-btn:hover{background:var(--nm-btn-hover-bg,var(--nm-primary,#5007AA));color:var(--nm-btn-hover-text,#fff);border-color:transparent}
.nm-nw .add-cart-btn.is-added,.nm-nw .add-cart-btn.added{color:var(--nm-primary,#5007AA);background:var(--nm-soft,#F7F5FF);border-color:var(--nm-primary,#5007AA)}
.nm-nw .add-cart-btn.loading{opacity:.65}
.nm-nw .add-cart-btn+.added_to_cart{display:none}

/* ------------------------------------------------------------------ */
/* Newsletter fixes: strip the theme's white newsletter card styles     */
/* inside the dark landing band, and skin the footer newsletter widget  */
/* ------------------------------------------------------------------ */
.nm-nw .newsletter .nm-newsletter-form,
.nm-nw .newsletter .nm-newsletter-form.is-nw-landing{margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#fff}
.nm-nw .newsletter .nm-newsletter-form .nm-newsletter-icon{display:none}
.nm-nw .newsletter .nm-newsletter-body{margin:0;padding:0;background:transparent}
.nm-nw .newsletter .nm-newsletter-title{color:#fff}
.nm-nw .newsletter .nm-newsletter-description{color:#9DA8C1}
.nm-nw .newsletter .nm-newsletter-inline-form{margin:0;background:rgba(255,255,255,.06)}
.nm-nw .newsletter .nm-newsletter-inline-form input[type="email"]{background:transparent;border:0;box-shadow:none;min-height:0}

/* Footer newsletter widget / footer subscribe box in the dark footer */
.nm-style-noorwork .nm-site-footer .nm-newsletter-form{margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#D9DEEA}
.nm-style-noorwork .nm-site-footer .nm-newsletter-icon{display:grid;place-items:center;width:39px;height:39px;margin-bottom:12px;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.04);color:#B8C1D5}
.nm-style-noorwork .nm-site-footer .nm-newsletter-title{margin:0 0 6px;color:#fff;font-size:15px}
.nm-style-noorwork .nm-site-footer .nm-newsletter-description{margin:0 0 14px;color:#8792AE;font-size:13px}
.nm-style-noorwork .nm-site-footer .nm-newsletter-inline-form{display:flex;gap:8px;padding:6px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.06)}
.nm-style-noorwork .nm-site-footer .nm-newsletter-inline-form input[type="email"]{min-width:0;flex:1;padding:0 12px;min-height:40px;color:#fff;border:0;outline:0;background:transparent;box-shadow:none}
.nm-style-noorwork .nm-site-footer .nm-newsletter-inline-form input::placeholder{color:#7F8BA8}
.nm-style-noorwork .nm-site-footer .nm-newsletter-inline-form button{min-height:40px;padding:0 16px;border:0;border-radius:10px;background:linear-gradient(135deg,var(--nm-primary,#5007AA),var(--nm-accent,#7B2CFF));color:#fff;font-weight:800;cursor:pointer}
.nm-style-noorwork .nm-site-footer .nm-newsletter-feedback{color:#D1FAE5}
.nm-style-noorwork .nm-site-footer .nm-newsletter-feedback:empty{display:none}
.nm-style-noorwork .nm-newsletter-footer-wrap .nm-newsletter-form{padding:70px 0}
.nm-style-noorwork .nm-newsletter-footer-wrap .nm-newsletter-body{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:14px 40px;width:min(calc(100% - 40px),var(--nm-container,1440px));margin-inline:auto}
.nm-style-noorwork .nm-newsletter-footer-wrap .nm-newsletter-title{grid-column:1;font-size:28px;letter-spacing:-.04em}
.nm-style-noorwork .nm-newsletter-footer-wrap .nm-newsletter-description{grid-column:1;margin:0}
.nm-style-noorwork .nm-newsletter-footer-wrap .nm-newsletter-inline-form{grid-column:2;grid-row:1/span 2;justify-self:end;width:min(100%,480px)}
@media(max-width:900px){
.nm-style-noorwork .nm-newsletter-footer-wrap .nm-newsletter-body{grid-template-columns:1fr}
.nm-style-noorwork .nm-newsletter-footer-wrap .nm-newsletter-inline-form{grid-column:1;grid-row:auto;justify-self:start}
}


/* ------------------------------------------------------------------ */
/* NoorWork landing visual fixes + rendering performance (v2.4.5)     */
/* ------------------------------------------------------------------ */
/* Global theme heading rules set an explicit dark color, so dark/CTA
 * headings need an explicit landing-page override rather than relying
 * on inherited section color. */
.nm-nw .cta .cta-copy h2,
.nm-nw .section-dark .section-heading h2,
.nm-nw .section-dark .benefit-card h3{color:#fff;}

/* The generic `.customer span` rule also targets the initials badge.
 * Keep the initials readable on the purple avatar background. */
.nm-nw .customer .customer-avatar{color:#fff;}

/* Featured product action follows the NoorWork primary button style. */
.nm-nw .product-card .add-cart-btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 16px;
  border:1px solid var(--nw-primary);
  border-radius:12px;
  background:var(--nw-primary);
  color:#fff;
  box-shadow:0 10px 22px rgba(80,7,170,.18);
  font-size:13px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
  transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.nm-nw .product-card .add-cart-btn:hover{
  border-color:var(--nw-primary-2);
  background:var(--nw-primary-2);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(80,7,170,.26);
}
.nm-nw .product-card .add-cart-btn:focus-visible{
  outline:3px solid rgba(123,44,255,.25);
  outline-offset:3px;
}
.nm-nw .product-card .add-cart-btn.is-added,
.nm-nw .product-card .add-cart-btn.added{
  border-color:var(--nw-success);
  background:var(--nw-success);
  color:#fff;
}

/* Skip painting large below-the-fold landing sections until needed.
 * Unsupported browsers simply ignore this progressive enhancement. */
@supports (content-visibility:auto){
  .nm-nw > .section,
  .nm-nw > .extra-section{
    content-visibility:auto;
    contain-intrinsic-size:auto 760px;
  }
}

/* Reduce animation/paint work for visitors who request less motion. */
@media (prefers-reduced-motion:reduce){
  .nm-nw *,
  .nm-nw *::before,
  .nm-nw *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
  .nm-nw .reveal{opacity:1!important;transform:none!important;}
}

/* NoorMart 2.4.8: Header CTA contrast fix. */
.nm-header-noorwork .nm-header-cta{
	border:1px solid var(--nm-primary,#5007AA)!important;
	background:#fff!important;
	color:var(--nm-dark,#0E1325)!important;
	box-shadow:0 10px 24px rgba(80,7,170,.14);
}
.nm-header-noorwork .nm-header-cta:hover,
.nm-header-noorwork .nm-header-cta:focus-visible{
	border-color:var(--nm-primary,#5007AA)!important;
	background:var(--nm-soft,#F7F5FF)!important;
	color:var(--nm-dark,#0E1325)!important;
	box-shadow:0 14px 30px rgba(80,7,170,.2);
}
