/* General Body Styles */
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #334155;
    background-color: #ffffff;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Navbar Styles */
.navbar {
    background-color: white !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar .nav-link,
.navbar .logo img {
    color: #1f2937 !important;
}

.navbar .dropdown {
    background-color: white !important;
}

/* Keyframe Animations */
@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.float-1 { animation: floatCard 6s ease-in-out infinite; animation-delay: 0s; }
.float-2 { animation: floatCard 6s ease-in-out infinite; animation-delay: 1.5s; }
.float-3 { animation: floatCard 6s ease-in-out infinite; animation-delay: 3s; }
.float-4 { animation: floatCard 6s ease-in-out infinite; animation-delay: 4.5s; }

/* Dropdown Styles */
.dropdown-header-content, .product-item, .benefit-item, .solution-item, .impact-item, .company-item, .highlight-item, .resource-item, .quick-access-item {
    display: flex;
    align-items: center;
}

.dropdown-header {
    padding: 20px;
}

.dropdown-header-content {
    justify-content: space-between;
}

.dropdown-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #ffffff !important;
}

.dropdown-header a {
    text-decoration: none;
}

.dropdown-header p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
    color: #ffffff !important;
}

.product-count, .industry-count, .team-work-icon, .support-info {
    background: rgba(255,255,255,0.1);
    padding: 12px;
    border-radius: 8px;
    text-align: center;
}

.count, .support-hours {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 2px;
    color: #ffffff !important;
}

.label {
    font-size: 10px;
    opacity: 0.8;
    color: #ffffff !important;
}

.dropdown-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.product-list, .solution-list, .company-list, .resources-list {
    padding: 20px;
    background: white;
}

.product-item, .solution-item, .company-item, .resource-item {
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    background: #f8fafc;
}

.product-icon, .solution-icon, .company-icon, .resource-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    margin-right: 12px;
}

.ops-icon { background: linear-gradient(135deg, #10b981, #6366f1); }
.eye-icon { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.itm-icon { background: linear-gradient(135deg, #8b5cf6, #f59e0b); }
.facility-icon { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.energy-icon { background: linear-gradient(135deg, #f59e0b, #d97706); }
.oil-icon { background: linear-gradient(135deg, #ef4444, #dc2626); }
.transport-icon { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.about-icon { background: linear-gradient(135deg, #f59e0b, #d97706); }
.careers-icon { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.news-icon { background: linear-gradient(135deg, #10b981, #059669); }
.case-studies-icon { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.whitepapers-icon { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.blog-icon { background: linear-gradient(135deg, #a855f7, #9333ea); }
.help-center-icon { background: linear-gradient(135deg, #06b6d4, #0891b2); }

.product-details, .solution-details, .company-details, .resource-details {
    flex: 1;
}

.product-details h4, .solution-details h4, .company-details h4, .resource-details h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 2px;
}

.product-details p, .solution-details p, .company-details p, .resource-details p {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.3;
}

.arrow {
    color: #cbd5e1;
    font-size: 16px;
}

.benefits-sidebar, .impact-sidebar, .highlights-sidebar, .quick-access-sidebar {
    padding: 20px;
    border-left: 1px solid #e5e7eb;
}

.benefits-sidebar { background: linear-gradient(135deg, #f3f4ff 0%, #ede9fe 100%); }
.impact-sidebar { background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%); }
.highlights-sidebar { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); }
.quick-access-sidebar { background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%); }

.benefits-sidebar h4, .impact-sidebar h4, .highlights-sidebar h4, .quick-access-sidebar h4, .resource-category {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 700;
    color: #374151;
}

.benefits-list, .impact-list, .highlights-list, .quick-access-list {
    margin-bottom: 16px;
}

.benefit-item, .impact-item, .highlight-item, .quick-access-item {
    gap: 8px;
    margin-bottom: 8px;
}

.checkmark, .checkmark-impact, .checkmark-yellow, .checkmark-purple {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    font-weight: 600;
}

.checkmark { background: #6366f1; }
.checkmark-impact { background: #10b981; }
.checkmark-yellow { background: #f59e0b; }
.checkmark-purple { background: #8b5cf6; }

.benefit-item span, .impact-item span, .highlight-item span, .quick-access-item span {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

.btn-primary, .btn-secondary, .btn-primary-green, .btn-secondary-green, .btn-primary-yellow, .btn-secondary-yellow, .btn-primary-purple, .btn-secondary-purple {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.btn-primary { background: linear-gradient(135deg, #6366f1, #8b5cf6); color: white; }
.btn-secondary { background: white; color: #6366f1; border: 2px solid #6366f1; }
.btn-primary-green { background: linear-gradient(135deg, #10b981, #059669); color: white; }
.btn-secondary-green { background: white; color: #10b981; border: 2px solid #10b981; }
.btn-primary-yellow { background: linear-gradient(135deg, #f59e0b, #d97706); color: white; }
.btn-secondary-yellow { background: white; color: #f59e0b; border: 2px solid #f59e0b; }
.btn-primary-purple { background: linear-gradient(135deg, #8b5cf6, #7c3aed); color: white; }
.btn-secondary-purple { background: white; color: #8b5cf6; border: 2px solid #8b5cf6; }

.resource-category {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 6px;
    border-bottom: 2px solid #e5e7eb;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1600&q=80') center/cover;
    opacity: 0.15;
    z-index: 0;
}

.animated-grid-background {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(139, 92, 246, 0.05) 1px, transparent 1px), linear-gradient(180deg, rgba(139, 92, 246, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
    z-index: 1;
}

.spotlight-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle 800px at 50% 50%, rgba(139, 92, 246, 0.15), transparent);
    pointer-events: none;
    z-index: 1;
}

.hero-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.hero-left-content h1 {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.1;
    color: #ffffff !important;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.highlight-text {
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-left-content p {
    font-size: 1.25rem;
    color: #ffffff !important;
    margin: 0 0 2.5rem 0;
    line-height: 1.8;
}

.hero-cta {
    display: inline-block;
    background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
    color: #ffffff !important;
    padding: 1.25rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
}

.hero-right-visual {
    position: relative;
}

#floatingCards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.feature-card i {
    font-size: 2rem;
    color: #ffffff !important;
    margin-bottom: 1rem;
    display: block;
}

.feature-card h4 {
    font-size: 1.1rem;
    color: #ffffff !important;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.feature-card p {
    font-size: 0.9rem;
    color: #ffffff !important;
    line-height: 1.6;
    margin: 0;
}

/* Product Highlights & Smart Solutions Sections */
.product-highlights-section, .smart-solutions-section, .visual-showcase-section, .differentiators-section, .cta-section {
    padding: 60px 0;
    position: relative;
}

.product-highlights-section, .smart-solutions-section {
    background: linear-gradient(180deg, #ffffff 0%, #faf5ff 100%);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

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

h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    text-align: center;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto 40px;
}

.product-cards-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
}

.smart-solutions-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px;
    flex-wrap: nowrap;
}

.solution-card {
    width: 360px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #e9d5ff;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.card-image-wrapper {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    position: absolute;
    top: 150px;
    left: 30px;
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.3);
}

.card-content {
    padding: 25px;
}

.card-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1e293b;
    margin-top: 25px;
}

.solution-type {
    color: #8b5cf6;
    font-size: 0.95rem;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.card-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #64748b;
}

/* Visual Showcase Section */
.visual-showcase-section {
    background: linear-gradient(135deg, #f3f4ff 0%, #ede9fe 100%);
    padding: 100px 0;
}

.visual-showcase-section h2, .visual-showcase-section p {
    color: rgb(2, 2, 2) !important;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 60px auto 0;
}

.showcase-card {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.25);
    position: relative;
    height: 400px;
}

.showcase-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(30, 41, 59, 0.95), transparent);
    padding: 40px 30px;
    color: white !important;
}

.card-overlay h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: white !important;
}

.card-overlay p {
    font-size: 1rem;
    color: white !important;
    opacity: 0.9;
    margin: 0;
}

/* Differentiators Section */
.differentiators-section {
    background: #ffffff;
    padding: 100px 0;
}

.differentiators-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.diff-card {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    border-radius: 20px;
    padding: 35px 30px;
    border: 2px solid #e9d5ff;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.diff-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.diff-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1e293b;
}

.diff-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 100%);
    padding: 100px 40px;
    text-align: center;
    border-radius: 30px;
    max-width: 1100px;
    margin: 100px auto;
    box-shadow: 0 25px 60px rgba(139, 92, 246, 0.4);
    position: relative;
    overflow: hidden;
}

.cta-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1200&q=80') center/cover;
    opacity: 0.1;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 25px;
    color: white !important;
    line-height: 1.2;
}

.cta-content p {
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 40px;
    color: white !important;
    line-height: 1.6;
}

.cta-btn {
    display: inline-block;
    background: #ffffff;
    color: #8b5cf6;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 50px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

/* Footer */
footer {
    background: #ffffff;
    color: #334155;
    padding: 4rem 0 2rem 0;
    border-top: 1px solid #e5e7eb;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-logo {
    margin-bottom: 1rem;
}

.footer-logo img {
    height: 70px;
    width: auto;
}

.footer-about p {
    margin-top: 1rem;
    color: #64748b;
    line-height: 1.6;
}

.footer-links h4 {
    color: #1e293b;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 18px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}

.footer-bottom {
    border-top: 1px solid #e5e7eb;
    padding-top: 2rem;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
}