/**
 * Lucena Landing Page Styles
 */

/* General */
.landing-page { scroll-behavior: smooth; }
.landing-page section { padding: 5rem 0; }
@media (max-width: 768px) { .landing-page section { padding: 3rem 0; } }

/* Navbar */
.landing-navbar {
    background: rgba(var(--bs-body-bg-rgb), 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.landing-navbar.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.landing-navbar .nav-link { font-weight: 500; text-transform: uppercase; font-size: 0.8rem; }
.landing-navbar .nav-link:hover { color: var(--bs-theme) !important; }
.landing-navbar .brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
}

/* Hero */
.hero-eyebrow {
    font-size: 1.1rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.hero-section {
    min-height: 65vh;
    display: flex;
    align-items: center;
    padding-top: 7rem;
    position: relative;
}
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--bs-theme-rgb),0.1) 0%, transparent 50%);
    pointer-events: none;
}
.hero-sa-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 0.25rem;
    text-align: center;
}
.hero-sa-badge span {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255,255,255,0.7);
    line-height: 1.3;
}
.hero-title { font-size: 3.5rem; font-weight: 700; line-height: 1.1; margin-bottom: 1.5rem; }
@media (max-width: 768px) { .hero-title { font-size: 2.5rem; } }
.hero-subtitle { font-size: 1.25rem; opacity: 0.8; margin-bottom: 2rem; max-width: 600px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; }
.hero-badge {
    display: flex; align-items: center; gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 0.5rem;
}
.hero-badge i { font-size: 1.5rem; color: var(--bs-theme); }
.hero-badge span { font-weight: 600; font-size: 0.9rem; }

/* Problem Section */
.problem-section {
    background: rgba(var(--bs-danger-rgb), 0.03);
    border-top: 1px solid rgba(var(--bs-danger-rgb), 0.1);
    border-bottom: 1px solid rgba(var(--bs-danger-rgb), 0.1);
}
.problem-section .section-title { color: var(--bs-danger); }
.problem-list { list-style: none; padding: 0; margin: 0; }
.problem-list li { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.problem-list li:last-child { border-bottom: none; }
.problem-list li i { color: var(--bs-danger); font-size: 1.25rem; }

/* Feature Cards */
.feature-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 0.75rem;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}
.feature-card:hover { background: rgba(255,255,255,0.05); border-color: rgba(var(--bs-theme-rgb),0.3); transform: translateY(-4px); }
.feature-card .feature-icon {
    width: 60px; height: 60px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(var(--bs-theme-rgb),0.15);
    border-radius: 0.75rem;
    margin-bottom: 1.25rem;
}
.feature-card .feature-icon i { font-size: 1.75rem; color: var(--bs-theme); }
.feature-card h4 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.75rem; }
.feature-card p { font-size: 0.9rem; opacity: 0.7; margin-bottom: 0; }

/* Sovereign Section */
.sovereign-section {
    background: linear-gradient(135deg, rgba(var(--bs-theme-rgb),0.08) 0%, rgba(var(--bs-theme-rgb),0.02) 100%);
    border-top: 2px solid var(--bs-theme);
    border-bottom: 2px solid var(--bs-theme);
}
.sovereign-card {
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(var(--bs-theme-rgb),0.3);
    border-radius: 1rem;
    padding: 3rem;
}
.sovereign-card .sovereign-icon {
    width: 80px; height: 80px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(var(--bs-theme-rgb),0.2);
    border: 2px solid var(--bs-theme);
    border-radius: 50%;
    margin-bottom: 1.5rem;
}
.sovereign-card .sovereign-icon i { font-size: 2.5rem; color: var(--bs-theme); }
.sovereign-card h3 { font-size: 1.75rem; font-weight: 700; margin-bottom: 1rem; }
.sovereign-features { list-style: none; padding: 0; margin: 0 0 2rem 0; }
.sovereign-features li { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.5rem 0; }
.sovereign-features li i { color: var(--bs-theme); font-size: 1.1rem; }

/* Industry Cards */
.industry-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 0.75rem;
    padding: 2rem;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
}
.industry-card:hover { background: rgba(255,255,255,0.05); border-color: rgba(var(--bs-theme-rgb),0.3); }
.industry-card .industry-icon {
    width: 70px; height: 70px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(var(--bs-theme-rgb),0.1);
    border-radius: 50%;
    margin: 0 auto 1.25rem;
}
.industry-card .industry-icon i { font-size: 2rem; color: var(--bs-theme); }
.industry-card h4 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.75rem; }
.industry-card p { font-size: 0.9rem; opacity: 0.7; margin-bottom: 0; }

/* Contact Section */
.contact-section { background: rgba(var(--bs-theme-rgb), 0.03); }
.contact-form-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 1rem;
    padding: 2.5rem;
}
.contact-form-card .form-control { background: rgba(0,0,0,0.2); border-color: rgba(255,255,255,0.15); color: var(--bs-body-color); }
.contact-form-card .form-control:focus { border-color: var(--bs-theme); box-shadow: 0 0 0 0.2rem rgba(var(--bs-theme-rgb),0.15); }
.contact-form-card textarea.form-control { min-height: 120px; }

/* Footer */
.landing-footer { background: rgba(0,0,0,0.3); border-top: 1px solid rgba(255,255,255,0.05); padding: 2rem 0; }
.landing-footer p { margin-bottom: 0; opacity: 0.6; font-size: 0.9rem; }
.landing-footer a { color: var(--bs-body-color); opacity: 0.6; }
.landing-footer a:hover { opacity: 1; color: var(--bs-theme); }

/* Intelligence Section */
.intelligence-section {
    background: linear-gradient(135deg, rgba(var(--bs-info-rgb),0.05) 0%, rgba(var(--bs-theme-rgb),0.03) 100%);
    border-top: 1px solid rgba(var(--bs-info-rgb),0.15);
    border-bottom: 1px solid rgba(var(--bs-info-rgb),0.15);
}
.intel-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}
.intel-card:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(var(--bs-info-rgb),0.3);
    transform: translateY(-2px);
}
.intel-icon {
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(var(--bs-info-rgb),0.15);
    border-radius: 0.5rem;
}
.intel-icon i { font-size: 1.25rem; color: var(--bs-info); }
.intel-card h6 { font-size: 0.95rem; font-weight: 600; }
.intel-card small { font-size: 0.75rem; line-height: 1.3; }

/* Section Titles */
.section-title { font-size: 2rem; font-weight: 700; margin-bottom: 1rem; }
.section-subtitle { font-size: 1.1rem; opacity: 0.7; margin-bottom: 3rem; max-width: 600px; }
.text-center .section-subtitle { margin-left: auto; margin-right: auto; }

/* Buttons */
.btn-landing-primary { background: var(--bs-theme); border-color: var(--bs-theme); color: #fff; padding: 0.75rem 2rem; font-weight: 600; border-radius: 0.5rem; }
.btn-landing-primary:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(var(--bs-theme-rgb),0.4); }
.btn-landing-outline { background: transparent; border: 2px solid rgba(255,255,255,0.3); color: var(--bs-body-color); padding: 0.75rem 2rem; font-weight: 600; border-radius: 0.5rem; }
.btn-landing-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); }

/* Utilities */
.text-theme { color: var(--bs-theme) !important; }
.landing-page [id] { scroll-margin-top: 80px; }
.contact-form-card.submitting { opacity: 0.7; pointer-events: none; }
.form-message { padding: 1rem; border-radius: 0.5rem; margin-bottom: 1rem; display: none; }
.form-message.show { display: block; }
.form-message.success { background: rgba(var(--bs-success-rgb),0.15); border: 1px solid rgba(var(--bs-success-rgb),0.3); color: var(--bs-success); }
.form-message.error { background: rgba(var(--bs-danger-rgb),0.15); border: 1px solid rgba(var(--bs-danger-rgb),0.3); color: var(--bs-danger); }
