:root {
  --pg-bg: #060910;
  --pg-bg-soft: #0c1322;
  --pg-card: rgba(14, 23, 38, 0.86);
  --pg-card-2: rgba(16, 30, 49, 0.9);
  --pg-text: #e6efff;
  --pg-heading: #ffffff;
  --pg-muted: #9db0ca;
  --pg-border: rgba(161, 188, 224, 0.2);
  --pg-neon: #7cff2f;
  --pg-cyan: #29f2ff;
  --pg-purple: #b267ff;
  --pg-danger: #ff597c;
  --pg-glow-neon: 0 0 28px rgba(124, 255, 47, 0.35);
  --pg-glow-cyan: 0 0 34px rgba(41, 242, 255, 0.28);
  --pg-radius: 18px;
  --pg-shadow: 0 24px 52px rgba(1, 6, 14, 0.55);
}

body,
.editor-styles-wrapper,
.wp-site-blocks {
  background:
    radial-gradient(circle at 18% -4%, rgba(178, 103, 255, 0.22), transparent 30%),
    radial-gradient(circle at 85% 8%, rgba(41, 242, 255, 0.18), transparent 34%),
    radial-gradient(circle at 45% 100%, rgba(124, 255, 47, 0.1), transparent 32%),
    var(--pg-bg);
  color: var(--pg-text);
}

body * { box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 { color: var(--pg-heading) !important; line-height: 1.16; }
p, li, td, th, label { color: var(--pg-text); }
a { color: var(--pg-cyan); transition: .2s ease; }
a:hover { color: var(--pg-neon); }

.wp-site-blocks > header,
header.wp-block-template-part,
.wp-site-blocks > footer:not(.nl-footer-convert),
.wp-block-site-info,
.site-info,
footer .powered-by-wordpress { display: none !important; }

a[href*="sample-page"],
a[href*="przykladowa-strona"],
a[href*="etudes"] { display: none !important; }

.nl-topbar {
  position: relative;
  z-index: 101;
  background: rgba(6, 14, 30, 0.95);
  border-bottom: 1px solid var(--pg-border);
}
.nl-topbar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: .56rem 1rem;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .74rem;
  color: #c8d8ef;
}

.nl-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 12, 22, 0.92);
  border-bottom: 1px solid var(--pg-border);
  backdrop-filter: blur(14px);
}
.nl-header.nl-header-scrolled {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.46);
}
.nl-header__inner {
  max-width: 1240px;
  margin: 0 auto;
  min-height: 74px;
  padding: .8rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
}
.nl-brand {
  display: inline-flex;
  align-items: center;
  gap: .62rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.nl-brand__dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--pg-neon), var(--pg-cyan));
  box-shadow: var(--pg-glow-neon), var(--pg-glow-cyan);
}

.nl-menu-toggle {
  border: 1px solid #314f77;
  background: #0f1a2f;
  color: #fff;
  border-radius: 10px;
  padding: .52rem .75rem;
  font-weight: 700;
}

.nl-nav {
  display: none;
  width: 100%;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  border-bottom: 1px solid var(--pg-border);
  background: rgba(8, 14, 25, 0.98);
  padding: .45rem 1rem .92rem;
}
.nl-nav.is-open { display: grid; gap: .25rem; }
.nl-nav a {
  color: #e9f3ff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 9px;
  padding: .52rem .7rem;
}
.nl-nav a:hover { color: var(--pg-neon); background: rgba(124, 255, 47, 0.08); }

.nl-nav {
  display: none;
  width: 100%;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  border-bottom: 1px solid var(--pg-border);
  background: rgba(8, 14, 25, 0.98);
  padding: .45rem 1rem .92rem;
}
.nl-nav.is-open { display: grid; gap: .25rem; }
.nl-nav a {
  color: #e9f3ff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 9px;
  padding: .52rem .7rem;
}
.nl-nav a:hover { color: var(--pg-neon); background: rgba(124, 255, 47, 0.08); }

main,
.entry-content { color: var(--pg-text); }

.nl-home {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}
.nl-section {
  margin-top: 1.12rem;
  border-radius: calc(var(--pg-radius) + 4px);
  border: 1px solid var(--pg-border);
  background: linear-gradient(145deg, var(--pg-card), var(--pg-bg-soft));
  box-shadow: var(--pg-shadow);
  padding: 1.2rem;
}
.nl-section h2 { margin: 0 0 .8rem; font-size: clamp(1.5rem, 2.5vw, 2.15rem); }

.nl-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  border-radius: 26px;
  border: 1px solid var(--pg-border);
  background:
    radial-gradient(circle at 10% 0%, rgba(178, 103, 255, 0.18), transparent 30%),
    radial-gradient(circle at 96% 15%, rgba(41, 242, 255, 0.2), transparent 38%),
    #0d1527;
  padding: 1.35rem;
  box-shadow: var(--pg-shadow);
}
.nl-kicker {
  margin: 0;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--pg-cyan);
}
.nl-hero h1 { margin: .5rem 0 .64rem; font-size: clamp(2rem, 4.5vw, 3.45rem); }
.nl-hero p { margin: 0; color: #d3e1f5; max-width: 62ch; }
.nl-hero__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1rem 0; }

.nl-btn {
  border: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .82rem 1.18rem;
  text-decoration: none;
  font-weight: 800;
  background: var(--pg-neon);
  color: #101d05;
  box-shadow: var(--pg-glow-neon);
}
.nl-btn:hover { transform: translateY(-2px); color: #091004; box-shadow: 0 0 42px rgba(124, 255, 47, 0.4); }
.nl-btn-alt {
  background: #182742;
  border: 1px solid #36567f;
  color: #eef5ff;
  box-shadow: none;
}
.nl-btn-alt:hover { color: #fff; background: #223755; }

.nl-trust-badges { display: flex; gap: .45rem; flex-wrap: wrap; }
.nl-trust-badges span {
  border-radius: 999px;
  border: 1px solid #2f496c;
  color: #dce9fa;
  padding: .32rem .68rem;
  font-size: .8rem;
  background: rgba(8, 17, 32, 0.88);
}

.nl-lamp-mockup {
  min-height: 290px;
  border-radius: 20px;
  border: 1px solid #35567d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .48rem;
  background:
    radial-gradient(circle at 50% 42%, rgba(124, 255, 47, 0.2), transparent 34%),
    radial-gradient(circle at 55% 50%, rgba(41, 242, 255, 0.26), transparent 46%),
    #0a1324;
}
.nl-lamp-mockup__title { color: var(--pg-cyan); letter-spacing: .12em; font-size: .76rem; }
.nl-lamp-mockup__name {
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #f8fff0;
  text-shadow: 0 0 40px rgba(124, 255, 47, 0.65), 0 0 20px rgba(41, 242, 255, 0.44);
  font-weight: 800;
}

.nl-featured-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  border: 1px solid var(--pg-border);
  border-radius: var(--pg-radius);
  background: var(--pg-card-2);
  padding: 1rem;
}
.nl-featured-card__visual {
  min-height: 160px;
  border-radius: 14px;
  border: 1px solid #34577f;
  background:
    radial-gradient(circle at 35% 45%, rgba(41, 242, 255, 0.3), transparent 38%),
    radial-gradient(circle at 65% 55%, rgba(124, 255, 47, 0.22), transparent 30%),
    #0c172b;
}
.nl-featured-price { margin: 0 0 .4rem; color: var(--pg-cyan); font-size: 1.22rem; font-weight: 700; }
.nl-featured-card ul { margin: 0 0 .9rem 1rem; padding: 0; }
.nl-featured-card li { margin-bottom: .36rem; color: #d6e4f7; }
.nl-featured-card__actions { display: flex; flex-wrap: wrap; gap: .58rem; }

.nl-configurator-preview,
.nl-grid-3,
.nl-grid-4 { display: grid; grid-template-columns: 1fr; gap: .72rem; }
.nl-card,
.nl-gallery-card,
.nl-review-card {
  border-radius: 14px;
  border: 1px solid var(--pg-border);
  background: rgba(12, 23, 40, 0.94);
  padding: .92rem;
}
.nl-configurator-preview .nl-card span {
  display: inline-flex;
  margin-right: .4rem;
  color: var(--pg-neon);
  font-weight: 800;
}
.nl-gallery-card {
  min-height: 122px;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #abf9ff;
}
.nl-review-card p { margin-bottom: .4rem; color: #d4e0f1; }
.nl-review-card span { color: var(--pg-muted); font-size: .86rem; }

.nl-faq details {
  border: 1px solid var(--pg-border);
  border-radius: 12px;
  padding: .7rem .84rem;
  background: #111e35;
  margin-bottom: .55rem;
}
.nl-faq summary { cursor: pointer; font-weight: 700; color: #f3f9ff; }
.nl-faq details[open] { border-color: #4b72a4; box-shadow: 0 0 0 1px rgba(75, 114, 164, 0.45) inset; }
.nl-faq p { margin: .55rem 0 0; color: #d4e1f5; }

.nl-final-cta { text-align: center; }
.nl-static-page {
  max-width: 1120px;
  margin: 1.3rem auto 2rem;
  padding: 0 1rem;
}
.nl-static-page__hero,
.nl-static-grid article {
  border: 1px solid var(--pg-border);
  border-radius: var(--pg-radius);
  background: var(--pg-card);
  padding: 1rem;
  box-shadow: var(--pg-shadow);
}
.nl-static-grid { margin-top: .85rem; display: grid; gap: .7rem; grid-template-columns: 1fr; }

.nl-footer-convert {
  margin-top: 2.2rem;
  padding: 2.2rem 1rem;
  border-top: 1px solid var(--pg-border);
  background: rgba(7, 14, 26, 0.95);
}
.nl-footer-convert__cta,
.nl-footer-convert__cols { max-width: 1200px; margin: 0 auto; }
.nl-footer-convert__cta {
  border: 1px solid #334f74;
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% -10%, rgba(178, 103, 255, 0.22), transparent 46%),
    radial-gradient(circle at 96% 18%, rgba(41, 242, 255, 0.22), transparent 48%),
    #102037;
  text-align: center;
  padding: 1.2rem;
  margin-bottom: .94rem;
}
.nl-footer-convert__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: .68rem;
}
.nl-footer-convert__cols > div {
  border: 1px solid var(--pg-border);
  border-radius: 14px;
  background: #101e35;
  padding: .82rem;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.nl-footer-convert__cols a,
.nl-footer-convert__cols span,
.nl-footer-convert__cols p { color: #dbe7f8; text-decoration: none; }

.nl-woo-surface .woocommerce,
.nl-woo-surface .woocommerce-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem 2.5rem;
}

.woocommerce .woocommerce-notices-wrapper { margin-top: .8rem; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid #31577e;
  border-left: 3px solid var(--pg-cyan);
  border-radius: 12px;
  background: #10223d;
  color: #e7f0ff;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count { color: var(--pg-muted); }

.nl-shop-intro {
  border: 1px solid var(--pg-border);
  border-radius: 16px;
  padding: 1.05rem;
  margin-bottom: 1rem;
  background: linear-gradient(150deg, #132643, #0f1b33);
}
.nl-shop-intro p { margin: 0; color: #d5e2f4; }

.woocommerce .woocommerce-ordering select,
.woocommerce select.orderby,
.select2-container--default .select2-selection--single {
  border: 1px solid #385a85 !important;
  border-radius: 10px !important;
  background: #0f1b31 !important;
  color: #eef6ff !important;
  padding: .5rem .7rem;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: .95rem;
}
.woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  border-radius: var(--pg-radius);
  border: 1px solid var(--pg-border);
  background: linear-gradient(160deg, #101e34, #0f1a2f);
  padding: .92rem;
  box-shadow: var(--pg-shadow);
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-3px);
  border-color: #4870a2;
  box-shadow: var(--pg-shadow), 0 0 28px rgba(41, 242, 255, 0.2);
}
.woocommerce ul.products li.product .price { color: var(--pg-cyan) !important; font-weight: 700; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #fff !important; }
.nl-loop-benefit { margin: .42rem 0 .72rem; color: #b7cbe5; font-size: .84rem; }
.nl-configure-loop { width: 100%; margin-top: .4rem !important; text-align: center; }

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .checkout-button,
.woocommerce .button.alt,
.single_add_to_cart_button {
  background: var(--pg-neon) !important;
  color: #081104 !important;
  border: 0 !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
}

.woocommerce div.product {
  border: 1px solid var(--pg-border);
  border-radius: 20px;
  background: linear-gradient(145deg, #0f1b31, #0d172b);
  padding: 1rem;
  box-shadow: var(--pg-shadow);
}
.woocommerce div.product div.images img,
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  border-radius: 14px;
  border: 1px solid #31547b;
  background: #0e1d34;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--pg-cyan); }
.nl-product-benefits { display: grid; gap: .55rem; margin: .72rem 0 1rem; }
.nl-product-benefits > div {
  border: 1px solid var(--pg-border);
  border-radius: 10px;
  background: #10213a;
  padding: .55rem .72rem;
}

.woocommerce-cart table.cart,
.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-cart .cart_totals,
.woocommerce-checkout .woocommerce-checkout-review-order {
  border: 1px solid var(--pg-border);
  border-radius: 14px;
  background: #101e35;
  color: #eef5ff;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { border-color: rgba(165, 191, 225, 0.2); }

.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=tel],
.woocommerce input[type=number],
.woocommerce input[type=password],
.woocommerce textarea,
.woocommerce select {
  background: #0c1629 !important;
  color: #fff !important;
  border: 1px solid #385a85 !important;
  border-radius: 10px !important;
}

.woocommerce-cart .cart-empty {
  border: 1px solid var(--pg-border);
  border-radius: var(--pg-radius);
  background: #102038;
  padding: 1.8rem 1rem;
  text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  color: #dbe7f8;
  text-decoration: none;
  border-radius: 9px;
  display: block;
  padding: .52rem .68rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover { background: #173156; color: #fff; }

@media (min-width: 960px) {
  .nl-menu-toggle { display: none; }
  .nl-nav {
    position: static;
    width: auto;
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: .2rem;
  }
}

@media (min-width: 780px) {
  .nl-home { padding-top: 2.2rem; }
  .nl-hero { grid-template-columns: 1.1fr .9fr; padding: 2rem; }
  .nl-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nl-grid-4,
  .nl-configurator-preview { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .nl-featured-card { grid-template-columns: .85fr 1.15fr; }
  .nl-footer-convert__cols { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .nl-static-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Mobile-first quality pass */
html, body {
  overflow-x: hidden;
  width: 100%;
}

body.nl-menu-open {
  overflow: hidden;
}

img,
svg,
iframe,
video {
  max-width: 100%;
  height: auto;
}

body {
  font-size: clamp(15px, 3.9vw, 17px);
  line-height: 1.52;
}

h1 { font-size: clamp(1.7rem, 7vw, 2.6rem) !important; }
h2 { font-size: clamp(1.35rem, 5.6vw, 2rem) !important; }
h3 { font-size: clamp(1.05rem, 4.4vw, 1.35rem) !important; }

.nl-header__inner {
  min-height: 66px;
}

.nl-brand {
  font-size: 1rem;
}

.nl-menu-toggle {
  min-height: 44px;
  min-width: 44px;
  padding: .58rem .82rem;
}

.nl-nav {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
}

.nl-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  font-size: .97rem;
}

.nl-topbar-inner {
  font-size: .64rem;
  line-height: 1.4;
  padding: .42rem .72rem;
}

.nl-home,
.nl-static-page,
.nl-woo-surface .woocommerce,
.nl-woo-surface .woocommerce-page {
  padding-left: .78rem;
  padding-right: .78rem;
}

.nl-hero {
  padding: 1.1rem;
  gap: 1rem;
}

.nl-hero p {
  font-size: .98rem;
}

.nl-hero__actions {
  flex-direction: column;
}

.nl-hero__actions .nl-btn {
  width: 100%;
  min-height: 48px;
}

.nl-trust-badges {
  gap: .4rem;
}

.nl-trust-badges span {
  font-size: .74rem;
}

.nl-lamp-mockup {
  min-height: 220px;
  padding: .9rem;
}

.nl-lamp-mockup__name {
  text-align: center;
  word-break: break-word;
}

.nl-section {
  padding: 1rem;
  margin-top: .95rem;
}

.nl-featured-card__actions .nl-btn {
  width: 100%;
}

.nl-card,
.nl-gallery-card,
.nl-review-card {
  padding: .82rem;
}

.nl-gallery-card {
  min-height: 96px;
}

.nl-footer-convert__cta .nl-btn {
  width: 100%;
  min-height: 48px;
}

.nl-footer-convert__cols a {
  padding: .16rem 0;
  min-height: 34px;
  display: flex;
  align-items: center;
}

.woocommerce ul.products {
  grid-template-columns: 1fr;
  gap: .8rem;
}

.woocommerce ul.products li.product {
  padding: .78rem;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  min-height: 46px;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  float: none;
  width: 100%;
}

.woocommerce .woocommerce-ordering select,
.woocommerce select.orderby {
  width: 100%;
  min-height: 44px;
}

.single-product div.product .summary {
  margin-top: .85rem;
}

.single-product div.product form.cart {
  display: flex;
  flex-direction: column;
  gap: .58rem;
}

.single-product div.product form.cart .quantity,
.single-product div.product form.cart button.single_add_to_cart_button {
  width: 100%;
}

.single-product div.product form.cart .quantity input.qty {
  width: 100%;
  min-height: 44px;
}

.single-product .woocommerce-tabs ul.tabs li {
  width: 100%;
}

.woocommerce-cart table.cart {
  border: 0;
  background: transparent;
  padding: 0;
}

.woocommerce-cart table.shop_table_responsive thead {
  display: none;
}

.woocommerce-cart table.shop_table_responsive tr,
.woocommerce-cart table.shop_table_responsive td {
  display: block;
  width: 100%;
}

.woocommerce-cart table.shop_table_responsive tr {
  border: 1px solid var(--pg-border);
  border-radius: 14px;
  background: #101e35;
  margin-bottom: .82rem;
  padding: .75rem;
}

.woocommerce-cart table.shop_table_responsive td {
  border: 0;
  padding: .34rem 0;
}

.woocommerce-cart table.shop_table_responsive td::before {
  float: none !important;
  font-weight: 700;
  color: #d6e3f6;
  margin-bottom: .16rem;
  display: block;
}

.woocommerce-cart .actions .coupon {
  display: grid;
  gap: .55rem;
}

.woocommerce-cart .actions .coupon .input-text,
.woocommerce-cart .actions .coupon .button,
.woocommerce-cart .actions > .button {
  width: 100% !important;
  min-height: 44px;
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce-checkout-review-order {
  margin-top: .72rem;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  min-height: 48px;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  width: 100% !important;
  float: none !important;
}

.woocommerce-checkout .form-row {
  margin-bottom: .72rem;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
  min-height: 46px;
}

#place_order {
  width: 100%;
  min-height: 50px;
  font-size: 1rem;
}

.woocommerce-account .woocommerce {
  display: grid;
  gap: .72rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  min-height: 44px;
  display: flex;
  align-items: center;
}

.woocommerce form.login,
.woocommerce form.register {
  padding: .84rem;
}

@media (min-width: 481px) and (max-width: 768px) {
  .nl-home,
  .nl-static-page {
    padding-left: .95rem;
    padding-right: .95rem;
  }

  .nl-hero__actions {
    flex-direction: row;
  }

  .nl-hero__actions .nl-btn {
    width: auto;
    min-width: 180px;
    flex: 1 1 0;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Premium single product rebuild */
.single-product .nl-woo-surface .woocommerce,
.single-product .woocommerce {
  max-width: 1480px;
}

.nl-product-page {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.nl-product-shell {
  display: grid;
  gap: 1.2rem;
}

.nl-product-hero,
.nl-product-highlights,
.nl-configurator-builder,
.nl-product-how,
.nl-product-ideas,
.nl-product-story,
.nl-product-reviews {
  border: 1px solid rgba(120, 180, 255, 0.18);
  border-radius: 24px;
  background: linear-gradient(150deg, #0b172a, #101f36);
  padding: 1.25rem;
  box-shadow: 0 20px 45px rgba(1, 7, 18, 0.45);
}

.nl-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 1.5rem;
}

.nl-product-hero .woocommerce-product-gallery {
  margin: 0 !important;
}

.nl-product-hero .woocommerce-product-gallery__image,
.nl-product-hero .woocommerce-product-gallery__wrapper img {
  border-radius: 22px !important;
  border: 1px solid rgba(120, 180, 255, 0.22) !important;
  background: #050b16;
}

.nl-product-subtitle {
  margin: .5rem 0 .9rem;
  color: #aab7cf;
}

.nl-product-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .58rem;
  margin: .95rem 0;
}

.nl-product-trust span {
  border-radius: 999px;
  border: 1px solid rgba(120, 180, 255, 0.2);
  background: rgba(5, 11, 22, .7);
  padding: .48rem .65rem;
  font-size: .85rem;
  color: #f8fafc;
}

.nl-product-hero__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: .6rem 1rem;
  border-radius: 16px;
  background: #5cff2e;
  color: #031103;
  font-weight: 800;
  text-decoration: none;
  width: min(100%, 320px);
  box-shadow: 0 0 22px rgba(92, 255, 46, .3);
}

.nl-product-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

.nl-highlight-card {
  border-radius: 18px;
  background: rgba(5, 11, 22, .6);
  border: 1px solid rgba(120, 180, 255, 0.18);
  padding: 1rem;
}

.nl-highlight-card span { font-size: 1.3rem; display: block; }
.nl-highlight-card h3 { margin: .55rem 0 .35rem; }
.nl-highlight-card p { margin: 0; color: #aab7cf; }

.nl-configurator-builder__head p { color: #aab7cf; margin: .3rem 0 0; }
.nl-configurator-builder__body form.cart { margin-top: .8rem; display: block; }
.nl-configurator-builder__body .variations { margin-bottom: .8rem; }
.nl-configurator-builder__body .single_add_to_cart_button { width: 100%; min-height: 56px; border-radius: 16px !important; }
.nl-configurator-builder__body .quantity input.qty { min-height: 52px; }

.nl-product-how__grid,
.nl-product-ideas__grid {
  display: grid;
  gap: .75rem;
}

.nl-product-how__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nl-product-how__grid article {
  border-radius: 18px;
  border: 1px solid rgba(120, 180, 255, 0.18);
  background: rgba(5, 11, 22, .55);
  padding: 1rem;
}
.nl-product-how__grid p { margin: .35rem 0 0; color: #aab7cf; }

.nl-product-ideas__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nl-product-ideas__grid span {
  border-radius: 14px;
  border: 1px solid rgba(120, 180, 255, 0.2);
  background: rgba(5, 11, 22, .58);
  padding: .7rem .85rem;
}

.nl-product-story p { color: #aab7cf; }
.nl-product-story .product_meta { margin-top: .7rem; color: #f8fafc; }

.nl-product-reviews .nl-review-empty {
  border-radius: 16px;
  border: 1px dashed rgba(120, 180, 255, 0.45);
  background: rgba(5, 11, 22, .45);
  color: #aab7cf;
  padding: .9rem;
  margin-bottom: .8rem;
}

.single-product .woocommerce-tabs,
.single-product .related,
.single-product .up-sells {
  border-radius: 24px;
  border: 1px solid rgba(120, 180, 255, 0.18);
  background: linear-gradient(150deg, #0b172a, #101f36);
  padding: 1.1rem;
}

@media (max-width: 980px) {
  .nl-product-hero,
  .nl-product-highlights,
  .nl-product-how__grid,
  .nl-product-ideas__grid,
  .nl-product-trust {
    grid-template-columns: 1fr;
  }

  .nl-product-hero {
    gap: 1rem;
  }

  .nl-product-hero__cta {
    width: 100%;
  }

  .nl-product-hero,
  .nl-product-highlights,
  .nl-configurator-builder,
  .nl-product-how,
  .nl-product-ideas,
  .nl-product-story,
  .nl-product-reviews {
    border-radius: 20px;
    padding: 1rem;
  }
}

.nl-configurator-builder .nl-add-to-cart-trust {
  margin: .65rem 0 0;
  color: #aab7cf;
  font-size: .82rem;
  text-align: center;
}

/* Premium homepage redesign (PixelGlow landing revamp). */
:root {
  --pg-bg: #050B16;
  --pg-bg-soft: #081120;
  --pg-card: #0B172A;
  --pg-card-2: #101F36;
  --pg-text: #F8FAFC;
  --pg-muted: #AAB7CF;
  --pg-border: rgba(120, 180, 255, 0.18);
  --pg-neon: #5CFF2E;
  --pg-cyan: #00E5FF;
}

.nl-home {
  max-width: 1240px;
  padding-top: clamp(1.2rem, 2.5vw, 2.2rem);
  display: grid;
  gap: clamp(1rem, 2vw, 1.45rem);
}

.nl-section {
  margin-top: 0;
  border-radius: 28px;
  padding: clamp(1rem, 2.4vw, 2rem);
  background: linear-gradient(150deg, rgba(11, 23, 42, 0.92), rgba(8, 17, 32, 0.95));
}

.nl-section__header h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
}

.nl-section__header p {
  margin: .5rem 0 0;
  color: var(--pg-muted);
  font-size: clamp(.98rem, 1.4vw, 1.08rem);
}

.nl-hero {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: clamp(1.25rem, 3vw, 2.8rem);
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: center;
  isolation: isolate;
}

.nl-hero__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 16% 12%, rgba(0, 229, 255, 0.22), transparent 36%),
    radial-gradient(circle at 87% 20%, rgba(92, 255, 46, 0.2), transparent 34%),
    radial-gradient(circle at 60% 100%, rgba(120, 110, 255, 0.22), transparent 42%),
    linear-gradient(135deg, #08111f 8%, #050B16 100%);
}

.nl-hero__background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: .18;
}

.nl-kicker { color: var(--pg-cyan); }
.nl-hero h1 { margin: .45rem 0 .75rem; max-width: 16ch; }
.nl-hero p { color: #dce8fb; font-size: clamp(.98rem, 1.5vw, 1.12rem); }

.nl-btn {
  min-height: 48px;
  border-radius: 14px;
  padding: .85rem 1.25rem;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.nl-btn:hover { transform: translateY(-3px); }

.nl-btn-alt {
  background: rgba(16, 31, 54, 0.88);
  backdrop-filter: blur(8px);
}

.nl-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.nl-trust-row span {
  background: rgba(16, 31, 54, 0.82);
  border: 1px solid var(--pg-border);
  border-radius: 999px;
  padding: .38rem .72rem;
  font-size: .82rem;
  color: #deebff;
}

.nl-hero__visual { display: grid; }

.nl-hero-lamp {
  margin-inline: auto;
  width: min(100%, 500px);
  min-height: clamp(290px, 48vw, 440px);
  border-radius: 30px;
  border: 1px solid rgba(0, 229, 255, 0.28);
  background:
    radial-gradient(circle at 50% 50%, rgba(92, 255, 46, 0.26), transparent 36%),
    radial-gradient(circle at 52% 55%, rgba(0, 229, 255, 0.34), transparent 50%),
    linear-gradient(165deg, #0f1d33, #081120 72%);
  box-shadow: 0 0 0 1px rgba(120, 180, 255, 0.22) inset, 0 30px 70px rgba(1, 5, 15, 0.7);
  display: grid;
  place-content: center;
  text-align: center;
  gap: .45rem;
  animation: nlFloat 6s ease-in-out infinite;
}

.nl-hero-lamp__tag {
  color: var(--pg-cyan);
  letter-spacing: .22em;
  font-size: .72rem;
}

.nl-hero-lamp__name {
  font-size: clamp(2rem, 7vw, 4rem);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 24px rgba(92, 255, 46, 0.65), 0 0 40px rgba(0, 229, 255, 0.5);
}

.nl-hero-lamp__meta {
  font-size: .84rem;
  color: #c9d8f2;
  letter-spacing: .08em;
}

.nl-proof-strip {
  margin: .2rem 0;
  border-radius: 999px;
  border: 1px solid var(--pg-border);
  background: rgba(11, 23, 42, 0.88);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nl-proof-strip__track {
  display: flex;
  gap: .6rem;
  min-width: max-content;
  padding: .7rem .9rem;
}

.nl-proof-strip__track span {
  white-space: nowrap;
  border-radius: 999px;
  border: 1px solid rgba(120, 180, 255, 0.24);
  color: #dce8ff;
  padding: .34rem .68rem;
  background: rgba(16, 31, 54, 0.76);
  font-size: .84rem;
}

.nl-products-grid,
.nl-benefits-grid,
.nl-steps-grid {
  display: grid;
  gap: .9rem;
  margin-top: 1rem;
}

.nl-product-card {
  border-radius: 22px;
  border: 1px solid var(--pg-border);
  background: linear-gradient(160deg, rgba(16, 31, 54, 0.98), rgba(11, 23, 42, 0.98));
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.nl-product-card:hover,
.nl-benefit:hover,
.nl-step:hover,
.nl-visual-card:hover,
.nl-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 229, 255, 0.2) inset;
}

.nl-product-card__media {
  min-height: 220px;
  background:
    radial-gradient(circle at 40% 32%, rgba(0, 229, 255, 0.2), transparent 35%),
    radial-gradient(circle at 70% 65%, rgba(92, 255, 46, 0.2), transparent 45%),
    linear-gradient(165deg, #132643, #0b172a);
  background-size: cover;
  background-position: center;
}

.nl-product-card__body { padding: 1rem; }
.nl-product-card h3 { margin: 0; }
.nl-product-card__price { margin: .45rem 0; color: var(--pg-cyan); font-weight: 700; }
.nl-product-card p { margin: .3rem 0; color: #d6e4fb; }

.nl-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: .85rem;
}

.nl-lifestyle-grid {
  margin-top: 1rem;
  display: grid;
  gap: .8rem;
}

.nl-visual-card {
  min-height: 180px;
  border-radius: 20px;
  border: 1px solid var(--pg-border);
  background:
    radial-gradient(circle at 70% 18%, rgba(0, 229, 255, 0.22), transparent 40%),
    linear-gradient(150deg, #132744, #0d1a30);
  position: relative;
  overflow: hidden;
}

.nl-visual-card span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.nl-benefit,
.nl-step {
  border-radius: 18px;
  border: 1px solid var(--pg-border);
  background: rgba(16, 31, 54, 0.76);
  padding: 1rem;
  transition: transform .25s ease, box-shadow .25s ease;
}

.nl-benefit h3,
.nl-step h3 { margin: 0; font-size: 1.1rem !important; }

.nl-benefit p,
.nl-step p { margin: .42rem 0 0; color: var(--pg-muted); }

.nl-step span {
  display: inline-block;
  color: var(--pg-neon);
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: .45rem;
}

.nl-before-after {
  margin-top: 1rem;
  display: grid;
  gap: .8rem;
}

.nl-before-after__panel {
  min-height: 220px;
  border-radius: 20px;
  border: 1px solid var(--pg-border);
  display: grid;
  place-items: end start;
  padding: 1rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.nl-before-after__panel--before {
  background: linear-gradient(155deg, #121826, #1d2738);
  filter: grayscale(1);
}

.nl-before-after__panel--after {
  background:
    radial-gradient(circle at 65% 32%, rgba(92, 255, 46, 0.28), transparent 36%),
    radial-gradient(circle at 50% 58%, rgba(0, 229, 255, 0.28), transparent 48%),
    linear-gradient(160deg, #12243f, #0d1b30);
}

.nl-centered-action {
  text-align: center;
  margin-top: 1rem;
}

.nl-reviews-track {
  margin-top: 1rem;
  display: grid;
  gap: .8rem;
}

.nl-review-card {
  border-radius: 18px;
  border: 1px solid var(--pg-border);
  background: rgba(16, 31, 54, 0.82);
  padding: 1rem;
}

.nl-review-card strong { color: #ffdf6b; letter-spacing: .06em; }

.nl-review-card span {
  color: var(--pg-muted);
  font-size: .9rem;
}

.nl-faq details {
  background: rgba(16, 31, 54, 0.78);
}

.nl-final-cta {
  text-align: center;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 229, 255, 0.2), transparent 42%),
    radial-gradient(circle at 90% 20%, rgba(92, 255, 46, 0.2), transparent 40%),
    linear-gradient(165deg, #12223b, #0b172a);
}

@media (min-width: 820px) {
  .nl-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  }

  .nl-products-grid,
  .nl-benefits-grid,
  .nl-steps-grid,
  .nl-reviews-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nl-lifestyle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(160px, auto);
  }

  .nl-visual-card--large { grid-column: span 2; grid-row: span 2; }
  .nl-visual-card--wide { grid-column: span 2; }

  .nl-before-after {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 819px) {
  .nl-hero__actions,
  .nl-inline-actions { flex-direction: column; }

  .nl-btn { width: 100%; }

  .nl-proof-strip {
    border-radius: 18px;
  }
}

@keyframes nlFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Homepage premium polish pass (stabilization/layout repair) */
.home .wp-site-blocks,
.home .entry-content,
.home main.wp-block-post-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.nl-home {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: clamp(.35rem, 1vw, .9rem) 32px clamp(2.5rem, 4vw, 4rem);
  display: grid;
  gap: 72px;
}

.nl-home > * {
  width: 100%;
  max-width: 100%;
}

.nl-section {
  margin: 0;
  padding: clamp(1.25rem, 2vw, 2rem);
}

.nl-section__header {
  margin-bottom: 20px;
}

.nl-section__header h2 {
  margin-bottom: 0;
}

.nl-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  min-height: 620px;
  padding: clamp(1.5rem, 2.8vw, 2.8rem);
  overflow: hidden;
}

.nl-hero__background {
  pointer-events: none;
}

.nl-hero__content {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 0;
}

.nl-kicker {
  margin-bottom: .45rem;
}

.nl-hero h1 {
  margin: 0 0 .9rem;
  max-width: 16ch;
}

.nl-hero p {
  margin: 0;
}

.nl-hero__actions {
  margin: 1.2rem 0 1rem;
  gap: .72rem;
}

.nl-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0;
}

.nl-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  max-width: 100%;
  white-space: nowrap;
}

.nl-hero__visual {
  min-width: 0;
  display: grid;
  place-items: center;
}

.nl-hero-lamp {
  width: min(100%, 540px);
  min-height: clamp(340px, 42vw, 500px);
  margin: 0;
  box-shadow: 0 0 0 1px rgba(120, 180, 255, 0.22) inset, 0 30px 70px rgba(1, 5, 15, 0.7), 0 0 45px rgba(0, 229, 255, .22);
}

.nl-hero__particles {
  pointer-events: none;
}

.nl-btn {
  position: relative;
  overflow: hidden;
}

.nl-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, .33), transparent 72%);
  transition: transform .75s ease;
}

.nl-btn:hover::after {
  transform: translateX(120%);
}

.nl-section--separator {
  position: relative;
}

.nl-section--separator::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: -36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, .45), rgba(92, 255, 46, .34), transparent);
}

.nl-products-grid,
.nl-benefits-grid,
.nl-steps-grid,
.nl-reviews-track {
  margin-top: 0;
  gap: 24px;
}

.nl-products-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nl-benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nl-steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nl-reviews-track {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nl-product-card__body,
.nl-benefit,
.nl-step,
.nl-review-card {
  padding: 24px;
}

.nl-product-card,
.nl-benefit,
.nl-step,
.nl-review-card {
  box-shadow: 0 16px 32px rgba(1, 8, 20, .36);
}

.nl-product-card:hover,
.nl-benefit:hover,
.nl-step:hover,
.nl-visual-card:hover,
.nl-review-card:hover {
  transform: translateY(-3px);
}

.nl-product-card__media {
  min-height: 240px;
}

.nl-faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
}

.nl-faq summary::-webkit-details-marker {
  display: none;
}

.nl-faq summary::after {
  content: "+";
  display: inline-flex;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(120, 180, 255, .4);
  color: var(--pg-cyan);
  font-weight: 700;
}

.nl-faq details[open] summary::after {
  content: "−";
  color: var(--pg-neon);
  border-color: rgba(92, 255, 46, .45);
}

.nl-final-cta {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

[data-nl-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .4s ease, transform .4s ease;
}

[data-nl-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .nl-home {
    padding-left: 24px;
    padding-right: 24px;
    gap: 56px;
  }

  .nl-hero {
    min-height: 560px;
  }

  .nl-products-grid,
  .nl-benefits-grid,
  .nl-reviews-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nl-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 819px) {
  .nl-home {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: .2rem;
    gap: 40px;
  }

  .nl-section {
    padding: 20px;
  }

  .nl-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 20px;
    padding: 20px;
  }

  .nl-hero__actions,
  .nl-inline-actions {
    flex-direction: column;
    margin: 1rem 0 .8rem;
  }

  .nl-btn {
    width: 100%;
    min-height: 48px;
  }

  .nl-trust-row span {
    white-space: normal;
  }

  .nl-hero h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
    max-width: none;
  }

  .nl-hero-lamp {
    width: 100%;
    min-height: 320px;
  }

  .nl-products-grid,
  .nl-benefits-grid,
  .nl-steps-grid,
  .nl-reviews-track {
    grid-template-columns: 1fr;
  }

  .nl-product-card__media {
    min-height: 220px;
  }

  .nl-section--separator::before {
    left: 20px;
    right: 20px;
    top: -20px;
  }
}

@keyframes nlParticle {
  from {
    transform: translateY(0) scale(.8);
    opacity: .05;
  }
  30% {
    opacity: .26;
  }
  to {
    transform: translateY(-240px) scale(1.08);
    opacity: 0;
  }
}
