/* ==========================================================================
   Wholesale & Retail (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: inventory/storefront sync loop (2026-08-17, Track B
   Cluster A; frame+fill fix 2026-08-17) — 2 nodes (inventory, storefront)
   flanking a large sync icon, a literal read of this page's own headline
   ("stock, sales, and customers — always in sync"). Deliberately just 2
   nodes, distinct from every other Industries page's 3-5 node
   journey/wheel.

   Frame+fill fix: added the missing enclosing .iwrhv-frame (matching the
   site's established hero-visual convention — see it-consulting.css's
   comment for the full writeup); enlarged the nodes and sync icon, and
   added short labels underneath (Inventory/Storefront) to use real
   vertical space instead of empty padding. ---- */

.iwrhv-fallback {
    position: absolute;
    inset: 0;
}

.iwrhv-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);
}

.iwrhv-sync {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-start;
    gap: 1.75rem;
}

.iwrhv-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.iwrhv-sync-icon {
    margin-top: 34px;
    font-size: 2.1rem;
    color: var(--accent, var(--da-teal-400));
}

.iwrhv-node {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    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) 70%, transparent);
}

.iwrhv-label {
    font-size: 0.65rem;
    font-weight: 600;
    color: color-mix(in srgb, var(--da-white) 70%, transparent);
    white-space: nowrap;
}

/* ---- Shared section label / title pattern ---- */

/* ---- Overview ---- */

.iwr-intro {
    padding: 70px 0 20px;
    background: var(--da-white);
}

/* ---- Where DataArtha Pulse Helps Most ---- */

.iwr-expertise {
    padding: 60px 0;
    background: var(--da-gray-100);
}

/* ---- Benefits + Demo CTA ---- */

.iwr-benefits {
    padding: 70px 0;
    background: var(--da-white);
}

.iwr-consult-text {
    font-size: 0.98rem;
    color: var(--da-gray-500);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* ---- Other industries ---- */

.iwr-related {
    padding: 60px 0 70px;
    background: var(--da-gray-100);
}

/* ---- Closing CTA band ---- */

.iwr-cta-band {
    background: var(--da-navy-700);
    padding: 60px 0;
}

.iwr-cta-content {
    text-align: center;
    color: var(--da-white);
}

/* ---- Responsive ---- */

@media (max-width: 991.98px) {

    .iwr-hero-title {
        font-size: 2.1rem;
    }

    .iwr-hero-visual {
        max-width: 380px;
        margin-top: 1rem;
    }

    .iwr-section-title {
        font-size: 1.65rem;
    }

    .iwr-consult-card {
        margin-top: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .iwr-hero-title {
        font-size: 1.75rem;
    }

    .iwr-section-title {
        font-size: 1.5rem;
    }

    .iwr-expertise-card,
    .iwr-related-card {
        padding: 1.75rem;
    }

    .iwr-consult-card {
        padding: 2rem 1.5rem;
    }

    .iwr-cta-title {
        font-size: 1.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .iwr-expertise-card,
    .iwr-related-card,
    .iwr-consult-cta,
    .iwr-cta-actions a {
        transition: none;
    }

    .iwr-expertise-card:hover,
    .iwr-related-card:hover,
    .iwr-consult-cta:hover,
    .iwr-cta-actions a:hover {
        transform: none;
    }
}
