:root {
  --itc-red: #e30613;
  --itc-red-dark: #bd0010;
  --itc-ink: #171a22;
  --itc-muted: #667085;
  --itc-line: #e6e8ec;
  --itc-surface: #f7f8fa;
}

body { color: var(--itc-ink); font-family: 'Manrope', Arial, sans-serif; }
body, .input, .btn, button { font-family: 'Manrope', Arial, sans-serif; }

#top-header { padding: 8px 0; background: #fff; border-bottom: 1px solid var(--itc-line); }
.header-links li { font-size: 12px; margin-right: 18px; }
.header-links li a { color: #475467; }
.header-links li a:hover, .header-links li i { color: var(--itc-red); }

#header { padding: 12px 0; background: #fff; border-bottom: 1px solid var(--itc-line); }
.header-logo { padding-top: 0; }
.header-logo .logo { position: relative; display: inline-flex; align-items: center; min-width: 166px; height: 64px; padding: 10px 18px; overflow: hidden; border-radius: 10px; background: linear-gradient(120deg, #151820 0%, #2c3441 64%, #c70012 155%); box-shadow: 0 8px 18px rgba(16,24,40,.12); }
.header-logo .logo:after { content: ''; position: absolute; right: -22px; top: -28px; width: 84px; height: 120px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.header-logo .logo img { position: relative; z-index: 1; display: block; max-height: 42px; width: auto; }
.header-search { padding: 4px 0; }
.header-search form .input { width: calc(100% - 118px); height: 48px; border: 1px solid #d0d5dd; border-radius: 10px 0 0 10px; box-shadow: none; color: var(--itc-ink); font-size: 14px; }
.header-search form .input:focus { border-color: var(--itc-red); box-shadow: 0 0 0 3px rgba(227, 6, 19, .12); }
.header-search form .search-btn { height: 48px; width: 118px; border-radius: 0 10px 10px 0; background: var(--itc-red); font-size: 14px; transition: background .2s ease; }
.header-search form .search-btn:hover { background: var(--itc-red-dark); }
.header-ctn { padding: 4px 0; }
.header-ctn>div>a { width: 104px; color: var(--itc-ink); }
.header-ctn>div>a>span { font-size: 11px; font-weight: 700; }
.header-ctn>div>a>i { color: var(--itc-red); }

#navigation { border-top: 0; border-bottom: 1px solid var(--itc-line); box-shadow: 0 1px 2px rgba(16,24,40,.03); }
.main-nav>li+li { margin-left: 26px; }
.main-nav>li>a { padding: 16px 0; font-size: 13px; font-weight: 700; color: #344054; }
.main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a { color: var(--itc-red); }
.main-nav>li>a:after { background-color: var(--itc-red); }

.home-modern { overflow: hidden; background: #fff; }
.home-hero { position: relative; min-height: 530px; display: flex; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(17,20,27,.98) 0%, rgba(17,20,27,.91) 43%, rgba(17,20,27,.32) 100%), url('/img/slide-1.png') center/cover no-repeat; }
.home-hero:after { content: ''; position: absolute; inset: auto -10% -150px 42%; height: 300px; background: var(--itc-red); filter: blur(120px); opacity: .28; pointer-events: none; }
.home-hero__content { position: relative; z-index: 1; max-width: 710px; padding: 80px 0; }
.home-eyebrow { margin: 0 0 14px; color: var(--itc-red); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.home-hero .home-eyebrow { color: #ff7a83; }
.home-hero h1, .home-section h2, .home-support h2 { margin: 0; font-weight: 800; letter-spacing: -.045em; }
.home-hero h1 { max-width: 700px; font-size: 50px; line-height: 1.1; color: #fff; }
.home-hero__lead { max-width: 590px; margin: 22px 0 30px; color: #d0d5dd; font-size: 17px; line-height: 1.65; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 8px; font-size: 14px; font-weight: 800; transition: .2s ease; }
.home-btn--primary { color: #fff; background: var(--itc-red); }
.home-btn--primary:hover, .home-btn--primary:focus { color: #fff; background: var(--itc-red-dark); transform: translateY(-1px); }
.home-btn--secondary { border: 1px solid rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.04); }
.home-btn--secondary:hover, .home-btn--secondary:focus { color: #fff; border-color: #fff; background: rgba(255,255,255,.12); }
.home-benefits { display: flex; flex-wrap: wrap; gap: 26px; margin: 50px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.home-benefits li { display: grid; gap: 3px; }
.home-benefits strong { font-size: 14px; color: #fff; }.home-benefits span { font-size: 12px; color: #b8c0cc; }

.home-section { padding: 88px 0; }.home-catalog { background: var(--itc-surface); }
.home-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }.home-section__heading h2, .home-support h2 { font-size: 34px; line-height: 1.15; color: var(--itc-ink); }.home-section__heading > p { max-width: 340px; margin: 0; color: var(--itc-muted); font-size: 14px; line-height: 1.55; }
.home-text-link { flex: none; color: var(--itc-red); font-size: 13px; font-weight: 800; }.home-text-link:hover { color: var(--itc-red-dark); }
.home-category-grid > div { margin-bottom: 24px; }.home-category-card { display: flex; height: 100%; min-height: 186px; overflow: hidden; border: 1px solid var(--itc-line); border-radius: 12px; color: var(--itc-ink); background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.04); transition: .2s ease; }.home-category-card:hover { color: var(--itc-ink); border-color: #cfd3da; box-shadow: 0 12px 24px rgba(16,24,40,.1); transform: translateY(-3px); }.home-category-card__image { width: 44%; overflow: hidden; background: #eef0f3; }.home-category-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.home-category-card:hover img { transform: scale(1.05); }.home-category-card__content { display: flex; flex: 1; flex-direction: column; justify-content: space-between; padding: 22px; }.home-category-card__title { font-size: 17px; line-height: 1.3; font-weight: 800; }.home-category-card__link { color: var(--itc-red); font-size: 12px; font-weight: 800; }

.home-solutions { background: #fff; }.home-solution-slide { padding: 0 10px; }.home-solution-card { overflow: hidden; min-height: 350px; border: 1px solid var(--itc-line); border-radius: 12px; background: #fff; }.home-solution-card img { display: block; width: 100%; height: 190px; object-fit: cover; }.home-solution-card > div { padding: 20px; }.home-solution-card h3 { margin: 0 0 8px; font-size: 16px; line-height: 1.35; font-weight: 800; }.home-solution-card p { margin: 0; color: var(--itc-muted); font-size: 13px; line-height: 1.55; }.home-solutions .products-slick-nav { margin-top: 20px; text-align: right; }.home-solutions .products-slick-nav .slick-prev, .home-solutions .products-slick-nav .slick-next { position: static; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-left: 8px; border: 1px solid var(--itc-line); border-radius: 8px; background: #fff; transform: none; }.home-solutions .products-slick-nav .slick-prev:before, .home-solutions .products-slick-nav .slick-next:before { color: var(--itc-ink); }

.home-support { padding: 0 0 88px; background: #fff; }.home-support__box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 46px 52px; border-radius: 14px; color: #fff; background: linear-gradient(120deg, #171a22, #292d37); }.home-support h2 { color: #fff; font-size: 30px; }.home-support__box .home-eyebrow { color: #ff8b92; }.home-support__box p:not(.home-eyebrow) { max-width: 620px; margin: 14px 0 0; color: #d0d5dd; font-size: 14px; line-height: 1.6; }

/* Catalogue: keep existing PHP and data, update the presentation layer. */
#spin > #breadcrumb.section { margin: 0; padding: 18px 0; background: var(--itc-surface); border-bottom: 1px solid var(--itc-line); }
#breadcrumb .breadcrumb-tree li, #breadcrumb .breadcrumb-tree li a { font-size: 12px; color: var(--itc-muted); } #breadcrumb .breadcrumb-tree li:last-child a { color: var(--itc-ink); font-weight: 700; }
#spin > .section:not(#breadcrumb) { margin: 0; padding: 48px 0 72px; background: #fff; }
#spin .section-title { margin: 0 0 24px; } #spin .section-title .title, #spin h4 { color: var(--itc-ink); font-family: 'Manrope', Arial, sans-serif; font-weight: 800; letter-spacing: -.025em; }
#spin .section-title .title { font-size: 28px; } #spin .col-md-9 > h4 { margin: 6px 0 24px; font-size: 24px; }
#aside .aside { padding: 22px; border: 1px solid var(--itc-line); border-radius: 12px; background: var(--itc-surface); } #aside .aside-title { margin: 0 0 14px; padding: 0; color: var(--itc-ink); font-size: 15px; font-weight: 800; }
#aside .checkbox-filter label { display: block; margin: 0; padding: 9px 0; border-bottom: 1px solid var(--itc-line); } #aside .checkbox-filter label:last-child { border-bottom: 0; } #aside .checkbox-filter a { color: #475467; font-size: 13px; line-height: 1.35; } #aside .checkbox-filter a:hover { color: var(--itc-red); }
#mobMenuBtn { border: 0; border-radius: 8px; background: var(--itc-red); font-family: inherit; font-weight: 800; }
#store .store-filter { min-height: 0; margin-bottom: 0; border: 0; }
#store .product-row { grid-gap: 18px; }
#store .product { overflow: visible; border: 1px solid var(--itc-line) !important; border-radius: 12px; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.04) !important; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
#store .product:hover { border-color: #c9ced6 !important; box-shadow: 0 12px 24px rgba(16,24,40,.1) !important; transform: translateY(-3px); z-index: 50; }
#store .product-img { min-height: 176px; padding: 18px; border-bottom: 1px solid var(--itc-line); background: #fff; } #store .product-img img { max-height: 190px; object-fit: contain; }
#store .product-body { padding: 18px; } #store .product .product-category { margin: 0 0 6px; color: var(--itc-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
#store .product .product-name { min-height: 44px; margin: 0; font-size: 14px; line-height: 1.45; font-weight: 800; } #store .product .product-name a { color: var(--itc-ink); } #store .product .product-name a:hover { color: var(--itc-red); }
#store .product-body__toogle { position: static; width: auto; max-height: none; margin: 14px 0 0; padding: 0; overflow: visible; opacity: 1; border: 0; background: transparent; } #store .product-body__desc p { display: -webkit-box; overflow: hidden; margin: 0 0 12px; color: var(--itc-muted); font-size: 12px; line-height: 1.5; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
#store .product-price { margin: 0; color: var(--itc-ink); font-size: 13px; font-weight: 800; } #store .product-body__toogle .btn-danger, #store .product .add-to-cart-btn { width: 100%; margin-top: 14px; padding: 11px 14px; border: 0; border-radius: 8px; background: var(--itc-red); font-family: inherit; font-size: 12px; font-weight: 800; } #store .product .add-to-cart { position: static; padding: 0 18px 18px; transform: none; opacity: 1; } #store .product .add-to-cart-btn { margin: 0; }

/* Product page and request modal. */
#spin .product-gallery-column { display: flex; align-items: stretch; } #product-main-img { width: 100%; min-height: 470px; overflow: hidden; border: 1px solid var(--itc-line); border-radius: 14px; background: var(--itc-surface); } #product-main-img .product-preview { display: flex !important; align-items: center; justify-content: center; height: 100%; padding: 44px; } #product-main-img .product-preview img { width: 100%; max-height: 380px; object-fit: contain; }
.product-details { min-height: 470px; padding: 34px; border: 1px solid var(--itc-line); border-radius: 14px; background: #fff; box-shadow: 0 12px 32px rgba(16,24,40,.06); }.product-details .product-name { margin: 0; color: var(--itc-ink); font-family: 'Manrope', Arial, sans-serif; font-size: 30px; line-height: 1.22; font-weight: 800; letter-spacing: -.035em; text-transform: none; }.product-sku { display: inline-block; margin: 16px 0 20px !important; padding: 6px 10px; border-radius: 6px; color: #475467; background: var(--itc-surface); font-size: 12px; font-weight: 800; }.product-details > p { color: var(--itc-muted); font-size: 14px; line-height: 1.65; }.product-details .product-price { display: block; margin: 24px 0 16px; color: var(--itc-ink); font-family: 'Manrope', Arial, sans-serif; font-size: 18px; font-weight: 800; }.product-details .add-to-cart { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; }.product-details .add-to-cart .add-to-cart-btn { position: static; flex: 1 1 210px; height: 46px; padding: 0 16px; border: 1px solid var(--itc-red); border-radius: 8px; color: #fff; background: var(--itc-red); font-family: inherit; font-size: 13px; font-weight: 800; text-transform: none; }.product-details .add-to-cart .add-to-cart-btn>i { position: static; width: auto; height: auto; margin-right: 7px; color: inherit; opacity: 1; visibility: visible; }.product-details .add-to-cart .add-to-cart-btn:hover { padding: 0 16px; border-color: var(--itc-red-dark); color: #fff; background: var(--itc-red-dark); }.product-details .add-to-cart .add-to-cart-btn:first-child:not(:last-child) { color: var(--itc-red); background: #fff; }.product-details .add-to-cart .add-to-cart-btn:first-child:not(:last-child):hover { color: #fff; background: var(--itc-red); }
.modal-content { overflow: hidden; border: 0; border-radius: 14px; box-shadow: 0 22px 50px rgba(16,24,40,.2); }.modal-header { padding: 22px 26px 16px; border-bottom: 1px solid var(--itc-line); }.modal-header .modal-title { padding-right: 24px; color: var(--itc-ink); font-family: 'Manrope', Arial, sans-serif; font-size: 19px; line-height: 1.4; font-weight: 800; }.modal-header .close { opacity: .55; }.modal-body { padding: 22px 26px 28px; }.modal-body .form-group label { color: #344054; font-size: 12px; font-weight: 800; }.modal-body .form-control { height: 44px; border: 1px solid #d0d5dd; border-radius: 8px; box-shadow: none; font-family: inherit; }.modal-body .form-control:focus { border-color: var(--itc-red); box-shadow: 0 0 0 3px rgba(227,6,19,.1); }.modal-body .btn-danger { min-height: 44px; padding: 0 18px; border: 0; border-radius: 8px; background: var(--itc-red); font-family: inherit; font-size: 13px; font-weight: 800; }.modal-body .btn-default { min-height: 44px; padding: 0 18px; border: 1px solid var(--itc-line); border-radius: 8px; color: #475467; font-family: inherit; font-size: 13px; font-weight: 800; }

/* Search results, request list and checkout. */
.search-results-heading h1, .request-list-heading h1 { margin: 0; color: var(--itc-ink); font-size: 28px; line-height: 1.25; font-weight: 800; letter-spacing: -.035em; }.search-results-heading { margin: 4px 0 24px; }.catalog-results-table, .request-list-table { overflow: hidden; border: 1px solid var(--itc-line); border-radius: 12px; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.04); }.catalog-results-table>thead>tr>th, .request-list-table>thead>tr>th { padding: 14px 16px; border-bottom: 1px solid var(--itc-line); color: #475467; background: var(--itc-surface); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.catalog-results-table>tbody>tr>td, .request-list-table>tbody>tr>td { padding: 16px; border-top: 1px solid var(--itc-line); color: #475467; font-size: 13px; vertical-align: middle; }.catalog-results-table>tbody>tr:first-child>td, .request-list-table>tbody>tr:first-child>td { border-top: 0; }.catalog-results-table>tbody>tr:hover, .request-list-table>tbody>tr:hover { background: #fffafb; }.catalog-results-table td:first-child a { color: var(--itc-ink); font-weight: 800; }.catalog-results-table td:first-child a:hover { color: var(--itc-red); }.catalog-result-article { display: block; margin-top: 5px; color: var(--itc-muted); font-size: 11px; font-weight: 700; }.catalog-add-button { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 0; border-radius: 7px; background: var(--itc-red) !important; font-family: inherit; font-size: 11px; font-weight: 800; }.catalog-add-button:hover { background: var(--itc-red-dark) !important; }.catalog-empty-state, .request-empty-state, .checkout-success { padding: 46px 28px; border: 1px dashed #cfd3da; border-radius: 12px; text-align: center; background: var(--itc-surface); }.catalog-empty-state i, .request-empty-state>i, .checkout-success>i { display: block; margin-bottom: 14px; color: var(--itc-red); font-size: 30px; }.catalog-empty-state h2, .request-empty-state h2, .checkout-success h3 { margin: 0 0 8px; color: var(--itc-ink); font-size: 21px; font-weight: 800; }.catalog-empty-state p, .request-empty-state p, .checkout-success p { margin: 0 auto 18px; color: var(--itc-muted); font-size: 14px; }.catalog-empty-state .btn, .request-empty-state .btn, .checkout-success .btn { border: 0; border-radius: 8px; font-family: inherit; font-size: 13px; font-weight: 800; }
.request-list-heading { margin: 0 0 30px; }.request-list-heading > p:not(.home-eyebrow) { max-width: 560px; margin: 12px 0 0; color: var(--itc-muted); font-size: 14px; line-height: 1.55; }.request-list-table strong { color: var(--itc-ink); }.request-list-table .price_cart { height: 38px; border: 1px solid #d0d5dd; border-radius: 7px; box-shadow: none; font-family: inherit; font-weight: 700; }.request-remove-button { width: 36px; height: 36px; padding: 0; border: 1px solid #f4c7cb; border-radius: 7px; color: var(--itc-red); background: #fff5f5; }.request-remove-button:hover { border-color: var(--itc-red); color: #fff; background: var(--itc-red); }.request-list-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding: 18px 20px; border-radius: 10px; background: var(--itc-surface); }.request-list-actions p { margin: 0; color: var(--itc-muted); font-size: 13px; }.request-list-actions .btn { padding: 12px 16px; border: 0; border-radius: 8px; background: var(--itc-red); font-family: inherit; font-size: 13px; font-weight: 800; }.request-list-actions .btn:hover { background: var(--itc-red-dark); }
.checkout-heading { margin-bottom: 28px; }.checkout-form-card { padding: 26px; border: 1px solid var(--itc-line); border-radius: 12px; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.04); }.checkout-form-card .form-group { margin-bottom: 18px; }.checkout-form-card label { color: #344054; font-size: 12px; font-weight: 800; }.checkout-form-card .input { min-height: 44px; border: 1px solid #d0d5dd; border-radius: 8px; box-shadow: none; }.checkout-form-card .input:focus { border-color: var(--itc-red); box-shadow: 0 0 0 3px rgba(227,6,19,.1); }.checkout-form-card textarea.input { padding-top: 12px; }.checkout-form-card .order-submit { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 18px; border-radius: 8px; background: var(--itc-red); font-family: inherit; font-size: 13px; font-weight: 800; }.checkout-summary { padding: 26px; border-radius: 12px; background: var(--itc-surface); }.checkout-summary h4 { margin: 0 0 16px; color: var(--itc-ink); font-size: 16px; font-weight: 800; }.checkout-summary ul { margin: 0; padding: 0; list-style: none; }.checkout-summary li { padding: 12px 0; border-top: 1px solid var(--itc-line); color: #475467; font-size: 13px; line-height: 1.45; }.checkout-summary li:first-child { border-top: 0; padding-top: 0; }.checkout-summary p { margin: 18px 0 0; color: var(--itc-ink); font-size: 13px; line-height: 1.5; }.checkout-success { max-width: 660px; margin: 10px auto; border-style: solid; border-color: #bde5c8; background: #f2fbf5; }.checkout-success>i { color: #159947; }

@media only screen and (max-width: 991px) { .header-logo { float: none; text-align: center; }.header-logo .logo { justify-content: center; }.header-logo .logo img { display: inline-block; }.header-search { padding: 15px 0 4px; }.header-ctn { float: none; padding-top: 12px; text-align: center; }.header-ctn>div>a { color: var(--itc-ink); }.home-hero { min-height: auto; }.home-hero__content { padding: 65px 0; }.home-hero h1 { font-size: 42px; }.home-section { padding: 64px 0; }.home-support { padding-bottom: 64px; } #spin > .section:not(#breadcrumb) { padding: 40px 0 56px; } }
@media only screen and (max-width: 767px) { #top-header .pull-left, #top-header .pull-right { float: none !important; text-align: center; }.header-links li { margin: 2px 7px; }.home-hero { background-position: 60% center; }.home-hero__content { padding: 54px 0; }.home-hero h1 { font-size: 34px; }.home-hero__lead { font-size: 15px; }.home-benefits { gap: 18px; margin-top: 36px; }.home-section__heading, .home-support__box { align-items: flex-start; flex-direction: column; }.home-section__heading h2 { font-size: 28px; }.home-text-link { margin-top: -10px; }.home-category-card { min-height: 150px; }.home-category-card__content { padding: 17px; }.home-support__box { gap: 24px; padding: 30px 24px; }.home-support h2 { font-size: 26px; } #product-main-img, .product-details { min-height: 0; }.product-details { margin-top: 20px; padding: 24px; }.product-details .product-name { font-size: 25px; }.modal-header, .modal-body { padding-left: 20px; padding-right: 20px; }.catalog-results-table, .request-list-table { display: block; overflow-x: auto; }.request-list-actions { align-items: flex-start; flex-direction: column; }.request-list-actions .btn { width: 100%; }.checkout-summary { margin-top: 20px; } }
