/* === PREMIUM UPGRADES (ADDED) === */

/* --- Premium Logo Styling --- */
.site-logo {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    font-size: 24px;
    color: var(--cd-orange);
    background: rgba(255, 90, 0, 0.1);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: var(--cd-navy);
}

.logo-text .highlight {
    color: var(--cd-orange);
}

.logo-text .badge-up {
    font-size: 11px;
    background: linear-gradient(135deg, #ff5a00 0%, #ff8c00 100%);
    color: white;
    padding: 2px 5px;
    border-radius: 4px;
    vertical-align: top;
    margin-left: 3px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* --- Premium Logo Styling (Without Icon) --- */
.site-logo-premium,
.site-logo-premium-mobile {
    text-decoration: none !important;
    display: inline-block;
}

.logo-brand-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px !important;
    font-weight: 900 !important;
    letter-spacing: -0.8px !important;
    color: #002147;
    line-height: 1.2;
    -webkit-text-stroke: 0.6px #002147 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12) !important;
    display: block;
}

.logo-brand-highlight {
    color: #ff5a00;
    font-weight: 900;
}

.logo-subtitle {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    margin-top: -2px;
    letter-spacing: 0.5px;
    display: block;
}

/* Mobile Optimization */
@media (max-width: 991px) {
    .logo-brand-name {
        font-size: 24px !important;
        font-weight: 900 !important;
        letter-spacing: -0.5px !important;
        -webkit-text-stroke: 0.4px #002147 !important;
    }

    .logo-subtitle-mobile {
        font-size: 10px;
        color: #666;
        font-weight: 600;
        display: block;
        margin-top: -2px;
        letter-spacing: 0.3px;
    }
}

/* Extra Small Mobile (< 576px) */
@media (max-width: 575px) {
    .logo-brand-name {
        font-size: 20px !important;
        letter-spacing: -0.4px !important;
    }

    .logo-subtitle-mobile {
        font-size: 9px;
    }
}

/* --- Premium Modal (Counselling Form) --- */
.premium-modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.premium-modal .modal-header {
    background: linear-gradient(135deg, #002147 0%, #004e92 100%);
    color: white;
    border-bottom: none;
    padding: 25px 30px;
    position: relative;
    overflow: hidden;
}

.premium-modal .modal-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.premium-modal .modal-title {
    font-weight: 700;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.premium-modal .btn-close-white {
    opacity: 0.8;
}

.premium-modal .modal-body {
    padding: 30px;
    background: #fff;
}

.form-floating-custom {
    position: relative;
    margin-bottom: 20px;
}

.form-floating-custom .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 15px 12px 45px;
    height: 50px;
    font-size: 15px;
    background: #fdfdfd;
    transition: all 0.3s ease;
}

.form-floating-custom .form-control:focus {
    border-color: var(--cd-orange);
    box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.1);
    background: #fff;
}

.form-floating-custom i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #bbb;
    font-size: 18px;
    transition: color 0.3s ease;
}

.form-floating-custom .form-control:focus+i {
    color: var(--cd-orange);
}

.submit-btn-premium {
    background: linear-gradient(135deg, #ff5a00 0%, #ff8c00 100%);
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: white;
    width: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(255, 90, 0, 0.25);
}

.submit-btn-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 90, 0, 0.35);
    background: linear-gradient(135deg, #e04f00 0%, #ff5a00 100%);
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
    font-size: 12px;
    color: #777;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.trust-item i {
    color: #28a745;
}

/* --- Features Section (Front Page) --- */
.feature-card-premium {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    height: 100%;
    text-align: center;
}

.feature-card-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 90, 0, 0.2);
}

.feature-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(0, 33, 71, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--cd-navy);
    font-size: 24px;
    transition: all 0.3s ease;
}

.feature-card-premium:hover .feature-icon-wrapper {
    background: linear-gradient(135deg, #ff5a00 0%, #ff8c00 100%);
    color: white;
}

.feature-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--cd-navy);
    font-size: 18px;
}

/* --- Predictor Tools --- */
.predictor-section {
    background: linear-gradient(135deg, #002147 0%, #001a33 100%);
    padding: 60px 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.predictor-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s;
    cursor: pointer;
    text-align: center;
    height: 100%;
}

.predictor-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.3);
}

.predictor-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #ffaa00;
}

/* --- Stats Section --- */
.stats-counter {
    text-align: center;
    padding: 20px;
}

.counter-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--cd-orange);
    display: block;
    margin-bottom: 5px;
}

.counter-label {
    font-size: 14px;
    color: var(--cd-navy);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}