/* Main Page Styles */

/* Container */
.container {
    max-width: 1368px;
    margin: 0 auto;
    padding: 0 36px;
}

/* Hero Section */
.hero {
    background: #73BCE8;
    min-height: 886px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.hero .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
    padding-top: 8.81rem;
    padding-bottom: 80px;
}

.hero-content {
    max-width: 648px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.hero-title {
    font-size: 56px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    line-height: 61.6px;
    margin-bottom: 24px;
}

.hero-title-white {
    color: white;
}

.hero-title-black {
    color: #121212;
}

.hero-subtitle {
    font-size: 20px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    line-height: 22px;
    color: #121212;
    margin-bottom: 32px;
    max-width: 374px;
}

.hero-image {
    position: absolute;
    top: 13.4rem;
    right: 37.4rem;
    z-index: 1;
}

.hero-image img {
    width: 35.1875rem;
    height: 47.125rem;
    aspect-ratio: 563/754;
    object-fit: cover;
}

.hero-widget-container {
    position: absolute;
    right: 157px;
    top: 50%;
    transform: translateY(-50%);
    width: 440px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

  .hero-widget {
    background: white;
    border-radius: 32px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.06);
    overflow: visible;
    width: 100%;
  }

  .hero-widget.loading .widget-header,
  .hero-widget.loading .widget-content {
    display: none;
  }

  .hero-widget .widget-loader {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 375px;
  }

  .hero-widget.loading .widget-loader {
    display: flex;
  }
.hero-disclaimer {
    font-size: 10px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    line-height: 11px;
    color: #121212;
    text-align: left;
    width: 100%;
}

.hero-widget .widget-header {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-widget .widget-header h3 {
    font-size: 24px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #121212;
    text-align: center;
}

.hero-widget .widget-input {
    padding: 12px 16px;
    background: #F5F5F5;
    border-radius: 78.49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.hero-widget .widget-input span {
    flex: 1;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 16px;
    color: #121212;
    opacity: 0.6;
}

.hero-widget .widget-arrow {
    width: 12px;
    height: 6px;
    border: 2px solid #121212;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
}

.hero-widget .widget-content {
    padding: 24px;
    background: #F5F5F5;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.hero-widget .widget-cta {
    display: flex;
    justify-content: center;
}

.hero-widget .widget-stats {
    display: flex;
    gap: 36px;
}

.hero-widget .stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hero-widget .stat-label {
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 14px;
    color: #121212;
}

.hero-widget .stat-value {
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    line-height: 16px;
    color: #121212;
}

.hero-widget .widget-disclaimer {
    font-size: 12px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 12px;
    color: #121212;
    text-align: center;
    max-width: 263px;
    margin: 0 auto;
}


/* Hero Section Mobile */
@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding: 2rem 0;
    }
    
    .hero .container {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding-top: 6.5rem;
        padding-bottom: 2rem;
    }
    
    .hero-content {
        max-width: 100%;
        text-align: center;
        order: 1;
    }
    
    .hero-title {
        font-size: 2rem;
        line-height: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1.25rem;
        line-height: 1.375rem;
        margin-bottom: 1.5rem;
        max-width: 100%;
    }
    
    .hero-content .cta-button {
        display: none;
    }
    
    .hero-image {
        display: none;
    }
    
    .hero-widget-container {
        position: static;
        transform: none;
        width: 100%;
        order: 2;
    }
    
    .hero-widget {
        width: 100%;
    }
    
    .hero-disclaimer {
        font-size: 9px;
        line-height: 10px;
        text-align: center;
        margin-top: 0.5rem;
    }
}

/* Steps Section */
.steps {
    padding: 80px 0;
    background: white;
}

/* Steps Section Mobile */
@media (max-width: 768px) {
    .steps {
        padding: 2rem 0;
    }
    
    .steps-title {
        font-size: 1.75rem;
        line-height: 1.925rem;
        margin-bottom: 2rem;
    }
    
    .steps-grid {
        display: flex;
        overflow-x: auto;
        gap: 1rem;
        padding: 0 1rem 1.5rem 1rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    
    .steps-grid::-webkit-scrollbar {
        height: 0.375rem;
    }
    
    .steps-grid::-webkit-scrollbar-track {
        background: #F5F5F5;
        border-radius: 3px;
        margin: 0 1rem;
    }
    
    .steps-grid::-webkit-scrollbar-thumb {
        background: #121212;
        opacity: 0.6;
        border-radius: 3px;
    }
    
    
    .step-card {
        width: 16.42238rem;
        height: 24.40475rem;
        flex-shrink: 0;
        scroll-snap-align: start;
        padding: 1.5rem;
        background: #F5F5F5;
        border-radius: 1rem;
        text-align: left;
    }
    
    .step-number {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .step-image {
        margin-bottom: 1rem;
    }
    
    .step-image img {
        width: 100%;
        height: auto;
        border-radius: 0.5rem;
    }
    
    .step-title {
        font-size: 1.25rem;
        line-height: 1.375rem;
        margin-bottom: 0.5rem;
    }
    
    .step-description {
        font-size: 1rem;
        line-height: 1.1rem;
    }
}

.steps-title {
    text-align: center;
    font-size: 40px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 80px;
}

.steps-title-green {
    color: #13AE71;
}

.steps-title-black {
    color: #121212;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1008px;
    margin: 0 auto;
}

.step-card {
    background: #F5F5F5;
    border-radius: 40px;
    padding: 26px;
    text-align: left;
    position: relative;
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.step-number {
    font-size: 24px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    line-height: 34.8px;
    color: #121212;
    margin-bottom: 12px;
}

.step-image {
    width: 100%;
    height: 242px;
    margin-bottom: 20px;
    border-radius: 24px;
    overflow: hidden;
}

.step-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.step-title {
    font-size: 24px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    line-height: 34.8px;
    color: #121212;
    margin-bottom: 12px;
    text-align: left;
}

.step-description {
    color: var(--Negro, #121212);
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 1.375rem */
    letter-spacing: -0.025rem;
    opacity: 0.6;
    flex: 1;
    text-align: left;
}

/* Features Section */
.features {
    background: #13AE71;
    min-height: 800px;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
}

.features .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.features-content {
    max-width: 453px;
}

.features-title {
    font-size: 40px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 40px;
}

.features-title-white {
    color: white;
}

.features-title-black {
    color: #121212;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.feature-check {
    width: 34px;
    height: 34px;
    background: white;
    border-radius: 100px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-check img {
    width: 2.125rem;
    height: 2.125rem;
    object-fit: contain;
}

.feature-item span {
    font-size: 24px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    line-height: 34.8px;
    color: #121212;
}

.features-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: stretch;
    height: 100%;
    width: 44.375rem;
}

.features-image img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    aspect-ratio: 2/3;
    object-fit: cover;
}

/* Mobile Features Section */
@media (max-width: 768px) {
    .features {
        padding: 0;
        background: #13AE71;
        flex-direction: column;
        min-height: auto;
        display: block;
    }
    
    .features .container {
        display: block;
        padding: 0 !important;
        margin: 0;
        max-width: none;
    }
    
    .features-image {
        position: static;
        width: 100%;
        height: 50vh;
        z-index: 1;
        display: block;
        margin: 0;
        padding: 0;
    }
    
    .features-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .features-content {
        max-width: none;
        padding: 2rem 1rem;
        z-index: 2;
        display: block;
    }
    
    .features-title {
        font-size: 1.75rem;
        margin-bottom: 2rem;
        text-align: center;
        line-height: 1.925rem;
    }
    
    .feature-check {
        width: 1.75rem;
        height: 1.75rem;
    }
    
    .feature-check img {
        width: 1.75rem;
        height: 1.75rem;
    }
    
    .feature-item span {
        font-size: 1.25rem;
        line-height: 1.375rem;
    }
}

/* Products Section */
.products {
    padding: 80px 0;
    background: white;
}

.products-title {
    text-align: center;
    font-size: 40px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    line-height: 44px;
    color: #121212;
    margin-bottom: 80px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1160px;
    margin: 0 auto;
}

.home-product-card {
    background: white;
    border-radius: 40px;
    padding: 24px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
    border: 2px solid #F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    height: 100%;
}

.product-category {
    font-size: 36px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    line-height: 39.6px;
    align-self: stretch;
}

.product-category.accounts {
    color: #8009C7;
}

.product-category.cards {
    color: #13AE71;
}

.product-title {
    font-size: 28px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    line-height: 30.8px;
    color: #121212;
    align-self: stretch;
    margin-bottom: 16px;
}

.product-description {
    font-size: 20px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    line-height: 22px;
    color: #121212;
    align-self: stretch;
}

.product-image {
    width: 100%;
    height: 380px;
    background: #D7D7D7;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CTA Section */
.cta-section {
    background: #73BCE8;
    min-height: 428px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.cta-image {
    width: 50%;
    height: 428px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-content {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 80px;
    z-index: 2;
}

.cta-title {
    font-size: 40px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 32px;
}

.cta-title-white {
    color: white;
}

.cta-title-black {
    color: #121212;
}

.cta-description {
    font-size: 20px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    line-height: 22px;
    color: white;
    margin-bottom: 32px;
}

/* Mobile Products Section */
@media (max-width: 768px) {
    .products {
        padding: 2rem 0;
    }
    
    .products-title {
        font-size: 1.75rem;
        line-height: 1.925rem;
        margin-bottom: 2rem;
    }
    
    .products-grid {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        max-width: none;
        margin: 0 1rem;
    }
    
    .product-card {
        padding: 1.5rem;
        border-radius: 1rem;
        gap: 1.5rem;
    }
    
    .product-category {
        font-size: 1.5rem;
        line-height: 1.65rem;
    }
    
    .product-title {
        font-size: 1.5rem;
        line-height: 1.65rem;
        margin-bottom: 1rem;
    }
    
    .product-description {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    
    .product-image {
        height: 200px;
    }
}

/* Mobile CTA Section */
@media (max-width: 768px) {
    .cta-section {
        padding: 0;
        display: block;
        min-height: auto;
    }
    
    .cta-image {
        position: static;
        width: 100%;
        height: 50vh;
        display: block;
        margin: 0;
        padding: 0;
        left: auto;
        top: auto;
        z-index: 1;
    }
    
    .cta-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .cta-content {
        position: static;
        width: 100%;
        padding: 2.5rem 1rem 2rem 1rem;
        background: #73BCE8;
        display: block;
        text-align: left;
        right: auto;
        top: auto;
        transform: none;
        z-index: 2;
    }
    
    .cta-title {
        font-size: 1.75rem;
        line-height: 1.925rem;
        margin-bottom: 1.5rem;
        width: 343px;
    }
    
    .cta-description {
        font-size: 1.25rem;
        line-height: 1.375rem;
        margin-bottom: 3.5rem;
        width: 279px;
    }

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

