.notify-price-watch-module-v1 {
    --npwm-bg: #f4f7fc;
    --npwm-surface: #ffffff;
    --npwm-surface-2: #f8fbff;
    --npwm-border: #dfe8f5;
    --npwm-text: #0f172a;
    --npwm-muted: #5d6b85;
    --npwm-blue: #2563eb;
    --npwm-teal: #14b8a6;
    --npwm-teal-dark: #0f766e;
    --npwm-amber: #f59e0b;
    --npwm-emerald: #10b981;
    --npwm-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
    --npwm-shadow-sm: 0 16px 36px rgba(15, 23, 42, 0.08);
    color: var(--npwm-text);
    background: var(--npwm-bg);
}

.notify-price-watch-module-v1 * {
    box-sizing: border-box;
}

.notify-price-watch-module-v1 .container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.npwm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
    color: #5d7596;
}

.npwm-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(20, 184, 166, 0.24), transparent 18%),
        radial-gradient(circle at 66% 52%, rgba(245, 158, 11, 0.16), transparent 22%),
        linear-gradient(135deg, #050a13 0%, #0a1424 52%, #101d33 100%);
}

.npwm-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
    pointer-events: none;
}

.npwm-hero .container,
.npwm-section .container {
    position: relative;
    z-index: 1;
}

.npwm-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    gap: 30px;
    align-items: center;
    padding: 46px 0 36px;
}

.npwm-hero h1 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(2.15rem, 3.8vw, 3.45rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.npwm-lead {
    max-width: 720px;
    margin: 18px 0 0;
    font-size: 1rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.76);
}

.npwm-microcopy {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.npwm-microcopy span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.06);
    font-size: 0.88rem;
    color: rgba(255,255,255,0.78);
}

.npwm-quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    margin-top: 22px;
}

.npwm-quicklinks a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.84);
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
}

.npwm-quicklinks a:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.npwm-hero-board {
    padding: 22px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.10);
    background: linear-gradient(180deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.04) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.npwm-hero-board__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.npwm-hero-board__head strong {
    font-size: 1rem;
}

.npwm-hero-board__head span {
    color: rgba(255,255,255,0.64);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.npwm-hero-diagram {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
}

.npwm-hero-node {
    min-height: 146px;
    padding: 16px 14px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.npwm-hero-node i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.10);
    color: #fff;
}

.npwm-hero-node strong {
    display: block;
    font-size: 0.92rem;
    line-height: 1.24;
}

.npwm-hero-node span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,0.72);
    font-size: 0.82rem;
    line-height: 1.55;
}

.npwm-hero-node--notify {
    background: linear-gradient(180deg, rgba(20,184,166,0.20) 0%, rgba(255,255,255,0.08) 100%);
}

.npwm-hero-node--action {
    background: linear-gradient(180deg, rgba(245,158,11,0.16) 0%, rgba(255,255,255,0.08) 100%);
}

.npwm-hero-arrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.84);
    font-size: 0.86rem;
}

.npwm-hero-events {
    display: grid;
    gap: 12px;
}

.npwm-hero-event {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 13px 14px;
    border-radius: 18px;
    background: rgba(5, 10, 19, 0.5);
    border: 1px solid rgba(255,255,255,0.08);
}

.npwm-hero-event__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.npwm-hero-event__body strong {
    display: block;
    font-size: 0.92rem;
}

.npwm-hero-event__body span {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,0.68);
    font-size: 0.83rem;
    line-height: 1.56;
}

.npwm-hero-event__tag {
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.npwm-hero-event__tag--hit {
    background: rgba(245,158,11,0.18);
    color: #ffe2ac;
}

.npwm-hero-event__tag--watch {
    background: rgba(96,165,250,0.18);
    color: #c9e1ff;
}

.npwm-hero-event__tag--ok {
    background: rgba(16,185,129,0.18);
    color: #bff7df;
}

.npwm-hero-board__routes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.npwm-hero-board__routes span {
    display: inline-flex;
    align-items: center;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.82);
    font-size: 0.78rem;
    font-weight: 700;
}

.npwm-section {
    padding: 78px 0 0;
}

.npwm-section--soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(248,251,255,0.9) 100%);
    padding-bottom: 6px;
}

.npwm-section-head {
    margin-bottom: 34px;
    text-align: center;
}

.npwm-section-head.compact {
    margin-bottom: 30px;
}

.npwm-section-head h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.04;
    color: #13213f;
}

.npwm-section-head p {
    margin: 12px auto 0;
    max-width: 820px;
    color: var(--npwm-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.npwm-scope-grid,
.npwm-problem-grid,
.npwm-rule-grid,
.npwm-feature-grid {
    display: grid;
    gap: 20px;
}

.npwm-scope-grid,
.npwm-problem-grid,
.npwm-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.npwm-rule-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.npwm-scope-card,
.npwm-card,
.npwm-rule-card,
.npwm-feature-card,
.npwm-flow__step {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--npwm-border);
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.95) 100%);
    box-shadow: var(--npwm-shadow-sm);
}

.npwm-scope-card--teal {
    background: linear-gradient(180deg, #ffffff 0%, #effcf9 100%);
}

.npwm-scope-card--amber {
    background: linear-gradient(180deg, #ffffff 0%, #fff8ec 100%);
}

.npwm-scope-card__icon,
.npwm-rule-card__icon,
.npwm-feature-card__icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 18px;
    font-size: 1.08rem;
}

.npwm-scope-card--teal .npwm-scope-card__icon,
.npwm-rule-card__icon,
.npwm-feature-card__icon {
    background: rgba(20, 184, 166, 0.10);
    color: var(--npwm-teal-dark);
}

.npwm-scope-card--amber .npwm-scope-card__icon {
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
}

.npwm-scope-card h3,
.npwm-card h3,
.npwm-rule-card h3,
.npwm-feature-card h3,
.npwm-flow__step h3 {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.14;
    color: #13213f;
}

.npwm-scope-card p,
.npwm-card p,
.npwm-rule-card p,
.npwm-feature-card p,
.npwm-flow__step p {
    margin: 12px 0 0;
    color: var(--npwm-muted);
    line-height: 1.7;
}

.npwm-scope-card ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 11px;
}

.npwm-scope-card li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
    line-height: 1.58;
    color: var(--npwm-muted);
}

.npwm-scope-card li i {
    margin-top: 3px;
    color: var(--npwm-teal-dark);
}

.npwm-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding-bottom: 86px;
}

.npwm-flow__step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: rgba(20, 184, 166, 0.10);
    color: var(--npwm-teal-dark);
    font-size: 0.9rem;
    font-weight: 800;
}

@media (max-width: 1180px) {
    .npwm-hero__inner,
    .npwm-scope-grid,
    .npwm-problem-grid,
    .npwm-feature-grid,
    .npwm-flow,
    .npwm-rule-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .notify-price-watch-module-v1 .container {
        width: min(1240px, calc(100% - 32px));
    }

    .npwm-hero__inner {
        padding: 36px 0 28px;
    }

    .npwm-hero-diagram {
        grid-template-columns: 1fr;
    }

    .npwm-hero-arrow {
        margin: 0 auto;
        transform: rotate(90deg);
    }

    .npwm-hero-node {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .notify-price-watch-module-v1 .container {
        width: min(1240px, calc(100% - 28px));
    }

    .npwm-microcopy {
        flex-direction: column;
        align-items: flex-start;
    }

    .npwm-hero-event {
        grid-template-columns: auto 1fr;
    }

    .npwm-hero-event__tag {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .npwm-hero-board,
    .npwm-scope-card,
    .npwm-card,
    .npwm-rule-card,
    .npwm-feature-card,
    .npwm-flow__step {
        padding: 20px;
    }
}

.npwm-final {
    padding: 0 0 88px;
}

.npwm-final .container {
    position: relative;
    z-index: 1;
}

.npwm-final__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: 32px;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at right center, rgba(20,184,166,0.26), transparent 18%),
        linear-gradient(135deg, #09111f 0%, #10203a 100%);
    box-shadow: 0 24px 60px rgba(8,16,29,0.20);
}

.npwm-final .npwm-eyebrow,
.npwm-final h2,
.npwm-final p {
    color: #fff;
}

.npwm-final h2 {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.npwm-final p {
    margin: 12px 0 0;
    max-width: 760px;
    color: rgba(255,255,255,0.76);
    line-height: 1.72;
}

.npwm-final__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.notify-price-watch-module-v1 .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
    font-size: 0.96rem;
    border: 1px solid transparent;
}

.notify-price-watch-module-v1 .primary-btn {
    color: #fff;
    background: linear-gradient(135deg, #4f9bff 0%, #2b6fe7 100%);
    box-shadow: 0 12px 28px rgba(43, 111, 231, 0.32);
}

.notify-price-watch-module-v1 .primary-btn:hover {
    transform: translateY(-2px);
}

.notify-price-watch-module-v1 .secondary-btn {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
}

.notify-price-watch-module-v1 .secondary-btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1180px) {
    .npwm-final__box {
        grid-template-columns: 1fr;
    }

    .npwm-final__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .npwm-final__box {
        padding: 20px;
    }

    .npwm-final__actions {
        flex-direction: column;
        align-items: stretch;
    }
}
