
/* =========================================================
   PREZZI — SEO / ADS / CONVERSION LANDING
========================================================= */

body.prices-page {
    overflow-x: clip;
    overflow-y: auto;
    background: #050505;
}

.prices-page > .site-header .nav-link[aria-current="page"],
.prices-page .mobile-nav-entry[aria-current="page"] {
    color: #fff;
}

.prices-page > .site-header .nav-link[aria-current="page"]::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.prices-main {
    min-width: 0;
    overflow: clip;
}

.prices-shell {
    width: min(calc(100% - 64px), 1380px);
    margin-inline: auto;
}

.prices-section {
    position: relative;
    padding: clamp(96px, 10vw, 156px) 0;
}

.prices-kicker {
    margin: 0 0 18px;
    color: var(--accent);
    font-size: 0.74rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.prices-heading {
    max-width: 940px;
    margin-bottom: clamp(48px, 6vw, 78px);
}

.prices-heading h2,
.prices-payment-copy h2,
.prices-final-inner h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(2.8rem, 5.6vw, 6.1rem);
    font-weight: 560;
    line-height: 0.95;
    letter-spacing: -0.058em;
    text-wrap: balance;
}

.prices-heading > p:not(.prices-kicker),
.prices-payment-copy > p:not(.prices-kicker),
.prices-final-inner > p:not(.prices-kicker) {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.75;
}

.prices-heading-split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.58fr);
    gap: clamp(48px, 7vw, 110px);
    align-items: end;
}

.prices-heading-split > p {
    padding-bottom: 10px;
}

/* HERO */

.prices-hero {
    position: relative;
    min-height: min(960px, 100svh);
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    overflow: hidden;
    padding: 148px 0 76px;
    background: #050505;
}

.prices-hero-media,
.prices-hero-overlay {
    position: absolute;
    inset: 0;
}

.prices-hero-media {
    z-index: -3;
}

.prices-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 46%;
    transform: scale(1.025);
    animation: pricesHeroZoom 22s ease-out both;
}

.prices-hero-overlay {
    z-index: -2;
    background:
        radial-gradient(circle at 77% 33%, rgba(188, 24, 24, 0.3), transparent 37%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.73) 49%, rgba(0, 0, 0, 0.24) 76%, rgba(0, 0, 0, 0.51) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.16) 62%);
}

.prices-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
    gap: clamp(50px, 8vw, 120px);
    align-items: end;
}

.prices-hero-copy h1 {
    max-width: 970px;
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(3.4rem, 7.2vw, 7.8rem);
    font-weight: 570;
    line-height: 0.89;
    letter-spacing: -0.066em;
    text-wrap: balance;
}

.prices-hero-copy > p:not(.prices-kicker) {
    max-width: 670px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1.04rem, 1.45vw, 1.24rem);
    line-height: 1.72;
}

.prices-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 40px;
}

.prices-hero-price {
    padding: 34px;
    background: rgba(7, 7, 7, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 26px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.prices-hero-price > span,
.prices-hero-price > strong,
.prices-hero-price > small {
    display: block;
}

.prices-hero-price > span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.prices-hero-price > strong {
    margin-top: 14px;
    color: #fff;
    font-size: clamp(4.8rem, 7vw, 7.2rem);
    font-weight: 650;
    line-height: 0.82;
    letter-spacing: -0.075em;
}

.prices-hero-price > small {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
}

.prices-hero-price > div {
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.prices-hero-price p {
    position: relative;
    margin: 0;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.86rem;
    line-height: 1.5;
}

.prices-hero-price p::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
}

.prices-hero-price p + p {
    margin-top: 10px;
}

@keyframes pricesHeroZoom {
    from { transform: scale(1.025); }
    to { transform: scale(1.075); }
}

/* PROOF */

.prices-proof {
    background: #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.prices-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.prices-proof article {
    padding: 40px clamp(18px, 3vw, 40px);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.prices-proof article:first-child {
    padding-left: 0;
}

.prices-proof article:last-child {
    padding-right: 0;
    border-right: 0;
}

.prices-proof strong,
.prices-proof span {
    display: block;
}

.prices-proof strong {
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    font-weight: 700;
    line-height: 1.25;
}

.prices-proof span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
    line-height: 1.55;
}

/* PRICE PLANS */

.prices-plans {
    background:
        radial-gradient(circle at 88% 8%, rgba(231, 76, 60, 0.075), transparent 31%),
        #050505;
}

.prices-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.prices-plan-card {
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    padding: clamp(26px, 3vw, 38px);

    display: flex;
    flex-direction: column;

    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.017));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
}

.prices-plan-featured {
    background:
        radial-gradient(circle at 100% 0%, rgba(231, 76, 60, 0.12), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.017));
    border-color: rgba(231, 76, 60, 0.26);
}

.prices-plan-head {
    min-height: 150px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: start;
}

.prices-plan-label {
    display: block;
    margin-bottom: 12px;
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.prices-plan-head h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.65rem, 2.5vw, 2.8rem);
    font-weight: 570;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.prices-plan-start {
    flex: 0 0 auto;
    text-align: right;
}

.prices-plan-start small,
.prices-plan-start strong,
.prices-plan-start span {
    display: block;
}

.prices-plan-start small,
.prices-plan-start span {
    color: rgba(255, 255, 255, 0.43);
    font-size: 0.68rem;
}

.prices-plan-start strong {
    margin: 3px 0 5px;
    color: #fff;
    font-size: clamp(2.1rem, 3.3vw, 3.4rem);
    font-weight: 650;
    line-height: 1;
    letter-spacing: -0.055em;
}

.prices-plan-description {
    min-height: 58px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.9rem;
    line-height: 1.65;
}

.prices-room-tags {
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 24px;
}

.prices-room-tags span {
    min-height: 30px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 650;
}

.prices-list {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
}

.prices-list-head,
.prices-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px 90px;
    gap: 12px;
    align-items: center;
}

.prices-list-head {
    min-height: 44px;
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.prices-list-head span:nth-child(2),
.prices-list-head span:nth-child(3) {
    text-align: right;
}

.prices-row {
    min-height: 54px;
    padding: 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.prices-row:hover {
    background: rgba(255, 255, 255, 0.025);
}

.prices-players {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
}

.prices-row strong {
    color: #fff;
    font-size: 0.96rem;
    text-align: right;
}

.prices-row small {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.7rem;
    text-align: right;
}

.prices-plan-note {
    min-height: 62px;
    margin: 16px 0 24px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: rgba(231, 76, 60, 0.08);
    border: 1px solid rgba(231, 76, 60, 0.18);
    border-radius: 16px;
}

.prices-plan-note span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.78rem;
}

.prices-plan-note strong {
    color: #fff;
    font-size: 0.94rem;
}

.prices-plan-card > .btn {
    width: 100%;
}

.prices-clarity {
    margin-top: 22px;
    padding: 24px 28px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
}

.prices-clarity-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 1.05rem;
}

.prices-clarity strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 0.95rem;
}

.prices-clarity p {
    margin: 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.86rem;
    line-height: 1.6;
}

/* ROOM GRID */

.prices-rooms {
    background: #0a0a0a;
}

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

.prices-room-card {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: #111;
    transition:
        transform 350ms cubic-bezier(.22, 1, .36, 1),
        border-color 250ms ease,
        box-shadow 350ms ease;
}

.prices-room-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.prices-room-card picture,
.prices-room-card picture img,
.prices-room-shade {
    position: absolute;
    inset: 0;
}

.prices-room-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms cubic-bezier(.22, 1, .36, 1);
}

.prices-room-card:hover img {
    transform: scale(1.045);
}

.prices-room-shade {
    z-index: 1;
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.08) 64%),
        linear-gradient(135deg, rgba(0, 0, 0, 0.34), transparent 56%);
}

.prices-room-card > div {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    z-index: 2;
}

.prices-room-card small,
.prices-room-card strong,
.prices-room-card div > span {
    display: block;
}

.prices-room-card small {
    margin-bottom: 9px;
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.prices-room-card strong {
    color: #fff;
    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 570;
    line-height: 1;
    letter-spacing: -0.045em;
}

.prices-room-card div > span {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.84rem;
}

/* INCLUDED */

.prices-included {
    background:
        radial-gradient(circle at 80% 10%, rgba(231, 76, 60, 0.07), transparent 30%),
        #050505;
}

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

.prices-included-grid article {
    min-height: 350px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
}

.prices-included-grid article > span {
    margin-bottom: auto;
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.prices-included-grid h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 570;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.prices-included-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.94rem;
    line-height: 1.68;
}

/* SERVICES */

.prices-services {
    background: #0a0a0a;
}

.prices-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.prices-service-card {
    min-height: 360px;
    padding: clamp(30px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 100% 0%, rgba(231, 76, 60, 0.1), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 25px;
    transition:
        transform 300ms ease,
        border-color 250ms ease;
}

.prices-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.19);
}

.prices-service-number {
    margin-bottom: auto;
    color: rgba(255, 255, 255, 0.34);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.prices-service-card small {
    display: block;
    margin-bottom: 10px;
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.prices-service-card h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2rem, 3.3vw, 3.7rem);
    font-weight: 570;
    line-height: 1;
    letter-spacing: -0.05em;
}

.prices-service-card p {
    max-width: 580px;
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.94rem;
    line-height: 1.68;
}

.prices-service-link {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* PAYMENT */

.prices-payment {
    background: #050505;
}

.prices-payment-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
    gap: clamp(52px, 8vw, 120px);
    align-items: center;
}

.prices-payment-copy .btn {
    margin-top: 38px;
}

.prices-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.prices-payment-grid article {
    min-height: 230px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.prices-payment-grid article > span {
    margin-bottom: auto;
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.prices-payment-grid strong,
.prices-payment-grid small {
    display: block;
}

.prices-payment-grid strong {
    margin-bottom: 7px;
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    font-weight: 600;
    letter-spacing: -0.03em;
}

.prices-payment-grid small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
    line-height: 1.5;
}

/* FAQ */

.prices-faq {
    background: #0a0a0a;
}

.prices-faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.5fr) minmax(0, 1.5fr);
    gap: clamp(52px, 8vw, 120px);
    align-items: start;
}

.prices-faq-heading {
    position: sticky;
    top: 118px;
}

.prices-faq-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 4.6vw, 5.2rem);
    font-weight: 560;
    line-height: 0.98;
    letter-spacing: -0.052em;
}

.prices-faq-list {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.prices-faq details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.prices-faq summary {
    position: relative;
    min-height: 106px;
    padding: 28px 58px 28px 0;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    list-style: none;
    font-size: clamp(1.05rem, 1.6vw, 1.34rem);
    font-weight: 620;
    line-height: 1.35;
}

.prices-faq summary::-webkit-details-marker {
    display: none;
}

.prices-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.58);
    font-size: 1.7rem;
    font-weight: 300;
    transition: transform 220ms ease;
}

.prices-faq details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.prices-faq details p {
    max-width: 780px;
    margin: 0;
    padding: 0 58px 31px 0;
    color: rgba(255, 255, 255, 0.61);
    font-size: 0.96rem;
    line-height: 1.72;
}

/* FINAL */

.prices-final {
    position: relative;
    min-height: 820px;
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0 90px;
}

.prices-final-media,
.prices-final-overlay {
    position: absolute;
    inset: 0;
}

.prices-final-media {
    z-index: -3;
}

.prices-final-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prices-final-overlay {
    z-index: -2;
    background:
        radial-gradient(circle at 77% 24%, rgba(231, 76, 60, 0.16), transparent 34%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.24) 72%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.31));
}

.prices-final-inner {
    position: relative;
    z-index: 2;
}

.prices-final-inner h2 {
    max-width: 900px;
}

.prices-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

/* TABLET */

@media (max-width: 1180px) {
    .prices-shell {
        width: min(calc(100% - 48px), 1380px);
    }

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

    .prices-plan-safe {
        grid-column: 1 / -1;
        width: min(100%, 680px);
        justify-self: center;
    }

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

@media (max-width: 980px) {
    .prices-hero-inner {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 48px;
    }

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

    .prices-proof article,
    .prices-proof article:first-child,
    .prices-proof article:last-child {
        padding: 30px 24px;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .prices-proof article:nth-child(2n) {
        border-right: 0;
    }

    .prices-proof article:nth-child(n + 3) {
        border-bottom: 0;
    }

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

    .prices-payment-layout {
        grid-template-columns: 1fr;
    }
}

/* MOBILE */

@media (max-width: 820px) {
    .prices-shell {
        width: min(calc(100% - 40px), 1380px);
    }

    .prices-main {
        overflow: hidden;
    }

    .prices-section {
        padding: 88px 0;
    }

    .prices-heading h2,
    .prices-payment-copy h2,
    .prices-final-inner h2 {
        font-size: clamp(2.5rem, 11vw, 4rem);
        line-height: 0.98;
    }

    .prices-heading-split {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .prices-hero {
        min-height: auto;
        padding: 116px 0 54px;
    }

    .prices-hero-media img {
        object-position: 58% center;
    }

    .prices-hero-overlay {
        background:
            linear-gradient(0deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.77) 67%, rgba(0, 0, 0, 0.35) 100%);
    }

    .prices-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .prices-hero-copy h1 {
        font-size: clamp(2.85rem, 13vw, 4.5rem);
        line-height: 0.94;
    }

    .prices-hero-actions .btn {
        width: 100%;
    }

    .prices-hero-price {
        padding: 26px 22px;
        border-radius: 21px;
    }

    .prices-hero-price > strong {
        font-size: 5rem;
    }

    .prices-plan-grid {
        grid-template-columns: 1fr;
    }

    .prices-plan-safe {
        grid-column: auto;
        width: 100%;
    }

    .prices-plan-card {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .prices-plan-head {
        min-height: 0;
        margin-bottom: 28px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .prices-plan-head h3 {
        font-size: 1.75rem;
    }

    .prices-plan-description,
    .prices-room-tags {
        min-height: 0;
    }

    .prices-list-head {
        display: none;
    }

    .prices-row {
        min-height: 72px;
        padding: 12px 14px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 5px 14px;
    }

    .prices-players {
        grid-row: 1 / 3;
        align-self: center;
        font-size: 0.85rem;
    }

    .prices-row strong {
        font-size: 1rem;
    }

    .prices-row small {
        font-size: 0.69rem;
    }

    .prices-plan-note {
        padding: 0 14px;
    }

    .prices-clarity {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .prices-room-grid {
        grid-template-columns: 1fr;
    }

    .prices-room-card {
        min-height: 420px;
        border-radius: 22px;
    }

    .prices-included-grid,
    .prices-service-grid {
        grid-template-columns: 1fr;
    }

    .prices-included-grid article {
        min-height: 270px;
        padding: 26px 22px;
        border-radius: 22px;
    }

    .prices-service-card {
        min-height: 330px;
        padding: 28px 22px;
        border-radius: 22px;
    }

    .prices-payment-copy .btn {
        width: 100%;
    }

    .prices-payment-grid article {
        min-height: 190px;
        padding: 22px 18px;
    }

    .prices-faq-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .prices-faq-heading {
        position: static;
    }

    .prices-faq summary {
        min-height: 0;
        padding: 25px 44px 25px 0;
        font-size: 1rem;
    }

    .prices-faq details p {
        padding: 0 44px 27px 0;
        font-size: 0.92rem;
    }

    .prices-final {
        min-height: auto;
        padding: 110px 0 70px;
    }

    .prices-final-actions .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .prices-shell {
        width: min(calc(100% - 32px), 1380px);
    }

    .prices-hero {
        padding-top: 106px;
    }

    .prices-proof article,
    .prices-proof article:first-child,
    .prices-proof article:last-child {
        padding: 24px 14px;
    }

    .prices-proof strong {
        font-size: 0.95rem;
    }

    .prices-proof span {
        font-size: 0.72rem;
    }

    .prices-plan-head {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .prices-plan-start {
        text-align: left;
    }

    .prices-room-card {
        min-height: 380px;
    }

    .prices-payment-grid {
        grid-template-columns: 1fr;
    }

    .prices-payment-grid article {
        min-height: 170px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .prices-hero-media img {
        animation: none;
    }

    .prices-room-card,
    .prices-room-card img,
    .prices-service-card {
        transition: none;
    }
}


/* =========================================================
   PREZZI V2 — TARIFFARI UNIFORMI
========================================================= */

.prices-plan-card .prices-list {
    margin-bottom: 0;
}

.prices-plan-card .prices-plan-note {
    margin-top: 16px;
}

.prices-plan-card > .btn {
    margin-top: auto;
}

.prices-plan-card .prices-list,
.prices-plan-card .prices-plan-note,
.prices-plan-card > .btn {
    flex-shrink: 0;
}

.prices-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prices-proof article:nth-child(3) {
    border-right: 0;
}

@media (max-width: 1180px) {
    .prices-plan-safe {
        grid-column: auto;
        width: auto;
        justify-self: stretch;
    }
}

@media (max-width: 980px) {
    .prices-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .prices-proof article,
    .prices-proof article:first-child,
    .prices-proof article:last-child {
        border-bottom: 0;
    }

    .prices-proof article:nth-child(2n) {
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }

    .prices-proof article:nth-child(3) {
        border-right: 0;
    }
}

@media (max-width: 820px) {
    .prices-proof-grid {
        grid-template-columns: 1fr;
    }

    .prices-proof article,
    .prices-proof article:first-child,
    .prices-proof article:last-child,
    .prices-proof article:nth-child(2n),
    .prices-proof article:nth-child(3) {
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .prices-proof article:last-child {
        border-bottom: 0;
    }

    .prices-plan-head {
        min-height: 0;
    }

    .prices-plan-description {
        min-height: 0;
    }
}
