:root { --vpt-accent: #f04f55; }

.vpt-product { max-width: 100%; }

.vpt-media { margin: 0 0 2rem; }
.vpt-stage { position: relative; width: 100%; padding-top: 62%; overflow: hidden; border: 1px solid #e6e3e2; border-radius: 8px; background: #f4f4f5; }
.vpt-stage .vpt-stage-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.vpt-thumbs { display: flex; flex-wrap: wrap; gap: .6rem; margin: .75rem 0 0; }
.vpt-thumbs .vpt-thumb { width: 82px; height: 62px; padding: 0; border: 1px solid #e6e3e2; border-radius: 5px; overflow: hidden; background: #f4f4f5; cursor: pointer; transition: border-color .2s ease, transform .2s ease; }
.vpt-thumbs .vpt-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vpt-thumbs .vpt-thumb:hover { transform: translateY(-2px); }
.vpt-thumbs .vpt-thumb.is-active { border-color: var(--vpt-accent); box-shadow: 0 0 0 2px rgba(240,79,85,.18); }
.vpt-video { margin: 1.2rem 0 0; }
.vpt-video video, .vpt-video iframe { width: 100%; max-width: 100%; border-radius: 8px; display: block; }

.vpt-lead { font-size: 1.08rem; line-height: 1.68; color: #3a4149; }
.vpt-sec { margin: 2.4rem 0 1rem; padding-bottom: .5rem; border-bottom: 2px solid var(--vpt-accent); display: inline-block; }
.vpt-origin { margin: 1.2rem 0; }

.vpt-notice { margin: 1.4rem 0; padding: 1.2rem 1.4rem; border: 1px solid #f2c9cb; background: #fdf6f6; border-left: 4px solid #d13a41; border-radius: 6px; }
.vpt-notice p { margin: 0 0 .6rem; }
.vpt-notice p:last-child { margin: 0; }

.vpt-table-wrap { border: 1px solid #e6e3e2; border-radius: 10px; overflow: hidden; margin: 1.2rem 0; }
.vpt-spec { width: 100%; border-collapse: collapse; margin: 0; font-size: .96rem; }
.vpt-spec th, .vpt-spec td { padding: .8rem .9rem; text-align: left; border-bottom: 1px solid #e6e3e2; vertical-align: top; }
.vpt-spec th { width: 38%; font-weight: 600; color: #1f2937; background: #faf8f8; }
.vpt-spec tr:last-child th, .vpt-spec tr:last-child td { border-bottom: 0; }
.vpt-noprice { color: #5a6270; font-size: .94rem; margin: .4rem 0 0; }

.vpt-moq { margin: 1.2rem 0; padding: 1.2rem 1.4rem; background: #faf8f8; border-left: 4px solid var(--vpt-accent); border-radius: 6px; }
.vpt-moq p { margin: 0 0 .6rem; }
.vpt-moq p:last-child { margin: 0; }
.vpt-leadtime { margin-top: .8rem !important; }
.vpt-datasheet { margin: 1.2rem 0; }

.vpt-related { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; margin: 1.2rem 0; list-style: none; padding: 0; }
.vpt-related li { border: 1px solid #e6e3e2; border-radius: 8px; padding: 1.1rem 1.2rem; margin: 0; }
.vpt-related a { font-weight: 700; text-decoration: none; display: block; margin-bottom: .4rem; }
.vpt-related span { color: #5a6270; font-size: .9rem; line-height: 1.55; display: block; }

.vpt-cta { margin: 2.5rem 0 0; padding: 1.6rem 1.7rem; border: 1px solid #e6e3e2; border-radius: 10px; background: #faf8f8; }
.vpt-cta h2 { margin-top: 0; }
.vpt-btns { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.2rem; }
.vpt-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .9rem 1.7rem; border-radius: 6px; font-weight: 600; text-decoration: none !important; }
.vpt-btn-wa { background: #25D366; color: #fff !important; }
.vpt-btn-wa:hover { background: #1eb757; color: #fff !important; }
.vpt-btn-form { background: #1f2937; color: #fff !important; }
.vpt-btn-form:hover { background: var(--vpt-accent); color: #fff !important; }
.vpt-btn-ghost { border: 1px solid #1f2937; color: #1f2937 !important; }
.vpt-btn-ghost:hover { background: #1f2937; color: #fff !important; }

@media (max-width: 600px) {
	.vpt-cta, .vpt-moq, .vpt-notice { padding: 1.1rem; }
	.vpt-btn { width: 100%; }
	.vpt-spec th { width: 45%; }
	.vpt-thumbs .vpt-thumb { width: 64px; height: 50px; }
}

/* Product grid cards, rendered by [venocipal_products] */
.vcat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.8rem; margin: 1.5rem 0; }
.vcat-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid #e8e5e4; border-radius: 4px; overflow: hidden; box-shadow: 0 1px 3px rgba(20,15,18,.05); transition: box-shadow .25s ease, transform .25s ease; }
.vcat-card:hover { box-shadow: 0 14px 34px rgba(20,15,18,.13); transform: translateY(-4px); }
.vcat-stretch { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; text-indent: -9999px; overflow: hidden; white-space: nowrap; }
.vcat-media { position: relative; width: 100%; padding-top: 62%; overflow: hidden; background: #1c2733; }
.vcat-media img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.vcat-card:hover .vcat-media img { transform: scale(1.05); }
.vcat-media.vcat-empty { background: linear-gradient(135deg, #1c2733 0%, #2b3a49 100%); }
.vcat-media.vcat-empty::after { content: attr(data-label); position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.42); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; text-align: center; padding: 1rem; }
.vcat-body { padding: 1.9rem 1.8rem 2rem; display: flex; flex-direction: column; flex: 1; }
.vcat-body h3 { margin: 0 0 1.1rem; font-size: 1.3rem; font-weight: 600; line-height: 1.3; color: #3f4652; letter-spacing: -.01em; }
.vcat-rule { width: 66px; height: 3px; background: var(--vpt-accent); margin: 0 0 1.25rem; border-radius: 2px; transition: width .25s ease; }
.vcat-card:hover .vcat-rule { width: 96px; }
.vcat-body p { margin: 0; color: #5c6169; font-size: 1rem; line-height: 1.62; flex: 1; }
.vcat-more { margin-top: 1.4rem !important; font-size: .83rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--vpt-accent); flex: 0 0 auto !important; }
@media (max-width: 600px) {
	.vcat-grid { grid-template-columns: 1fr; gap: 1.4rem; }
	.vcat-body { padding: 1.5rem 1.3rem 1.6rem; }
	.vcat-body h3 { font-size: 1.18rem; }
}

/* Media stage: zoomable image, video, thumbnail strip */
.vpt-stage { position: relative; width: 100%; padding-top: 62%; overflow: hidden; border: 1px solid #e6e3e2; border-radius: 8px; background: #f4f4f5; }
.vpt-zoom-open { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; padding: 0; margin: 0; border: 0; background: none; cursor: zoom-in; display: block; }
.vpt-stage .vpt-stage-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.vpt-zoom-hint { position: absolute; right: .7rem; bottom: .7rem; background: rgba(20,25,32,.72); color: #fff; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; padding: .4rem .7rem; border-radius: 4px; pointer-events: none; opacity: 0; transition: opacity .2s ease; }
.vpt-zoom-open:hover .vpt-zoom-hint, .vpt-zoom-open:focus-visible .vpt-zoom-hint { opacity: 1; }
.vpt-stage-video { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; }
.vpt-stage-video video, .vpt-stage-video iframe { width: 100%; height: 100%; display: block; border: 0; }
.vpt-thumb-video { position: relative; background: #1c2733 !important; }
.vpt-play { position: absolute; top: 50%; left: 50%; width: 0; height: 0; margin: -9px 0 0 -6px; border-style: solid; border-width: 9px 0 9px 15px; border-color: transparent transparent transparent rgba(255,255,255,.85); }

/* Lightbox */
.vpt-lightbox { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999; background: rgba(12,15,20,.94); display: flex; align-items: center; justify-content: center; flex-direction: column; }
.vpt-lightbox[hidden] { display: none !important; }
.vpt-lightbox-stage { flex: 1; width: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 3rem 1rem 1rem; }
.vpt-lightbox-img { max-width: 100%; max-height: 100%; object-fit: contain; cursor: zoom-in; transition: none; user-select: none; -webkit-user-drag: none; touch-action: none; }
.vpt-lightbox-img.is-zoomed { cursor: grab; }
.vpt-lightbox-img.is-sliding { transition: transform .22s ease; }
.vpt-lightbox-img.vpt-in-right { animation: vpt-in-right .24s ease; }
.vpt-lightbox-img.vpt-in-left { animation: vpt-in-left .24s ease; }
@keyframes vpt-in-right { from { opacity: 0; transform: translateX(34px) scale(1); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes vpt-in-left { from { opacity: 0; transform: translateX(-34px) scale(1); } to { opacity: 1; transform: translateX(0) scale(1); } }
@media (prefers-reduced-motion: reduce) { .vpt-lightbox-img.vpt-in-right, .vpt-lightbox-img.vpt-in-left { animation: none; } .vpt-lightbox-img.is-sliding { transition: none; } }
.vpt-lightbox-close { position: absolute; top: .8rem; right: 1rem; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.vpt-lightbox-close:hover { background: rgba(255,255,255,.26); }
.vpt-lightbox-hint { color: rgba(255,255,255,.55); font-size: .8rem; margin: 0 0 1.2rem; text-align: center; padding: 0 1rem; }
.vpt-lightbox-count { position: absolute; top: 1.1rem; left: 50%; transform: translateX(-50%); margin: 0; color: rgba(255,255,255,.7); font-size: .8rem; letter-spacing: .1em; }
.vpt-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); cursor: pointer; z-index: 2; }
.vpt-lightbox-nav:hover { background: rgba(255,255,255,.26); }
.vpt-lightbox-nav::before { content: ''; position: absolute; top: 50%; left: 50%; width: 13px; height: 13px; border-top: 2px solid #fff; border-right: 2px solid #fff; }
.vpt-lightbox-prev { left: 1rem; }
.vpt-lightbox-prev::before { transform: translate(-30%, -50%) rotate(-135deg); }
.vpt-lightbox-next { right: 1rem; }
.vpt-lightbox-next::before { transform: translate(-70%, -50%) rotate(45deg); }
@media (max-width: 600px) {
	.vpt-lightbox-hint { font-size: .72rem; }
	.vpt-lightbox-nav { width: 42px; height: 42px; background: rgba(255,255,255,.09); }
	.vpt-lightbox-prev { left: .4rem; }
	.vpt-lightbox-next { right: .4rem; }
}

/* Common questions */
.vpt-faq { display: flex; flex-direction: column; gap: 1.15rem; margin: 1.1rem 0 .5rem; }
.vpt-faq-item { border-left: 2px solid var(--vpt-accent); padding: .1rem 0 .1rem 1.05rem; }
.vpt-faq-q { margin: 0 0 .35rem; font-size: 1.03rem; font-weight: 600; line-height: 1.4; color: #1f2937; }
.vpt-faq-a { margin: 0; color: #4b5563; line-height: 1.65; }
@media (max-width: 600px) { .vpt-faq-item { padding-left: .85rem; } }
