/* ==========================================================================
   Manufacturing (industry child page of the Resources hub)
   Uses tokens from css/brand-v1.6.css. Master-brand / cross-platform page,
   so accents stay Navy + Teal — never Indigo or Coral here, even though
   the content is entirely about DataArtha Prime; the Resources section
   itself is cross-platform navigation, not inside the Prime product UI.
   ========================================================================== */

/* ---- Hero visual: 3-stage production line (2026-08-17, Track B Cluster A;
   frame+fill fix 2026-08-17) — input material -> machine -> output
   inventory, a literal read of this page's own headline ("production,
   inventory, and workforce — one system that keeps up"). Square blocks
   (not the circular nodes used on the two Pulse "journey" industry
   pages), the machine stage accent-highlighted as the active stage.

   Frame+fill fix: added the missing enclosing .imhv-frame (matching the
   site's established hero-visual convention — see it-consulting.css's
   comment for the full writeup); the 3 stages were only 54px tall in a
   ~230px-tall frame, so enlarged them and added short labels underneath
   (Materials/Production/Inventory) to use real vertical space instead of
   empty padding. ---- */

.imhv-fallback {
    position: absolute;
    inset: 0;
}

.imhv-frame {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    backdrop-filter: blur(6px);
}

.imhv-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
}

.imhv-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.imhv-line .imhv-arrow {
    margin-top: 30px;
}

.imhv-stage {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: color-mix(in srgb, var(--da-white) 65%, transparent);
}

.imhv-stage--machine {
    background: var(--accent, var(--da-teal-600));
    border-color: var(--accent, var(--da-teal-600));
    color: var(--da-white);
}

.imhv-label {
    font-size: 0.65rem;
    font-weight: 600;
    color: color-mix(in srgb, var(--da-white) 70%, transparent);
    white-space: nowrap;
}

.imhv-arrow {
    font-size: 1.1rem;
    color: color-mix(in srgb, var(--da-white) 40%, transparent);
}

/* ---- Shared section label / title pattern ---- */

/* ---- Overview ---- */

.im-intro {
    padding: 70px 0 20px;
    background: var(--da-white);
}

/* ---- Where DataArtha Pulse Helps Most ---- */

.im-expertise {
    padding: 60px 0;
    background: var(--da-gray-100);
}

/* ---- Benefits + Demo CTA ---- */

.im-benefits {
    padding: 70px 0;
    background: var(--da-white);
}

.im-consult-text {
    font-size: 0.98rem;
    color: var(--da-gray-500);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* ---- Other industries ---- */

.im-related {
    padding: 60px 0 70px;
    background: var(--da-gray-100);
}

/* ---- Closing CTA band ---- */

.im-cta-band {
    background: var(--da-navy-700);
    padding: 60px 0;
}

.im-cta-content {
    text-align: center;
    color: var(--da-white);
}

/* ---- Responsive ---- */

@media (max-width: 991.98px) {

    .im-hero-title {
        font-size: 2.1rem;
    }

    .im-hero-visual {
        max-width: 380px;
        margin-top: 1rem;
    }

    .im-section-title {
        font-size: 1.65rem;
    }

    .im-consult-card {
        margin-top: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .im-hero-title {
        font-size: 1.75rem;
    }

    .im-section-title {
        font-size: 1.5rem;
    }

    .im-expertise-card,
    .im-related-card {
        padding: 1.75rem;
    }

    .im-consult-card {
        padding: 2rem 1.5rem;
    }

    .im-cta-title {
        font-size: 1.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .im-expertise-card,
    .im-related-card,
    .im-consult-cta,
    .im-cta-actions a {
        transition: none;
    }

    .im-expertise-card:hover,
    .im-related-card:hover,
    .im-consult-cta:hover,
    .im-cta-actions a:hover {
        transform: none;
    }
}
