/* Delivery — human relationship, four moments */

.pr-delivery {
    --del-warm: #f3f0ea;
    --del-ink: #141210;
    --del-accent: #ff6100;
    position: relative;
    background: var(--pr-paper, #fffaf6);
    color: var(--pr-ink);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.pr-delivery__thread {
    position: absolute;
    left: clamp(0.75rem, 3vw, 2.5rem);
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, transparent, var(--del-accent) 8%, var(--del-accent) 92%, transparent);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}

.pr-delivery > *:not(.pr-delivery__thread) {
    position: relative;
    z-index: 1;
}

.pr-delivery__band {
    padding-block: clamp(3rem, 7vw, 5.5rem);
}

.pr-delivery__band--hero {
    background:
        radial-gradient(ellipse 60% 45% at 90% 15%, rgba(255, 97, 0, 0.07), transparent 55%),
        linear-gradient(180deg, #faf8f4 0%, #fff 100%);
    padding-top: clamp(1rem, 2vw, 1.5rem);
}

.pr-delivery__band--trust {
    background:
        radial-gradient(ellipse 55% 40% at 10% 0%, rgba(255, 97, 0, 0.05), transparent 55%),
        var(--del-warm);
}

/* Trust panel */
.pr-delivery__trust-panel {
    padding: clamp(1.35rem, 2.8vw, 2rem);
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 97, 0, 0.14);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 242, 0.94) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.92) inset,
        0 22px 50px rgba(20, 18, 16, 0.06);
}

.pr-delivery__trust-intro {
    max-width: 36rem;
    margin-bottom: clamp(1.35rem, 3vw, 2rem);
    padding-bottom: clamp(1.1rem, 2.5vw, 1.5rem);
    border-bottom: 1px solid rgba(20, 18, 16, 0.07);
}

.pr-delivery__trust-quote {
    margin: 0;
    font-size: clamp(1.45rem, 2.6vw, 2.1rem);
    line-height: 1.22;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.pr-delivery__trust-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

.pr-delivery__trust-copy {
    display: grid;
    gap: 0.85rem;
    font-size: clamp(0.92rem, 1.15vw, 1rem);
    line-height: 1.62;
    color: var(--pr-muted);
}

.pr-delivery__trust-copy p {
    margin: 0;
}

.pr-delivery__trust-cards {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.pr-delivery__trust-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.65rem;
    align-items: start;
    padding: 0.85rem 0.9rem;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(20, 18, 16, 0.07);
    box-shadow: 0 6px 18px rgba(20, 18, 16, 0.03);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.pr-delivery__trust-card:hover {
    border-color: rgba(255, 97, 0, 0.2);
    box-shadow: 0 10px 24px rgba(255, 97, 0, 0.08);
}

.pr-delivery__trust-card-num {
    display: grid;
    place-items: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    flex-shrink: 0;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--del-accent);
    background: rgba(255, 97, 0, 0.1);
    border: 1px solid rgba(255, 97, 0, 0.18);
}

.pr-delivery__trust-card-body h3 {
    margin: 0 0 0.25rem;
    font-size: 0.88rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.pr-delivery__trust-card-body p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--pr-muted);
}

.pr-delivery__trust-outro {
    margin: clamp(1.15rem, 2.5vw, 1.5rem) 0 0;
    padding: 0.9rem 1rem;
    border-radius: 0.75rem;
    background: rgba(255, 97, 0, 0.06);
    border: 1px solid rgba(255, 97, 0, 0.12);
    font-size: clamp(0.95rem, 1.3vw, 1.05rem);
    line-height: 1.5;
    font-weight: 600;
    color: var(--pr-ink);
}

.pr-delivery__band--cta {
    background: linear-gradient(180deg, #fff 0%, var(--del-warm) 100%);
    padding-bottom: clamp(4rem, 8vw, 6rem);
}

.pr-delivery__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.pr-delivery__display {
    margin: 0 0 1.25rem;
    max-width: 18ch;
    font-size: clamp(2.4rem, 4.2vw, 3.8rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.pr-delivery__hero-note {
    margin: 0 0 1.25rem;
    max-width: 36rem;
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    line-height: 1.6;
    color: var(--pr-muted);
}

.pr-delivery__hero-seal {
    margin: 1.25rem 0 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pr-accent-deep);
}

/* Hero conversation */
.pr-delivery-chat {
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(20, 18, 16, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 48px rgba(20, 18, 16, 0.07);
}

.pr-delivery-chat__thread {
    height: 3px;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--del-accent), rgba(255, 97, 0, 0.25));
}

.pr-delivery-chat__messages {
    display: grid;
    gap: 0.75rem;
}

.pr-delivery-chat__msg {
    padding: 0.75rem 0.85rem;
    border-radius: 0.75rem;
    max-width: 92%;
}

.pr-delivery-chat__msg--client {
    justify-self: start;
    background: rgba(20, 18, 16, 0.04);
    border: 1px solid rgba(20, 18, 16, 0.06);
}

.pr-delivery-chat__msg--innoquo {
    justify-self: end;
    background: rgba(255, 97, 0, 0.08);
    border: 1px solid rgba(255, 97, 0, 0.18);
}

.pr-delivery-chat__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pr-accent-deep);
}

.pr-delivery-chat__msg p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--pr-ink);
}

.pr-delivery-chat__status {
    margin: 1rem 0 0;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(20, 18, 16, 0.08);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--pr-muted);
}

/* Journey — four full cards */
.pr-delivery__journey {
    padding-block: clamp(2rem, 5vw, 3.5rem);
}

.pr-delivery__journey-head {
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
    max-width: 40rem;
}

.pr-delivery__journey-head .pr-heading {
    margin-bottom: 0.45rem;
    font-size: clamp(1.65rem, 2.8vw, 2.35rem);
}

.pr-delivery__journey-sub {
    margin: 0;
    max-width: 36rem;
    font-size: clamp(0.88rem, 1.2vw, 0.98rem);
    line-height: 1.55;
    color: var(--pr-muted);
}

.pr-delivery__journey-cards {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: clamp(1.15rem, 2.8vw, 1.65rem);
}

.pr-delivery__journey-card {
    padding: clamp(1.15rem, 2.2vw, 1.65rem);
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 97, 0, 0.14);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 242, 0.95) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.92) inset,
        0 22px 50px rgba(20, 18, 16, 0.07);
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.pr-delivery__journey-card.is-visible {
    transform: translateY(0);
}

.pr-delivery__journey-card:hover {
    border-color: rgba(255, 97, 0, 0.22);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.92) inset,
        0 26px 56px rgba(255, 97, 0, 0.1);
}

.pr-delivery__journey-card-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(1.15rem, 2.8vw, 2rem);
    align-items: stretch;
}

.pr-delivery__journey-card-copy h3 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.28rem, 2.1vw, 1.65rem);
    letter-spacing: -0.025em;
    line-height: 1.14;
    max-width: 24ch;
}

.pr-delivery__journey-slide-head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}

.pr-delivery__journey-badge {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    background: var(--del-accent);
    border: 1px solid var(--del-accent);
    box-shadow: 0 8px 20px rgba(255, 97, 0, 0.28);
}

.pr-delivery__journey-step-label {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pr-accent-deep);
}

.pr-delivery__journey-lead {
    margin: 0 0 0.85rem;
    font-size: clamp(0.9rem, 1.15vw, 0.98rem);
    line-height: 1.58;
    color: var(--pr-muted);
    max-width: 36rem;
}

.pr-delivery__journey-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
}

.pr-delivery__journey-checklist li {
    display: grid;
    grid-template-columns: 1rem 1fr;
    gap: 0.55rem;
    align-items: start;
    font-size: 0.86rem;
    line-height: 1.45;
    color: var(--pr-ink);
}

.pr-delivery__journey-checklist li::before {
    content: "";
    width: 1rem;
    height: 1rem;
    margin-top: 0.12rem;
    border-radius: 999px;
    background:
        radial-gradient(circle at center, var(--del-accent) 0 2px, transparent 2px),
        rgba(255, 97, 0, 0.1);
    border: 1px solid rgba(255, 97, 0, 0.22);
}

.pr-delivery__journey-card-visual {
    min-height: 100%;
}

.pr-delivery__journey-visual-stage {
    position: relative;
    height: 100%;
    min-height: clamp(12rem, 24vw, 16rem);
    padding: clamp(0.95rem, 2vw, 1.25rem);
    border-radius: 0.9rem;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 97, 0, 0.07) 0%, rgba(255, 248, 242, 0.55) 48%, rgba(255, 255, 255, 0.94) 100%);
    border: 1px solid rgba(255, 97, 0, 0.12);
}

.pr-delivery__journey-card-visual .pr-delivery-journey-scene__state {
    position: relative;
    inset: auto;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0.55rem;
    min-height: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
}

.pr-delivery__journey-card-visual .pr-delivery-journey-scene__state--talk {
    gap: 0.65rem;
    justify-items: stretch;
}

.pr-delivery__journey-visual-stage::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, var(--del-accent) 0%, rgba(255, 97, 0, 0.25) 100%);
    border-radius: 999px 0 0 999px;
    pointer-events: none;
}

/* Journey scene (standalone include — cards use inline visuals) */
.pr-delivery-journey-scene,
.pr-delivery-journey-scene__canvas {
    position: relative;
    height: 100%;
    min-height: inherit;
}

.pr-delivery-journey-scene__state {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0.55rem;
    padding-left: 0.35rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.99);
    transition:
        opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.55s ease;
}

.pr-delivery-journey-scene__state.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.pr-delivery-journey-scene__state--talk {
    gap: 0.65rem;
    justify-items: stretch;
}

.pr-delivery-journey-scene__bubble {
    padding: 0.65rem 0.75rem;
    border-radius: 0.7rem;
    max-width: 15rem;
}

.pr-delivery-journey-scene__bubble-tag {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pr-accent-deep);
}

.pr-delivery-journey-scene__bubble p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.45;
    color: var(--pr-ink);
}

.pr-delivery-journey-scene__bubble--in {
    justify-self: start;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(20, 18, 16, 0.08);
    box-shadow: 0 6px 16px rgba(20, 18, 16, 0.04);
}

.pr-delivery-journey-scene__bubble--out {
    justify-self: end;
    background: rgba(255, 97, 0, 0.09);
    border: 1px solid rgba(255, 97, 0, 0.18);
}

.pr-delivery-journey-scene__doc {
    width: min(100%, 15rem);
    padding: 0.85rem 0.95rem;
    border-radius: 0.75rem;
    border: 1px dashed rgba(255, 97, 0, 0.32);
    background: rgba(255, 255, 255, 0.88);
    text-align: center;
    box-shadow: 0 8px 20px rgba(20, 18, 16, 0.04);
}

.pr-delivery-journey-scene__doc span {
    display: block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pr-accent-deep);
}

.pr-delivery-journey-scene__doc strong {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.92rem;
    line-height: 1.35;
}

.pr-delivery-journey-scene__checks {
    margin: 0.1rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.35rem;
}

.pr-delivery-journey-scene__checks li {
    font-size: 0.76rem;
    color: var(--pr-ink);
}

.pr-delivery-journey-scene__checks li::before {
    content: "✓ ";
    color: var(--del-accent);
    font-weight: 700;
}

.pr-delivery-journey-scene__preview {
    width: min(100%, 15rem);
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(20, 18, 16, 0.08);
    box-shadow: 0 8px 20px rgba(20, 18, 16, 0.04);
}

.pr-delivery-journey-scene__preview-bar {
    display: block;
    height: 3.25rem;
    border-radius: 0.45rem;
    background: linear-gradient(180deg, rgba(255, 97, 0, 0.14), rgba(255, 97, 0, 0.03));
    margin-bottom: 0.55rem;
}

.pr-delivery-journey-scene__preview-meta {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
}

.pr-delivery-journey-scene__preview-version {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--del-accent);
}

.pr-delivery-journey-scene__preview-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--pr-ink);
}

.pr-delivery-journey-scene__preview-chip {
    display: inline-block;
    margin-top: 0.45rem;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 97, 0, 0.1);
    border: 1px solid rgba(255, 97, 0, 0.16);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pr-accent-deep);
}

.pr-delivery-journey-scene__live {
    display: grid;
    justify-items: center;
    gap: 0.35rem;
    text-align: center;
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(20, 18, 16, 0.08);
    box-shadow: 0 8px 20px rgba(20, 18, 16, 0.04);
}

.pr-delivery-journey-scene__live-dot {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background: var(--del-accent);
    box-shadow: 0 0 12px rgba(255, 97, 0, 0.45);
}

.pr-delivery-journey-scene__live strong {
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pr-delivery-journey-scene__live span:last-child {
    font-size: 0.76rem;
    color: var(--pr-muted);
}

/* Final CTA */
.pr-delivery__final {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: end;
}

.pr-delivery__final-micro {
    margin: 0.75rem 0 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pr-muted);
}

.pr-delivery__final-actions {
    display: grid;
    gap: 0.65rem;
    justify-items: start;
}

@media (max-width: 960px) {
    .pr-delivery__thread {
        display: none;
    }

    .pr-delivery__hero,
    .pr-delivery__final {
        grid-template-columns: 1fr;
    }

    .pr-delivery__journey-card-grid {
        display: flex;
        flex-direction: column;
    }

    .pr-delivery__display {
        max-width: none;
    }

    .pr-delivery__journey-head .pr-heading {
        font-size: clamp(1.35rem, 5.5vw, 1.65rem);
    }

    .pr-delivery__journey-card-copy h3 {
        max-width: none;
        font-size: clamp(1.05rem, 4.5vw, 1.25rem);
    }

    .pr-delivery__journey-card-visual {
        order: -1;
    }

    .pr-delivery__journey-visual-stage {
        min-height: clamp(9rem, 28vw, 11rem);
    }

    .pr-delivery-journey-scene__bubble {
        max-width: 100%;
    }

    .pr-delivery__trust-layout,
    .pr-delivery__trust-cards {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pr-delivery-journey-scene__state,
    .pr-delivery__journey-card,
    .pr-delivery__trust-card {
        transition: none;
        transform: none;
    }
}
