.yt-tracking-wrapper-9d7c3d25 {
    font-family: 'Poppins', sans-serif;
    color: #1F2937;
    background-color: #F5F7FA;
}

.yt-container-9d7c3d25 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.yt-text-orange-9d7c3d25 {
    color: #F97316;
}

/* 01 HERO SECTION */
.yt-hero-9d7c3d25 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #062B4F;
    color: #ffffff;
    padding: 100px 0 160px 0;
    text-align: left;
}

.yt-hero-overlay-9d7c3d25 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(3, 27, 48, 0.85) 0%, rgba(6, 43, 79, 0.9) 100%);
    z-index: 1;
}

.yt-hero-content-9d7c3d25 {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.yt-hero-eyebrow-9d7c3d25 {
    color: #F97316;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.yt-hero-title-9d7c3d25 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.yt-hero-desc-9d7c3d25 {
    font-size: 16px;
    line-height: 1.6;
    color: #E2E8F0;
    max-width: 600px;
}

/* 02 TRACKING FORM CARD */
.yt-form-section-9d7c3d25 {
    margin-top: -100px;
    position: relative;
    z-index: 10;
    padding-bottom: 80px;
}

.yt-form-card-9d7c3d25 {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 40px;
}

.yt-form-header-9d7c3d25 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.yt-form-header-title-wrapper-9d7c3d25 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.yt-form-header-icon-9d7c3d25 {
    width: 45px;
    height: 45px;
    background-color: #EBF4FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #062B4F;
    font-size: 20px;
}

.yt-form-card-title-9d7c3d25 {
    font-size: 24px;
    font-weight: 700;
    color: #031B30;
    margin: 0;
}

.yt-form-card-desc-9d7c3d25 {
    font-size: 14px;
    color: #64748B;
    margin: 0;
    max-width: 450px;
    text-align: right;
}

.yt-form-grid-9d7c3d25 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.yt-form-field-group-9d7c3d25 label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 8px;
}

.yt-info-icon-9d7c3d25 {
    color: #94A3B8;
    cursor: pointer;
    font-size: 12px;
    margin-left: 4px;
}

.yt-input-wrapper-9d7c3d25 {
    position: relative;
    display: flex;
    align-items: center;
}

.yt-input-wrapper-9d7c3d25 i {
    position: absolute;
    left: 15px;
    color: #94A3B8;
    font-size: 14px;
}

.yt-input-wrapper-9d7c3d25 input {
    width: 100%;
    padding: 12px 15px 12px 42px;
    border: 1px solid #D9E0E7;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s;
}

.yt-input-wrapper-9d7c3d25 input:focus {
    border-color: #062B4F;
    box-shadow: 0 0 0 3px rgba(6, 43, 79, 0.1);
}

.yt-form-action-9d7c3d25 {
    display: flex;
    justify-content: center;
}

.yt-btn-primary-9d7c3d25 {
    background-color: #062B4F;
    color: #ffffff;
    border: none;
    padding: 14px 45px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.yt-btn-primary-9d7c3d25:hover {
    background-color: #0B3A60;
    transform: translateY(-2px);
}

.yt-form-note-9d7c3d25 {
    text-align: center;
    font-size: 13px;
    color: #64748B;
    margin-top: 25px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* 03 BENEFITS SECTION */
.yt-benefits-section-9d7c3d25 {
    padding: 80px 0;
    background-color: #F8FAFC;
}

.yt-section-header-9d7c3d25 {
    text-align: center;
    margin-bottom: 50px;
}

.yt-section-eyebrow-9d7c3d25 {
    font-size: 13px;
    font-weight: 700;
    color: #F97316;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.yt-section-title-9d7c3d25 {
    font-size: 36px;
    font-weight: 800;
    color: #031B30;
    margin: 0;
}

.yt-header-line-9d7c3d25 {
    width: 60px;
    height: 3px;
    background-color: #F97316;
    margin: 20px auto 0 auto;
}

.yt-benefits-grid-9d7c3d25 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.yt-benefit-card-9d7c3d25 {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid #E2E8F0;
}

.yt-benefit-card-9d7c3d25:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: #062B4F;
}

.yt-benefit-icon-9d7c3d25 {
    font-size: 28px;
    color: #062B4F;
    margin-bottom: 15px;
}

.yt-benefit-title-9d7c3d25 {
    font-size: 16px;
    font-weight: 700;
    color: #031B30;
    margin: 0 0 10px 0;
}

.yt-benefit-desc-9d7c3d25 {
    font-size: 13px;
    color: #64748B;
    line-height: 1.5;
    margin: 0;
}

/* 04 HOW IT WORKS */
.yt-steps-section-9d7c3d25 {
    padding: 80px 0;
    background-color: #ffffff;
}

.yt-timeline-container-9d7c3d25 {
    position: relative;
    margin-top: 50px;
}

.yt-timeline-line-9d7c3d25 {
    position: absolute;
    top: 30px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: repeating-linear-gradient(to right, #CBD5E1 0px, #CBD5E1 5px, transparent 5px, transparent 10px);
    z-index: 1;
}

.yt-steps-grid-9d7c3d25 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

.yt-step-item-9d7c3d25 {
    text-align: center;
}

.yt-step-icon-wrapper-9d7c3d25 {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.yt-timeline-dot-9d7c3d25 {
    width: 60px;
    height: 60px;
    background-color: #062B4F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    box-shadow: 0 0 0 6px #ffffff;
}

.yt-step-num-9d7c3d25 {
    font-size: 13px;
    font-weight: 700;
    color: #F97316;
    margin-bottom: 5px;
}

.yt-step-title-9d7c3d25 {
    font-size: 18px;
    font-weight: 700;
    color: #031B30;
    margin: 0 0 10px 0;
}

.yt-step-desc-9d7c3d25 {
    font-size: 13px;
    color: #64748B;
    line-height: 1.5;
    margin: 0;
    padding: 0 15px;
}

/* 05 NEED HELP CTA */
.yt-cta-section-9d7c3d25 {
    background-color: #031B30;
    color: #ffffff;
    padding: 60px 0;
}

.yt-cta-flex-9d7c3d25 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.yt-cta-text-9d7c3d25 {
    flex: 1;
    min-width: 300px;
}

.yt-cta-heading-with-icon-9d7c3d25 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.yt-headset-icon-9d7c3d25 {
    font-size: 32px;
    color: #F97316;
}

.yt-cta-title-9d7c3d25 {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}

.yt-cta-desc-9d7c3d25 {
    color: #94A3B8;
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
}

.yt-cta-cards-9d7c3d25 {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.yt-cta-card-9d7c3d25 {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}

.yt-cta-card-9d7c3d25:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #F97316;
}

.yt-cta-card-icon-9d7c3d25 {
    font-size: 20px;
}

.yt-whatsapp-card-9d7c3d25 .yt-cta-card-icon-9d7c3d25 {
    color: #25D366;
}

.yt-email-card-9d7c3d25 .yt-cta-card-icon-9d7c3d25 {
    color: #38BDF8;
}

.yt-wechat-card-9d7c3d25 .yt-cta-card-icon-9d7c3d25 {
    color: #07C160;
}

.yt-cta-card-title-label-9d7c3d25 {
    font-size: 13px;
    font-weight: 600;
}

.yt-cta-card-sub-9d7c3d25 {
    font-size: 11px;
    color: #94A3B8;
}

.yt-btn-orange-9d7c3d25 {
    background-color: #F97316;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s;
    border: none;
    display: inline-block;
}

.yt-btn-orange-9d7c3d25:hover {
    background-color: #EA580C;
    transform: translateY(-2px);
}

/* Modal Styling */
.yt-modal-9d7c3d25 {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(3, 27, 48, 0.8);
    align-items: center;
    justify-content: center;
}

.yt-modal-content-9d7c3d25 {
    background-color: #ffffff;
    margin: auto;
    padding: 30px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    color: #031B30;
}

.yt-modal-close-9d7c3d25 {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #64748B;
}

.yt-modal-close-9d7c3d25:hover {
    color: #031B30;
}

.yt-modal-qr-container-9d7c3d25 {
    background: #F1F5F9;
    padding: 20px;
    border-radius: 8px;
    display: inline-block;
    margin: 20px 0;
}

.yt-modal-qr-note-9d7c3d25 {
    font-size: 12px;
    color: #64748B;
}

/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
    .yt-benefits-grid-9d7c3d25 {
        grid-template-columns: repeat(3, 1fr);
    }
    .yt-form-grid-9d7c3d25 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .yt-hero-title-9d7c3d25 {
        font-size: 36px;
    }
    .yt-form-header-9d7c3d25 {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .yt-form-card-desc-9d7c3d25 {
        text-align: left;
    }
    .yt-timeline-line-9d7c3d25 {
        display: none;
    }
    .yt-steps-grid-9d7c3d25 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .yt-cta-flex-9d7c3d25 {
        flex-direction: column;
        align-items: flex-start;
    }
    .yt-cta-cards-9d7c3d25 {
        width: 100%;
    }
    .yt-cta-card-9d7c3d25, .yt-btn-orange-9d7c3d25 {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .yt-benefits-grid-9d7c3d25 {
        grid-template-columns: 1fr;
    }
    .yt-form-grid-9d7c3d25 {
        grid-template-columns: 1fr;
    }
}
