/* Mobile CSS for Owners Page (up to 767px) */

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: block !important;
    background: none;
    border: none;
    color: #3b4a6b;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}

/* Hide desktop nav on mobile */
@media (max-width: 768px) {
    .vh-nav-menu {
        display: none !important;
    }
    
    .mobile-menu-toggle {
        display: block !important;
    }
}

/* Vacation Haus Portal Styles */
.th-tab-container { 
    max-width: 100%; 
    margin: 0 auto; 
    padding: 40px 20px; 
    margin-top: 100px;
}

.th-tabs { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    margin-bottom: 50px; 
    border-bottom: 2px solid #eee; 
}

.th-tab-btn { 
    width: 100%; 
    max-width: 300px; 
    background: none; 
    border: none; 
    padding: 20px 40px; 
    font-size: 1.2rem; 
    color: #666; 
    cursor: pointer; 
    border-bottom: 3px solid transparent; 
    margin: 0; 
    transition: all 0.3s ease; 
    font-family: Montserrat, sans-serif; 
}

.th-tab-btn.active { 
    color: #000; 
    border-bottom-color: #000; 
}

.th-panel { 
    display: none !important; 
}

.th-panel.active { 
    display: block !important; 
}

.th-login-box { 
    max-width: 600px; 
    margin: 0 auto; 
    background: linear-gradient(135deg, #fafafa, #f5f5f5); 
    padding: 80px 60px; 
    text-align: center; 
    border-radius: 20px; 
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); 
    font-family: Montserrat, sans-serif; 
}

.th-button { 
    display: inline-block; 
    padding: 18px 50px; 
    background: transparent; 
    color: #000; 
    border: 2px solid #000; 
    border-radius: 0; 
    text-decoration: none; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    font-weight: 500; 
    transition: all 0.3s ease; 
    font-family: Montserrat, sans-serif; 
    margin-top: 20px; 
}

.th-button:hover { 
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 182, 193, 0.15), rgba(135, 206, 250, 0.1), rgba(255, 255, 255, 0.95)); 
    transform: translateY(-2px); 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); 
    text-decoration: none; 
    color: #000; 
}

.th-pricing-section { 
    background: #f8f9fa; 
    padding: 80px 40px; 
    margin: 0; 
}

.th-pricing-intro { 
    text-align: center; 
    margin-bottom: 60px; 
    max-width: 800px; 
    margin-left: auto; 
    margin-right: auto; 
}

.th-pricing-intro h2 { 
    color: #202124; 
    font-size: 2.5rem; 
    font-weight: 400; 
    margin-bottom: 16px; 
    font-family: Montserrat, sans-serif; 
    line-height: 1.2; 
}

.th-pricing-intro p { 
    color: #5f6368; 
    font-size: 1.125rem; 
    line-height: 1.5; 
    margin: 0; 
    text-align: left; 
    font-family: Montserrat, sans-serif; 
}

/* Contract Toggle Styles */
.th-contract-toggle { 
    display: flex; 
    justify-content: center; 
    margin: 0 20px 40px; 
}

.th-toggle-wrapper { 
    background: #f1f3f4; 
    border-radius: 12px; 
    padding: 4px; 
    display: flex; 
    flex-direction: column; 
    position: relative; 
}

.th-toggle-btn { 
    background: none; 
    border: none; 
    padding: 16px 20px; 
    font-size: 0.875rem; 
    font-weight: 500; 
    color: #5f6368; 
    cursor: pointer; 
    border-radius: 8px; 
    transition: all 0.3s ease; 
    font-family: Montserrat, sans-serif; 
    position: relative; 
    z-index: 2; 
    white-space: nowrap; 
}

.th-toggle-btn.active { 
    background: #1a73e8; 
    color: #ffffff; 
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.3); 
}

.th-pricing-grid { 
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 30px; 
    max-width: 1200px; 
    margin: 0 auto; 
    align-items: stretch; 
}

.th-price-card { 
    background: #ffffff; 
    border: 1px solid #dadce0; 
    border-radius: 8px; 
    padding: 40px 32px 32px; 
    position: relative; 
    transition: box-shadow 0.2s ease; 
    display: flex; 
    flex-direction: column; 
    height: auto; 
    min-height: 600px; 
}

.th-price-card:hover { 
    box-shadow: 0 2px 12px rgba(0,0,0,0.15); 
    border-color: #1a73e8; 
}

.th-badge { 
    display: none;
}

.th-price-card h2 { 
    color: #202124; 
    font-size: 1.75rem; 
    font-weight: 500; 
    margin: 24px 0 12px; 
    font-family: Montserrat, sans-serif; 
    text-align: center; 
}

.th-price-card p { 
    color: #5f6368; 
    font-size: 1rem; 
    line-height: 1.5; 
    margin-bottom: 32px; 
    text-align: left; 
    font-family: Montserrat, sans-serif; 
}

.th-price-card ul { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    flex-grow: 1; 
    text-align: left; 
}

.th-price-card ul li { 
    padding: 8px 0; 
    color: #202124; 
    font-size: 0.875rem; 
    position: relative; 
    padding-left: 0; 
    padding-right: 0; 
    font-family: Montserrat, sans-serif; 
    line-height: 1.4; 
    opacity: 1; 
    transition: opacity 0.3s ease; 
}

.th-price-card ul li::before { 
    content: "✓"; 
    position: static; 
    margin-right: 8px; 
    color: #34a853; 
    font-weight: 600; 
    font-size: 1rem; 
}

.th-button-container { 
    margin-top: auto; 
    padding-top: 32px; 
    display: flex; 
    justify-content: center; 
}

.th-price-card .th-button { 
    background: transparent; 
    color: #202124; 
    border: 2px solid #dadce0; 
    border-radius: 0; 
    padding: 18px 24px; 
    font-size: 0.875rem; 
    font-weight: 500; 
    text-decoration: none; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    transition: all 0.3s ease; 
    font-family: Montserrat, sans-serif; 
    width: 100%; 
    text-align: center; 
    display: block; 
}

.th-price-card .th-button:hover { 
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 182, 193, 0.15), rgba(135, 206, 250, 0.1), rgba(255, 255, 255, 0.95)); 
    color: #000; 
    text-decoration: none; 
    transform: translateY(-2px); 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); 
} 