:root {
    --bg-color: #000000;
    --card-bg: rgba(255, 255, 255, 0.03);
    --primary-red: #E30613;
    --primary-red-glow: rgba(227, 6, 19, 0.4);
    --jmm-green: #00ff66;
    --jmm-green-glow: rgba(0, 255, 102, 0.55);
    --text-white: #ffffff;
    --text-gray: #a0a0a0;
    --glass-border: rgba(255, 255, 255, 0.08);
    --font-main: 'Inter', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-color);
    color: var(--text-white);
    font-family: var(--font-main);
    overflow-x: hidden;
    line-height: 1.6;
}

/* Background Glow Effects */
.glow-overlay {
    position: fixed;
    inset: 0;
    background: radial-gradient(
        ellipse 55% 70% at 78% 42%,
        rgba(0, 255, 102, 0.14) 0%,
        rgba(0, 80, 40, 0.06) 35%,
        transparent 68%
    );
    pointer-events: none;
    z-index: -1;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Header */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 1.75rem 0;
    border-bottom: none;
    background: transparent;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    font-size: 1.4rem;
}

.brand-main {
    display: flex;
    align-items: center;
    background-color: var(--primary-red);
    padding: 0.4rem 0.9rem;
    border-radius: 12px;
}

.brand-super { color: var(--text-white); }
.brand-bet { color: var(--text-white); }
.divider { color: var(--text-white); margin: 0 0.8rem; font-weight: 400; font-size: 1rem; }
.brand-partner { 
    background-color: var(--jmm-green); 
    color: #000; 
    padding: 0.2rem 0.6rem; 
    border-radius: 6px; 
    font-size: 1rem; 
    font-weight: 900; 
    font-style: italic;
    letter-spacing: -0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 5rem 1.5rem 4rem;
    background:
        radial-gradient(ellipse 70% 55% at 72% 38%, rgba(0, 255, 102, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, #020302 0%, #000000 45%, #010201 100%);
}

.hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    max-width: 1000px;
}

.hero-block {
    width: 100%;
}

.hero-block.first-block {
    margin-bottom: 2.75rem;
}

.hero-block.second-block {
    margin-bottom: 2.5rem;
}

.hero-pre {
    display: inline-block;
    position: relative;
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 1.75rem;
    padding-bottom: 0.7em;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.hero-pre::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 112%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(0, 255, 102, 0.2) 18%,
        rgba(0, 255, 102, 0.75) 50%,
        rgba(0, 255, 102, 0.2) 82%,
        transparent 100%
    );
    box-shadow: 0 0 10px rgba(0, 255, 102, 0.2);
}

.hero h1.hero-title {
    font-size: clamp(2.1rem, 5.8vw, 4.25rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--text-white);
}

.hero-title-line {
    display: block;
    white-space: nowrap;
}

.hero-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    width: 100%;
    max-width: min(92vw, 640px);
    margin: 0 auto 1.75rem;
}

.divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 102, 0.22) 50%, transparent);
}

.divider-text {
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.platinum-badge {
    font-size: clamp(3.8rem, 14vw, 8.5rem);
    font-weight: 900;
    color: var(--jmm-green);
    line-height: 0.92;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
}

.hero-post {
    font-size: clamp(1.5rem, 4.2vw, 2.75rem);
    font-weight: 800;
    color: var(--text-white);
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.hero-worth-dash {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 800;
    color: var(--text-white);
}

.hero-worth-block {
    display: inline;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    line-height: 1;
    letter-spacing: 0.04em;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.hero-worth-word {
    color: var(--text-white);
    font-size: 0.9em;
    font-weight: 500;
}

.hero-worth-block .hero-price {
    color: var(--primary-red);
    font-size: 1em;
    font-weight: 500;
    font-style: italic;
}

/* Hero — subtelna poświata tekstu */
.hero .hero-pre {
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.1);
}

.hero h1.hero-title {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.14);
}

.hero .highlight {
    text-shadow:
        0 0 12px rgba(0, 255, 102, 0.32),
        0 0 28px rgba(0, 255, 102, 0.12);
}

.hero .platinum-badge {
    text-shadow:
        0 0 16px rgba(0, 255, 102, 0.38),
        0 0 36px rgba(0, 255, 102, 0.14);
}

.hero .divider-text {
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
}

.hero .hero-post,
.hero .hero-worth-dash {
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.12);
}

.hero .hero-worth-word {
    text-shadow: 0 0 14px rgba(255, 255, 255, 0.14);
}

.hero .hero-price {
    text-shadow:
        0 0 12px rgba(227, 6, 19, 0.32),
        0 0 24px rgba(227, 6, 19, 0.1);
}

.hero .badge-text {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.hero .hero-badge {
    box-shadow:
        0 0 18px rgba(0, 255, 102, 0.12),
        inset 0 0 8px rgba(0, 255, 102, 0.04);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.55rem 1.35rem 0.55rem 1rem;
    border: 1px solid rgba(0, 255, 102, 0.75);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    margin-top: 0;
}

.clock-icon {
    color: var(--jmm-green);
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.badge-divider {
    width: 1px;
    height: 18px;
    background-color: rgba(0, 255, 102, 0.45);
}

.badge-text {
    font-size: clamp(0.8rem, 1.8vw, 0.95rem);
    color: var(--text-white);
    font-weight: 500;
    letter-spacing: -0.01em;
}

.highlight {
    color: var(--jmm-green);
    font-weight: 800;
}

.scroll-indicator {
    position: relative;
    margin-top: 3rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: rgba(160, 160, 160, 0.7);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.arrow-down {
    width: 2px;
    height: 50px;
    background: linear-gradient(to bottom, var(--jmm-green), transparent);
    position: relative;
}

.arrow-down::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--jmm-green);
    border-bottom: 2px solid var(--jmm-green);
    transform: translateX(-50%) rotate(45deg);
}

/* Step Sections */
.step-section {
    padding: 8rem 0;
    border-bottom: 1px solid var(--glass-border);
}

.step-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: 4rem;
}

.step-section.alt .step-grid {
    grid-template-columns: 1fr 1.2fr;
}

.step-section.alt .step-info {
    order: 2;
}

.step-section.alt .step-visual {
    order: 1;
}

.step-badge {
    display: inline-block;
    background-color: var(--jmm-green);
    color: black;
    padding: 0.5rem 1.2rem;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px var(--jmm-green-glow);
}

.step-info h2 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2.5rem;
}

.step-list {
    margin-bottom: 2rem;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.35rem 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.step-list .step-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.step-list .step-item:first-child {
    padding-top: 0;
}

.step-item-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 255, 102, 0.4);
    background: rgba(0, 255, 102, 0.06);
    color: var(--jmm-green);
    box-shadow:
        0 0 14px rgba(0, 255, 102, 0.22),
        inset 0 0 10px rgba(0, 255, 102, 0.05);
}

.step-item-icon svg {
    width: 20px;
    height: 20px;
}

.text-red {
    color: var(--jmm-green);
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background-color: var(--jmm-green);
    color: black;
    padding: 1.2rem 2.5rem;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 215, 86, 0.3);
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 215, 86, 0.5);
}

.step-item p {
    flex: 1;
    margin: 0;
    padding-top: 0.4rem;
    font-size: clamp(1.1rem, 2.2vw, 1.4rem);
    font-weight: 600;
    line-height: 1.4;
}

.step-info .cta-button {
    margin-top: 0.5rem;
}

.step-warning {
    margin-top: -0.5rem;
    margin-bottom: 2rem;
    padding-left: calc(42px + 1.25rem);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--jmm-green);
    line-height: 1.4;
}

/* Phone Mockup */
.phone-mockup {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 32px;
    background: #111;
    padding: 8px;
    box-shadow: 
        0 30px 60px rgba(0,0,0,0.8),
        0 0 0 2px var(--glass-border);
}

.phone-mockup img {
    width: 100%;
    display: block;
    border-radius: 26px;
}

.phone-mockup--placeholder {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.04);
}

.mockup-placeholder {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-gray);
    text-align: center;
    line-height: 1.5;
}

/* Reviews Section */
.reviews-section {
    padding: 8rem 0;
    border-bottom: 1px solid var(--glass-border);
    overflow: hidden;
}

.reviews-header {
    text-align: center;
    margin-bottom: 3rem;
}

.reviews-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--jmm-green);
    margin-bottom: 1rem;
}

.reviews-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text-white);
}

.reviews-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
}

.reviews-carousel {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 2rem 1.5rem;
    scrollbar-width: none;
    flex: 1;
}

.reviews-carousel::-webkit-scrollbar {
    display: none;
}

.review-item {
    flex: 0 0 280px;
    scroll-snap-align: start;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--glass-border);
    background: rgba(255, 255, 255, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 255, 102, 0.2);
}

.review-item img {
    width: 100%;
    height: auto;
    display: block;
}

.carousel-btn {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(0, 255, 102, 0.5);
    background: rgba(0, 0, 0, 0.6);
    color: var(--jmm-green);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    z-index: 2;
    position: relative;
}

.carousel-btn:hover {
    background: rgba(0, 255, 102, 0.12);
    box-shadow: 0 0 18px rgba(0, 255, 102, 0.25);
}

.carousel-btn--prev {
    margin-left: 1.5rem;
}

.carousel-btn--next {
    margin-right: 1.5rem;
}

@media (max-width: 992px) {
    .reviews-section {
        padding: 5rem 0;
    }

    .review-item {
        flex: 0 0 240px;
    }
}

@media (max-width: 600px) {
    .reviews-section {
        padding: 3rem 0;
    }

    .reviews-header {
        margin-bottom: 2rem;
    }

    .review-item {
        flex: 0 0 85vw;
    }

    .carousel-btn {
        width: 38px;
        height: 38px;
    }

    .carousel-btn--prev {
        margin-left: 0.75rem;
    }

    .carousel-btn--next {
        margin-right: 0.75rem;
    }
}

/* Summary Section */
.summary {
    padding: 8rem 0 10rem;
    text-align: center;
}

.summary-card {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 3.5rem 3rem 0;
    border-radius: 28px;
    border: 1px solid rgba(0, 255, 102, 0.55);
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 255, 102, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, rgba(8, 20, 12, 0.95) 0%, rgba(0, 0, 0, 0.98) 100%);
    box-shadow:
        0 0 24px rgba(0, 255, 102, 0.18),
        0 0 60px rgba(0, 255, 102, 0.08),
        inset 0 1px 0 rgba(0, 255, 102, 0.12);
}

.summary-card-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
    align-items: center;
    margin-bottom: 3rem;
}

.summary-left-side {
    text-align: center;
}

.summary-right-side {
    display: flex;
    justify-content: center;
    align-items: center;
}

.summary-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--jmm-green);
    margin-bottom: 1.5rem;
}

.summary-text-new {
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-weight: 700;
    line-height: 1.45;
    color: var(--text-white);
    margin-bottom: 2.25rem;
}

.summary-ig-highlight {
    color: var(--jmm-green);
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    margin-top: 0.25rem;
    text-shadow:
        0 0 12px rgba(0, 255, 102, 0.32),
        0 0 28px rgba(0, 255, 102, 0.12);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.summary-ig-highlight:hover {
    transform: scale(1.03);
    opacity: 0.95;
}

.summary-card .highlight {
    font-weight: 800;
}

.summary-offer {
    margin-bottom: 0.5rem;
}

.summary-deposit {
    font-size: clamp(1.05rem, 2.2vw, 1.25rem);
    font-weight: 800;
    color: var(--text-white);
    margin-bottom: 0.35rem;
    letter-spacing: -0.02em;
}

.total-amount {
    font-size: clamp(3.5rem, 10vw, 5.5rem);
    font-weight: 900;
    color: var(--primary-red);
    line-height: 1;
    margin: 0.15rem 0 0.35rem;
    letter-spacing: -0.03em;
    text-shadow:
        0 0 20px rgba(227, 6, 19, 0.7),
        0 0 48px rgba(227, 6, 19, 0.35);
}

.summary-bonus {
    font-size: clamp(1.05rem, 2.2vw, 1.25rem);
    font-weight: 800;
    color: var(--text-white);
    letter-spacing: -0.02em;
}

/* Instagram Mockup Card */
.instagram-mockup {
    background: #ffffff;
    color: #000000;
    border-radius: 28px;
    padding: 2.25rem 1.5rem;
    width: 100%;
    max-width: 380px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.15);
    text-align: left;
    font-family: var(--font-main);
}

.ig-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.75rem;
}

.ig-back-arrow,
.ig-more-options {
    color: #000000;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ig-username-header {
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    color: #000000;
}

.ig-profile-info {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    margin-bottom: 1.25rem;
}

.ig-avatar {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: var(--jmm-green);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 1.35rem;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.05em;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 255, 102, 0.2);
}

.ig-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.ig-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ig-stat-num {
    font-weight: 700;
    font-size: 1.05rem;
    color: #000000;
}

.ig-stat-label {
    font-size: 0.68rem;
    color: #737373;
    font-weight: 400;
    margin-top: 0.1rem;
}

.ig-bio {
    font-size: 0.92rem;
    line-height: 1.45;
}

.ig-full-name {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.15rem;
    color: #000000;
}

.ig-category {
    color: #737373;
    font-size: 0.88rem;
    margin-bottom: 0.65rem;
}

.ig-bio-text {
    font-weight: 500;
    margin-bottom: 0.75rem;
    color: #000000;
}

.ig-website {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #00376b;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    transition: opacity 0.15s ease;
}

.ig-website:hover {
    opacity: 0.8;
}

.ig-link-icon {
    transform: rotate(-45deg);
    flex-shrink: 0;
}

.summary-footer {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 0;
    padding: 1.35rem 2rem;
    border-top: 1px solid rgba(0, 255, 102, 0.15);
    border-radius: 0 0 28px 28px;
    background: rgba(0, 0, 0, 0.35);
    text-align: left;
}

.summary-support {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    min-width: 0;
}

.support-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: var(--jmm-green);
    margin-top: 0.1rem;
}

.summary-support p {
    font-size: clamp(0.78rem, 1.6vw, 0.9rem);
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
}

.summary-footer-divider {
    width: 1px;
    align-self: stretch;
    min-height: 44px;
    background: rgba(0, 255, 102, 0.25);
    flex-shrink: 0;
}

.summary-ig-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(0, 255, 102, 0.55);
    border-radius: 10px;
    background: rgba(0, 255, 102, 0.06);
    color: var(--text-white);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.summary-ig-link:hover {
    background: rgba(0, 255, 102, 0.12);
    box-shadow: 0 0 16px rgba(0, 255, 102, 0.2);
}

.ig-icon {
    width: 20px;
    height: 20px;
    color: var(--jmm-green);
}

/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in {
    animation: fadeInUp 1s ease-out forwards;
}

.fade-in-delayed {
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.5s forwards;
}

/* Responsive — tablet */
@media (max-width: 992px) {
    .container {
        padding: 0 1.5rem;
    }

    .step-grid,
    .step-section.alt .step-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .step-section.alt .step-info { order: 1; }
    .step-section.alt .step-visual { order: 2; }

    .step-info {
        text-align: left;
    }

    .step-section {
        padding: 5rem 0;
    }

    .phone-mockup {
        max-width: 260px;
    }

    .hero {
        padding: 4.5rem 1.25rem 4rem;
        min-height: 100svh;
    }

    .hero-block.first-block {
        margin-bottom: 1.75rem;
    }

    .hero-block.second-block {
        margin-bottom: 1.75rem;
    }

    .hero h1.hero-title {
        font-size: clamp(1.75rem, 6.5vw, 2.5rem);
    }

    .platinum-badge {
        font-size: clamp(3rem, 14vw, 4.25rem);
    }
}

/* Responsive — telefon */
@media (max-width: 768px) {
    .container {
        padding: 0 1.1rem;
    }

    .site-header {
        padding: 1rem 0;
    }

    .logo {
        font-size: 1.15rem;
    }

    .brand-partner {
        font-size: 0.85rem;
        padding: 0.15rem 0.5rem;
    }

    .hero {
        padding: 3.75rem 0.75rem 3rem;
        min-height: 100dvh;
        min-height: 100svh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-pre {
        font-size: 0.9rem;
        margin-bottom: 1.25rem;
    }

    .hero h1.hero-title {
        font-size: clamp(1.4rem, 7.5vw, 2rem);
        line-height: 1.15;
    }

    .hero-post {
        font-size: clamp(1.15rem, 4.5vw, 1.5rem);
    }

    .hero-worth-block {
        font-size: clamp(1rem, 3.5vw, 1.25rem);
    }

    .platinum-badge {
        font-size: clamp(2.5rem, 13vw, 3.25rem);
        margin-bottom: 0.5rem;
    }

    .hero-badge {
        padding: 0.5rem 1rem;
        gap: 0.65rem;
    }

    .badge-text {
        font-size: 0.8rem;
    }

    .scroll-indicator {
        display: none;
    }

    .step-section {
        padding: 3rem 0;
    }

    .step-grid {
        gap: 1.5rem;
    }

    .step-badge {
        font-size: 0.72rem;
        padding: 0.4rem 0.85rem;
        margin-bottom: 1rem;
    }

    .step-list {
        margin-bottom: 1rem;
    }

    .step-item {
        gap: 0.75rem;
        padding: 0.85rem 0;
    }

    .step-item-icon {
        width: 36px;
        height: 36px;
    }

    .step-item-icon svg {
        width: 17px;
        height: 17px;
    }

    .step-item p {
        font-size: 0.95rem;
        line-height: 1.45;
        padding-top: 0.15rem;
    }

    .step-warning {
        padding-left: 0;
        font-size: 0.88rem;
        margin-top: 0.25rem;
        margin-bottom: 1rem;
    }

    .step-visual {
        max-width: 230px;
        margin: 0 auto;
    }

    .phone-mockup {
        max-width: 100%;
        border-radius: 22px;
        padding: 6px;
        box-shadow:
            0 16px 32px rgba(0, 0, 0, 0.6),
            0 0 0 1px var(--glass-border);
    }

    .phone-mockup img {
        border-radius: 18px;
    }

    .cta-button {
        width: 100%;
        justify-content: center;
        padding: 0.95rem 1.25rem;
        font-size: 0.95rem;
        gap: 0.5rem;
    }

    .summary {
        padding: 4rem 0 5rem;
    }

    .summary-card {
        padding: 2.75rem 1.15rem 0;
        border-radius: 20px;
    }

    .summary-card-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .summary-text-new {
        font-size: clamp(1rem, 4.5vw, 1.2rem);
        margin-bottom: 1.75rem;
    }

    .instagram-mockup {
        padding: 1.75rem 1.5rem;
        max-width: 320px;
        margin: 0 auto;
        border-radius: 20px;
    }

    .ig-avatar {
        width: 68px;
        height: 68px;
        font-size: 1.25rem;
    }

    .summary-deposit,
    .summary-bonus {
        font-size: 1rem;
    }

    .total-amount {
        font-size: clamp(2.25rem, 11vw, 3rem);
    }

    .summary-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        padding: 1.15rem;
        text-align: center;
        border-radius: 0 0 20px 20px;
    }

    .summary-support {
        flex-direction: column;
        align-items: center;
    }

    .summary-support p {
        font-size: 0.85rem;
    }

    .summary-footer-divider {
        width: 100%;
        height: 1px;
        min-height: 0;
    }

    .summary-ig-link {
        justify-content: center;
        width: 100%;
    }

    footer .container p {
        font-size: 0.75rem;
        line-height: 1.5;
    }
}

/* Responsive — małe telefony */
@media (max-width: 400px) {
    .hero h1.hero-title {
        font-size: 1.35rem;
    }

    .platinum-badge {
        font-size: 2.35rem;
    }

    .step-visual {
        max-width: 200px;
    }

    .step-item p {
        font-size: 0.9rem;
    }

    .hero-worth-block {
        display: inline;
        font-size: 0.95rem;
    }
}
