/* Landing Page Styles */

/* Navigation */
.landing-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.25rem 0;
}

.landing-nav .nav-brand {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
}

.landing-nav .nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.landing-nav .nav-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.landing-nav .nav-links a:hover {
    color: #fff;
}

.landing-nav .nav-signin {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.4rem 1rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.landing-nav .nav-signin:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* Hero Section */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #0a1628 0%, #1e3a6e 40%, #2a5298 100%);
    padding: 8rem 0 5rem;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 80%, rgba(59, 130, 246, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 20%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
}

.hero-content {
    max-width: 650px;
    margin: 0 auto;
    color: #fff;
}

.hero-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 0.45rem 1.2rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 1rem;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    line-height: 1.15;
}

.hero-description {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn {
    font-size: 0.95rem;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
}

/* Stats Section */
.stats-section {
    background: #fff;
    padding: 3rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.stat-item {
    padding: 1.5rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #fff;
}

.stat-value {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1e3a6e;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.85rem;
    color: #6b7280;
}

/* Features Section */
.features-section {
    background: #f9fafb;
    padding: 5rem 0;
}

.features-header {
    max-width: 600px;
    margin: 0 auto 3rem;
}

.features-eyebrow {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.features-title {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 0.75rem;
}

.features-subtitle {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.7;
}

.feature-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.75rem;
    height: 100%;
    transition: box-shadow 0.2s;
}

.feature-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.feature-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #1e3a6e;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.feature-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.feature-description {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Coming Soon Card */
.coming-soon-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 2rem;
}

.coming-soon-icon {
    font-size: 1.5rem;
    color: #d97706;
    margin-top: 0.25rem;
}

.coming-soon-badge {
    display: inline-block;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1e3a6e 0%, #2a5298 100%);
    padding: 4rem 0;
    color: #fff;
}

.cta-title {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.cta-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Footer */
.landing-footer {
    background: #111827;
    color: rgba(255, 255, 255, 0.6);
    padding: 1.5rem 0;
    font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-section {
        padding: 6rem 0 3rem;
        min-height: auto;
    }

    .landing-nav .nav-links a:not(.nav-signin) {
        display: none;
    }
}
