
/* Override any marketing-specific styles while maintaining your theme */
.marketing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
	font-size: 16px;
}

/* Hero section - matching your subtle style */
.marketing-hero {
    text-align: center;
    padding: 80px 0 40px;
    background: transparent;
    position: relative;
	font-size: 56px !important;
	line-height: 64px !important;
}

.marketing-hero h1 {
    font: 300 48px/52px 'Roboto', Arial, sans-serif;
    color: #2c3e50;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.marketing-hero .subtitle {
    font: 300 20px/28px 'Roboto', Arial, sans-serif;
    color: #7f8c8d;
    max-width: 700px;
    margin: 0 auto 40px;
	font-size: 22px !important;
	line-height: 32px !important;
}

/* Stats section */
.stats-container {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 50px 0;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font: 300 42px/46px 'Roboto', Arial, sans-serif;
    color: #3498db;
    display: block;
    margin-bottom: 5px;
	font-size: 48px !important;
}

.stat-label {
    font: 300 14px/20px 'Roboto', Arial, sans-serif;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-size: 16px !important;
}

/* Feature cards - matching your metric-card style */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 60px 0;
}

.feature-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.feature-icon {
    font-size: 32px;
    color: #3498db;
    margin-bottom: 20px;
}

.feature-title {
    font: 500 20px/24px 'Roboto', Arial, sans-serif;
    color: #2c3e50;
    margin-bottom: 15px;
	font-size: 22px !important;
}

.feature-desc {
    font: 300 14px/22px 'Roboto', Arial, sans-serif;
    color: #7f8c8d;
    margin-bottom: 20px;
	font-size: 16px !important;
	line-height: 24px !important;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    font: 300 13px/20px 'Roboto', Arial, sans-serif;
    color: #555;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
	font-size: 15px !important;
	line-height: 22px !important;
}

.feature-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 500;
}

/* Screenshot showcase - matching your table style */
.showcase-section {
    background: #f8f9fa;
    padding: 60px 0;
    margin: 60px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.showcase-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 80px;
}

.showcase-item:last-child {
    margin-bottom: 0;
}

.showcase-item.reverse {
    direction: rtl;
}

.showcase-item.reverse .showcase-content {
    direction: ltr;
}

.showcase-image {
    background: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
}

.showcase-image img {
    width: 100%;
    border-radius: 6px;
    display: block;
}

.showcase-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #e8f4fd;
    color: #3498db;
    border-radius: 20px;
    font: 500 12px/16px 'Roboto', Arial, sans-serif;
    margin-bottom: 15px;
}

.showcase-title {
    font: 400 28px/32px 'Roboto', Arial, sans-serif;
    color: #2c3e50;
    margin-bottom: 15px;
	font-size: 32px !important;
	line-height: 38px !important;
}

.showcase-desc {
    font: 300 15px/24px 'Roboto', Arial, sans-serif;
    color: #7f8c8d;
    margin-bottom: 25px;
	font-size: 17px !important;
	line-height: 26px !important;
}

.showcase-stats {
    display: flex;
    gap: 30px;
}

.showcase-stat {
    text-align: left;
}

.showcase-stat-value {
    font: 500 24px/28px 'Roboto', Arial, sans-serif;
    color: #27ae60;
    display: block;
	font-size: 28px !important;
}

.showcase-stat-label {
    font: 300 12px/16px 'Roboto', Arial, sans-serif;
    color: #95a5a6;
	font-size: 14px !important;
}

/* Pricing section - matching card style */
.pricing-section {
    padding: 60px 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.pricing-card.disabled::after {
    content: "COMING SOON";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    color: #3498db;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: all; /* Block clicks */
    border-radius: 8px;
}

/* Optional: make underlying content unclickable */
.pricing-card.disabled {
    pointer-events: none;
}

.pricing-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
    position: relative;
    transition: transform 0.3s ease;
	text-align: center;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.pricing-card.popular {
    border: 2px solid #3498db;
    transform: scale(1.02);
}

.pricing-card.popular:hover {
    transform: scale(1.02) translateY(-5px);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #3498db;
    color: white;
    padding: 4px 15px;
    border-radius: 20px;
    font: 500 12px/16px 'Roboto', Arial, sans-serif;
	z-index: 10;
}

.pricing-name {
    font: 500 22px/26px 'Roboto', Arial, sans-serif;
    color: #2c3e50;
    margin-bottom: 10px;
	font-size: 24px !important;
}

.pricing-price {
    font: 300 42px/46px 'Roboto', Arial, sans-serif;
    color: #2c3e50;
    margin-bottom: 5px;
	font-size: 48px !important;
}

.pricing-period {
    font: 300 14px/20px 'Roboto', Arial, sans-serif;
    color: #7f8c8d;
    margin-bottom: 25px;
	font-size: 16px !important;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricing-features li {
    font: 300 13px/20px 'Roboto', Arial, sans-serif;
    color: #555;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
	font-size: 15px !important;
}

.pricing-features li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 14px;
}

.pricing-features .fa-check {
    color: #27ae60;
}

.pricing-features .fa-times {
    color: #e74c3c;
}

.pricing-btn {
    display: block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font: 500 14px/18px 'Roboto', Arial, sans-serif;
    transition: all 0.3s ease;
}

.pricing-btn.free {
    background: #f8f9fa;
    color: #555;
    border: 1px solid #ddd;
}

.pricing-btn.free:hover {
    background: #e9ecef;
}

.pricing-btn.pro {
    background: #3498db;
    color: white;
}

.pricing-btn.pro:hover {
    background: #2980b9;
}

.pricing-btn.institutional {
    background: #2c3e50;
    color: white;
}

.pricing-btn.institutional:hover {
    background: #1e2b37;
}

/* FAQ section */
.faq-section {
    background: #f8f9fa;
    padding: 60px 0;
    margin: 60px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.faq-item {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.faq-question {
    font: 500 16px/20px 'Roboto', Arial, sans-serif;
    color: #2c3e50;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
	font-size: 18px !important;
}

.faq-answer {
    font: 300 14px/22px 'Roboto', Arial, sans-serif;
    color: #7f8c8d;
	font-size: 15px !important;
	line-height: 23px !important;
}

/* CTA Section */
.cta-section {
    text-align: center;
    padding: 60px 0;
}

.cta-title {
    font: 300 36px/42px 'Roboto', Arial, sans-serif;
    color: #2c3e50;
    margin-bottom: 15px;
	font-size: 42px !important;
}

.cta-subtitle {
    font: 300 18px/26px 'Roboto', Arial, sans-serif;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto 30px;
	font-size: 20px !important;
	line-height: 30px !important;
}

.cta-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #27ae60;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font: 500 16px/20px 'Roboto', Arial, sans-serif;
    transition: background 0.3s ease;
    box-shadow: 0 2px 5px rgba(39, 174, 96, 0.3);
	font-size: 18px !important;
	padding: 16px 45px !important;
}

.cta-btn:hover {
    background: #219a52;
}

/* Legal disclaimer - matching your style */
.legal-disclaimer {
    background: #fff3e0;
    border-left: 4px solid #e67e22;
	border-bottom: 1px solid #e67e22;
    padding: 20px;
    margin: 40px 0;
    border-radius: 20px;
    font: 300 13px/20px 'Roboto', Arial, sans-serif;
    color: #7f8c8d;
	font-size: 15px !important;
	line-height: 22px !important;
}

.legal-disclaimer strong {
    color: #e67e22;
    font-weight: 500;
}

/* Section headers */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font: 300 32px/38px 'Roboto', Arial, sans-serif;
    color: #2c3e50;
    margin-bottom: 10px;
	font-size: 38px !important;
}

.section-header p {
    font: 300 16px/24px 'Roboto', Arial, sans-serif;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
	font-size: 18px !important;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .showcase-item {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .showcase-item.reverse {
        direction: ltr;
    }
    
    .pricing-card.popular {
        transform: scale(1);
    }
    
    .pricing-card.popular:hover {
        transform: translateY(-5px);
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .marketing-hero h1 {
        font-size: 32px;
        line-height: 38px;
		font-size: 38px !important;
		line-height: 44px !important;
    }
	.marketing-hero .subtitle {
	    font-size: 18px !important;
	}

	.section-header h2 {
	    font-size: 30px !important;
	}
}

.showcase-badge {
display: inline-block;
padding: 4px 12px;
background: #e8f4fd;
color: #3498db;
border-radius: 20px;
font: 500 16px/20px 'Roboto', Arial, sans-serif;
margin-bottom: 15px;
}

/* Fixed menu - exactly matching  style */
.fixed-menu {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    background: rgba(248, 249, 250, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 8px 20px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 999;
    border: 1px solid rgba(255,255,255,0.2);
}

.fixed-menu a {
    text-decoration: none;
    font: 400 14px/18px 'Roboto', Arial, sans-serif;
    color: #555;
    margin: 0 12px;
    transition: color 0.3s;
	font-size: 15px !important;
}

.fixed-menu a:hover {
    color: #3498db;
}

.fixed-menu .login-btn {
    background: #3498db;
    color: white;
    padding: 6px 16px;
    border-radius: 25px;
    margin-left: 15px;
}

.fixed-menu .login-btn:hover {
    background: #2980b9;
    color: white;
}

/* Footer matching your style */
.marketing-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    font: 300 13px/20px 'Roboto', Arial, sans-serif;
    color: #95a5a6;
}

.footer-links {
    margin: 20px 0;
}

.footer-links a {
    color: #7f8c8d;
    text-decoration: none;
    margin: 0 15px;
    font-size: 13px;
}

.footer-links a:hover {
    color: #3498db;
}
/* ===== LOGIN MODAL STYLES ===== */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.login-modal {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    padding: 35px 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    position: relative;
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #95a5a6;
    transition: color 0.2s;
}

.modal-close:hover {
    color: #e74c3c;
}

.modal-brand {
    text-align: center;
    margin-bottom: 25px;
}

.modal-brand h2 {
    font: 300 32px/36px 'Roboto', Arial, sans-serif;
    color: #2c3e50;
    margin-bottom: 5px;
}

.modal-brand .tagline {
    font: 300 14px/18px 'Roboto', Arial, sans-serif;
    color: #7f8c8d;
}

.modal-notice {
    background: #fef5e7;
    border-left: 4px solid #f39c12;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font: 300 13px/18px 'Roboto', Arial, sans-serif;
    color: #7f8c8d;
}

.modal-notice small {
    font-weight: 500;
    color: #e67e22;
    display: block;
    margin-bottom: 5px;
}

.login-form {
    margin-top: 20px;
}

.login-form p {
    font: 300 14px/18px 'Roboto', Arial, sans-serif;
    color: #555;
    margin-bottom: 10px;
}

.login-form input[type="password"] {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font: 300 15px/18px 'Roboto', Arial, sans-serif;
    margin-bottom: 15px;
    transition: border-color 0.3s;
}

.login-form input[type="password"]:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52,152,219,0.2);
}

.login-form button {
    width: 100%;
    padding: 14px;
    background: #C2E1FA;
    border: none;
    border-radius: 6px;
    font: 500 16px/20px 'Roboto', Arial, sans-serif;
    color: #2c3e50;
    cursor: pointer;
    transition: background 0.3s;
    margin-bottom: 15px;
}

.login-form button:hover {
    background: #a8d0f0;
}

.error-message {
    color: #e74c3c;
    font: 300 13px/18px 'Roboto', Arial, sans-serif;
    margin-bottom: 10px;
    text-align: center;
}

.modal-footer-links {
    text-align: center;
    font: 300 12px/16px 'Roboto', Arial, sans-serif;
    color: #95a5a6;
}

.modal-footer-links a {
    color: #3498db;
    text-decoration: none;
}

.modal-footer-links a:hover {
    text-decoration: underline;
}

.trial-offer {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
    font: 300 13px/18px 'Roboto', Arial, sans-serif;
}

.trial-offer a {
    color: #27ae60;
    font-weight: 500;
    text-decoration: none;
}

.trial-offer a:hover {
    text-decoration: underline;
}
a.disabled {
    pointer-events: none; /* Prevent clicking */
    color: lightgray;          /* Change text color */
    text-decoration: none;
    cursor: default;      /* Show default cursor */
}
