.party-page {
    --party-blue: #1597ef;
    --party-pink: #f42fb2;
    --party-purple: #7b4dff;
    --party-green: #10b981;
    --party-yellow: #ffd34d;
    --party-ink: #142033;
    --party-muted: #536174;
    --party-line: #dbe7f3;
    --party-soft: #f6fbff;
    --party-shadow: 0 18px 40px rgba(15, 38, 72, 0.1);
    font-family: 'Nunito', sans-serif;
    color: var(--party-ink);
    background:
        linear-gradient(180deg, #ffffff 0%, #ffffff 13%, #f6fbff 38%, #ffffff 62%, #f7fbff 100%);
}

.party-hero,
.party-section,
.party-final-cta {
    width: var(--guide-max);
    max-width: 1500px;
    margin: 0 auto;
}

.party-hero {
    display: grid;
    gap: clamp(26px, 4vw, 52px);
    align-items: center;
    padding: clamp(42px, 6vw, 82px) 0 clamp(40px, 6vw, 74px);
}

.party-hero-copy {
    min-width: 0;
    position: relative;
}

.party-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 7px 15px;
    border-radius: 999px;
    border: 1px solid rgba(21, 151, 239, 0.14);
    background: linear-gradient(180deg, #eef9ff 0%, #e8f6ff 100%);
    color: #075f9c;
    font-size: 0.9rem;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 8px 18px rgba(21, 151, 239, 0.08);
}

.party-hero h1,
.party-section h2,
.party-final-cta h2 {
    margin: 14px 0 0;
    color: var(--party-ink);
    font-weight: 900;
    line-height: 1.05;
}

.party-hero h1 {
    max-width: 680px;
    font-size: clamp(2.45rem, 3.75vw, 4.1rem);
}

.party-hero-lead {
    max-width: 680px;
    margin: 20px 0 0;
    color: var(--party-muted);
    font-size: clamp(1.08rem, 1.5vw, 1.35rem);
    line-height: 1.55;
    font-weight: 700;
}

.party-hero-actions,
.party-final-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.party-hero-actions .hero-video-btn,
.party-final-actions .hero-video-btn {
    width: 100%;
    min-width: 0;
}

.party-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.party-trust-row span {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(21, 151, 239, 0.12);
    background: #eef8ff;
    color: #17405f;
    font-size: 0.95rem;
    font-weight: 900;
    box-shadow: 0 5px 12px rgba(15, 38, 72, 0.05);
}

.party-hero-media {
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(21, 151, 239, 0.2);
    border-radius: 22px;
    background: var(--party-soft);
    box-shadow: 0 18px 48px rgba(15, 38, 72, 0.15);
}

.party-hero-media::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 20px;
    pointer-events: none;
}

.party-hero-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.party-hero-media {
    aspect-ratio: 16 / 9;
}

.party-section {
    position: relative;
    isolation: isolate;
    padding: clamp(50px, 6vw, 80px) 0;
}

.party-section-heading {
    max-width: 820px;
    margin: 0 auto clamp(28px, 4vw, 42px);
    text-align: center;
}

.party-section-heading::after {
    content: '';
    display: block;
    width: 92px;
    height: 5px;
    margin: 22px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--party-blue), var(--party-pink));
    box-shadow: 0 7px 16px rgba(21, 151, 239, 0.16);
}

.party-section h2,
.party-final-cta h2 {
    font-size: clamp(1.72rem, 2.65vw, 2.25rem);
    line-height: 1.12;
}

.party-section-heading p,
.party-final-cta p {
    margin: 14px auto 0;
    color: var(--party-muted);
    font-size: clamp(1.02rem, 1.2vw, 1.18rem);
    line-height: 1.55;
    font-weight: 700;
}

.party-intro-projection {
    position: relative;
    max-width: min(100%, 980px);
    margin: 0 auto clamp(32px, 5vw, 48px);
    padding: clamp(8px, 1.1vw, 12px);
    border: 1px solid rgba(21, 151, 239, 0.14);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(21, 151, 239, 0.1), rgba(244, 47, 178, 0.07)),
        #ffffff;
    box-shadow: var(--party-shadow);
}

.party-intro-projection img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    filter: drop-shadow(0 12px 26px rgba(15, 38, 72, 0.13));
}

.party-benefits-grid,
.party-steps-grid,
.party-ideas-grid {
    display: grid;
    gap: 18px;
}

.party-benefits-grid article,
.party-steps-grid article,
.party-ideas-grid article,
.party-plan-card,
.party-faq details {
    border: 2px solid rgba(219, 231, 243, 0.95);
    border-radius: 20px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    box-shadow: 0 5px 0 #d7e2ed, var(--party-shadow);
}

.party-benefits-grid article {
    --card-accent: var(--party-blue);
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 26px;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.party-benefits-grid article:nth-child(2) {
    --card-accent: var(--party-purple);
}

.party-benefits-grid article:nth-child(3) {
    --card-accent: var(--party-pink);
}

.party-benefits-grid article:nth-child(4) {
    --card-accent: var(--party-green);
}

.party-benefits-grid article::before,
.party-ideas-grid article::before,
.party-plan-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, var(--card-accent, var(--party-blue)), rgba(255, 255, 255, 0));
}

.party-benefits-grid article:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--card-accent, var(--party-blue)) 38%, var(--party-line));
    box-shadow: 0 7px 0 #d7e2ed, 0 24px 44px rgba(15, 38, 72, 0.12);
}

.party-card-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.party-card-actions .hero-video-btn {
    width: 100%;
    min-width: 0;
    font-size: clamp(0.88rem, 1vw, 1rem);
    line-height: 1.12;
}

.party-preview-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 12px;
    margin-top: 16px;
    padding: 12px;
    border: 1px solid rgba(219, 231, 243, 0.9);
    border-radius: 16px;
    background: rgba(246, 251, 255, 0.82);
}

.party-preview-thumb {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    cursor: zoom-in;
    font: inherit;
    text-align: center;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.party-preview-thumb:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.party-preview-thumb:focus-visible {
    outline: 2px solid rgba(21, 151, 239, 0.45);
    outline-offset: 4px;
    border-radius: 6px;
}

.party-preview-thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 7px 12px rgba(15, 38, 72, 0.12));
}

.party-preview-gallery-screen .party-preview-thumb img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
}

.party-preview-gallery-cards .party-preview-thumb img {
    max-height: 120px;
    margin-inline: auto;
}

.party-preview-thumb-label {
    display: block;
    color: #17405f;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.1;
}

.party-benefits-grid strong,
.party-ideas-grid h3,
.party-steps-grid h3,
.party-plan-card h3 {
    display: block;
    color: var(--party-ink);
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.2;
}

.party-benefits-grid p,
.party-ideas-grid p,
.party-steps-grid p,
.party-plan-card p {
    margin: 10px 0 0;
    color: var(--party-muted);
    line-height: 1.52;
    font-weight: 700;
}

.party-benefit-voices,
.party-benefit-organizers {
    display: flex;
    flex-direction: column;
}

.party-benefit-voices {
    border-color: rgba(21, 151, 239, 0.3);
    background:
        linear-gradient(90deg, rgba(21, 151, 239, 0.12), rgba(255, 255, 255, 0) 44%),
        linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.party-voice-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.party-voice-card {
    position: relative;
    top: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 8px 12px;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), #ffffff),
        linear-gradient(135deg, color-mix(in srgb, var(--voice-color, var(--party-blue)) 10%, transparent), transparent);
    box-shadow:
        0 5px 0 #d1d5db,
        0 7px 16px rgba(0, 0, 0, 0.08);
    transition: top 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.party-voice-card:hover {
    top: -3px;
    border-color: var(--voice-color, var(--party-blue));
    box-shadow:
        0 8px 0 #d1d5db,
        0 12px 24px rgba(0, 0, 0, 0.12);
}

.party-voice-card:active {
    top: 2px;
    box-shadow:
        0 2px 0 #d1d5db,
        0 4px 8px rgba(0, 0, 0, 0.06);
}

.party-voice-avatar-wrap {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.party-voice-avatar,
.party-voice-avatar-fallback {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e5e7eb;
    transition: border-color 0.2s ease;
    flex-shrink: 0;
}

.party-voice-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--voice-color, var(--party-blue));
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
}

.party-voice-card:hover .party-voice-avatar,
.party-voice-card:hover .party-voice-avatar-fallback {
    border-color: var(--voice-color, var(--party-blue));
}

.party-voice-flag {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.party-voice-name {
    display: block;
    min-width: 0;
    width: 100%;
    margin: 0 0 8px;
    padding: 0 4px;
    color: var(--party-ink);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
}

.party-voice-play {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 14px;
    border: 2px solid var(--voice-color, var(--party-blue));
    border-radius: 12px;
    background: transparent;
    color: var(--voice-color, var(--party-blue));
    cursor: pointer;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.party-voice-play svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.party-voice-play:hover,
.party-voice-play.playing {
    background: var(--voice-color, var(--party-blue));
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.party-voice-play:active {
    transform: scale(0.95);
}

.party-voice-play.playing {
    animation: party-voice-pulse 0.8s ease-in-out infinite;
}

@keyframes party-voice-pulse {
    0%, 100% { box-shadow: 0 0 0 0 transparent; }
    50% { box-shadow: 0 0 0 8px rgba(26, 188, 245, 0.2); }
}

.party-organizer-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.party-organizer-benefits li {
    position: relative;
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 10px 12px 10px 36px;
    border: 2px solid rgba(16, 185, 129, 0.18);
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fffc 100%);
    color: var(--party-ink);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.22;
    box-shadow: 0 4px 0 #d7e2ed, 0 8px 14px rgba(15, 38, 72, 0.06);
}

.party-organizer-benefits li::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--party-green);
    box-shadow: inset 0 0 0 4px #ffffff, 0 0 0 2px rgba(16, 185, 129, 0.2);
    transform: translateY(-50%);
}

.party-steps {
    padding-top: clamp(58px, 7vw, 90px);
    padding-bottom: clamp(58px, 7vw, 90px);
}

.party-steps::before,
.party-seo-block::before,
.party-faq::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(247, 251, 255, 0), #f4faff 16%, #f4faff 84%, rgba(247, 251, 255, 0));
    border-radius: 26px;
}

.party-steps-grid {
    position: relative;
    isolation: isolate;
}

.party-steps-grid article {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 28px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.party-steps-grid article:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 0 #d7e2ed, 0 24px 44px rgba(15, 38, 72, 0.11);
}

.party-steps-grid span {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--party-blue), #0b79c9);
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 900;
    box-shadow: 0 5px 0 #0b6cae, 0 10px 20px rgba(21, 151, 239, 0.22);
}

.party-plans {
    width: 100%;
    max-width: none;
    padding-top: clamp(58px, 7vw, 90px);
    padding-bottom: clamp(58px, 7vw, 90px);
    background:
        linear-gradient(180deg, #ffffff 0%, #f6fbff 16%, #f2f8ff 100%);
    border-block: 1px solid rgba(219, 231, 243, 0.75);
}

.party-plans > * {
    width: var(--guide-max);
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.party-plans-grid {
    display: grid;
    gap: 20px;
    align-items: stretch;
}

.party-plan-card {
    --card-accent: var(--party-blue);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 28px;
}

.party-plan-card.featured {
    --card-accent: var(--party-pink);
    border-color: rgba(244, 47, 178, 0.52);
    background:
        linear-gradient(180deg, #ffffff 0%, #fff7fd 100%);
    box-shadow: 0 6px 0 #f42fb2, 0 24px 46px rgba(244, 47, 178, 0.18);
}

.party-plan-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 16px;
    align-items: center;
    margin: -8px -8px 18px;
    padding: 16px;
    border: 1px solid rgba(21, 151, 239, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--card-accent, var(--party-blue)) 9%, #ffffff), #ffffff 58%),
        #ffffff;
}

.party-plan-title-block {
    display: contents;
}

.party-plan-label {
    grid-column: 1 / -1;
    justify-self: start;
    width: fit-content;
    max-width: 100%;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    padding: 6px 11px;
    border-radius: 999px;
    background: #eaf7ff;
    color: #075f9c;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    overflow-wrap: anywhere;
}

.party-plan-title-block h3 {
    grid-column: 1;
    align-self: center;
}

.party-plan-card.featured .party-plan-label {
    background: rgba(244, 47, 178, 0.12);
    color: #a80d72;
}

.party-plan-price {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    min-width: 142px;
    padding: 14px 14px 12px;
    border: 1px solid rgba(219, 231, 243, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 0 #d7e2ed, 0 12px 20px rgba(15, 38, 72, 0.06);
    text-align: right;
}

.party-price-amount {
    display: inline-flex;
    align-items: flex-start;
    gap: 2px;
    color: var(--party-ink);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.party-price-amount .price-decimal-separator,
.party-price-amount .price-minor {
    margin-top: 0.12em;
    font-size: clamp(0.95rem, 1.4vw, 1.2rem);
    font-weight: 900;
}

.party-price-amount .price-currency-code {
    align-self: flex-end;
    margin: 0 0 0.32em 6px;
    color: #64748b;
    font-size: var(--text-xs);
    font-weight: 900;
}

.party-plan-period {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    border: 1px solid rgba(21, 151, 239, 0.16);
    border-radius: 999px;
    background: #eef8ff;
    color: #17405f;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1;
}

.party-plan-card ul {
    display: grid;
    gap: 10px;
    margin: 20px 0 24px;
    padding: 0;
    list-style: none;
}

.party-plan-card li {
    position: relative;
    padding-left: 26px;
    color: var(--party-ink);
    font-weight: 800;
    line-height: 1.35;
}

.party-plan-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--party-green);
    box-shadow: inset 0 0 0 4px #ffffff;
}

.party-plan-card .hero-video-btn {
    width: 100%;
    margin-top: auto;
}

.party-seo-block {
    --seo-accent: var(--party-purple);
    display: grid;
    gap: 28px;
    align-items: start;
}

.party-seo-block > div:first-child {
    position: relative;
    padding: clamp(22px, 3vw, 32px);
    border: 2px solid rgba(21, 151, 239, 0.14);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
    box-shadow: 0 5px 0 #d7e2ed, 0 16px 34px rgba(15, 38, 72, 0.07);
}

.party-seo-block > div:first-child::after {
    content: '';
    display: block;
    width: 84px;
    height: 5px;
    margin-top: 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--party-purple), var(--party-pink));
}

.party-ideas-grid article {
    --card-accent: var(--party-purple);
    position: relative;
    overflow: hidden;
    padding: 24px;
}

.party-ideas-grid article:nth-child(2) {
    --card-accent: var(--party-blue);
}

.party-ideas-grid article:nth-child(3) {
    --card-accent: var(--party-pink);
}

.party-ideas-grid article:nth-child(4) {
    --card-accent: var(--party-green);
}

.party-final-cta {
    display: grid;
    gap: 22px;
    align-items: center;
    margin-top: clamp(28px, 5vw, 54px);
    margin-bottom: clamp(28px, 5vw, 54px);
    padding: clamp(26px, 4vw, 44px);
    border: 2px solid rgba(21, 151, 239, 0.22);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(21, 151, 239, 0.14) 0%, rgba(244, 47, 178, 0.08) 48%, #ffffff 100%),
        repeating-linear-gradient(135deg, rgba(21, 151, 239, 0.08) 0 1px, transparent 1px 18px);
    box-shadow: 0 6px 0 #d7e2ed, 0 22px 48px rgba(15, 38, 72, 0.13);
}

.party-faq-list {
    display: grid;
    gap: 14px;
    max-width: 880px;
    margin: 0 auto;
}

.party-faq details {
    padding: 0;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.party-faq details[open] {
    border-color: rgba(21, 151, 239, 0.28);
    box-shadow: 0 5px 0 #d7e2ed, 0 18px 36px rgba(15, 38, 72, 0.1);
}

.party-faq summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    color: var(--party-ink);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.3;
    list-style: none;
}

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

.party-faq summary::after {
    content: '+';
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    border-radius: 50%;
    background: #eef8ff;
    color: #075f9c;
    font-size: 1.25rem;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(21, 151, 239, 0.12);
}

.party-faq details[open] summary::after {
    content: '-';
}

.party-faq details p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--party-muted);
    font-weight: 700;
    line-height: 1.55;
}

.toast {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1000;
    max-width: min(360px, calc(100vw - 32px));
    padding: 14px 18px;
    border-radius: 14px;
    background: #142033;
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.25);
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.party-preview-modal {
    width: min(980px, calc(100vw - 28px));
    max-height: calc(100dvh - 28px);
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 22px 70px rgba(15, 38, 72, 0.32);
    overflow: auto;
}

.party-preview-modal::backdrop {
    background: rgba(20, 32, 51, 0.58);
}

.party-preview-modal-content {
    padding: 18px;
}

.party-preview-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.party-preview-modal-header strong {
    color: var(--party-ink);
    font-size: 1rem;
    font-weight: 900;
}

.party-preview-modal-header button {
    min-width: 40px;
    min-height: 40px;
    border: 0;
    border-radius: 50%;
    background: #eef8ff;
    color: #075f9c;
    cursor: pointer;
    font: inherit;
    font-size: 1.1rem;
    font-weight: 900;
}

.party-preview-modal img {
    position: static;
    inset: auto;
    width: auto;
    max-width: 100%;
    max-height: 76vh;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

@media (min-width: 760px) {
    .party-benefits-grid,
    .party-ideas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .party-final-cta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .party-steps-grid,
    .party-plans-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .party-steps-grid::before {
        content: '';
        position: absolute;
        left: 8%;
        right: 8%;
        top: 53px;
        height: 4px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(21, 151, 239, 0.18), rgba(244, 47, 178, 0.2), rgba(16, 185, 129, 0.18));
        z-index: -1;
    }
}

@media (max-width: 900px) {
    .party-voice-list {
        gap: 10px;
    }
}

@media (min-width: 1040px) {
    .party-hero {
        grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
    }

    .party-intro::before {
        content: '';
        position: absolute;
        inset: 8% 0 3%;
        z-index: -1;
        background:
            linear-gradient(180deg, rgba(246, 251, 255, 0), #f7fbff 20%, #f7fbff 82%, rgba(246, 251, 255, 0));
        border-radius: 28px;
    }

    .party-final-actions {
        justify-content: flex-end;
    }

    .party-seo-block {
        grid-template-columns: 0.75fr 1.25fr;
    }
}

@media (max-width: 520px) {
    .party-hero,
    .party-section,
    .party-final-cta,
    .party-plans > * {
        width: var(--guide-max);
    }

    .party-hero-actions,
    .party-final-actions {
        grid-template-columns: 1fr;
    }

    .party-hero-actions .hero-video-btn,
    .party-final-actions .hero-video-btn,
    .party-plan-card .hero-video-btn {
        width: 100%;
        min-height: 64px;
        padding-inline: 10px;
        font-size: clamp(0.98rem, 3.9vw, 1.08rem);
        font-weight: 900;
        line-height: 1.12;
    }

    .party-card-actions {
        grid-template-columns: 1fr;
    }

    .party-card-actions .hero-video-btn {
        width: 100%;
        min-height: 64px;
        padding-inline: 10px;
        font-size: clamp(0.98rem, 3.9vw, 1.08rem);
        font-weight: 900;
        white-space: normal;
    }

    .party-preview-gallery {
        gap: 12px 8px;
        padding: 10px;
        border-radius: 14px;
    }

    .party-preview-gallery-cards .party-preview-thumb img {
        max-height: 96px;
    }

    .party-preview-thumb-label {
        font-size: 0.68rem;
    }

    .party-voice-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .party-voice-card {
        padding: 12px 6px 10px;
        border-radius: 14px;
    }

    .party-voice-avatar-wrap {
        width: 58px;
        height: 58px;
        margin-bottom: 8px;
    }

    .party-voice-avatar,
    .party-voice-avatar-fallback {
        width: 72px;
        height: 72px;
    }

    .party-voice-avatar-fallback {
        font-size: 1.1rem;
    }

    .party-voice-flag {
        width: 20px;
        height: 20px;
    }

    .party-voice-name {
        font-size: 0.82rem;
        margin-bottom: 6px;
    }

    .party-voice-play {
        width: 36px;
        min-height: 34px;
        padding: 0;
        gap: 0;
        font-size: 0;
    }

    .party-voice-play svg {
        width: 15px;
        height: 15px;
    }

    .party-organizer-benefits {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .party-organizer-benefits li {
        min-height: 0;
        padding: 9px 10px 9px 34px;
        font-size: 0.84rem;
    }

    .party-hero h1 {
        font-size: clamp(1.7rem, 8vw, 2.15rem);
    }

    .party-section-heading p,
    .party-final-cta p,
    .party-benefits-grid p,
    .party-ideas-grid p,
    .party-steps-grid p,
    .party-plan-card p,
    .party-plan-card li {
        font-size: 0.98rem;
        line-height: 1.48;
    }

    .party-price-amount {
        font-size: clamp(1.86rem, 8vw, 2.25rem);
    }

    .party-plan-top {
        grid-template-columns: 1fr;
        gap: 14px;
        margin: -4px -4px 18px;
        padding: 14px;
    }

    .party-plan-title-block,
    .party-plan-title-block h3,
    .party-plan-label,
    .party-plan-price {
        grid-column: auto;
        grid-row: auto;
    }

    .party-plan-price {
        align-items: flex-start;
        min-width: 0;
        width: 100%;
        padding: 13px 14px;
        text-align: left;
    }

    .party-price-amount .price-decimal-separator,
    .party-price-amount .price-minor {
        font-size: 1rem;
    }

    .party-price-amount .price-currency-code {
        margin-bottom: 0.3em;
        font-size: 0.86rem;
    }

    .party-plan-period {
        min-height: 28px;
        padding: 6px 10px;
        font-size: 0.84rem;
    }

    .party-plan-card,
    .party-benefits-grid article,
    .party-steps-grid article,
    .party-ideas-grid article {
        padding: 20px;
    }

    .party-section-heading::after,
    .party-seo-block > div:first-child::after {
        width: 72px;
        height: 4px;
        margin-top: 18px;
    }

    .party-final-cta {
        border-radius: 20px;
    }
}
