:root {
    --pnx-ink: #102019;
    --pnx-ink-soft: #516159;
    --pnx-surface: #f6f4ec;
    --pnx-white: #ffffff;
    --pnx-line: rgba(16, 32, 25, 0.1);
    --pnx-green: #01c77f;
    --pnx-green-deep: #0c6b57;
    --pnx-green-dark: #08251d;
    --pnx-coral: #ff8757;
    --pnx-gold: #ffd76a;
    --pnx-shadow: 0 22px 60px rgba(8, 37, 29, 0.16);
    --pnx-shadow-soft: 0 16px 36px rgba(8, 37, 29, 0.1);
    --pnx-radius: 28px;
}

html {
    scroll-behavior: smooth;
}

body.pnx-page {
    margin: 0;
    background: var(--pnx-surface);
    color: var(--pnx-ink);
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    line-height: 1.6;
}

.pnx-page * {
    box-sizing: border-box;
}

.pnx-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.pnx-page a {
    text-decoration: none;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.pnx-page a:hover {
    text-decoration: none;
}

.pnx-hero {
    position: relative;
    overflow: hidden;
    padding: 22px 0 92px;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 215, 106, 0.22), transparent 28%),
        radial-gradient(circle at 84% 28%, rgba(255, 135, 87, 0.18), transparent 24%),
        linear-gradient(135deg, #09241d 0%, #0a3a2f 42%, #00a96f 100%);
    color: var(--pnx-white);
}

.pnx-grid-mask {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent 78%);
    opacity: 0.25;
    pointer-events: none;
}

.pnx-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    opacity: 0.9;
    pointer-events: none;
}

.pnx-orb-one {
    width: 360px;
    height: 360px;
    top: -110px;
    right: -60px;
    background: radial-gradient(circle, rgba(255, 215, 106, 0.44) 0%, rgba(255, 215, 106, 0.04) 70%, transparent 100%);
}

.pnx-orb-two {
    width: 300px;
    height: 300px;
    left: -80px;
    bottom: 40px;
    background: radial-gradient(circle, rgba(255, 135, 87, 0.22) 0%, rgba(255, 135, 87, 0.04) 70%, transparent 100%);
}

.pnx-nav {
    position: relative;
    z-index: 3;
}

.pnx-nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.16);
}

.pnx-brand img {
    width: 154px;
}

.pnx-nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

.pnx-nav-links a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 700;
}

.pnx-nav-links a:hover {
    color: var(--pnx-white);
}

.pnx-nav-links .pnx-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--pnx-white);
    color: var(--pnx-green-deep);
    box-shadow: 0 12px 28px rgba(4, 14, 11, 0.16);
}

.pnx-nav-links .pnx-nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(4, 14, 11, 0.22);
}

.pnx-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    align-items: center;
    gap: 48px;
    min-height: calc(100vh - 140px);
    padding-top: 54px;
}

.pnx-copy {
    max-width: 680px;
}

.pnx-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--pnx-white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pnx-kicker-dark {
    background: rgba(1, 199, 127, 0.1);
    border-color: rgba(1, 199, 127, 0.2);
    color: var(--pnx-green-deep);
}

.pnx-copy h1,
.pnx-section-head h2,
.pnx-ready-head h2,
.pnx-map-copy h2,
.pnx-proof-copy h2,
.pnx-cta-shell h2 {
    font-family: 'Space Grotesk', 'Manrope', sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.pnx-copy h1 {
    margin: 18px 0 18px;
    font-size: clamp(3.1rem, 5vw, 5.4rem);
    line-height: 0.97;
    color: var(--pnx-white);
}

.pnx-lead {
    max-width: 620px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.82);
}

.pnx-hero-actions,
.pnx-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 34px 0 24px;
}

.pnx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 16px 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.pnx-btn:hover {
    transform: translateY(-2px);
}

.pnx-btn-primary {
    background: var(--pnx-white);
    color: var(--pnx-green-deep);
    box-shadow: 0 16px 36px rgba(4, 14, 11, 0.16);
}

.pnx-btn-primary:hover {
    color: var(--pnx-green-dark);
    box-shadow: 0 20px 40px rgba(4, 14, 11, 0.22);
}

.pnx-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.26);
    color: var(--pnx-white);
}

.pnx-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.14);
    color: var(--pnx-white);
}

.pnx-cta .pnx-btn-secondary {
    background: rgba(12, 107, 87, 0.08);
    border-color: rgba(12, 107, 87, 0.18);
    color: var(--pnx-green-deep);
}

.pnx-cta .pnx-btn-secondary:hover {
    background: rgba(12, 107, 87, 0.14);
    border-color: rgba(12, 107, 87, 0.24);
    color: var(--pnx-green-dark);
}

.pnx-btn-light {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    color: var(--pnx-white);
}

.pnx-checklist {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pnx-checklist li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.86);
}

.pnx-checklist i {
    color: var(--pnx-gold);
}

.pnx-mini-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 32px;
}

.pnx-mini-strip article {
    min-height: 118px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
}

.pnx-mini-strip strong {
    display: block;
    margin-bottom: 8px;
    color: var(--pnx-white);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.pnx-mini-strip span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.5;
}

.pnx-stage {
    position: relative;
    min-height: 620px;
}

.pnx-stage-phone {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(74%, 430px);
    transform: translate(-50%, -49%);
    filter: drop-shadow(0 28px 58px rgba(4, 14, 11, 0.42));
}

.pnx-stage-card {
    position: absolute;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 26px 50px rgba(4, 14, 11, 0.26);
}

.pnx-stage-orders,
.pnx-stage-metric {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
}

.pnx-stage-link {
    background: var(--pnx-white);
    color: var(--pnx-ink);
}

.pnx-stage-label,
.pnx-panel-kicker,
.pnx-card-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pnx-stage-label {
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.16);
    color: var(--pnx-white);
}

.pnx-stage-orders {
    top: 3%;
    left: 0;
    width: 44%;
}

.pnx-order-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pnx-order-row:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.pnx-order-row strong,
.pnx-order-sheet strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
}

.pnx-order-row span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.74);
}

.pnx-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.pnx-status-new {
    background: rgba(255, 215, 106, 0.18);
    color: #ffe699;
}

.pnx-status-work {
    background: rgba(1, 199, 127, 0.18);
    color: #b6ffe2;
}

.pnx-status-done {
    background: rgba(255, 255, 255, 0.18);
    color: var(--pnx-white);
}

.pnx-stage-metric {
    right: 0;
    bottom: 14%;
    width: 42%;
}

.pnx-metric-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 800;
    color: var(--pnx-white);
}

.pnx-stage-metric i {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
}

.pnx-stage-metric ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pnx-stage-metric li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pnx-stage-metric li:first-child {
    padding-top: 0;
    border-top: 0;
}

.pnx-stage-metric span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
}

.pnx-stage-metric strong {
    color: var(--pnx-white);
    font-size: 13px;
    font-weight: 800;
    text-align: right;
}

.pnx-stage-link {
    left: 12%;
    bottom: 0;
    width: 48%;
}

.pnx-link-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--pnx-green-deep);
}

.pnx-link-top i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 199, 127, 0.12);
}

.pnx-stage-link p {
    margin: 0;
    color: var(--pnx-ink-soft);
    font-size: 14px;
}

/* Blocco anti-obiezione: "non devo preparare niente" */
.pnx-ready {
    position: relative;
    z-index: 6;
    margin-top: -52px;
}

.pnx-ready-shell {
    padding: 40px;
    border: 1px solid rgba(1, 199, 127, 0.2);
    border-radius: var(--pnx-radius);
    background:
        radial-gradient(circle at 94% 0%, rgba(255, 215, 106, 0.28), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(225, 247, 239, 0.96));
    box-shadow: var(--pnx-shadow);
}

.pnx-ready-head {
    max-width: 700px;
    margin-bottom: 30px;
}

.pnx-ready-head h2 {
    margin: 16px 0 10px;
    font-size: clamp(2rem, 3.1vw, 2.9rem);
    line-height: 1.04;
    color: var(--pnx-ink);
}

.pnx-ready-head p {
    margin: 0;
    font-size: 17px;
    color: var(--pnx-ink-soft);
}

.pnx-ready-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pnx-ready-card {
    padding: 26px;
    border: 1px solid var(--pnx-line);
    border-radius: 22px;
    background: var(--pnx-white);
    box-shadow: var(--pnx-shadow-soft);
}

.pnx-ready-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(1, 199, 127, 0.16), rgba(255, 215, 106, 0.28));
    color: var(--pnx-green-deep);
    font-size: 20px;
}

.pnx-ready-card h3 {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--pnx-ink);
}

.pnx-ready-card p {
    margin: 0;
    font-size: 15px;
    color: var(--pnx-ink-soft);
}

.pnx-band {
    position: relative;
    z-index: 5;
    margin-top: -44px;
    padding-bottom: 22px;
}

/* Il blocco "pronto in un minuto" prende il posto della fascia
   sovrapposta all'hero: la fascia valori torna in flusso normale. */
.pnx-ready + .pnx-band {
    margin-top: 34px;
}

.pnx-band-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.pnx-band-grid article,
.pnx-panel,
.pnx-chat-card,
.pnx-order-card,
.pnx-step,
.pnx-proof-card,
.pnx-fit-note,
.pnx-faq-item,
.pnx-cta-shell {
    border: 1px solid var(--pnx-line);
    border-radius: var(--pnx-radius);
    background: var(--pnx-white);
    box-shadow: var(--pnx-shadow-soft);
}

.pnx-band-grid article {
    padding: 24px;
}

.pnx-band-grid i,
.pnx-panel-icon,
.pnx-proof-card i {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(1, 199, 127, 0.16), rgba(255, 215, 106, 0.28));
    color: var(--pnx-green-deep);
    font-size: 22px;
}

.pnx-band-grid h2,
.pnx-panel h3,
.pnx-chat-card h3,
.pnx-order-card h3,
.pnx-proof-card h3,
.pnx-fit-note h3,
.pnx-step h3,
.pnx-footer h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--pnx-ink);
}

.pnx-band-grid p,
.pnx-panel p,
.pnx-chat-card p,
.pnx-order-card p,
.pnx-proof-card p,
.pnx-fit-note p,
.pnx-faq-panel p,
.pnx-step p,
.pnx-footer p {
    margin: 0;
    color: var(--pnx-ink-soft);
    font-size: 15px;
}

.pnx-section {
    padding: 96px 0;
}

.pnx-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.pnx-section-head h2,
.pnx-map-copy h2,
.pnx-proof-copy h2,
.pnx-cta-shell h2 {
    margin: 16px 0 12px;
    font-size: clamp(2.15rem, 3.5vw, 3.35rem);
    line-height: 1.02;
    color: var(--pnx-ink);
}

.pnx-section-head p,
.pnx-map-copy p,
.pnx-proof-copy p,
.pnx-cta-shell p {
    font-size: 17px;
    color: var(--pnx-ink-soft);
}

.pnx-compare {
    padding-top: 74px;
}

.pnx-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.pnx-chat-card,
.pnx-order-card {
    padding: 30px;
}

.pnx-card-tag {
    margin-bottom: 18px;
}

.pnx-card-tag-danger {
    background: rgba(255, 135, 87, 0.12);
    color: #c84d1b;
}

.pnx-card-tag-success {
    background: rgba(1, 199, 127, 0.12);
    color: var(--pnx-green-deep);
}

.pnx-chat-thread {
    display: grid;
    gap: 12px;
    margin: 22px 0;
}

.pnx-bubble {
    max-width: 82%;
    padding: 14px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.5;
}

.pnx-bubble.left {
    background: #f4eee3;
    color: #5f463d;
}

.pnx-bubble.right {
    justify-self: end;
    background: rgba(1, 199, 127, 0.12);
    color: var(--pnx-green-deep);
}

.pnx-chat-card ul,
.pnx-panel ul,
.pnx-order-sheet ul {
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.pnx-chat-card li,
.pnx-panel li {
    position: relative;
    padding: 0 0 0 24px;
    margin-top: 10px;
    color: var(--pnx-ink-soft);
    font-size: 15px;
}

.pnx-chat-card li::before,
.pnx-panel li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--pnx-green);
    box-shadow: 0 0 0 5px rgba(1, 199, 127, 0.14);
}

.pnx-order-sheet {
    margin: 22px 0 18px;
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(1, 199, 127, 0.08), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(1, 199, 127, 0.14);
}

.pnx-sheet-head,
.pnx-sheet-foot,
.pnx-order-sheet li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.pnx-sheet-head {
    margin-bottom: 18px;
}

.pnx-order-sheet .pnx-sheet-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 11px 13px;
    border-radius: 14px;
    background: rgba(1, 199, 127, 0.1);
    color: var(--pnx-green-deep);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.pnx-order-sheet .pnx-sheet-note i {
    flex: 0 0 auto;
}

.pnx-sheet-head span,
.pnx-sheet-foot span {
    color: var(--pnx-ink-soft);
    font-size: 13px;
}

.pnx-order-sheet li {
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid rgba(16, 32, 25, 0.08);
}

.pnx-order-sheet li:first-child {
    border-top: 0;
    padding-top: 0;
}

.pnx-order-sheet li span {
    color: var(--pnx-ink);
    font-weight: 700;
}

.pnx-order-sheet li b,
.pnx-sheet-foot strong {
    color: var(--pnx-green-deep);
    font-size: 13px;
    font-weight: 800;
    text-align: right;
}

.pnx-sheet-foot {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(16, 32, 25, 0.08);
}

/* Sezione mappa: il canale principale per farsi trovare */
.pnx-map {
    background: linear-gradient(180deg, rgba(225, 247, 239, 0.4), rgba(255, 255, 255, 0));
}

.pnx-map-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: 44px;
    align-items: center;
}

.pnx-map-copy {
    max-width: 640px;
}

.pnx-map-copy p {
    margin: 0;
}

.pnx-map-points {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
}

.pnx-map-points li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--pnx-ink);
    font-size: 15px;
    font-weight: 700;
}

.pnx-map-points i {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 199, 127, 0.12);
    color: var(--pnx-green-deep);
    font-size: 15px;
}

.pnx-map-actions {
    margin-top: 28px;
}

.pnx-btn-map {
    background: var(--pnx-green-deep);
    color: var(--pnx-white);
    box-shadow: 0 16px 34px rgba(12, 107, 87, 0.24);
}

.pnx-btn-map:hover {
    background: var(--pnx-green-dark);
    color: var(--pnx-white);
    box-shadow: 0 20px 38px rgba(12, 107, 87, 0.3);
}

.pnx-map-visual {
    position: relative;
    margin: 0;
    padding: 14px;
    border: 1px solid var(--pnx-line);
    border-radius: var(--pnx-radius);
    background: var(--pnx-white);
    box-shadow: var(--pnx-shadow);
}

/* Lo screenshot reale, quando presente, copre il mockup sottostante.
   Se il file non esiste l'img si rimuove da sola (onerror) e resta il mockup. */
.pnx-map-visual img {
    position: absolute;
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    border-radius: 20px;
    object-fit: cover;
}

.pnx-map-mock {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #eaf1ea;
}

.pnx-map-mock-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: var(--pnx-white);
    border-bottom: 1px solid var(--pnx-line);
    color: var(--pnx-ink);
    font-size: 13px;
    font-weight: 800;
}

.pnx-map-mock-bar i {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 199, 127, 0.12);
    color: var(--pnx-green-deep);
    font-size: 13px;
}

.pnx-map-mock-canvas {
    position: relative;
    height: 340px;
    background-color: #e6eee7;
    background-image:
        linear-gradient(118deg, rgba(1, 199, 127, 0.16) 0 11%, transparent 11.6%),
        linear-gradient(-24deg, rgba(255, 215, 106, 0.22) 0 8%, transparent 8.6%),
        linear-gradient(rgba(255, 255, 255, 0.72) 2px, transparent 2px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.72) 2px, transparent 2px);
    background-size: 100% 100%, 100% 100%, 48px 48px, 48px 48px;
}

.pnx-map-pin {
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(16, 32, 25, 0.08);
    background: var(--pnx-white);
    color: var(--pnx-green-deep);
    box-shadow: 0 10px 22px rgba(8, 37, 29, 0.18);
    font-size: 15px;
}

.pnx-map-pin-live {
    width: 56px;
    height: 56px;
    border-color: transparent;
    background: var(--pnx-green-deep);
    color: var(--pnx-white);
    box-shadow: 0 0 0 9px rgba(1, 199, 127, 0.18), 0 14px 28px rgba(8, 37, 29, 0.26);
    font-size: 20px;
}

.pnx-map-mock-card {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px 16px;
    border: 1px solid var(--pnx-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(8, 37, 29, 0.14);
}

.pnx-map-mock-card strong {
    display: block;
    color: var(--pnx-ink);
    font-size: 15px;
    font-weight: 800;
}

.pnx-map-mock-card span {
    display: block;
    color: var(--pnx-ink-soft);
    font-size: 12px;
}

.pnx-control {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(225, 247, 239, 0.52));
}

.pnx-mosaic {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
}

.pnx-panel {
    padding: 28px;
    grid-column: span 4;
}

.pnx-panel-featured {
    grid-column: span 8;
    background: linear-gradient(135deg, #0f2d25 0%, #114537 48%, #0c6b57 100%);
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--pnx-white);
    box-shadow: var(--pnx-shadow);
}

.pnx-panel-featured h3,
.pnx-panel-featured p,
.pnx-panel-featured li,
.pnx-panel-featured .pnx-panel-kicker {
    color: var(--pnx-white);
}

.pnx-panel-featured p,
.pnx-panel-featured li {
    color: rgba(255, 255, 255, 0.82);
}

.pnx-panel-featured .pnx-panel-icon {
    background: rgba(255, 255, 255, 0.14);
    color: var(--pnx-white);
}

.pnx-panel-accent {
    grid-column: span 8;
    background: linear-gradient(135deg, rgba(255, 215, 106, 0.2), rgba(255, 135, 87, 0.14));
}

.pnx-panel-icon {
    font-size: 22px;
}

.pnx-panel-kicker {
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: var(--pnx-white);
}

.pnx-panel:not(.pnx-panel-featured) .pnx-panel-kicker {
    background: rgba(1, 199, 127, 0.12);
    color: var(--pnx-green-deep);
}

.pnx-panel ul {
    margin-top: 18px;
}

.pnx-steps-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.pnx-steps-grid::before {
    content: '';
    position: absolute;
    top: 34px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, rgba(1, 199, 127, 0), rgba(1, 199, 127, 0.48), rgba(1, 199, 127, 0));
}

.pnx-step {
    position: relative;
    padding: 28px;
}

.pnx-step-num {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--pnx-green), #7be5be);
    color: var(--pnx-green-dark);
    font-family: 'Space Grotesk', 'Manrope', sans-serif;
    font-size: 28px;
    font-weight: 700;
    box-shadow: 0 18px 34px rgba(1, 199, 127, 0.25);
}

/* Catalogo: fuori dal flusso principale e visivamente piu leggero */
.pnx-optional {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 26px;
    padding: 26px 30px;
    border: 1px dashed rgba(12, 107, 87, 0.32);
    border-radius: var(--pnx-radius);
    background: rgba(255, 255, 255, 0.7);
}

.pnx-optional-icon {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 32, 25, 0.06);
    color: var(--pnx-ink-soft);
    font-size: 22px;
}

.pnx-optional-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(16, 32, 25, 0.06);
    color: var(--pnx-ink-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pnx-optional-copy h3 {
    margin: 0 0 6px;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--pnx-ink);
}

.pnx-optional-copy p {
    margin: 0;
    font-size: 15px;
    color: var(--pnx-ink-soft);
}

.pnx-proof {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 215, 106, 0.14), transparent 26%),
        linear-gradient(135deg, #0a251d 0%, #102f25 52%, #164838 100%);
}

.pnx-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 24px;
    align-items: center;
}

.pnx-proof-copy {
    padding-right: 10px;
}

.pnx-proof-copy h2,
.pnx-proof-copy p,
.pnx-proof-copy .pnx-kicker {
    color: var(--pnx-white);
}

.pnx-proof-copy p {
    color: rgba(255, 255, 255, 0.78);
}

.pnx-proof-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pnx-proof-card {
    padding: 26px;
    min-height: 100%;
}

.pnx-fit-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 24px;
    align-items: start;
}

.pnx-fit-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.pnx-fit-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid rgba(16, 32, 25, 0.08);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 24px rgba(16, 32, 25, 0.06);
    color: var(--pnx-ink);
    font-size: 15px;
    font-weight: 800;
}

.pnx-fit-note {
    padding: 28px;
}

.pnx-fit-note a,
.pnx-footer a {
    color: var(--pnx-green-deep);
    font-weight: 800;
}

.pnx-fit-note a:hover,
.pnx-footer a:hover {
    color: var(--pnx-green-dark);
}

.pnx-fit-note .pnx-link-soft {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 14px;
}

.pnx-fit-note .pnx-link-soft::after {
    content: '\2192';
}

.pnx-faq-list {
    display: grid;
    gap: 14px;
}

.pnx-faq-item {
    overflow: hidden;
}

.pnx-faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 26px;
    border: 0;
    background: transparent;
    color: var(--pnx-ink);
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    cursor: pointer;
}

.pnx-faq-trigger i {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 199, 127, 0.12);
    color: var(--pnx-green-deep);
    transition: transform .25s ease, background-color .25s ease;
}

.pnx-faq-item.is-open .pnx-faq-trigger i {
    transform: rotate(45deg);
    background: rgba(255, 135, 87, 0.14);
    color: #c84d1b;
}

.pnx-faq-panel {
    padding: 0 26px 22px;
}

.pnx-faq-panel p {
    max-width: 860px;
}

.pnx-cta {
    padding: 12px 0 110px;
}

.pnx-cta-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 36px;
    background:
        radial-gradient(circle at 90% 20%, rgba(255, 215, 106, 0.32), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(225, 247, 239, 0.96));
}

.pnx-cta-shell h2 {
    margin-bottom: 10px;
}

.pnx-footer {
    padding: 0 0 110px;
}

.pnx-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(180px, 0.6fr));
    gap: 24px;
    padding: 34px 0 0;
    border-top: 1px solid rgba(16, 32, 25, 0.08);
}

.pnx-footer-brand {
    display: inline-block;
    margin-bottom: 14px;
}

.pnx-footer-brand img {
    width: 156px;
}

.pnx-footer h3 {
    font-size: 16px;
}

.pnx-footer a {
    display: block;
    margin-top: 10px;
    font-size: 15px;
}

.pnx-mobile-bar {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 30;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(8, 37, 29, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 44px rgba(8, 37, 29, 0.28);
    backdrop-filter: blur(16px);
}

.pnx-mobile-bar span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 700;
}

.pnx-mobile-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--pnx-white);
    color: var(--pnx-green-deep);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
    transition-delay: var(--delay, 0s);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .pnx-hero-grid,
    .pnx-map-grid,
    .pnx-proof-grid,
    .pnx-fit-grid,
    .pnx-cta-shell {
        grid-template-columns: 1fr;
    }

    .pnx-map-grid {
        gap: 34px;
    }

    .pnx-map-copy {
        max-width: none;
    }

    .pnx-stage {
        min-height: 560px;
        max-width: 620px;
        margin: 0 auto;
    }

    .pnx-band-grid,
    .pnx-proof-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pnx-mosaic .pnx-panel,
    .pnx-mosaic .pnx-panel-featured,
    .pnx-mosaic .pnx-panel-accent {
        grid-column: span 6;
    }

    .pnx-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pnx-steps-grid::before {
        display: none;
    }

    .pnx-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .pnx-nav-shell,
    .pnx-nav-links {
        flex-wrap: wrap;
    }

    .pnx-nav-links {
        gap: 14px;
    }

    .pnx-band-grid,
    .pnx-compare-grid,
    .pnx-ready-grid,
    .pnx-proof-cards,
    .pnx-footer-grid {
        grid-template-columns: 1fr;
    }

    .pnx-mosaic .pnx-panel,
    .pnx-mosaic .pnx-panel-featured,
    .pnx-mosaic .pnx-panel-accent,
    .pnx-step {
        grid-column: span 12;
    }

    .pnx-steps-grid {
        grid-template-columns: 1fr;
    }

    .pnx-mini-strip {
        grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
        gap: 10px;
        margin-top: 26px;
    }

    .pnx-mini-strip article {
        min-height: 0;
        padding: 14px 16px;
        border-radius: 18px;
    }

    .pnx-mini-strip strong {
        margin-bottom: 4px;
        font-size: 21px;
    }

    .pnx-mini-strip span {
        font-size: 12px;
    }

    /* Sotto i 991px le card della scena escono dal posizionamento assoluto:
       impilate in colonna non si sovrappongono piu' e non serve min-height. */
    .pnx-stage {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        min-height: 0;
        max-width: 460px;
    }

    .pnx-stage-card {
        position: static;
        inset: auto;
        width: auto;
    }

    .pnx-stage-phone {
        position: static;
        width: min(100%, 340px);
        margin: 0 auto;
        transform: none;
    }
}

@media (max-width: 767px) {
    .pnx-hero {
        padding-bottom: 78px;
    }

    .pnx-nav-shell {
        padding: 16px;
    }

    .pnx-brand img {
        width: 132px;
    }

    .pnx-nav-links {
        width: 100%;
        justify-content: space-between;
    }

    .pnx-nav-links a {
        font-size: 13px;
    }

    .pnx-nav-links .pnx-nav-btn {
        width: 100%;
    }

    .pnx-hero-grid {
        min-height: auto;
        gap: 34px;
        padding-top: 34px;
    }

    .pnx-copy h1 {
        font-size: clamp(2.35rem, 11vw, 3.35rem);
    }

    .pnx-lead,
    .pnx-section-head p,
    .pnx-proof-copy p,
    .pnx-cta-shell p {
        font-size: 16px;
    }

    .pnx-section {
        padding: 72px 0;
    }

    .pnx-chat-card,
    .pnx-order-card,
    .pnx-panel,
    .pnx-proof-card,
    .pnx-fit-note,
    .pnx-step,
    .pnx-ready-shell,
    .pnx-cta-shell {
        padding: 24px;
    }

    .pnx-ready {
        margin-top: -40px;
    }

    .pnx-ready-head {
        margin-bottom: 22px;
    }

    .pnx-map-visual {
        padding: 10px;
    }

    .pnx-map-visual img {
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .pnx-map-mock-canvas {
        height: 260px;
    }

    .pnx-optional {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 24px;
    }

    .pnx-faq-trigger {
        padding: 18px 20px;
        font-size: 16px;
    }

    .pnx-faq-panel {
        padding: 0 20px 20px;
    }

    .pnx-mobile-bar {
        display: flex;
    }
}

@media (max-width: 575px) {
    .pnx-nav-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .pnx-nav-links a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 10px 12px;
        text-align: center;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.08);
    }

    .pnx-nav-links .pnx-nav-btn {
        grid-column: 1 / -1;
    }

    .pnx-stage-card {
        padding: 16px;
        border-radius: 18px;
    }

    /* CTA affiancate a mezza riga: su mobile diventano due blocchi pieni */
    .pnx-hero-actions .pnx-btn,
    .pnx-cta-actions .pnx-btn {
        width: 100%;
    }

    .pnx-stage-label,
    .pnx-link-top,
    .pnx-order-row span,
    .pnx-stage-link p,
    .pnx-stage-metric span,
    .pnx-stage-metric strong {
        font-size: 11px;
    }

    .pnx-order-row strong,
    .pnx-sheet-head strong {
        font-size: 13px;
    }

    .pnx-status {
        padding: 6px 8px;
        font-size: 10px;
    }

    .pnx-mobile-bar {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    [data-reveal],
    .pnx-page a,
    .pnx-faq-trigger i {
        transition: none;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}