﻿
html, body {
    font-family: 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;
    background: white;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container-main {
    max-width: 448px;
    margin: 0 auto;
    background: white;
    min-height: 100vh;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}


.section {
    margin: 20px;
    padding: 25px;
    border-radius: 15px;
}


.header-section {
    background: white;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.welcome-text {
    color: #1f2937;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.logo {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 1rem auto;
    filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04));
}

.tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #6b7280;
    text-align: center;
}

.star {
    width: 15px;
    height: 15px;
    fill: currentColor;
}


.description-section {
    text-align: center;
}

.description {
    font-size: 19px;
    color: #6b7280;
    line-height: 1.625;
    margin: 0;
}


.cta-section {
    background: linear-gradient(to right, #f9fafb, #f3f4f6);
    text-align: center;
}

.cta-icon {
    background-color: #86c440;
    padding: 0.75rem;
    border-radius: 50%;
    width: fit-content;
    margin: 0 auto 1rem;
}

.icon {
    width: 1.25rem;
    height: 1.25rem;
}

.section-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.section-text {
    color: #6b7280;
    margin-bottom: 1rem;
    line-height: 1.625;
    text-align: center;
}

.btn-primary {
    width: 100%;
    background-color: #86c440;
    color: white;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .btn-primary:hover {
        background-color: #7ab83a;
        transform: translateY(-1px);
    }

/* How it Works Section */
.how-it-works-section {
    background: linear-gradient(to right, #f9fafb, #f3f4f6);
}

.business-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.business-logo img {
    width: 320px;
    height: auto;
}
.customer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.customer-logo img {
    width: 160px;
    height: auto;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.feature-list li {
   display: flex;
   align-items: flex-start;
   font-size: 13px;
   color: #666;
   margin-bottom: 12px;
}

.feature-number {
    width: 20px;
    height: 20px;
    background: #86c440;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 2px;
}

.note-section {
    background: rgba(134, 196, 64, 0.1);
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    color: #6b7280;
    margin-top: 20px;
}

.completion-text {
    text-align: center;
    margin-top: 20px;
}

    .completion-text .done {
        font-size: 22px;
        font-weight: bold;
        color: #86c440;
        margin: 0;
    }

    .completion-text .enjoy {
        font-size: 1rem;
        color: #1f2937;
        font-weight: 600;
    }


.delivery-options-section {
    background: white;
    
}

.delivery-title {
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.option-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.option-icon {
    width: 50px;
    height: 50px;
    background: #eaf9f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 12px;
}

    .option-icon img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

.option-content h5 {
    font-size: 18px;
    color: #2b3078;
    margin-bottom: 5px;
    font-weight: 600;
}

.option-content p {
    font-size: 14px;
    color: #000000;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
}


.existing-user-section {
    border: 2px dashed rgba(134, 196, 64, 0.3);
    text-align: center;
    background: white;
}

.existing-user-icon {
    padding: 0.75rem;
    border-radius: 50%;
    width: fit-content;
    margin: 0 auto 1rem;
    background-color: rgba(134, 196, 64, 0.1);
    color: #86c440;
}

.share-section {
    background: linear-gradient(to right, #eff6ff, #faf5ff);
    text-align: center;
}

.share-questions {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.share-highlight {
    font-weight: 600;
    color: #86c440;
}

.dots {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}

.dot-1 {
    background-color: #86c440;
}

.dot-2 {
    background-color: rgba(134, 196, 64, 0.6);
}

.dot-3 {
    background-color: rgba(134, 196, 64, 0.3);
}


.earn-money-section {
    background: linear-gradient(to right, #fffbeb, #fff7ed);
    text-align: center;
}

.learn-btn {
    background: linear-gradient(to right, #eab308, #f97316);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    width: 90%;
}


.business-section {
    background: linear-gradient(to right, #f0f9ff, #ecfdf5);
    border: 1px solid #20bd12;
}

.app-stores {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    justify-content: center;
}

    .app-stores a img {
        height: 40px;
        width: auto;
    }


.final-welcome-section {
    background: linear-gradient(to right, rgba(134, 196, 64, 0.1), rgba(157, 209, 71, 0.1));
    border: 2px solid rgba(134, 196, 64, 0.2);
    text-align: center;
}

.final-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.final-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    margin-top: 1rem;
    font-weight: 500;
}


.copyright {
    background: #333;
    color: #999;
    padding: 20px 30px;
    text-align: center;
    font-size: 11px;
}

.label-error {
    color: #ff0000;
    font-size: 13px;
    display: none;
}

.label-error-success {
    color: #16e50d !important;
}

.subscribe-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
}


@media (max-width: 480px) {
    .container-main {
        max-width: 100%;
    }

    .section {
        margin: 15px;
        padding: 20px;
    }

    .header-section {
        padding: 30px 20px 15px;
    }
}


