/* ========== New Customer Hero (first section) ========== */
.new-customer-hero {
    width: 100%;
    background: linear-gradient(to bottom, #1C48B2, #23a6d5);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 0 80px;
}

.new-customer-hero .new-customer-container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 40px 0px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.new-customer-hero-content {
    flex: 1;
    max-width: 600px;
    text-align: left;
}

.new-customer-offer-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 18px;
    border-radius: 999px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.new-customer-hero-content h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
}

.new-customer-offer-cta {
    display: inline-block;
    background: rgba(255, 255, 255,0.15);
    border: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 16px;
    cursor: default;
    font-family: inherit;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.new-customer-hero-content p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    margin: 0 0 24px 0;
    font-weight: 500;
    opacity: 0.95;
}

.new-customer-claim-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border-radius: 38px;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    background: transparent;
    border: 2px solid #5ba3e8;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.new-customer-claim-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
    transform: translateY(-1px);
}

.new-customer-claim-btn img {
    width: 18px;
    height: 18px;
}

.new-customer-hero-image {
    flex: 1;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-customer-hero-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .new-customer-hero {
        padding: 150px 0 80px;
    }
    .new-customer-hero .new-customer-container {
        flex-direction: column;
        padding: 40px 40px 0px 40px;
        gap: 60px;
    }
    .new-customer-hero-content {
        max-width: 100%;
        text-align: center;
    }
    .new-customer-hero-content h1 {
        font-size: 38px;
    }
    .new-customer-hero-image {
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .new-customer-hero {
        padding: 140px 0 60px;
    }
    .new-customer-hero .new-customer-container {
        flex-direction: column;
        padding: 0 30px;
        gap: 40px;
    }
    .new-customer-hero-content {
        text-align: center;
    }
    .new-customer-hero-content h1 {
        font-size: 32px;
        line-height: 44px;
    }
    .new-customer-hero-content p {
        font-size: 16px;
    }
    .new-customer-hero-image {
        max-width: 70%;
    }
}

/* ========== Less Chaos & More Care ========== */
.new-customer-chaos-care {
    padding: 80px 0;
    background: #fff;
}

.new-customer-chaos-care .new-customer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.new-customer-chaos-title {
    font-family: 'Nunito', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0 0 48px 0;
}

.new-customer-chaos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
    min-height: 380px;
}

.new-customer-chaos-card {
    padding: 24px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    min-height: 0;
}

.new-customer-chaos-card-dark {
    background: #1C48B2;
    color: #fff;
    justify-content: center;
}

.new-customer-chaos-card-light {
    background: #ECFAFF;
}

.new-customer-chaos-summary-heading {
    font-family: 'Nunito', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.new-customer-chaos-summary-sub {
    font-size: 0.95rem;
    font-weight: 400;
    color: #f1f1f1;
    margin: 0;
    line-height: 1.4;
}

.new-customer-chaos-badge {
    display: inline-block;
    width: fit-content;
    font-size: 0.8rem;
    font-weight: 600;
    color: #000000;
    background: #ffffff;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
    flex-shrink: 0;
    border: 1px solid #e5e7eb;
}

.new-customer-chaos-detail-title {
    font-family: 'Nunito', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.3;
    flex-shrink: 0;
}

.new-customer-chaos-detail-desc {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.55;
    margin: 0;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .new-customer-chaos-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        min-height: 0;
    }
    .new-customer-chaos-card {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .new-customer-chaos-care {
        padding: 50px 0;
    }
    .new-customer-chaos-title {
        font-size: 1.75rem;
        margin-bottom: 32px;
    }
    .new-customer-chaos-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== Countdown Timer Section ========== */
.new-customer-countdown {
    padding: 80px 20px;
    background: #ECFAFF;
}

.new-customer-countdown-card {
    max-width: 800px;
    margin: 0 auto;
    background: #2841b5;
    border-radius: 18px;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.new-customer-countdown-title-wrap {
    flex: 0 1 320px;
}

@media (max-width: 833px) {
    .new-customer-countdown-title-wrap {
        flex: 1 1 auto;
    }
}

.new-customer-countdown-title {
    font-family: 'Nunito', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 1.35;
    text-align: center;
}

.new-customer-countdown-digits {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}

.new-customer-countdown-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 20px;
}

.new-customer-countdown-block-sep {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.new-customer-countdown-block:first-child {
    padding-left: 0;
}

.new-customer-countdown-num {
    font-family: 'Nunito', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.new-customer-countdown-label {
    font-size: 0.85rem;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 768px) {
    .new-customer-countdown-card {
        flex-direction: column;
        text-align: center;
        padding: 28px 24px;
    }
    .new-customer-countdown-title {
        text-align: center;
    }
    /* .new-customer-countdown-block {
        padding: 0 14px;
    } */
    .new-customer-countdown-num {
        font-size: 1.85rem;
    }
}

@media (max-width: 381px) {
    .new-customer-countdown-block {
        padding: 0 10px;
    }
}

/* ========== Limited Onboarding Slots Section ========== */
.new-customer-onboarding-slots {
    padding: 80px 20px;
    background: #161c28;
    text-align: center;
}

.new-customer-onboarding-slots .new-customer-container {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-customer-onboarding-title {
    font-family: 'Nunito', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px 0;
}

.new-customer-onboarding-spots {
    font-size: 1.15rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0 28px 0;
}

.new-customer-onboarding-spots strong {
    font-weight: 700;
    color: #6885cb;
}

.new-customer-onboarding-progress-wrap {
    width: 100%;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.new-customer-onboarding-progress-track {
    height: 14px;
    background: #343846;
    border-radius: 999px;
    overflow: hidden;
}

.new-customer-onboarding-progress-fill {
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(to right, #6a5acd, #9370db);
    transition: width 1.2s ease-out;
}

.new-customer-onboarding-slots.new-customer-onboarding-inview .new-customer-onboarding-progress-fill:not(.new-customer-progress-reset) {
    width: 72%;
}

.new-customer-onboarding-meta {
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 28px 0;
}

.new-customer-onboarding-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 36px;
    font-family: 'Nunito', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #6a5acd, #9370db);
    border: none;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(106, 90, 205, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new-customer-onboarding-cta:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(106, 90, 205, 0.5);
}

@media (max-width: 768px) {
    .new-customer-onboarding-slots {
        padding: 50px 16px;
    }
    .new-customer-onboarding-title {
        font-size: 1.5rem;
    }
    .new-customer-onboarding-spots {
        font-size: 1rem;
    }
}

/* ========== Bottom CTA (after FAQ) ========== */
.new-customer-bottom-cta {
    width: 100%;
    background: linear-gradient(to bottom, #1C48B2, #23a6d5);
    padding: 80px 20px;
    text-align: center;
    /* margin-bottom: 80px; */
}

.new-customer-bottom-cta-inner {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.new-customer-bottom-cta-title {
    font-family: 'Nunito', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.25;
}

.new-customer-bottom-cta-sub {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.6;
    margin: 0 0 32px 0;
    opacity: 0.95;
}

.new-customer-bottom-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 24px;
}

.new-customer-bottom-cta-buttons .new-customer-claim-btn {
    margin: 0;
}

.new-customer-claim-btn-no-arrow img {
    display: none;
}

.new-customer-bottom-cta-features {
    font-size: 0.9rem;
    color: #fff;
    opacity: 0.9;
    margin: 0;
}

@media (max-width: 768px) {
    .new-customer-bottom-cta {
        padding: 60px 16px;
    }
    .new-customer-bottom-cta-title {
        font-size: 1.75rem;
    }
    .new-customer-bottom-cta-sub {
        font-size: 1rem;
    }
    .new-customer-bottom-cta-buttons {
        flex-direction: column;
    }
    .new-customer-bottom-cta-buttons .new-customer-claim-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}