.yhy-product-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 16px;
    align-items: center;
}

.yhy-product-card .ip-item-link {
    display: grid;
    grid-template-columns: minmax(120px, 160px) minmax(0, 1fr) 110px 140px;
    gap: 16px;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.yhy-card-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.yhy-card-actions .yhy-inquiry-trigger,
.yhy-contact-button,
.yhy-primary-button,
.yhy-secondary-button {
    border: 0;
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.yhy-card-actions .yhy-inquiry-trigger,
.yhy-contact-button,
.yhy-primary-button {
    background: #0a4db3;
    color: #fff;
}

.yhy-card-actions .yhy-inquiry-trigger:hover,
.yhy-contact-button:hover,
.yhy-primary-button:hover {
    background: #06367f;
}

.yhy-card-actions .yhy-learn-more-btn,
.yhy-secondary-button {
    background: #fff;
    color: #0a4db3;
    border: 1px solid #0a4db3;
}

.yhy-application-filter-group .filter-options {
    grid-template-columns: repeat(2, 1fr);
}

.yhy-contact-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

.yhy-contact-float__link {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(10, 16, 28, 0.18);
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
    position: relative;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.yhy-contact-float__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(10, 16, 28, 0.22);
    filter: brightness(1.02);
}

.yhy-contact-float__link::before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.yhy-contact-float__link--whatsapp { background: #0f9d58; }
.yhy-contact-float__link--wechat { background: #07c160; }
.yhy-contact-float__link--email { background: #0a4db3; }
.yhy-contact-float__link--facebook { background: #1877f2; }
.yhy-contact-float__link--whatsapp::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21a8.95 8.95 0 0 1-4.39-1.14L3 21l1.18-4.46A9 9 0 1 1 12 21Z' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.1 8.8c.2-.45.4-.46.6-.47h.52c.17 0 .4.07.52.34.15.33.52 1.27.56 1.36.05.1.08.22 0 .35-.07.13-.12.22-.24.34-.12.12-.24.27-.34.37-.12.12-.25.25-.1.5.14.24.64 1.05 1.38 1.7.95.84 1.75 1.1 2 1.23.25.12.4.1.54-.06.17-.2.74-.86.94-1.16.2-.3.4-.25.67-.15.27.1 1.7.8 2 1 .24.13.4.2.45.32.05.12.05.72-.17 1.41-.22.7-1.3 1.34-1.8 1.4-.47.06-1.08.09-3.05-.7-2.38-.94-3.9-3.28-4.02-3.44-.1-.16-.98-1.3-.98-2.49 0-1.19.62-1.78.84-2.03Z' fill='%23fff'/%3E%3C/svg%3E");
}

.yhy-contact-float__link--wechat::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.3 5.2c3.6 0 6.5 2.3 6.5 5.2s-2.9 5.2-6.5 5.2c-.7 0-1.4-.1-2.1-.3l-2.7 1 1-2.1c-1.6-.9-2.7-2.3-2.7-3.8 0-2.9 2.9-5.2 6.5-5.2Z' fill='%23fff'/%3E%3Cpath d='M15.7 8.2c3.4 0 6.1 2.1 6.1 4.8 0 1.5-.9 2.9-2.4 3.8l.8 1.9-2.4-.9c-.7.2-1.4.3-2.1.3-1 0-1.9-.1-2.8-.5 2.1-.8 3.6-2.6 3.6-4.7 0-1.8-.9-3.4-2.5-4.5.5-.1 1.1-.2 1.7-.2Z' fill='%23fff'/%3E%3Ccircle cx='6.6' cy='10.1' r='0.8' fill='%2307c160'/%3E%3Ccircle cx='8.9' cy='10.1' r='0.8' fill='%2307c160'/%3E%3Ccircle cx='11.2' cy='10.1' r='0.8' fill='%2307c160'/%3E%3C/svg%3E");
}

.yhy-contact-float__link--email::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 6.5A1.5 1.5 0 0 1 5.5 5h13A1.5 1.5 0 0 1 20 6.5v11A1.5 1.5 0 0 1 18.5 19h-13A1.5 1.5 0 0 1 4 17.5v-11Z' stroke='%23fff' stroke-width='1.8'/%3E%3Cpath d='m5.2 7.2 6.8 5.1 6.8-5.1' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5.2 16.8 4.5-4' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='m18.8 16.8-4.5-4' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.yhy-contact-float__link--facebook::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.5 9.5V8.2c0-.7.4-1.2 1.2-1.2h1.3V4h-1.8C11.9 4 10 5.7 10 8.2v1.3H8v3h2v7h3.5v-7h2.7l.5-3h-3.2Z' fill='%23fff'/%3E%3C/svg%3E");
}

.yhy-inquiry-modal[hidden] {
    display: none;
}

.yhy-inquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
}

.yhy-inquiry-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 12, 26, 0.6);
}

.yhy-inquiry-dialog {
    position: relative;
    width: min(760px, calc(100vw - 32px));
    margin: 5vh auto;
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 24px 70px rgba(5, 12, 26, 0.24);
    max-height: 90vh;
    overflow: auto;
}

.yhy-inquiry-close {
    position: absolute;
    right: 16px;
    top: 12px;
    border: 0;
    background: transparent;
    font-size: 34px;
    cursor: pointer;
    color: #4a5565;
}

.yhy-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.yhy-inquiry-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    color: #1e293b;
    font-weight: 600;
}

.yhy-inquiry-form input,
.yhy-inquiry-form textarea {
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 12px 14px;
    font: inherit;
}

.yhy-form-status {
    margin: 12px 0 0;
    color: #0a4db3;
}

body.yhy-modal-open,
body.yhy-wechat-modal-open {
    overflow: hidden;
}

.single-product .site-content > .ast-container {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.yhy-single-product-page {
    width: 100%;
    background: linear-gradient(180deg, #fdfefe 0%, #f7fafc 100%);
    padding: 36px 0 72px;
}

.yhy-single-product-wrap,
.yhy-application-page {
    width: min(1280px, calc(100vw - 48px));
    margin: 0 auto;
}

.yhy-product-breadcrumbs {
    margin-bottom: 24px;
    color: #5b6472;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.yhy-product-breadcrumbs nav,
.yhy-product-breadcrumbs .woocommerce-breadcrumb {
    margin: 0;
}

.yhy-product-breadcrumbs a {
    color: #0b3a75;
    text-decoration: none;
}

.yhy-single-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: 52px;
    align-items: start;
}

.yhy-media-shell,
.yhy-summary-shell,
.yhy-content-shell,
.yhy-app-hero,
.yhy-app-cta {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(194, 208, 227, 0.7);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(8, 20, 40, 0.08);
}

.yhy-media-shell {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.yhy-media-stage {
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f1f5fa 100%);
    border-radius: 34px;
    overflow: hidden;
}

.yhy-media-stage img,
.yhy-media-stage model-viewer,
.yhy-media-stage .yhy-inline-svg {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.yhy-media-stage img {
    max-height: 560px;
    object-fit: contain;
}

.yhy-media-stage model-viewer {
    min-height: 560px;
    background: transparent;
}

.yhy-step-viewer {
    position: relative;
    width: 100%;
    min-height: 560px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    background: linear-gradient(180deg, #fbfdff 0%, #edf3fb 100%);
}

.yhy-step-viewer__canvas {
    width: 100%;
    min-height: 560px;
}

.yhy-step-viewer__canvas canvas {
    display: block;
    width: 100% !important;
    height: 560px !important;
    border-radius: 28px;
}

.yhy-step-viewer__status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(280px, calc(100% - 48px));
    padding: 26px 24px 22px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    color: #0a4db3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    z-index: 2;
}

.yhy-step-viewer__status[hidden] {
    display: none !important;
}

.yhy-step-viewer__spinner {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 3px solid rgba(10, 77, 179, 0.14);
    border-top-color: #0a4db3;
    animation: yhy-step-spin 1s linear infinite;
}

.yhy-step-viewer__spinner::after {
    content: '';
    position: absolute;
    inset: 9px;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(10, 77, 179, 0.18) 0%, rgba(10, 77, 179, 0) 72%);
    animation: yhy-step-pulse 1.4s ease-in-out infinite;
}

.yhy-step-viewer__status-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.yhy-step-viewer__status-tip {
    color: #5b6472;
    font-size: 13px;
    line-height: 1.5;
}

.yhy-step-viewer__status.is-error {
    color: #b42318;
}

.yhy-step-viewer__status.is-error .yhy-step-viewer__spinner {
    display: none;
}

.yhy-media-switcher {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.yhy-media-switcher button {
    padding: 11px 18px;
    border-radius: 999px;
    border: 1px solid #bdd0ec;
    background: #fff;
    color: #0a4db3;
    cursor: pointer;
    font-weight: 600;
}

.yhy-media-switcher button.is-active {
    background: #0a4db3;
    color: #fff;
    border-color: #0a4db3;
}

.yhy-summary-shell {
    padding: 14px 0 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.yhy-kicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #edf4ff;
    color: #0a4db3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.single-product .yhy-product-title,
.yhy-summary-shell .yhy-product-title {
    font-size: clamp(30px, 3.2vw, 42px);
    line-height: 1.18;
    letter-spacing: -.03em;
    margin: 18px 0 18px;
    color: #07111f;
}

.yhy-summary-description {
    color: #142033;
    font-size: 18px;
    line-height: 1.72;
}

.yhy-summary-description > :first-child {
    margin-top: 0;
}

.yhy-summary-description > :last-child {
    margin-bottom: 0;
}

.yhy-summary-description ul {
    margin: 0;
    padding-left: 26px;
}

.yhy-summary-description li {
    margin-bottom: 10px;
}

.yhy-product-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
    margin: 30px 0 0;
    padding-top: 24px;
    border-top: 1px solid #e6edf5;
}

.yhy-product-meta-grid div {
    padding: 0 0 12px;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #edf2f7;
}

.yhy-product-meta-grid dt {
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 6px;
}

.yhy-product-meta-grid dd {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.yhy-highlight-list,
.yhy-asset-list,
.yhy-app-term-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.yhy-highlight-list li,
.yhy-app-term-list li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
}

.yhy-highlight-list--summary {
    margin-top: 8px;
}

.yhy-highlight-list li::before,
.yhy-app-term-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0a4db3;
}

.yhy-summary-actions,
.yhy-section-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.yhy-summary-actions .yhy-secondary-button,
.yhy-summary-actions .yhy-contact-button {
    min-width: 146px;
    border-radius: 8px;
    padding: 14px 22px;
    font-size: 15px;
    line-height: 1;
}

.yhy-summary-actions .yhy-secondary-button {
    background: #18385b;
    border-color: #18385b;
    color: #fff;
}

.yhy-summary-actions .yhy-secondary-button:hover {
    background: #0d2642;
    color: #fff;
}

.yhy-summary-actions .yhy-contact-button {
    background: #74c947;
    color: #0f2c09;
}

.yhy-summary-actions .yhy-contact-button:hover {
    background: #65b53b;
}

.yhy-content-shell {
    margin-top: 56px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.yhy-content-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 42px;
}

.yhy-content-grid h2 {
    margin-top: 0;
    margin-bottom: 18px;
    color: #0a1830;
    font-size: 28px;
}

.yhy-product-content-copy {
    color: #243143;
    font-size: 16px;
    line-height: 1.75;
}

.yhy-side-section {
    padding: 24px;
    border-radius: 24px;
    background: #f7fafc;
    border: 1px solid #e1e9f3;
}

.yhy-side-section + .yhy-side-section {
    margin-top: 18px;
}

.yhy-asset-list li {
    margin-bottom: 10px;
}

.yhy-asset-list a,
.yhy-app-card a,
.yhy-app-link-grid a {
    text-decoration: none;
    color: #0a4db3;
    font-weight: 600;
}

.yhy-app-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.yhy-app-link-grid a {
    padding: 16px;
    background: #f2f7ff;
    border-radius: 18px;
    border: 1px solid #d7e5fb;
}

.yhy-related-products {
    margin-top: 64px;
}

.yhy-related-products h2 {
    margin: 0 0 28px;
    color: #172335;
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.15;
}

.yhy-related-products .inline-products-header-hold {
    margin-bottom: 18px;
}

.yhy-related-products .inline-products-header {
    display: grid;
    grid-template-columns: 120px minmax(260px, 1fr) 110px 130px 190px;
    gap: 28px;
    align-items: center;
    padding: 0 28px 14px;
    border-bottom: 1px solid #dee6f0;
}

.yhy-related-products .ip-item-header-grid,
.yhy-related-products .ip-item-header-title {
    color: #5d6777;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.yhy-related-products .inline-products-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.yhy-related-products .yhy-product-card {
    padding: 26px 28px;
    border-radius: 24px;
    background: #fbfcfe;
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 28px;
}

.yhy-related-products .yhy-product-card .ip-item-link {
    grid-template-columns: 120px minmax(260px, 1fr) 110px 130px;
    gap: 28px;
}

.yhy-related-products .yhy-product-card .ip-item-image img {
    width: 100%;
    max-width: 120px;
    height: auto;
    object-fit: contain;
    display: block;
}

.yhy-related-products .yhy-product-card .ip-item-title {
    font-size: 15px;
    line-height: 1.5;
    color: #0f172a;
    font-weight: 700;
}

.yhy-related-products .yhy-product-card .ip-item-title span {
    display: block;
    margin-bottom: 6px;
    color: #7b8493;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.yhy-related-products .yhy-product-card .ip-item-detail {
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
}

.yhy-related-products .yhy-card-actions {
    gap: 12px;
    align-items: stretch;
    padding-left: 10px;
}

.yhy-related-products .yhy-card-actions .yhy-learn-more-btn,
.yhy-related-products .yhy-card-actions .yhy-inquiry-trigger {
    width: 100%;
}

.yhy-related-products .yhy-card-actions .yhy-learn-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.yhy-application-page--archive {
    padding: 48px 0 72px;
}

.yhy-application-archive-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, .9fr);
    gap: 24px;
    margin-bottom: 28px;
}

.yhy-application-archive-hero__copy,
.yhy-application-archive-hero__meta,
.yhy-application-empty-state {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(194, 208, 227, 0.7);
    box-shadow: 0 24px 60px rgba(8, 20, 40, 0.08);
}

.yhy-application-archive-hero__copy h1 {
    margin: 18px 0 14px;
    color: #07111f;
    font-size: clamp(32px, 3.4vw, 46px);
    line-height: 1.1;
}

.yhy-application-archive-hero__copy p {
    margin: 0;
    color: #425466;
    font-size: 16px;
    line-height: 1.8;
}

.yhy-application-archive-hero__meta {
    display: grid;
    gap: 16px;
    align-content: start;
}

.yhy-application-archive-hero__meta strong {
    display: block;
    margin-bottom: 6px;
    color: #0a4db3;
    font-size: 22px;
    line-height: 1.1;
}

.yhy-application-archive-hero__meta span {
    color: #4b5b6b;
    font-size: 14px;
    line-height: 1.6;
}

.yhy-application-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}

.yhy-application-card {
    display: grid;
    grid-template-rows: 220px minmax(0, 1fr);
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(194, 208, 227, 0.72);
    box-shadow: 0 24px 54px rgba(8, 20, 40, 0.08);
}

.yhy-application-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient(135deg, #eef5ff 0%, #e5eefb 100%);
}

.yhy-application-card__media img,
.yhy-application-card__media svg {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.yhy-application-card__fallback {
    padding: 32px;
    color: #0a4db3;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.yhy-application-card__body {
    display: grid;
    gap: 14px;
    padding: 24px;
}

.yhy-application-card__meta span {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: #edf4ff;
    color: #0a4db3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.yhy-application-card__body h2 {
    margin: 0;
    color: #07111f;
    font-size: 24px;
    line-height: 1.2;
}

.yhy-application-card__body h2 a {
    color: inherit;
    text-decoration: none;
}

.yhy-application-card__excerpt {
    color: #425466;
    font-size: 15px;
    line-height: 1.75;
}

.yhy-application-card__excerpt > :first-child {
    margin-top: 0;
}

.yhy-application-card__excerpt > :last-child {
    margin-bottom: 0;
}

.yhy-application-page {
    padding: 48px 0 72px;
}

.yhy-app-hero {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px;
    padding: 28px;
    margin-bottom: 24px;
}

.yhy-app-hero-visual {
    min-height: 280px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f1f6ff 0%, #e6eefb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.yhy-app-hero-visual img,
.yhy-app-hero-visual svg {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.yhy-app-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 24px;
}

.yhy-app-layout .bj-category-products-wrapper {
    display: block;
}

.yhy-app-layout .inline-products-header-hold {
    margin-bottom: 12px;
}

.yhy-app-layout .inline-products-header {
    display: grid;
    grid-template-columns: minmax(120px, 160px) minmax(0, 1fr) 110px 140px 180px;
    gap: 16px;
    padding: 0 0 10px;
    border-bottom: 1px solid #dce7f6;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
}

.yhy-app-layout .ip-item-header-grid {
    display: flex;
    align-items: center;
}

.yhy-app-layout .ip-item-header-grid.ip-item-grid-sm {
    justify-content: center;
}

.yhy-app-layout .inline-products-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.yhy-app-layout .inline-products-list.skeleton-loading {
    gap: 12px;
}

.yhy-app-layout .skeleton-item {
    padding: 18px 20px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(194, 208, 227, 0.72);
}

.yhy-app-layout .skeleton-box {
    background: linear-gradient(90deg, #eef3fb 0%, #f8fbff 50%, #eef3fb 100%);
    background-size: 200% 100%;
    border-radius: 12px;
    animation: yhySkeletonPulse 1.35s ease-in-out infinite;
}

.yhy-app-layout .skeleton-image {
    width: 100%;
    max-width: 160px;
    height: 112px;
}

.yhy-app-layout .skeleton-button {
    width: 100%;
    height: 46px;
    border-radius: 999px;
}

.yhy-app-layout .no-products {
    margin: 0;
    padding: 40px 24px;
    text-align: center;
    color: #475569;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(194, 208, 227, 0.72);
}

.yhy-app-layout .yhy-product-card {
    padding: 18px 20px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(194, 208, 227, 0.72);
    box-shadow: 0 14px 40px rgba(8, 20, 40, 0.06);
}

.yhy-app-layout .yhy-product-card .ip-item-image img {
    width: 100%;
    max-width: 160px;
    height: auto;
    object-fit: contain;
    display: block;
}

.yhy-app-layout .yhy-product-card .ip-item-title {
    font-size: 15px;
    line-height: 1.45;
    color: #0f172a;
    font-weight: 700;
}

.yhy-app-layout .yhy-product-card .ip-item-title span {
    display: block;
    margin-bottom: 6px;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
}

.yhy-app-layout .yhy-product-card .ip-item-detail {
    text-align: center;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
}

.yhy-app-layout .yhy-product-card .ip-item-button {
    align-self: stretch;
}

.yhy-app-layout .yhy-card-actions .yhy-learn-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.yhy-app-layout .yhy-card-actions .yhy-inquiry-trigger {
    width: 100%;
}

@keyframes yhySkeletonPulse {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.yhy-app-cta {
    margin-top: 28px;
    padding: 28px;
}

.yhy-app-context-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.yhy-app-context-grid section {
    padding: 18px;
    border-radius: 20px;
    background: #f8fbff;
    border: 1px solid #dce7f6;
}

/* ── Card hover: 3D / SVG preview hint ──────────────────────── */
.yhy-product-card .ip-item-image.ip-item-grid-1 {
    position: relative;
    overflow: hidden;
}

.yhy-card-media-hint {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(10, 77, 179, 0.82);
    border-radius: inherit;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
}

.yhy-product-card.has-media-preview:hover .yhy-card-media-hint,
.yhy-product-card.has-media-preview:focus-within .yhy-card-media-hint {
    opacity: 1;
    pointer-events: auto;
}

.yhy-card-media-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
}

.yhy-card-media-badge--3d {
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.yhy-card-media-badge--svg {
    background: rgba(255, 200, 0, 0.22);
    border: 1px solid rgba(255, 200, 0, 0.6);
    color: #ffe066;
}

.yhy-card-media-cta {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .02em;
}

@keyframes yhy-step-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes yhy-step-pulse {
    0%,
    100% {
        transform: scale(.84);
        opacity: .36;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .yhy-single-product-wrap,
    .yhy-application-page {
        width: min(100%, calc(100vw - 32px));
    }

    .yhy-application-archive-hero {
        grid-template-columns: 1fr;
    }

    .yhy-single-product-hero,
    .yhy-content-grid,
    .yhy-app-hero,
    .yhy-app-layout {
        grid-template-columns: 1fr;
    }

    .yhy-app-layout .inline-products-header {
        display: none;
    }

    .yhy-product-card {
        grid-template-columns: 1fr;
    }

    .yhy-product-card .ip-item-link {
        grid-template-columns: 110px minmax(0, 1fr) 100px 120px;
    }
    .yhy-related-products .inline-products-header {
        grid-template-columns: 100px minmax(200px, 1fr) 100px 110px 180px;
        gap: 20px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .yhy-related-products .yhy-product-card {
        padding: 22px;
        grid-template-columns: minmax(0, 1fr) 180px;
        gap: 20px;
    }
    .yhy-related-products .yhy-product-card .ip-item-link {
        grid-template-columns: 100px minmax(200px, 1fr) 100px 110px;
        gap: 20px;
    }

    .yhy-media-stage,
    .yhy-step-viewer,
    .yhy-step-viewer__canvas,
    .yhy-media-stage model-viewer {
        min-height: 460px;
    }

    .yhy-step-viewer__canvas canvas {
        height: 460px !important;
    }
}

@media (max-width: 768px) {
    .yhy-form-grid,
    .yhy-product-meta-grid,
    .yhy-app-context-grid,
    .yhy-product-card .ip-item-link {
        grid-template-columns: 1fr;
    }

    .yhy-app-layout .yhy-product-card {
        padding: 16px;
    }

    .yhy-app-layout .yhy-product-card .ip-item-detail {
        text-align: left;
    }
    .yhy-related-products .inline-products-header {
        display: none;
    }
    .yhy-related-products .yhy-product-card,
    .yhy-related-products .yhy-product-card .ip-item-link {
        grid-template-columns: 1fr;
    }
    .yhy-related-products .yhy-product-card {
        padding: 18px;
        gap: 18px;
    }
    .yhy-related-products .yhy-card-actions {
        padding-left: 0;
    }

    .yhy-product-breadcrumbs {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .single-product .yhy-product-title,
    .yhy-summary-shell .yhy-product-title {
        font-size: 28px;
    }

    .yhy-summary-description {
        font-size: 16px;
    }

    .yhy-media-stage,
    .yhy-step-viewer,
    .yhy-step-viewer__canvas,
    .yhy-media-stage model-viewer {
        min-height: 360px;
    }

    .yhy-step-viewer__canvas canvas {
        height: 360px !important;
    }

    .yhy-contact-float {
        right: 12px;
        left: 12px;
        bottom: 12px;
        gap: 12px;
    }

    .yhy-contact-float__link {
        width: 52px;
        height: 52px;
    }

    .yhy-inquiry-dialog {
        margin: 2vh auto;
        border-radius: 20px;
        padding: 22px;
    }
}