/* Buyer Access owns only the Vienna Story → Human Trust commercial handoff. */
.pn-access {
    --pn-access-progress: 0.66;
    position: relative;
    overflow: clip;
    color: var(--pn-navy-950);
    background: var(--pn-ivory-50);
    border-top: 1px solid rgb(8 19 31 / 10%);
    border-bottom: 1px solid rgb(8 19 31 / 10%);
    isolation: isolate;
}

.pn-access::before,
.pn-access::after {
    position: absolute;
    z-index: -1;
    content: '';
    pointer-events: none;
}

.pn-access::before {
    top: clamp(5rem, 11vw, 10rem);
    right: -8rem;
    width: clamp(17rem, 28vw, 30rem);
    aspect-ratio: 1;
    border: 1px solid rgb(0 139 163 / 14%);
    border-radius: 50%;
}

.pn-access::after {
    right: 6vw;
    bottom: 7rem;
    width: clamp(9rem, 17vw, 16rem);
    height: 1px;
    background: rgb(8 19 31 / 18%);
    box-shadow: 0 1.6rem 0 rgb(240 190 48 / 40%), 0 3.2rem 0 rgb(0 139 163 / 22%);
}

.pn-access[data-active-tier="basic"] { --pn-access-progress: 0.1; }
.pn-access[data-active-tier="pro"] { --pn-access-progress: 0.36; }
.pn-access[data-active-tier="gold"] { --pn-access-progress: 0.66; }
.pn-access[data-active-tier="vip"] { --pn-access-progress: 1; }

.pn-access__shell {
    position: relative;
    width: var(--pn-redesign-shell);
    margin-inline: auto;
    padding-block: clamp(7rem, 11vw, 10rem) clamp(6rem, 9vw, 8.5rem);
}

.pn-access__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.72fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: end;
    margin-bottom: clamp(4rem, 7vw, 6.5rem);
}

.pn-access__eyebrow {
    margin: 0 0 1.25rem;
    color: #006d7c;
    font: 750 0.72rem/1 'Inter', sans-serif;
    letter-spacing: 0.16em;
}

.pn-access__intro h2 {
    max-width: 13ch;
    margin: 0;
    color: var(--pn-navy-950);
    font-family: 'Syne', sans-serif;
    font-size: clamp(3.2rem, 6.7vw, 6rem);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

html[lang="de-AT"] .pn-access__intro h2 {
    max-width: 15ch;
    font-size: clamp(3rem, 5.9vw, 5.4rem);
}

.pn-access__intro-copy {
    max-width: 35rem;
    padding-bottom: 0.3rem;
}

.pn-access__intro-copy p {
    margin: 0;
    color: #4d5d63;
    font: 450 clamp(0.95rem, 1.2vw, 1.08rem)/1.7 'Inter', sans-serif;
}

.pn-access__intro-copy .pn-access__lead {
    margin-bottom: 1rem;
    color: var(--pn-navy-900);
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.pn-access__path {
    position: relative;
    height: 3.5rem;
    margin-inline: clamp(1rem, 2.4vw, 2.5rem);
}

.pn-access__rail {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    background: rgb(8 19 31 / 20%);
}

.pn-access__rail i {
    position: absolute;
    inset: -1px 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #008aa1 0 54%, var(--pn-gold-500) 72%, var(--pn-navy-900) 100%);
    transform: scaleX(var(--pn-access-progress));
    transform-origin: left center;
    transition: transform var(--pn-motion-standard) var(--pn-ease-out);
}

.pn-access__marker {
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    border: 2px solid var(--pn-ivory-50);
    border-radius: 50%;
    background: #7b898d;
    box-shadow: 0 0 0 1px rgb(8 19 31 / 22%);
    transform: translate(-50%, -50%);
    transition: background-color var(--pn-motion-fast) ease, transform var(--pn-motion-fast) var(--pn-ease-out);
}

.pn-access__marker--basic { left: 10%; }
.pn-access__marker--pro { left: 36%; }
.pn-access__marker--gold { left: 66%; }
.pn-access__marker--vip { left: 100%; }
.pn-access[data-active-tier] .pn-access__marker--basic,
.pn-access[data-active-tier="pro"] .pn-access__marker--pro,
.pn-access[data-active-tier="gold"] .pn-access__marker--pro,
.pn-access[data-active-tier="vip"] .pn-access__marker--pro { background: #007f92; }
.pn-access[data-active-tier="gold"] .pn-access__marker--gold,
.pn-access[data-active-tier="vip"] .pn-access__marker--gold { background: var(--pn-gold-500); }
.pn-access[data-active-tier="vip"] .pn-access__marker--vip { background: var(--pn-navy-900); }
.pn-access[data-active-tier="gold"] .pn-access__marker--gold,
.pn-access[data-active-tier="vip"] .pn-access__marker--vip { transform: translate(-50%, -50%) scale(1.35); }

.pn-access__ladder {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr) minmax(0, 1.24fr) minmax(0, 1.05fr);
    align-items: start;
}

.pn-access__tier {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 43rem;
    padding: clamp(1.5rem, 2.5vw, 2.4rem) clamp(1.1rem, 2vw, 2rem) clamp(1.75rem, 2.8vw, 2.6rem);
    border-top: 1px solid rgb(8 19 31 / 22%);
    border-bottom: 1px solid rgb(8 19 31 / 16%);
    border-left: 1px solid rgb(8 19 31 / 13%);
    background: rgb(251 248 240 / 72%);
    transition: color var(--pn-motion-standard) ease, background-color var(--pn-motion-standard) ease, transform var(--pn-motion-standard) var(--pn-ease-out), box-shadow var(--pn-motion-standard) var(--pn-ease-out);
}

.pn-access__tier:last-child { border-right: 1px solid rgb(8 19 31 / 13%); }
.pn-access__tier--basic { min-height: 37rem; margin-top: 2.4rem; }
.pn-access__tier--pro { min-height: 42rem; margin-top: 1.25rem; }

.pn-access__tier--gold {
    z-index: 2;
    min-height: 48rem;
    border: 0;
    border-radius: 0.9rem;
    background: #fff9e8;
    box-shadow: 0 1.7rem 4.5rem rgb(8 19 31 / 16%);
    transform: translateY(-0.75rem);
}

.pn-access__tier--vip {
    min-height: 45rem;
    margin-top: 0.4rem;
    background: #eef0ed;
}

.pn-access__tier.is-active,
.pn-access__tier:focus-within,
.pn-access__tier:hover {
    z-index: 3;
    background-color: #fffdf7;
    transform: translateY(-0.6rem);
}

.pn-access__tier--gold.is-active,
.pn-access__tier--gold:focus-within,
.pn-access__tier--gold:hover {
    background-color: #fff6d9;
    box-shadow: 0 2.25rem 5.5rem rgb(8 19 31 / 20%);
    transform: translateY(-1.15rem);
}

.pn-access__tier--vip.is-active,
.pn-access__tier--vip:focus-within,
.pn-access__tier--vip:hover { background-color: #e6eae7; }

.pn-access__tier h3 { margin: 0; }

.pn-access__tier-control {
    display: flex;
    width: 100%;
    min-height: 3rem;
    padding: 0;
    border: 0;
    color: var(--pn-navy-950);
    background: transparent;
    cursor: pointer;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.pn-access__tier-control span {
    color: #56666b;
    font: 750 0.7rem/1 'Inter', sans-serif;
    letter-spacing: 0.15em;
}

.pn-access__tier-control strong {
    margin-top: 0.45rem;
    font: 650 clamp(1.05rem, 1.55vw, 1.4rem)/1.05 'Syne', sans-serif;
    letter-spacing: -0.02em;
}

.pn-access__tier--gold .pn-access__tier-control span { color: #805e00; }
.pn-access__tier--vip .pn-access__tier-control strong { color: var(--pn-navy-900); }

.pn-access__recommendation {
    min-height: 1.2rem;
    margin: -0.55rem 0 1.1rem;
    color: #705200;
    font: 750 0.62rem/1.25 'Inter', sans-serif;
    letter-spacing: 0.11em;
}

.pn-access__price {
    display: flex;
    min-height: 6.6rem;
    margin: 2rem 0 0;
    flex-direction: column;
    justify-content: flex-start;
}

.pn-access__price span {
    color: var(--pn-navy-950);
    font: 650 clamp(2.25rem, 3.7vw, 3.65rem)/0.94 'Syne', sans-serif;
    letter-spacing: -0.035em;
    font-variant-numeric: tabular-nums;
}

.pn-access__price small {
    margin-top: 0.75rem;
    color: #536368;
    font: 700 0.62rem/1.25 'Inter', sans-serif;
    letter-spacing: 0.11em;
}

.pn-access__price--application span {
    max-width: 12ch;
    font-size: clamp(1.65rem, 2.6vw, 2.5rem);
    line-height: 1.04;
}

.pn-access__positioning {
    min-height: 8.4rem;
    margin: 0;
    color: #36484e;
    font: 480 clamp(0.86rem, 1.05vw, 0.98rem)/1.58 'Inter', sans-serif;
}

.pn-access__includes {
    display: grid;
    gap: 0.72rem;
    margin: 0 0 2rem;
    padding: 1.65rem 0 0;
    border-top: 1px solid rgb(8 19 31 / 14%);
    list-style: none;
}

.pn-access__includes li {
    position: relative;
    padding-left: 1.15rem;
    color: #304349;
    font: 500 clamp(0.77rem, 0.92vw, 0.87rem)/1.45 'Inter', sans-serif;
}

.pn-access__includes li::before {
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 0.38rem;
    height: 1px;
    background: #00859b;
    content: '';
}

.pn-access__tier--gold .pn-access__includes li::before { background: #a87800; }
.pn-access__tier--vip .pn-access__includes li::before { background: var(--pn-navy-800); }

.pn-access__cta {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 3.65rem;
    margin-top: auto;
    padding: 0.85rem 3rem 0.85rem 1rem;
    overflow: hidden;
    border: 1px solid rgb(8 19 31 / 28%);
    border-radius: 0.75rem;
    color: var(--pn-navy-950);
    font: 750 0.76rem/1.25 'Inter', sans-serif;
    text-decoration: none;
    align-items: center;
    transition: color var(--pn-motion-fast) ease, background-color var(--pn-motion-fast) ease, border-color var(--pn-motion-fast) ease, transform var(--pn-motion-fast) var(--pn-ease-out), box-shadow var(--pn-motion-fast) ease;
}

.pn-access__cta i,
.pn-access__partner-handoff i {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg) scale(0.55);
    transform-origin: center;
    transition: transform var(--pn-motion-fast) var(--pn-ease-out);
}

.pn-access__cta:hover,
.pn-access__cta:focus-visible { transform: translateY(-0.18rem); }
.pn-access__cta:hover i,
.pn-access__cta:focus-visible i,
.pn-access__partner-handoff:hover i,
.pn-access__partner-handoff:focus-visible i { transform: translate(0.2rem, -50%) rotate(45deg) scale(0.62); }

.pn-access__cta--product {
    border-color: #0095aa;
    background: var(--pn-cyan-500);
}

.pn-access__cta--product:hover,
.pn-access__cta--product:focus-visible { background: var(--pn-cyan-400); box-shadow: 0 0.85rem 2rem rgb(0 139 163 / 18%); }

.pn-access__cta--conversation { border-color: #ae820d; }
.pn-access__cta--conversation:hover,
.pn-access__cta--conversation:focus-visible { background: #fff2c7; }

.pn-access__cta--primary {
    border-color: var(--pn-gold-500);
    background: var(--pn-gold-500);
    box-shadow: 0 0.9rem 2.2rem rgb(151 108 0 / 18%);
}

.pn-access__cta--primary:hover,
.pn-access__cta--primary:focus-visible { background: var(--pn-gold-400); box-shadow: 0 1.15rem 2.6rem rgb(151 108 0 / 24%); }

.pn-access__cta--private {
    border-color: var(--pn-navy-900);
    color: var(--pn-ivory-50);
    background: var(--pn-navy-900);
}

.pn-access__cta--private:hover,
.pn-access__cta--private:focus-visible { background: var(--pn-navy-800); }

.pn-access__disclosure {
    max-width: 82ch;
    margin: clamp(3.5rem, 6vw, 5rem) 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(8 19 31 / 16%);
    color: #536368;
    font: 450 0.78rem/1.65 'Inter', sans-serif;
}

.pn-access__partner-handoff {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.35rem 1.25rem;
    width: min(100%, 38rem);
    min-height: 5.2rem;
    margin-top: 2.25rem;
    padding: 1rem 4rem 1rem 0;
    border-bottom: 1px solid rgb(8 19 31 / 28%);
    color: var(--pn-navy-950);
    text-decoration: none;
    align-items: center;
}

.pn-access__partner-handoff span {
    color: #5c6b70;
    font: 650 0.7rem/1.2 'Inter', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pn-access__partner-handoff strong {
    font: 600 clamp(1rem, 1.5vw, 1.3rem)/1.25 'Syne', sans-serif;
    letter-spacing: -0.015em;
}

.pn-access__partner-handoff i { right: 1.25rem; }

.pn-access[data-access-motion="ready"] .pn-access__tier {
    transform: translateY(1.25rem);
}

.pn-access[data-access-motion="ready"] .pn-access__tier.is-revealed,
.pn-access[data-access-motion="ready"] .pn-access__tier.is-active,
.pn-access[data-access-motion="ready"] .pn-access__tier:focus-within,
.pn-access[data-access-motion="ready"] .pn-access__tier:hover { transform: translateY(0); }

.pn-access[data-access-motion="ready"] .pn-access__tier--gold.is-revealed,
.pn-access[data-access-motion="ready"] .pn-access__tier--gold.is-active,
.pn-access[data-access-motion="ready"] .pn-access__tier--gold:focus-within,
.pn-access[data-access-motion="ready"] .pn-access__tier--gold:hover { transform: translateY(-1.15rem); }

@media (max-width: 1180px) {
    .pn-access__shell { width: min(100% - 3rem, 72rem); }
    .pn-access__intro { gap: 4rem; }
    .pn-access__tier { padding-inline: 1.15rem; }
    .pn-access__positioning { min-height: 9.5rem; }
    .pn-access__includes li { font-size: 0.75rem; }
    .pn-access__cta { padding-left: 0.8rem; font-size: 0.7rem; }
}

@media (max-width: 900px) {
    .pn-access__intro { grid-template-columns: 1fr; gap: 2.5rem; }
    .pn-access__intro-copy { max-width: 44rem; }
    .pn-access__ladder { grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr) minmax(0, 1.18fr) minmax(0, 1.02fr); }
    .pn-access__tier { padding-inline: 0.85rem; }
    .pn-access__tier-control strong { font-size: 1rem; }
    .pn-access__price span { font-size: clamp(1.85rem, 4.5vw, 2.8rem); }
    .pn-access__positioning { font-size: 0.78rem; }
    .pn-access__includes li { padding-left: 0.85rem; font-size: 0.7rem; }
    .pn-access__cta { min-height: 3.4rem; font-size: 0.66rem; }
    html[lang="de-AT"] .pn-access__cta { font-size: 0.62rem; }
}

@media (max-width: 768px) {
    .pn-access__shell { width: min(100% - 2rem, 42rem); padding-block: 6rem; }
    .pn-access__intro { margin-bottom: 3.5rem; }
    .pn-access__intro h2,
    html[lang="de-AT"] .pn-access__intro h2 { max-width: 14ch; font-size: clamp(2.8rem, 13vw, 4.4rem); }
    .pn-access__path { display: none; }
    .pn-access__ladder {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        margin-left: 0.65rem;
        padding-left: 1.9rem;
        border-left: 1px solid rgb(8 19 31 / 22%);
    }
    .pn-access__ladder::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1px;
        width: 3px;
        background: linear-gradient(180deg, #008aa1 0 52%, var(--pn-gold-500) 72%, var(--pn-navy-900) 100%);
        content: '';
        transform: scaleY(var(--pn-access-progress));
        transform-origin: top center;
        transition: transform var(--pn-motion-standard) var(--pn-ease-out);
    }
    .pn-access__tier,
    .pn-access__tier--basic,
    .pn-access__tier--pro,
    .pn-access__tier--gold,
    .pn-access__tier--vip {
        min-height: 0;
        margin: 0;
        padding: 2.2rem 1.15rem 2.7rem;
        border: 0;
        border-bottom: 1px solid rgb(8 19 31 / 16%);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        transform: none;
    }
    .pn-access__tier::before {
        position: absolute;
        top: 2.65rem;
        left: -2.35rem;
        z-index: 2;
        width: 0.78rem;
        height: 0.78rem;
        border: 2px solid var(--pn-ivory-50);
        border-radius: 50%;
        background: #00859b;
        box-shadow: 0 0 0 1px rgb(8 19 31 / 20%);
        content: '';
    }
    .pn-access__tier--gold { margin-inline: -0.45rem; padding-inline: 1.6rem; background: #fff7dd; box-shadow: 0 1.5rem 3rem rgb(8 19 31 / 13%); }
    .pn-access__tier--gold::before { background: var(--pn-gold-500); }
    .pn-access__tier--vip::before { background: var(--pn-navy-900); }
    .pn-access__tier.is-active,
    .pn-access__tier:focus-within,
    .pn-access__tier:hover,
    .pn-access__tier--gold.is-active,
    .pn-access__tier--gold:focus-within,
    .pn-access__tier--gold:hover { transform: none; }
    .pn-access__tier-control { min-height: 2.6rem; }
    .pn-access__price { min-height: 0; margin: 1.75rem 0 1.4rem; }
    .pn-access__price span { font-size: clamp(2.65rem, 13vw, 4rem); }
    .pn-access__price--application span { font-size: clamp(2rem, 9vw, 2.8rem); }
    .pn-access__positioning { min-height: 0; max-width: 42rem; margin-bottom: 1.8rem; font-size: 0.92rem; }
    .pn-access__includes { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 2.2rem; }
    .pn-access__includes li { font-size: 0.82rem; }
    .pn-access__cta { width: min(100%, 26rem); min-height: 3.8rem; font-size: 0.75rem; }
    html[lang="de-AT"] .pn-access__cta { font-size: 0.72rem; }
    .pn-access__disclosure { margin-top: 3rem; }
}

@media (max-width: 480px) {
    .pn-access::after { display: none; }
    .pn-access__intro h2,
    html[lang="de-AT"] .pn-access__intro h2 { font-size: clamp(2.65rem, 14.5vw, 3.8rem); }
    .pn-access__intro-copy .pn-access__lead { font-size: 1.3rem; }
    .pn-access__ladder { padding-left: 1.35rem; }
    .pn-access__tier,
    .pn-access__tier--gold { padding-inline: 0.85rem; }
    .pn-access__tier::before { left: -1.8rem; }
    .pn-access__includes { grid-template-columns: 1fr; }
    .pn-access__partner-handoff { grid-template-columns: 1fr; gap: 0.45rem; }
}

@media (prefers-reduced-motion: reduce) {
    .pn-access,
    .pn-access *,
    .pn-access *::before,
    .pn-access *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation: none !important; }
    .pn-access__rail i { transform: scaleX(1) !important; }
    .pn-access__ladder::after { transform: scaleY(1) !important; }
    .pn-access__tier { transform: none !important; }
}
