/* ==========================================================================
   HOSTING PLANS PREVIEW PREMIUM STYLES
   ========================================================================== */

.hosting-plans-preview-section {
    background: #f8fafc !important;
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #FF6B2C !important;
    background: rgba(255, 107, 44, 0.08);
    border: 1px solid rgba(255, 107, 44, 0.2);
    padding: 6px 18px;
    border-radius: 999px;
}

.section-title {
    font-size: 40px;
    font-weight: 800;
    color: #071a52 !important;
    letter-spacing: -0.8px;
    margin-top: 12px;
    margin-bottom: 14px;
}

.section-subtitle {
    color: #475569 !important;
    font-size: 16.5px;
    line-height: 1.7;
}

/* DESKTOP SEGMENTED TAB NAV */
.plan-tabs-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.plan-tabs-nav {
    display: flex;
    align-items: center;
    background: #071a52;
    padding: 8px;
    border-radius: 16px;
    gap: 6px;
    box-shadow: 0 10px 30px rgba(7, 26, 82, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.plan-tab-btn {
    border: none;
    background: transparent;
    padding: 11px 20px;
    font-size: 13.5px;
    font-weight: 700;
    color: #94a3b8;
    border-radius: 12px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.plan-tab-btn i {
    font-size: 13px;
    color: #94a3b8;
    transition: color 0.3s ease;
}

.plan-tab-btn:hover {
    color: #ffffff;
}

.plan-tab-btn:hover i {
    color: #FF6B2C;
}

.plan-tab-btn.active {
    background: #FF6B2C;
    color: #120851 !important;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(255, 107, 44, 0.4);
}

.plan-tab-btn.active i {
    color: #120851 !important;
}

/* MOBILE DROPDOWN STYLES */
.mobile-plan-selector-wrap {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.select-dropdown-container {
    position: relative;
    width: 100%;
}

.mobile-plan-select {
    background-color: #071a52 !important;
    color: #ffffff !important;
    border: 2px solid #FF6B2C !important;
    border-radius: 14px !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    box-shadow: 0 8px 25px rgba(7, 26, 82, 0.2);
    outline: none;
    cursor: pointer;
}

.mobile-plan-select option {
    background-color: #071a52;
    color: #ffffff;
    padding: 10px;
}

.dropdown-arrow-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #FF6B2C;
    font-size: 14px;
    pointer-events: none;
}

/* ELEVATED CARD LAYOUT */
.preview-plan-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.03);
    transition: all 0.35s ease;
    position: relative;
}

.preview-plan-card:hover {
    border-color: #FF6B2C;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(7, 26, 82, 0.12);
}

.featured-preview-card {
    border: 2px solid #FF6B2C;
    background: linear-gradient(180deg, #ffffff 0%, #fffbf8 100%);
    box-shadow: 0 12px 35px rgba(255, 107, 44, 0.15);
}

.featured-badge-top {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF6B2C;
    color: #120851;
    font-size: 10.5px;
    font-weight: 800;
    padding: 4px 16px;
    border-radius: 999px;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(255, 107, 44, 0.4);
}

.plan-card-tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #FF6B2C;
    background: rgba(255, 107, 44, 0.08);
    padding: 5px 14px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 14px;
    align-self: flex-start;
}

.plan-card-tag.featured-tag {
    background: #071a52;
    color: #ffffff;
}

.preview-plan-card h3 { 
    font-size: 24px; 
    font-weight: 800; 
    color: #071a52; 
    margin-bottom: 8px; 
}

.plan-desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 42px;
}

.card-price { 
    font-size: 42px; 
    font-weight: 800; 
    color: #071a52; 
    margin-bottom: 24px; 
    padding-bottom: 20px;
    border-bottom: 1px dashed #e2e8f0;
}

.card-price span { 
    font-size: 15px; 
    color: #64748b; 
    font-weight: 600; 
}

.card-feature-list { 
    list-style: none; 
    padding: 0; 
    margin: 0 0 30px 0; 
    text-align: left; 
    display: flex; 
    flex-direction: column; 
    gap: 12px; 
}

.card-feature-list li { 
    font-size: 14px; 
    font-weight: 600; 
    color: #334155; 
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-feature-list li i {
    font-size: 15px;
}

.text-orange {
    color: #FF6B2C !important;
}

/* BUTTON CONTRAST RULES */
.btn-preview-action {
    margin-top: auto;
    background: rgba(7, 26, 82, 0.06);
    color: #071a52 !important;
    border: 1px solid rgba(7, 26, 82, 0.15);
    font-weight: 800;
    width: 100%;
    display: block;
    text-align: center;
    padding: 13px;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.btn-preview-action:hover { 
    background: #C2410C; 
    color: #ffffff !important;
    border-color: #C2410C;
    box-shadow: 0 6px 20px rgba(194, 65, 12, 0.35);
}

.btn-preview-action.btn-featured {
    background: #C2410C;
    color: #ffffff !important;
    border: none;
    box-shadow: 0 6px 20px rgba(194, 65, 12, 0.35);
}

.btn-preview-action.btn-featured:hover {
    background: #e0480e;
}

@media (max-width: 991px) {
    .section-title { 
        font-size: 32px; 
    }
    .hosting-plans-preview-section { 
        padding-top: 70px; 
        padding-bottom: 70px; 
    }
}

@media (max-width: 575px) {
    .section-title { 
        font-size: 26px; 
    }
}