:root {
    --aya-navy: #071426;
    --aya-navy-2: #0e223c;
    --aya-blue: #1a78ff;
    --aya-cyan: #24c9ff;
    --aya-pink: #f0388b;
    --aya-lime: #c7fa45;
    --aya-ice: #eef6fb;
    --aya-paper: #ffffff;
    --aya-text: #0b1b30;
    --aya-muted: #5d6c7c;
    --aya-line: #d9e5ed;
    --aya-shadow: 0 24px 70px rgba(4, 20, 40, .13);
    --container: 1280px;
}

body {
    color: var(--aya-text);
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

body::selection {
    color: #fff;
    background: var(--aya-blue);
}

.container {
    width: min(calc(100% - 48px), var(--container));
}

.test-banner {
    position: relative;
    z-index: 70;
    padding: 9px 20px;
    background: var(--aya-lime);
    color: var(--aya-navy);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
}

.utility-bar {
    background: #030b17;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.utility-inner {
    padding: 7px 0;
    color: #9eafc4;
    font-size: 13px;
}

.utility-contact {
    display: flex;
    align-items: center;
    gap: 12px;
}

.utility-contact i {
    width: 3px;
    height: 3px;
    background: var(--aya-cyan);
    border-radius: 50%;
}

.site-header {
    background: rgba(7, 20, 38, .97);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 12px 38px rgba(0, 0, 0, .12);
}

.header-inner {
    min-height: 82px;
    gap: 28px;
}

.brand-lockup {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 15px;
}

.brand-lockup .zkong-logo {
    width: 108px;
    max-height: 35px;
    object-fit: contain;
}

.brand-lockup .ayatech-logo {
    width: 79px;
    max-height: 38px;
    object-fit: contain;
}

.brand-divider {
    width: 1px;
    height: 29px;
    background: rgba(255, 255, 255, .22);
}

.main-nav {
    gap: 22px;
}

.main-nav a {
    position: relative;
    padding: 29px 0;
    color: #e6edf5;
    font-size: 13px;
    font-weight: 690;
}

.main-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    height: 2px;
    background: var(--aya-cyan);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.main-nav a:hover {
    color: #fff;
}

.main-nav a:hover::after {
    transform: scaleX(1);
}

.header-actions select,
.language-link {
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: #10233c;
    color: #fff;
}

.header-actions select {
    padding: 0 10px;
}

.language-link {
    width: 40px;
}

.cart-link {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: var(--aya-blue);
}

.cart-icon {
    position: relative;
    width: 18px;
    height: 14px;
    border: 2px solid #fff;
    border-top: 0;
    transform: skew(-6deg);
}

.cart-icon::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 6px;
    height: 2px;
    background: #fff;
}

.cart-icon::after {
    content: "••";
    position: absolute;
    left: 1px;
    top: 7px;
    letter-spacing: 5px;
    color: #fff;
    font-size: 13px;
}

.cart-link em {
    border-color: var(--aya-navy);
    background: var(--aya-lime);
}

.menu-toggle span {
    display: block;
    width: 23px;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

.eyebrow {
    color: var(--aya-blue);
    font-size: 12px;
    letter-spacing: .2em;
}

.button {
    min-height: 50px;
    padding: 0 24px;
    border-radius: 7px;
    font-size: 13px;
    letter-spacing: .01em;
}

.button.primary {
    background: var(--aya-blue);
    color: #fff;
    box-shadow: 0 14px 30px rgba(26, 120, 255, .22);
}

.button.primary:hover {
    background: #075fcf;
}

.button.secondary {
    border-color: #b9cbd9;
    background: #fff;
}

.button.light {
    background: #fff;
    color: var(--aya-navy);
}

.button.ghost-light {
    border-color: rgba(255, 255, 255, .35);
    color: #fff;
    background: transparent;
}

.button.ghost-light:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}

.text-link,
.arrow-link {
    color: var(--aya-blue);
}

.arrow-link span {
    display: inline-block;
    transition: transform .2s ease;
}

.arrow-link:hover span {
    transform: translateX(4px);
}

.flash {
    position: relative;
    z-index: 5;
    border-radius: 7px;
}

/* Home */
.hero-v2 {
    position: relative;
    min-height: 690px;
    background: var(--aya-navy);
    color: #fff;
}

.hero-v2::before,
.hero-v2::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.hero-v2::before {
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background: var(--aya-blue);
}

.hero-v2::after {
    right: 5%;
    top: 12%;
    width: 150px;
    height: 150px;
    border-top: 1px solid rgba(36, 201, 255, .36);
    border-right: 1px solid rgba(36, 201, 255, .36);
}

.hero-v2-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
    gap: 56px;
    align-items: center;
    min-height: 690px;
    padding-top: 52px;
    padding-bottom: 52px;
}

.hero-v2 .hero-copy {
    position: relative;
    z-index: 2;
    padding: 20px 0;
}

.hero-v2 .eyebrow {
    color: var(--aya-cyan);
}

.hero-v2 h1 {
    max-width: 670px;
    color: #fff;
    font-size: clamp(49px, 5.4vw, 78px);
    line-height: .98;
}

.hero-v2 .hero-copy > p {
    max-width: 610px;
    margin: 25px 0 31px;
    color: #b7c7d8;
    font-size: 18px;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 22px;
    margin-top: 25px;
    color: #d4dfeb;
    font-size: 13px;
    font-weight: 700;
}

.hero-proof span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hero-proof i {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    background: var(--aya-lime);
    color: var(--aya-navy);
    border-radius: 50%;
    font-style: normal;
    font-size: 12px;
}

.hero-v2 .hero-stats {
    margin-top: 38px;
    padding-top: 24px;
    border-color: rgba(255, 255, 255, .14);
}

.hero-v2 .hero-stats span {
    color: #91a5ba;
}

.hero-v2 .hero-stats b {
    color: #fff;
    font-size: 29px;
}

.hero-showcase {
    position: relative;
    height: 520px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    background: #d9edf8;
    box-shadow: 0 35px 90px rgba(0, 0, 0, .32);
}

.hero-showcase > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-gradient {
    position: absolute;
    inset: 0;
    background: transparent;
    box-shadow: inset 0 -140px 100px rgba(7, 20, 38, .28);
}

.hero-showcase .official-badge {
    top: 23px;
    right: 23px;
    max-width: 220px;
    border-radius: 6px;
    background: #fff;
    color: var(--aya-navy);
    box-shadow: 0 12px 32px rgba(5, 18, 33, .16);
}

.hero-showcase .official-badge span {
    background: var(--aya-blue);
}

.sync-card {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 310px;
    padding: 15px 18px;
    background: var(--aya-navy);
    color: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .25);
}

.sync-card small,
.sync-card b {
    display: block;
}

.sync-card small {
    color: #98acc0;
    font-size: 12px;
}

.sync-card b {
    font-size: 12px;
}

.sync-pulse {
    width: 13px;
    height: 13px;
    background: var(--aya-lime);
    border: 4px solid #58711a;
    border-radius: 50%;
}

.showcase-lines {
    position: absolute;
    right: 25px;
    bottom: 24px;
    z-index: 3;
    display: flex;
    gap: 5px;
    align-items: end;
}

.showcase-lines span {
    width: 4px;
    background: var(--aya-cyan);
}

.showcase-lines span:nth-child(1) { height: 17px; }
.showcase-lines span:nth-child(2) { height: 28px; }
.showcase-lines span:nth-child(3) { height: 39px; }

.section-tight {
    padding: 72px 0 86px;
}

.wide-heading > p {
    max-width: 510px;
    margin: 0;
    color: var(--aya-muted);
}

.section-heading h2,
.wide-heading h2 {
    color: var(--aya-text);
    font-size: clamp(34px, 4.2vw, 55px);
}

.solution-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-auto-rows: 245px;
    gap: 15px;
}

.solution-card {
    position: relative;
    overflow: hidden;
    background: var(--aya-navy);
    color: #fff;
}

.solution-card:first-child {
    grid-row: span 2;
}

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

.solution-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .9;
    transition: transform .4s ease, opacity .3s ease;
}

.solution-overlay {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 -150px 100px rgba(3, 13, 27, .75);
}

.solution-card > div {
    position: absolute;
    right: 24px;
    bottom: 22px;
    left: 24px;
}

.solution-card small {
    color: var(--aya-cyan);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.solution-card h3 {
    max-width: 80%;
    margin: 6px 0 0;
    color: #fff;
    font-size: 23px;
}

.solution-card > div > b {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    background: var(--aya-blue);
    font-size: 20px;
}

.solution-card:hover > img {
    opacity: 1;
    transform: scale(1.035);
}

.trust-section-v2 {
    overflow: hidden;
    background: var(--aya-ice);
}

.trust-v2-grid {
    display: grid;
    grid-template-columns: minmax(390px, .85fr) minmax(0, 1.15fr);
    gap: 80px;
    align-items: center;
}

.trust-media {
    position: relative;
    min-height: 610px;
    background: #fff;
    box-shadow: var(--aya-shadow);
}

.trust-media::before {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    width: 100px;
    height: 100px;
    border-top: 5px solid var(--aya-pink);
    border-right: 5px solid var(--aya-pink);
}

.trust-media img {
    width: 100%;
    height: 610px;
    object-fit: cover;
}

.trust-media-card {
    position: absolute;
    left: -25px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 180px;
    padding: 23px;
    background: var(--aya-blue);
    color: #fff;
}

.trust-media-card b {
    font-size: 42px;
    line-height: 1;
}

.trust-media-card span {
    margin-top: 7px;
    font-size: 13px;
}

.trust-content h2 {
    margin: 0;
    max-width: 680px;
    font-size: clamp(37px, 4.2vw, 57px);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.section-lead {
    max-width: 680px;
    margin: 22px 0 27px;
    color: var(--aya-muted);
    font-size: 17px;
}

.benefit-list {
    border-top: 1px solid #c9dbe7;
}

.benefit-list article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 17px 0;
    border-bottom: 1px solid #c9dbe7;
}

.benefit-list article > span {
    color: var(--aya-blue);
    font-size: 12px;
    font-weight: 900;
}

.benefit-list h3 {
    margin: 0 0 4px;
    font-size: 17px;
}

.benefit-list p {
    margin: 0;
    color: var(--aya-muted);
    font-size: 13px;
}

.trust-content .arrow-link {
    display: inline-block;
    margin-top: 25px;
}

.products-section-v2 {
    background: #fff;
}

.product-grid {
    gap: 18px;
}

.product-card {
    overflow: hidden;
    border: 1px solid var(--aya-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 9px 30px rgba(8, 28, 49, .05);
}

.product-card:hover {
    border-color: #b8cfdf;
    box-shadow: 0 24px 60px rgba(8, 28, 49, .12);
}

.product-media {
    height: 285px;
    background: #f0f6f9;
}

.product-media::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 160px;
    height: 160px;
    border: 1px solid #d5e6ef;
    border-radius: 50%;
}

.product-category {
    z-index: 2;
    border-radius: 4px;
    background: var(--aya-navy);
}

.product-view-icon {
    position: absolute;
    z-index: 2;
    right: 14px;
    top: 14px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d1e0e9;
    background: #fff;
    color: var(--aya-blue);
    font-size: 17px;
}

.product-card-body {
    padding: 22px;
}

.product-series {
    margin: 0 0 5px;
    color: var(--aya-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-card h3 {
    min-height: 46px;
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
}

.product-summary {
    min-height: 58px;
    margin: 13px 0 17px;
    color: var(--aya-muted);
    font-size: 12px;
}

.price-row {
    margin-top: 0;
    padding: 16px 0;
    border-top: 1px solid var(--aya-line);
    border-bottom: 1px solid var(--aya-line);
}

.price-row strong {
    color: var(--aya-text);
}

.price-status {
    border-radius: 4px;
    background: #edf4ff;
    color: #155db8;
}

.product-card-body > .text-link {
    display: inline-block;
    margin-top: 16px;
}

.sector-section {
    background: var(--aya-navy);
    color: #fff;
}

.sector-section .eyebrow {
    color: var(--aya-cyan);
}

.sector-section .section-heading h2 {
    color: #fff;
}

.sector-section .wide-heading > p {
    color: #9fb2c6;
}

.sector-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}

.sector-grid article {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    background: #10243d;
}

.sector-grid img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    opacity: .82;
    transition: transform .35s ease, opacity .3s ease;
}

.sector-grid article::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 -190px 120px rgba(2, 11, 23, .82);
}

.sector-grid article > div {
    position: absolute;
    z-index: 2;
    right: 21px;
    bottom: 23px;
    left: 21px;
}

.sector-grid h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 21px;
}

.sector-grid a {
    color: var(--aya-cyan);
    font-size: 13px;
    font-weight: 800;
}

.sector-grid article:hover img {
    opacity: 1;
    transform: scale(1.04);
}

.steps-section {
    background: var(--aya-ice);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #bcd2df;
}

.steps-grid article {
    position: relative;
    min-height: 180px;
    padding: 25px 28px 25px 0;
}

.steps-grid article:not(:last-child) {
    border-right: 1px solid #bcd2df;
    padding-left: 22px;
}

.steps-grid article:first-child {
    padding-left: 0;
}

.steps-grid b {
    color: var(--aya-blue);
    font-size: 13px;
}

.steps-grid article > span {
    display: block;
    width: 13px;
    height: 13px;
    margin: 20px 0 27px;
    background: var(--aya-lime);
    border: 3px solid var(--aya-navy);
    border-radius: 50%;
}

.steps-grid h3 {
    max-width: 230px;
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
}

.roi-cta-v2 {
    background: var(--aya-blue);
    color: #fff;
}

.roi-cta-inner-v2 {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
    align-items: center;
}

.roi-cta-v2 .eyebrow {
    color: var(--aya-lime);
}

.roi-cta-v2 h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4.6vw, 62px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.roi-cta-v2 p {
    max-width: 660px;
    color: #dbeaff;
}

.roi-visual-card {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 270px;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, .27);
    background: #0d5fc7;
}

.roi-ring {
    display: grid;
    place-items: center;
    width: 155px;
    height: 155px;
    flex: 0 0 155px;
    border: 17px solid rgba(255, 255, 255, .2);
    border-top-color: var(--aya-lime);
    border-right-color: var(--aya-lime);
    border-radius: 50%;
}

.roi-ring span,
.roi-ring b,
.roi-ring small {
    display: block;
    text-align: center;
}

.roi-ring b {
    font-size: 34px;
    line-height: 1;
}

.roi-bars {
    display: flex;
    align-items: end;
    gap: 7px;
    height: 80px;
    margin-top: 18px;
}

.roi-bars i {
    display: block;
    width: 12px;
    background: #fff;
}

.roi-bars i:nth-child(1) { height: 22%; }
.roi-bars i:nth-child(2) { height: 39%; }
.roi-bars i:nth-child(3) { height: 52%; }
.roi-bars i:nth-child(4) { height: 75%; }
.roi-bars i:nth-child(5) { height: 100%; background: var(--aya-lime); }

.references-v2 {
    background: #fff;
}

.logo-cloud {
    border-top: 1px solid var(--aya-line);
    border-left: 1px solid var(--aya-line);
}

.logo-cloud > div {
    height: 115px;
    padding: 20px;
    border-right: 1px solid var(--aya-line);
    border-bottom: 1px solid var(--aya-line);
    background: #fff;
}

.logo-cloud img {
    max-width: 130px;
    max-height: 58px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .72;
    transition: filter .2s ease, opacity .2s ease;
}

.logo-cloud > div:hover img {
    filter: none;
    opacity: 1;
}

/* Catalog and informational pages */
.page-hero {
    position: relative;
    overflow: hidden;
    background: var(--aya-ice);
}

.page-hero::after {
    content: "";
    position: absolute;
    right: 8%;
    top: -90px;
    width: 240px;
    height: 240px;
    border: 1px solid #c7dce9;
    border-radius: 50%;
}

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

.catalog-hero-v2,
.checkout-hero {
    background: var(--aya-navy);
    color: #fff;
}

.catalog-hero-v2 h1,
.checkout-hero h1 {
    color: #fff;
}

.catalog-hero-v2 p,
.checkout-hero p {
    color: #aebfd0;
}

.catalog-hero-v2 .eyebrow,
.checkout-hero .eyebrow {
    color: var(--aya-cyan);
}

.page-hero-count {
    display: inline-flex;
    margin-top: 23px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .22);
    color: var(--aya-lime);
    font-size: 13px;
    font-weight: 800;
}

.catalog-section {
    background: #f6f9fb;
}

.filters {
    padding: 24px;
    border: 1px solid var(--aya-line);
    background: #fff;
    box-shadow: 0 12px 32px rgba(8, 28, 49, .06);
}

.filters label,
.checkout-form label,
.roi-form label,
.contact-form label {
    color: #314357;
    font-size: 13px;
    font-weight: 800;
}

input,
select,
textarea {
    border-color: #c9d8e3;
    border-radius: 5px;
    background: #fff;
}

input:focus,
select:focus,
textarea:focus {
    outline: 3px solid rgba(26, 120, 255, .13);
    border-color: var(--aya-blue);
}

.catalog-toolbar {
    border-bottom-color: var(--aya-line);
}

.pagination-wrap {
    margin-top: 38px;
}

.catalog-pagination,
.pagination-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.catalog-pagination {
    flex-wrap: wrap;
}

.pagination-wrap .pagination-link,
.pagination-wrap .pagination-current,
.pagination-wrap .pagination-disabled,
.pagination-wrap .pagination-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 11px;
    border: 1px solid var(--aya-line);
    border-radius: 5px;
    background: #fff;
    color: var(--aya-text);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.pagination-wrap .pagination-link:hover {
    border-color: var(--aya-blue);
    color: var(--aya-blue);
}

.pagination-wrap .pagination-current {
    border-color: var(--aya-navy);
    background: var(--aya-navy);
    color: #fff;
}

.pagination-wrap .pagination-disabled {
    color: #91a3b2;
    cursor: not-allowed;
    opacity: .55;
}

.pagination-wrap .pagination-direction {
    display: inline-flex;
    gap: 7px;
    min-width: 100px;
    white-space: nowrap;
}

.pagination-wrap .pagination-direction > span[aria-hidden="true"] {
    font-size: 20px;
    font-weight: 500;
}

.pagination-wrap .pagination-ellipsis {
    border-color: transparent;
    padding-inline: 4px;
}

/* Product detail */
.product-detail-v2 {
    padding: 38px 0 80px;
    background: #fff;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 27px;
    color: #6b7e90;
    font-size: 13px;
}

.breadcrumbs a:hover {
    color: var(--aya-blue);
}

.product-detail-grid-v2 {
    display: grid;
    grid-template-columns: minmax(430px, 1fr) minmax(0, .9fr);
    gap: 68px;
    align-items: start;
}

.detail-media-v2 {
    min-width: 0;
}

.media-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 560px;
    padding: 70px;
    overflow: hidden;
    border: 1px solid var(--aya-line);
    background: #eef5f8;
}

.media-stage::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid #d4e4ec;
    border-radius: 50%;
}

.media-stage img {
    position: relative;
    z-index: 1;
    max-width: 90%;
    max-height: 390px;
    object-fit: contain;
    filter: drop-shadow(0 28px 28px rgba(12, 37, 58, .17));
}

.official-chip {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
    padding: 8px 11px;
    border-radius: 4px;
    background: var(--aya-navy);
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
}

.media-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.media-thumbs button,
.media-thumbs > div {
    min-height: 70px;
    padding: 13px;
    border: 1px solid var(--aya-line);
    background: #fff;
    color: var(--aya-muted);
    text-align: left;
    font-size: 12px;
}

.media-thumbs span,
.media-thumbs b {
    display: block;
    color: var(--aya-text);
    font-size: 12px;
}

.media-thumbs .active {
    border-color: var(--aya-blue);
}

.detail-copy-v2 {
    padding-top: 14px;
}

.product-kicker {
    color: var(--aya-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.detail-copy-v2 h1 {
    margin: 13px 0 18px;
    font-size: clamp(40px, 4.8vw, 65px);
    line-height: .98;
    letter-spacing: -.05em;
}

.detail-copy-v2 .lead {
    margin: 0 0 22px;
    color: var(--aya-muted);
    font-size: 17px;
}

.feature-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
}

.feature-chips span {
    padding: 7px 10px;
    border: 1px solid #d5e2ea;
    border-radius: 4px;
    color: #40566b;
    font-size: 12px;
    font-weight: 750;
}

.product-value {
    display: grid;
    grid-template-columns: 43px 1fr;
    gap: 13px;
    margin: 22px 0;
    padding: 17px;
    border-left: 4px solid var(--aya-cyan);
    background: var(--aya-ice);
}

.value-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    background: var(--aya-blue);
    color: #fff;
    font-size: 20px;
}

.product-value b {
    font-size: 13px;
}

.product-value p {
    margin: 3px 0 0;
    color: var(--aya-muted);
    font-size: 12px;
}

.detail-price-v2 {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: end;
    padding: 21px 0;
    border-top: 1px solid var(--aya-line);
    border-bottom: 1px solid var(--aya-line);
}

.detail-price-v2 small,
.detail-price-v2 strong,
.detail-price-v2 span {
    display: block;
}

.detail-price-v2 strong {
    margin: 2px 0;
    color: var(--aya-text);
    font-size: 35px;
}

.detail-price-v2 span,
.detail-price-v2 em {
    color: var(--aya-muted);
    font-size: 12px;
    font-style: normal;
}

.add-form-v2 {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 11px;
    margin-top: 20px;
}

.add-form-v2 label {
    color: var(--aya-muted);
    font-size: 12px;
    font-weight: 800;
}

.add-form-v2 input {
    margin-top: 4px;
}

.microcopy {
    margin: 13px 0 0;
    color: #496174;
    font-size: 12px;
}

.purchase-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--aya-line);
}

.purchase-trust span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #40566b;
    font-size: 13px;
    font-weight: 700;
}

.purchase-trust i {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #dff0ff;
    color: var(--aya-blue);
    font-size: 12px;
    font-style: normal;
}

.product-information {
    background: var(--aya-ice);
}

.product-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.spec-panel,
.pricing-panel {
    padding: 35px;
    background: #fff;
    border: 1px solid var(--aya-line);
}

.spec-panel h2,
.pricing-panel h2 {
    margin: 0 0 24px;
    font-size: 29px;
}

.spec-panel dl > div {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 15px;
    padding: 12px 0;
    border-top: 1px solid var(--aya-line);
    font-size: 12px;
}

.spec-panel dt {
    color: var(--aya-muted);
}

.spec-panel dd {
    margin: 0;
    font-weight: 750;
}

.tier-table-v2 > div {
    border-color: var(--aya-line);
}

.product-story-section {
    background: #fff;
}

.product-story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--aya-line);
    border-left: 1px solid var(--aya-line);
}

.product-story-grid article {
    min-height: 260px;
    padding: 32px;
    border-right: 1px solid var(--aya-line);
    border-bottom: 1px solid var(--aya-line);
}

.product-story-grid article > span {
    color: var(--aya-blue);
    font-size: 13px;
    font-weight: 900;
}

.product-story-grid h3 {
    margin: 65px 0 12px;
    font-size: 22px;
}

.product-story-grid p {
    margin: 0;
    color: var(--aya-muted);
    font-size: 13px;
}

.related-v2 {
    background: #f6f9fb;
}

/* Cart, checkout, package and ROI */
.order-summary {
    border-radius: 8px;
    background: var(--aya-navy);
}

.order-summary .eyebrow {
    color: var(--aya-cyan);
}

.order-summary .button.primary {
    background: var(--aya-blue);
}

.order-summary .button.secondary {
    border-color: #466079;
    background: #10243d;
    color: #fff;
}

.cart-table,
.checkout-form > section,
.roi-form,
.contact-form {
    border-color: var(--aya-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(7, 26, 46, .05);
}

.cart-item {
    border-color: var(--aya-line);
}

.cart-fixed-plan {
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 0 11px;
    border: 1px solid var(--aya-line);
    border-radius: 4px;
    background: #eef5f8;
    color: var(--aya-navy);
    font-size: 13px;
    font-weight: 800;
}

.checkout-page .section,
.roi-page .section,
.builder-section {
    background: #f7fafc;
}

.step-number {
    border-radius: 50%;
    background: var(--aya-blue);
    color: #fff;
}

.customer-type input:checked + span {
    border-color: var(--aya-blue);
    background: var(--aya-blue);
}

.payment-card > span {
    border-radius: 6px;
}

.payment-card input:checked + span {
    border-color: var(--aya-blue);
    box-shadow: inset 0 0 0 2px var(--aya-blue);
}

.mock-scenarios {
    border-left-color: var(--aya-blue);
    border-radius: 4px;
    background: #eaf4ff;
}

.mock-scenarios p {
    color: #1c537e;
}

.secure-note {
    border-radius: 4px;
    background: #14304d;
    color: var(--aya-lime);
}

.package-hero {
    background: var(--aya-navy);
}

.package-hero .eyebrow {
    color: var(--aya-cyan);
}

.package-hero h1 {
    color: #fff;
}

.builder-rules span {
    color: var(--aya-lime);
}

.builder-nav {
    border: 1px solid var(--aya-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(7, 26, 46, .06);
}

.builder-nav i {
    background: var(--aya-blue);
}

.builder-products article {
    border-color: var(--aya-line);
    background: #fff;
}

.builder-product-media {
    border-radius: 5px;
    background: #eef5f8;
}

.roi-hero {
    background: var(--aya-navy);
    color: #fff;
}

.roi-hero .eyebrow {
    color: var(--aya-cyan);
}

.roi-hero h1 {
    color: #fff;
}

.roi-hero p {
    color: #aebfd0;
}

.roi-form,
.roi-results {
    border-radius: 8px;
}

.roi-results {
    background: var(--aya-navy);
}

.roi-results .eyebrow {
    color: var(--aya-cyan);
}

.payback-ring {
    border-color: #29445e;
    border-top-color: var(--aya-cyan);
    border-right-color: var(--aya-lime);
}

.payback-ring b {
    color: var(--aya-lime);
}

.method-note article {
    border-top-color: var(--aya-blue);
}

.corporate-hero,
.contact-cta,
.contact-card {
    background: var(--aya-navy);
}

.corporate-hero .eyebrow,
.contact-cta .eyebrow,
.contact-card .eyebrow {
    color: var(--aya-cyan);
}

.corporate-stat b {
    color: var(--aya-lime);
}

.case-grid article {
    border-top-color: var(--aya-blue);
    box-shadow: 0 13px 34px rgba(7, 26, 46, .07);
}

.case-grid span {
    color: var(--aya-blue);
}

/* Footer */
.site-footer {
    padding-top: 76px;
    background: #030b17;
}

.footer-brand {
    margin-bottom: 22px;
}

.footer-brand .zkong-logo {
    width: 112px;
}

.footer-brand .ayatech-logo {
    width: 82px;
}

.footer-grid > div:first-child p {
    color: #8398ae;
}

.footer-grid h3 {
    color: #e4edf6;
}

.footer-grid a:hover {
    color: var(--aya-cyan);
}

.footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 28px;
    align-items: center;
}

.footer-ruzigar-credit {
    display: flex;
    min-height: 38px;
    align-items: center;
    padding-left: 25px;
    border-left: 1px solid #203748;
    opacity: .72;
    transition: opacity .2s ease, transform .2s ease;
}

.footer-ruzigar-credit img {
    width: 94px;
    height: auto;
}

.footer-ruzigar-credit:hover {
    opacity: 1;
    transform: translateY(-1px);
}

@media (max-width: 600px) {
    .footer-bottom {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 16px 22px;
        align-items: center;
    }

    .footer-bottom > span:first-child {
        grid-column: 1 / -1;
    }

    .footer-ruzigar-credit {
        min-height: 32px;
        padding-left: 18px;
    }

    .footer-ruzigar-credit img {
        width: 82px;
    }
}

@media (max-width: 1120px) {
    .header-inner { gap: 18px; }
    .brand-lockup { gap: 10px; }
    .brand-lockup .zkong-logo { width: 94px; }
    .brand-lockup .ayatech-logo { width: 68px; }
    .main-nav { gap: 14px; }
    .main-nav a { font-size: 13px; }
    .hero-v2-grid { grid-template-columns: .9fr 1.1fr; gap: 35px; }
    .hero-v2 h1 { font-size: clamp(47px, 5vw, 67px); }
    .hero-showcase { height: 475px; }
    .sector-grid { grid-template-columns: 1fr 1fr; }
    .solution-grid { grid-template-columns: 1.2fr 1fr; }
    .solution-card:last-child { grid-column: auto; }
    .trust-v2-grid { gap: 55px; }
}

@media (max-width: 860px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .header-inner { min-height: 72px; }
    .brand-lockup .zkong-logo { width: 96px; }
    .brand-lockup .ayatech-logo { width: 70px; }
    .menu-toggle { display: block; }
    .main-nav {
        top: 72px;
        padding: 8px 18px 22px;
        background: var(--aya-navy);
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }
    .main-nav a { padding: 13px 2px; color: #fff; border-color: rgba(255, 255, 255, .1); }
    .main-nav a::after { display: none; }
    .hero-v2-grid { grid-template-columns: 1fr; padding-top: 65px; padding-bottom: 65px; }
    .hero-v2 { min-height: 0; }
    .hero-v2 h1 { max-width: 720px; }
    .hero-showcase { height: 500px; }
    .solution-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 250px; }
    .solution-card:first-child { grid-column: 1 / -1; grid-row: auto; }
    .trust-v2-grid { grid-template-columns: 1fr; }
    .trust-media { min-height: 520px; }
    .trust-media img { height: 520px; }
    .sector-grid { grid-template-columns: 1fr 1fr; }
    .steps-grid { grid-template-columns: 1fr 1fr; }
    .steps-grid article:nth-child(2) { border-right: 0; }
    .steps-grid article:nth-child(n+3) { border-top: 1px solid #bcd2df; }
    .roi-cta-inner-v2 { grid-template-columns: 1fr; }
    .product-detail-grid-v2 { grid-template-columns: 1fr; gap: 42px; }
    .media-stage { min-height: 500px; }
    .product-info-grid { grid-template-columns: 1fr; }
    .product-story-grid { grid-template-columns: 1fr; }
    .product-story-grid article { min-height: 0; }
    .product-story-grid h3 { margin-top: 28px; }
}

@media (max-width: 600px) {
    .test-banner { padding: 7px 12px; font-size: 12px; }
    .brand-lockup { gap: 8px; }
    .brand-lockup .zkong-logo { width: 80px; }
    .brand-lockup .ayatech-logo { width: 55px; }
    .brand-divider { height: 23px; }
    .header-actions { gap: 5px; }
    .language-link { display: grid; width: 36px; height: 36px; }
    .cart-link { width: 37px; height: 37px; }
    .menu-toggle { padding: 0; }
    .hero-v2-grid { padding-top: 48px; padding-bottom: 45px; }
    .hero-v2 h1 { font-size: clamp(43px, 13vw, 58px); }
    .hero-v2 .hero-copy > p { font-size: 15px; }
    .hero-v2 .button-row { flex-direction: column; }
    .hero-v2 .button { width: 100%; }
    .hero-proof { flex-direction: column; }
    .hero-v2 .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .hero-v2 .hero-stats b { font-size: 23px; }
    .hero-showcase { height: 315px; }
    .hero-showcase .official-badge { top: 12px; right: 12px; max-width: 175px; padding: 8px 10px; font-size: 12px; }
    .sync-card { left: 12px; bottom: 12px; max-width: 230px; padding: 10px 12px; }
    .showcase-lines { display: none; }
    .section-tight { padding: 60px 0; }
    .wide-heading > p { font-size: 13px; }
    .solution-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
    .solution-card:first-child { grid-column: auto; }
    .trust-media { min-height: 400px; }
    .trust-media img { height: 400px; }
    .trust-media-card { left: 0; bottom: 15px; width: 150px; }
    .trust-media::before { right: -8px; top: -8px; }
    .benefit-list article { grid-template-columns: 36px 1fr; }
    .sector-grid { grid-template-columns: 1fr; }
    .sector-grid article,
    .sector-grid img { min-height: 320px; height: 320px; }
    .steps-grid { grid-template-columns: 1fr; }
    .steps-grid article { min-height: 145px; padding-left: 0 !important; border-right: 0 !important; border-top: 1px solid #bcd2df; }
    .roi-visual-card { flex-direction: column; align-items: flex-start; }
    .product-media { height: 260px; }
    .product-card h3,
    .product-summary { min-height: 0; }
    .catalog-pagination,
    .pagination-pages { gap: 5px; }
    .pagination-wrap .pagination-link,
    .pagination-wrap .pagination-current,
    .pagination-wrap .pagination-disabled,
    .pagination-wrap .pagination-ellipsis { min-width: 32px; height: 32px; padding: 0 8px; }
    .pagination-wrap .pagination-direction { min-width: 40px; }
    .pagination-word { display: none; }
    .media-stage { min-height: 350px; padding: 40px; }
    .media-stage::before { width: 250px; height: 250px; }
    .detail-price-v2 { align-items: flex-start; flex-direction: column; }
    .add-form-v2 { grid-template-columns: 1fr; }
    .spec-panel,
    .pricing-panel { padding: 23px; }
    .spec-panel dl > div { grid-template-columns: 1fr; gap: 2px; }
    .product-story-grid article { padding: 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
