/* Odoo Warehouse Management Page */

/* Hero Section - Brand blue gradient */
.section.hero--odoo-warehouse {
    background: linear-gradient(135deg, #002b5c 0%, #001a3d 100%) !important;
    text-align: left;
}

.section.hero--odoo-warehouse .hero__content { color: #ffffff; }

.section.hero--odoo-warehouse .hero__badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff !important;
    padding: 0.35rem 0.9rem;
    border-radius: 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.25rem;
}

.section.hero--odoo-warehouse .hero__title {
    color: #ffffff !important;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .section.hero--odoo-warehouse .hero__title { font-size: 3rem; }
}

.section.hero--odoo-warehouse .hero__subtitle {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 720px;
    margin-bottom: 1.5rem;
}

.section.hero--odoo-warehouse .hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.92);
}

.section.hero--odoo-warehouse .hero__meta__item {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 0.9375rem;
}

.section.hero--odoo-warehouse .hero__meta__item strong {
    color: #ffffff !important;
    margin-right: 0.25rem;
}

.section.hero--odoo-warehouse .hero__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

/* Metrics in Hero */
.section.hero--odoo-warehouse .metric { display: block; }

.section.hero--odoo-warehouse .metric__value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.section.hero--odoo-warehouse .metric__label {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.85) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Introduction */
.section__description {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #666;
    max-width: 800px;
    margin: 0 auto 3rem;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.feature-card__icon {
    color: #002b5c;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-card__title {
    color: #002b5c;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.feature-card__description {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Workflows Grid */
.workflows-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.workflow-card {
    background: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.workflow-card__header {
    background: linear-gradient(135deg, #002b5c 0%, #001a3d 100%);
    color: #ffffff;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.workflow-card__name {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.workflow-card__header i {
    font-size: 1.5rem;
}

.workflow-card__body {
    padding: 1.5rem;
}

.workflow-card__description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.workflow-card__steps {
    margin-bottom: 1.5rem;
}

.workflow-card__steps h4 {
    color: #333;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
}

.workflow-card__steps ol {
    padding-left: 1.5rem;
    margin: 0;
}

.workflow-card__steps li {
    padding: 0.25rem 0;
    color: #555;
}

.workflow-card__benefits h4 {
    color: #333;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
}

.workflow-card__benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.workflow-card__benefits li {
    padding: 0.25rem 0;
    color: #555;
}

.workflow-card__benefits li i {
    color: #10b981;
    margin-right: 0.5rem;
}

/* Advanced Capabilities Grid */
.advanced-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.advanced-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 0.5rem;
    border-left: 4px solid #002b5c;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.advanced-card__title {
    color: #002b5c;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.advanced-card__description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.advanced-card__use-case {
    background: #e7eef7;
    padding: 1rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    color: #001a3d;
}

/* Reports Grid */
.reports-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.report-card {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.report-card__icon {
    color: #002b5c;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.report-card__title {
    color: #333;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.report-card__description {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.9375rem;
}

/* Integration Grid */
.integration-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.integration-card {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.integration-card__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.integration-card__header i {
    color: #002b5c;
    font-size: 1.5rem;
}

.integration-card__system {
    color: #002b5c;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.integration-card__description {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Pricing Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.pricing-card {
    background: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}

.pricing-card:hover {
    transform: translateY(-4px);
}

.pricing-card__header {
    background: linear-gradient(135deg, #002b5c 0%, #001a3d 100%);
    color: #ffffff;
    padding: 2rem;
    text-align: center;
}

.pricing-card__name {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.pricing-card__price {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.pricing-card__timeline {
    opacity: 0.9;
    font-size: 0.875rem;
    margin: 0;
}

.pricing-card__body {
    padding: 2rem;
}

.pricing-card__description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.pricing-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.pricing-card__features li {
    padding: 0.5rem 0;
    color: #555;
}

.pricing-card__features li i {
    color: #10b981;
    margin-right: 0.5rem;
}

.pricing-card__cta {
    display: block;
    width: 100%;
    text-align: center;
}

/* CTA Section */
.section--cta {
    background: linear-gradient(135deg, #002b5c 0%, #001a3d 100%);
    color: #ffffff;
}

.cta__title {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 700;
}

.cta__subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.cta__features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.cta__feature {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
}

.cta__feature i {
    color: #10b981;
}

.cta__buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta__buttons .btn--primary {
    background: #ffffff;
    color: #002b5c;
    border: none;
}

.cta__buttons .btn--primary:hover {
    background: #f8f9fa;
}

.cta__buttons .btn-outline-secondary {
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.cta__buttons .btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

/* Section Transitions */
.section {
    padding: 5rem 0;
}

.section--gray {
    background: #f8f9fa;
}

.section--hero {
    padding: 6rem 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .workflows-grid {
        grid-template-columns: 1fr;
    }

    .advanced-grid {
        grid-template-columns: 1fr;
    }

    .reports-grid {
        grid-template-columns: 1fr;
    }

    .integration-grid {
        grid-template-columns: 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .cta__title {
        font-size: 1.75rem;
    }

    .section--hero {
        padding: 4rem 0;
    }
}

/* ---- Force white headings on dark-gradient containers (override global h1/h2/h3 dark color) ---- */
.section--cta h1, .section--cta h2, .section--cta h3, .section--cta h4,
.section--cta .cta__title, .section--cta .cta__subtitle,
.pricing-card__header h1, .pricing-card__header h2, .pricing-card__header h3, .pricing-card__header h4,
.pricing-card__header .pricing-card__name, .pricing-card__header .pricing-card__price, .pricing-card__header .pricing-card__timeline,
.platform-card__header h1, .platform-card__header h2, .platform-card__header h3, .platform-card__header h4,
.platform-card__header .platform-card__name,
.service-card__header h1, .service-card__header h2, .service-card__header h3, .service-card__header h4,
.service-card__header .service-card__title,
.workflow-card__header h1, .workflow-card__header h2, .workflow-card__header h3, .workflow-card__header h4,
.integration-card__header h1, .integration-card__header h2, .integration-card__header h3, .integration-card__header h4,
.comparison-table th {
    color: #ffffff !important;
}
