/*
Theme Name: Indo Hydraulics
Theme URI: https://example.com/indo-hydraulics
Author: Codex
Author URI: https://openai.com
Description: Industrial B2B WordPress theme for hydraulic hose, fittings, WooCommerce catalogs, Elementor pages, and inquiry workflows.
Version: 1.2.49
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: indo-hydraulics
Tags: e-commerce, custom-logo, custom-menu, featured-images, block-styles, translation-ready
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.ih-section[id],
#quote-form {
    scroll-margin-top: 142px;
}

body {
    margin: 0;
    background: var(--ih-bg);
    color: var(--ih-text);
    font-family: var(--ih-body-font);
    font-size: var(--ih-base-font);
    line-height: var(--ih-line-height);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--ih-link);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--ih-link-hover);
}

button,
input,
textarea,
select {
    font: inherit;
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.skip-link:focus {
    z-index: 9999;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    background: var(--ih-accent);
    color: var(--ih-secondary);
    clip: auto;
}

.ih-container {
    width: min(calc(100% - 32px), var(--ih-container));
    margin-inline: auto;
}

.ih-section {
    padding: 76px 0;
}

.ih-section--compact {
    padding: 48px 0;
}

.ih-section--default {
    padding: 76px 0;
}

.ih-section--spacious {
    padding: 108px 0;
}

.ih-section--content {
    background: var(--ih-card);
}

.ih-main {
    position: relative;
    z-index: 0;
    min-height: 60vh;
}

.ih-eyebrow {
    margin: 0 0 12px;
    color: var(--ih-primary);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 16px;
    color: var(--ih-secondary);
    font-family: var(--ih-heading-font);
    line-height: 1.12;
}

h1 {
    font-size: 4.05rem;
    max-width: 780px;
}

h2 {
    font-size: 3.15rem;
}

h3 {
    font-size: 1.25rem;
}

p {
    margin-top: 0;
}

.ih-btn,
.zc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: var(--ih-radius);
    padding: 12px 18px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
    cursor: pointer;
}

.ih-btn:hover,
.ih-btn:focus,
.zc-btn:hover,
.zc-btn:focus {
    transform: translateY(-1px);
}

.ih-btn-primary,
.zc-btn-primary {
    background: var(--ih-accent);
    color: var(--ih-secondary);
    border-color: var(--ih-accent);
}

.ih-btn-secondary {
    background: var(--ih-primary);
    color: #fff;
    border-color: var(--ih-primary);
}

.ih-btn-outline {
    background: transparent;
    color: var(--ih-primary);
    border-color: var(--ih-primary);
}

.ih-btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.36);
}

.ih-btn-text {
    min-height: auto;
    padding: 0;
    background: transparent;
    color: var(--ih-primary);
    border: 0;
}

.ih-btn-mini {
    min-height: 36px;
    padding: 9px 12px;
    font-size: 0.88rem;
    background: var(--ih-secondary);
    color: #fff;
}

.ih-promo {
    background: var(--ih-promo-bg, #101820);
    color: var(--ih-promo-text, #fff);
    font-size: 0.92rem;
}

.ih-promo[hidden] {
    display: none;
}

.ih-promo__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 42px;
    position: relative;
}

.ih-promo p {
    margin: 0;
}

.ih-promo a {
    color: var(--ih-accent);
    font-weight: 800;
}

.ih-promo__close {
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    border: 0;
    color: var(--ih-promo-close, var(--ih-accent));
    background: transparent;
    font-size: 22px;
    cursor: pointer;
}

.ih-header {
    position: relative;
    z-index: 1000;
    isolation: isolate;
    width: 100%;
    background: var(--ih-nav-bg, #fff);
    color: var(--ih-nav-text, var(--ih-text));
    border-bottom: 0;
    box-shadow: 0 1px 0 rgba(11, 22, 40, 0.08);
}

.ih-header--sticky {
    position: sticky;
    top: 0;
}

.ih-header.is-scrolled {
    background: var(--ih-sticky-bg, #fff);
    box-shadow: 0 12px 26px rgba(11, 22, 40, 0.10);
}

.ih-header__language {
    display: flex;
    align-items: center;
}

.ih-header__language .fanyi2-language-switcher {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.ih-header__language .fanyi2-switcher-select {
    min-height: 42px;
    max-width: 150px;
    padding: 8px 30px 8px 12px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: #fff;
    box-shadow: none;
    color: var(--ih-text);
    font-size: 0.82rem;
}

.ih-header__inner {
    display: grid;
    grid-template-columns: minmax(230px, 340px) 1fr auto;
    align-items: center;
    gap: 22px;
    min-height: 78px;
}

.ih-logo {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-width: 0;
    color: var(--ih-secondary);
}

.ih-logo img {
    width: auto;
}

.ih-logo__text {
    display: none;
}

.ih-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ih-nav {
    position: relative;
    z-index: 2;
}

.ih-menu li {
    position: relative;
}

.ih-menu > .menu-item {
    display: flex;
    align-items: center;
}

.ih-menu > .ih-menu-products,
.ih-menu > .ih-menu-industries {
    position: static;
}

.ih-menu .sub-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    z-index: 40;
    display: none;
    min-width: 300px;
    padding: 10px;
    margin: 0;
    list-style: none;
    border: 1px solid var(--ih-border);
    border-top: 4px solid var(--ih-primary);
    border-radius: var(--ih-radius);
    background: #fff;
    box-shadow: var(--ih-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.ih-menu .sub-menu .sub-menu {
    top: -8px;
    left: calc(100% + 8px);
}

.ih-menu li:not(.ih-menu-products):hover > .sub-menu,
.ih-menu li:not(.ih-menu-products):focus-within > .sub-menu,
.ih-menu li.is-submenu-open > .sub-menu {
    display: grid;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ih-menu .sub-menu a {
    padding: 11px 12px;
    border-radius: calc(var(--ih-radius) - 2px);
    color: var(--ih-text);
    font-size: 0.9rem;
    font-weight: 800;
}

.ih-menu .sub-menu a:hover,
.ih-menu .sub-menu a:focus {
    background: #f3f6fb;
    color: var(--ih-primary);
}

.ih-menu > .menu-item > a,
.ih-menu-dropdown__trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 12px;
    border: 0;
    border-radius: var(--ih-radius);
    background: transparent;
    color: var(--ih-nav-text, var(--ih-text));
    font-size: 0.95rem;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
}

.ih-menu > .menu-item-has-children:not(.ih-menu-products) > a::after,
.ih-menu > .page_item_has_children > a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.ih-menu > .menu-item > a:hover,
.ih-menu > .menu-item > a:focus,
.ih-menu-dropdown__trigger:hover,
.ih-menu-dropdown__trigger:focus,
.ih-menu-dropdown:hover .ih-menu-dropdown__trigger,
.ih-menu-dropdown.is-submenu-open .ih-menu-dropdown__trigger {
    background: #eef4fb;
    color: var(--ih-nav-hover, var(--ih-primary));
}

.ih-submenu-toggle {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: var(--ih-radius);
    background: transparent;
    color: var(--ih-nav-text, var(--ih-text));
    cursor: pointer;
}

.ih-submenu-toggle:hover,
.ih-submenu-toggle:focus {
    background: #eef4fb;
    color: var(--ih-nav-hover, var(--ih-primary));
}

.ih-submenu-toggle__icon {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.ih-menu-dropdown.is-submenu-open .ih-submenu-toggle__icon {
    transform: rotate(225deg) translate(-2px, -1px);
}

@media (min-width: 993px) {
    .ih-menu > .ih-menu-dropdown > .sub-menu::before {
        content: "";
        position: absolute;
        top: -18px;
        right: 0;
        left: 0;
        height: 18px;
    }

    .ih-menu > .ih-menu-products:hover > .sub-menu,
    .ih-menu > .ih-menu-products:focus-within > .sub-menu {
        display: grid;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .ih-menu > .ih-menu-dropdown:hover .ih-submenu-toggle__icon {
        transform: rotate(225deg) translate(-2px, -1px);
    }
}

.ih-menu > .ih-menu-products > .sub-menu {
    right: 0;
    left: auto;
    width: min(790px, calc(100vw - 32px));
    max-height: min(62vh, 360px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow-y: auto;
    padding: 10px;
    border-top-width: 3px;
}

.ih-products-mega__group {
    min-width: 0;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: #fff;
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ih-products-mega__group:not(.ih-products-mega__group--all):hover,
.ih-products-mega__group:not(.ih-products-mega__group--all):focus-within {
    border-color: rgba(0, 61, 143, 0.36);
    box-shadow: 0 10px 24px rgba(11, 22, 40, 0.08);
    transform: translateY(-1px);
}

.ih-products-mega__group--all {
    display: grid;
    grid-column: 1 / -1;
    align-content: start;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 14px;
    padding: 12px 14px;
    border-color: rgba(0, 61, 143, 0.18);
    background:
        linear-gradient(145deg, rgba(0, 61, 143, 0.08), rgba(243, 194, 71, 0.10)),
        #f8fafc;
}

.ih-products-mega__badge {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    width: fit-content;
    min-height: 24px;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(0, 61, 143, 0.10);
    color: var(--ih-primary);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ih-products-mega__title {
    display: grid;
    gap: 4px;
    min-height: 0;
    padding: 10px 12px 5px;
    border-bottom: 0;
    white-space: normal;
}

.ih-products-mega__group--all .ih-products-mega__title {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
}

.ih-products-mega__group:not(.ih-products-mega__group--all) .ih-products-mega__title {
    align-content: center;
    min-height: 88px;
    height: 100%;
    padding: 14px;
}

.ih-products-mega__title span,
.ih-products-mega__title small {
    display: block;
}

.ih-products-mega__title span {
    color: var(--ih-secondary);
    font-size: 0.86rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.ih-products-mega__group--all .ih-products-mega__title span {
    font-size: 0.94rem;
}

.ih-products-mega__title small {
    color: var(--ih-primary);
    font-size: 0.66rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ih-products-mega__links {
    display: grid;
    gap: 1px;
    padding: 0 12px 10px;
    margin: 0;
    list-style: none;
}

.ih-products-mega__links a {
    padding: 3px 0;
    color: var(--ih-muted);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.28;
    white-space: normal;
    overflow-wrap: anywhere;
}

.ih-products-mega__links a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 6px;
    border-radius: 50%;
    background: var(--ih-accent);
    vertical-align: 1px;
}

.ih-products-mega__more {
    color: var(--ih-primary) !important;
}

.ih-products-mega__links a:hover,
.ih-products-mega__links a:focus {
    color: var(--ih-primary);
}

.ih-products-mega__summary {
    grid-column: 1;
    grid-row: 2;
    max-width: 560px;
    margin: 0;
    color: var(--ih-muted);
    font-size: 0.76rem;
    line-height: 1.42;
}

.ih-menu > .ih-menu-industries > .sub-menu {
    right: 0;
    left: auto;
    width: min(830px, calc(100vw - 32px));
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    border-top-width: 3px;
    transform: translateY(8px);
}

.ih-menu > .ih-menu-industries:hover > .sub-menu,
.ih-menu > .ih-menu-industries:focus-within > .sub-menu,
.ih-menu > .ih-menu-industries.is-submenu-open > .sub-menu {
    transform: translateY(0);
}

.ih-industries-menu__item {
    min-width: 0;
}

.ih-menu .ih-industries-menu__item a {
    display: grid;
    align-content: start;
    min-height: 126px;
    gap: 7px;
    padding: 14px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: #fff;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ih-menu .ih-industries-menu__item a:hover,
.ih-menu .ih-industries-menu__item a:focus {
    border-color: rgba(0, 61, 143, 0.3);
    background: #f8fafc;
    box-shadow: 0 10px 24px rgba(11, 22, 40, 0.08);
    transform: translateY(-1px);
}

.ih-industries-menu__eyebrow {
    color: var(--ih-primary);
    font-size: 0.7rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.ih-industries-menu__item strong {
    color: var(--ih-text);
    font-size: 0.98rem;
    line-height: 1.2;
}

.ih-industries-menu__item small {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 2px;
    color: var(--ih-muted);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.25;
}

.ih-industries-menu__item small span {
    display: inline-flex;
    min-height: 23px;
    align-items: center;
    padding: 4px 7px;
    border-radius: 999px;
    background: #eef4fb;
    color: var(--ih-secondary);
}

.ih-header__actions {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.ih-icon-btn,
.ih-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: #fff;
    color: var(--ih-primary);
    cursor: pointer;
}

.ih-icon--search {
    position: relative;
    width: 18px;
    height: 18px;
}

.ih-icon--search::before {
    content: "";
    position: absolute;
    inset: 1px 4px 4px 1px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.ih-icon--search::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 8px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: center;
}

.ih-menu-toggle {
    display: none;
}

.ih-product-nav {
    background: var(--ih-primary);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.ih-product-nav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 52px;
    overflow-x: auto;
    scrollbar-width: none;
}

.ih-product-nav__inner::-webkit-scrollbar {
    display: none;
}

.ih-product-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.ih-product-nav a:hover,
.ih-product-nav a:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.ih-menu-toggle__bar,
.ih-menu-toggle__bar::before,
.ih-menu-toggle__bar::after {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ih-mobile-icon-color, var(--ih-primary));
    content: "";
}

.ih-menu-toggle__bar {
    position: relative;
}

.ih-menu-toggle__bar::before {
    position: absolute;
    top: -7px;
}

.ih-menu-toggle__bar::after {
    position: absolute;
    top: 7px;
}

.ih-header-search {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--ih-border);
    padding: 14px 0;
    background: #fff;
}

.ih-header-search form,
.ih-empty form,
.ih-page-hero form {
    display: flex;
    gap: 10px;
}

.ih-header-search input[type="search"],
.ih-empty input[type="search"],
.ih-page-hero input[type="search"] {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    padding: 10px 12px;
}

.ih-hero {
    position: relative;
    overflow: hidden;
    min-height: 590px;
    background: #071322;
    color: #fff;
}

.ih-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    display: none;
    background:
        linear-gradient(90deg, rgba(7, 19, 34, 0.94) 0%, rgba(7, 19, 34, 0.82) 48%, rgba(7, 19, 34, 0.24) 100%),
        linear-gradient(180deg, rgba(0, 61, 143, 0.30), rgba(7, 19, 34, 0.12));
    z-index: 1;
    pointer-events: none;
}

.ih-hero__slides,
.ih-hero__slide,
.ih-hero__media {
    position: absolute;
    inset: 0;
}

.ih-hero__slide {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 780ms ease, visibility 780ms ease;
}

.ih-hero__slide.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.ih-hero__slide:not(.is-active) {
    pointer-events: none;
}

.ih-hero__media {
    overflow: hidden;
    z-index: 0;
}

.ih-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(7, 19, 34, 0.94) 0%, rgba(7, 19, 34, 0.82) 48%, rgba(7, 19, 34, 0.24) 100%),
        linear-gradient(180deg, rgba(0, 61, 143, 0.30), rgba(7, 19, 34, 0.12));
    pointer-events: none;
}

.ih-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
    transition: transform 7200ms cubic-bezier(0.2, 0.7, 0.15, 1);
}

.ih-hero__slide.is-active .ih-hero__media img {
    transform: scale(1);
}

.ih-hero__inner {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
    align-items: center;
    min-height: 590px;
    padding-top: 70px;
    padding-bottom: 86px;
}

.ih-hero__copy {
    position: relative;
    z-index: 5;
    max-width: 760px;
    padding-left: 26px;
    opacity: 0;
    transform: translateY(18px);
}

.ih-hero__copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 12px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--ih-accent), rgba(0, 101, 185, 0.2));
}

.ih-hero__slide.is-active .ih-hero__copy {
    animation: ihHeroCopyIn 720ms ease 120ms both;
}

.ih-hero__kicker {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.ih-hero__kicker .ih-eyebrow {
    margin: 0;
}

.ih-hero__count {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--ih-accent);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0;
}

.ih-hero .ih-eyebrow,
.ih-hero h1,
.ih-hero h2,
.ih-hero p {
    color: #fff;
}

.ih-hero h1,
.ih-hero h2 {
    max-width: 720px;
    margin-bottom: 18px;
    color: #fff;
    letter-spacing: 0;
}

.ih-hero__desc {
    max-width: 610px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.15rem;
}

.ih-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
    opacity: 0;
    transform: translateY(10px);
}

.ih-hero__slide.is-active .ih-hero__actions {
    animation: ihHeroCopyIn 620ms ease 260ms both;
}

.ih-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
    opacity: 0;
    transform: translateY(10px);
}

.ih-hero__slide.is-active .ih-hero__proof {
    animation: ihHeroCopyIn 620ms ease 390ms both;
}

.ih-hero__proof span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.85rem;
    font-weight: 800;
}

.ih-hero__controls {
    position: absolute;
    right: max(16px, calc((100vw - var(--ih-container)) / 2));
    bottom: 32px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(7, 19, 34, 0.56);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.ih-hero__arrow,
.ih-hero__dot {
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.ih-hero__arrow {
    position: relative;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.ih-hero__arrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.ih-hero__arrow--prev::before {
    transform: rotate(-135deg) translate(-1px, -1px);
}

.ih-hero__arrow--next::before {
    transform: rotate(45deg) translate(-1px, 1px);
}

.ih-hero__arrow:hover,
.ih-hero__arrow:focus {
    background: var(--ih-accent);
    color: var(--ih-secondary);
}

.ih-hero__dots {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ih-hero__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
}

.ih-hero__dot.is-active {
    width: 28px;
    border-radius: 999px;
    background: var(--ih-accent);
}

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

.ih-home-trust {
    margin-top: 0;
    position: relative;
    z-index: 3;
    padding: 44px 0;
    border-bottom: 1px solid var(--ih-border);
    background: #fff;
}

.ih-home-trust__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.48fr);
    gap: 34px;
    align-items: end;
}

.ih-home-trust__copy .ih-eyebrow {
    margin-bottom: 8px;
}

.ih-home-trust__copy h2 {
    margin: 0;
    max-width: 760px;
    color: var(--ih-secondary);
    font-size: 3rem;
    line-height: 1.04;
}

.ih-home-trust__copy p:not(.ih-eyebrow) {
    max-width: 560px;
    margin: 16px 0 0;
    color: var(--ih-muted);
    font-size: 1.18rem;
    line-height: 1.45;
}

.ih-home-trust__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.ih-home-trust__proof span {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 15px;
    border: 1px solid var(--ih-border);
    border-left: 3px solid var(--ih-accent);
    border-radius: 6px;
    background: #f7f9fc;
    color: var(--ih-secondary);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.2;
}

.ih-numbers {
    position: relative;
    overflow: hidden;
    padding: 36px 0 40px;
    background: #102338;
    color: #fff;
}

.ih-numbers::before {
    display: none;
}

.ih-numbers .ih-container {
    position: relative;
    z-index: 1;
}

.ih-numbers__head {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 24px;
    margin-bottom: 26px;
    text-align: center;
}

.ih-numbers__head .ih-eyebrow {
    color: var(--ih-accent);
}

.ih-numbers__head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.65rem, 2.6vw, 2.65rem);
    line-height: 1.06;
}

.ih-numbers__head > p {
    max-width: 440px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.98rem;
    line-height: 1.28;
    text-align: left;
}

.ih-numbers__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ih-number-card {
    position: relative;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    grid-template-areas:
        "icon value"
        "icon label";
    column-gap: 18px;
    align-items: center;
    min-height: 96px;
    padding: 8px 28px;
}

.ih-number-card + .ih-number-card {
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.ih-number-card__icon {
    grid-area: icon;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: #0b65b9;
}

.ih-number-card__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 4.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ih-number-card__value {
    grid-area: value;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1.85rem, 2.5vw, 2.55rem);
    font-weight: 900;
    line-height: 1;
}

.ih-number-card__label {
    grid-area: label;
    align-self: start;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1.25;
}

.ih-factory-strength {
    background:
        linear-gradient(180deg, #fff 0%, #f3f7fb 100%);
}

.ih-factory-strength__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: center;
}

.ih-factory-strength__copy h2 {
    max-width: 760px;
    margin-bottom: 16px;
    color: #0b2c50;
    font-size: clamp(2.3rem, 3.6vw, 3.85rem);
    line-height: 1;
}

.ih-factory-strength__copy > p:not(.ih-eyebrow) {
    max-width: 680px;
    color: var(--ih-muted);
    font-size: 1.06rem;
    line-height: 1.55;
}

.ih-factory-strength__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.ih-factory-strength__metrics div {
    min-height: 106px;
    padding: 18px;
    border: 1px solid rgba(14, 43, 76, 0.12);
    border-left: 4px solid var(--ih-accent);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(11, 22, 40, 0.07);
}

.ih-factory-strength__metrics strong {
    display: block;
    color: var(--ih-primary);
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    line-height: 1;
}

.ih-factory-strength__metrics span {
    display: block;
    margin-top: 8px;
    color: var(--ih-secondary);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.28;
}

.ih-factory-strength__quality {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 680px;
    margin-top: 18px;
}

.ih-factory-strength__quality span {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #e8f0f8;
    color: #0b2c50;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.15;
}

.ih-factory-strength__media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ih-factory-strength__photo {
    position: relative;
    min-width: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    background: #071322;
    box-shadow: 0 20px 46px rgba(11, 22, 40, 0.14);
}

.ih-factory-strength__photo--wide {
    grid-column: 1 / -1;
}

.ih-factory-strength__photo img {
    width: 100%;
    height: 100%;
    min-height: 224px;
    object-fit: cover;
}

.ih-factory-strength__photo--wide img {
    aspect-ratio: 2.2 / 1;
}

.ih-factory-strength__photo:not(.ih-factory-strength__photo--wide) img {
    aspect-ratio: 1.16 / 1;
}

.ih-factory-strength__photo figcaption {
    position: absolute;
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    padding: 8px 10px;
    border-radius: 6px;
    background: rgba(7, 19, 34, 0.78);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.15;
}

.ih-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.ih-section-head > p:not(.ih-eyebrow) {
    color: var(--ih-muted);
    font-size: 1.05rem;
}

.ih-section-head__button {
    margin-top: 6px;
}

.ih-section-head--split {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    max-width: none;
}

.ih-section-head--industries {
    display: grid;
    justify-items: center;
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.ih-section-head--industries .ih-eyebrow {
    margin-bottom: 8px;
}

.ih-section-head--industries h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: 100%;
    margin-bottom: 12px;
    color: #0b2c50;
    font-size: clamp(2.25rem, 4vw, 3.7rem);
    line-height: 0.98;
    text-transform: uppercase;
    white-space: nowrap;
}

.ih-section-head--industries h2::before,
.ih-section-head--industries h2::after {
    content: "";
    flex: 0 1 128px;
    height: 4px;
    background: #0b2c50;
}

.ih-section-head--industries > div > p:not(.ih-eyebrow) {
    max-width: 720px;
    margin-inline: auto;
    color: var(--ih-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.ih-category-grid,
.ih-spec-grid,
.ih-industry-grid,
.ih-solution-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ih-category-card,
.ih-spec-card,
.ih-industry-card,
.ih-solution-card,
.ih-post-card,
.ih-sidebar .widget {
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: var(--ih-card);
    box-shadow: var(--ih-shadow);
}

.ih-category-card {
    position: relative;
    display: block;
    min-height: 286px;
    overflow: hidden;
    color: #fff;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ih-category-card:nth-child(1),
.ih-category-card:nth-child(6n) {
    grid-column: span 2;
}

.ih-category-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ih-category-grid--compact .ih-category-card,
.ih-category-grid--compact .ih-category-card:nth-child(1),
.ih-category-grid--compact .ih-category-card:nth-child(6n) {
    grid-column: auto;
}

.ih-category-grid--compact .ih-category-card {
    min-height: 272px;
}

.ih-category-card:hover,
.ih-category-card:focus-within {
    transform: translateY(-3px);
    border-color: rgba(0, 61, 143, 0.22);
    box-shadow: 0 20px 54px rgba(11, 22, 40, 0.16);
}

.ih-category-card__image {
    position: absolute;
    inset: 0;
    display: block;
    background: #071322;
}

.ih-category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.ih-category-card:hover .ih-category-card__image img,
.ih-category-card:focus-within .ih-category-card__image img {
    transform: scale(1.035);
}

.ih-category-card__body {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(7, 19, 34, 0.02) 0%, rgba(7, 19, 34, 0.78) 76%, rgba(7, 19, 34, 0.92) 100%),
        linear-gradient(90deg, rgba(0, 61, 143, 0.42), rgba(7, 19, 34, 0.08));
}

.ih-category-card__index {
    display: block;
    min-height: 0;
    color: var(--ih-accent);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
}

.ih-category-card__body strong {
    max-width: 520px;
    color: #fff;
    font-size: 1.22rem;
    line-height: 1.18;
}

.ih-category-card__body em {
    color: rgba(255, 255, 255, 0.80);
    font-size: 0.84rem;
    font-style: normal;
    font-weight: 800;
}

.ih-category-card__cta {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 8px;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
}

.ih-category-card__cta::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.ih-category-card__body p,
.ih-spec-card p,
.ih-industry-card p {
    color: var(--ih-muted);
}

.ih-featured-products,
.ih-industry-solutions {
    background: #eef3f8;
}

.ih-industry-solutions {
    background:
        linear-gradient(180deg, #f9fbfe 0%, #eef3f8 100%);
}

.ih-solution-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 34px 18px;
    align-items: start;
}

.ih-solution-card {
    grid-column: span 2;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ih-solution-card:nth-child(4),
.ih-solution-card:nth-child(5) {
    grid-column: span 3;
}

.ih-solution-card__media-link {
    display: block;
    overflow: hidden;
    color: #fff;
    background: #071322;
    box-shadow: 0 18px 38px rgba(11, 22, 40, 0.12);
}

.ih-solution-card__image {
    display: block;
    aspect-ratio: 1.4 / 1;
    overflow: hidden;
    background: #071322;
}

.ih-solution-card:nth-child(4) .ih-solution-card__image,
.ih-solution-card:nth-child(5) .ih-solution-card__image {
    aspect-ratio: 2.13 / 1;
}

.ih-solution-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.ih-solution-card:hover .ih-solution-card__image img,
.ih-solution-card:focus-within .ih-solution-card__image img {
    transform: scale(1.035);
}

.ih-solution-card__bar {
    display: flex;
    min-height: 58px;
    align-items: center;
    padding: 12px 22px;
    background:
        linear-gradient(90deg, #052747 0%, #073c6d 100%);
    border-top: 3px solid var(--ih-accent);
}

.ih-solution-card__bar strong {
    color: #fff;
    font-size: clamp(1.16rem, 1.8vw, 1.55rem);
    line-height: 1.05;
    text-transform: uppercase;
}

.ih-solution-card__copy {
    padding: 18px 8px 0;
    color: var(--ih-text);
}

.ih-solution-card:nth-child(4) .ih-solution-card__copy,
.ih-solution-card:nth-child(5) .ih-solution-card__copy {
    padding-inline: 32px;
}

.ih-solution-card__copy p {
    margin-bottom: 12px;
    color: var(--ih-text);
    font-size: 1.02rem;
    line-height: 1.35;
}

.ih-solution-card__applications {
    margin-bottom: 0;
}

.ih-solution-card__applications strong {
    color: #0b2c50;
    font-weight: 900;
}

.ih-solution-card__copy .ih-text-link {
    margin-top: 6px;
}

.ih-solution-card__media-link:hover .ih-solution-card__bar,
.ih-solution-card__media-link:focus .ih-solution-card__bar {
    background:
        linear-gradient(90deg, #003d8f 0%, #073c6d 100%);
}

.ih-solution-card__media-link:hover,
.ih-solution-card__media-link:focus {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(11, 22, 40, 0.16);
}

.ih-solution-card__media-link {
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.ih-solution-card__bar {
    transition: background 180ms ease;
}

.ih-spec-card {
    min-height: 100%;
    padding: 18px;
}

.ih-spec-card img {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: #f4f6fa;
}

.ih-spec-card h3 {
    margin-top: 16px;
}

.ih-capability {
    background: linear-gradient(135deg, #071523 0%, #0d2035 54%, #09213a 100%);
    color: #dce6f3;
}

.ih-capability .ih-eyebrow {
    color: #fff;
}

.ih-capability h2 {
    max-width: 720px;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(2.2rem, 3.25vw, 3.55rem);
    line-height: 1.04;
}

.ih-capability__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.05fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: center;
}

.ih-capability__copy {
    max-width: 720px;
}

.ih-capability__copy > p {
    max-width: 620px;
    margin-top: 0;
    color: #c7d4e5;
    font-size: 1.04rem;
    line-height: 1.55;
}

.ih-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 610px;
    margin-top: 26px;
}

.ih-metric-grid div {
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
}

.ih-metric-grid strong {
    display: block;
    color: var(--ih-accent);
    font-size: 1.65rem;
    line-height: 1;
}

.ih-metric-grid span {
    display: block;
    margin-top: 8px;
    color: #dce6f3;
}

.ih-capability__visual img {
    width: 100%;
    aspect-ratio: 1.24 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.32);
}

.ih-capability__visual {
    position: relative;
    isolation: isolate;
}

.ih-capability__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(7, 19, 34, 0) 45%, rgba(7, 19, 34, 0.48) 100%);
    pointer-events: none;
}

.ih-capability__note {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    width: auto;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(7, 19, 34, 0.78);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

.ih-capability__note strong,
.ih-capability__note span {
    display: block;
}

.ih-capability__note strong {
    color: var(--ih-accent);
    font-size: 0.9rem;
}

.ih-capability__note span {
    margin-top: 6px;
    color: #dce6f3;
    font-size: 0.9rem;
    line-height: 1.45;
}

.ih-industries {
    background: var(--ih-card);
}

.ih-industry-card {
    min-height: 238px;
    padding: 24px;
    border-top: 0;
    overflow: hidden;
    position: relative;
}

.ih-industry-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--ih-primary);
}

.ih-industry-card__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 30px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: #eef4fb;
    color: var(--ih-primary);
    font-size: 0.8rem;
    font-weight: 900;
}

.ih-industry-card a {
    font-weight: 900;
}

.ih-quote {
    background: linear-gradient(180deg, #f5f7fb 0%, #ffffff 100%);
}

.ih-quote__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
    gap: 34px;
    align-items: start;
}

.ih-quote__copy,
.ih-quote__form {
    border-radius: var(--ih-radius);
}

.ih-quote__copy {
    padding: 34px;
    background: #071322;
    color: #dce6f3;
}

.ih-quote__copy h2,
.ih-quote__copy .ih-eyebrow {
    color: #fff;
}

.ih-check-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
}

.ih-check-list li {
    position: relative;
    padding-left: 28px;
}

.ih-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--ih-accent);
}

.ih-contact-proof {
    margin-bottom: 22px;
    padding: 24px;
    border: 1px solid rgba(14, 43, 76, 0.10);
    border-radius: 8px;
    background: #f7f9fc;
}

.ih-contact-proof h3 {
    margin: 0 0 18px;
    color: var(--ih-secondary);
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.12;
}

.ih-contact-proof ul {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ih-contact-proof li {
    position: relative;
    min-width: 0;
    padding-left: 28px;
    color: var(--ih-secondary);
    font-size: 0.98rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.ih-contact-proof li::before {
    content: "\2713";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--ih-primary);
    font-weight: 900;
}

.ih-quote__form {
    padding: 28px;
    border: 1px solid var(--ih-border);
    background: var(--ih-card);
    box-shadow: var(--ih-shadow);
}

.ih-fallback-form,
.zc-inquiry-form {
    display: grid;
    gap: 16px;
}

.ih-fallback-form label,
.zc-inquiry-field {
    display: grid;
    gap: 8px;
    color: var(--ih-secondary);
    font-weight: 800;
}

.ih-fallback-form input,
.ih-fallback-form textarea,
.zc-inquiry-form input,
.zc-inquiry-form textarea,
.zc-inquiry-form select {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    padding: 11px 12px;
    background: #fff;
    color: var(--ih-text);
}

.ih-fallback-form textarea,
.zc-inquiry-form textarea {
    min-height: 120px;
}

.ih-page-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 62px;
    background:
        linear-gradient(112deg, rgba(7, 19, 34, 0.98) 0%, rgba(8, 30, 54, 0.96) 56%, rgba(24, 36, 47, 0.94) 100%),
        #071322;
    color: #fff;
}

.ih-page-hero::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ih-primary), var(--ih-accent), transparent 78%);
    opacity: 0.9;
}

.ih-page-hero .ih-container {
    position: relative;
    z-index: 1;
}

.ih-page-hero__inner {
    position: relative;
    max-width: 850px;
    padding-left: 24px;
}

.ih-page-hero__inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 4px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--ih-accent), rgba(0, 101, 185, 0.3));
}

.ih-page-hero h1,
.ih-page-hero p {
    color: #fff;
}

.ih-page-hero h1 {
    margin-bottom: 14px;
    font-size: clamp(2.35rem, 4.1vw, 4rem);
}

.ih-page-hero__inner > p:not(.ih-eyebrow) {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.03rem;
    line-height: 1.5;
}

.ih-page-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.ih-page-hero__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.78rem;
    font-weight: 900;
}

.ih-entry-content {
    max-width: 920px;
}

.ih-entry-content img {
    border-radius: var(--ih-radius);
}

.ih-industry-entry {
    max-width: var(--ih-container);
}

.ih-industry-content {
    display: grid;
    gap: 22px;
}

.ih-industry-focus-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 0;
    margin: 0 0 12px;
    list-style: none;
}

.ih-industry-focus-list li,
.ih-recommended-product {
    padding: 18px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: #f8fafc;
}

.ih-industry-focus-list li {
    position: relative;
    padding-left: 42px;
    color: var(--ih-secondary);
    font-weight: 800;
}

.ih-industry-focus-list li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 24px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ih-accent);
}

.ih-recommended-product-blocks {
    gap: 16px;
    margin-bottom: 10px;
}

.ih-recommended-product h3 {
    margin-top: 0;
    font-size: 1.08rem;
}

.ih-recommended-product p {
    color: var(--ih-muted);
}

.ih-page-fallback {
    padding: 30px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: var(--ih-card);
    box-shadow: var(--ih-shadow);
}

.ih-page-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: 38px;
    align-items: center;
}

.ih-page-copy > p:not(.ih-eyebrow) {
    color: var(--ih-muted);
    font-size: 1.05rem;
}

.ih-page-hero .ih-page-copy > p:not(.ih-eyebrow) {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
}

.ih-page-media img {
    width: 100%;
    aspect-ratio: 1.16 / 1;
    object-fit: cover;
    box-shadow: var(--ih-shadow);
}

.ih-about-page .ih-section-head--split > p {
    max-width: 390px;
    margin: 0;
    color: var(--ih-muted);
    font-size: 0.98rem;
    line-height: 1.48;
}

.ih-about-hero {
    padding: 84px 0 74px;
    background:
        linear-gradient(135deg, rgba(7, 19, 34, 0.94), rgba(7, 19, 34, 0.82)),
        url("assets/images/customer-docs/factory-braiding-machines.jpg") center / cover no-repeat;
    color: #dce6f3;
}

.ih-about-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.9fr);
    gap: clamp(34px, 5vw, 68px);
    align-items: center;
}

.ih-about-hero .ih-eyebrow {
    color: var(--ih-accent);
}

.ih-about-hero h1 {
    max-width: 820px;
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(2.55rem, 3.9vw, 4.18rem);
    line-height: 1.02;
}

.ih-about-hero__copy > p:not(.ih-eyebrow) {
    max-width: 720px;
    color: rgba(220, 230, 243, 0.86);
    font-size: 1.08rem;
    line-height: 1.55;
}

.ih-about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.ih-about-hero__media {
    position: relative;
}

.ih-about-hero__media::before {
    position: absolute;
    inset: 18px -18px -18px 18px;
    z-index: 0;
    border: 1px solid rgba(243, 194, 71, 0.32);
    border-radius: 8px;
    content: "";
}

.ih-about-hero__media img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1.32 / 1;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.34);
}

.ih-about-stats {
    padding: 30px 0;
    background: #fff;
}

.ih-about-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ih-about-stat {
    min-height: 110px;
    padding: 20px;
    border: 1px solid rgba(14, 43, 76, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(180deg, #fff 0%, #f5f8fb 100%);
}

.ih-about-stat strong {
    display: block;
    color: var(--ih-primary);
    font-size: clamp(1.55rem, 2.4vw, 2.35rem);
    line-height: 1;
}

.ih-about-stat span {
    display: block;
    margin-top: 10px;
    color: var(--ih-secondary);
    font-weight: 900;
    line-height: 1.24;
}

.ih-about-capability {
    background: #f3f7fb;
}

.ih-about-capability__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ih-about-capability-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(14, 43, 76, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(11, 22, 40, 0.09);
}

.ih-about-capability-card img {
    width: 100%;
    aspect-ratio: 1.42 / 1;
    object-fit: cover;
}

.ih-about-capability-card > div {
    padding: 20px;
}

.ih-about-capability-card h3 {
    margin-bottom: 10px;
    font-size: 1.12rem;
}

.ih-about-capability-card p:not(.ih-eyebrow) {
    margin-bottom: 0;
    color: var(--ih-muted);
    font-size: 0.92rem;
    line-height: 1.48;
}

.ih-about-quality {
    background:
        linear-gradient(135deg, #071322 0%, #0b2c50 100%);
    color: #dce6f3;
}

.ih-about-quality__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1fr);
    gap: clamp(30px, 5vw, 64px);
    align-items: center;
}

.ih-about-quality .ih-eyebrow {
    color: var(--ih-accent);
}

.ih-about-quality h2 {
    color: #fff;
    font-size: clamp(2.1rem, 3vw, 3.2rem);
}

.ih-about-quality__copy p:not(.ih-eyebrow) {
    color: rgba(220, 230, 243, 0.82);
    font-size: 1.02rem;
    line-height: 1.55;
}

.ih-about-doc-list {
    display: grid;
    gap: 12px;
}

.ih-about-doc-list div {
    position: relative;
    min-height: 62px;
    padding: 16px 18px 16px 48px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    font-weight: 800;
    line-height: 1.32;
}

.ih-about-doc-list div::before {
    position: absolute;
    left: 16px;
    top: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--ih-accent);
    content: "";
}

.ih-about-doc-list div::after {
    position: absolute;
    left: 22px;
    top: 22px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #071322;
    border-bottom: 2px solid #071322;
    content: "";
    transform: rotate(42deg);
}

.ih-about-support {
    background: #fff;
}

.ih-industry-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.ih-industry-hero__media img {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.ih-industry-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
    gap: 28px;
    align-items: stretch;
}

.ih-industry-intro,
.ih-industry-spec-panel {
    padding: 28px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: var(--ih-card);
    box-shadow: var(--ih-shadow);
}

.ih-industry-intro h2 {
    max-width: 850px;
    margin-bottom: 14px;
}

.ih-industry-intro p:last-child {
    margin-bottom: 0;
}

.ih-industry-spec-panel {
    background: #071322;
    color: #dce6f3;
}

.ih-industry-spec-panel .ih-eyebrow,
.ih-industry-spec-panel p {
    color: #fff;
}

.ih-industry-spec-panel ol {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
    counter-reset: quote-path;
}

.ih-industry-spec-panel li {
    position: relative;
    min-height: 40px;
    padding-left: 50px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 800;
    line-height: 1.38;
    counter-increment: quote-path;
}

.ih-industry-spec-panel li::before {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: rgba(0, 101, 185, 0.24);
    color: var(--ih-accent);
    content: counter(quote-path, decimal-leading-zero);
    font-size: 0.76rem;
    font-weight: 900;
}

.ih-industry-product-carousel {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 14px;
    align-items: center;
}

.ih-industry-product-track {
    display: grid;
    grid-auto-columns: minmax(260px, calc((100% - 40px) / 3));
    grid-auto-flow: column;
    gap: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 4px 2px 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(0, 61, 143, 0.34) rgba(217, 224, 234, 0.55);
    scrollbar-width: thin;
}

.ih-industry-product-track:focus {
    outline: 2px solid rgba(0, 61, 143, 0.28);
    outline-offset: 6px;
}

.ih-carousel-arrow {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(0, 61, 143, 0.18);
    border-radius: 50%;
    background: #fff;
    color: var(--ih-primary);
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(11, 22, 40, 0.12);
    transition: transform 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.ih-carousel-arrow:hover,
.ih-carousel-arrow:focus {
    border-color: rgba(0, 61, 143, 0.34);
    transform: translateY(-2px);
}

.ih-carousel-arrow:disabled {
    cursor: default;
    opacity: 0.35;
    transform: none;
}

.ih-industry-product-carousel:not(.has-overflow) .ih-carousel-arrow {
    visibility: hidden;
}

.ih-carousel-arrow span {
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.ih-carousel-arrow--prev span {
    transform: rotate(225deg);
}

.ih-industry-product-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: #fff;
    box-shadow: var(--ih-shadow);
    scroll-snap-align: start;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ih-industry-product-card:hover,
.ih-industry-product-card:focus-within {
    border-color: rgba(0, 61, 143, 0.28);
    box-shadow: 0 20px 54px rgba(11, 22, 40, 0.14);
    transform: translateY(-3px);
}

.ih-industry-product-card__media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eef3f8;
}

.ih-industry-product-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.ih-industry-product-card:hover .ih-industry-product-card__media img,
.ih-industry-product-card:focus-within .ih-industry-product-card__media img {
    transform: scale(1.035);
}

.ih-industry-product-card__body {
    display: grid;
    flex: 1;
    align-content: start;
    gap: 11px;
    padding: 20px;
}

.ih-industry-product-card__body > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef4fb;
    color: var(--ih-primary);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ih-industry-product-card h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.22;
}

.ih-industry-product-card p {
    color: var(--ih-muted);
    font-size: 0.94rem;
    line-height: 1.5;
}

.ih-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    color: var(--ih-primary);
    font-size: 0.85rem;
    font-weight: 900;
}

.ih-text-link::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.ih-industry-related {
    background: #eef3f8;
}

.ih-industry-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ih-industry-related-card a {
    display: grid;
    gap: 10px;
    min-height: 100%;
    padding: 12px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: #fff;
    box-shadow: 0 14px 34px rgba(11, 22, 40, 0.08);
    color: var(--ih-text);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ih-industry-related-card a:hover,
.ih-industry-related-card a:focus {
    border-color: rgba(0, 61, 143, 0.28);
    box-shadow: 0 20px 48px rgba(11, 22, 40, 0.14);
    transform: translateY(-3px);
}

.ih-industry-related-card img {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    border-radius: calc(var(--ih-radius) - 2px);
}

.ih-industry-related-card span {
    color: var(--ih-primary);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ih-industry-related-card strong {
    font-size: 1rem;
    line-height: 1.2;
}

body.ih-can-reveal .ih-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 520ms ease, transform 520ms ease;
}

body.ih-can-reveal .ih-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    body.ih-can-reveal .ih-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.ih-page-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ih-page-card-grid--contact {
    grid-template-columns: 1.25fr minmax(0, 0.8fr) minmax(0, 0.8fr);
}

.ih-page-card {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: var(--ih-card);
    box-shadow: var(--ih-shadow);
}

.ih-page-card h2,
.ih-page-card h3 {
    overflow-wrap: anywhere;
}

.ih-page-card p {
    color: var(--ih-muted);
}

.ih-page-card a {
    overflow-wrap: anywhere;
}

.ih-page-card > :last-child {
    margin-bottom: 0;
}

.ih-page-card--dark {
    background: #071322;
    color: #dce6f3;
}

.ih-page-card--dark h2,
.ih-page-card--dark h3,
.ih-page-card--dark .ih-eyebrow {
    color: #fff;
}

.ih-page-card--dark p {
    color: #dce6f3;
}

.ih-page-card--with-media {
    display: flex;
    flex-direction: column;
}

.ih-page-card--with-media img {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    margin-bottom: 18px;
    border-radius: var(--ih-radius);
}

.ih-page-card--with-media a {
    margin-top: auto;
    font-weight: 900;
}

.ih-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ih-step-card {
    position: relative;
    min-height: 240px;
    padding: 26px;
    border-radius: var(--ih-radius);
    background: #071322;
    color: #dce6f3;
    overflow: hidden;
}

.ih-step-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: var(--ih-accent);
    color: var(--ih-secondary);
    font-weight: 900;
}

.ih-step-card h3 {
    color: #fff;
}

.ih-step-card p {
    color: #dce6f3;
}

.ih-metric-grid--light div {
    border-color: var(--ih-border);
    background: #fff;
}

.ih-metric-grid--light span {
    color: var(--ih-muted);
}

.ih-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 32px;
}

.ih-post-list {
    display: grid;
    gap: 18px;
}

.ih-post-card {
    display: grid;
    grid-template-columns: 240px 1fr;
    overflow: hidden;
}

.ih-post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ih-post-card__body {
    padding: 22px;
}

.ih-post-card__meta {
    color: var(--ih-muted);
    font-size: 0.9rem;
}

.ih-sidebar .widget {
    padding: 20px;
    margin-bottom: 18px;
}

.ih-footer {
    background: var(--ih-footer-bg, #071322);
    color: var(--ih-footer-text, #dbe6f5);
}

.ih-footer__top {
    display: grid;
    grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 42px 0 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ih-footer__brandmark {
    display: grid;
    place-items: center;
    min-height: 86px;
    padding: 0;
}

.ih-footer__brandmark img {
    width: min(100%, 260px);
    max-height: 86px;
    object-fit: contain;
}

.ih-footer__intro .ih-eyebrow {
    color: var(--ih-accent);
}

.ih-footer__intro h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: 1.55rem;
    line-height: 1.2;
}

.ih-footer__intro p:not(.ih-eyebrow) {
    max-width: 780px;
    margin: 12px 0 0;
    color: rgba(219, 230, 245, 0.78);
}

.ih-footer__cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.ih-footer__cta .ih-btn-outline {
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
}

.ih-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    padding: 34px 0 30px;
}

.ih-footer h2 {
    color: #fff;
    font-size: 1rem;
}

.ih-footer a {
    color: var(--ih-footer-link, #fff);
}

.ih-footer p {
    color: var(--ih-footer-text, #dbe6f5);
}

.ih-footer__links {
    display: grid;
    gap: 9px;
    padding: 0;
    margin: 14px 0 0;
    list-style: none;
}

.ih-footer__links a {
    color: rgba(219, 230, 245, 0.78);
    font-size: 0.92rem;
    line-height: 1.35;
}

.ih-footer__links a:hover,
.ih-footer__links a:focus {
    color: var(--ih-accent);
}

.ih-footer__contact p {
    margin-top: 16px;
    color: rgba(219, 230, 245, 0.72);
    font-size: 0.9rem;
}

.ih-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ih-footer__bottom p {
    margin: 0;
}

.ih-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ih-footer__social a {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.ih-footer__social a:hover,
.ih-footer__social a:focus {
    border-color: rgba(243, 194, 71, 0.65);
    background: rgba(243, 194, 71, 0.16);
    color: var(--ih-accent);
    transform: translateY(-1px);
}

.ih-footer__social svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.ih-floating {
    position: fixed;
    z-index: 120;
    bottom: 28px;
    display: grid;
    gap: 10px;
}

.ih-floating--right {
    right: 20px;
}

.ih-floating--left {
    left: 20px;
}

.ih-floating a,
.ih-floating button {
    display: grid;
    place-items: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: var(--ih-radius);
    background: var(--ih-floating-bg, var(--ih-primary));
    color: var(--ih-floating-icon, #fff);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    font-size: 0.72rem;
    font-weight: 900;
}

.ih-floating button {
    border: 0;
}

.ih-floating svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
}

.ih-floating__button--whatsapp {
    background: #18a85a;
}

.ih-floating--circle a {
    border-radius: 50%;
}

.ih-floating--circle button {
    border-radius: 50%;
}

.ih-whatsapp-panel {
    position: fixed;
    right: 82px;
    bottom: 28px;
    z-index: 130;
    width: min(520px, calc(100vw - 120px));
}

.ih-whatsapp-panel[hidden] {
    display: none;
}

.ih-whatsapp-panel__inner {
    position: relative;
    padding: 22px;
    border: 1px solid rgba(14, 43, 76, 0.14);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 28px 68px rgba(11, 22, 40, 0.24);
}

.ih-whatsapp-panel__inner .ih-eyebrow {
    margin-bottom: 6px;
}

.ih-whatsapp-panel h2 {
    max-width: 360px;
    margin-bottom: 16px;
    font-size: 1.35rem;
}

.ih-whatsapp-panel__close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--ih-border);
    border-radius: 50%;
    background: #fff;
    color: var(--ih-secondary);
    font-size: 1.28rem;
    line-height: 1;
    cursor: pointer;
}

.ih-whatsapp-panel__contacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ih-whatsapp-card {
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(14, 43, 76, 0.12);
    border-radius: 8px;
    background: #f6f9fc;
}

.ih-whatsapp-card__head {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.ih-whatsapp-card__head > span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #18a85a;
    color: #fff;
}

.ih-whatsapp-card__head svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.ih-whatsapp-card strong,
.ih-whatsapp-card em {
    display: block;
}

.ih-whatsapp-card strong {
    color: var(--ih-secondary);
    font-size: 0.94rem;
    line-height: 1.18;
}

.ih-whatsapp-card em {
    margin-top: 3px;
    color: var(--ih-muted);
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 800;
}

.ih-whatsapp-card img {
    width: 100%;
    max-width: 176px;
    aspect-ratio: 1;
    object-fit: contain;
    justify-self: center;
    border: 8px solid #fff;
    border-radius: 8px;
}

.ih-whatsapp-card .ih-btn {
    width: 100%;
}

.ih-comments {
    margin-top: 40px;
}

.ih-empty {
    padding: 28px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: var(--ih-card);
}

.ih-empty__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.ih-empty__actions .ih-btn-outline {
    background: #fff;
}

.ih-single__image {
    width: 100%;
    margin-bottom: 28px;
}

.ih-woocommerce-wrap {
    background: var(--ih-card);
    border-radius: var(--ih-radius);
    padding: 28px;
    border: 1px solid var(--ih-border);
    box-shadow: 0 18px 40px rgba(11, 22, 40, 0.06);
}

.ih-shop-layout {
    display: grid;
    grid-template-columns: minmax(220px, 252px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.ih-shop-layout--plain {
    display: block;
}

.ih-shop-content {
    min-width: 0;
}

.ih-catalog-sidebar {
    position: sticky;
    top: 102px;
    align-self: start;
}

.ih-catalog-sidebar__card {
    overflow: hidden;
    border: 1px solid rgba(14, 43, 76, 0.12);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.ih-catalog-sidebar__eyebrow {
    margin: 0;
    padding: 16px 16px 0;
    color: var(--ih-primary);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.ih-catalog-sidebar__title {
    margin: 0;
    padding: 6px 16px 14px;
    color: var(--ih-secondary);
    font-size: 1.18rem;
    line-height: 1.12;
}

.ih-catalog-sidebar__search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 0 16px 14px;
}

.ih-catalog-sidebar__search input {
    min-width: 0;
    width: 100%;
    min-height: 38px;
    border: 1px solid var(--ih-border);
    border-radius: 4px;
    padding: 8px 10px;
    background: #fff;
    color: var(--ih-text);
    font-size: 0.82rem;
    font-weight: 800;
}

.ih-catalog-sidebar__search button {
    min-height: 38px;
    border: 0;
    border-radius: 4px;
    padding: 8px 10px;
    background: var(--ih-primary);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 900;
    cursor: pointer;
}

.ih-catalog-sidebar__search button:hover,
.ih-catalog-sidebar__search button:focus {
    background: var(--ih-secondary);
}

.ih-catalog-sidebar__all,
.ih-catalog-sidebar__link {
    display: grid;
    gap: 4px;
    width: 100%;
    border-top: 1px solid rgba(14, 43, 76, 0.09);
    color: var(--ih-text);
    font-weight: 850;
    line-height: 1.18;
}

.ih-catalog-sidebar__all {
    padding: 12px 16px;
    background: #fff;
    font-size: 0.92rem;
}

.ih-catalog-sidebar__list,
.ih-catalog-sidebar__children {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ih-catalog-sidebar__link {
    position: relative;
    min-height: 50px;
    padding: 12px 16px;
    background: #fff;
    font-size: 0.86rem;
}

.ih-catalog-sidebar__children .ih-catalog-sidebar__link {
    min-height: 42px;
    padding: 10px 16px 10px 28px;
    background: #f8fafc;
    color: var(--ih-muted);
    font-size: 0.78rem;
}

.ih-catalog-sidebar__link small {
    color: var(--ih-primary);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ih-catalog-sidebar__all:hover,
.ih-catalog-sidebar__all:focus,
.ih-catalog-sidebar__link:hover,
.ih-catalog-sidebar__link:focus {
    background: #eef4fb;
    color: var(--ih-primary);
}

.ih-catalog-sidebar__all.is-current,
.ih-catalog-sidebar__item.is-current > .ih-catalog-sidebar__link {
    background: var(--ih-primary);
    color: #fff;
}

.ih-catalog-sidebar__item.is-active:not(.is-current) > .ih-catalog-sidebar__link {
    color: var(--ih-primary);
}

.ih-catalog-sidebar__item.is-active > .ih-catalog-sidebar__link::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: var(--ih-accent);
}

.ih-shop-layout .woocommerce-result-count {
    margin-top: 2px;
}

.ih-shop-layout .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ih-shop-layout .woocommerce ul.products li.product,
.woocommerce-page .ih-shop-layout ul.products li.product {
    box-shadow: 0 10px 22px rgba(11, 22, 40, 0.04);
}

.ih-shop-layout .ih-loop-brand-strip {
    aspect-ratio: 3.65 / 1;
}

.ih-shop-layout .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 2.8em;
    padding: 11px 12px 0;
    font-size: 0.9rem;
    line-height: 1.22;
}

.ih-shop-layout .woocommerce ul.products li.product .price {
    margin: 8px 12px 0;
}

.ih-shop-layout .ih-price-note {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 0.72rem;
}

.ih-shop-layout .ih-loop-inquiry {
    padding: 0 12px 13px;
}

.ih-shop-layout .ih-loop-inquiry .ih-btn,
.ih-shop-layout .ih-loop-inquiry .zc-btn {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 0.76rem;
}

.woocommerce .woocommerce-result-count {
    color: var(--ih-muted);
    font-size: 0.86rem;
    font-weight: 800;
}

.woocommerce .woocommerce-ordering select {
    min-height: 38px;
    border: 1px solid var(--ih-border);
    border-radius: 4px;
    padding: 7px 34px 7px 10px;
    background: #fff;
    color: var(--ih-text);
    font-size: 0.84rem;
    font-weight: 800;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    content: none;
    display: none;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: grid;
    align-content: start;
    min-width: 0;
    width: 100% !important;
    max-width: none;
    margin: 0;
    float: none !important;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(14, 43, 76, 0.10);
    border-radius: 8px;
    background: var(--ih-card);
    box-shadow: 0 12px 26px rgba(11, 22, 40, 0.045);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    border-color: rgba(0, 61, 143, 0.24);
    box-shadow: 0 18px 40px rgba(11, 22, 40, 0.10);
    transform: translateY(-2px);
}

.woocommerce ul.products li.product > a.woocommerce-loop-product__link,
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0;
    color: inherit;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
}

.woocommerce ul.products li.product:not(.product-category) > a.woocommerce-loop-product__link > img,
.woocommerce ul.products li.product:not(.product-category) > a.woocommerce-LoopProduct-link > img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    margin: 0 !important;
    vertical-align: top;
    background: #eef2f7;
    border-radius: 0;
}

.ih-loop-brand-strip {
    position: relative;
    display: block;
    aspect-ratio: 3.15 / 1;
    margin-top: -1px;
    overflow: hidden;
    background: #061c36;
}

.ih-loop-brand-strip img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
    margin: 0;
    border-radius: 0;
    background: transparent;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.15em;
    margin: 0;
    padding: 14px 16px 0;
    color: var(--ih-secondary);
    font-size: 1.04rem;
    line-height: 1.24;
    overflow-wrap: anywhere;
}

.woocommerce ul.products li.product .price {
    display: block;
    margin: 10px 16px 0;
}

.woocommerce ul.products li.product.product-category {
    padding: 0;
    overflow: hidden;
}

.woocommerce ul.products li.product.product-category > a {
    display: grid;
    min-height: 100%;
    color: var(--ih-secondary);
}

.ih-wc-category-media {
    display: block;
    aspect-ratio: 1.35 / 1;
    background: #f5f7fb;
    overflow: hidden;
}

.ih-wc-category-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.woocommerce ul.products li.product.product-category:hover .ih-wc-category-media img,
.woocommerce ul.products li.product.product-category:focus-within .ih-wc-category-media img {
    transform: scale(1.035);
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    min-height: 86px;
    padding: 18px;
    margin: 0;
    color: var(--ih-secondary);
    font-size: 1rem;
    line-height: 1.25;
}

.woocommerce ul.products li.product-category mark.count {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-left: 6px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #eef4fb;
    color: var(--ih-primary);
    font-size: 0.78rem;
    font-weight: 900;
}

.woocommerce div.product div.images img {
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: #f5f7fb;
}

.woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    float: none;
    width: auto;
    margin: 0;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    padding: 22px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: #fff;
    box-shadow: 0 16px 34px rgba(11, 22, 40, 0.06);
}

.woocommerce div.product div.images img {
    aspect-ratio: 1.25 / 1;
    object-fit: contain;
}

.woocommerce div.product div.summary {
    padding: 30px;
}

.woocommerce div.product .product_title {
    color: var(--ih-secondary);
    font-size: clamp(2rem, 3.2vw, 3.1rem);
    line-height: 1.05;
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .product_meta {
    color: var(--ih-muted);
}

.woocommerce div.product .product_meta {
    display: grid;
    gap: 6px;
    padding-top: 18px;
    border-top: 1px solid var(--ih-border);
    font-size: 0.86rem;
}

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: var(--ih-radius);
    background: var(--ih-primary);
    color: #fff;
    font-weight: 800;
}

.ih-price-note {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 61, 143, 0.16);
    border-radius: 4px;
    background: #eef4fb;
    color: var(--ih-primary);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ih-loop-inquiry {
    margin-top: 10px;
    padding: 0 16px 16px;
}

.ih-product-inquiry {
    margin-top: 16px;
}

.ih-product-spec-section,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
    grid-column: 1 / -1;
}

.ih-product-spec-section {
    padding: 28px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: #fff;
    box-shadow: 0 16px 34px rgba(11, 22, 40, 0.06);
}

.ih-product-spec-section__head {
    display: grid;
    max-width: 760px;
    gap: 8px;
    margin-bottom: 22px;
}

.ih-product-spec-section__head .ih-eyebrow,
.ih-product-spec-section__head h2,
.ih-product-spec-section__head p {
    margin: 0;
}

.ih-product-spec-section__head h2 {
    color: var(--ih-secondary);
    font-size: clamp(1.55rem, 2.4vw, 2.25rem);
    line-height: 1.08;
}

.ih-product-spec-section__head p {
    color: var(--ih-muted);
}

.woocommerce div.product .woocommerce-tabs {
    padding: 26px;
    border: 1px solid var(--ih-border);
    border-radius: var(--ih-radius);
    background: #fff;
    box-shadow: 0 16px 34px rgba(11, 22, 40, 0.06);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0 0 22px;
    border-bottom: 1px solid var(--ih-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    border-radius: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 12px 12px;
    color: var(--ih-muted);
    font-size: 0.86rem;
    font-weight: 900;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--ih-primary);
    box-shadow: inset 0 -3px 0 var(--ih-accent);
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
}

.ih-product-spec-tab {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
}

.ih-product-spec-tab table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    border: 1px solid rgba(255, 255, 255, 0.74);
    background: #fff;
    color: var(--ih-text);
    font-size: 0.82rem;
    line-height: 1.28;
}

.ih-product-spec-tab h3 {
    margin: 0 0 12px;
    color: var(--ih-primary);
    font-size: clamp(1.3rem, 2vw, 1.85rem);
    line-height: 1.12;
}

.ih-product-spec-tab th,
.ih-product-spec-tab td {
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    text-align: center;
    vertical-align: middle;
}

.ih-product-spec-tab th {
    background: var(--ih-primary);
    color: #fff;
    font-weight: 900;
}

.ih-product-spec-tab tbody th {
    width: 180px;
}

.ih-product-spec-tab td {
    background: #626562;
    color: #fff;
}

.ih-product-spec-tab table + table {
    min-width: 0;
    margin-top: 18px;
}

.ih-product-spec-tab table + table th {
    width: 160px;
    text-align: left;
}

.ih-product-spec-tab table + table td {
    text-align: left;
}

.woocommerce div.product .woocommerce-tabs h2,
.woocommerce div.product .related.products > h2,
.woocommerce div.product .upsells.products > h2 {
    margin: 0 0 14px;
    color: var(--ih-secondary);
    font-size: clamp(1.55rem, 2.4vw, 2.25rem);
    line-height: 1.08;
}

.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
    margin-top: 4px;
}

.zc-modal__dialog {
    border-radius: var(--ih-radius);
}

@media (max-width: 1200px) {
    h1 {
        font-size: 3.85rem;
    }

    h2 {
        font-size: 2.65rem;
    }

    .ih-header__inner {
        grid-template-columns: minmax(150px, 220px) 1fr auto;
        gap: 12px;
    }

    .ih-header__language {
        display: none;
    }

    .ih-menu > .menu-item > a,
    .ih-menu-dropdown__trigger {
        padding-inline: 9px;
        font-size: 0.9rem;
    }

    .ih-product-nav a {
        padding-inline: 14px;
        font-size: 0.82rem;
    }

    .ih-category-grid,
    .ih-spec-grid,
    .ih-industry-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ih-solution-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .ih-solution-card {
        grid-column: span 2;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 3.2rem;
    }

    h2 {
        font-size: 2.25rem;
    }

    .ih-header__inner {
        grid-template-columns: 1fr auto;
        min-height: 72px;
    }

    .ih-menu-toggle {
        display: inline-flex;
        grid-column: 2;
        grid-row: 1;
    }

    .ih-nav {
        display: none;
        grid-column: 1 / -1;
        width: 100%;
        padding-bottom: 14px;
    }

    .ih-nav.is-open {
        display: block;
    }

    .ih-menu {
        display: grid;
        gap: 0;
        align-items: stretch;
        justify-content: stretch;
    }

    .ih-menu > .menu-item {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .ih-menu > .menu-item > a {
        grid-column: 1;
    }

    .ih-menu > .ih-menu-dropdown > .ih-menu-dropdown__trigger {
        grid-column: 1 / -1;
        justify-content: space-between;
        width: 100%;
    }

    .ih-submenu-toggle {
        grid-column: 2;
        width: 42px;
        height: 42px;
        border-top: 1px solid var(--ih-border);
    }

    .ih-menu .sub-menu,
    .ih-menu .sub-menu .sub-menu {
        position: static;
        display: none;
        min-width: 0;
        padding: 0 0 0 14px;
        border: 0;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        transform: none;
        background: transparent;
    }

    .ih-menu .is-submenu-open > .sub-menu {
        display: grid;
        opacity: 1;
        visibility: visible;
    }

    .ih-menu .sub-menu a {
        background: transparent;
    }

    .ih-menu > .ih-menu-products > .sub-menu,
    .ih-menu > .ih-menu-industries > .sub-menu {
        grid-column: 1 / -1;
        width: 100%;
        grid-template-columns: 1fr;
        max-height: none;
        gap: 8px;
        padding: 10px 0 10px 14px;
        border: 0;
        border-radius: 0;
        overflow: visible;
        transform: none;
    }

    .ih-menu > .ih-menu-industries:hover > .sub-menu,
    .ih-menu > .ih-menu-industries:focus-within > .sub-menu,
    .ih-menu > .ih-menu-industries.is-submenu-open > .sub-menu {
        transform: none;
    }

    .ih-products-mega__group {
        border: 1px solid var(--ih-border);
        background: #fff;
    }

    .ih-products-mega__group--all {
        grid-row: auto;
        padding: 12px;
    }

    .ih-products-mega__title {
        min-height: 0;
        padding: 10px 12px 6px;
        font-size: 0.9rem;
    }

    .ih-products-mega__group--all .ih-products-mega__title {
        padding: 0;
    }

    .ih-products-mega__links {
        padding: 0 12px 10px;
    }

    .ih-products-mega__links a {
        border-top: 0;
        padding: 5px 0;
        font-size: 0.86rem;
    }

    .ih-menu a,
    .ih-menu-dropdown__trigger {
        border-top: 1px solid var(--ih-border);
        border-radius: 0;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .ih-menu .ih-industries-menu__item a {
        min-height: 0;
        padding: 12px;
        border-radius: var(--ih-radius);
        background: #fff;
    }

    .ih-header__actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
        padding-bottom: 14px;
    }

    .ih-product-nav__inner {
        justify-content: flex-start;
        width: 100%;
    }

    .ih-shop-layout {
        display: block;
    }

    .ih-catalog-sidebar {
        position: static;
        margin-bottom: 16px;
    }

    .ih-catalog-sidebar__card {
        border-radius: 8px;
    }

    .ih-catalog-sidebar__eyebrow,
    .ih-catalog-sidebar__title {
        padding-inline: 14px;
    }

    .ih-catalog-sidebar__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ih-catalog-sidebar__all {
        min-height: 44px;
        padding: 11px 14px;
    }

    .ih-catalog-sidebar__link {
        min-height: 46px;
        padding: 11px 14px;
        font-size: 0.82rem;
    }

    .ih-catalog-sidebar__children {
        display: none;
    }

    .ih-shop-layout .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .ih-hero {
        min-height: 620px;
    }

    .ih-hero__inner {
        grid-template-columns: 1fr;
        min-height: 620px;
    }

    .ih-capability__grid,
    .ih-factory-strength__grid,
    .ih-about-hero__grid,
    .ih-about-quality__grid,
    .ih-quote__grid,
    .ih-page-split,
    .ih-layout,
    .woocommerce div.product {
        grid-template-columns: 1fr;
    }

    .ih-capability__copy {
        max-width: none;
    }

    .ih-capability__visual img {
        aspect-ratio: 1.55 / 1;
    }

    .ih-home-trust__inner {
        grid-template-columns: 1fr;
    }

    .ih-category-card:nth-child(1),
    .ih-category-card:nth-child(6n) {
        grid-column: auto;
    }

    .ih-page-card-grid,
    .ih-page-card-grid--contact,
    .ih-about-capability__grid,
    .ih-industry-related-grid,
    .ih-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ih-industry-product-carousel {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        gap: 10px;
    }

    .ih-industry-product-track {
        grid-auto-columns: minmax(248px, calc((100% - 18px) / 2));
        gap: 18px;
    }

    .ih-industry-layout,
    .ih-industry-focus-list {
        grid-template-columns: 1fr;
    }

    .ih-numbers__head {
        display: grid;
        justify-content: start;
        text-align: left;
    }

    .ih-numbers__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ih-number-card {
        grid-template-columns: 72px minmax(0, 1fr);
        min-height: 104px;
        padding: 18px 0;
    }

    .ih-number-card + .ih-number-card {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
    }

    .ih-number-card__icon {
        width: 62px;
        height: 62px;
    }

    .ih-footer__top {
        grid-template-columns: 210px minmax(0, 1fr);
    }

    .ih-footer__cta {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .ih-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .ih-section[id],
    #quote-form {
        scroll-margin-top: 78px;
    }

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2.05rem;
    }

    .ih-section-head--industries h2 {
        gap: 12px;
        white-space: normal;
    }

    .ih-section-head--industries h2::before,
    .ih-section-head--industries h2::after {
        flex-basis: 56px;
        height: 3px;
    }

    .ih-section,
    .ih-section--default,
    .ih-section--spacious {
        padding: 54px 0;
    }

    .ih-section--compact {
        padding: 38px 0;
    }

    .ih-promo {
        display: none;
    }

    .ih-header__actions {
        display: none;
    }

    .ih-header__inner {
        min-height: 66px;
    }

    .ih-hero {
        min-height: 560px;
    }

    .ih-hero__media::after {
        background: rgba(7, 19, 34, 0.86);
    }

    .ih-hero__inner {
        min-height: 560px;
        padding-top: 54px;
        padding-bottom: 86px;
    }

    .ih-hero__desc {
        font-size: 1.02rem;
    }

    .ih-section-head--split {
        display: grid;
    }

    .ih-category-grid,
    .ih-spec-grid,
    .ih-industry-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ih-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ih-solution-card,
    .ih-solution-card:nth-child(4),
    .ih-solution-card:nth-child(5) {
        grid-column: auto;
    }

    .ih-category-card:nth-child(1),
    .ih-category-card:nth-child(6n) {
        grid-column: auto;
    }

    .ih-category-card {
        min-height: 240px;
    }

    .ih-metric-grid {
        grid-template-columns: 1fr;
    }

    .ih-about-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ih-capability h2 {
        font-size: 2rem;
    }

    .ih-capability__visual img {
        aspect-ratio: 1.12 / 1;
    }

    .ih-capability__note {
        position: static;
        width: auto;
        margin-top: 10px;
        box-shadow: none;
    }

    .ih-post-card {
        grid-template-columns: 1fr;
    }

    .ih-post-card__image {
        min-height: 180px;
    }

    .ih-page-hero--industry .ih-page-media {
        order: -1;
    }

    .ih-industry-hero__actions .ih-btn,
    .ih-industry-hero__actions .zc-btn {
        flex: 1 1 180px;
    }
}

@media (max-width: 576px) {
    .ih-container {
        width: min(calc(100% - 24px), var(--ih-container));
    }

    h1 {
        font-size: 2.02rem;
    }

    h2 {
        font-size: 1.9rem;
    }

    .ih-logo img {
        max-width: 190px;
    }

    .ih-header__actions {
        display: none;
    }

    .ih-hero {
        min-height: 560px;
        padding: 0;
    }

    .ih-hero__inner {
        min-height: 560px;
        padding-top: 38px;
        padding-bottom: 96px;
    }

    .ih-hero h1,
    .ih-hero h2 {
        margin-bottom: 16px;
    }

    .ih-hero__desc {
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .ih-hero__proof {
        display: flex;
        gap: 6px;
        margin-top: 16px;
    }

    .ih-hero__proof span {
        min-height: 30px;
        padding: 5px 9px;
        font-size: 0.78rem;
    }

    .ih-hero__controls {
        right: auto;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);
    }

    .ih-home-trust {
        padding: 36px 0 34px;
    }

    .ih-home-trust__copy h2 {
        font-size: 2.45rem;
        line-height: 1.03;
    }

    .ih-home-trust__copy p:not(.ih-eyebrow) {
        max-width: 25rem;
        font-size: 1.14rem;
        line-height: 1.45;
    }

    .ih-home-trust__proof {
        justify-content: flex-start;
        gap: 8px;
    }

    .ih-home-trust__proof span {
        min-height: 42px;
        padding: 10px 12px;
        font-size: 0.98rem;
    }

    .ih-factory-strength__copy h2 {
        font-size: 2.25rem;
    }

    .ih-factory-strength__photo--wide {
        grid-column: auto;
    }

    .ih-factory-strength__photo img,
    .ih-factory-strength__photo--wide img,
    .ih-factory-strength__photo:not(.ih-factory-strength__photo--wide) img {
        min-height: 210px;
        aspect-ratio: 1.24 / 1;
    }

    .ih-about-hero {
        padding: 54px 0 58px;
    }

    .ih-about-hero h1 {
        font-size: 2.34rem;
        line-height: 1.03;
    }

    .ih-about-hero__media::before {
        display: none;
    }

    .ih-about-hero__actions .ih-btn {
        flex: 1 1 150px;
    }

    .ih-page-hero {
        padding: 42px 0 46px;
    }

    body.tax-product_cat .ih-page-hero--shop {
        padding: 34px 0 36px;
    }

    .ih-page-hero__inner {
        padding-left: 18px;
    }

    body.tax-product_cat .ih-page-hero--shop .ih-page-hero__inner {
        padding-left: 14px;
    }

    body.tax-product_cat .ih-page-hero--shop h1 {
        font-size: 2.12rem;
        line-height: 1.06;
    }

    body.tax-product_cat .ih-page-hero--shop .ih-page-hero__inner > p:not(.ih-eyebrow) {
        font-size: 0.98rem;
        line-height: 1.45;
    }

    .ih-page-hero__chips {
        gap: 6px;
        margin-top: 16px;
    }

    .ih-page-hero__chips span {
        min-height: 28px;
        padding: 5px 8px;
        font-size: 0.72rem;
    }

    body.tax-product_cat .ih-shop-main > .ih-section {
        padding-top: 26px;
    }

    .ih-catalog-sidebar__card {
        padding-bottom: 10px;
    }

    .ih-catalog-sidebar__eyebrow {
        padding-top: 14px;
        font-size: 0.68rem;
    }

    .ih-catalog-sidebar__title {
        padding-bottom: 10px;
        font-size: 1.04rem;
    }

    .ih-catalog-sidebar__all {
        margin: 0 10px 8px;
        width: auto;
        border: 1px solid rgba(14, 43, 76, 0.10);
        border-radius: 6px;
    }

    .ih-catalog-sidebar__list {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding: 0 10px;
        scrollbar-width: none;
    }

    .ih-catalog-sidebar__list::-webkit-scrollbar {
        display: none;
    }

    .ih-catalog-sidebar__item {
        flex: 0 0 min(72vw, 240px);
    }

    .ih-catalog-sidebar__link {
        min-height: 48px;
        border: 1px solid rgba(14, 43, 76, 0.10);
        border-radius: 6px;
        padding: 11px 12px;
        white-space: normal;
    }

    .ih-shop-layout .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .ih-numbers {
        padding: 38px 0 42px;
    }

    .ih-numbers__head {
        gap: 14px;
        margin-bottom: 22px;
    }

    .ih-numbers__head > p {
        font-size: 0.96rem;
    }

    .ih-number-card {
        grid-template-columns: 72px minmax(0, 1fr);
        column-gap: 18px;
        min-height: 106px;
    }

    .ih-number-card__icon {
        width: 58px;
        height: 58px;
    }

    .ih-number-card__icon--document,
    .ih-number-card__icon--catalog {
        border-width: 4px;
    }

    .ih-number-card__icon--document::before {
        top: 12px;
        left: 12px;
        width: 32px;
        height: 4px;
        box-shadow: 0 13px 0 currentColor, 0 26px 0 currentColor;
    }

    .ih-number-card__icon--document::after {
        width: 20px;
        height: 20px;
        border-left-width: 4px;
        border-bottom-width: 4px;
    }

    .ih-number-card__icon--catalog::before {
        inset: 11px auto auto 50%;
        width: 4px;
        height: 38px;
        box-shadow: -15px 0 0 rgba(11, 101, 185, 0.42), 15px 0 0 rgba(11, 101, 185, 0.42);
    }

    .ih-number-card__icon--catalog::after {
        left: 8px;
        right: 8px;
        height: 4px;
        box-shadow: 0 -15px 0 rgba(11, 101, 185, 0.42), 0 15px 0 rgba(11, 101, 185, 0.42);
    }

    .ih-number-card__icon--network::before {
        inset: 11px;
        border-width: 4px;
        box-shadow: 0 0 0 14px rgba(11, 101, 185, 0.16);
    }

    .ih-number-card__icon--network::after {
        left: 10px;
        width: 38px;
        height: 4px;
    }

    .ih-hero__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 18px;
    }

    .ih-hero__actions .ih-btn,
    .ih-hero__actions .zc-btn {
        flex: 1 1 150px;
        min-height: 42px;
        padding: 10px 12px;
    }

    .ih-category-grid,
    .ih-spec-grid,
    .ih-industry-grid,
    .ih-solution-grid,
    .ih-factory-strength__metrics,
    .ih-factory-strength__media,
    .ih-factory-strength__quality,
    .ih-about-stat-grid,
    .ih-about-capability__grid,
    .ih-about-quality__grid,
    .ih-page-card-grid,
    .ih-page-card-grid--contact,
    .ih-industry-related-grid,
    .ih-step-grid,
    .ih-whatsapp-panel__contacts,
    .woocommerce ul.products,
    .ih-footer__grid {
        grid-template-columns: 1fr;
    }

    .ih-industry-product-carousel {
        display: block;
    }

    .ih-industry-product-track {
        grid-auto-columns: minmax(236px, 82vw);
        gap: 14px;
        padding-bottom: 14px;
    }

    .ih-carousel-arrow {
        display: none;
    }

    .ih-category-card {
        min-height: 235px;
    }

    .ih-woocommerce-wrap {
        padding: 12px;
        border: 0;
        border-radius: 10px;
        box-shadow: 0 10px 26px rgba(11, 22, 40, 0.045);
    }

    body.tax-product_cat .ih-woocommerce-wrap .term-description {
        display: none;
    }

    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        float: none;
        width: 100%;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0 0 10px;
        font-size: 0.82rem;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0 0 16px;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
        min-height: 44px;
        font-size: 0.86rem;
    }

    .woocommerce ul.products {
        gap: 16px;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        border-radius: 8px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 0;
        padding: 12px 13px 0;
        font-size: 1rem;
        line-height: 1.25;
    }

    .woocommerce ul.products li.product .price {
        margin: 9px 13px 0;
    }

    .ih-price-note {
        min-height: 28px;
        padding: 5px 8px;
        font-size: 0.74rem;
    }

    .ih-loop-inquiry {
        padding: 0 13px 14px;
    }

    .ih-loop-inquiry .ih-btn,
    .ih-loop-inquiry .zc-btn {
        width: 100%;
        justify-content: center;
    }

    .ih-recommended-product-blocks {
        display: grid;
    }

    .ih-industry-intro,
    .ih-industry-spec-panel,
    .ih-industry-product-card {
        padding: 20px;
    }

    .ih-footer__top {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 32px;
    }

    .ih-footer__brandmark {
        width: 228px;
        justify-content: start;
    }

    .ih-footer__cta {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .ih-quote__copy,
    .ih-quote__form {
        padding: 22px;
    }

    .ih-footer__bottom {
        display: grid;
    }

    .ih-floating {
        right: 12px;
        bottom: 14px;
        display: grid;
        gap: 8px;
    }

    .ih-floating a,
    .ih-floating button {
        width: 44px;
        min-width: 44px;
        height: 44px;
        font-size: 0.66rem;
    }

    .ih-whatsapp-panel {
        right: 12px;
        bottom: 66px;
        width: calc(100vw - 24px);
    }

    .ih-whatsapp-panel__inner {
        max-height: calc(100vh - 92px);
        overflow: auto;
        padding: 18px;
    }

    .ih-whatsapp-card {
        grid-template-columns: minmax(0, 1fr) 118px;
        align-items: center;
    }

    .ih-whatsapp-card img {
        max-width: 118px;
        grid-row: span 2;
    }

    .ih-whatsapp-card .ih-btn {
        grid-column: 1 / -1;
    }
}

@media (max-width: 380px) {
    h1 {
        font-size: 1.95rem;
    }

    .ih-hero__proof {
        margin-top: 14px;
    }

    .ih-hero__proof span:last-child {
        display: none;
    }

}
