/* --- Zmienne CSS --- */
:root {
    --bg-dark: #000000;
    --text-color: #FFFFFF;
    --text-dark: #1c1c1c;
    --text-muted: #A0A0A0;

    /* Kolory przycisków */
    --primary-color: #E9941E;
    --primary-hover: #E67A00;
    --text-on-primary: #FFFFFF;
    --font-family: 'Poppins', sans-serif;

    --impact-bg: #2A272A;
    --medium-bg: #F5F5F5;
    --light-bg: #F7F7F7;
    --card-bg: #FFFFFF;

    --text-dark: #1C1C1C;
    --text-muted: #666666;
    --primary-color: #E9941E;
    --divider-color: #eaeaea;
    --light-bg: #FFFFFF;
}

::selection {
    background-color: rgba(233, 148, 30, 0.2);
}

/* --- Reset i Style Globalne --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    background-color: var(--bg-dark);
    color: var(--text-color);
    line-height: 1.6;
}

strong{
    font-weight: 600;
}

.container {
    width: 85%;
    max-width: 1320px;
    margin: 0 auto;
}

h1, h2, h3, h4 {
    line-height: 1.2;
    font-weight: 600;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; margin-bottom: 2rem; text-align: center; }
p { color: var(--text-color); }
section { padding: 5rem 0; }

/* --- Komponenty --- */
.btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-sm {
    padding: 3px 32px !important;
    font-weight: 300 !important;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--text-color);
    border: none;
}

.btn-primary:hover {
    background-color: #e67a00;
}

.btn-lg {
    padding: 15px 35px;
    font-size: 1.1rem;
}

.btn-gradient {
    background-image: radial-gradient(
            ellipse at 50% 80%,   /* 50% across, 75% down */
            #FFD79E 0%,
            #F8A430 30%,
            #E9941E 100%
    );
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    height: 35px;
}
/* --- Header --- */
.header {
    background-color: var(--bg-dark);
    padding: 2rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 35px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: var(--text-color);
    font-weight: 300;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: var(--text-color);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-login {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--text-on-primary);
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--primary-hover);
}

/* --- Sekcja Hero --- */
.hero {
    display: flex;
    align-items: center;
    padding: 7rem 0 12rem 0;
    background: var(--bg-dark);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1.5rem;
}

.hero-text {
    text-align: left;
}

.hero-text h1 {
    margin-bottom: 1rem;
    font-size: 3.5rem;
    font-weight: 500;
}

.hero-text p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    color: var(--text-color);
    font-weight: 300;
    max-width: 500px;
}

.hero-video img {
    width: 100%;
    /*max-width: 500px;*/
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

/* --- Sekcja Impact --- */
.impact {
    background-color: var(--impact-bg);
    padding: 3rem 0;
    text-align: center;
    background-image: url('img/dots2.png');
    background-position: center;
    background-repeat: no-repeat;
}

.impact .container {
    max-width: 856px;
    margin: 0 auto;
}

.impact-title {
    color: var(--primary-color);
    font-weight: 300;
    margin-bottom: 1rem;
    letter-spacing: 3px;
    font-size: 1.25rem;
}

.impact-text {
    font-size: 2rem;
    line-height: 1.25;
    color: var(--text-color);
}

/* --- Sekcja Zaufali Nam --- */
.trusted-by {
    padding: 2rem 0 4rem 0;
    background-color: var(--light-bg)
}

/* Nowy nagłówek zamiast <p> */
.trusted-by .section-label {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: var(--primary-color);
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 1.5rem;
}

/* Ukrywamy domyślny <p>, jeśli nadal w HTML */
.trusted-by p {
    display: none;
}

/* Siatka logotypów */
.trusted-by .trusted-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

/* Styl logotypów */
.trusted-by .trusted-logos img {
    opacity: 1;
    filter: grayscale(1);
    transition: filter 300ms ease;
}

.trusted-by .trusted-logos img:hover{
    filter: grayscale(0);
}



/* --- Sekcja Jak to działa --- */
.how-it-works {
    background-color: var(--light-bg);
    padding: 4rem 0;
}

.how-it-works .container{
    position: relative;
}

.how-it-works-road{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 75px;

}

.how-bg {
    background-color: var(--medium-bg);
    padding: 2rem 6rem 4rem 6rem;
    border-radius: 10px;
}

.section-subtitle {
    text-transform: uppercase;
    font-size: 1.25rem;
    color: var(--primary-color);
    letter-spacing: 2px;
    font-weight: 300;
    text-align: center;
    top: 0.5rem;
}

.how-it-works h2 {
    font-weight: 600;
    font-size: 2.5rem;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 0rem;
    letter-spacing: 1.5px;

}

.steps {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.step {
    background: linear-gradient(
            to bottom,
            rgba(255,255,255,0)    0%,
            rgba(255,255,255,0.4) 100%
    );
    padding: 3rem 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
    flex: 1;
    text-align: center;
}

.step img {
    width: 90%;
    padding: 0.25rem;
    margin: 0rem auto;
}

.step h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.step p {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.4;
}

/* --- Sekcja Benefits --- */
.benefits {
    background-color: var(--light-bg);
    padding: 4rem 0 8rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.benefits-main-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    margin-top: 1rem;
}

.benefits-underline {
    display: block;
    width: 70%;
    margin: -0.2rem auto 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* usuń wszelkie border-top/left z kontenera */
    border: none;
    margin-top: 5rem;
}

.benefit-cell {
    padding: 2rem;
    text-align: left;
    border: none;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}


/* pionowe linie między kolumnami */
.benefit-cell:not(:nth-child(3n+1)) {
    border-left: 2px dashed var(--divider-color);
}

/* poziome linie między wierszami */
.benefit-cell:nth-child(n+4) {
    border-top: 2px dashed var(--divider-color);
}

.benefit-icon {
    /*height: 14px;*/
    margin-top: 0.1rem;
    /*margin-right: 0.5rem;*/
    /*margin-left: -1.5rem;*/
}

.benefit-cell h3 {
    font-size: 1.5rem;
    margin: 0 0 0.75rem;
    color: var(--text-dark);
}

.benefit-cell p {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 300;
    color: var(--text-muted);
    margin: 0;
}

/* --- Sekcja Dashboard --- */
.dashboard-section {
    background-color: #000;
    color: #fff;
    padding: 4rem 1rem;
}
.dashboard-section .container {
    max-width: 1320px;
    margin: 0 auto;
}

.dashboard-underline{
    width: 14%;
    margin-top: -2rem;
    margin-left: -17rem;
    text-align: left;
}

/* Nadtytuł */
.dashboard-section .section-label {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

/* Tytuł z podkreśleniem */
.dashboard-title {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
}

.dashboard-title div{
    margin-bottom: -2rem;
}

/* Wiersze funkcji */
.dashboard-row {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem;
}

/* Blok funkcji */
.dashboard-feature {
    flex: 1;
    text-align: left;
    color: var(--text-color);
}
.dashboard-feature .feature-icon {
    height: 24px;
    margin-bottom: 1rem;
}
.dashboard-feature h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.dashboard-feature p {
    font-size: 1rem;
    line-height: 1.6;
    /*opacity: 0.85;*/
    color: var(--text-color);

}


.border-dashed-img{
    display: flex;
    justify-content: center;
}


/* Obrazek panelu */
.dashboard-image {
    flex: 1;
}
.dashboard-image img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
/* --- Sekcja Zarobki --- */
.earnings-title {
    color: var(--text-dark);
    font-size: 2.5rem;
    text-align: center;
    margin: 1rem 8rem 2rem 8rem;
}
.earnings-title .highlight {
    color: var(--primary-color);
}

/* Siatka kart */
.earnings-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

/* Karta zarobków */
/* Sekcja earnings */
.earnings {
    background: linear-gradient(
            to bottom,
            #FAFAFA    0%,
            rgba(255,255,255,1) 100%
    );
    padding: 0;
}

.earnings-circle{
    padding: 3rem 1rem;
    background-image: url('img/circles.svg');
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: center 0;
}

/* Kontener */
.earnings .container {
    /*border-bottom: 2px dashed #E7E7E7;*/
    padding-bottom: 4rem;
    max-width: 1320px;
    margin: 0 auto;

}

/* Nadtytuł */
.section-label {
    text-align: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

/* Główny tytuł */
.earnings-title {
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
    color: var(--text-dark);
    margin-bottom: 4rem;
}
.earnings-title .highlight {
    color: var(--primary-color);
}

/* Siatka kart */
.earnings-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

/* Pojedyncza karta */
.earning-card {
    text-align: left;
    display: flex;
    flex-direction: column;

}
.earning-card p {
    font-size: 1.3rem;
    line-height: 1.2;
    color: var(--text-dark);
    font-weight: 300;
    min-height:150px;

}

.earning-card p b {
    font-weight: 500;
}
/* Cena */
.earning-card .price {
    font-size: 3rem;
    font-weight: 300;
    color: var(--primary-color);
}

/* CTA */
.earnings-cta {
    text-align: center;
    margin-top: 3rem;
}
.earnings-cta .btn-primary {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}
/* ---- Sekcja Recenzji ---- */
.reviews {
    background-color: #fff;
    padding: 4rem 1rem;
}
.reviews .container {
    max-width: 1320px;
    margin: 0 auto;
}

/* Nadtytuł */
.reviews .section-label {
    text-align: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--primary-color);
    margin-bottom: 1rem;
}



/* Rząd logotypów */
.reviews-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}
.reviews-logos .platform {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.reviews-logos img {
    /*height: 1.5rem;*/
}
.reviews-logos .divider {
    width: 2px;
    height: 1.5rem;
    background-color: #ddd;
}
.reviews-logos .stars {
    display: flex;
    font-size: 1rem;
    line-height: 1;
}
.reviews-logos .stars .star.full { color: currentColor; }
.reviews-logos .stars .star.half { color: #ddd; }
/* Kolory gwiazdek według platformy */
.reviews-logos .trustpilot .stars { color: #00c300; }
.reviews-logos .g2 .stars      { color: #d32f2f; }
.reviews-logos .google .stars  { color: #f5a623; }
.reviews-logos .google .rating-text {
    font-weight: 600;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: var(--text-dark);
}

/* Grid kart recenzji */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Pojedyncza karta */
.review-card {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

/* Autor recenzji */
.review-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.author-photo {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    object-fit: cover;
}
.author-info .author-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
}
.author-info .author-title {
    font-size: 0.875rem;
    margin-top: -0.25rem;
    color: #666;
}

.author-info .review-stars{
    margin-top: -0.5rem;
}


/* --- Sekcja FAQ --- */
.faq {
    background-color: #000;
    color: #fff;
    padding: 4rem 1rem;
}
.faq .container {
    max-width: 1320px;
    margin: 0 auto;
}

.faq .section-subtitle, .faq .faq-title {
    text-align: left;
}

/* Nadtytuł */
.faq .section-label {
    text-align: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

/* Tytuł */
.faq-title {
    font-size: 2rem;
    font-weight: 600;
    /*text-align: center;*/
    margin-bottom: 3rem;
    margin-top: 0.5rem;
}

/* Lista pytań */
.faq-list details {
    border-bottom: 1px solid #333;
    padding: 1rem 0;
}
.faq-list details + details {
    margin-top: 0;
}

/* Ukrycie domyślnej strzałki i dodanie własnej */
.faq-list summary {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    padding-right: 2rem;
    list-style: none;
}
.faq-list summary::-webkit-details-marker {
    display: none;
}
.faq-list summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--primary-color);
}
.faq-list details[open] summary::after {
    content: "–";
}

/* Odpowiedź */
.faq-list p {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--text-color);
    font-weight: 300;
    font-weight: 300;
    /*opacity: 0.9;*/
}

/* CTA */
.faq-cta {
    text-align: center;
    margin-top: 2.5rem;
}
.faq-cta span {
    margin-right: 0.5rem;
    font-size: 0.875rem;
    color: #ccc;
}
.faq-cta .btn-secondary {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--text-color);
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
}


/* --- Sekcja Final CTA --- */
.final-cta {
    position: relative;
    background-color: #000;
    background-image: url('img/dots.png');
    background-repeat: repeat;
    color: #fff;
    text-align: center;
    padding: 6rem 1rem;
    margin-top: 4rem;
}

.final-cta .container {
    max-width: 1320px;
    margin: 0 auto;
}

.final-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 500;
}

.final-subtitle {
    font-size: 1.25rem;
    /*opacity: 0.8;*/
    color: var(--text-color);
    font-weight: 300;
    margin-bottom: 2.5rem;
}

.final-btn {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(0,0,0,0.4);
}

/* --- Stopka --- */
.site-footer {
    background-color: #000;
    color: #fff;
    padding: 4rem 1rem;
    color: var(--text-color);
}
.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Siatka kolumn */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

/* Logo i opis */
.footer-logo {
    height: 1.75rem;
}
.logo-dot {
    color: var(--primary-color);
}
.footer-col p,
.footer-col address {
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 300;
    margin: 1rem 0;
}
.footer-col address {
    font-style: normal;
}

/* Linki społecznościowe */
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
.social-links img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

/* Nagłówki kolumn */
.footer-col h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

/* Lista linków */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 2rem;
    font-weight: 300;
}
.footer-links li + li {
    margin-top: 0.5rem;
}
.footer-links a {
    color: #fff;
    font-size: 0.875rem;
    text-decoration: none;
    opacity: 0.8;
}
.footer-links a:hover {
    opacity: 1;
}

.flex{
    display: flex;
}

.gap-05{
    gap: 0.5rem;
}

.gap-1{
    gap: 1rem;
}

.mt-2{
    margin-top: 2rem;
}

/* === Mobile styles (≤768px) === */

@media (max-width: 1250px) {
    .nav-menu{
        display: none;
    }

    .tablet-hide{
        display: none;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }

    h2, .final-title, .dashboard-title, .faq-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    h3, .earning-card .price, .review-author .author-name {
        font-size: 1.25rem;
    }

    p, .review-text, .dashboard-feature p, .faq-list summary {
        font-size: 0.9375rem;
        line-height: 1.4;
    }

    .container {
        width: 95%;
    }

    .hero {
        padding: 3rem 0.5rem;
        min-height: 50vh;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text {
        text-align: left !important;
    }

    .hero-text h1 {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }

    .hero-text p {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        max-width: 100%;
    }

    .hero-text .btn-lg {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .hero-video {
        margin-top: 1.5rem;
    }

    .impact-text {
        font-size: 1.25rem;
        font-weight: 300;
        padding: 0.5rem;
    }

    .how-it-works {
        padding: 0;
    }

    .steps,
    .dashboard-images,
    .dashboard-row,
    .dashboard-row.reverse,
    .footer .container,
    .navbar,
    .footer-grid {
        flex-direction: column !important;
        align-items: center;
        gap: 2rem;
    }

    .dashboard-image {
        margin-top: 1rem;
    }

    .earnings-grid,
    .reviews-grid,
    .benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }

    .earnings-title {
        font-size: 2rem;
    }

    .reviews-logos {
        flex-wrap: wrap;
        gap: 0.75rem;
        justify-content: center;
    }

    .reviews-logos .divider {
        display: none;
    }

    .trusted-by .trusted-logos {
        gap: 2rem;
    }

    .trusted-by .trusted-logos img {
        height: 80px;
    }

    .faq-list {
        width: 100%;
    }

    .faq-list details {
        padding: 0.75rem 0;
    }

    .final-cta {
        padding: 4rem 1rem;
        background-size: cover;
    }

    .final-title {
        font-size: 2rem;
    }

    .final-subtitle {
        font-size: 0.875rem;
        margin-bottom: 2rem;
    }

    .site-footer {
        padding: 2rem 1rem;
    }

    .social-links {
        justify-content: flex-start;
    }

    /* Benefits tweaks */
    .benefits::before {
        display: none;
    }

    .benefit-cell {
        border: none !important;
        padding: 1.5rem 0 !important;
        text-align: center;
    }

    .benefits .section-label,
    .benefits h2 {
        text-align: center;
    }

    .benefit-icon {
        display: block;
        margin: 0 auto 1rem;
        filter: none !important;
    }

    .benefit-cell h3 {
        margin-bottom: 0.5rem;
    }

    .benefit-cell p {
        opacity: 0.9;
    }

    /* Header/Nav refinements */
    .header .navbar {
        flex-direction: column;
        gap: 0.5rem;
    }

    .header .logo {
        height: 30px;
    }

    .nav-actions {
        gap: 0.75rem;
        width: 100%;
        justify-content: center;
        margin-top: 0.5rem;
    }

    .nav-login {
        font-size: 0.9rem;
    }

    .nav-actions .btn-primary {
        padding: 8px 20px;
        font-size: 0.9rem;
    }

    .nav-menu {
        display: none !important;
    }

    .mobile-hide {
        display: none;
    }

    footer {
        display: flex;
        justify-content: center;
    }

    .footer .container {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        justify-content: center;
        text-align: center;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem;
        margin: 0 2rem;
    }

    .site-footer {
        padding: 2rem 1rem;
    }

    .social-links {
        justify-content: flex-start;
    }

    .how-bg{
        padding: 3rem 0;
    }

    .container{
        width: 100%;
    }

    .how-it-works h2{
        font-size: 2rem;
        margin-top: 1rem;
    }

    .step{
        padding: 0 1rem;

        background: transparent;
    }

    .step h3{
        margin-top: -1rem;
    }

    .step p{
        margin-top: -1rem;
        font-size: 1.25rem;
    }

    .benefits{
        padding: 1rem;
    }

    .benefit-cell{
        text-align: left;
        justify-content: flex-start;
    }

    .earnings-title{
        margin: 2rem 0;
    }

    .earning-card{
        text-align: center !important;
    }

    .earning-card p {
        font-weight: 300;
    }

    .earning-card .price{
        font-size: 2.5rem;
        margin-top: -2rem;
        margin-bottom: 2rem;
    }

    .reviews{
        margin-top: -6rem;
    }

    .trusted-logos{
        flex-direction: column;
    }

    .dashboard-title{
        margin-top: 0rem;
        margin-bottom: 5rem;
    }

    .dashboard-section{
        padding: 1rem;
    }

    .benefits{
        padding-top: 4rem;
    }

    .dashboard-section{
        padding-top: 3rem;
    }
}

/* === Desktop styles (≥769px) === */
@media (min-width: 769px) {
    .desktop-hide {
        display: none;
    }

    /*.hero-text p {*/
    /*    margin-left: auto;*/
    /*    margin-right: auto;*/
    /*}*/

    .hero-video {
        margin-top: 2rem;
    }
}