:root {
    --primary-color: #1a2b4c; 
    --secondary-color: #5b9b73; 
    --accent-color: #4da66b; 
    --text-dark: #1f2937;
    --text-muted: #6b7280;
    --bg-light: #f8fafc;
    --bg-dark: #121e36; 
    --bg-panel: #1e325c;
}

body { font-family: 'Inter', sans-serif; color: var(--text-dark); margin: 0; padding: 0; overflow-x: hidden; background-color: var(--bg-light); }
h1, h2, h3, h4, h5 { font-weight: 800; margin-top: 0; }
a { text-decoration: none; transition: all 0.3s; }

.animate-on-scroll, .stagger-animation, .hover-lift {
    opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-on-scroll.visible, .stagger-animation.visible, .hover-lift.visible {
    opacity: 1; transform: translateY(0);
}
.hover-lift { transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease; opacity: 1; transform: none; }
.hover-lift:hover { transform: translateY(-12px); box-shadow: 0 30px 60px rgba(0,0,0,0.12); }

.btn {
    padding: 14px 28px; display: inline-flex; justify-content: center; align-items: center; text-align: center;
    border-radius: 4px; font-weight: 700 !important; transition: all 0.3s; box-sizing: border-box; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; font-size: 0.95rem;
}
.btn-primary {
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color)) !important; border: none; color: #fff !important;
    box-shadow: 0 4px 15px rgba(77, 166, 107, 0.4); 
}
.btn-primary:hover { box-shadow: 0 6px 20px rgba(77, 166, 107, 0.6); transform: translateY(-2px); color: #fff !important; }

.btn-secondary {
    background: transparent !important; border: 2px solid var(--accent-color) !important; color: var(--accent-color) !important;
}
.btn-secondary:hover { background: var(--accent-color) !important; color: #fff !important; box-shadow: 0 4px 15px rgba(77, 166, 107, 0.3); transform: translateY(-2px); }

/* FIXED HEADER */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);    
}

/* HEADER & NAV */
.quick-links { background-color: var(--primary-color); color: #cbd5e1; font-size: 0.8rem; padding: 10px 20px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.1); }
.quick-links a { color: var(--accent-color); margin: 0 5px; font-weight: bold; }
.quick-links a:hover { color: #fff; }
.quick-links-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }

.main-nav { background: #fff; padding: 15px 20px; }
.nav-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }

.logo-text { font-size: 2.2rem; font-weight: 900; color: var(--primary-color); letter-spacing: -1.5px; margin: 0; }
.logo-text span { color: var(--accent-color); }

.nav-menu { display: flex; list-style: none; gap: 20px; align-items: center; margin: 0; padding: 0; }

/* Dropdown */
.dropdown { position: relative; display: inline-block; }
.dropdown-content {
    display: none; position: absolute; background-color: white; min-width: 250px; 
    box-shadow: 0px 10px 25px rgba(0,0,0,0.1); z-index: 1; border-radius: 4px; overflow: hidden; top: 100%; left: 0; border: 1px solid #e2e8f0;
}
.dropdown-content a { color: var(--text-dark); padding: 12px 20px; text-decoration: none; display: block; border-bottom: 1px solid #f8fafc; font-size: 0.9rem; font-weight: 500;}
.dropdown-content a:hover { background-color: var(--bg-light); color: var(--accent-color); padding-left: 25px; transition: padding 0.3s; }
.dropdown:hover .dropdown-content { display: block; }

.nav-menu > li > a { color: var(--primary-color); font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; }
.nav-menu > li > a:hover { color: var(--accent-color); }
.nav-menu .nav-cta { color: var(--accent-color) !important; border: 1.5px solid var(--accent-color) !important; padding: 8px 20px !important; border-radius: 4px; font-weight: 800 !important; }
.nav-menu .nav-cta:hover { background: var(--accent-color) !important; color: #fff !important; }

.mobile-menu-toggle { display: none; background: transparent; border: none; font-size: 1.8rem; color: var(--primary-color); cursor: pointer; }

/* HERO */
.hero {
    background: linear-gradient(135deg, rgba(26, 43, 76, 0.95), rgba(18, 30, 54, 0.9)), url('../images/hero-bg.png') center/cover no-repeat !important;
    padding: 120px 20px; color: #fff; position: relative; text-align: center; border-bottom: 5px solid var(--accent-color);
}
.hero-titles h1 { font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.1; letter-spacing: -1px; margin-bottom: 25px; color: #fff; text-shadow: 0 4px 20px rgba(0,0,0,0.8); }
.hero-titles h1 span { color: var(--accent-color); }
.hero-titles h2 { font-size: clamp(1.1rem, 2vw, 1.3rem); font-weight: 400; color: #e2e8f0; max-width: 800px; margin: 0 auto; line-height: 1.6; margin-bottom: 40px; }
.hero-content { display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; }

/* INTERNAL PAGE HERO */
.page-hero { 
    background: linear-gradient(135deg, var(--primary-color) 0%, #2a3d5f 100%); 
    padding: 80px 20px; text-align: center; color: white; border-bottom: 5px solid var(--accent-color); position: relative;
}
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; margin: 0; letter-spacing: -1px; }

/* SECTIONS */
.section-padding { padding: 90px 20px; }
.container { max-width: 1200px; margin: 0 auto; width: 100%; box-sizing: border-box; }
.bg-dark { background: var(--bg-dark); color: white; }
.bg-white { background: #ffffff; color: var(--text-dark); }
.bg-light { background: var(--bg-light); color: var(--text-dark); }

.section-header { text-align: center; margin-bottom: 60px; max-width: 800px; margin-left: auto; margin-right: auto; }
.section-header h2 { font-size: 2.5rem; margin-bottom: 15px; letter-spacing: -1px; line-height: 1.2; }
.section-header p { font-size: 1.15rem; color: var(--text-muted); line-height: 1.6; }

/* INFO BOXES */
.hero-boxes-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.hero-box-item { background: #fff; padding: 35px; border-radius: 12px; border: 1px solid #e2e8f0; text-align: center; transition: 0.3s; }
.hero-box-item:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }
.hero-box-item h3 { color: var(--primary-color); font-size: 1.1rem; margin-bottom: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }

/* TIMELINE */
.timeline-container { position: relative; margin-top: 60px; padding: 20px 0; }
.timeline-line { position: absolute; top: 45px; left: 10%; right: 10%; height: 2px; background: #e2e8f0; z-index: 1; }
.steps-wrapper { display: flex; justify-content: space-between; position: relative; z-index: 2; }
.step-item { flex: 1; padding: 0 15px; text-align: center; }
.step-num { width: 54px; height: 54px; background: #fff; color: var(--primary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 900; margin: 0 auto 25px; border: 2px solid var(--accent-color); }

/* LISTING */
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.listing-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; position: relative; }
.listing-img { height: 220px; width: 100%; object-fit: cover; }
.listing-content { padding: 25px; }
.badge-urgent { position: absolute; top: 15px; right: 15px; background: #fee2e2; color: #991b1b; padding: 6px 12px; font-size: 0.75rem; font-weight: 800; border-radius: 2px; }

/* COMPARISON */
.comparison-wrapper { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid #e2e8f0; margin: 60px 0; }
.comp-header { display: grid; grid-template-columns: 1.5fr 1fr 1fr; background: var(--primary-color); color: #fff; padding: 25px; text-align: center; font-weight: 800; }
.comp-row { display: grid; grid-template-columns: 1.5fr 1fr 1fr; padding: 20px; border-bottom: 1px solid #f1f5f9; align-items: center; }
.comp-label { font-weight: 700; padding-left: 20px; }
.comp-good { color: var(--accent-color); font-weight: 800; text-align: center; }

/* DATA CARDS */
.data-intelligence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.data-card { background: #fff; padding: 35px; border-radius: 12px; border: 1px solid #e2e8f0; text-align: center; }
.data-card i { font-size: 2.5rem; color: var(--accent-color); margin-bottom: 20px; display: block; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 900px; margin: 50px auto; }
.pricing-card { background: #fff; padding: 40px; border-radius: 20px; text-align: center; border: 1px solid #e2e8f0; }

/* CONTENT BOX */
.content-box { max-width: 1000px; margin: -60px auto 80px auto; background: white; padding: 50px; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); position: relative; z-index: 100; border: 1px solid #e2e8f0; }

/* CONTACT */
.contact-section { background: var(--primary-color); padding: 100px 0; color: #fff; }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; }
.contact-form-side { background: rgba(255,255,255,0.05); padding: 40px; border-radius: 12px; }

/* MOBILE */
@media (max-width: 992px) {
    .hero-boxes-container, .listing-grid, .data-intelligence-grid, .pricing-grid, .two-cols, .contact-wrapper { grid-template-columns: 1fr !important; }
    .hero h1 { font-size: 2.5rem !important; }
    .timeline-line { display: none; }
    .steps-wrapper { flex-direction: column; gap: 30px; }
    .nav-menu { display: none !important; }
    .mobile-menu-toggle { display: block !important; }
    .quick-links-container { flex-direction: column; gap: 10px; }
}
