.tch-vp {
	--tch-vp-ink: #10233d;
	--tch-vp-muted: #66758a;
	--tch-vp-surface: #ffffff;
	--tch-vp-canvas: #f4f7fb;
	--tch-vp-line: #dfe6ee;
	--tch-vp-accent: #ff5533;
	--tch-vp-accent-dark: #d93c1f;
	--tch-vp-navy: #0d233d;
	--tch-vp-radius: 22px;
	--tch-vp-shadow: 0 18px 50px rgba(16, 35, 61, .1);
	direction: rtl;
	color: var(--tch-vp-ink);
	background: var(--tch-vp-canvas);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.7;
}

.tch-vp *, .tch-vp *::before, .tch-vp *::after { box-sizing: border-box; }
.tch-vp a { color: inherit; }
.tch-vp button, .tch-vp input { font: inherit; }
.tch-vp button { cursor: pointer; }
.tch-vp-container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.tch-vp-page-main { display: block; width: 100%; max-width: none; padding: 0; margin: 0; }
.tch-vp-products-page .content-wrap,
.tch-vp-products-page .main-section { max-width: none; }

.tch-vp-disclosure { color: #e7eef7; background: var(--tch-vp-navy); border-bottom: 1px solid rgba(255,255,255,.08); font-size: .82rem; }
.tch-vp-disclosure .tch-vp-container { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.tch-vp-disclosure p { margin: 0; color: inherit; }
.tch-vp-disclosure strong { color: white; }
.tch-vp-disclosure a { color: #ffb9a9; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }

.tch-vp-hero { position: relative; overflow: hidden; color: white; background: var(--tch-vp-navy); }
.tch-vp-hero::before { content: ""; position: absolute; width: 420px; height: 420px; left: -130px; top: -250px; border: 80px solid rgba(255,85,51,.16); border-radius: 50%; }
.tch-vp-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .17; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 24px 24px; -webkit-mask-image: linear-gradient(to left, transparent 35%, #000); mask-image: linear-gradient(to left, transparent 35%, #000); }
.tch-vp-hero__grid { min-height: 350px; padding-block: 58px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(310px, .7fr); align-items: center; gap: 64px; position: relative; z-index: 1; }
.tch-vp-eyebrow, .tch-vp-section-kicker { color: var(--tch-vp-accent); font-size: .78rem; font-weight: 800; letter-spacing: .02em; }
.tch-vp-eyebrow { color: #ffc2b5; display: inline-flex; align-items: center; gap: 8px; }
.tch-vp-eyebrow i { width: 22px; height: 2px; display: block; background: var(--tch-vp-accent); }
.tch-vp-hero h1 { margin: 12px 0 13px; color: white; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.2; letter-spacing: -.035em; }
.tch-vp-hero h1 span { color: #ff8066; }
.tch-vp-hero__copy > p { max-width: 650px; margin: 0; color: #cad6e5; font-size: 1.02rem; }
.tch-vp-instagram { margin-top: 18px; min-height: 43px; padding-inline: 17px; display: inline-flex; align-items: center; justify-content: center; color: white !important; text-decoration: none !important; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.07); font-size: .85rem; font-weight: 800; }
.tch-vp-instagram:hover { border-color: #ff9e8a; background: rgba(255,255,255,.12); }
.tch-vp-steps { list-style: none; margin: 0; padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.06); box-shadow: 0 20px 40px rgba(0,0,0,.12); }
.tch-vp-steps li { margin: 0; padding: 13px 5px; display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: center; }
.tch-vp-steps li + li { border-top: 1px solid rgba(255,255,255,.1); }
.tch-vp-steps li > span { width: 38px; height: 38px; display: grid; place-items: center; color: #ffd2c8; background: rgba(255,85,51,.17); border-radius: 12px; font-size: .74rem; font-weight: 800; }
.tch-vp-steps div { display: grid; line-height: 1.45; }
.tch-vp-steps b { color: white; font-size: .92rem; }
.tch-vp-steps small { color: #aebed1; font-size: .78rem; }

.tch-vp-catalog { padding-block: 60px 76px; }
.tch-vp-section-heading { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.tch-vp-section-heading h2, .tch-vp-guide h2 { margin: 3px 0 0; color: var(--tch-vp-ink); font-size: clamp(1.65rem, 3vw, 2.25rem); line-height: 1.3; letter-spacing: -.025em; }
.tch-vp-section-heading > p { margin: 0; color: var(--tch-vp-muted); font-size: .88rem; }
.tch-vp-section-heading > p span { color: var(--tch-vp-accent); font-weight: 800; }
.tch-vp-tools { margin-bottom: 28px; padding: 12px; display: flex; align-items: center; justify-content: space-between; gap: 14px; background: white; border: 1px solid var(--tch-vp-line); border-radius: 18px; box-shadow: 0 10px 35px rgba(16,35,61,.05); }
.tch-vp-search { flex: 0 1 390px; display: flex; align-items: center; gap: 8px; }
.tch-vp-search label { min-width: 0; height: 46px; flex: 1; padding-inline: 13px; display: flex; align-items: center; gap: 9px; color: #8190a3; background: #f6f8fb; border: 1px solid transparent; border-radius: 12px; }
.tch-vp-search label:focus-within { border-color: var(--tch-vp-accent); background: white; box-shadow: 0 0 0 3px rgba(255,85,51,.1); }
.tch-vp-search input { width: 100%; min-width: 0; padding: 0; color: var(--tch-vp-ink); background: transparent; border: 0; outline: 0; font-size: .9rem; }
.tch-vp-search button { min-height: 44px; padding-inline: 16px; color: white; background: var(--tch-vp-navy); border: 0; border-radius: 11px; font-size: .84rem; font-weight: 800; }
.tch-vp-filters { display: flex; align-items: center; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.tch-vp-filters::-webkit-scrollbar { display: none; }
.tch-vp-filters a { padding: 8px 14px; color: #58697f; text-decoration: none !important; background: transparent; border: 1px solid transparent; border-radius: 999px; white-space: nowrap; font-size: .84rem; font-weight: 700; }
.tch-vp-filters a:hover { color: var(--tch-vp-ink); background: #f4f7fb; }
.tch-vp-filters a.is-active { color: white; background: var(--tch-vp-navy); }

.tch-vp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; }
.tch-vp-card { min-width: 0; overflow: hidden; background: var(--tch-vp-surface); border: 1px solid var(--tch-vp-line); border-radius: var(--tch-vp-radius); box-shadow: 0 12px 35px rgba(16,35,61,.06); transition: transform .25s ease, box-shadow .25s ease; }
.tch-vp-card:hover { transform: translateY(-4px); box-shadow: var(--tch-vp-shadow); }
.tch-vp-video { aspect-ratio: 9 / 14.5; min-height: 480px; position: relative; overflow: hidden; background: linear-gradient(145deg, #0e2c50, #184f7b); }
.tch-vp-video::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle, rgba(255,255,255,.55) 1px, transparent 1px); background-size: 22px 22px; }
.tch-vp-video iframe { width: 100%; height: 100%; position: relative; z-index: 3; display: block; background: white; border: 0; }
.tch-vp-video-trigger { width: 100%; height: 100%; padding: 0; display: block; position: relative; z-index: 2; color: white; background: transparent; border: 0; }
.tch-vp-video-trigger img { width: 100%; height: 100%; display: block; object-fit: cover; }
.tch-vp-video-trigger::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,20,35,.66), transparent 55%); }
.tch-vp-play { width: 68px; height: 68px; position: absolute; inset: 50% auto auto 50%; z-index: 2; display: grid; place-items: center; color: var(--tch-vp-navy); background: white; border-radius: 50%; box-shadow: 0 0 0 11px rgba(255,255,255,.15), 0 14px 30px rgba(0,0,0,.22); transform: translate(-50%,-50%); transition: transform .2s, box-shadow .2s; }
.tch-vp-video-trigger:hover .tch-vp-play { transform: translate(-50%,-50%) scale(1.06); box-shadow: 0 0 0 15px rgba(255,255,255,.12), 0 16px 34px rgba(0,0,0,.25); }
.tch-vp-video-prompt { position: absolute; z-index: 2; right: 16px; bottom: 18px; left: 16px; padding: 9px 13px; color: white; background: rgba(13,35,61,.5); border: 1px solid rgba(255,255,255,.18); border-radius: 11px; font-size: .78rem; font-weight: 700; backdrop-filter: blur(7px); }
.tch-vp-auto-embed { width: 100%; height: 100%; position: relative; z-index: 2; }
.tch-vp-video-skeleton { width: 100%; height: 100%; position: relative; display: grid; place-items: end center; padding: 24px; color: #dce7f3; }
.tch-vp-video-skeleton .tch-vp-play { font-size: 1.2rem; }
.tch-vp-video-skeleton small { position: relative; z-index: 2; }
.tch-vp-card__body { padding: 19px 20px 20px; }
.tch-vp-card__meta { min-height: 24px; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: .72rem; }
.tch-vp-card__meta span { padding: 3px 9px; color: var(--tch-vp-accent-dark); background: #fff0ec; border-radius: 999px; font-weight: 800; }
.tch-vp-card__meta a { color: var(--tch-vp-muted); text-decoration: underline; text-underline-offset: 3px; }
.tch-vp-card h2 { margin: 12px 0 5px; color: var(--tch-vp-ink); font-size: 1.13rem; line-height: 1.45; }
.tch-vp-card__body > p { min-height: 80px; margin: 0 0 17px; color: var(--tch-vp-muted); font-size: .84rem; line-height: 1.7; }
.tch-vp-buy { min-height: 48px; padding: 9px 14px; display: flex; align-items: center; justify-content: center; gap: 9px; color: white !important; text-decoration: none !important; background: var(--tch-vp-accent); border-radius: 13px; font-size: .9rem; font-weight: 800; transition: background .2s, transform .2s; }
.tch-vp-buy:hover { color: white; background: var(--tch-vp-accent-dark); transform: translateY(-1px); }
.tch-vp-link-note { margin-top: 7px; display: block; color: #8b98a8; text-align: center; font-size: .68rem; }
.tch-vp-review { margin-top: 11px; display: block; color: var(--tch-vp-ink) !important; text-align: center; text-decoration: underline !important; text-underline-offset: 4px; font-size: .79rem; font-weight: 700; }
.tch-vp-load-wrap { margin-top: 32px; text-align: center; }
.tch-vp-load-more { min-height: 49px; padding: 10px 25px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: var(--tch-vp-ink) !important; text-decoration: none !important; background: white; border: 1px solid var(--tch-vp-line); border-radius: 13px; box-shadow: 0 8px 25px rgba(16,35,61,.05); font-size: .88rem; font-weight: 800; }
.tch-vp-load-more:hover { color: var(--tch-vp-accent-dark) !important; border-color: var(--tch-vp-accent); }
.tch-vp-load-more.is-loading { pointer-events: none; opacity: .65; }
.tch-vp-empty { padding: 50px 20px; text-align: center; background: white; border: 1px dashed #cad4df; border-radius: 20px; }
.tch-vp-empty > span { color: var(--tch-vp-accent); font-size: 2rem; }
.tch-vp-empty h3 { margin: 7px 0 0; color: var(--tch-vp-ink); }
.tch-vp-empty p { margin: 3px 0 12px; color: var(--tch-vp-muted); }

.tch-vp-guide { color: white; background: var(--tch-vp-navy); }
.tch-vp-guide__grid { padding-block: 56px; display: grid; grid-template-columns: minmax(0, .8fr) minmax(390px, 1.2fr); gap: 70px; align-items: start; }
.tch-vp-guide h2 { margin-bottom: 13px; color: white; }
.tch-vp-guide p { margin: 0; color: #bbcadd; font-size: .91rem; }
.tch-vp-faq { margin: 0; border-top: 1px solid rgba(255,255,255,.14); }
.tch-vp-faq > div { border-bottom: 1px solid rgba(255,255,255,.14); }
.tch-vp-faq dt, .tch-vp-faq dd { margin: 0; }
.tch-vp-faq button { width: 100%; padding: 15px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: white; background: transparent; border: 0; text-align: right; font-weight: 700; }
.tch-vp-faq button span { color: #ff8c74; font-size: 1.4rem; font-weight: 400; transition: transform .2s; }
.tch-vp-faq button[aria-expanded="true"] span { transform: rotate(45deg); }
.tch-vp-faq dd { display: none; padding: 0 0 16px; color: #aebed1; font-size: .84rem; }
.tch-vp-faq > div.is-open dd { display: block; }
.tch-vp-affiliate-note { padding-block: 22px; color: #aebed1; background: #081827; font-size: .78rem; }
.tch-vp-affiliate-note strong { color: white; }

.tch-vp a:focus-visible, .tch-vp button:focus-visible, .tch-vp input:focus-visible { outline: 3px solid rgba(255,85,51,.38); outline-offset: 3px; }

@media (max-width: 940px) {
	.tch-vp-hero__grid { grid-template-columns: 1fr; gap: 32px; padding-block: 46px; }
	.tch-vp-steps { display: grid; grid-template-columns: repeat(3, 1fr); }
	.tch-vp-steps li { grid-template-columns: 38px 1fr; padding: 8px; }
	.tch-vp-steps li + li { border-top: 0; border-right: 1px solid rgba(255,255,255,.1); }
	.tch-vp-steps small { display: none; }
	.tch-vp-tools { align-items: stretch; flex-direction: column; }
	.tch-vp-search { flex-basis: auto; max-width: none; }
	.tch-vp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tch-vp-guide__grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 640px) {
	.tch-vp-container { width: min(100% - 24px, 1180px); }
	.tch-vp-disclosure { font-size: .72rem; }
	.tch-vp-disclosure p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.tch-vp-disclosure a { display: none; }
	.tch-vp-hero__grid { min-height: 0; padding-block: 38px 40px; }
	.tch-vp-hero h1 { font-size: 1.95rem; }
	.tch-vp-hero__copy > p { font-size: .9rem; }
	.tch-vp-steps { grid-template-columns: 1fr; padding: 10px 16px; }
	.tch-vp-steps li { grid-template-columns: 40px 1fr; padding: 10px 0; }
	.tch-vp-steps li + li { border-top: 1px solid rgba(255,255,255,.1); border-right: 0; }
	.tch-vp-steps small { display: block; }
	.tch-vp-catalog { padding-block: 42px 55px; }
	.tch-vp-section-heading { align-items: start; }
	.tch-vp-section-heading h2 { font-size: 1.7rem; }
	.tch-vp-search { align-items: stretch; }
	.tch-vp-search button { padding-inline: 13px; }
	.tch-vp-filters { padding-bottom: 2px; }
	.tch-vp-grid { grid-template-columns: 1fr; gap: 18px; }
	.tch-vp-video { min-height: 0; }
	.tch-vp-card__body { padding: 18px; }
	.tch-vp-card__body > p { min-height: 0; }
	.tch-vp-guide__grid { padding-block: 44px; }
}

@media (prefers-reduced-motion: reduce) {
	.tch-vp *, .tch-vp *::before, .tch-vp *::after { scroll-behavior: auto !important; transition: none !important; }
}
