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

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
}

body.zc-mobile-menu-open {
    overflow: hidden;
}

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

a {
    color: inherit;
    text-decoration: none;
}

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

button {
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.zc-shell {
    width: min(calc(100% - 40px), var(--zc-container-width));
    margin: 0 auto;
}

.site-main {
    overflow: clip;
}

.section-heading {
    margin: 0 auto 42px;
    max-width: 760px;
}

.section-heading--center {
    text-align: center;
}

.section-heading__kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--zc-accent);
}

.section-heading__kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 16px;
    font-family: var(--zc-heading-font);
    line-height: 1;
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(3rem, 6vw, 5.6rem);
}

h2 {
    font-size: clamp(2.3rem, 4vw, 3.5rem);
}

h3 {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
}

p {
    margin: 0 0 16px;
    color: var(--zc-muted);
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.zc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 22px;
    border-radius: calc(var(--zc-radius) - 6px);
    border: 1px solid transparent;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.zc-btn:hover {
    transform: translateY(-2px);
}

.zc-btn-primary {
    background: linear-gradient(135deg, var(--zc-accent), var(--zc-highlight));
    color: #fff;
    box-shadow: 0 18px 38px rgba(13, 90, 229, calc(var(--zc-shadow-strength) + 0.05));
}

.zc-btn-outline {
    border-color: rgba(13, 90, 229, 0.28);
    background: rgba(255, 255, 255, 0.8);
    color: var(--zc-accent);
}

.zc-btn-ghost {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(16px);
}

.zc-btn-small {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.92rem;
}

.zc-btn-block {
    width: 100%;
}

.zc-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--zc-accent);
}

.zc-inline-link::after {
    content: "";
    width: 22px;
    height: 12px;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 12'%3E%3Cpath stroke='black' stroke-width='2' d='M1 6h21M18 1l5 5-5 5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.section-actions {
    margin-top: 36px;
    text-align: center;
}

.promo-bar {
    position: relative;
    z-index: 40;
    background: linear-gradient(90deg, var(--zc-accent-alt), var(--zc-accent));
    color: #fff;
}

.promo-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 54px;
}

.promo-bar__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
}

.promo-bar__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.promo-bar__icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
}

.promo-bar__icon svg {
    width: 100%;
    height: 100%;
}

.promo-bar__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(219, 229, 244, 0.7);
    backdrop-filter: blur(18px);
    transition: box-shadow 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.site-header.is-scrolled {
    box-shadow: 0 14px 34px rgba(15, 36, 71, 0.08);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 96px;
}

.site-branding {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.site-branding__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.site-branding__title {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    color: var(--zc-accent-alt);
    font-family: var(--zc-heading-font);
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.site-branding__title img,
.site-branding__title .custom-logo {
    width: clamp(160px, 15vw, 210px);
    height: clamp(56px, var(--zc-logo-height), 66px);
    object-fit: cover;
    object-position: center;
}

.site-branding__tagline {
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--zc-muted);
}

.site-header__nav {
    flex: 1 1 auto;
}

.primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2vw, 34px);
}

.primary-menu a,
.mobile-menu a,
.footer-menu a {
    position: relative;
    color: var(--zc-text);
    font-weight: 600;
}

.primary-menu a::after,
.footer-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--zc-accent);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.2s ease;
}

.primary-menu a:hover::after,
.footer-menu a:hover::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after {
    transform: scaleX(1);
}

/* sub-menu on items with children: suppress parent underline, show chevron */
.primary-menu .menu-item-has-children > a::after {
    display: none;
}

.primary-menu .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.primary-menu .menu-item-has-children > a::before {
    content: '';
    order: 1;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") center/contain no-repeat;
    opacity: 0.55;
    transition: transform 0.2s ease;
}

.primary-menu .menu-item-has-children:hover > a::before,
.primary-menu .menu-item-has-children:focus-within > a::before {
    transform: rotate(180deg);
    opacity: 1;
}

/* ── Desktop dropdown panel ──────────────────────────────────── */
.primary-menu .menu-item-has-children {
    position: relative;
}

.primary-menu .sub-menu {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 210px;
    padding: 8px;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(219, 229, 244, 0.9);
    box-shadow: 0 22px 46px rgba(15, 36, 71, 0.13);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s 0.18s;
    z-index: 200;
}

/* bridge gap so mouse can reach dropdown */
.primary-menu .sub-menu::before {
    content: '';
    position: absolute;
    inset: -22px -12px auto;
    height: 22px;
}

.primary-menu .menu-item-has-children:hover .sub-menu,
.primary-menu .menu-item-has-children:focus-within .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.primary-menu .sub-menu li a {
    display: flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 8px;
    font-size: 0.91rem;
    font-weight: 600;
    white-space: nowrap;
    color: var(--zc-text);
    transition: background 0.15s, color 0.15s;
}

.primary-menu .sub-menu li a::after,
.primary-menu .sub-menu li a::before {
    display: none;
}

.primary-menu .sub-menu li a:hover,
.primary-menu .sub-menu .current-menu-item > a {
    background: rgba(13, 90, 229, 0.08);
    color: var(--zc-accent);
}

.primary-menu .sub-menu .zc-subnav-all a {
    border-bottom: 1px solid rgba(219, 229, 244, 0.7);
    border-radius: 8px 8px 0 0;
    margin-bottom: 4px;
    color: var(--zc-accent);
    font-weight: 700;
}

/* ── Mobile submenu ──────────────────────────────────────────── */
.mobile-menu .sub-menu {
    display: grid;
    gap: 0;
    margin: 2px 0 8px 18px;
    list-style: none;
    padding: 0;
}

.mobile-menu .sub-menu li a {
    padding: 8px 0;
    font-size: 0.89rem;
    font-weight: 600;
    color: var(--zc-muted);
    border-bottom: 1px solid rgba(219, 229, 244, 0.55);
}

.mobile-menu .sub-menu .zc-subnav-all a {
    color: var(--zc-accent);
    font-weight: 700;
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-header__icon,
.site-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(219, 229, 244, 0.9);
    border-radius: 999px;
    background: #fff;
    color: var(--zc-text);
}

.site-header__icon svg,
.site-header__toggle svg {
    width: 20px;
    height: 20px;
}

.site-header__cart {
    position: relative;
}

.site-header__cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--zc-accent);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

.site-header__toggle {
    display: none;
}

.site-search-panel {
    padding: 0 0 18px;
}

.search-form {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border-radius: calc(var(--zc-radius) + 2px);
    background: #fff;
    border: 1px solid rgba(219, 229, 244, 0.85);
    box-shadow: 0 18px 42px rgba(15, 36, 71, 0.08);
}

.search-form label {
    flex: 1 1 auto;
}

.search-field {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--zc-text);
}

.search-submit {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: var(--zc-accent);
    color: #fff;
}

.search-submit svg {
    width: 18px;
    height: 18px;
}

.mobile-menu-panel {
    position: absolute;
    inset: 100% 0 auto;
    padding: 16px 0 24px;
    background: rgba(246, 249, 255, 0.98);
    border-bottom: 1px solid rgba(219, 229, 244, 0.88);
    box-shadow: 0 20px 44px rgba(15, 36, 71, 0.12);
}

.mobile-menu-panel__inner {
    border-radius: calc(var(--zc-radius) + 6px);
    padding: 22px;
    background: #fff;
    border: 1px solid rgba(219, 229, 244, 0.85);
}

.mobile-menu-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.mobile-menu {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
}

.mobile-menu a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(219, 229, 244, 0.72);
}

.home-hero {
    position: relative;
    padding: 72px 0 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.75), transparent 40%),
        linear-gradient(180deg, #f9fbff 0%, #eef4ff 100%);
}

.home-hero__slider,
.home-hero__slides {
    position: relative;
}

.home-hero__slides {
    display: grid;
    overflow: hidden;
}

.home-hero__slide {
    position: relative;
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(30px);
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}

.home-hero__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(246, 249, 255, 0.92) 0%, rgba(246, 249, 255, 0.72) 36%, rgba(246, 249, 255, 0.18) 100%);
    pointer-events: none;
}

.home-hero__slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.home-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 47%);
    gap: clamp(34px, 4vw, 52px);
    align-items: center;
}

.home-hero__content {
    padding: 26px 0;
}

.home-hero__title {
    max-width: 620px;
    margin-bottom: 18px;
    color: var(--zc-accent-alt);
    text-transform: uppercase;
}

.home-hero__text {
    max-width: 560px;
    font-size: 1.08rem;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.home-hero__trust {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

.home-hero__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(13, 90, 229, 0.1);
    color: var(--zc-accent);
    font-weight: 700;
}

.home-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-hero__chips li {
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(219, 229, 244, 0.9);
    background: rgba(255, 255, 255, 0.82);
    color: var(--zc-accent-alt);
    font-weight: 600;
}

.home-hero__visual {
    position: relative;
}

.home-hero__frame {
    position: relative;
    min-height: 620px;
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(14, 37, 68, 0.05), rgba(14, 37, 68, 0)),
        var(--zc-hero-bg) center/cover no-repeat,
        linear-gradient(135deg, #dbe9ff 0%, #ffffff 100%);
    box-shadow: 0 30px 80px rgba(15, 36, 71, 0.16);
}

.home-hero__frame::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 24%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 55%, rgba(255, 255, 255, 0.18) 100%);
}

.home-hero__controls {
    position: absolute;
    inset: auto 0 40px;
    z-index: 2;
    pointer-events: none;
}

.home-hero__controls-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    pointer-events: auto;
}

.home-hero__pagination {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.home-hero__dot,
.home-hero__arrow {
    border: 0;
}

.home-hero__dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
    box-shadow: inset 0 0 0 1px rgba(15, 36, 71, 0.08);
    transition: transform 0.25s ease, background-color 0.25s ease, width 0.25s ease;
}

.home-hero__dot.is-active {
    width: 36px;
    background: #fff;
}

.home-hero__arrows {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.home-hero__arrow {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(15, 36, 71, 0.68);
    color: #fff;
    backdrop-filter: blur(14px);
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.home-hero__arrow:hover {
    transform: translateY(-2px);
    background: rgba(13, 90, 229, 0.88);
}

.home-hero__arrow.is-prev svg {
    transform: rotate(180deg);
}

.home-features {
    position: relative;
    z-index: 2;
    margin-top: -28px;
}

.home-features__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-radius: 26px;
    overflow: hidden;
    background: var(--zc-surface);
    border: 1px solid rgba(219, 229, 244, 0.88);
    box-shadow: 0 18px 42px rgba(15, 36, 71, 0.08);
}

.feature-card {
    display: flex;
    gap: 18px;
    padding: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 244, 255, 0.6));
    border-right: 1px solid rgba(219, 229, 244, 0.72);
}

.feature-card:last-child {
    border-right: 0;
}

.feature-card__icon {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(13, 90, 229, 0.08);
    color: var(--zc-accent);
}

.feature-card__icon svg {
    width: 26px;
    height: 26px;
}

.feature-card h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.feature-card p {
    margin: 0;
    font-size: 0.96rem;
}

.home-products,
.home-about,
.home-news,
.home-partners,
.home-inquiry {
    padding: 92px 0;
}

.product-grid,
.news-grid,
.zc-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 26px;
}

.product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-card,
.news-card,
.zc-post-card,
.zc-search-result,
.zc-empty-state,
.zc-page-content,
.zc-sidebar-card,
.zc-comments,
.zc-single-product-inquiry {
    border-radius: calc(var(--zc-radius) + 4px);
    background: var(--zc-surface);
    border: 1px solid rgba(219, 229, 244, 0.85);
    box-shadow: 0 18px 42px rgba(15, 36, 71, 0.08);
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.product-card__image,
.news-card__image,
.zc-post-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(219, 233, 255, 0.95), rgba(255, 255, 255, 0.7));
}

.product-card__image {
    aspect-ratio: 1 / 1;
}

.news-card__image,
.zc-post-card__image {
    aspect-ratio: 16 / 10;
}

.product-card__image img,
.news-card__image img,
.zc-post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.product-card:hover .product-card__image img,
.news-card:hover .news-card__image img,
.zc-post-card:hover .zc-post-card__image img {
    transform: scale(1.04);
}

.product-card__placeholder,
.product-card__image.is-fallback,
.news-card__placeholder,
.zc-post-card__placeholder,
.news-card__image--fallback {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    background:
        radial-gradient(circle at 25% 25%, rgba(18, 164, 255, 0.24), transparent 34%),
        linear-gradient(135deg, rgba(13, 90, 229, 0.08), rgba(15, 36, 71, 0.02));
}

.product-card__image.is-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card__fallback-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--zc-accent);
}

.product-card__fallback-icon svg {
    width: 34px;
    height: 34px;
}

.product-card__body,
.news-card__body,
.zc-post-card__content {
    display: grid;
    gap: 10px;
    padding: 22px;
}

.product-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-card__meta,
.news-card__date,
.zc-post-card__date,
.zc-search-result__type {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(13, 90, 229, 0.08);
    color: var(--zc-accent);
    font-size: 0.8rem;
    font-weight: 700;
}

.product-card__body h2,
.product-card__body h3,
.news-card__body h3,
.zc-post-card__title {
    margin-bottom: 0;
}

.product-card__body h2,
.product-card__body h3 {
    min-height: 3.24em;
    font-size: clamp(1.55rem, 2vw, 1.8rem);
    line-height: 1.08;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-card__body p,
.news-card__body p,
.zc-post-card__content p {
    margin-bottom: 0;
}

.product-card__body p {
    min-height: 3.4em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 8px;
}

.product-card__actions .button,
.product-card__actions .added_to_cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: calc(var(--zc-radius) - 8px);
    background: var(--zc-accent);
    color: #fff;
    font-weight: 700;
}

.home-about__grid,
.home-inquiry__grid,
.zc-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
}

.home-about__grid,
.home-inquiry__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
}

.home-about__media {
    position: relative;
}

.home-about__media img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 26px 56px rgba(15, 36, 71, 0.14);
}

.home-about__badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: grid;
    gap: 4px;
    min-width: 180px;
    padding: 18px 20px;
    border-radius: 24px 24px 24px 8px;
    background: linear-gradient(135deg, var(--zc-accent), var(--zc-highlight));
    color: #fff;
    box-shadow: 0 16px 30px rgba(13, 90, 229, 0.28);
}

.home-about__badge strong {
    font-family: var(--zc-heading-font);
    font-size: 2.2rem;
    line-height: 1;
}

.home-about__content {
    padding-inline-start: clamp(0px, 2vw, 24px);
}

.home-about__list {
    display: grid;
    gap: 14px;
    margin: 26px 0 32px;
}

.home-about__list li,
.home-inquiry__contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--zc-text);
    font-weight: 600;
}

.home-about__list svg,
.home-inquiry__contact svg,
.site-footer__icon svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    color: var(--zc-accent);
}

.home-stats {
    padding: 34px 0;
    background: linear-gradient(135deg, var(--zc-accent-alt), var(--zc-accent));
    color: #fff;
}

.home-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.stat-card {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 16px 26px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
}

.stat-card:last-child {
    border-right: 0;
}

.stat-card__icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
}

.stat-card__icon svg {
    width: 26px;
    height: 26px;
}

.stat-card strong {
    font-family: var(--zc-heading-font);
    font-size: clamp(2.1rem, 3vw, 2.8rem);
    line-height: 1;
}

.stat-card span:last-child {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
}

.partner-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    align-items: center;
}

.partner-strip__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(219, 229, 244, 0.88);
    color: rgba(16, 37, 66, 0.58);
    font-family: var(--zc-heading-font);
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.home-inquiry__intro {
    padding-right: clamp(0px, 2vw, 22px);
}

.home-inquiry__contact {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.home-inquiry__form .zc-inquiry-block {
    margin: 0;
    padding: 28px;
    border-radius: 28px;
    border-color: rgba(219, 229, 244, 0.85);
    box-shadow: 0 22px 52px rgba(15, 36, 71, 0.08);
}

.home-inquiry__form .zc-inquiry-block__intro {
    display: none;
}

.zc-inquiry-block {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.96));
}

.zc-inquiry-field label {
    color: var(--zc-text);
}

.zc-inquiry-field input,
.zc-inquiry-field textarea,
.zc-file-input {
    border-color: rgba(219, 229, 244, 1);
    border-radius: calc(var(--zc-radius) - 4px);
    background: rgba(255, 255, 255, 0.96);
    color: var(--zc-text);
}

.zc-inquiry-field input:focus,
.zc-inquiry-field textarea:focus {
    outline: 0;
    border-color: rgba(13, 90, 229, 0.6);
    box-shadow: 0 0 0 4px rgba(13, 90, 229, 0.08);
}

.zc-file-input__button {
    border-color: rgba(13, 90, 229, 0.2);
    background: rgba(13, 90, 229, 0.08);
    color: var(--zc-accent);
    font-weight: 700;
}

.zc-file-input {
    position: relative;
    overflow: hidden;
}

.zc-file-input__native {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.zc-inquiry-form .zc-btn {
    margin-top: 8px;
}

.page-hero {
    padding: 74px 0 46px;
    background:
        linear-gradient(135deg, rgba(13, 90, 229, 0.08), rgba(18, 164, 255, 0.02)),
        linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}

.page-hero__inner {
    max-width: 860px;
}

.page-hero__title {
    color: var(--zc-accent-alt);
    text-transform: uppercase;
}

.page-hero__description {
    max-width: 720px;
    font-size: 1.05rem;
}

.zc-content-grid {
    align-items: start;
    padding: 74px 0 96px;
}

.zc-content-grid__main {
    min-width: 0;
}

.zc-page-content,
.zc-single-post {
    padding: 32px;
}

.zc-page-content__image,
.zc-single-post__image {
    margin-bottom: 28px;
    overflow: hidden;
    border-radius: 22px;
}

.zc-entry-content > *:last-child {
    margin-bottom: 0;
}

.zc-entry-content ul {
    list-style: disc;
    margin: 0 0 18px 20px;
    padding-left: 16px;
}

.zc-entry-content ol {
    list-style: decimal;
    margin: 0 0 18px 20px;
    padding-left: 16px;
}

.zc-entry-content blockquote {
    margin: 28px 0;
    padding: 18px 22px;
    border-left: 4px solid var(--zc-accent);
    border-radius: 0 18px 18px 0;
    background: rgba(13, 90, 229, 0.05);
    color: var(--zc-accent-alt);
}

.zc-about-story {
    display: grid;
    gap: 26px;
}

.zc-about-story__lead {
    max-width: 880px;
    margin: 0;
    color: var(--zc-accent-alt);
    font-family: var(--zc-heading-font);
    font-size: 2.7rem;
    font-weight: 800;
    line-height: 0.96;
}

.zc-about-story h2 {
    margin: 10px 0 0;
    color: var(--zc-accent-alt);
    font-family: var(--zc-heading-font);
    font-size: 2rem;
    line-height: 1;
}

.zc-about-story p {
    max-width: 980px;
    margin: 0;
    color: var(--zc-muted);
    font-size: 1.04rem;
}

.zc-entry-content .zc-about-story__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.zc-about-story__list li {
    padding: 16px 0;
    border-top: 1px solid rgba(219, 229, 244, 0.95);
    color: var(--zc-accent-alt);
    font-weight: 700;
}

.zc-single-post__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(219, 229, 244, 0.85);
    color: var(--zc-muted);
    font-size: 0.95rem;
}

.zc-comments {
    margin-top: 28px;
    padding: 26px;
}

.zc-comments__title {
    margin-bottom: 18px;
}

.zc-comments__list {
    display: grid;
    gap: 18px;
}

.zc-comments .comment-body {
    padding: 18px;
    border-radius: 18px;
    background: rgba(246, 249, 255, 0.85);
}

.widget {
    padding: 24px;
    border-radius: calc(var(--zc-radius) + 4px);
    background: var(--zc-surface);
    border: 1px solid rgba(219, 229, 244, 0.85);
    box-shadow: 0 16px 32px rgba(15, 36, 71, 0.06);
}

.widget + .widget {
    margin-top: 22px;
}

.widget-title {
    margin-bottom: 14px;
}

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

.zc-post-card,
.news-card {
    overflow: hidden;
}

.zc-pagination {
    margin-top: 30px;
}

.zc-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zc-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(219, 229, 244, 0.85);
    background: #fff;
    color: var(--zc-text);
    font-weight: 700;
}

.zc-pagination .page-numbers.current {
    background: var(--zc-accent);
    border-color: var(--zc-accent);
    color: #fff;
}

.zc-search-results {
    display: grid;
    gap: 18px;
}

.zc-search-result {
    padding: 24px;
}

.zc-empty-state {
    padding: 42px;
    text-align: center;
}

.zc-empty-state__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.zc-inquiry-page {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 26px;
    align-items: start;
}

.zc-inquiry-page__content,
.zc-inquiry-page__form {
    padding: 30px;
    border-radius: calc(var(--zc-radius) + 6px);
    background: var(--zc-surface);
    border: 1px solid rgba(219, 229, 244, 0.85);
    box-shadow: 0 18px 42px rgba(15, 36, 71, 0.08);
}

.floating-contact {
    position: fixed;
    top: 50%;
    z-index: 45;
    display: grid;
    gap: 12px;
    transform: translateY(-50%);
}

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

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

.floating-contact__item {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--zc-accent), var(--zc-highlight));
    box-shadow: 0 14px 32px rgba(13, 90, 229, 0.24);
}

.floating-contact--circle .floating-contact__item {
    border-radius: 999px;
}

.floating-contact--rounded .floating-contact__item {
    border-radius: 18px;
}

.floating-contact__item svg {
    width: 22px;
    height: 22px;
}

.floating-contact__panel {
    position: absolute;
    top: 50%;
    right: calc(100% + 14px);
    width: 230px;
    padding: 16px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(219, 229, 244, 0.9);
    box-shadow: 0 16px 34px rgba(15, 36, 71, 0.12);
    transform: translateY(-50%);
}

.floating-contact--left .floating-contact__panel {
    right: auto;
    left: calc(100% + 14px);
}

.floating-contact__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: var(--zc-accent-alt);
}

.floating-contact__panel-head strong {
    font-size: 0.95rem;
}

.floating-contact__panel-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(13, 90, 229, 0.08);
    color: var(--zc-accent-alt);
}

.floating-contact__panel-close svg {
    width: 15px;
    height: 15px;
}

.floating-contact__qr-image {
    border-radius: 14px;
    margin-bottom: 10px;
}

.floating-contact__panel p {
    margin: 0 0 12px;
    font-size: 0.86rem;
    color: var(--zc-muted);
    text-align: center;
}

.floating-contact__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--zc-accent), var(--zc-highlight));
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
}

.site-footer {
    padding: 72px 0 28px;
    background: linear-gradient(180deg, #17263f 0%, #0f1b31 100%);
    color: #fff;
}

.site-footer .site-branding__title,
.site-footer .site-branding__tagline {
    color: rgba(255, 255, 255, 0.9);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 0.8fr 1fr 1fr;
    gap: 28px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer h3 {
    margin-bottom: 18px;
    color: #fff;
}

.site-footer p {
    color: rgba(255, 255, 255, 0.72);
}

.footer-menu,
.site-footer__contact-list {
    display: grid;
    gap: 12px;
}

.footer-menu a,
.site-footer__contact-list li,
.site-footer__legal a {
    color: rgba(255, 255, 255, 0.76);
}

.site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.site-footer__social {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.site-footer__social svg {
    width: 18px;
    height: 18px;
}

.site-footer__contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 24px;
}

.site-footer__bottom p {
    margin: 0;
}

.site-footer__legal {
    display: flex;
    gap: 18px;
}

.alignwide {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image img {
    border-radius: 20px;
}

@media (max-width: 1199px) {
    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .feature-card {
        padding: 24px;
    }

    .home-stats__grid,
    .partner-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

@media (max-width: 991px) {
    .site-header__nav,
    .site-header__cta {
        display: none;
    }

    .site-header__toggle {
        display: inline-flex;
    }

    .home-hero__grid,
    .home-about__grid,
    .home-inquiry__grid,
    .zc-inquiry-page,
    .zc-content-grid {
        grid-template-columns: 1fr;
    }

    .home-hero__frame {
        min-height: 460px;
    }

    .home-hero__controls {
        inset: auto 0 18px;
    }

    .home-features__grid,
    .home-stats__grid,
    .partner-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-grid,
    .news-grid,
    .zc-post-grid,
    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-card:nth-child(2),
    .feature-card:nth-child(4),
    .stat-card:nth-child(2) {
        border-right: 0;
    }

    .feature-card:nth-child(1),
    .feature-card:nth-child(2) {
        border-bottom: 1px solid rgba(219, 229, 244, 0.72);
    }
}

@media (max-width: 767px) {
    .zc-shell {
        width: min(calc(100% - 28px), var(--zc-container-width));
    }

    .promo-bar__inner,
    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-header__inner {
        min-height: 82px;
    }

    .site-branding__tagline,
    .home-hero__glass {
        display: none;
    }

    .site-branding__title img,
    .site-branding__title .custom-logo {
        width: 150px;
        height: 50px;
    }

    .site-header__actions {
        gap: 10px;
    }

    .site-header__icon,
    .site-header__toggle {
        width: 40px;
        height: 40px;
    }

    .home-hero {
        padding-top: 52px;
    }

    .home-hero__controls {
        position: relative;
        inset: auto;
        margin-top: 18px;
    }

    .home-hero__controls-inner {
        justify-content: center;
    }

    .home-hero__arrows {
        display: none;
    }

    .home-hero__actions,
    .zc-empty-state__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-features,
    .home-products,
    .home-about,
    .home-news,
    .home-partners,
    .home-inquiry,
    .zc-content-grid {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .home-features__grid,
    .product-grid,
    .news-grid,
    .zc-post-grid,
    .home-stats__grid,
    .partner-strip,
    .site-footer__grid,
    .zc-entry-content .zc-about-story__list {
        grid-template-columns: 1fr;
    }

    .zc-about-story__lead {
        font-size: 2.05rem;
    }

    .feature-card,
    .stat-card {
        border-right: 0;
        border-bottom: 1px solid rgba(219, 229, 244, 0.72);
    }

    .feature-card:last-child,
    .stat-card:last-child {
        border-bottom: 0;
    }

    .floating-contact {
        right: 14px;
        top: auto;
        bottom: 16px;
        transform: none;
    }

    .floating-contact--left {
        left: 14px;
        right: auto;
    }

    .floating-contact__item {
        width: 46px;
        height: 46px;
    }

    .floating-contact__panel,
    .floating-contact--left .floating-contact__panel {
        top: auto;
        right: 0;
        bottom: calc(100% + 12px);
        left: auto;
        width: min(230px, calc(100vw - 28px));
        transform: none;
    }

    /* Mobile: hide desktop dropdown chrome, keep sub-menu items flat */
    .primary-menu .menu-item-has-children > a::before {
        display: none;
    }
}
