/* ================================================================
   NSC SINGLE PRODUCT PAGE — neon-product-page.css v3.1
   Dark neon-noir aesthetic. Compatible with all WP themes.
   All theme defaults are safely overridden within .nsc-page.
================================================================ */

/* ── Page wrapper resets ──────────────────────── */
.nsc-page {
    background: #07070e;
    color: #e8e8f5;
    font-family: 'Raleway', sans-serif;
    line-height: 1.65;
    /* Reset any theme content-width constraints */
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Hide theme page elements that don't belong */
.nsc-page .woocommerce-breadcrumb,
.nsc-page .entry-title,
.nsc-page .woocommerce-product-gallery,
.nsc-page .product_meta,
.nsc-page .woocommerce-tabs,
.nsc-page .related.products,
.nsc-page .up-sells,
.nsc-page > .price,
.nsc-page .woocommerce-product-details__add-to-cart {
    display: none !important;
}

/* ── Containers ───────────────────────────────── */
.nsc-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}
.nsc-container--wide   { max-width: 1280px; }
.nsc-container--narrow { max-width: 860px; }

/* ── Sections ─────────────────────────────────── */
.nsc-section {
    padding: 64px 0;
    position: relative;
}
.nsc-section + .nsc-section {
    border-top: 1px solid rgba(255,255,255,0.07);
}

.nsc-section-eyebrow {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #a855f7;
    margin-bottom: 10px;
    display: block;
}
.nsc-section-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #e8e8f5;
    margin: 0 0 32px;
    line-height: 1.2;
}

/* ================================================================
   HERO BAR
================================================================ */
.nsc-hero-bar {
    background: linear-gradient(180deg, rgba(168,85,247,0.1) 0%, rgba(7,7,14,0) 100%);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    padding: 28px 0 30px;
}

.nsc-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(232,232,245,0.45);
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.nsc-breadcrumb a {
    color: rgba(232,232,245,0.45);
    text-decoration: none;
}
.nsc-breadcrumb a:hover { color: #e8e8f5; }
.nsc-bc-sep     { opacity: 0.4; }
.nsc-bc-current { color: #e8e8f5; font-weight: 700; }

.nsc-hero-title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.nsc-hero-title-col { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 200px; }

.nsc-product-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e8e8f5;
    margin: 0 0 8px;
    line-height: 1.1;
}
.nsc-product-tagline {
    font-size: 0.88rem;
    color: rgba(232,232,245,0.5);
    margin: 0;
    max-width: 520px;
}

.nsc-hero-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nsc-hero-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.nsc-stars      { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 2px; }
.nsc-star       { font-size: 1rem; line-height: 1; }
.nsc-star--on   { color: #ffd700; }
.nsc-star--off  { color: rgba(255,215,0,0.2); }
.nsc-rating-count { font-size: 0.73rem; color: rgba(232,232,245,0.5); }

.nsc-sale-badge {
    display: inline-block;
    background: #ff3366;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 11px;
    border-radius: 100px;
}

/* ================================================================
   PRICE RIBBON
================================================================ */
.nsc-price-ribbon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    padding: 16px 22px;
    background: rgba(168,85,247,0.08);
    border: 1px solid rgba(168,85,247,0.22);
    border-radius: 12px;
    margin-bottom: 22px;
}

.nsc-ribbon-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}
.nsc-ribbon-was {
    font-size: 1rem;
    color: rgba(232,232,245,0.4);
    text-decoration: line-through;
}
.nsc-ribbon-price {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.9rem;
    font-weight: 900;
    color: #e8e8f5;
    letter-spacing: 0.03em;
}
.nsc-ribbon-sym { font-size: 1.2rem; }
.nsc-ribbon-amt { font-size: 2.1rem; }
.nsc-ribbon-note {
    font-size: 0.72rem;
    color: rgba(232,232,245,0.45);
    letter-spacing: 0.03em;
}

.nsc-trust-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.nsc-pill {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 5px 11px;
    border-radius: 100px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(232,232,245,0.55);
    white-space: nowrap;
}

/* ================================================================
   CUSTOMIZER SECTION
================================================================ */
.nsc-section--customizer {
    background: #07070e;
    padding: 36px 0 60px;
}

/* ================================================================
   FEATURE CARDS
================================================================ */
.nsc-section--features { background: #0d0d18; }

.nsc-features-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.nsc-feature-card {
    background: #111120;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 26px 20px;
    -webkit-transition: border-color 0.22s, -webkit-transform 0.22s;
    transition: border-color 0.22s, transform 0.22s;
}
.nsc-feature-card:hover {
    border-color: rgba(168,85,247,0.35);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.nsc-feature-icon {
    font-size: 1.55rem;
    margin-bottom: 12px;
    display: block;
}
.nsc-feature-card h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e8e8f5;
    margin: 0 0 8px;
}
.nsc-feature-card p {
    font-size: 0.78rem;
    color: rgba(232,232,245,0.5);
    margin: 0;
    line-height: 1.6;
}

/* ================================================================
   DESCRIPTION
================================================================ */
.nsc-section--description { background: #07070e; }

.nsc-description-body {
    font-size: 0.88rem;
    color: rgba(232,232,245,0.6);
    line-height: 1.8;
}
.nsc-description-body h1,
.nsc-description-body h2,
.nsc-description-body h3 {
    font-family: 'Josefin Sans', sans-serif;
    color: #e8e8f5;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 26px 0 10px;
}
.nsc-description-body p  { margin: 0 0 14px; }
.nsc-description-body ul,
.nsc-description-body ol { padding-left: 20px; margin: 0 0 14px; }
.nsc-description-body li { margin-bottom: 6px; }
.nsc-description-body a  { color: #a855f7; text-decoration: underline; }

/* ================================================================
   SPECS TABLE
================================================================ */
.nsc-section--specs { background: #0d0d18; }

.nsc-specs-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
}
.nsc-spec-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36px 200px 1fr;
    grid-template-columns: 36px 200px 1fr;
    gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
}
.nsc-spec-row:nth-child(odd)  { background: rgba(255,255,255,0.025); }
.nsc-spec-row:hover           { background: rgba(255,255,255,0.04); }

.nsc-spec-icon  { font-size: 1.1rem; text-align: center; }
.nsc-spec-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(232,232,245,0.5);
}
.nsc-spec-value { font-size: 0.84rem; color: #e8e8f5; font-weight: 500; }

/* ================================================================
   HOW IT WORKS
================================================================ */
.nsc-section--how { background: #07070e; }

.nsc-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nsc-step {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    text-align: center;
    padding: 30px 18px;
    background: #111120;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
}
.nsc-step-num {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.6rem;
    font-weight: 900;
    color: rgba(168,85,247,0.2);
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
}
.nsc-step h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e8e8f5;
    margin: 0 0 8px;
}
.nsc-step p { font-size: 0.77rem; color: rgba(232,232,245,0.5); margin: 0; line-height: 1.6; }
.nsc-step-arrow {
    font-size: 1.4rem;
    color: rgba(168,85,247,0.4);
    padding: 0 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* ================================================================
   FAQ
================================================================ */
.nsc-section--faq { background: #0d0d18; }

.nsc-faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}
.nsc-faq-item {
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}
.nsc-faq-item--open { border-color: rgba(168,85,247,0.4); }

.nsc-faq-q {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    background: rgba(255,255,255,0.025);
    border: none;
    padding: 16px 20px;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #e8e8f5;
    text-align: left;
    -webkit-transition: background 0.18s;
    transition: background 0.18s;
}
.nsc-faq-q:hover { background: rgba(255,255,255,0.04); }
.nsc-faq-item--open .nsc-faq-q { background: rgba(168,85,247,0.1); }
.nsc-faq-icon {
    font-size: 1.2rem;
    font-weight: 300;
    color: #a855f7;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}
.nsc-faq-item--open .nsc-faq-icon { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.nsc-faq-a {
    padding: 14px 20px 18px;
    background: rgba(255,255,255,0.015);
    border-top: 1px solid rgba(255,255,255,0.07);
}
.nsc-faq-a p { font-size: 0.82rem; color: rgba(232,232,245,0.55); margin: 0; line-height: 1.7; }

/* ================================================================
   REVIEWS
================================================================ */
.nsc-section--reviews { background: #07070e; }
.nsc-section--reviews #reviews h2,
.nsc-section--reviews .woocommerce-Reviews-title { display: none; }

.nsc-section--reviews .comment-list { list-style: none; padding: 0; margin: 0; }
.nsc-section--reviews .comment-list li {
    background: #111120;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 12px;
}
.nsc-section--reviews .star-rating { color: #ffd700; }
.nsc-section--reviews .woocommerce-review__author { color: #e8e8f5; font-weight: 700; }
.nsc-section--reviews .description p { color: rgba(232,232,245,0.55); font-size: 0.84rem; margin: 8px 0 0; }

.nsc-section--reviews #review_form_wrapper { margin-top: 32px; }
.nsc-section--reviews #review_form_wrapper label { color: rgba(232,232,245,0.55); font-size: 0.82rem; }
.nsc-section--reviews #review_form_wrapper input,
.nsc-section--reviews #review_form_wrapper textarea {
    background: #111120 !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    color: #e8e8f5 !important;
    border-radius: 8px;
    padding: 10px 14px;
    width: 100%;
    box-sizing: border-box;
}
.nsc-section--reviews #review_form_wrapper input:focus,
.nsc-section--reviews #review_form_wrapper textarea:focus {
    border-color: #a855f7 !important;
    outline: none;
}
.nsc-section--reviews #review_form_wrapper .submit {
    background: #a855f7 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 700;
    cursor: pointer;
    font-size: 0.84rem;
    -webkit-transition: background 0.18s;
    transition: background 0.18s;
}
.nsc-section--reviews #review_form_wrapper .submit:hover { background: #c060ff !important; }

/* ================================================================
   STICKY BAR
================================================================ */
.nsc-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background: rgba(10,8,20,0.96);
    border-top: 1px solid rgba(168,85,247,0.3);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    padding: 12px 0;
}
.nsc-sticky-bar--visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.nsc-sticky-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
}
.nsc-sticky-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
}
.nsc-sticky-name {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(232,232,245,0.5);
}
.nsc-sticky-price {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
    color: #e8e8f5;
}
.nsc-sticky-amount { font-size: 1.5rem; }

.nsc-sticky-btn {
    background: #a855f7;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 13px 24px;
    cursor: pointer;
    -webkit-transition: background 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
    -webkit-box-shadow: 0 4px 22px rgba(168,85,247,0.4);
    box-shadow: 0 4px 22px rgba(168,85,247,0.4);
}
.nsc-sticky-btn:hover {
    background: #c060ff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 8px 28px rgba(168,85,247,0.55);
    box-shadow: 0 8px 28px rgba(168,85,247,0.55);
}

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 960px) {
    .nsc-features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    .nsc-section    { padding: 44px 0; }
    .nsc-hero-title-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .nsc-hero-meta  { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
    .nsc-price-ribbon { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
    .nsc-spec-row   { grid-template-columns: 30px 1fr; }
    .nsc-spec-value { grid-column: 2; color: rgba(232,232,245,0.5); }
    .nsc-step-arrow { display: none; }
    .nsc-steps      { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
    .nsc-step       { max-width: 100%; }
}

@media (max-width: 480px) {
    .nsc-container       { padding: 0 16px; }
    .nsc-product-title   { font-size: 1.65rem; }
    .nsc-features-grid   { grid-template-columns: 1fr; }
    .nsc-sticky-inner    { gap: 12px; }
    .nsc-sticky-btn      { padding: 11px 16px; font-size: 0.74rem; }
}
