@font-face {
    font-family: 'Satoshi';
    src: url('Fonts/Satoshi-Variable.ttf') format('truetype');
    font-weight: 300 900;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Satoshi', sans-serif;
    line-height: 1.6;
    color: #3C3C3C;
}

/* Header styles */
header {
    padding: 10px 10px;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 72px;
    padding-right: 64px;
    padding-left: 64px;
}

nav .logo {
    width: 180px;
    height: 47.2px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 48px;
}

.publish-btn {
    background: linear-gradient(90deg, #6A82FB 0%, #FC5C7D 100%);
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    padding: 12px 24px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    gap: 8px;
    width: 189px;
    height: 48px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.publish-btn:hover {
    background: linear-gradient(90deg, #0D3DB1 0%, #C13D58 100%);
    transform: scale(1.05);
}


.publish-btn:active {
    background: linear-gradient(90deg, #FC5C7D, #124FE5);
    transform: scale(0.95); 
}


.notification-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-left: 20px ;
}

.profile {
    width: 103px;
    height: 46px;
    cursor: pointer;
    position: relative;
}

.profile-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 3px;
    border-radius: 100px;
    background-color: white;
    border: 1px solid #9D9D9D;
    gap: 26px;
}

.profile .chevron-icon {
    margin-left: 12px;
    order: 1;
}

.profile .profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    order: 2;
}

.logo img {
    width: 116px;
    height: auto;
}



/* Hero section styles */
.hero-section {
    max-width: 100%;
    width: 1308px;
    padding: 48px 48px 48px 77px;
    display: flex;
    gap: 146px;
    margin: 0 auto;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.hero-content h1 {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #3C3C3C;
    letter-spacing: -2px;
    max-width: 500px;
}

.hero-content p {
    font-size: 24px;
    line-height: 26.88px;
    margin-bottom: 32px;
    color: #3C3C3C;
    font-weight: 500;
    width: 461px;
    height: 54px;
    max-width: 500px;
}

.button-container {
    width: 100%;
    max-width: 500px;
}

.calculate-btn {
    width: 157px;
    height: 48px;
    line-height: 24px;
    padding: 12px 24px;
    border-radius: 100px;
    background: linear-gradient(90deg, #7B61FF 0%, #FF6584 100%);
    color: white;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    font-family: 'Satoshi', sans-serif;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.calculate-btn:hover {
    background: linear-gradient(90deg, #0D3DB1 0%, #C13D58 100%);
    transform: scale(1.05);
}

.calculate-btn:active {
    background: linear-gradient(90deg, #FC5C7D, #124FE5);
    transform: scale(0.95); 
}



.hero-stats-container {
    width: auto;
}

.stats-image {
    position: relative;
    width: 526px;
}

.hero-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
}

.stats {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.stat-item.huespedes {
    width: 149.47222900390625px;
    height: 104.88333129882812px;
    border-radius: 18px;
    top: 190px;
    left: -15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10.94px 18.24px;
    background-color: #FFF2F5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.stat-item.huespedes .stat-label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #3C3C3C;
    margin-bottom: 4px;
}

.stat-item.huespedes .stat-value {
    font-size: 52.28px;
    line-height: 61.79px;
    font-weight: 700;
    color: #3C3C3C;
    letter-spacing: 0px;
}

.stat-item.transacciones {
    width: 180px;
    height: 104.88333129882812px;
    border-radius: 21.88px;
    position: relative;
    left: 385px;
    bottom: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F7F4FB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10.94px 18.24px;
}

.stat-item.transacciones .stat-label {
    font-size: 13.13px;
    font-weight: 400;
    line-height: 20.42px;
    color: #3C3C3C;
}

.stat-item.transacciones .stat-value {
    font-weight: 700;
    font-size: 52.28px;
    line-height: 61.79px;
    margin-bottom: 3px;
    color: #3C3C3C;
}

.stat-item.propiedades {
    width: 167.47222900390625px;
    height: 104.88333129882812px;
    border-radius: 21.88px;
    position: relative;
    left: 405px;
    top: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #FFF2F5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10.94px 18.24px;
}

.stat-item.propiedades .stat-value {
    font-weight: 700;
    font-size: 52.28px;
    line-height: 61.79px;
    margin-bottom: 2px;
}

.stat-item.propiedades .stat-label {
    font-size: 13.13px;
    font-weight: 400;
    line-height: 20.42px;
    color: #3C3C3C;
}

.clients {
    width: 219.04225158691406px;
    height: 60.845069885253906px;
    position: absolute;
    left: -80px;
    bottom: 70px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border-radius: 100px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}

.clients-images {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
}

.clients-images img {
    width: 25.365846633911133px;
    height: 25.365846633911133px;
    border-radius: 50%;
    border: 1px solid white;
    margin-right: -8px;
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.last-client {
    position: relative;
    width: 25.365846633911133px;
    height: 25.365846633911133px;
}

.plus-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
}

.clients-text {
    width: 62px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clients-text span {
    font-weight: 400;
    font-size: 11.8px;
    line-height: 15.94px;
    letter-spacing: 0%;
    color: #3C3C3C;
    white-space: nowrap;
}

.rental-preference{
    width: 1312px;
    height: 385px;
    margin: 0 auto;
    border-radius: 60px;
    padding-top: 63px;
    gap: 37px;
    background: #FFF2F5;
    display: flex; 
    flex-direction: column;
    align-items: center;
    font-family: 'Satoshi', sans-serif;
}

.preference-header {
    width: 1204px;
    height: 885px;
    border-radius: 30px;
    background: linear-gradient(90deg, #6A82FB 0%, #FC5C7D 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
}

.preference-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 600px;
    text-align: center;
}
.profile-circles-left,
.profile-circles-right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
}

.profile-circles-left {
    left: 0;
}

.profile-circles-right {
    right: 0;
}

.profile-img1, .profile-img2, .profile-img3,
.profile-img4, .profile-img5, .profile-img6 {
    position: absolute;
    border-radius: 50%;
    object-fit: cover;
}

.profile-img1 {
    top: 32px;
    left: 32px;
    width: 127px;
    height: 127px;
}

.profile-img2 {
    top: 159px;
    left: 195px;
    width: 90px;
    height: 90px;
}

.profile-img3 {
    top: 259px;
    left: 49px;
    width: 79px;
    height: 79px;
}

.profile-circles-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.profile-img4 {
    position: absolute;
    top: 28px;
    left: 896px;
    width: 127.30247497558594px;
    height: 127.30247497558594px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-img5 {
    position: absolute;
    top: 81px;
    left: 1081px;
    width: 95.30247497558594px;
    height: 95.30247497558594px;
    border-radius: 50%;
}

.profile-img6 {
    position: absolute;
    top: 209px;
    left: 1009px;
    width: 89.736328125px;
    height: 89.736328125px;
    border-radius: 50%;
    object-fit: cover;
}

/* Rental Info Section */
.rental-info {
    width: 1312px;
    height: 1152px;
    padding: 45px 54px 45px 45px;
    display: flex;
    gap: 80px;
}
.rental-title {
    width: 566.5px;
    height: 136px;
    gap: 10px;;
    margin-bottom: 30px;
}

.rental-info h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: -2%;
    color: #333;
}

.rental-subtitle {
    width: 562px;
    height: 72px;
    font-size:24px;
    font-weight: 500;
    line-height: 36px;
    color: #3C3C3C;
    letter-spacing: 0%;
}

.rental-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top:8px;
    width: 571px;
    height: 367px;
    padding-bottom: 8px;
    gap: 24px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 273.5px;
    height: 112px;
    text-align: left;
    gap: 16px;
}

.step p {
    color: #444;
    width: 273.5PX;
    font-size: 16px;
    line-height: 24px;
}

.step-number {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    background: white;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(45deg, #6A82FB, #FC5C7D);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.start-btn {
    margin-top: 40px;
    background: linear-gradient(90deg, #6A82FB 0%, #CB69A7 50%, #FC5C7D 100%);
    color: white;
    border: none;
    width: 113px;
    height: 48px;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    justify-content: center;
    gap: 8px;
    transition: transform 0.2s;
    font-family: 'Satoshi', sans-serif;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.start-btn:hover {
    background: linear-gradient(90deg, #0D3DB1 0%, #C13D58 100%);
    transform: scale(1.05);
}

.start-btn:active {
    background: linear-gradient(90deg, #FC5C7D, #124FE5);
    transform: scale(0.95); 
}

.rental-info-image {
    flex: 1;
    position: relative;
}

.rental-info-image img {
    width: 566.5px;
    height: 544px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

@media screen and (max-width: 768px) {
    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 51px;
        padding-right: 17px;
        padding-left: 17px;
    }


    .hero-section {
        padding: 24px;
        gap: 24px;
        flex-direction: column;
    }

    .hero-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .hero-content h1 {
        width: 329px;
        font-weight: 500;
        line-height: 40px;
        font-size: 40px;
        letter-spacing: -0.04em;
        text-align: left;
        margin: 0;
    }

    .hero-content p {
        width: 296px;
        font-weight: 500;
        line-height: 18px;
        font-size: 16px;
        letter-spacing: 0;
        text-align: left;
        margin: 0;
        color: #3C3C3C;
    }

    .button-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .calculate-btn {
        width: 100%;
        height: 48px;
        background: linear-gradient(90deg, #7B61FF 0%, #FF6584 100%);
    }

    .stats-image {
        width: 301px;
        height: 216px;
        border-radius: 14.43px;
        margin: 0 auto;
    }

    .hero-image {
        width: 100%;
        height: 216px;
        object-fit: cover;
        border-radius: 30px;
    }    
    
    .stat-item.huespedes {
        width: 120px;
        height: 90px;
        border-radius: 18px;
        top: 13px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 16px 20px;
        background-color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .stat-item.huespedes .stat-label {
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        color: #3C3C3C;
        margin-bottom: 4px;
    }
    
    .stat-item.huespedes .stat-value {
        font-size: 42px;
        line-height: 48px;
        font-weight: 700;
        color: #3C3C3C;
        letter-spacing: 0px;
    }

    .stat-item.propiedades {
        width: 90.70310974121094px;
        height: 57.82186508178711px;
        border-radius: 11.82px;
        position: relative;
        left: -10px;
        top: 35px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 5.91px 9.85px;
    }
    
    .stat-item.propiedades .stat-value {
        font-weight: 700;
        font-size: 28.24px;
        line-height: 33.38px;
        margin-bottom: 2px;
    }
    
    .stat-item.propiedades .stat-label {
        font-size: 8px;
        font-weight: 400;
        line-height: 11.03px;
        color: #3C3C3C;
    }

    .stat-item.transacciones {
        width: 112px;
        height: 65.61629486083984px;
        border-radius: 13.62px;
        position: relative;
        left: 230px;
        bottom: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 6.81px 11.35px;
    }

    .stat-item.transacciones .stat-label {
        font-size: 8.17px;
        font-weight: 400;
        line-height: 12.71px;
        color: #3C3C3C;
    }

    .stat-item.transacciones .stat-value {
        font-weight: 700;
        font-size: 28.24px;
        line-height: 33.38px;
        margin-bottom: 2px;
        color: #3C3C3C;
    }

    .clients {
        width: 155.04225158691406px;
        height: 43.067291259765625px;
        position: absolute;
        left: 160px;
        top: 20px;
        background: rgba(255, 255, 255, 0.95);
        padding: 5px 10px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        gap: 4px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        pointer-events: auto;
    }
    
    .clients-images {
        width: 77.30338287353516px;
        height: 17.954425811767578px;
        display: flex;
        align-items: center;
        margin-right: -4px;
    }
    
    .clients-images img {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid white;
        margin-right: -6px;
        object-fit: cover;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    .clients-images img {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid white;
        object-fit: cover;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    .last-client {
        position: relative;
        width: 18px;
        height: 18px;
    }


    .plus-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 11px;
        font-weight: bold;
        z-index: 2;
    }


    .clients-text {
        width: 44px;
        height: 17px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .clients-text span {
        font-weight: 400;
        font-size: 8.36px;
        line-height: 11.28px;
        letter-spacing: 0%;
        color: #3C3C3C;
        white-space: nowrap;
    }

}

@media screen and (max-width: 768px) {
    .profile-content {
        padding: 2px;
    }
    
    .profile .profile-img {
        width: 32px;
        height: 32px;
    }
    
    .profile .chevron-icon {
        width: 12px;
        height: 12px;
        margin-left: 12px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }
    
    .desktop-only {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tablet-only {
        display: block;
    }
    
    .desktop-only {
        display: none;
    }
}

.menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 16px;
}

@media screen and (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .nav-right {
        gap: 8px;
    }

    .menu-btn {
        margin-left: 8px;
    }

    .menu-btn {
        background: none;
        border: none;
        padding: 8px;
        margin-left: auto;
    }

    .menu-btn img {
        width: 40px;
        height: auto;
        padding: 2.31px 3.48px;
    }

    .publish-btn {
        background: linear-gradient(90deg, #6A82FB 0%, #FC5C7D 100%);
        color: white;
        border: none;
        padding: 7.62px 15.24px;
        border-radius: 30px;
        cursor: pointer;
        font-family: 'Satoshi', sans-serif;
        font-weight: 500;
        gap: 5.08px;
        width: 120.4761962890625px;
        height: 30.238096237182617px;
        font-size: 10.16px;
        line-height: 15.24px;
    }
    
}

@media screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }

    .rental-preference-mobile {
        width: 367px;
        height: auto;
        border-radius: 24px;
        padding-top: 18px;
        padding-bottom: 18px;
        background-color: #FFF2F5;
        flex-direction: column;
        margin: 0 auto;
    }

    .rental-content-mobile {
        background: linear-gradient(135deg, #6A82FB 0%, #FC5C7D 100%);
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 338px;
        height: auto;
        border-radius: 15px;
        padding: 24px;
        margin: 0 auto;
    }

    .rental-title {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .rental-title h3 {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 16px;
    }

    .rental-title h2 {
        font-weight: 500;
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -0.5px;
        color: #FFFFFF;
        margin-bottom: 24px;
    }

    .rental-options-mobile {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .rental-option {
        background: transparent;
        border-radius: 16px;
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .rental-option:hover {
        background-color: white;
    }

    .rental-option:hover .option-header span {
        color: black;
    }

    .rental-option:hover .chevron path {
        stroke: url(#chevron-gradient); 
    }

    .option-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }


    .rental-option.active {
        background: transparent;
    }

    .rental-option.active .option-header {
        background: white;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .rental-option span {
        font-size: 16px;
        font-weight: 500;
        color: white;
    }

    .rental-option.active .option-header span {
        color: #000;
    }

    .rental-option .chevron {
        stroke: white; 
        transition: transform 0.3s ease, stroke 0.3s ease;
    }

    .rental-option.active .option-header .chevron {
        stroke: transparent; 
        stroke-width: 2px; 
    }

    .rental-option.active .option-header .chevron path {
        stroke: url(#chevron-gradient); 
    }

    .option-content {
        display: none;
        margin: 0 0 16px 0; 
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        overflow: hidden;
        background-color: white;
    }

    .option-content-inner1 {
        margin: 8px;
        overflow: hidden;
        border-radius: 16px;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Images/Rental/Images1.jpeg');
        background-size: cover;
        background-position: center;
    }

    .option-content-inner2 {
        margin: 8px;
        overflow: hidden;
        border-radius: 16px;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Images/Rental/Images2.jpeg');
        background-size: cover;
        background-position: center;
    }

    .option-content-inner3 {
        margin: 8px;
        overflow: hidden;
        border-radius: 16px;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Images/Rental/Images3.jpeg');
        background-size: cover;
        background-position: center;
    }

    .rental-option.active .option-content {
        display: block;
    }

    .step {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 16px;
    }

    .step-dot {
        width: 24px;
        height: 24px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 14px;
        background-color: white;
        border-radius: 50%;
    }
    
    .step-dot::after {
        content: attr(data-number);
        background-image: linear-gradient(to right, #6A82FB, #FC5C7D);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .step p {
        color: white;
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
        flex: 1;
        padding-right: 20px;
    }

    .rental-options-mobile {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
}   

/* Coming Soon Page */
/* Navbar */

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.tablet-only {
    display: none !important;
}

navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 72px;
    padding-right: 64px;
    padding-left: 64px;
}

navbar .logo {
    width: 116px;
    height: 30.43575096130371px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 49px;
    padding: 10px;
}

.timer {
    background: linear-gradient(to right, #6A82FB, #FC5C7D);
    -webkit-background-clip: text;        
    background-clip: text;
    color: transparent;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0%;
    text-align: center;
}

.launch-text {
    color: #3C3C3C;
    line-height: 28.8px;
    font-size: 24px;
    letter-spacing: 0%;
    text-align: center;
    font-weight: 700;
}

/* Hero */
.hero {
    position: relative;
    width: 100%;
    max-width: 1282px;
    height: 367px;
    border-radius: 60px;
    overflow: hidden;
    gap: 32px;
    padding-right: 64px;
    padding-left: 64px;
    margin: 24px auto;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-container-title {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero h1 {
    color: white;
    font-size: 48px;
    max-width: 600px;
    line-height: 57.6px;
    letter-spacing: 0%;
    font-weight: 700;
    height: 232px;
    width: 667px;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Newsletter */
.newsletter {
    width: 100%;
    max-width: 1312px;
    height: 351px;
    margin: 50px auto;
    padding: 64px 37px;
    border-radius: 60px;
    gap: 32px;
    background: linear-gradient(to right, #6A82FB, #FC5C7D);
    text-align: center;
    color: white;
}

.newsletter-title{
    width: 100%;
    max-width: 1072px;
    height: 100%;
    max-height: 109px;
    gap: 24px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.newsletter h2 {
    font-size: 48px;
    height: 745px;
    width: auto;
    line-height: 57.6px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    height: 58px;
    width: 100%;
    text-align: center;

}

.newsletter p {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 24px;
    height: 27px;
    font-weight: 500px;
}

.newsletter-content {
    max-width: 632px;
    width: 100%;
    margin: 35px auto;
    max-height: 82px;
    height: 100%;
    gap: 16px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.email-form {
    display: flex;
    width: auto;
    max-width: 1300px;
    height: 48px;
}

.email-input {
    flex: 1;
    width: 412px;
    padding: 12px 33px;
    border: none;
    height: 100%;
    margin-left: 15px;
    margin-right: 10px;
    border-radius: 30px;
    background: white;
    font-family: 'Satoshi', sans-serif;
    color: #666666;
}

.email-input::placeholder {
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.submit-button {
    font-family: 'Satoshi', sans-serif;
    background-color: #124FE5;
    color: white;
    border: none;
    width: 204px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    gap: 32px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.submit-button:hover {
    background-color: #1a41d1;
}

.terms {
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin: 0 auto;
}

.terms a {
    color: white;
    text-decoration: underline;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
}

/* Benefits */
.benefits-section {
    width: 100%;
    max-width:1440px;
    height: 100%;
    max-height: 745px;
    padding-right: 64px;
    padding-bottom: 80px;
    padding-left: 64px;
    gap: 28px;    
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
}

.benefits-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1312px;
    height: 100%;
    max-height: 518px;
    border-radius: 60px;
    display: flex;
    flex-direction: row;
    padding: 30px;
    gap: 32px;
    background-color: #FFF2F500;
}

.section-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    text-align: center;
    width: 768px;
    height: 58px;
    gap: 16px;
    margin: 0 auto;
    color: #3C3C3C;
}

.benefit-item {
    max-width: 396px;
    width: 100%;
    max-height: 437px;
    height: 100%;
    gap: 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
  
  .benefit-image {
    max-width: 396px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
    align-self: center;
    transition: all 0.3s ease-in-out;
}

.benefit-image:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
  
.benefit-title {
    width: 100%;
    max-width: 416px;
    height: 100%;
    max-height: 45px;
    font-weight: 700;
    font-size: 32px;
    line-height: 44.8px;
    text-align: left;
    color: #3c3c3c;
}
  
.benefit-description {
    max-width: 334px;
    width: 100%;
    max-height: 60px;
    height: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}


/* Footer */
.footer {
    width: 100%;
    margin-top: 48px; 
    background: #ffffff;
    font-family: "Satoshi", sans-serif;
}

.footer-content {
    max-width: 1440px;
    height: 401px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 80px;
    padding-right: 64px;
    padding-left: 64px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e5e5e5;
}

/* Left section styles */
.subscription-section {
    flex: 0 0 60%;
    max-width: 500px;
    height: 198.4357452392578px;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.subscription-section .logo {
    width: 116.01200866699219px;
    height: 30.44061851501465px;
}

.subscription-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3c;
    width: 100%;
    max-width: 500px;
    height: 100%;
    height: 24px;
}

.subscription-form {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 500px;
    max-height: 96px;
    height: 100%;
    margin-bottom: 16px;
}

.subscription-form input {
    flex: 1;
    width: 100%;
    max-width: 362px;
    height: 48px; 
    padding: 0 24px; 
    border: 1px solid #f7f4fb;
    border-radius: 30px;
    background: #f7f4fb;
    font-size: 16px;
    font-family: "Satoshi", sans-serif;
    line-height: 48px; 
}

.subscription-form button {
    background: linear-gradient(90deg, #6A82FB 0%, #FC5C7D 100%);
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    padding: 12px 24px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    gap: 8px;
    width: auto;
    height: 48px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.subscription-form button:hover {
    background: linear-gradient(90deg, #0D3DB1 0%, #C13D58 100%);
    transform: scale(1.05);
}


.subscription-form button:active {
    background: linear-gradient(90deg, #FC5C7D, #124FE5);
    transform: scale(0.95); 
}

.privacy-text {
    width: 500px;
    height: 36px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #3C3C3C;
}

.privacy-text a {
    color: #3C3C3C;
    text-decoration: underline;
}

/* Right section styles */
.footer-sections {
    flex: 0 0 40%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-section h3 {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 24px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 12px;
    }

.footer-section ul li a {
    color: #3C3C3C;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    transition: color 0.2s;
}

.footer-section ul li a:hover {
    color: #111827;
}

/* Social media section */
.footer-socials {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-social-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-social-item a {
    text-decoration: none;
}

.footer-social-item img {
    width: 24px;
    height: 24px;
}

.footer-social-item a {
    color: #3C3C3C;
    font-size: 14px;
}

.footer-social-item a:hover {
    color: #111827;
    transition: color 0.3s;
}

/* Footer bottom */
.footer-bottom {
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    height: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3C3C3C;
    font-size: 14px;
    gap: 32px;
}

.footer-links {
    max-width: 258px;
    max-height: 21px;
    height: 100%;
    width: 100%;
    display: flex;
    gap: 24px;
}

.footer-links a {
    color: #3C3C3C;
    text-decoration: none;
    transition: color 0.2s;
    }

.footer-links a:hover {
    color: #111827;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-content {
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    max-width: 512px;
    height: 196px;
    width: 80%;
    animation: popupIn 0.3s ease-out;
    border-radius: 16px;
    position: relative;
}

.popup-content h2 {
    color: #3C3C3C;
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: start;
}

.popup-content p {
    color: #737373;
    margin-bottom: 28px;
    font-size: 14px;
    font-weight: 400;
    text-align: start;
}

.popup-buttons{
    position: absolute;
    bottom: 24px;
    right: 24px;
    gap: 12px;
    display: flex;
}

.popup-button-accept {
    font-family: 'Satoshi', sans-serif;
    background: linear-gradient(100deg, #124FE5, #FC5C7D);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 10px 20px;
    border-radius: 99px;
    width: 106px;
    height: 40px;
    cursor: pointer;
    gap: 8px;
    flex-direction: row;
    transition: background 0.3s;
}

.popup-button-accept:hover {
    background: linear-gradient(90deg, #0D3DB1 0%, #C13D58 100%);
    transform: scale(1.05);
}


.popup-button-accept:active {
    background: linear-gradient(90deg, #FC5C7D, #124FE5);
    transform: scale(0.95); 
}

.popup-button-close{
    font-family: 'Satoshi', sans-serif;
    background: #fff;
    color: #3C3C3C;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #D1D5DB;
    padding: 10px 20px;
    border-radius: 99px;
    width: 106px;
    height: 40px;
    cursor: pointer;
    gap: 8px;
    flex-direction: row;
    transition: background 0.3s;
}

.popup-button-close:hover {
    background: #D1D5DB;
    transform: scale(1.05);
}


/* Mostrar el popup */
.popup.show {
    opacity: 1;
    visibility: visible;
}

/* Animación de entrada */
@keyframes popupIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* Responsive Movil */
@media screen and (max-width: 767px) {
    .desktop-only {
        display: none;
    }
    
    .mobile-only {
        display: block;
    }
    
    .tablet-only {
        display: none;
    }

    navbar {
        display: flex;
        justify-content: space-around   ;
        align-items: center;
        width: 100%;
        max-width: 932px;
        height: 29.155553817749023px;
        max-height: 100%;
        padding-right: 7px;
        padding-left: 6px;
    }
    
    navbar .logo {
        width: 97.01004028320312px;
        height: 25.454654693603516px;
    }
    
    .nav-right {
        display: flex;
        width: 246px;
        height: 29.155553817749023px;
        align-items: center;
        gap: 22.32px;
        padding: 4.56px;
        background-color: #FFFFFF;
    }

    
.logo img {
    width: 93px;
    height: auto;
}

    
    .timer {
        background: linear-gradient(to right, #6A82FB, #FC5C7D);
        -webkit-background-clip: text;        
        background-clip: text;
        color: transparent;
        font-size: 12px;
        width: 91px;
        height: 26PX;
        font-weight: 700;
        line-height: 26.24px;
        letter-spacing: 0%;
        align-items: center;
        text-align: center;
    }
    
    .launch-text {
        color: #3C3C3C;
        line-height: 13.12px;
        font-size: 10.93px;
        letter-spacing: 0%;
        text-align: center;
        font-weight: 700;
    }

    .mobile-only {
        display: block;
    }

    .hero {
        position: relative;
        width: 100%;
        max-width: 364px;
        height: 460px;
        border-radius: 32px;
        overflow: hidden;
        padding: 16px;
        margin: 24px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }
    
    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }
    
    .hero-container-title {
        position: relative;
        z-index: 2;
        text-align: left;
        height: 190px;
    }
    
    .hero h1 {
        width: 293px;
        color: white;
        font-size: 32px;
        line-height: 38.4px;
        letter-spacing: -1px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 0;
    }

    .hero-container-timer {
        position: relative;
        z-index: 2;
        width: 284px;
        height: 129px;
        background: white;
        border-radius: 24px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .timer-hero {
        font-size: 32px;
        line-height:57.6px;
        background: linear-gradient(90deg, #6A82FB 0%, #FC5C7D 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-weight: 700;
    }
    
    .launch-text-hero {
        color: #3C3C3C;
        font-size: 24px;
        line-height: 28.8px;
        font-weight: 700;
    }

    .newsletter {
        width: 100%;
        max-width: 390px;
        height: 417px;
        margin: 24px auto;
        padding: 64px 37px;
        border-radius: 32px;
        gap: 32px;
        align-items: center;
        text-align: center;
    }

    .newsletter-title {
        width: 100%;
        max-width: 342px;
        height: 100%;
        max-height: 122px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .newsletter-title h2 {
        font-size: 28px;
        line-height: 33.6px;
        width: 342px;
        height: 68px;
        font-weight: 700;
        text-align: center;
    }

    .newsletter p {
        font-size: 16px;
        line-height: 22.4px;
        height: 44px;
        width: 304px;
        text-align: center;
    }

    .newsletter-content {
        max-width: 310px;
        width: 100%;
        margin: 32px auto;
        max-height: 164px;
        height: 100%;
        gap: 16px;
        border-radius: 30px;
    }

    .email-form {
        flex-direction: column;
        height: auto;
        gap: 16px;
        align-items: center;
    }

    .email-input {
        width: 310px;
        margin: 0;
        height: 48px;
        font-size: 16px;
    }

    .submit-button {
        width: 310px;
        margin: 0;
    }

    .terms {
        margin-top: 4px;
        font-size: 12px;
        line-height: 18px;
        width: 310px;
        height: 36px;
        font-weight: 400;
        text-align: start;
    }

    .benefits-section {
        width: 100%;
        max-width: 390px;
        height: auto; 
        max-height: 506px;
        padding: 24px 16px; 
        gap: 21px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        border-radius: 30px;
        margin-bottom: 550px;
    }
    
    .section-title {
        font-weight: 700;
        font-size: 32px;
        line-height: 38.4px;
        text-align: center;
        width: 100%;
        max-width: 327px;
        margin: 0 auto 24px; 
        color: #3c3c3c;
        padding: 0;
    }
    
    .benefits-container {
        margin: 0 auto;
        width: 100%;
        max-width: 358px; 
        height: auto; 
        border-radius: 30px; 
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 32px;
        background-color: #fff2f500;
        align-items: center;
    }
    
    .benefit-item {
        max-width: 358px;
        width: 100%;
        height: auto;
        gap: 16.66px; 
        text-align: left;
        display: flex;
        max-height: 312.470947265625px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .benefit-image {
        max-width: 331px;
        width: 100%;
        height: 184px;
        max-height: auto;
        border-radius: 15px; 
        object-fit: cover;
    }
    
    .benefit-title {
        width: 100%;
        font-weight: 700;
        font-size: 24px; 
        line-height: 32px; 
        text-align: center;
        color: #3c3c3c;
    }
    
    .benefit-description {
        width: 100%;
        margin: 0 auto;
        font-weight: 400;
        max-width: 334px;
        height: 56px;
        font-size: 20px; 
        line-height: 28px; 
        text-align: center;
    }

    /* Footer - Mobile Version */
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center; 
        background-color: #ffffff;
        border-bottom: none;
      }
    
      .footer-content {
        display: flex;
        flex-direction: column;
        gap: 80px;
        padding-right: 32px;
        padding-bottom: 40px;
        padding-left: 32px;
        border-bottom: none;
        flex: 1;
        margin: 0 auto;
        height: auto;
      }

    /* Subscription Section */
    .subscription-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 16px;
        margin-top: 6rem;
    }

    .subscription-section .logo {
        width: 264px;
        height: 69.26757049560547px;
        justify-content: center;
        margin: 0 auto;
        
    }

    .subscription-title {
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        margin-bottom: 24px;
        max-width: 300px;
    }

    .subscription-form {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 16px;
    }

    .subscription-form input {
        width: 100%;
        height: 48px;
        border-radius: 24px;
        background-color: #F5F5F5;
        border: none;
        padding: 0 16px;
        font-size: 16px;
    }

    .subscription-form button {
        width: 100%;
        height: 48px;
        border-radius: 24px;
        border: none;
        background: linear-gradient(90deg, #6A82FB 0%, #FC5C7D 100%);
        color: white;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
    }

    .privacy-text {
        font-size: 12px;
        line-height: 18px;
        color: #666666;
        max-width: 300px;
        text-align: center;
        border-bottom: none;
        margin-bottom: 0; 
        padding-bottom: 0; 
      }
      

    .privacy-text a {
        color: #333333;
        text-decoration: underline;
    }

    /* Footer Sections (Column One, Column Two, Follow Us) */

    .footer-sections {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 16px;
    }

    .footer-section {
        width: 100%;
        margin-bottom: 32px;
    }

    .footer-section:last-child {
        margin-bottom: 32px; 
    }
    

    .footer-section h3 {
        font-size: 24px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 24px;
        text-align: left;
    }

    .footer-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 12px; 
    }

    .footer-section ul li {
        margin: 0;
    }

    .footer-section ul li a {
        color: #666666;
        text-decoration: none;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

      /* Social Media Section */
      .footer-social-item {
        display: flex;
        align-items: center;
        gap: 12px;
      }

    .footer-section h3 {
        font-size: 24px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 16px; 
        text-align: left;
    }

    .footer-social-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .footer-social-item a {
        display: flex;
        align-items: center;
    }

    .footer-social-item a img {
        width: 24px;
        height: 24px;
    }

    .footer-social-item span {
        font-size: 16px;
        color: #666666;
        line-height: 24px;
    }

    /* Footer Bottom */
    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px; 
        border-top: 1px solid #eeeeee;
        width: 100%;
    }

   .footer-bottom p {
        font-size: 12px;
        color: #666666;
        text-align: center;
        margin: 0;
    }

   .footer-links {
        display: flex;
        gap: 24px;
        justify-content: center;
    }

   .footer-links a {
        font-size: 12px;
        color: #666666;
        text-decoration: none;
    }
    
    .footer-socials {
        display: flex;
        flex-direction: column;
        gap: 12px; 
        border-top: none;
    }

    .footer-social-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .footer-social-item span {
        font-size: 14px;
        color: #666666;
    }
}
    

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .desktop-only, .mobile-only {
        display: none !important;
    }
    
    .tablet-only {
        display: block !important;
    }

    navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 111px;
        gap: 182px;
    }
    
    navbar .logo {
        width: 116px;
        height: 30.43575096130371px;
    }
    
    .nav-right {
        display: flex;
        align-items: center;
        gap: 33.48px;
        padding: 6.83px;
        border-radius: 20.5px;
        width: 369px;
        height: 43.733333587646484px;
        background-color: #FFFFFF;
        
    }
    
    .timer {
        background: linear-gradient(to right, #6A82FB, #FC5C7D);
        -webkit-background-clip: text;        
        background-clip: text;
        color: transparent;
        font-size: 20px;
        font-weight: 700;
        line-height: 39.36px;
        letter-spacing: 0%;
        text-align: center;
        height: 39px;
        width: auto;
    }
    
    .launch-text {
        color: #3C3C3C;
        line-height: 19.68px;
        font-size: 16.4px;
        letter-spacing: 0%;
        text-align: center;
        font-weight: 700;
        width: 149px;
        height: 20px;
    }

    .hero {
        position: relative;
        width: 100%;
        max-width: 668px;
        height: 262.0935974121094px;
        border-radius: 30px;
        overflow: hidden;
        padding-left: 33.35px;
        padding-right: 33.35px ;
        margin: 24px auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }
    
    .hero-container-title {
        position: relative;
        z-index: 2;
        text-align: left;
        height: 152px;
    }
    
    .hero h1 {
        width: 347.5475769042969px;
        height: 152px;
        color: white;
        font-size: 32px;
        line-height: 38.4px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 0;
    }

    .hero-container-timer {
        position: relative;
        z-index: 2;
        width: 240px;
        height: 129px;
        background: white;
        border-radius: 30px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 9px;
    }

    .timer-hero {
        background: linear-gradient(90deg, #6A82FB 0%, #FC5C7D 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 48px;
        width: 198px;
        height: 58px;
        font-weight: 700;
        line-height: 57.6px;
    }
    
    .launch-text-hero {
        color: #3C3C3C;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
    }

    .newsletter {
        width: 100%;
        max-width: 668px;
        height: 287px;
        min-height: 287px;
        padding: 22px 37px 35px 37px;
        border-radius: 32px;
        gap: 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: linear-gradient(90deg, #6A82FB 0%, #FC5C7D 100%);
    }

    .email-form {
        flex-direction: column;
        height: auto;
        gap: 16px;
        align-items: center;
    }

    .email-input {
        width: 100%;
        max-width: 513px;
        height: 48px;
        padding: 12px 33px;
        border-radius: 24px;
        border: none;
        font-size: 16px;
        background: white;
    }

    .submit-button {
        position: absolute;
        right: 0;
        top: -25%;
        padding: 12px 24px;
        border-radius: 24px;
        white-space: nowrap;
        background-color: #124FE5;
        color: white;
        border: none;
        font-weight: 500;
        transition: opacity 0.2s;
    }

    .terms {
        text-align: center;
        width: 100%;
        max-width: 513px;
        margin-top: 16px;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
    }

    .newsletter h2 {
        font-size: 32px;
        line-height: 38.4px;
        width: 610px;
        height: 38px;
        font-weight: 700;
        margin-bottom: 16px;
        text-align: center;
    }

    .newsletter p {
        font-size: 16px;
        line-height: 27px;
        width: 100%;
        font-weight: 400;
        max-width: 556px;
        height: 100%;
        max-height: 556px;
        margin: 0 auto;
        text-align: center;
        color: rgba(255, 255, 255, 0.9);
    }

    .newsletter-content {
        width: 100%;
        max-width: 513px;
        margin: 0;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .email-form {
        width: 100%;
        position: relative;
        height: 48px;
        display: flex;
        justify-content: flex-start;
    }

    .email-input {
        width: 100%;
        max-width: 513px;
        height: 48px;
        border-radius: 24px;
        border: none;
        font-size: 16px;
    }

    .submit-button {
        position: absolute;
        right: -75px;
        top: 50%;
        transform: translateY(-50%);
        height: 48px;
        padding: 12px 24px;
        border-radius: 30px;
        white-space: nowrap;
        background-color: #124FE5;
        transition: background-color 0.2s;
        gap: 8px;
    }

    .terms {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        max-width: 513px;
        margin-top: 16px;
        margin-left: 10px;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }

    .benefits-section {
        width: 100%;
        max-width: 720px;
        height: auto; 
        max-height: 506px;
        padding: 24px 16px; 
        gap: 21px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        border-radius: 30px;
      }
    
      .section-title {
        font-weight: 700;
        font-size: 32px;
        line-height: 38.4px;
        text-align: center;
        width: 100%;
        max-width: 768px;
        height: 38px;
        margin: 0 auto 24px; 
        color: #3c3c3c;
        padding: 0;
      }
    
      .benefits-container {
        margin: 0 auto;
        width: 100%;
        max-width: 710px; 
        max-height: 359px;
        height: auto; 
        border-radius: 41.65px; 
        display: flex;
        flex-direction: row;
        padding: 20.83px;
        gap: 32px;
        background-color: #fff2f500;
        align-items: center;
      }
    
      .benefit-item {
        max-width: 207.97349548339844px;
        width: 100%;
        height: auto;
        gap: 16.66px; 
        text-align: left;
        display: flex;
        max-height: 312.470947265625px;
        flex-direction: column;
        align-items: flex-start;
      }
    
      .benefit-image {
        max-width: 207.97349548339844px;
        width: 100%;
        height: 208.2568817138672px;
        max-height: auto;
        border-radius: 20.83px; 
        object-fit: cover;
      }
    
      .benefit-title {
        width: 100%;
        font-weight: 700;
        font-size: 24px; 
        line-height: 33.6px; 
        text-align: center;
        color: #3c3c3c;
      }
    
    .benefit-description {
        width: 100%;
        margin: 0 auto;
        font-weight: 400;
        max-width: 334px;
        height: 56px;
        font-size: 16px; 
        line-height: 24px;
      }

    .footer-content{
        max-width: 720px;
        width: 100%;
        height: auto;
        gap: 32px;
        flex-direction: column;
    }


    .subscription-section{
        width: 100%;
        max-width: 720px;
        height: auto;
        max-height: 212.44577026367188px;
        justify-content: center;
        margin: 0 auto;
        gap: 24px;
    }

    .subscription-section .logo{
        width: 238px;
        height: 62.44576644897461px;
        justify-content: center;
        margin: 0 auto;
        
    }

    .subscription-title{
        width: 605px;
        height: 24px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin: 0 auto;
    }

    .subscription-form {
        width: 100%;
        max-width: 668px; 
        gap: 12px;

        display: flex;     
        align-items: start;
        flex-direction: row;
        margin: 0 auto;     
    }

    .subscription-form input {
        flex: 1; 
        max-width: 522px;
        gap: 8px;
        border-radius: 30px;
        padding: 12px 24px;
    }

    .subscription-form button {
        border-radius: 30px;
        padding: 12px 24px;
        gap: 8px;
        border: none;       
        background-color: #000;
        color: #fff;         
        cursor: pointer;     
        white-space: nowrap;
    }

    .privacy-text{
        width: 668px;
        height: 18px;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: left;    
    }

    .footer-bottom{
        width: 640px;
        height: 21px;
        gap: 92px;
    }
    
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-container {
    background-color: white;
    border-radius: 16px;
    padding: 24px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.popup-title {
    font-size: 20px;
    font-weight: 700;
    color: #3C3C3C;
    margin-bottom: 8px;
}

.popup-message {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.5;
}

.popup-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.popup-button-close {
    padding: 10px 24px;
    border-radius: 50px;
    border: 1px solid #E5E5E5;
    background-color: white;
    color: #3C3C3C;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.popup-button-accept {
    padding: 10px 24px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(90deg, #6A82FB 0%, #FC5C7D 100%);
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s;
}

.popup-button-close:hover {
    background-color: #f5f5f5;
}

.popup-button-accept:hover {
    opacity: 0.9;
}

/* Estilos para el formulario de Brevo */
#sib-form {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

.subscription-form {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.subscription-form .input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.subscription-form .input:focus {
    border-color: #6366f1;
}

.subscription-form .sib-form-block__button {
    padding: 12px 24px;
    background: linear-gradient(90deg, #6A82FB 0%, #FC5C7D 100%);
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.3s;
}

.subscription-form .sib-form-block__button:hover {
    opacity: 0.9;
}

.privacy-text {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.privacy-text a {
    color: #6366f1;
    text-decoration: none;
}

/* Ocultar elementos no deseados de Brevo */
.input--hidden {
    display: none !important;
}

/* Timer styles */
.timer, .timer-hero {
    font-family: 'Satoshi', sans-serif;
    min-width: 240px;
    display: inline-block;
    text-align: center;
}
