/* ==========================================================================
   Jovens Elementor Widgets - Shared Styles
   ========================================================================== */

.jew-process-steps *,
.jew-video-tabs *,
.jew-feature-checklist * { box-sizing: border-box; }

/* -------------------- Highlight word -------------------- */
.jew-highlight { color: inherit; }

/* ==========================================================================
   1. PROCESS STEPS (How It Works)
   ========================================================================== */
.jew-ps-header { margin-bottom: 32px; }
.jew-ps-eyebrow { letter-spacing: 1.5px; font-size: 13px; font-weight: 600; text-transform: uppercase; margin-bottom: 6px; }
.jew-ps-heading { font-size: 38px; font-weight: 800; margin: 0; line-height: 1.2; }

.jew-ps-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.jew-ps-card {
	display: flex;
	flex-direction: column;
	border-radius: 16px; /* overridden by the "Cards > Border Radius" style control */
	overflow: hidden;
	background: #fff;
	transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
	will-change: transform;
}

.jew-ps-card-top {
	position: relative;
	min-height: 170px;
	padding: 30px 24px;
}

.jew-ps-card-title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	max-width: 70%;
	position: relative;
	z-index: 2;
}

.jew-ps-card-icon {
	position: absolute;
	right: -10px;
	bottom: -10px;
	opacity: .55;
	pointer-events: none;
	z-index: 1;
}
.jew-ps-card-icon img { width: 40%; height: auto; display: block; margin-left: auto; }

.jew-ps-card-bottom { padding: 20px 24px; background: #fff; }
.jew-ps-card-desc { margin: 0; font-size: 15px; line-height: 1.6; }

/* CTA panel */
.jew-ps-cta {
	margin-top: 24px;
	display: grid;
	grid-template-columns: 1.4fr auto 1fr;
	align-items: center;
	gap: 24px;
	background: #f4f4f2;
	border-radius: 20px;
	padding: 48px;
	position: relative;
	overflow: hidden;
}
.jew-ps-cta.jew-ps-cta-no-decor { grid-template-columns: 1.4fr auto; }
.jew-ps-cta-title { font-size: 26px; font-weight: 800; line-height: 1.3; }
.jew-ps-cta-price { display: inline; }
.jew-ps-cta-desc { margin-top: 12px; font-size: 15px; line-height: 1.6; }
.jew-ps-cta-btn {
	display: inline-block;
	white-space: nowrap;
	padding: 16px 32px;
	border-radius: 40px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color .3s ease, transform .3s ease;
}
.jew-ps-cta-btn:hover { transform: translateY(-2px); }
.jew-ps-cta-decor { max-width: 100%; opacity: .5; }
.jew-ps-cta-decor img { width: 100%; height: auto; display: block; }

/* ==========================================================================
   2. VIDEO TABS SHOWCASE
   ========================================================================== */
.jew-vt-header { margin-bottom: 24px; }
.jew-vt-eyebrow { letter-spacing: 1.5px; font-size: 13px; font-weight: 600; text-transform: uppercase; margin-bottom: 6px; }
.jew-vt-heading { font-size: 34px; font-weight: 800; margin: 0 0 20px; line-height: 1.25; }

.jew-vt-tabs-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 28px; }
.jew-vt-tab-btn {
	cursor: pointer;
	border: 1px solid rgba(0,0,0,.1);
	background: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	transition: background-color .3s ease, color .3s ease, transform .2s ease;
}
.jew-vt-tab-btn:hover { transform: translateY(-2px); }

.jew-vt-panels {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.jew-vt-panel { display: none; }
.jew-vt-panel.jew-active { display: block; }

.jew-vt-thumb-wrap {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 16/10;
	background: #111;
	transition: transform .35s ease, box-shadow .35s ease;
	cursor: pointer;
}
.jew-vt-thumb { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.jew-vt-thumb-wrap.jew-playing { cursor: default; }

.jew-vt-play {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 64px; height: 64px;
	border-radius: 50%;
	border: none;
	display: flex; align-items: center; justify-content: center;
	background: rgba(255,255,255,.85);
	cursor: pointer;
	transition: transform .3s ease, background-color .3s ease;
}
.jew-vt-thumb-wrap:hover .jew-vt-play { transform: translate(-50%, -50%) scale(1.1); }
.jew-vt-play svg { fill: #333; }

.jew-vt-video-title { font-size: 18px; font-weight: 700; margin-top: 14px; }
.jew-vt-video-desc { font-size: 14px; margin-top: 4px; }

.jew-vt-video-embed { position: relative; width: 100%; height: 100%; }
.jew-vt-video-embed iframe,
.jew-vt-video-embed video { width: 100%; height: 100%; border: 0; display: block; }

/* ==========================================================================
   3. FEATURE CHECKLIST (Is This For You / Designed For)
   ========================================================================== */
.jew-fc-top-heading { font-size: 34px; font-weight: 800; margin: 0 0 28px; line-height: 1.25; }

.jew-fc-panel {
	display: flex;
	align-items: center;
	gap: 40px;
	border-radius: 24px;
	padding: 48px;
}
.jew-fc-imgpos-left .jew-fc-panel { flex-direction: row-reverse; }

.jew-fc-text-col { flex: 1 1 0; min-width: 0; }
.jew-fc-panel-heading { font-size: 22px; font-weight: 800; margin-bottom: 20px; line-height: 1.3; }

.jew-fc-list { list-style: none; margin: 0; padding: 0; }
.jew-fc-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
	transition: transform .3s ease, opacity .3s ease;
}
.jew-fc-item-icon { line-height: 1.6; display: inline-flex; margin-top: 4px; flex-shrink: 0; }
.jew-fc-item-icon svg { width: 1em; height: 1em; fill: currentColor; }
.jew-fc-item-text { font-size: 16px; line-height: 1.6; }

.jew-fc-image { flex-basis: 38%; max-width: 38%; }
.jew-fc-image img { width: 100%; height: auto; display: block; border-radius: 16px; transition: transform .4s ease, box-shadow .4s ease; }

/* ==========================================================================
   HOVER EFFECTS (shared)
   ========================================================================== */
/* Process step cards */
.jew-hover-lift .jew-ps-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,.15); }
.jew-hover-scale .jew-ps-card:hover { transform: scale(1.04); box-shadow: 0 15px 30px rgba(0,0,0,.12); }
.jew-hover-glow .jew-ps-card:hover { box-shadow: 0 0 35px rgba(232,135,58,.45); transform: translateY(-4px); }
.jew-hover-tilt .jew-ps-card:hover { transform: rotate(-1.5deg) translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.15); }

/* Video thumbnails */
.jew-hover-lift .jew-vt-thumb-wrap:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,.2); }
.jew-hover-scale .jew-vt-thumb-wrap:hover .jew-vt-thumb { transform: scale(1.08); }
.jew-hover-glow .jew-vt-thumb-wrap:hover { box-shadow: 0 0 35px rgba(232,135,58,.5); }
.jew-hover-tilt .jew-vt-thumb-wrap:hover { transform: rotate(-1deg) scale(1.02); }

/* Feature checklist image */
.jew-hover-lift .jew-fc-image img:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,.2); }
.jew-hover-scale .jew-fc-image img:hover { transform: scale(1.05); }
.jew-hover-tilt .jew-fc-image img:hover { transform: rotate(-2deg) scale(1.03); }
.jew-hover-glow .jew-fc-image img:hover { box-shadow: 0 0 30px rgba(232,135,58,.45); }

/* Feature checklist list items */
.jew-hover-item-lift .jew-fc-item:hover { transform: translateY(-4px); }
.jew-hover-item-scale .jew-fc-item:hover { transform: scale(1.03); }
.jew-hover-item-slide .jew-fc-item:hover { transform: translateX(8px); }
.jew-hover-item-glow .jew-fc-item:hover { filter: drop-shadow(0 0 8px rgba(232,135,58,.5)); }

/* ==========================================================================
   SCROLL ENTRANCE ANIMATIONS
   ========================================================================== */
[data-jew-animate] { opacity: 0; }

[data-jew-animate="fade-up"] { transform: translateY(40px); }
[data-jew-animate="fade-left"] { transform: translateX(-40px); }
[data-jew-animate="fade-right"] { transform: translateX(40px); }
[data-jew-animate="zoom-in"] { transform: scale(.85); }

[data-jew-animate].jew-in-view {
	opacity: 1;
	transform: translate(0, 0) scale(1);
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(.25, .8, .25, 1);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
	.jew-ps-grid { grid-template-columns: repeat(2, 1fr); }
	.jew-vt-panels { grid-template-columns: repeat(1, 1fr); }
	.jew-fc-panel { flex-direction: column; }
	.jew-fc-imgpos-left .jew-fc-panel { flex-direction: column; }
	.jew-fc-image { max-width: 100%; flex-basis: 100%; }
	.jew-ps-cta { grid-template-columns: 1fr; text-align: center; }
	.jew-ps-cta-decor { display: none; }
}

@media (max-width: 767px) {
	.jew-ps-grid { grid-template-columns: 1fr; }
	.jew-ps-heading, .jew-vt-heading, .jew-fc-top-heading { font-size: 26px; }
	.jew-ps-cta { padding: 32px 24px; }
	.jew-fc-panel { padding: 28px; }
	.jew-vt-tabs-nav { gap: 8px; }
	.jew-vt-tab-btn { padding: 8px 14px; font-size: 13px; }
}
