/* Form controls */
.izyem-form-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #d1d5db;
}

.izyem-form-input {
    width: 100%;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #f3f4f6;
    background: #1f2933;
    border: 1px solid #374151;
    outline: none;
    font-family: inherit;
}

.izyem-form-input::placeholder {
    color: #6b7280;
}

.izyem-form-input:focus {
    border-color: #ce1d2f;
    box-shadow: 0 0 0 2px rgba(206, 29, 47, 0.2);
}

.izyem-form-input--light {
    color: var(--color-foreground, #1f2933);
    background: var(--color-background, #fff);
    border-color: var(--color-border, #e5e7eb);
}

.izyem-form-input--light::placeholder {
    color: var(--color-muted-foreground, #6b7280);
}

.izyem-form-textarea {
    min-height: 68px;
    resize: vertical;
}

.izyem-tag-option {
    cursor: pointer;
}

.izyem-tag-option span {
    display: inline-block;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 500;
    background: #374151;
    color: #9ca3af;
    user-select: none;
}

.izyem-tag-option input:checked + span {
    background: #ce1d2f;
    color: #fff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Header search */
.site-search-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 200;
    border-top: 1px solid var(--color-border, #e5e7eb);
    background: var(--color-background, #fff);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.site-search-panel.is-open {
    display: block;
}

.site-search-form {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 6px;
    padding: 12px 16px;
    background: var(--color-muted, #f5f7fa);
}

.site-search-input {
    flex: 1;
    border: 0;
    background: transparent;
    font-size: 16px;
    color: var(--color-foreground, #1f2933);
    outline: none;
    font-family: inherit;
}

.site-search-input::placeholder {
    color: var(--color-muted-foreground, #6b7280);
}

.site-search-esc,
.site-search-submit {
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 4px;
    background: var(--color-background, #fff);
    color: var(--color-muted-foreground, #6b7280);
    font-size: 12px;
    padding: 4px 10px;
    cursor: pointer;
    font-family: inherit;
}

.site-search-submit {
    background: var(--color-primary, #ce1d2f);
    border-color: var(--color-primary, #ce1d2f);
    color: #fff;
    font-weight: 600;
}

body.site-search-open {
    overflow: hidden;
}

.izyem-list-search {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 4px;
    padding: 8px 12px;
    background: var(--color-muted, #f5f7fa);
}

.izyem-list-search input {
    flex: 1;
    border: 0;
    background: transparent;
    font-size: 12px;
    outline: none;
    font-family: inherit;
    color: var(--color-foreground, #1f2933);
}

.izyem-list-search input::placeholder {
    color: var(--color-muted-foreground, #6b7280);
}

.izyem-list-search--sidebar input {
    font-size: 14px;
}

.izyem-category-sidebar .izyem-list-search {
    padding: 10px 14px;
}

.izyem-category-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.izyem-category-nav__group.is-expanded > .izyem-category-nav__row .izyem-category-nav__chevron {
    transform: rotate(90deg);
}

.izyem-category-nav__row {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    transition: background-color 0.15s ease;
}

.izyem-category-nav__row:hover {
    background: color-mix(in srgb, var(--color-muted, #f5f7fa) 70%, transparent);
}

.izyem-category-nav__row.is-active {
    background: color-mix(in srgb, var(--color-primary, #c8102e) 8%, transparent);
}

.izyem-category-nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--color-muted-foreground, #6b7280);
    cursor: pointer;
    flex-shrink: 0;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.izyem-category-nav__toggle:hover {
    color: var(--color-foreground, #1f2933);
    background: color-mix(in srgb, var(--color-muted, #f5f7fa) 85%, transparent);
}

.izyem-category-nav__row.is-active .izyem-category-nav__toggle {
    color: var(--color-primary, #c8102e);
}

.izyem-category-nav__label {
    flex: 1;
    min-width: 0;
    padding: 9px 10px 9px 0;
    font-size: 14px;
    line-height: 1.35;
    color: var(--color-muted-foreground, #6b7280);
    text-decoration: none;
    transition: color 0.15s ease;
}

.izyem-category-nav__label:hover {
    color: var(--color-foreground, #1f2933);
}

.izyem-category-nav__row.is-active .izyem-category-nav__label {
    color: var(--color-primary, #c8102e);
    font-weight: 600;
}

.izyem-category-nav__chevron {
    transition: transform 0.15s ease;
}

.izyem-filter-group__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.izyem-filter-group__chevron {
    color: var(--color-muted-foreground, #6b7280);
    transition: transform 0.15s ease;
    flex-shrink: 0;
}

.izyem-filter-group.is-collapsed .izyem-filter-group__chevron {
    transform: rotate(-90deg);
}

.izyem-filter-group.is-collapsed .izyem-filter-group__options {
    display: none;
}

.izyem-filter-options {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 10px;
    max-height: 240px;
    overflow-y: auto;
}

.izyem-filter-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.35;
    color: var(--color-muted-foreground, #6b7280);
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.izyem-filter-option:hover {
    background: color-mix(in srgb, var(--color-muted, #f5f7fa) 75%, transparent);
    color: var(--color-foreground, #1f2933);
}

.izyem-filter-option.is-active {
    background: color-mix(in srgb, var(--color-primary, #c8102e) 10%, transparent);
    color: var(--color-primary, #c8102e);
    font-weight: 600;
}

.izyem-filter-option__label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.izyem-filter-option__count {
    flex-shrink: 0;
    font-size: 12px;
    color: var(--color-muted-foreground, #9ca3af);
}

.izyem-filter-option.is-active .izyem-filter-option__count {
    color: color-mix(in srgb, var(--color-primary, #c8102e) 70%, #6b7280);
}

.izyem-product-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.izyem-product-tabs__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border: 1px solid var(--color-border, #e5e7eb);
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: var(--color-muted, #f5f7fa);
    color: var(--color-muted-foreground, #6b7280);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.izyem-product-tabs__btn:hover {
    color: var(--color-foreground, #1f2933);
    background: color-mix(in srgb, var(--color-muted, #f5f7fa) 70%, #fff);
}

.izyem-product-tabs__btn.is-active {
    background: var(--color-background, #fff);
    color: var(--color-primary, #c8102e);
    border-color: var(--color-border, #e5e7eb);
    position: relative;
    z-index: 1;
}

.izyem-product-tabs__panels {
    margin-top: -1px;
}

.izyem-product-tabs__panels--single {
    margin-top: 0;
}

.izyem-product-tabs__panel-inner {
    padding: 24px;
}

.izyem-product-tabs__panel-inner--quote {
    background: color-mix(in srgb, var(--color-muted, #f5f7fa) 45%, transparent);
}

.izyem-product-description ul,
.izyem-product-description ol {
    padding-left: 1.25rem;
    margin: 0.75rem 0;
}

.izyem-product-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 13px;
}

.izyem-product-description table th,
.izyem-product-description table td {
    border: 1px solid var(--color-border, #e5e7eb);
    padding: 8px 10px;
    text-align: left;
}

.izyem-category-nav__item,
.izyem-category-nav__child {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.35;
    color: var(--color-muted-foreground, #6b7280);
    text-decoration: none;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.izyem-category-nav__item:hover,
.izyem-category-nav__child:hover {
    color: var(--color-foreground, #1f2933);
    background: color-mix(in srgb, var(--color-muted, #f5f7fa) 70%, transparent);
}

.izyem-category-nav__item.is-active,
.izyem-category-nav__child.is-active {
    color: var(--color-primary, #c8102e);
    font-weight: 600;
    background: color-mix(in srgb, var(--color-primary, #c8102e) 8%, transparent);
}

.izyem-category-nav__marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    flex-shrink: 0;
}

.izyem-category-nav__chevron {
    transition: transform 0.15s ease;
}

.izyem-category-nav__dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.55;
}

.izyem-category-nav__dot--child {
    width: 5px;
    height: 5px;
    opacity: 0.45;
}

.izyem-category-nav__children {
    display: none;
    flex-direction: column;
    gap: 2px;
    margin: 2px 0 6px 26px;
    padding-left: 8px;
    border-left: 1px solid var(--color-border, #e5e7eb);
}

.izyem-category-nav__group.is-expanded > .izyem-category-nav__children {
    display: flex;
}

.izyem-catalog-grid[data-cols="auto"] {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.izyem-catalog-grid[data-cols="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.izyem-catalog-grid[data-cols="4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.izyem-catalog-grid[data-cols="5"] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.izyem-catalog-grid[data-cols="6"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.izyem-grid-cols-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 8px;
    background: var(--color-muted, #f5f7fa);
}

.izyem-grid-cols-toggle__btn {
    min-width: 34px;
    height: 32px;
    padding: 0 8px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--color-muted-foreground, #6b7280);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.izyem-grid-cols-toggle__btn:hover {
    color: var(--color-foreground, #1f2933);
}

.izyem-grid-cols-toggle__btn.is-active {
    background: var(--color-background, #fff);
    color: var(--color-primary, #c8102e);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.izyem-product-list__sentinel {
    height: 1px;
    margin-top: 24px;
}

.izyem-product-list__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 0 8px;
    color: var(--color-muted-foreground, #6b7280);
    font-size: 14px;
}

.izyem-product-list__loading.hidden {
    display: none;
}

.izyem-product-list__spinner {
    width: 18px;
    height: 18px;
    border: 2px solid color-mix(in srgb, var(--color-primary, #c8102e) 20%, transparent);
    border-top-color: var(--color-primary, #c8102e);
    border-radius: 999px;
    animation: izyem-spin 0.8s linear infinite;
}

@keyframes izyem-spin {
    to {
        transform: rotate(360deg);
    }
}

.product-card-hidden {
    display: none !important;
}

/* Hero slider — premium fullscreen */
.izyem-site {
    --izyem-chrome-height: 108px;
}

.izyem-hero-slider--viewport {
    height: calc(100svh - var(--izyem-chrome-height));
    min-height: 560px;
}

.izyem-hero-slider--fixed {
    height: 520px;
    min-height: 520px;
}

.izyem-hero-slide-bg {
    background-color: #11141c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.izyem-hero-slide-bg--kenburns {
    transform: scale(1.06);
    transition: transform 8s ease-out;
}

.izyem-hero-slide.is-active .izyem-hero-slide-bg--kenburns {
    transform: scale(1);
}

.izyem-hero-slide-overlay {
    background: linear-gradient(
        105deg,
        rgba(10, 12, 18, 0.88) 0%,
        rgba(10, 12, 18, 0.62) 42%,
        rgba(10, 12, 18, 0.22) 72%,
        rgba(10, 12, 18, 0.45) 100%
    );
}

.izyem-hero-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    z-index: 1;
}

.izyem-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.izyem-hero-slide-copy {
    max-width: 640px;
    transform: translateY(18px);
    opacity: 0;
    transition: transform 0.65s ease 0.12s, opacity 0.65s ease 0.12s;
}

.izyem-hero-slide.is-active .izyem-hero-slide-copy {
    transform: translateY(0);
    opacity: 1;
}

.izyem-hero-slide-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.izyem-hero-slide-title {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.izyem-hero-slide-title .text-primary {
    color: var(--color-accent, #f89726);
}

.izyem-hero-slide-desc {
    margin: 0 0 28px;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.65;
}

.izyem-hero-slide-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.izyem-hero-slide-btn--primary {
    background: var(--color-primary, #ce1d2f);
    color: #fff;
}

.izyem-hero-slide-btn--primary:hover {
    opacity: 0.94;
    transform: translateY(-1px);
}

.izyem-hero-slide-btn--ghost {
    border: 1.5px solid rgba(255, 255, 255, 0.42);
    color: #fff;
}

.izyem-hero-slide-btn--ghost:hover {
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.06);
}

.izyem-hero-slider-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 6;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
    transform: translateY(-50%);
}

.izyem-hero-slider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    background: rgba(17, 20, 28, 0.45);
    backdrop-filter: blur(6px);
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
    font-family: inherit;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.izyem-hero-slider-arrow:hover {
    background: rgba(17, 20, 28, 0.72);
    border-color: rgba(255, 255, 255, 0.38);
}

.izyem-hero-slider-arrow--primary {
    background: var(--color-primary, #ce1d2f);
    border-color: transparent;
}

.izyem-hero-slider-arrow--primary:hover {
    opacity: 0.92;
}

.izyem-hero-slider-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    padding: 0 24px 22px;
    background: linear-gradient(to top, rgba(10, 12, 18, 0.82) 0%, rgba(10, 12, 18, 0) 100%);
}

.izyem-hero-slider-tabs {
    display: flex;
    gap: 8px;
    max-width: 1280px;
    margin: 0 auto 14px;
    overflow-x: auto;
    scrollbar-width: none;
}

.izyem-hero-slider-tabs::-webkit-scrollbar {
    display: none;
}

.izyem-hero-slider-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.62);
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.izyem-hero-slider-tab:hover {
    border-color: rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.88);
}

.izyem-hero-slider-tab.is-active {
    border-color: color-mix(in srgb, var(--color-primary, #ce1d2f) 55%, rgba(255, 255, 255, 0.2));
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.izyem-hero-slider-tab-index {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    font-family: ui-monospace, monospace;
    color: var(--color-accent, #f89726);
}

.izyem-hero-slider-tab-label {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.izyem-hero-slider-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 1280px;
    margin: 0 auto 10px;
}

.izyem-hero-slider-counter {
    font-size: 13px;
    font-weight: 700;
    font-family: ui-monospace, monospace;
    color: rgba(255, 255, 255, 0.45);
}

.izyem-hero-slider-counter [data-hero-current] {
    color: #fff;
}

.izyem-hero-slider-counter-sep {
    margin: 0 2px;
}

.izyem-hero-slider-dots--compact {
    display: flex;
    align-items: center;
    gap: 6px;
}

.izyem-hero-slider-progress {
    display: flex;
    gap: 3px;
    max-width: 1280px;
    margin: 0 auto;
    height: 3px;
}

.izyem-hero-progress-segment {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
}

.izyem-hero-progress-segment::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    background: var(--color-primary, #ce1d2f);
}

.izyem-hero-progress-segment.is-active::after {
    animation: izyem-hero-progress-fill var(--izyem-hero-interval, 7000ms) linear forwards;
}

@keyframes izyem-hero-progress-fill {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.izyem-hero-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 118px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transform: translateX(-50%);
    transition: color 0.15s ease;
}

.izyem-hero-scroll-cue:hover {
    color: rgba(255, 255, 255, 0.9);
}

.izyem-hero-scroll-cue-icon {
    animation: izyem-hero-scroll-bounce 2s ease-in-out infinite;
}

@keyframes izyem-hero-scroll-bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(4px);
    }
}

.izyem-hero-dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.35);
    transition: width 0.25s ease, background 0.25s ease;
}

.izyem-hero-dot.is-active {
    width: 24px;
    background: var(--color-primary, #ce1d2f);
}

.izyem-hero-slider-btn {
    cursor: pointer;
    font-family: inherit;
}

/* Product carousel */
.izyem-product-carousel-viewport {
    overflow: hidden;
}

.izyem-product-carousel-track {
    display: flex;
    gap: 16px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.izyem-product-carousel-track > * {
    flex: 0 0 calc(25% - 12px);
    min-width: 220px;
}

@media (max-width: 1199px) {
    .izyem-product-carousel-track > * {
        flex-basis: calc(33.333% - 11px);
    }
}

@media (max-width: 899px) {
    .izyem-product-carousel-track > * {
        flex-basis: calc(50% - 8px);
    }
}

@media (max-width: 639px) {
    .izyem-product-carousel-track > * {
        flex-basis: 100%;
    }
}

.izyem-category-carousel-viewport {
    overflow: hidden;
}

.izyem-category-carousel-track {
    display: flex;
    gap: 12px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.izyem-category-carousel__slide {
    flex: 0 0 calc(33.333% - 8px);
    min-width: 260px;
}

.izyem-category-carousel__slide .izyem-category-card {
    height: 100%;
}

@media (max-width: 1199px) {
    .izyem-category-carousel__slide {
        flex-basis: calc(50% - 6px);
        min-width: 240px;
    }
}

@media (max-width: 639px) {
    .izyem-category-carousel__slide {
        flex-basis: 100%;
        min-width: 100%;
    }
}

html {
    scroll-behavior: smooth;
}

/* Category grid */
.izyem-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.izyem-category-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 6px;
    background: var(--color-background, #fff);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.izyem-category-card:hover {
    border-color: var(--color-primary, #ce1d2f);
    box-shadow: 0 4px 16px rgba(206, 29, 47, 0.08);
}

/* Process steps */
.izyem-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.izyem-process-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    background: var(--color-background, #fff);
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 6px;
}

.izyem-process-card-step {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    font-family: ui-monospace, monospace;
    color: var(--color-primary, #ce1d2f);
    line-height: 1;
    padding-top: 2px;
}

.izyem-process-card-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: var(--color-secondary, #fdecea);
    display: flex;
    align-items: center;
    justify-content: center;
}

.izyem-process-card-body {
    flex: 1;
    min-width: 0;
}

/* Catalog cards */
.izyem-catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.izyem-catalog-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 6px;
    background: var(--color-background, #fff);
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.izyem-catalog-card:hover {
    border-color: var(--color-primary, #ce1d2f);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
}

.izyem-catalog-cover {
    position: relative;
    height: 140px;
    overflow: hidden;
    background: var(--color-secondary, #fdecea);
}

.izyem-catalog-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.izyem-catalog-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(31, 41, 51, 0.35) 100%);
    pointer-events: none;
}

.izyem-catalog-cover-badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: var(--color-primary, #ce1d2f);
    color: var(--color-primary-foreground, #fff);
}

.izyem-catalog-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    flex: 1;
}

.izyem-catalog-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    margin-top: auto;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    background: var(--color-primary, #ce1d2f);
    color: var(--color-primary-foreground, #fff);
    transition: opacity 0.2s ease;
}

.izyem-catalog-download-btn:hover {
    opacity: 0.92;
}

.product-card-hidden {
    display: none !important;
}

/* Header navigation & mega menus */
.izyem-nav-link,
.izyem-nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: var(--color-foreground, #1f2933);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s ease, background 0.15s ease;
}

.izyem-nav-link:hover,
.izyem-nav-trigger:hover,
.izyem-nav-link.is-active,
.izyem-nav-trigger.is-active,
.izyem-nav-item.is-open .izyem-nav-trigger {
    color: var(--color-primary, #ce1d2f);
    background: color-mix(in srgb, var(--color-primary, #ce1d2f) 8%, transparent);
}

.izyem-nav-item {
    position: relative;
}

.izyem-nav-chevron {
    font-size: 14px;
    transition: transform 0.2s ease;
}

.izyem-nav-item.is-open .izyem-nav-chevron {
    transform: rotate(180deg);
}

.izyem-nav-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    padding-top: 8px;
    transform: translateX(-50%) translateY(6px);
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.22s ease, visibility 0.2s;
    z-index: 120;
}

.izyem-nav-item.is-open .izyem-nav-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.izyem-nav-panel--mega {
    left: 50%;
    width: min(960px, calc(100vw - 32px));
    min-width: 0;
    transform: translateX(-50%) translateY(6px);
}

.izyem-nav-item--mega.is-open .izyem-nav-panel--mega {
    transform: translateX(-50%) translateY(0);
}

.izyem-nav-panel-inner {
    background: var(--color-background, #fff);
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 8px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.izyem-nav-corporate-grid {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    min-width: 320px;
}

.izyem-nav-corporate-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s ease;
}

.izyem-nav-corporate-card:hover {
    background: var(--color-muted, #f3f4f6);
}

.izyem-nav-corporate-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: color-mix(in srgb, var(--color-primary, #ce1d2f) 10%, #fff);
    color: var(--color-primary, #ce1d2f);
    flex-shrink: 0;
}

.izyem-nav-corporate-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-foreground, #1f2933);
}

.izyem-nav-corporate-desc {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: var(--color-muted-foreground, #6b7280);
    line-height: 1.35;
}

.izyem-nav-corporate-arrow {
    font-size: 14px;
    color: var(--color-muted-foreground, #9ca3af);
    transition: transform 0.15s ease, color 0.15s ease;
}

.izyem-nav-corporate-card:hover .izyem-nav-corporate-arrow {
    color: var(--color-primary, #ce1d2f);
    transform: translateX(2px);
}

.izyem-mega-products {
    display: grid;
    grid-template-columns: 240px 1fr;
    min-height: 320px;
}

.izyem-mega-sidebar {
    padding: 24px 20px;
    background: linear-gradient(165deg, #1a1d24 0%, #252932 100%);
    color: #f3f4f6;
}

.izyem-mega-eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-accent, #f89726);
}

.izyem-mega-sidebar-title {
    margin: 0 0 10px;
    font-family: var(--font-headings, inherit);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

.izyem-mega-sidebar-desc {
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

.izyem-mega-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 4px;
    background: var(--color-primary, #ce1d2f);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.15s ease;
}

.izyem-mega-cta:hover {
    opacity: 0.92;
}

.izyem-mega-quick-links {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.izyem-mega-quick-label {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.izyem-mega-chip {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 11px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.izyem-mega-chip:hover {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
}

.izyem-mega-main {
    padding: 20px 22px 22px;
    max-height: 420px;
    overflow: auto;
}

.izyem-mega-main-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.izyem-mega-main-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-foreground, #1f2933);
}

.izyem-mega-main-link {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-primary, #ce1d2f);
    text-decoration: none;
}

.izyem-mega-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

.izyem-mega-category {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.izyem-mega-category:hover {
    border-color: var(--color-border, #e5e7eb);
    background: var(--color-muted, #f9fafb);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.izyem-mega-category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: var(--color-secondary, #f3f4f6);
    color: var(--color-primary, #ce1d2f);
    flex-shrink: 0;
}

.izyem-mega-category-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-foreground, #1f2933);
    line-height: 1.25;
}

.izyem-mega-category-desc {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.35;
    color: var(--color-muted-foreground, #6b7280);
}

.izyem-mega-category-count {
    flex-shrink: 0;
    align-self: center;
    font-size: 10px;
    font-weight: 600;
    color: var(--color-muted-foreground, #9ca3af);
    white-space: nowrap;
}

.izyem-mega-services {
    padding: 20px 22px 16px;
}

.izyem-mega-services-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.izyem-mega-services-title {
    margin: 0;
    font-family: var(--font-headings, inherit);
    font-size: 20px;
    font-weight: 700;
    color: var(--color-foreground, #1f2933);
}

.izyem-mega-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.izyem-mega-service-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: var(--color-background, #fff);
    transition: border-color 0.15s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.izyem-mega-service-card:hover {
    border-color: color-mix(in srgb, var(--color-primary, #ce1d2f) 35%, #e5e7eb);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.izyem-mega-service-media {
    position: relative;
    height: 88px;
    overflow: hidden;
    background: var(--color-muted, #f3f4f6);
}

.izyem-mega-service-icon {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--color-primary, #ce1d2f);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.izyem-mega-service-body {
    padding: 12px 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.izyem-mega-service-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-foreground, #1f2933);
    line-height: 1.25;
}

.izyem-mega-service-desc {
    font-size: 11px;
    line-height: 1.4;
    color: var(--color-muted-foreground, #6b7280);
}

.izyem-mega-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}

.izyem-mega-service-tags span {
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 999px;
    background: var(--color-secondary, #f3f4f6);
    color: var(--color-secondary-foreground, #374151);
}

.izyem-mega-services-foot {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--color-border, #e5e7eb);
    font-size: 12px;
    color: var(--color-muted-foreground, #6b7280);
}

.izyem-mega-services-foot a {
    text-decoration: none;
}

.izyem-mobile-nav-link {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--color-border, #e5e7eb);
    font-size: 15px;
    font-weight: 600;
    color: var(--color-foreground, #1f2933);
    text-decoration: none;
}

.izyem-mobile-nav-group {
    border-bottom: 1px solid var(--color-border, #e5e7eb);
}

.izyem-mobile-nav-group summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-foreground, #1f2933);
}

.izyem-mobile-nav-group summary::-webkit-details-marker {
    display: none;
}

.izyem-mobile-nav-sub {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0 0 12px 12px;
}

.izyem-mobile-nav-sub a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: var(--color-muted-foreground, #6b7280);
    text-decoration: none;
}

.izyem-mobile-nav-sub a:hover {
    color: var(--color-primary, #ce1d2f);
}

/* Custom scrollbars */
html:has(.izyem-site),
.izyem-site,
.izyem-site * {
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--color-primary, #ce1d2f) 45%, #9ca3af) var(--color-muted, #f5f7fa);
}

html:has(.izyem-site)::-webkit-scrollbar,
.izyem-site *::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

html:has(.izyem-site)::-webkit-scrollbar-track,
.izyem-site *::-webkit-scrollbar-track {
    background: var(--color-muted, #f5f7fa);
}

html:has(.izyem-site)::-webkit-scrollbar-thumb,
.izyem-site *::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--color-muted-foreground, #6b7280) 30%, var(--color-border, #e5e7eb));
    border: 2px solid var(--color-muted, #f5f7fa);
    border-radius: 999px;
}

html:has(.izyem-site)::-webkit-scrollbar-thumb:hover,
.izyem-site *::-webkit-scrollbar-thumb:hover {
    background: color-mix(in srgb, var(--color-primary, #ce1d2f) 65%, #6b7280);
}

html:has(.izyem-site)::-webkit-scrollbar-corner,
.izyem-site *::-webkit-scrollbar-corner {
    background: var(--color-muted, #f5f7fa);
}

@media (max-width: 1100px) {
    .izyem-mega-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
