@charset "UTF-8";
.btn.btn-primary, a { transition: all .2s ease-in-out }
body { padding-top: 3.5rem; font-family: Lato,sans-serif }
main { padding: 2rem 0 }
img { max-width: 100% }
a { color: #f94c3b }
    a:hover { color: #f71f0a }
.container { max-width: 1140px }
h1, h2, h3, h4, h5, h6 { font-family: Raleway,sans-serif }
blockquote { color: #999; font-size: 1.5rem; font-weight: 300; margin: 3rem auto; width: 80% }
.navbar-brand small { font-family: Lato,sans-serif; font-size: 75%; font-weight: 400; margin-left: .5rem }
.lead { font-size: 1.2rem }
.btn.btn-primary { background-color: #f94c3b; border-color: #f94c3b }
    .btn.btn-primary:hover { background-color: #e11a07; border-color: #e11a07 }
.card .card-img, .card .card-img-top { border-bottom-left-radius: 0; border-bottom-right-radius: 0 }
.navbar.fixed-top { background: #fff; border-bottom: 1px solid #ddd; font-family: Raleway,sans-serif; box-shadow: 0 0 2rem rgba(0,0,0,.15) }
    .navbar.fixed-top .navbar-nav { font-size: .875rem; font-weight: 700; text-transform: uppercase }
        .navbar.fixed-top .navbar-nav .active a { color: #f94c3b }
    .navbar.fixed-top .navbar-toggler { padding: .25rem .5rem }
        .navbar.fixed-top .navbar-toggler .navbar-toggler-icon { width: 1em; height: 1em }

@media (max-width:767px) {
    .navbar.fixed-top .container { max-width: 100% }
}

header { background-position: 50% 50%; background-size: cover; position: relative }
    header .container { padding-top: 7rem; padding-bottom: 7rem; position: relative }
    header h1 { /* font-size: 3.6rem; */ /* text-transform: uppercase; */ }
    header .lead { font-size: 1.35rem }
    header.has-image { color: #eee; text-shadow: 1px 1px 1px rgba(0,0,0,.15) }
        header.has-image .dimmer { background: #000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .45 }
.block { padding: 0 0 1.5rem }
    .block img { border-radius: .25rem }
    .block.column-block .col-md:not(:last-child) { margin-bottom: 1.5rem }
    .block.column-block img { height: 100%; object-fit: cover }
    .block.image-gallery-block .carousel { border-radius: .25rem; overflow: hidden }

@media (min-width:768px) {
    .block.column-block .col-md:not(:last-child) { margin-bottom: 0 }
}

.post-meta { font-size: .875rem }
    .post-meta span:not(:last-child)::after { content: "◆"; display: inline-block; padding: 0 .25rem }
.archive article { padding-bottom: 1rem }
.comments .alert { background: #f4f4f4; padding: 2rem 2.5rem }
.page-link { color: #f94c3b; min-width: 2.5rem; text-align: center }
    .page-link:hover { color: #f71f0a }
.page-item.active .page-link { background: #f94c3b; border-color: #f94c3b }

:root { --primary-color: #2563eb; --secondary-color: #1e40af; --success-color: #059669; --warning-color: #d97706; --danger-color: #dc2626; --dark-color: #111827; --light-color: #f8fafc; --gray-50: #f9fafb; --gray-100: #f3f4f6; --gray-200: #e5e7eb; --gray-300: #d1d5db; --gray-400: #9ca3af; --gray-500: #6b7280; --gray-600: #4b5563; --gray-700: #374151; --gray-800: #1f2937; --gray-900: #111827; --gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%); --gradient-alt: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%); }

* { box-sizing: border-box; }

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: var(--gray-700); margin: 0; padding: 0; background-color: var(--gray-50); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }

/* Hero Section */
.hero-section { background: var(--gradient); color: white; padding: 5rem 0; text-align: center; position: relative; overflow: hidden; }

    .hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>'); pointer-events: none; }

.hero-content { position: relative; z-index: 2; margin-bottom: 4rem; }

.brand-title { font-size: 4rem; font-weight: 800; margin-bottom: 1rem; background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.brand-subtitle { font-size: 1.5rem; margin-bottom: 1.5rem; opacity: 0.9; font-weight: 500; }

.hero-description { font-size: 1.2rem; margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto; opacity: 0.85; line-height: 1.7; }

.cta-section { /* margin-bottom: 4rem; */ }

    .cta-section .btn { margin: 0 0.75rem 1rem; padding: 1rem 2rem; font-weight: 600; border-radius: 12px; text-transform: none; font-size: 1.1rem; transition: all 0.3s ease; text-decoration: none; display: inline-block; line-height: 4; }

.btn-primary { background: rgba(255, 255, 255, 0.2); border: 2px solid rgba(255, 255, 255, 0.3); color: white; backdrop-filter: blur(10px); }

    .btn-primary:hover { background: rgba(255, 255, 255, 0.3); border-color: rgba(255, 255, 255, 0.5); transform: translateY(-2px); color: white; }

.btn-outline-light { background: transparent; border: 2px solid rgba(255, 255, 255, 0.5); color: white; }

    .btn-outline-light:hover { background: white; color: var(--primary-color); transform: translateY(-2px); }

/* Metrics Dashboard */
.metrics-dashboard { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }

.metric-card { background: rgba(255, 255, 255, 0.15); padding: 2rem 1.5rem; border-radius: 16px; backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s ease; text-align: center; }

    .metric-card:hover { transform: translateY(-4px); background: rgba(255, 255, 255, 0.2); }

.metric-icon { font-size: 2.5rem; margin-bottom: 1rem; opacity: 0.9; }

.metric-content { text-align: center; }

.metric-label { font-size: 0.9rem; opacity: 0.8; margin-bottom: 0.5rem; font-weight: 500; }

.metric-value { font-size: 2.2rem; font-weight: 700; font-family: 'Inter', monospace; }

/* Sections */
.solutions-section,
.technology-section,
.analytics-section { padding: 5rem 0; }

.section-header { text-align: center; margin-bottom: 4rem; }

.section-title { font-size: 3rem; font-weight: 700; margin-bottom: 1.5rem; color: var(--gray-900); }

.section-description { font-size: 1.2rem; color: var(--gray-600); max-width: 700px; margin: 0 auto; line-height: 1.7; }

/* Solution Cards */
.solution-card { background: white; border: 1px solid var(--gray-200); border-radius: 20px; padding: 2.5rem; height: 100%; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); transition: all 0.4s ease; position: relative; overflow: hidden; }

    .solution-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient); }

    .solution-card:hover { transform: translateY(-8px); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15); border-color: var(--primary-color); }

.solution-header { display: flex; align-items: center; margin-bottom: 2rem; }

.solution-icon { background: var(--gradient); color: white; width: 70px; height: 70px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-right: 1.5rem; box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3); }

.solution-meta { flex: 1; }

.solution-title { font-size: 1.6rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--gray-900); }

.solution-badge { background: #dcfce7; color: #166534; padding: 0.4rem 1rem; border-radius: 25px; font-size: 0.85rem; font-weight: 600; display: inline-block; }

.solution-description { color: var(--gray-600); margin-bottom: 2rem; font-size: 1.05rem; line-height: 1.7; }

.solution-demo,
.monitoring-dashboard { margin-bottom: 2rem; }

.demo-display { background: var(--gray-50); border: 2px solid var(--gray-200); border-radius: 12px; padding: 1.5rem; margin-bottom: 1.5rem; font-style: italic; color: var(--gray-700); position: relative; overflow: hidden; }

    .demo-display::before { content: '"'; position: absolute; top: 0.5rem; left: 1rem; font-size: 3rem; color: var(--primary-color); opacity: 0.3; font-family: serif; }

.gauge-container { text-align: center; margin-bottom: 1.5rem; }

.stability-gauge { width: 100%; max-width: 250px; height: auto; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1)); }

.btn-solution { background: var(--primary-color); color: white; border: none; padding: 0.875rem 2rem; border-radius: 10px; font-weight: 600; transition: all 0.3s ease; font-size: 1rem; width: 100%; }

    .btn-solution:hover { background: var(--secondary-color); color: white; transform: translateY(-1px); box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3); }

.solution-features { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }

.feature-tag { background: #e0e7ff; color: #3730a3; padding: 0.4rem 1rem; border-radius: 20px; font-size: 0.85rem; font-weight: 500; display: inline-block; }

/* Technology Grid */
.technology-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }

.tech-item { background: white; border: 1px solid var(--gray-200); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; cursor: pointer; position: relative; overflow: hidden; }

    .tech-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gradient-alt); transform: scaleX(0); transition: transform 0.3s ease; }

    .tech-item:hover { transform: translateY(-4px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); border-color: var(--primary-color); }

        .tech-item:hover::before { transform: scaleX(1); }

.tech-icon { font-size: 3.5rem; margin-bottom: 1.5rem; display: block; }

.tech-name { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--gray-900); }

.tech-description { color: var(--gray-600); margin-bottom: 1.5rem; font-size: 0.95rem; line-height: 1.6; }

.tech-status { background: #fef3c7; color: #92400e; padding: 0.4rem 1rem; border-radius: 20px; font-size: 0.85rem; font-weight: 600; display: inline-block; }

/* Analytics Cards */
.analytics-card,
.milestone-card { background: white; border: 1px solid var(--gray-200); border-radius: 20px; padding: 2rem; height: 100%; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }

.analytics-header,
.milestone-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--gray-200); }

.analytics-title,
.milestone-title { font-size: 1.4rem; font-weight: 700; color: var(--gray-900); display: flex; align-items: center; gap: 0.5rem; }

.analytics-controls { display: flex; gap: 0.5rem; }

    .analytics-controls .btn { padding: 0.4rem 1rem; font-size: 0.85rem; border-radius: 8px; }

.chart-container { height: 300px; margin-bottom: 2rem; }

.analytics-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }

.summary-item { text-align: center; padding: 1rem; background: var(--gray-50); border-radius: 10px; }

.summary-label { display: block; font-size: 0.85rem; color: var(--gray-600); margin-bottom: 0.5rem; }

.summary-value { font-size: 1.5rem; font-weight: 700; color: var(--primary-color); }

/* Timeline */
.timeline { position: relative; }

.timeline-item { display: flex; margin-bottom: 2rem; position: relative; }

.timeline-marker { width: 16px; height: 16px; border-radius: 50%; background: var(--gray-300); margin-right: 1rem; margin-top: 0.25rem; position: relative; z-index: 2; }

.timeline-item.completed .timeline-marker { background: var(--success-color); }

.timeline-item.active .timeline-marker { background: var(--primary-color); box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2); }

.timeline-item:not(:last-child)::after { content: ''; position: absolute; left: 7px; top: 20px; bottom: -2rem; width: 2px; background: var(--gray-200); }

.timeline-content { flex: 1; }

.timeline-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.25rem; color: var(--gray-900); }

.timeline-date { font-size: 0.85rem; color: var(--primary-color); font-weight: 600; margin-bottom: 0.5rem; }

.timeline-description { font-size: 0.9rem; color: var(--gray-600); line-height: 1.5; }

/* CTA Section */
.cta-section { background: var(--gradient); color: white; padding: 5rem 0; text-align: center; position: relative; overflow: hidden; }

    .cta-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>'); }

.cta-content { position: relative; z-index: 2; }

.cta-title { font-size: 3rem; font-weight: 700; margin-bottom: 1.5rem; }

.cta-description { font-size: 1.2rem; margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto; opacity: 0.9; line-height: 1.7; }

.cta-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* Professional Footer */
.professional-footer { background: var(--gray-900); color: white; padding: 4rem 0 2rem; }

.footer-content { margin-bottom: 3rem; }

.footer-title { color: white; font-weight: 700; font-size: 1.5rem; margin-bottom: 1rem; }

.footer-description { color: var(--gray-400); margin-bottom: 1.5rem; line-height: 1.6; }

.social-links { display: flex; gap: 1rem; }

.social-link { width: 40px; height: 40px; background: var(--gray-800); color: var(--gray-400); border-radius: 10px; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.3s ease; }

    .social-link:hover { background: var(--primary-color); color: white; transform: translateY(-2px); }

.footer-subtitle { color: var(--gray-300); font-weight: 600; margin-bottom: 1rem; font-size: 1.1rem; }

.footer-links { list-style: none; padding: 0; margin: 0; }

    .footer-links li { margin-bottom: 0.75rem; }

    .footer-links a { color: var(--gray-400); text-decoration: none; transition: color 0.3s ease; }

        .footer-links a:hover { color: var(--gray-200); }

.footer-bottom { border-top: 1px solid var(--gray-800); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }

.footer-legal p { margin: 0; color: var(--gray-400); }

.legal-links { display: flex; gap: 2rem; }

    .legal-links a { color: var(--gray-400); text-decoration: none; font-size: 0.9rem; }

        .legal-links a:hover { color: var(--gray-200); }

/* Responsive Design */
@media (max-width: 768px) {
    .brand-title { font-size: 2.5rem; }

    .section-title { font-size: 2rem; }

    .cta-title { font-size: 2rem; }

    .metrics-dashboard { grid-template-columns: repeat(2, 1fr); gap: 1rem; }

    .analytics-summary { grid-template-columns: 1fr; }

    .footer-bottom { flex-direction: column; text-align: center; }

    .legal-links { flex-direction: column; gap: 1rem; }

    .solution-header { flex-direction: column; text-align: center; }

    .solution-icon { margin-right: 0; margin-bottom: 1rem; }
}

@media (max-width: 480px) {
    .hero-section,
    .solutions-section,
    .technology-section,
    .analytics-section,
    .cta-section { padding: 3rem 0; }

    .brand-title { font-size: 2rem; }

    .metrics-dashboard { grid-template-columns: 1fr; }

    .cta-actions { flex-direction: column; align-items: center; }

    .cta-section .btn { width: 100%; max-width: 300px; }
}

/* Loading and Animation States */
.fade-in { animation: fadeIn 0.6s ease-out; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Toast Styling */
.toast { background: white; border: 1px solid var(--gray-200); border-radius: 12px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }

.toast-header { background: var(--gray-50); border-bottom: 1px solid var(--gray-200); border-radius: 12px 12px 0 0; }

/* Utility Classes */
.text-gradient { background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.shadow-soft { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }

.shadow-medium { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.shadow-large { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.toast-body { color: black }


.fade-in { animation: fadeInUp 0.6s ease-out; }

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.pulse { animation: pulse 2s infinite; }

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.metric-card:hover, .fun-card:hover, .impossible-exhibit:hover { transform: translateY(-5px); transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important; }

.impossible-exhibit { cursor: pointer; transition: all 0.3s ease; }

    .impossible-exhibit:hover .exhibit-icon { transform: scale(1.2); transition: transform 0.3s ease; }

.progress-bar { transition: width 0.8s ease-in-out; }

.toast-container { position: fixed; top: 20px; right: 20px; z-index: 1055; }

.brand-title { background: linear-gradient(45deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.spinning { animation: spin 1s linear; }

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.glitch { animation: glitch 0.3s ease-in-out; }

@keyframes glitch {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}

.exhibit-clicked { background: linear-gradient(45deg, #ff6b6b, #ffd93d); color: white; transform: scale(0.95); }
.metric-value { color: #f00; }