/*
Theme Name: InventoryLogIQ
Theme URI: https://wordpress.org/themes/inventory_logiq/
Author: WareIQ
Author URI: https://www.wareiq.com/
Description: AI based inventory management for your eCommerce Business
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wareiq
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you’ve learned with others.
*/
/* Body and Hero Section Styling */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.hero-section {
    background: linear-gradient(to bottom, #ffffff, #d5e3ff);
    padding: 60px 24px;
    text-align: center;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-container {
    max-width: 900px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.hero-title .highlight {
    font-weight: 900;
    color: #e48136;
}

.hero-subtitle {
    font-size: 22px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 24px;
    font-weight: 400;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    background-color: #ecfdf5;
    color: #059669;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 32px;
    border: 1px solid #a7f3d0;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    cursor: pointer;
    min-width: 160px;
    justify-content: center;
    text-decoration: none;
}

.btn-primary {
    background-color: #e48136;
    color: white;
    border-color: #e48136;
}

.btn-primary:hover {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.btn-secondary {
    background-color: white;
    color: #374151;
    border-color: #d1d5db;
}

.btn-secondary:hover {
    background-color: #e48136;
    border-color: #9ca3af;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Dotted background animation */
.hero-bg-animation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background-image: radial-gradient(#cbd5e1 0.5px, transparent 0.5px);
    background-size: 20px 20px;
    animation: slow-move 90s linear infinite;
    opacity: 0.06;
    pointer-events: none;
    z-index: 0;
}

@keyframes slow-move {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        padding: 60px 20px;
    }

    .hero-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .hero-subtitle {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .status-badge {
        font-size: 13px;
        padding: 6px 14px;
        margin-bottom: 32px;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .btn {
        width: 100%;
        max-width: 280px;
        padding: 12px 24px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 40px 16px;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .status-badge {
        font-size: 12px;
        padding: 6px 12px;
    }

    .btn {
        font-size: 15px;
    }
}

/* AI Team Section Styling */
.ai-team-section {
    background: linear-gradient(to bottom, #d5e3ff, #ffffff);
    padding: 0px 24px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ai-team-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* Header Content */
.ai-team-header {
    margin-bottom: 80px;
}

.ai-team-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.ai-team-subtitle {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    color: #64748b;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Video Container */
.video-container {
    background: #f2f5fa;
    padding: 20px;
    position: relative;
    width: 100%;
    max-width: 597px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.ai-team-video {
    width: 100%;
    height: auto;
    display: block;
}

/* AI Agents Layout */
.ai-agents-layout {
    position: relative;
    width: 700px;
    height: 700px;
    margin: 0 auto;
    margin-top: 40px;
}

/* Central AI Executive */
.ai-executive {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 15px 40px rgba(79, 70, 229, 0.3);
    z-index: 10;
}

.ai-executive-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    opacity: 0.9;
}

.ai-executive-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.ai-executive-subtitle {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    opacity: 0.9;
}

/* AI Bot Cards */
.ai-bot {
    position: absolute;
    width: 200px;
    height: 100px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.ai-bot:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.ai-bot-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ai-bot-content {
    flex: 1;
    text-align: left;
}

.ai-bot-name {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px;
}

.ai-bot-description {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    color: #64748b;
    line-height: 1.3;
}

/* Bot Positioning */
.forecaster-bot {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.constraint-bot {
    top: 150px;
    left: 50px;
}

.rebalance-bot {
    top: 150px;
    right: 50px;
}

.excess-bot {
    bottom: 150px;
    left: 50px;
}

.simulation-bot {
    bottom: 150px;
    right: 50px;
}

.stockout-bot {
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

/* Bot Icon Colors */
.green-bg { background-color: #10b981; }
.blue-bg { background-color: #3b82f6; }
.orange-bg { background-color: #f97316; }
.red-bg { background-color: #ef4444; }
.teal-bg { background-color: #06b6d4; }
.emerald-bg { background-color: #059669; }

.bot-icon {
    width: 20px;
    height: 20px;
    color: white;
}

/* Connection Lines */
.connection-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.connection-line {
    position: absolute;
    background: linear-gradient(90deg, #e2e8f0 0%, #cbd5e1 50%, #e2e8f0 100%);
    height: 2px;
    transform-origin: left center;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .ai-agents-layout {
        width: 600px;
        height: 600px;
    }

    .ai-bot {
        width: 180px;
        height: 90px;
        padding: 12px;
    }

    .ai-executive {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 768px) {
    .ai-team-section {
        padding: 80px 20px;
    }

    .ai-team-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .ai-team-subtitle {
        font-size: 16px;
    }

    .ai-agents-layout {
        width: 100%;
        height: auto;
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .ai-bot {
        position: relative;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
    }

    .ai-executive {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 20px auto;
        order: -1;
    }

    .connection-lines {
        display: none;
    }
}

@media (max-width: 480px) {
    .ai-team-section {
        padding: 60px 16px;
    }

    .ai-team-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .ai-team-subtitle {
        font-size: 15px;
    }

    .ai-executive {
        width: 140px;
        height: 140px;
    }

    .ai-bot {
        height: 80px;
        padding: 10px;
    }

    .ai-bot-icon {
        width: 35px;
        height: 35px;
    }
}

/* Animation */
.ai-team-header {
    animation: fadeInUp 0.8s ease-out;
}

.video-container {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.ai-agents-layout {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.ai-bot {
    animation: fadeIn 0.6s ease-out both;
}

.ai-bot:nth-child(1) { animation-delay: 0.6s; }
.ai-bot:nth-child(2) { animation-delay: 0.7s; }
.ai-bot:nth-child(3) { animation-delay: 0.8s; }
.ai-bot:nth-child(4) { animation-delay: 0.9s; }
.ai-bot:nth-child(5) { animation-delay: 1.0s; }
.ai-bot:nth-child(6) { animation-delay: 1.1s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Features Section Styling */
.features-section {
    background-color: #ffffff;
    padding: 80px 24px;
    text-align: center;
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
}

.features-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.features-subtitle {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 60px;
    font-weight: 400;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.feature-card {
    padding: 40px 32px;
    border-radius: 16px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.feature-card-blue {
    background-color: #eff6ff;
}

.feature-card-green {
    background-color: #ecfdf5;
}

.feature-card-orange {
    background-color: #fffbeb;
}

.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: white;
}

.feature-icon-blue {
    background-color: #2563eb;
}

.feature-icon-green {
    background-color: #10b981;
}

.feature-icon-orange {
    background-color: #f59e0b;
}

.feature-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
}

.feature-description {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .features-section {
        padding: 60px 20px;
    }

    .features-title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .features-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .feature-card {
        padding: 32px 24px;
    }

    .feature-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }

    .feature-icon svg {
        width: 28px;
        height: 28px;
    }

    .feature-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .feature-description {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .features-section {
        padding: 40px 16px;
    }

    .features-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .features-subtitle {
        font-size: 15px;
    }

    .feature-card {
        padding: 28px 20px;
    }
}

/* Use Cases Section Styling */
.use-cases-section {
    background-color: #ffffff;
    padding: 80px 24px;
    text-align: center;
}

.use-cases-container {
    max-width: 1400px;
    margin: 0 auto;
}

.use-cases-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.use-cases-subtitle {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 48px;
    font-weight: 400;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Tabs Navigation */
.tabs-container {
    max-width: 1200px;
    margin: 0 auto;
}

.tabs-nav {
    display: flex;
    gap: 8px;
    margin-bottom: 48px;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-btn {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e2e8f0;
    background-color: white;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tab-btn:hover {
    background-color: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-1px);
}

.tab-btn.active {
    background-color: #2563eb;
    color: white;
    border-color: #2563eb;
    box-shadow: 0 4px 8px rgba(37, 99, 235, 0.3);
}

.tab-btn svg {
    width: 16px;
    height: 16px;
}

/* Tab Content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Cards Grid */
.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 32px;
}

/* Main Use Case Cards */
.use-case-card {
    background: white;
    border-radius: 20px;
    padding: 32px;
    text-align: left;
    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.3s ease;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.use-case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.1), 0 8px 16px -8px rgba(0, 0, 0, 0.04);
}

/* Card Header */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.left-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-badge {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.category-label {
    font-size: 14px;
    font-weight: 500;
    color: #3b82f6;
}

.featured-badge {
    background: #f59e0b;
    color: white;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
}

/* Card Content */
.card-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.3;
}

.card-description {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 24px;
}

/* Dashboard Mockup */
.dashboard-mockup {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 12px;
    border: 1px solid #e0e7ff;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mockup-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(59, 130, 246, 0.2);
}

.traffic-lights {
    display: flex;
    gap: 4px;
}

.light {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.light.red { background-color: #ef4444; }
.light.yellow { background-color: #f59e0b; }
.light.green { background-color: #10b981; }

.mockup-title {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
}

.mockup-content {
    padding: 18px;
}

/* Metrics */
.metric-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(59, 130, 246, 0.2);
}

.metric-label {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
}

.metric-value {
    font-size: 16px;
    font-weight: 700;
}

.metric-value.red { color: #dc2626; }
.metric-value.orange { color: #ea580c; }
.metric-value.blue { color: #2563eb; }

/* Data Table */
.data-table {
    margin-bottom: 16px;
    background: white;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid rgba(59, 130, 246, 0.1);
}

.table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}

.table-row:last-child {
    border-bottom: none;
}

.row-text {
    font-size: 12px;
    color: #374151;
    font-weight: 400;
}

.row-icon {
    font-size: 14px;
}

/* Supplier dots */
.supplier-dot {
    font-size: 16px;
}

.green-dot { color: #10b981; }
.yellow-dot { color: #f59e0b; }
.red-dot { color: #ef4444; }

/* Cash flow specific styles */
.cash-flow-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.percentage-text {
    font-size: 14px;
    color: #374151;
    font-weight: 600;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
    transition: width 0.3s ease;
}

.metric-value.green { color: #059669; }

/* Chart Container */
.chart-container {
    padding: 12px;
    background: white;
    border-radius: 8px;
    border: 1px solid rgba(59, 130, 246, 0.1);
    margin-bottom: 16px;
}

.bar-chart {
    display: flex;
    align-items: end;
    gap: 6px;
    height: 60px;
    margin-bottom: 12px;
    justify-content: center;
    padding: 0 16px;
}

.bar {
    background: #10b981;
    width: 12px;
    border-radius: 2px;
    min-height: 8px;
}

.chart-labels {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #64748b;
    font-weight: 500;
    padding: 0 16px;
}

/* Footer Tags */
.footer-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    padding-top: 12px;
    border-top: 1px solid rgba(59, 130, 246, 0.2);
}

.footer-tag {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 500;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 80px 20px;
    color: #94a3b8;
    font-size: 16px;
    font-weight: 500;
    grid-column: 1 / -1;
}

/* Use Cases Responsive Design */
@media (max-width: 1200px) {
    .use-cases-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .use-cases-section {
        padding: 60px 20px;
    }

    .use-cases-title {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .use-cases-subtitle {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .tabs-nav {
        gap: 6px;
        margin-bottom: 32px;
    }

    .tab-btn {
        padding: 10px 16px;
        font-size: 13px;
    }

    .use-cases-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .use-case-card {
        padding: 24px;
        border-radius: 16px;
    }

    .card-title {
        font-size: 18px;
    }

    .icon-badge {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .left-section {
        width: 100%;
    }

    .featured-badge {
        align-self: flex-end;
    }
}

@media (max-width: 480px) {
    .use-cases-section {
        padding: 40px 16px;
    }

    .use-cases-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .use-cases-subtitle {
        font-size: 15px;
    }

    .tabs-nav {
        gap: 4px;
    }

    .tab-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .use-case-card {
        padding: 20px;
        border-radius: 12px;
    }
}

/* CTA Section Styling */
.cta-section {
    background-color: #ffffff;
    padding: 100px 24px;
    text-align: center;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Main CTA Content */
.cta-content {
    margin-bottom: 80px;
}

.cta-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.cta-subtitle {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #e48136;
    color: white;
    border: none;
    padding: 8px 32px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.4);
}

/* Social Proof Section */

.social-proof-label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}

.investors-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}

.investor-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}

.investor-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.investor-name {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #64748b;
}

/* Statistics Section */
.stats-section {
    margin-top: 60px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    max-width: 900px;
    margin: 0 auto;
}

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

.stat-number {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-number.blue {
    color: #2563eb;
}

.stat-label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    color: #64748b;
    font-weight: 500;
    line-height: 1.4;
}

/* CTA Responsive Design */
@media (max-width: 1024px) {
    .investors-row {
        gap: 32px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 80px 20px;
    }

    .cta-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .cta-subtitle {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .cta-button {
        padding: 14px 28px;
        font-size: 15px;
    }

    .cta-content {
        margin-bottom: 60px;
    }


    .investors-row {
        gap: 24px;
    }

    .investor-badge {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .investor-icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .investor-name {
        font-size: 14px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .stat-number {
        font-size: 40px;
    }

    .stat-label {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .cta-section {
        padding: 60px 16px;
    }

    .cta-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .cta-subtitle {
        font-size: 15px;
    }

    .cta-button {
        width: 100%;
        max-width: 280px;
    }

    .investors-row {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 20px;
    }

    .stat-number {
        font-size: 36px;
    }
}

/* Animation */
.stat-item {
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.stat-item:nth-child(1) { animation-delay: 0.1s; }
.stat-item:nth-child(2) { animation-delay: 0.2s; }
.stat-item:nth-child(3) { animation-delay: 0.3s; }
.stat-item:nth-child(4) { animation-delay: 0.4s; }

.investor-badge {
    animation: fadeIn 0.6s ease-out;
    animation-fill-mode: both;
}

.investor-badge:nth-child(1) { animation-delay: 0.1s; }
.investor-badge:nth-child(2) { animation-delay: 0.2s; }
.investor-badge:nth-child(3) { animation-delay: 0.3s; }
.investor-badge:nth-child(4) { animation-delay: 0.4s; }

/* Blue CTA Section Styling */
.cta-section-blue {
    background: linear-gradient(135deg, #3b4fce 0%, #4f46e5 50%, #5b21b6 100%);
    padding: 100px 24px;
    text-align: center;
}

/* Main CTA Content */
.cta-title-blue {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.cta-subtitle-blue {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.cta-btn {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    min-width: 160px;
    justify-content: center;
}

.cta-btn-primary {
    background: white;
    color: #4f46e5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cta-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.cta-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.btn-icon {
    width: 16px;
    height: 16px;
}

/* Additional Info */
.cta-info {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.info-icon {
    width: 16px;
    height: 16px;
    opacity: 0.8;
}

/* Blue CTA Responsive Design */
@media (max-width: 768px) {
    .cta-section-blue {
        padding: 80px 20px;
    }

    .cta-title-blue {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .cta-subtitle-blue {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .cta-btn {
        width: 100%;
        max-width: 280px;
    }

    .cta-info {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .cta-section-blue {
        padding: 60px 16px;
    }

    .cta-title-blue {
        font-size: 32px;
        line-height: 1.2;
    }

    .cta-subtitle-blue {
        font-size: 16px;
    }

    .cta-btn {
        padding: 12px 20px;
        font-size: 15px;
    }
}

/* Blue CTA Animation */
.cta-title-blue {
    animation: fadeInUp 0.8s ease-out;
}

.cta-subtitle-blue {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.cta-buttons {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.cta-info {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

/* Footer Styling */
.footer {
    background-color: #111729;
    color: #e2e8f0;
    padding: 60px 24px 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-brand {
    grid-column: span 1;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    color: inherit;
}

.footer-logo-icon {
    height: 75px;
    width: auto;
    object-fit: contain;
}

.footer-logo-text {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.footer-description {
    color: #94a3b8;
    font-size: 16px;
    line-height: 1.6;
    max-width: 280px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
}

.footer-link {
    color: #94a3b8;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #e2e8f0;
}

.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 24px;
    text-align: center;
}

.footer-copyright {
    color: #64748b;
    font-size: 14px;
}

/* Footer Responsive Design */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
    }

    .footer-brand {
        grid-column: span 3;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 16px 24px;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .footer-brand {
        grid-column: span 2;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-brand {
        grid-column: span 1;
    }

    .footer-column-title {
        font-size: 16px;
    }

    .footer-description {
        max-width: 100%;
    }
}

/* WPForms Modern Reset */
.wpforms-form {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 1.5;
    max-width: 100%;
}

.wpforms-field {
    margin-bottom: 1.5rem;
}

.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    transition: all 0.2s ease;
}

.wpforms-field input:focus,
.wpforms-field textarea:focus,
.wpforms-field select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.wpforms-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.wpforms-submit-container {
    margin-top: 2rem;
    text-align: center;
}

.wpforms-submit {
    background: #2563eb;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.wpforms-submit:hover {
    background: #1e40af;
}

.wpforms-submit-spinner {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.wpforms-page-indicator {
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.wpforms-page-indicator-page-title {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.wpforms-page-indicator-steps {
    font-size: 14px;
    color: #444;
}

.wpforms-page-indicator-page-progress-wrap {
    margin-top: 10px;
    background-color: #e5e7eb;
    height: 6px;
    border-radius: 4px;
    overflow: hidden;
}

.wpforms-page-indicator-page-progress {
    height: 100%;
    background-color: #2563eb !important;
    transition: width 0.3s ease-in-out;
}

.wpforms-page-button {
    background-color: #2563eb;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    margin: 10px 0;
}

.wpforms-page-button[aria-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed;
}

.wpforms-page-button:hover:not([aria-disabled="true"]) {
    background-color: #1e40af;
}

/* Checkbox styling */
.wpforms-field-checkbox ul {
    list-style: none;
    padding-left: 0;
}

.wpforms-field-checkbox li {
    margin-bottom: 10px;
}

.wpforms-field-checkbox input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #2563eb;
}

/* Header Styling */
.header-new {
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 24px;
    position: sticky;
    top: 0;
    z-index: 100;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.header-new-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.logo-icon {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-links {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}

.nav-link {
    color: #6b7280;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: #374151;
}

.cta-button {
    background-color: #e48136;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(244, 247, 253, 0.5);
    background-color: #e48136;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #6b7280;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 24px;
    flex-direction: column;
    gap: 16px;
}

.mobile-menu.active {
    display: flex;
}

.mobile-nav-link {
    color: #6b7280;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}

.mobile-nav-link:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .cta-button {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .header-new {
        padding: 0 16px;
    }

    .mobile-menu .cta-button {
        display: inline-block;
        text-align: center;
        margin-top: 8px;
    }
}

.hamburger {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.hamburger span {
    width: 100%;
    height: 2px;
    background-color: #6b7280;
    transition: all 0.3s ease;
}
