.pb-track-section {
        background-color: #f8fafc;
        min-height: 80vh;
        padding: 50px 15px;
        font-family: 'Hind Siliguri', 'Roboto', sans-serif;
    }

    .pb-track-card {
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
        border: 1px solid #f1f5f9;
        overflow: hidden;
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    /* বাম পাশের ব্র্যান্ড ও গাইড প্যানেল */
    .pb-track-info-panel {
        width: 42%;
        background: #0d5c3a;
        background: linear-gradient(145deg, #0d5c3a 0%, #083e27 100%);
        color: #ffffff;
        padding: 45px 35px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    .pb-track-brand-title {
        font-size: 26px;
        font-weight: 800;
        font-family: 'Hind Siliguri', 'Roboto', sans-serif;
        letter-spacing: 0.3px;
        margin-bottom: 8px;
        color: #ffffff;
    }

    .pb-track-brand-tagline {
        font-size: 14px;
        color: #e2e8f0;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .pb-track-features {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
    }
    .pb-track-features li {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 14px;
        font-size: 13.5px;
        color: #f8fafc;
    }
    .pb-track-features li i {
        width: 28px;
        height: 28px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #e5a912;
        font-size: 13px;
        flex-shrink: 0;
    }

    .pb-track-hotline-box {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 8px;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
    .pb-track-hotline-text {
        font-size: 12px;
        color: #e2e8f0;
    }
    .pb-track-hotline-number {
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 0.5px;
        font-family: 'Roboto', sans-serif;
    }
    .pb-track-hotline-btn {
        background: #e5a912;
        color: #0f172a;
        padding: 6px 14px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: all 0.2s ease;
    }
    .pb-track-hotline-btn:hover {
        background: #f59e0b;
        color: #0f172a;
        transform: translateY(-1px);
    }

    /* ডান পাশের ফর্ম প্যানেল */
    .pb-track-form-panel {
        width: 58%;
        padding: 45px 40px;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .pb-track-form-title {
        font-size: 22px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 4px;
    }
    .pb-track-form-subtitle {
        font-size: 13.5px;
        color: #64748b;
        margin-bottom: 25px;
    }

    .pb-form-group {
        margin-bottom: 16px;
    }
    .pb-form-label {
        font-size: 13px;
        font-weight: 600;
        color: #334155;
        margin-bottom: 6px;
        display: block;
    }
    .pb-input-wrapper {
        position: relative;
    }
    .pb-input-wrapper i {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #94a3b8;
        font-size: 14px;
    }
    .pb-form-input {
        width: 100%;
        height: 46px;
        padding: 10px 14px 10px 42px;
        border: 1px solid #cbd5e1;
        border-radius: 6px;
        font-size: 14px;
        color: #0f172a;
        background: #ffffff;
        outline: none;
        transition: all 0.2s ease;
    }
    .pb-form-input:focus {
        border-color: #0d5c3a;
        box-shadow: 0 0 0 3px rgba(13, 92, 58, 0.12);
    }

    .pb-divider-or {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 18px 0;
        color: #94a3b8;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    .pb-divider-or::before,
    .pb-divider-or::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e2e8f0;
    }
    .pb-divider-or span {
        padding: 0 12px;
        color: #64748b;
        background: #ffffff;
    }

    .pb-track-submit-btn {
        width: 100%;
        height: 48px;
        background: #0d5c3a;
        color: #ffffff;
        border: 0;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 0.2s ease;
        box-shadow: 0 4px 12px rgba(13, 92, 58, 0.2);
    }
    .pb-track-submit-btn:hover {
        background: #09462b;
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(13, 92, 58, 0.25);
    }
    .pb-track-submit-btn:active {
        transform: translateY(1px);
    }

    .pb-track-security-note {
        margin-top: 20px;
        text-align: center;
        font-size: 12px;
        color: #64748b;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
    .pb-track-security-note i {
        color: #0d5c3a;
    }

    @media (max-width: 850px) {
        .pb-track-info-panel,
        .pb-track-form-panel {
            width: 100%;
            padding: 30px 20px;
        }
    }
