<style>
    /* ===== EXISTING STYLES ===== */
    .bg-dark-custom {
        background-color: #1a1a1a;
    }
    .border-glow {
        border: 1px solid rgba(247, 201, 72, 0.2);
    }
    .border-glow:hover {
        border-color: #f7c948;
        box-shadow: 0 0 20px rgba(247, 201, 72, 0.1);
    }
    .accordion-button:not(.collapsed) {
        background-color: #f7c948;
        color: #1a1a1a;
    }
    .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgba(247, 201, 72, 0.25);
    }
    .pricing-card {
        transition: transform 0.3s ease;
    }
    .pricing-card:hover {
        transform: translateY(-10px);
    }
    .partner-logo {
        filter: grayscale(100%);
        transition: filter 0.3s ease;
    }
    .partner-logo:hover {
        filter: grayscale(0%);
    }
    .footer-item-img {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        transition: transform 0.3s ease;
    }
    .footer-item-img:hover {
        transform: scale(1.05);
    }
    .footer-item-img img {
        width: 100%;
        height: 70px;
        object-fit: cover;
        border-radius: 8px;
    }
    .badge-new {
        position: absolute;
        top: 2px;
        right: 2px;
        background: #f7c948;
        color: #1a1a1a;
        font-size: 8px;
        padding: 2px 6px;
        border-radius: 10px;
        font-weight: 700;
    }
    .quick-links-inline a {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.3s ease;
        font-size: 14px;
    }
    .quick-links-inline a:hover {
        color: #f7c948;
    }
    .quick-links-inline .separator {
        color: #f7c948;
        margin: 0 3px;
    }

    /* ===== MODAL LOGIN/REGISTER STYLES ===== */
    .auth-modal .modal-content {
        background: #1a1a1a;
        border-radius: 20px;
        border: 1px solid rgba(247, 201, 72, 0.2);
        box-shadow: 0 30px 60px rgba(0,0,0,0.9);
    }
    .auth-modal .modal-header {
        border-bottom: 1px solid #2a2a2a;
        padding: 1.2rem 1.8rem;
    }
    .auth-modal .modal-header .btn-close {
        filter: invert(1) brightness(200%);
    }
    .auth-modal .modal-body {
        padding: 2rem 1.8rem;
    }
    .auth-modal .nav-pills .nav-link {
        color: #aaa;
        font-weight: 600;
        border-radius: 50px;
        padding: 0.6rem 1.8rem;
        transition: 0.2s;
    }
    .auth-modal .nav-pills .nav-link.active {
        background: #f7c948;
        color: #0f0f0f;
    }
    .auth-modal .nav-pills .nav-link:hover:not(.active) {
        color: #fff;
    }
    .auth-modal .form-control {
        background: #0f0f0f;
        border: 1px solid #2a2a2a;
        color: #fff;
        border-radius: 30px;
        padding: 0.75rem 1.2rem;
    }
    .auth-modal .form-control:focus {
        background: #1a1a1a;
        border-color: #f7c948;
        box-shadow: 0 0 0 0.25rem rgba(247, 201, 72, 0.2);
        color: #fff;
    }
    .auth-modal .form-control::placeholder {
        color: #888;
    }
    .auth-modal .auth-link {
        color: #f7c948;
        text-decoration: none;
        font-weight: 500;
    }
    .auth-modal .auth-link:hover {
        text-decoration: underline;
        color: #e0b43a;
    }
    .auth-modal .separator-line {
        display: flex;
        align-items: center;
        gap: 1rem;
        color: #555;
    }
    .auth-modal .separator-line hr {
        flex: 1;
        border: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, #f7c948, transparent);
    }
    .auth-modal .social-btn {
        background: #0f0f0f;
        border: 1px solid #2a2a2a;
        color: #fff;
        border-radius: 50px;
        padding: 0.6rem 1.2rem;
        transition: 0.2s;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        text-decoration: none;
    }
    .auth-modal .social-btn:hover {
        background: #f7c948;
        color: #0f0f0f;
        border-color: #f7c948;
    }
    .auth-modal .btn-primary {
        background-color: #f7c948;
        border-color: #f7c948;
        color: #1a1a1a;
        font-weight: 600;
    }
    .auth-modal .btn-primary:hover {
        background-color: #e0b43a;
        border-color: #e0b43a;
        color: #0f0f0f;
    }
    .auth-modal .btn-primary:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }
    .auth-modal .alert {
        border-radius: 10px;
    }
    .auth-modal .alert-danger {
        background: rgba(255, 0, 0, 0.1);
        border: 1px solid rgba(255, 0, 0, 0.3);
        color: #ff6b6b;
    }
    .auth-modal .alert-success {
        background: rgba(40, 167, 69, 0.1);
        border: 1px solid rgba(40, 167, 69, 0.3);
        color: #51cf66;
    }
    .cursor-pointer {
        cursor: pointer;
    }

    /* Fix modal display */
    .modal {
        display: none;
    }
    .modal.show {
        display: block;
    }
    .auth-modal .modal {
        background: rgba(0,0,0,0.8);
    }

    /* ===== PLAN SELECTION STYLES (NEW) ===== */
    .plan-option {
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .plan-option:hover {
        border-color: #f7c948 !important;
        transform: translateY(-2px);
    }
    .plan-option.active {
        border-color: #f7c948 !important;
        background: rgba(247, 201, 72, 0.1) !important;
        box-shadow: 0 0 20px rgba(247, 201, 72, 0.1);
    }
    .plan-option .badge-recommended {
        background: #f7c948;
        color: #1a1a1a;
        font-size: 0.6rem;
        padding: 2px 8px;
        border-radius: 10px;
        font-weight: 700;
        margin-left: 4px;
    }
    .plan-description {
        color: #888;
        font-size: 0.85rem;
        margin-top: 0.5rem;
        padding: 0.5rem;
        background: rgba(255,255,255,0.03);
        border-radius: 8px;
        text-align: center;
    }
    
    /* Plan option price styling */
    .plan-option .plan-price {
        font-size: 1.1rem;
        font-weight: 600;
    }
    .plan-option .plan-features {
        font-size: 0.7rem;
        color: #666;
        margin-top: 4px;
    }
    
    /* Plan option hover effect */
    .plan-option .plan-check {
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 2px solid #2a2a2a;
        transition: all 0.3s ease;
        margin-top: 4px;
    }
    .plan-option.active .plan-check {
        background: #f7c948;
        border-color: #f7c948;
        position: relative;
    }
    .plan-option.active .plan-check::after {
        content: "✓";
        color: #1a1a1a;
        font-size: 12px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 14px;
    }

    /* ===== SPINNER STYLES ===== */
    #spinner {
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease-out, visibility 0s linear .5s;
        z-index: 99999;
    }
    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

    /* ===== BACK TO TOP ===== */
    .back-to-top a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 50px;
        right: 40px;
        width: 50px;
        height: 40px;
        margin: 0px;
        font-size: 18px;
        background: var(--bs-primary);
        color: var(--bs-white);
        transition: 0.5s;
        z-index: 999;
        transform: skew(18deg);
    }
    .back-to-top a i {
        transform: skew(-18deg);
    }
    .back-to-top a:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }
</style>