.psp-slider-wrap,
.psp-slider-wrap * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.psp-slider-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: 'Arial', sans-serif;
    isolation: isolate;
}

.psp-slider-wrap :where(a, button) {
    font: inherit;
    color: inherit;
    text-decoration: none;
    background: none;
}

.psp-slider-wrap button:not(.owl-page) {
    appearance: none;
    border: 0;
    box-shadow: none;
}

.psp-slider-wrap :where(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}

.psp-slider-wrap :where(ul, ol) {
    list-style: none;
}

.psp-slider-wrap :where(img, svg, video) {
    display: block;
    max-width: none;
}

.psp-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.psp-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease;
}

.psp-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.psp-slide.is-leaving {
    z-index: 3;
}

/* ============ SLIDE 1 - PRODUCT ============ */
.psp-slide-1 {
    background-image: url('https://new.lekcjewartemiliony.pl/wp-content/uploads/2026/02/snm-kurs-jak-stworzyc-firme-bez-kapitalu-slider-background.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
}

.psp-slide-1::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}

.psp-slide-1 .psp-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    flex-direction: row-reverse;
}

.psp-slide-1 .psp-text-content {
    flex: 1;
    max-width: 650px;
    color: white;
}

.psp-badge {
    display: inline-flex;
    padding: 14px 28px;
    background: linear-gradient(135deg, rgba(202, 156, 87, 0.2) 0%, rgba(202, 156, 87, 0.1) 100%);
    border: 2px solid #ca9c57;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.psp-title {
    font-size: 68px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.5);
}

.psp-highlight {
    color: #ca9c57;
}

.psp-subtitle {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 50px;
    opacity: 0.9;
    font-weight: 300;
}

.psp-features-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.psp-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.psp-feature-item::before {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #ca9c57 0%, #dab578 100%);
    color: #1a1a2e;
    border-radius: 50%;
    font-weight: 900;
    font-size: 14px;
    flex-shrink: 0;
}

.psp-cta-button {
    display: inline-block;
    padding: 20px 50px;
    background: linear-gradient(135deg, #ca9c57 0%, #dab578 100%);
    color: #1a1a2e;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(202, 156, 87, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.psp-cta-button::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.psp-cta-button:hover::after {
    opacity: 1;
}

.psp-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(202, 156, 87, 0.5);
}

.psp-cta-button:active {
    transform: translateY(0);
    box-shadow: 0 8px 25px rgba(202, 156, 87, 0.4);
}

.psp-product-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.psp-product-image {
    width: 700px;
    height: auto;
    transition: transform 0.1s ease-out;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

.psp-floating-element {
    position: absolute;
    animation: psp-float 3s ease-in-out infinite;
    font-size: 48px;
    font-weight: 700;
    color: #ca9c57;
    opacity: 0.6;
    text-shadow: 0 4px 10px rgba(202, 156, 87, 0.3);
}

.psp-floating-element::before {
    content: '$';
}

.psp-floating-element:nth-child(1) {
    top: 15%;
    left: 10%;
    font-size: 52px;
}

.psp-floating-element:nth-child(2) {
    bottom: 25%;
    left: 5%;
    animation-delay: 1s;
    font-size: 36px;
}

.psp-floating-element:nth-child(3) {
    top: 45%;
    left: 15%;
    animation-delay: 2s;
    font-size: 44px;
}

@keyframes psp-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* ============ SLIDE 2 - CONGRESS ============ */
.psp-slide-2 {
    background-image: url('https://lekcjewartemiliony.pl/wp-content/uploads/2025/05/kongres-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.psp-slide-2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%);
    z-index: 1;
}

.psp-content-layer {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    margin-top: -15vh;
    transition: transform 0.1s ease-out;
}

.psp-congress-label {
    font-size: 20px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 800;
}

.psp-congress-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    max-width: 1100px;
    text-shadow: 3px 3px 30px rgba(0,0,0,0.8);
}

.psp-cta-section {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 4;
}

.psp-early-bird {
    font-size: 16px;
    color: white;
    opacity: 0.9;
}

.psp-slider-wrap .psp-slide-2 .psp-character-image.psp-layer {
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate3d(-50%, 0, 0);
    height: 55vh !important;
    width: auto !important;
    max-height: 55vh !important;
    transition: transform 0.1s ease-out;
    filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.6)) !important;
    z-index: 3 !important;
}

/* ============ SLIDE 3 - VIDEO ============ */
.psp-slide-3 {
    background: #000;
}

.psp-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.psp-hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateZ(0);
}

.psp-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.55), rgba(0,0,0,0.15) 55%, rgba(0,0,0,0.55));
}

.psp-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 42px;
    color: #fff;
    text-align: center;
}

.psp-video-title {
    font-size: 82px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 40px;
    text-shadow: 3px 3px 30px rgba(0,0,0,0.8);
}

.psp-video-title .psp-line {
    display: block;
}

.psp-video-title .psp-letter,
.psp-video-description .psp-letter {
    display: inline-block;
    opacity: 0;
    filter: blur(20px);
}

.psp-slide-3.is-first-time-active .psp-video-title .psp-letter,
.psp-slide-3.is-first-time-active .psp-video-description .psp-letter {
    animation: psp-letter-focus-in 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.psp-video-description {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 800px;
}

.psp-video-cta {
    opacity: 0;
    filter: blur(15px);
}

.psp-slide-3.is-first-time-active .psp-video-cta {
    animation: psp-letter-focus-in 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.psp-slide-3.is-animation-completed .psp-video-title .psp-letter,
.psp-slide-3.is-animation-completed .psp-video-description .psp-letter,
.psp-slide-3.is-animation-completed .psp-video-cta {
    opacity: 1;
    filter: blur(0);
}

@keyframes psp-letter-focus-in {
    0% {
        opacity: 0;
        filter: blur(20px);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
    }
}

/* Navigation */
.psp-slider-nav {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 100;
}

.psp-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid white;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.psp-slider-dot[aria-current="true"] {
    background: white;
    width: 40px;
    border-radius: 10px;
}

.psp-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    backdrop-filter: blur(10px);
    padding: 0;
}

.psp-slider-arrow-prev { left: 40px; }
.psp-slider-arrow-next { right: 40px; }

.psp-slider-arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg);
}

.psp-slider-arrow-prev::before {
    transform: rotate(-135deg);
}

/* ============ SLIDE 4 - BOOK ============ */
.psp-slide-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    overflow: hidden;
}

.psp-slide-4 .psp-book-bg {
    position: absolute;
    inset: -10%;
    background-image: url('https://lekcjewartemiliony.pl/wp-content/uploads/2025/05/slider-ksiazka.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.psp-slide-4.is-active .psp-book-bg {
    animation: psp-diagonal-zoom 20s ease-in-out infinite;
}

@keyframes psp-diagonal-zoom {
    0%, 100% {
        transform: scale(1.1) translate(0, 0);
    }
    25% {
        transform: scale(1.15) translate(-2%, -2%);
    }
    50% {
        transform: scale(1.2) translate(2%, 2%);
    }
    75% {
        transform: scale(1.15) translate(-1%, 1%);
    }
}

.psp-slide-4::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(202, 156, 87, 0.25) 0%,
        rgba(0,0,0,0.5) 25%,
        rgba(0,0,0,0.3) 50%,
        rgba(0,0,0,0.5) 75%,
        rgba(202, 156, 87, 0.25) 100%);
    background-size: 200% 200%;
    z-index: 1;
}

.psp-slide-4.is-active::before {
    animation: psp-gradient-shift 15s ease infinite;
}

@keyframes psp-gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.psp-content-wrapper-centered {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 1000px;
}

.psp-book-title {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-shadow: 3px 3px 30px rgba(0,0,0,0.8);
}

.psp-book-description {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 50px;
    font-weight: 300;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ============ SLIDE 5 - SOCIAL MEDIA ============ */
.psp-slide-5 {
    background: #373737;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    overflow: hidden;
}

.psp-content-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    gap: 100px;
}

.psp-text-side {
    flex: 1;
    max-width: 600px;
    color: white;
}

.psp-social-title {
    font-size: 68px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.psp-social-description {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 50px;
    font-weight: 300;
}

.psp-social-icons {
    display: flex;
    gap: 20px;
}

.psp-social-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.psp-social-icon:hover {
    background: linear-gradient(135deg, #ca9c57 0%, #dab578 100%);
    border-color: #ca9c57;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(202, 156, 87, 0.4);
}

.psp-visual-side {
    flex: 1;
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.psp-phone-mockup {
    max-width: 425px;
    max-height: 800px;
    width: auto;
    height: auto;
    z-index: 2;
}

.psp-phone-mockup.is-levitating {
    animation: psp-levitate 3s ease-in-out infinite;
}

@keyframes psp-levitate {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1);
    }
}

/* ============ SLIDE 6 - GATE/DECISION ============ */
.psp-slide-6 {
    background-image: url('https://lekcjewartemiliony.pl/wp-content/uploads/2026/02/snm-slajder-tlo.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.psp-money-rain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.psp-money-bill {
    position: absolute;
    font-size: 48px;
    font-weight: 900;
    color: #ca9c57;
    opacity: 0;
    text-shadow: 0 4px 15px rgba(202, 156, 87, 0.5);
}

.psp-slide-6.is-active .psp-money-bill {
    animation: psp-money-fall var(--duration) linear var(--delay) infinite;
}

@keyframes psp-money-fall {
    0% {
        opacity: 0;
        transform: translateY(-100px) translateX(0) rotate(0deg);
    }
    10% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: translateY(110vh) translateX(var(--drift)) rotate(var(--rotate));
    }
}

.psp-gate-container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.psp-gate-image {
    width: 600px;
    height: auto;
}

.psp-content-overlay {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    width: 100%;
    padding: 0 80px;
}

.psp-left-text {
    flex: 1;
    color: white;
    max-width: 500px;
}

.psp-top-label {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ca9c57;
}

.psp-gate-title {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.psp-subtitle-gold {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ca9c57;
    margin-bottom: 30px;
}

.psp-right-text {
    flex: 1;
    color: white;
    max-width: 450px;
    text-align: right;
}

.psp-right-description {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.psp-cta-container {
    display: inline-block;
}

/* ============ GLOBAL RESPONSIVE ============ */
@media (max-width: 1024px) {
    .psp-slide-1 {
        padding: 0 50px;
    }

    .psp-slide-1 .psp-content-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .psp-slide-1 .psp-text-content {
        text-align: center;
        max-width: 100%;
    }

    .psp-title {
        font-size: 52px;
    }

    .psp-product-image {
        width: 500px;
    }

    .psp-congress-title {
        font-size: 52px;
    }

    .psp-character-image {
        height: 45vh;
    }

    .psp-video-title {
        font-size: 64px;
    }

    .psp-video-description {
        font-size: 22px;
    }

    .psp-book-title {
        font-size: 58px;
    }

    .psp-book-description {
        font-size: 20px;
    }

    .psp-content-layout {
        flex-direction: column;
        gap: 40px;
        padding: 0 50px;
    }

    .psp-social-title {
        font-size: 52px;
    }

    .psp-phone-mockup {
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .psp-slide-1 {
        padding: 0 30px;
    }

    .psp-title {
        font-size: 38px;
    }

    .psp-subtitle {
        font-size: 18px;
    }

    .psp-badge {
        font-size: 12px;
        padding: 10px 20px;
    }

    .psp-feature-item {
        font-size: 14px;
    }

    .psp-product-image {
        width: 350px;
    }

    .psp-cta-button {
        padding: 16px 40px;
        font-size: 16px;
    }

    .psp-congress-title {
        font-size: 40px;
    }

    .psp-congress-label {
        font-size: 16px;
        letter-spacing: 6px;
    }

    .psp-character-image {
        height: 40vh;
    }

    .psp-early-bird {
        font-size: 14px;
    }

    .psp-video-title {
        font-size: 48px;
    }

    .psp-video-description {
        font-size: 18px;
    }

    .psp-book-title {
        font-size: 44px;
    }

    .psp-book-description {
        font-size: 18px;
    }

    .psp-content-layout {
        padding: 0 30px;
    }

    .psp-social-title {
        font-size: 40px;
    }

    .psp-social-description {
        font-size: 18px;
    }

    .psp-phone-mockup {
        max-width: 280px;
    }

    .psp-social-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .psp-slider-arrow {
        width: 50px;
        height: 50px;
    }

    .psp-slider-arrow-prev { left: 20px; }
    .psp-slider-arrow-next { right: 20px; }

    .psp-slider-nav {
        bottom: 30px;
    }

    .psp-slider-dot {
        width: 10px;
        height: 10px;
    }

    .psp-slider-dot[aria-current="true"] {
        width: 30px;
    }
}

@media (max-width: 480px) {
    .psp-slide-1 {
        padding: 0 20px;
    }

    .psp-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .psp-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .psp-badge {
        font-size: 10px;
        padding: 8px 16px;
        margin-bottom: 20px;
    }

    .psp-features-list {
        gap: 12px;
        margin-bottom: 30px;
    }

    .psp-feature-item {
        font-size: 13px;
    }

    .psp-product-image {
        width: 280px;
    }

    .psp-floating-element {
        font-size: 32px;
    }

    .psp-cta-button {
        padding: 14px 35px;
        font-size: 14px;
    }

    .psp-congress-title {
        font-size: 32px;
    }

    .psp-congress-label {
        font-size: 12px;
        letter-spacing: 4px;
        margin-bottom: 20px;
    }

    .psp-character-image {
        height: 35vh;
    }

    .psp-video-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .psp-video-description {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .psp-book-title {
        font-size: 36px;
    }

    .psp-book-description {
        font-size: 16px;
    }

    .psp-content-layout {
        padding: 0 20px;
        gap: 30px;
    }

    .psp-social-title {
        font-size: 32px;
    }

    .psp-social-description {
        font-size: 16px;
    }

    .psp-phone-mockup {
        max-width: 240px;
    }

    .psp-social-icons {
        gap: 15px;
    }

    .psp-social-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .psp-slider-arrow {
        width: 45px;
        height: 45px;
    }

    .psp-slider-arrow::before {
        width: 10px;
        height: 10px;
        border-width: 2px;
    }

    .psp-slider-arrow-prev { left: 15px; }
    .psp-slider-arrow-next { right: 15px; }

    .psp-slider-nav {
        bottom: 20px;
        gap: 10px;
    }

    .psp-slider-dot {
        width: 8px;
        height: 8px;
    }

    .psp-slider-dot[aria-current="true"] {
        width: 25px;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .psp-title,
    .psp-congress-title,
    .psp-video-title,
    .psp-book-title,
    .psp-social-title,
    .psp-gate-title {
        font-size: 28px;
    }

    .psp-character-image {
        height: 70vh;
    }

    .psp-product-image {
        width: 250px;
    }

    .psp-phone-mockup {
        max-width: 200px;
    }

    .psp-gate-image {
        width: 180px;
    }
}

/* ============ RESPONSIVE - SLIDE 6 ============ */
@media (max-width: 1024px) {
    .psp-content-overlay {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 40px;
        gap: 40px;
    }

    .psp-left-text,
    .psp-right-text {
        max-width: 600px;
    }

    .psp-right-text {
        text-align: center;
    }

    .psp-gate-title {
        font-size: 48px;
    }

    .psp-right-description {
        font-size: 18px;
    }

    .psp-gate-image {
        width: 400px;
    }

    .psp-money-bill {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .psp-content-overlay {
        padding: 0 30px;
        gap: 30px;
    }

    .psp-top-label {
        font-size: 11px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .psp-gate-title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .psp-subtitle-gold {
        font-size: 16px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .psp-right-description {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .psp-gate-image {
        width: 280px;
    }

    .psp-cta-button {
        padding: 16px 40px;
        font-size: 16px;
    }

    .psp-money-bill {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .psp-content-overlay {
        padding: 0 20px;
        gap: 25px;
    }

    .psp-top-label {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .psp-gate-title {
        font-size: 28px;
    }

    .psp-subtitle-gold {
        font-size: 14px;
    }

    .psp-right-description {
        font-size: 14px;
    }

    .psp-gate-image {
        width: 220px;
    }

    .psp-cta-button {
        padding: 14px 35px;
        font-size: 14px;
    }

    .psp-money-bill {
        font-size: 30px;
    }
}
