/* Nakelasi Watch — page commande */
.nw-page {
    --nw-accent: #ff9d4d;
    --nw-ink: #f4f2ee;
    --nw-muted: rgba(244, 242, 238, 0.68);
    color: var(--nw-ink);
    background: #07080d;
}

.nw-hero {
    position: relative;
    min-height: min(88vh, 820px);
    display: flex;
    align-items: flex-end;
    padding: 120px 0 64px;
    overflow: hidden;
}

.nw-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.nw-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.05) brightness(0.55);
}

.nw-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 8, 13, 0.92) 0%, rgba(7, 8, 13, 0.55) 55%, rgba(7, 8, 13, 0.35) 100%),
        linear-gradient(180deg, rgba(7, 8, 13, 0.35) 0%, rgba(7, 8, 13, 0.92) 100%);
}

.nw-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: end;
}

.nw-hero__eyebrow {
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--nw-accent);
}

.nw-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    line-height: 1.05;
    font-weight: 750;
    color: #fff;
}

.nw-hero h1 em {
    font-style: normal;
    color: var(--nw-accent);
}

.nw-hero__tag {
    margin: 0 0 16px;
    font-size: 1.15rem;
    color: rgba(244, 242, 238, 0.88);
}

.nw-hero__lead {
    margin: 0 0 28px;
    max-width: 38rem;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--nw-muted);
}

.nw-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.4rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff9d4d, #ff7a1a);
    color: #1a1208;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.2s;
}

.nw-hero__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(255, 157, 77, 0.35);
    color: #1a1208;
}

.nw-hero__product {
    margin: 0;
    justify-self: end;
}

.nw-hero__product img {
    width: min(340px, 100%);
    height: auto;
    border-radius: 22px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.nw-features {
    padding: 56px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.nw-features h2 {
    margin: 0 0 22px;
    font-size: 1.45rem;
    color: #fff;
}

.nw-features__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px 18px;
}

.nw-features__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.95rem;
    line-height: 1.4;
    color: rgba(244, 242, 238, 0.9);
}

.nw-features__list i {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--nw-accent);
}

.nw-order {
    padding: 48px 0 96px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.nw-order__grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 48px;
    align-items: start;
}

.nw-order__intro {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nw-order__intro h2 {
    margin: 0 0 12px;
    font-size: clamp(1.55rem, 2.4vw, 1.9rem);
    color: #fff;
    line-height: 1.15;
}

.nw-order__lead {
    margin: 0 0 26px;
    color: var(--nw-muted);
    line-height: 1.6;
    max-width: 30rem;
    font-size: 1.02rem;
}

.nw-order__steps {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    display: grid;
    gap: 0;
    border-left: 1px solid rgba(255, 157, 77, 0.28);
}

.nw-order__steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 0 0 20px 18px;
    position: relative;
}

.nw-order__steps li:last-child {
    padding-bottom: 0;
}

.nw-order__step-n {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--nw-accent);
    margin-top: 3px;
}

.nw-order__steps strong {
    display: block;
    margin: 0 0 4px;
    color: #fff;
    font-size: 0.98rem;
}

.nw-order__steps span {
    display: block;
    color: var(--nw-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.nw-order__channels {
    margin: 0 0 22px;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 14px;
}

.nw-order__channels > div {
    display: grid;
    gap: 2px;
}

.nw-order__channels dt {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(244, 242, 238, 0.45);
}

.nw-order__channels dd {
    margin: 0;
    color: rgba(244, 242, 238, 0.92);
    font-size: 0.98rem;
    font-weight: 600;
}

.nw-order__channels a {
    color: inherit;
    text-decoration: none;
}

.nw-order__channels a:hover {
    color: var(--nw-accent);
}

.nw-order__wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: flex-start;
    padding: 0.85rem 1.2rem;
    border-radius: 12px;
    border: 1.5px solid rgba(255, 157, 77, 0.45);
    background: rgba(255, 157, 77, 0.08);
    color: var(--nw-accent);
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s, background 0.2s, border-color 0.2s;
}

.nw-order__wa:hover {
    transform: translateY(-2px);
    background: rgba(255, 157, 77, 0.16);
    border-color: var(--nw-accent);
    color: #ffb574;
    text-decoration: none;
}

.nw-order__wa i {
    width: 18px;
    height: 18px;
}

.nw-order__form {
    padding: 28px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 157, 77, 0.18);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    align-self: start;
}

.nw-order__form-head {
    margin: 0 0 20px;
}

.nw-order__form-head h3 {
    margin: 0 0 6px;
    font-size: 1.15rem;
    color: #fff;
}

.nw-order__form-head p {
    margin: 0;
    color: rgba(244, 242, 238, 0.5);
    font-size: 0.88rem;
}

.nw-order__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
    margin-bottom: 16px;
}

.nw-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.nw-field span {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(244, 242, 238, 0.55);
}

.nw-field input,
.nw-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    padding: 0.72rem 0.85rem;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.nw-field textarea {
    resize: vertical;
    min-height: 72px;
}

.nw-field input::placeholder,
.nw-field textarea::placeholder {
    color: rgba(244, 242, 238, 0.35);
}

.nw-field input:focus,
.nw-field textarea:focus {
    border-color: rgba(255, 157, 77, 0.65);
    box-shadow: 0 0 0 3px rgba(255, 157, 77, 0.15);
}

.nw-field--full {
    grid-column: 1 / -1;
}

.nw-field--qty {
    max-width: 8rem;
}

.nw-order__feedback {
    margin: 0 0 12px;
    padding: 0.7rem 0.85rem;
    border-radius: 10px;
    font-size: 0.9rem;
}

.nw-order__feedback.is-ok {
    background: rgba(46, 184, 120, 0.15);
    color: #8ef0bf;
}

.nw-order__feedback.is-err {
    background: rgba(255, 90, 90, 0.15);
    color: #ffb4b4;
}

.nw-order__form .nw-price-box {
    margin-bottom: 18px;
}

.nw-order__form .nw-order__submit {
    width: 100%;
}

.nw-order__form #nwOrderForm {
    padding: 0;
}

.nw-order__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 0.95rem 1.2rem;
    background: linear-gradient(135deg, #ff9d4d, #ff7a1a);
    color: #1a1208;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s, opacity 0.2s;
}

.nw-order__submit i {
    width: 18px;
    height: 18px;
}

.nw-order__submit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(255, 157, 77, 0.35);
}

.nw-order__submit:disabled {
    opacity: 0.65;
    cursor: wait;
}

@media (max-width: 900px) {
    .nw-hero {
        min-height: auto;
        padding: 110px 0 40px;
        align-items: stretch;
    }

    .nw-hero__inner,
    .nw-order__grid {
        grid-template-columns: 1fr;
    }

    .nw-hero__product {
        justify-self: center;
        order: -1;
    }

    .nw-hero__product img {
        width: min(220px, 70vw);
    }

    .nw-order__fields {
        grid-template-columns: 1fr;
    }

    .nw-field--qty {
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nw-hero__cta,
    .nw-order__submit {
        transition: none;
    }
}

/* ── Checkout 2 étapes (UX Éric, look Nakelasi) ── */
.nw-checkout {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 36px;
    align-items: start;
}

.nw-checkout__card {
    border-radius: 20px;
    border: 1px solid rgba(255, 157, 77, 0.2);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.nw-step { padding: 0; }
.nw-step[hidden] { display: none !important; }

.nw-gallery {
    position: relative;
    background: #0a0b12;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}

.nw-gallery__track { position: relative; width: 100%; height: 100%; }
.nw-gallery__slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 0.45s ease;
}
.nw-gallery__slide.is-active { opacity: 1; z-index: 1; }
.nw-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nw-gallery__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(7, 8, 13, 0.65);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}
.nw-gallery__nav--prev { left: 12px; }
.nw-gallery__nav--next { right: 12px; }

.nw-gallery__dots {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 12px;
    display: flex;
    justify-content: center;
    gap: 6px;
}
.nw-gallery__dots button {
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    padding: 0;
    cursor: pointer;
}
.nw-gallery__dots button.is-active { background: var(--nw-accent); }

.nw-product-copy { padding: 22px 24px 26px; }
.nw-product-copy h2 {
    margin: 0 0 10px;
    font-size: 1.35rem;
    color: #fff;
    line-height: 1.25;
}
.nw-product-copy p {
    margin: 0 0 18px;
    color: var(--nw-muted);
    line-height: 1.55;
    font-size: 0.95rem;
}
.nw-product-copy p strong { color: rgba(244, 242, 238, 0.92); }

.nw-price-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 157, 77, 0.35);
    background: rgba(255, 157, 77, 0.08);
}
.nw-price-box__label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 157, 77, 0.85);
    margin-bottom: 4px;
}
.nw-price-box__value {
    font-size: 1.65rem;
    color: #ffb574;
    font-weight: 800;
    line-height: 1;
}
.nw-price-box__value em {
    font-style: normal;
    font-size: 0.7rem;
    font-weight: 700;
    margin-left: 4px;
    color: rgba(255, 181, 116, 0.75);
}
.nw-price-box__pay {
    font-size: 0.8rem;
    color: rgba(244, 242, 238, 0.55);
}

.nw-step__head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px 8px;
}
.nw-back {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nw-back i { width: 18px; height: 18px; }
.nw-step__kicker {
    margin: 0;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(244, 242, 238, 0.45);
    font-weight: 700;
}
.nw-step__title {
    margin: 2px 0 0;
    font-size: 1.15rem;
    color: #fff;
}

#nwOrderForm { padding: 8px 20px 22px; }

/* ── Formulaire en 2 étapes : Informations client → Couleur ── */
.nw-fprogress {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 20px 16px;
}
.nw-fprogress__step {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    opacity: 0.5;
    transition: opacity 0.2s;
}
.nw-fprogress__step.is-active,
.nw-fprogress__step.is-done { opacity: 1; }
.nw-fprogress__n {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    color: rgba(244, 242, 238, 0.7);
    font-size: 0.78rem;
    font-weight: 800;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.nw-fprogress__step.is-active .nw-fprogress__n {
    border-color: var(--nw-accent);
    color: var(--nw-accent);
}
.nw-fprogress__step.is-done .nw-fprogress__n {
    background: var(--nw-accent);
    border-color: var(--nw-accent);
    color: #1a1206;
}
.nw-fprogress__label {
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(244, 242, 238, 0.85);
    white-space: nowrap;
}
.nw-fprogress__bar {
    flex: 1 1 auto;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.nw-fprogress__fill {
    display: block;
    height: 100%;
    width: 0%;
    background: var(--nw-accent);
    transition: width 0.3s ease;
}
@media (max-width: 480px) {
    .nw-fprogress__label { display: none; }
}

.nw-fstep[hidden] { display: none !important; }
.nw-fstep__nav {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nw-fstep__nav .nw-order__submit { flex: 1 1 auto; }

.nw-box {
    margin: 0 0 14px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
}
.nw-box__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    float: none;
    width: 100%;
    padding: 0;
}
.nw-box__title i {
    width: 16px;
    height: 16px;
    color: var(--nw-accent);
}

.nw-devise {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 4px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.22);
}

.nw-devise__opt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    min-height: 48px;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: rgba(244, 242, 238, 0.55);
    cursor: pointer;
    text-align: left;
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.nw-devise__opt strong {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.1;
}

.nw-devise__opt small {
    font-size: 0.72rem;
    font-weight: 500;
    color: inherit;
    opacity: 0.75;
}

.nw-devise__opt:hover {
    color: rgba(244, 242, 238, 0.88);
    background: rgba(255, 255, 255, 0.04);
}

.nw-devise__opt.is-active {
    color: #1a1208;
    background: linear-gradient(135deg, #ff9d4d, #ff7a1a);
    border-color: rgba(255, 181, 116, 0.55);
    box-shadow: 0 8px 20px rgba(255, 122, 26, 0.28);
}

.nw-devise__opt.is-active small {
    color: rgba(26, 18, 8, 0.72);
    opacity: 1;
}

.nw-devise__opt:focus-visible {
    outline: 2px solid rgba(255, 157, 77, 0.85);
    outline-offset: 2px;
}

.nw-colors {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.nw-color {
    position: relative;
    cursor: pointer;
}
.nw-color input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.nw-color__ui {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 8px 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.2s, background 0.2s;
}
.nw-color input:checked + .nw-color__ui {
    border-color: rgba(255, 157, 77, 0.7);
    background: rgba(255, 157, 77, 0.1);
    box-shadow: 0 0 0 2px rgba(255, 157, 77, 0.12);
}
.nw-color__dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}
.nw-color__copy strong {
    display: block;
    font-size: 0.85rem;
    color: #fff;
}
.nw-color__copy small {
    display: block;
    font-size: 0.72rem;
    color: rgba(244, 242, 238, 0.45);
}

.nw-qty {
    display: flex;
    align-items: center;
    gap: 6px;
}
.nw-qty__btn {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 157, 77, 0.15);
    color: var(--nw-accent);
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
}
.nw-qty input {
    text-align: center;
    font-weight: 700;
    max-width: 72px;
}
.nw-qty__hint {
    display: block;
    margin-top: 6px;
    font-size: 0.75rem;
    color: rgba(244, 242, 238, 0.4);
}

.nw-summary {
    margin-top: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}
.nw-summary__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.88rem;
    color: var(--nw-muted);
}
.nw-summary__row:last-child { border-bottom: 0; }
.nw-summary__row strong { color: #fff; font-weight: 650; }
.nw-summary__row--total {
    background: rgba(255, 157, 77, 0.08);
}
.nw-summary__row--total strong {
    color: #ffb574;
    font-size: 1.05rem;
    font-weight: 800;
}

.nw-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 14px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(0, 206, 201, 0.25);
    background: rgba(0, 206, 201, 0.08);
    color: rgba(244, 242, 238, 0.78);
    font-size: 0.86rem;
    line-height: 1.45;
}
.nw-notice i {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    color: #00cec9;
}

.nw-checkout__aside {
    position: sticky;
    top: 100px;
}
.nw-checkout__aside-lead {
    margin: 0 0 18px;
    color: var(--nw-muted);
    line-height: 1.5;
}

/* Confirmation modal */
.nw-confirm {
    position: fixed;
    inset: 0;
    z-index: 100010;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.nw-confirm.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.nw-confirm__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 5, 10, 0.78);
    backdrop-filter: blur(6px);
}
.nw-confirm__dialog {
    position: relative;
    width: min(520px, 100%);
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 18px;
    background: #0c0d14;
    border: 1px solid rgba(255, 157, 77, 0.22);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.55);
    padding: 22px 22px 18px;
    color: #f4f2ee;
}
.nw-confirm__x {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
}
.nw-confirm__dialog h3 {
    margin: 0 0 6px;
    font-size: 1.25rem;
    color: #fff;
}
.nw-confirm__lead {
    margin: 0 0 16px;
    color: var(--nw-muted);
    font-size: 0.92rem;
}
.nw-confirm__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.nw-confirm__item {
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}
.nw-confirm__item--full { grid-column: 1 / -1; }
.nw-confirm__label {
    display: block;
    margin-bottom: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(244, 242, 238, 0.45);
}
.nw-confirm__value {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 650;
    color: #fff;
    word-break: break-word;
}
.nw-confirm__dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}
.nw-confirm__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0 16px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 157, 77, 0.3);
    background: rgba(255, 157, 77, 0.1);
    color: rgba(244, 242, 238, 0.75);
    font-size: 0.85rem;
    font-weight: 700;
}
.nw-confirm__total strong {
    font-size: 1.2rem;
    color: #ffb574;
}
.nw-confirm__actions {
    display: flex;
    gap: 10px;
}
.nw-confirm__actions .nw-order__submit { flex: 1; }
.nw-btn-ghost {
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: transparent;
    color: rgba(244, 242, 238, 0.75);
    padding: 0.85rem 1.1rem;
    font-weight: 700;
    cursor: pointer;
}
.nw-btn-ghost:hover {
    border-color: rgba(255, 157, 77, 0.55);
    color: #ffb574;
}
.nw-btn-ghost--icon {
    flex: 0 0 auto;
    align-self: stretch;
    width: 52px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.nw-btn-ghost--icon i { width: 18px; height: 18px; }

/* Attente Mobile Money */
.nw-paywait {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(4, 5, 10, 0.78);
    backdrop-filter: blur(8px);
}
.nw-paywait[hidden] { display: none !important; }
.nw-paywait__dialog {
    width: min(100%, 380px);
    text-align: center;
    padding: 1.75rem 1.4rem 1.5rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 157, 77, 0.28);
    background: linear-gradient(165deg, #12141c 0%, #0a0b10 100%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}
.nw-paywait__spinner {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 3px solid rgba(255, 157, 77, 0.2);
    border-top-color: #ff9d4d;
    animation: nw-spin 0.85s linear infinite;
}
@keyframes nw-spin {
    to { transform: rotate(360deg); }
}
.nw-paywait__dialog h3 {
    margin: 0 0 0.4rem;
    font-size: 1.15rem;
    color: #f4f2ee;
}
.nw-paywait__dialog p {
    margin: 0;
    color: rgba(244, 242, 238, 0.72);
    font-size: 0.92rem;
}
.nw-paywait__count {
    margin: 0.85rem 0 0.35rem !important;
    font-size: 2rem !important;
    font-weight: 800;
    color: #ff9d4d !important;
    line-height: 1;
}
.nw-paywait__dialog small {
    display: block;
    margin-top: 0.5rem;
    color: rgba(244, 242, 238, 0.45);
    font-size: 0.78rem;
}

@media (max-width: 900px) {
    .nw-checkout {
        grid-template-columns: 1fr;
    }
    .nw-checkout__aside {
        position: static;
        order: 2;
    }
    .nw-colors {
        grid-template-columns: 1fr;
    }
    .nw-confirm__grid {
        grid-template-columns: 1fr;
    }
}
