/* =========================================================
   JointFix Landing – Elementor Widgets Stylesheet
   Tailwind ডিজাইন থেকে কনভার্ট করা। সব কালার/ফন্ট Elementor
   কন্ট্রোল দিয়ে override করা যায়।
   ========================================================= */

.jfx-widget, .jfx-widget * { box-sizing: border-box; }
.jfx-widget { font-family: inherit; }
.jfx-widget img { max-width: 100%; height: auto; display: block; }
.jfx-widget svg { display: inline-block; vertical-align: middle; }

/* ---------- animations ---------- */
@keyframes jfx-pulse { 0%,100% { opacity: 1; } 50% { opacity: .55; } }
@keyframes jfx-bounce { 0%,100% { transform: translateY(-15%); } 50% { transform: translateY(0); } }
.jfx-pulse { animation: jfx-pulse 2s cubic-bezier(.4,0,.6,1) infinite; }
.jfx-bounce { animation: jfx-bounce 1s infinite; }

/* =========================================================
   1) NOTICE BAR
   ========================================================= */
.jfx-notice-bar {
	background: linear-gradient(to right, #8b0000, #c62828, #8b0000);
	color: #fff;
	padding: 10px 16px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px 8px;
	box-shadow: 0 4px 20px rgba(198,40,40,.3);
	border-bottom: 1px solid rgba(239,68,68,.3);
}
.jfx-notice-bar.jfx-sticky { position: sticky; top: 0; z-index: 50; }
.jfx-notice-bar .jfx-notice-label { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; letter-spacing: .02em; }
.jfx-notice-bar .jfx-notice-label svg { width: 16px; height: 16px; flex-shrink: 0; }
.jfx-notice-bar .jfx-notice-timer {
	background: rgba(255,255,255,.1);
	padding: 2px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.2);
}
.jfx-notice-bar .jfx-timer-value { font-weight: 700; font-variant-numeric: tabular-nums; color: #ffeb3b; }
.jfx-notice-sep { opacity: .5; }

/* =========================================================
   2) HERO
   ========================================================= */
.jfx-hero {
	position: relative;
	background: linear-gradient(135deg, #1a1c29 0%, #2d1b2e 50%, #4a1515 100%);
	color: #fff;
	padding: 64px 16px 80px;
	text-align: center;
	overflow: hidden;
}
.jfx-hero-glow { position: absolute; inset: 0; overflow: hidden; pointer-events: none; opacity: .2; }
.jfx-hero-glow span { position: absolute; border-radius: 50%; width: 40%; height: 40%; }
.jfx-hero-glow .jfx-glow-1 { top: -10%; left: -10%; background: #dc2626; filter: blur(100px); }
.jfx-hero-glow .jfx-glow-2 { bottom: -10%; right: -10%; background: #f97316; filter: blur(120px); }
.jfx-hero-inner { position: relative; max-width: 896px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; z-index: 10; }
.jfx-hero-badge {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 6px 16px; border-radius: 999px;
	background: rgba(239,68,68,.2);
	border: 1px solid rgba(239,68,68,.3);
	color: #fca5a5; font-weight: 600; margin-bottom: 24px;
	backdrop-filter: blur(12px);
	box-shadow: 0 10px 15px -3px rgba(0,0,0,.1);
}
.jfx-hero-badge svg { width: 16px; height: 16px; }
.jfx-hero-title {
	font-size: 28px; font-weight: 800; line-height: 1.2; margin: 0 0 20px;
	color: #fff;
}
.jfx-hero-divider { width: 96px; height: 6px; background: linear-gradient(to right, #ef4444, #f97316); border-radius: 999px; margin: 0 0 24px; }
.jfx-hero-subtitle { font-size: 20px; font-weight: 700; color: #f87171; margin: 0 0 16px; text-shadow: 0 4px 3px rgba(0,0,0,.07); }
.jfx-hero-desc { font-size: 16px; font-weight: 500; color: #cbd5e1; margin: 0 0 32px; max-width: 672px; line-height: 1.625; }
.jfx-hero-btn {
	position: relative; cursor: pointer; border: none;
	background: linear-gradient(to right, #ffb300, #ff8f00);
	color: #4e2c00; font-weight: 900; font-size: 22px;
	padding: 16px 40px; border-radius: 999px;
	box-shadow: 0 10px 40px rgba(255,179,0,.4);
	transition: all .3s; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
	overflow: hidden; text-decoration: none;
}
.jfx-hero-btn:hover { transform: scale(1.05); background: linear-gradient(to right, #ffa000, #ff6f00); }
.jfx-hero-btn:active { transform: scale(.95); }
.jfx-hero-btn svg { width: 28px; height: 28px; }
.jfx-hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; overflow: hidden; line-height: 0; }
.jfx-hero-wave svg { position: relative; display: block; width: 100%; height: 40px; }

@media (min-width: 768px) {
	.jfx-hero-title { font-size: 48px; line-height: 1.15; }
	.jfx-hero-subtitle { font-size: 30px; }
	.jfx-hero-desc { font-size: 20px; }
	.jfx-hero-btn { font-size: 26px; padding: 16px 56px; }
	.jfx-hero-btn svg { width: 32px; height: 32px; }
	.jfx-hero-wave svg { height: 60px; }
}
@media (min-width: 1024px) { .jfx-hero-title { font-size: 54px; } }

/* =========================================================
   3) DOCTOR PROFILE
   ========================================================= */
.jfx-doctor {
	background: #fff; border-radius: 24px; padding: 24px;
	box-shadow: 0 10px 40px rgba(0,0,0,.06);
	border: 1px solid #f1f5f9;
	transition: transform .3s;
	max-width: 850px; margin: 0 auto;
}
.jfx-doctor:hover { transform: translateY(-4px); }
.jfx-doctor-row { display: flex; flex-direction: column; gap: 32px; align-items: center; }
.jfx-doctor-photo-col { width: 100%; position: relative; flex-shrink: 0; }
.jfx-doctor-photo-glow { position: absolute; inset: 0; background: linear-gradient(to top right, #fb923c, #ef4444); border-radius: 16px; filter: blur(16px); opacity: .3; transform: scale(1.05); }
.jfx-doctor-photo { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 25px -5px rgba(0,0,0,.1); border: 4px solid #fff; background: #f8fafc; }
.jfx-doctor-photo img { width: 100%; height: 320px; object-fit: cover; transition: transform .7s; }
.jfx-doctor-photo:hover img { transform: scale(1.05); }
.jfx-doctor-photo-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,.8), transparent); padding: 16px; text-align: center; }
.jfx-doctor-badge { display: inline-flex; align-items: center; gap: 6px; background: #dc2626; color: #fff; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); }
.jfx-doctor-badge svg { width: 14px; height: 14px; }
.jfx-doctor-info { width: 100%; }
.jfx-doctor-name { font-size: 32px; font-weight: 900; color: #1e293b; margin: 0 0 12px; text-align: center; line-height: 1.25; }
.jfx-doctor-bio { font-size: 17px; color: #475569; font-weight: 600; line-height: 1.625; margin: 0 0 24px; text-align: center; }
.jfx-doctor-quote-box { background: linear-gradient(to right, #fff7ed, #fef2f2); border-radius: 16px; padding: 24px; border: 1px solid #ffedd5; position: relative; }
.jfx-doctor-quote-mark { position: absolute; top: -16px; left: -8px; font-size: 60px; color: #fdba74; font-family: Georgia, serif; opacity: .5; line-height: 1; }
.jfx-doctor-quote { font-size: 17px; font-style: italic; font-weight: 700; color: #1e293b; line-height: 1.625; margin: 0 0 20px; position: relative; z-index: 10; }
.jfx-doctor-exp-row { display: flex; align-items: center; gap: 8px; }
.jfx-doctor-exp-line { width: 40px; height: 4px; background: #f97316; border-radius: 999px; flex-shrink: 0; }
.jfx-doctor-exp { font-size: 16px; color: #c2410c; font-weight: 800; text-transform: uppercase; letter-spacing: .025em; margin: 0; }

@media (min-width: 768px) {
	.jfx-doctor { padding: 32px; }
	.jfx-doctor-row { flex-direction: row; gap: 40px; }
	.jfx-doctor-photo-col { width: 41.666%; }
	.jfx-doctor-photo img { height: auto; }
	.jfx-doctor-info { width: 58.333%; }
	.jfx-doctor-name { font-size: 42px; text-align: left; }
	.jfx-doctor-bio { font-size: 19px; text-align: left; }
	.jfx-doctor-quote { font-size: 19px; }
}

/* =========================================================
   4) PRICE BANNER
   ========================================================= */
.jfx-price-banner {
	background: linear-gradient(to bottom right, #fff, #f8fafc);
	border-radius: 20px; padding: 24px 12px;
	box-shadow: 0 20px 25px -5px rgba(0,0,0,.1);
	border: 1px solid #e2e8f0; text-align: center;
	position: relative; overflow: hidden;
	max-width: 850px; margin: 0 auto;
}
.jfx-price-blur-1 { position: absolute; top: 0; right: 0; width: 128px; height: 128px; background: rgba(239,68,68,.1); border-radius: 50%; filter: blur(48px); }
.jfx-price-blur-2 { position: absolute; bottom: 0; left: 0; width: 128px; height: 128px; background: rgba(34,197,94,.1); border-radius: 50%; filter: blur(48px); }
.jfx-price-heading { font-size: 22px; font-weight: 800; color: #1e293b; margin: 0 0 24px; position: relative; z-index: 10; line-height: 1.375; }
.jfx-price-row { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; margin-bottom: 16px; position: relative; z-index: 10; }
.jfx-price-old-wrap { display: flex; flex-direction: column; align-items: center; }
.jfx-price-old-label { color: #64748b; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 4px; }
.jfx-price-old { font-size: 30px; font-weight: 700; color: #ef4444; text-decoration: line-through; text-decoration-color: rgba(239,68,68,.5); text-decoration-thickness: 4px; }
.jfx-price-divider { display: none; width: 1px; height: 48px; background: #cbd5e1; }
.jfx-price-new-wrap { display: flex; flex-direction: column; align-items: center; background: #f0fdf4; padding: 8px 24px; border-radius: 16px; border: 1px solid #bbf7d0; box-shadow: 0 1px 2px rgba(0,0,0,.05); animation: jfx-pulse 2s infinite; }
.jfx-price-new-label { color: #15803d; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 4px; }
.jfx-price-new { font-size: 36px; font-weight: 900; color: #16a34a; text-shadow: 0 1px 2px rgba(0,0,0,.05); }
@media (min-width: 640px) {
	.jfx-price-banner { padding: 32px; }
	.jfx-price-row { flex-direction: row; gap: 32px; }
	.jfx-price-divider { display: block; }
}
@media (min-width: 768px) {
	.jfx-price-heading { font-size: 26px; }
	.jfx-price-new { font-size: 48px; }
}

/* inline (compact) style */
.jfx-price-banner.jfx-style-inline { background: transparent; box-shadow: none; border: none; padding: 0; }
.jfx-price-inline-box { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px; background: #fff; padding: 16px; border-radius: 16px; box-shadow: 0 1px 2px rgba(0,0,0,.05); border: 1px solid #f1f5f9; font-weight: 900; }
.jfx-price-inline-box .jfx-price-old { font-size: 20px; color: #94a3b8; }
.jfx-price-inline-box .jfx-price-sep { color: #cbd5e1; }
.jfx-price-inline-box .jfx-price-new { font-size: 24px; background: #f0fdf4; padding: 4px 16px; border-radius: 12px; text-shadow: none; }
@media (min-width: 768px) {
	.jfx-price-inline-box .jfx-price-old { font-size: 24px; }
	.jfx-price-inline-box .jfx-price-new { font-size: 30px; }
}

/* =========================================================
   5) SYMPTOMS (জয়েন্টের রোগের প্রথম লক্ষণ)
   ========================================================= */
.jfx-symptoms {
	background: #fff; border-radius: 24px; overflow: hidden;
	box-shadow: 0 8px 30px rgba(0,0,0,.04); border: 1px solid #f1f5f9;
	max-width: 850px; margin: 0 auto;
}
.jfx-symptoms-header { background: linear-gradient(to right, #0f172a, #1e293b); padding: 20px 32px; display: flex; align-items: center; gap: 12px; }
.jfx-symptoms-header svg { width: 24px; height: 24px; color: #ef4444; animation: jfx-pulse 2s infinite; flex-shrink: 0; }
.jfx-symptoms-title { font-size: 20px; font-weight: 900; color: #fff; letter-spacing: .025em; margin: 0; }
.jfx-symptoms-body { padding: 24px; }
.jfx-symptoms-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
.jfx-symptom-item { display: flex; align-items: center; gap: 12px; background: #f8fafc; padding: 12px; border-radius: 12px; border: 1px solid #f1f5f9; transition: border-color .2s; }
.jfx-symptom-item:hover { border-color: #fecaca; }
.jfx-symptom-dot { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; box-shadow: 0 0 8px rgba(239,68,68,.8); flex-shrink: 0; }
.jfx-symptom-text { font-size: 16px; color: #334155; font-weight: 600; }
.jfx-symptoms-alert { position: relative; background: rgba(254,242,242,.8); border: 1px solid #fee2e2; padding: 24px; border-radius: 16px; margin-bottom: 32px; }
.jfx-symptoms-alert-bar { position: absolute; left: -12px; top: 50%; transform: translateY(-50%); width: 6px; height: 48px; background: #ef4444; border-radius: 0 999px 999px 0; }
.jfx-symptoms-alert-text { font-size: 16px; color: #1e293b; font-weight: 700; line-height: 1.625; margin: 0; }
.jfx-risk-chain { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; margin-bottom: 40px; }
.jfx-risk-step { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; }
.jfx-risk-box { background: linear-gradient(to bottom, #dc2626, #b91c1c); color: #fff; font-weight: 700; font-size: 16px; padding: 12px 24px; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0,0,0,.1); border: 1px solid #991b1b; width: 100%; text-align: center; }
.jfx-risk-arrow { display: none; width: 24px; height: 24px; color: #f87171; }
.jfx-risk-vline { width: 4px; height: 24px; background: #f87171; border-radius: 999px; }
.jfx-vs-card { background: linear-gradient(to bottom right, #FFF8F0, #fff); border: 1px solid #fed7aa; border-radius: 16px; padding: 24px; text-align: center; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.jfx-vs-row { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 24px; margin-bottom: 24px; }
.jfx-vs-col { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.jfx-vs-img { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); background: #fff; position: relative; }
.jfx-vs-img img { width: 160px; height: 180px; object-fit: cover; }
.jfx-vs-img.jfx-good { border: 3px solid rgba(52,211,153,.5); }
.jfx-vs-img.jfx-bad { border: 3px solid rgba(239,68,68,.5); }
.jfx-vs-label { font-weight: 700; padding: 4px 16px; border-radius: 999px; font-size: 14px; }
.jfx-vs-label.jfx-good { background: #d1fae5; color: #065f46; }
.jfx-vs-label.jfx-bad { background: #fee2e2; color: #991b1b; }
.jfx-vs-badge { width: 48px; height: 48px; border-radius: 50%; background: #fee2e2; display: flex; align-items: center; justify-content: center; color: #ef4444; font-weight: 700; font-size: 20px; box-shadow: inset 0 2px 4px rgba(0,0,0,.06); flex-shrink: 0; }
.jfx-vs-note { font-size: 15px; color: #334155; font-weight: 600; line-height: 1.625; background: rgba(255,255,255,.6); padding: 16px; border-radius: 12px; border: 1px solid #ffedd5; margin: 0; }
.jfx-vs-note strong { color: #dc2626; font-size: 18px; background: #fee2e2; padding: 2px 8px; border-radius: 4px; }

@media (min-width: 640px) {
	.jfx-risk-chain { flex-direction: row; }
	.jfx-risk-step { flex-direction: row; width: auto; }
	.jfx-risk-box { width: auto; }
	.jfx-risk-arrow { display: block; }
	.jfx-risk-vline { display: none; }
	.jfx-vs-row { flex-direction: row; }
}
@media (min-width: 768px) {
	.jfx-symptoms-title { font-size: 24px; }
	.jfx-symptoms-body { padding: 40px; }
	.jfx-symptoms-grid { grid-template-columns: 1fr 1fr; }
	.jfx-symptoms-alert-text { font-size: 18px; }
	.jfx-vs-img img { width: 200px; height: 220px; }
	.jfx-vs-note { font-size: 17px; }
}

/* =========================================================
   6) CAUSES (তাহলে আর্থ্রাইটিসের মূল কারণ কী?)
   ========================================================= */
.jfx-causes { max-width: 850px; margin: 0 auto; }
.jfx-section-head { text-align: center; margin-bottom: 32px; }
.jfx-section-tag { color: #dc2626; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; font-size: 14px; margin-bottom: 8px; display: block; }
.jfx-section-title { font-size: 24px; font-weight: 900; color: #1e293b; margin: 0; line-height: 1.3; }
.jfx-section-underline { width: 64px; height: 6px; background: #ef4444; margin: 16px auto 0; border-radius: 999px; }
.jfx-causes-intro { display: flex; flex-direction: column; align-items: center; gap: 32px; padding: 32px; background: #fff; border-radius: 24px; box-shadow: 0 8px 30px rgba(0,0,0,.04); border: 1px solid #f1f5f9; margin-bottom: 32px; }
.jfx-causes-intro-text { flex: 1; }
.jfx-causes-intro-text p { color: #334155; font-size: 17px; line-height: 1.625; margin: 0 0 24px; font-weight: 500; }
.jfx-causes-intro-text p:last-child { margin-bottom: 0; }
.jfx-causes-intro-text strong { color: #dc2626; }
.jfx-causes-intro-img { flex-shrink: 0; width: 100%; max-width: 320px; }
.jfx-causes-intro-img img { border-radius: 16px; box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); width: 100%; }
.jfx-causes-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.jfx-cause-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 16px; display: flex; flex-direction: column; align-items: center; gap: 16px; box-shadow: 0 1px 2px rgba(0,0,0,.05); transition: all .3s; }
.jfx-cause-card:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,.1); transform: translateY(-4px); }
.jfx-cause-img { width: 100%; height: 160px; flex-shrink: 0; background: #f8fafc; border-radius: 12px; overflow: hidden; border: 1px solid #f1f5f9; }
.jfx-cause-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.jfx-cause-card:hover .jfx-cause-img img { transform: scale(1.1); }
.jfx-cause-text { font-size: 15px; color: #334155; font-weight: 600; line-height: 1.625; text-align: center; margin: 0; padding-top: 8px; }

@media (min-width: 640px) {
	.jfx-cause-card { flex-direction: row; align-items: flex-start; }
	.jfx-cause-img { width: 112px; height: 112px; }
	.jfx-cause-text { text-align: left; padding-top: 0; }
	.jfx-causes-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 768px) {
	.jfx-section-title { font-size: 32px; }
	.jfx-cause-text { font-size: 16px; }
}
@media (min-width: 1024px) {
	.jfx-causes-intro { flex-direction: row; }
}

/* =========================================================
   7) STATS
   ========================================================= */
.jfx-stats { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 850px; margin: 0 auto; }
.jfx-stat-card { border-radius: 24px; padding: 24px; text-align: center; position: relative; overflow: hidden; transition: transform .3s; border: 1px solid; }
.jfx-stat-card:hover { transform: translateY(-8px); }
.jfx-stat-topbar { position: absolute; top: 0; left: 0; width: 100%; height: 4px; }
.jfx-stat-icon { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; transition: transform .3s; }
.jfx-stat-card:hover .jfx-stat-icon { transform: scale(1.1); }
.jfx-stat-icon svg { width: 32px; height: 32px; }
.jfx-stat-number { font-size: 36px; font-weight: 900; color: #1e293b; margin-bottom: 4px; line-height: 1; }
.jfx-stat-label { font-size: 15px; color: #475569; font-weight: 700; margin: 0; }
.jfx-stat-red { background: linear-gradient(to bottom, #fff, #fef2f2); border-color: #fee2e2; box-shadow: 0 8px 20px rgba(220,38,38,.08); }
.jfx-stat-red .jfx-stat-topbar { background: #ef4444; } .jfx-stat-red .jfx-stat-icon { background: #fee2e2; color: #ef4444; }
.jfx-stat-blue { background: linear-gradient(to bottom, #fff, #eff6ff); border-color: #dbeafe; box-shadow: 0 8px 20px rgba(59,130,246,.08); }
.jfx-stat-blue .jfx-stat-topbar { background: #3b82f6; } .jfx-stat-blue .jfx-stat-icon { background: #dbeafe; color: #3b82f6; }
.jfx-stat-emerald { background: linear-gradient(to bottom, #fff, #ecfdf5); border-color: #d1fae5; box-shadow: 0 8px 20px rgba(16,185,129,.08); }
.jfx-stat-emerald .jfx-stat-topbar { background: #10b981; } .jfx-stat-emerald .jfx-stat-icon { background: #d1fae5; color: #10b981; }
.jfx-stat-orange { background: linear-gradient(to bottom, #fff, #fff7ed); border-color: #ffedd5; box-shadow: 0 8px 20px rgba(249,115,22,.08); }
.jfx-stat-orange .jfx-stat-topbar { background: #f97316; } .jfx-stat-orange .jfx-stat-icon { background: #ffedd5; color: #f97316; }
@media (min-width: 640px) {
	.jfx-stats { grid-template-columns: repeat(3, 1fr); }
	.jfx-stat-number { font-size: 42px; }
	.jfx-stat-label { font-size: 17px; }
}

/* =========================================================
   8) WARNING BANNER (পেইন কিলার...)
   ========================================================= */
.jfx-warning {
	background: linear-gradient(to right, #dc2626, #b91c1c);
	color: #fff; border-radius: 24px; padding: 32px;
	box-shadow: 0 10px 30px rgba(220,38,38,.2);
	position: relative; overflow: hidden;
	max-width: 850px; margin: 0 auto;
}
.jfx-warning-bg-icon { position: absolute; right: -40px; top: -40px; color: rgba(239,68,68,.3); }
.jfx-warning-bg-icon svg { width: 192px; height: 192px; }
.jfx-warning-inner { position: relative; z-index: 10; }
.jfx-warning-title { font-size: 24px; font-weight: 900; margin: 0 0 20px; line-height: 1.375; color: #fff; }
.jfx-warning-text { font-size: 17px; font-weight: 500; line-height: 1.625; opacity: .95; margin: 0; }
@media (min-width: 768px) {
	.jfx-warning { padding: 40px; }
	.jfx-warning-title { font-size: 28px; }
	.jfx-warning-text { font-size: 20px; }
}

/* =========================================================
   9) SYMPTOMS & SOLUTIONS (লক্ষনসমূহ এবং সতর্কতা)
   ========================================================= */
.jfx-solutions { background: #fff; border-radius: 24px; box-shadow: 0 8px 30px rgba(0,0,0,.04); border: 1px solid #f1f5f9; overflow: hidden; max-width: 850px; margin: 0 auto; }
.jfx-solutions-header { padding: 24px 32px; border-bottom: 1px solid #f1f5f9; background: #f8fafc; text-align: center; }
.jfx-solutions-title { font-size: 24px; font-weight: 900; color: #1e293b; margin: 0; }
.jfx-solutions-body { padding: 32px; }
.jfx-solutions-causes { margin-bottom: 32px; }
.jfx-solutions-h4 { font-weight: 900; font-size: 19px; margin: 0 0 16px; display: flex; align-items: center; gap: 8px; }
.jfx-solutions-h4 svg { width: 24px; height: 24px; flex-shrink: 0; }
.jfx-solutions-h4.jfx-red { color: #dc2626; }
.jfx-solutions-h4.jfx-green { color: #059669; margin-bottom: 20px; }
.jfx-solutions-cause-text { font-size: 17px; color: #334155; font-weight: 500; line-height: 1.625; background: rgba(254,242,242,.5); padding: 20px; border-radius: 16px; border: 1px solid #fee2e2; margin: 0; }
.jfx-solutions-grid { display: grid; grid-template-columns: 1fr; gap: 16px; font-size: 17px; font-weight: 700; }
.jfx-solution-item { display: flex; align-items: center; gap: 16px; background: rgba(236,253,245,.5); padding: 16px; border-radius: 12px; border: 1px solid #d1fae5; transition: background .2s; }
.jfx-solution-item:hover { background: #ecfdf5; }
.jfx-solution-icon { background: #d1fae5; padding: 4px; border-radius: 50%; transition: transform .2s; display: flex; }
.jfx-solution-item:hover .jfx-solution-icon { transform: scale(1.1); }
.jfx-solution-icon svg { width: 20px; height: 20px; color: #059669; flex-shrink: 0; }
.jfx-solution-text { color: #1e293b; }
@media (min-width: 640px) { .jfx-solutions-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px) {
	.jfx-solutions-title { font-size: 28px; }
	.jfx-solutions-h4 { font-size: 22px; }
	.jfx-solutions-cause-text { font-size: 19px; }
}

/* =========================================================
   10) INGREDIENTS (Joint Fix এর প্রধান উপাদান)
   ========================================================= */
.jfx-ingredients {
	background: linear-gradient(to bottom right, #1e3a8a, #1e40af, #312e81);
	border-radius: 24px; padding: 32px; text-align: center;
	box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
	position: relative; overflow: hidden;
	max-width: 850px; margin: 0 auto;
}
.jfx-ingredients-glow { position: absolute; inset: 0; overflow: hidden; pointer-events: none; opacity: .1; }
.jfx-ingredients-glow span { position: absolute; top: -20%; right: -10%; width: 50%; height: 50%; border-radius: 50%; background: #fff; filter: blur(80px); }
.jfx-ingredients-title { font-size: 26px; font-weight: 900; color: #fff; margin: 0 0 40px; position: relative; z-index: 10; text-shadow: 0 10px 15px rgba(0,0,0,.2); }
.jfx-ingredients-grid { display: grid; grid-template-columns: 1fr; gap: 20px; position: relative; z-index: 10; }
.jfx-ingredient-card { background: rgba(255,255,255,.1); backdrop-filter: blur(12px); border-radius: 16px; padding: 20px; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: flex-start; gap: 20px; transition: background .2s; text-align: left; }
.jfx-ingredient-card:hover { background: rgba(255,255,255,.2); }
.jfx-ingredient-num { width: 48px; height: 48px; background: rgba(59,130,246,.3); color: #dbeafe; font-weight: 900; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 20px; box-shadow: inset 0 2px 4px rgba(0,0,0,.06); border: 1px solid rgba(96,165,250,.3); transition: transform .2s; }
.jfx-ingredient-card:hover .jfx-ingredient-num { transform: scale(1.1); }
.jfx-ingredient-text { font-size: 16px; color: #eff6ff; font-weight: 600; line-height: 1.625; margin: 4px 0 0; }
@media (min-width: 640px) { .jfx-ingredients-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
@media (min-width: 768px) {
	.jfx-ingredients { padding: 48px; }
	.jfx-ingredients-title { font-size: 34px; }
	.jfx-ingredient-text { font-size: 18px; }
}

/* =========================================================
   11) WHY DIFFERENT
   ========================================================= */
.jfx-why { max-width: 850px; margin: 0 auto; }
.jfx-why-title { font-size: 26px; font-weight: 900; color: #1e293b; text-align: center; margin: 0 0 32px; line-height: 1.375; }
.jfx-why-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.jfx-why-item { display: flex; align-items: center; gap: 16px; padding: 20px; font-weight: 700; border-radius: 16px; font-size: 16px; border: 1px solid; box-shadow: 0 1px 2px rgba(0,0,0,.05); transition: all .2s; }
.jfx-why-item:hover { box-shadow: 0 4px 6px -1px rgba(0,0,0,.1); transform: translateY(-4px); }
.jfx-why-icon { padding: 8px; border-radius: 50%; display: flex; flex-shrink: 0; }
.jfx-why-icon svg { width: 24px; height: 24px; }
.jfx-why-orange { background: #fff7ed; color: #9a3412; border-color: #fed7aa; } .jfx-why-orange .jfx-why-icon { color: #f97316; background: #ffedd5; }
.jfx-why-emerald { background: #ecfdf5; color: #065f46; border-color: #a7f3d0; } .jfx-why-emerald .jfx-why-icon { color: #10b981; background: #d1fae5; }
.jfx-why-blue { background: #eff6ff; color: #1e40af; border-color: #bfdbfe; } .jfx-why-blue .jfx-why-icon { color: #3b82f6; background: #dbeafe; }
.jfx-why-purple { background: #faf5ff; color: #6b21a8; border-color: #e9d5ff; } .jfx-why-purple .jfx-why-icon { color: #a855f7; background: #f3e8ff; }
.jfx-why-red { background: #fef2f2; color: #991b1b; border-color: #fecaca; } .jfx-why-red .jfx-why-icon { color: #ef4444; background: #fee2e2; }
.jfx-why-slate { background: #f8fafc; color: #1e293b; border-color: #e2e8f0; } .jfx-why-slate .jfx-why-icon { color: #64748b; background: #f1f5f9; }
@media (min-width: 640px) { .jfx-why-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px) {
	.jfx-why-title { font-size: 32px; }
	.jfx-why-item { font-size: 18px; }
}

/* =========================================================
   12) DOSAGE + GUARANTEE
   ========================================================= */
.jfx-dosage-wrap { display: grid; grid-template-columns: 1fr; gap: 24px; max-width: 850px; margin: 0 auto; }
.jfx-dosage-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 24px; box-shadow: 0 10px 30px rgba(0,0,0,.05); overflow: hidden; display: flex; flex-direction: column; height: 100%; }
.jfx-dosage-header { background: #1e293b; padding: 16px; text-align: center; }
.jfx-dosage-header-text { color: #fff; font-weight: 900; font-size: 20px; letter-spacing: .025em; }
.jfx-dosage-body { padding: 32px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; background: #f8fafc; position: relative; overflow: hidden; }
.jfx-dosage-bg-icon { position: absolute; right: -40px; bottom: -40px; color: rgba(226,232,240,.5); }
.jfx-dosage-bg-icon svg { width: 192px; height: 192px; }
.jfx-dosage-check { width: 80px; height: 80px; border-radius: 50%; background: #d1fae5; box-shadow: inset 0 2px 4px rgba(0,0,0,.06); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; position: relative; z-index: 10; }
.jfx-dosage-check svg { width: 40px; height: 40px; color: #059669; }
.jfx-dosage-rule { font-size: 22px; font-weight: 900; color: #1e293b; margin: 0 0 8px; position: relative; z-index: 10; }
.jfx-dosage-when { font-size: 18px; font-weight: 700; color: #475569; margin: 0 0 24px; position: relative; z-index: 10; }
.jfx-dosage-pill { background: #10b981; color: #fff; padding: 12px 32px; border-radius: 999px; font-weight: 900; font-size: 22px; box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); position: relative; z-index: 10; transition: transform .2s; display: inline-block; }
.jfx-dosage-pill:hover { transform: scale(1.05); }
.jfx-guarantee-card { background: linear-gradient(to bottom right, #10b981, #0d9488); border-radius: 24px; padding: 32px; text-align: center; color: #fff; box-shadow: 0 10px 30px rgba(16,185,129,.3); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; height: 100%; }
.jfx-guarantee-blur { position: absolute; top: 0; right: 0; width: 128px; height: 128px; background: rgba(255,255,255,.1); border-radius: 50%; filter: blur(32px); }
.jfx-guarantee-icon { width: 64px; height: 64px; background: rgba(255,255,255,.2); backdrop-filter: blur(4px); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.jfx-guarantee-icon svg { width: 32px; height: 32px; color: #fff; }
.jfx-guarantee-title { font-size: 24px; font-weight: 900; margin: 0 0 16px; text-shadow: 0 4px 3px rgba(0,0,0,.07); color: #fff; }
.jfx-guarantee-text { font-size: 17px; font-weight: 500; line-height: 1.625; opacity: .95; margin: 0; }
@media (min-width: 768px) {
	.jfx-dosage-wrap { grid-template-columns: 1fr 1fr; }
	.jfx-dosage-rule { font-size: 26px; }
	.jfx-dosage-when { font-size: 20px; }
	.jfx-dosage-pill { font-size: 26px; }
	.jfx-guarantee-title { font-size: 28px; }
	.jfx-guarantee-text { font-size: 19px; }
}

/* =========================================================
   13) COMMENTS (ফেসবুক স্টাইল)
   ========================================================= */
.jfx-comments { max-width: 672px; margin: 0 auto; }
.jfx-comments-box { background: #fff; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,.06); border: 1px solid #e2e8f0; padding: 20px; }
.jfx-comments-topbar { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #f1f5f9; padding-bottom: 16px; margin-bottom: 24px; }
.jfx-comments-count { font-weight: 700; color: #1e293b; font-size: 20px; display: flex; align-items: center; gap: 8px; }
.jfx-comments-count svg { width: 20px; height: 20px; color: #3b82f6; }
.jfx-comments-sort { font-size: 14px; color: #64748b; font-weight: 500; }
.jfx-comments-sort strong { color: #1e293b; cursor: pointer; }
.jfx-comments-list { display: flex; flex-direction: column; gap: 24px; }
.jfx-comment { display: flex; gap: 12px; }
.jfx-comment.jfx-reply { margin-left: 44px; }
.jfx-comment-avatar { width: 40px; height: 40px; flex-shrink: 0; border-radius: 50%; background: #e2e8f0; overflow: hidden; border: 2px solid #f1f5f9; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.jfx-comment-avatar img { width: 100%; height: 100%; object-fit: cover; }
.jfx-comment-body { flex: 1; }
.jfx-comment-bubble { background: #f0f2f5; border-radius: 16px; border-top-left-radius: 0; padding: 12px 16px; display: inline-block; font-size: 15px; color: #1e293b; }
.jfx-comment-name { font-weight: 700; margin-bottom: 4px; color: #050505; display: flex; align-items: center; gap: 6px; cursor: pointer; }
.jfx-comment-name:hover { text-decoration: underline; }
.jfx-comment-author-badge { background: #1e293b; color: #fff; font-size: 11px; padding: 2px 8px; border-radius: 999px; font-weight: 600; }
.jfx-comment-text { line-height: 1.375; }
.jfx-comment-meta { display: flex; gap: 16px; font-size: 13px; font-weight: 700; color: #65676B; margin: 8px 0 0 8px; align-items: center; }
.jfx-comment-meta .jfx-meta-link { cursor: pointer; transition: color .2s; }
.jfx-comment-meta .jfx-meta-link:hover { color: #1e293b; }
.jfx-comment-meta .jfx-meta-time { font-weight: 400; color: #64748b; }
.jfx-comment-likes { display: flex; align-items: center; gap: 4px; font-weight: 400; margin-left: 8px; }
.jfx-like-badge { background: linear-gradient(to bottom, #60a5fa, #2563eb); border-radius: 50%; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.jfx-like-badge svg { width: 10px; height: 10px; color: #fff; fill: #fff; }
.jfx-comments-more { margin-top: 32px; padding-top: 16px; border-top: 1px solid #f1f5f9; text-align: center; }
.jfx-comments-more button { color: #2563eb; font-weight: 700; background: transparent; border: none; padding: 8px 16px; border-radius: 8px; cursor: pointer; transition: background .2s; font-size: 15px; }
.jfx-comments-more button:hover { background: #eff6ff; }
@media (min-width: 768px) {
	.jfx-comments-box { padding: 32px; }
	.jfx-comment { gap: 16px; }
	.jfx-comment-avatar { width: 48px; height: 48px; }
	.jfx-comment.jfx-reply { margin-left: 56px; }
	.jfx-comment-bubble { font-size: 16px; }
}

/* =========================================================
   14) CTA BANNER (আজই সিদ্ধান্ত নিন!)
   ========================================================= */
.jfx-cta {
	background: linear-gradient(to right, #ff4b2b, #ff416c);
	color: #fff; padding: 40px 32px; border-radius: 24px; text-align: center;
	box-shadow: 0 15px 40px rgba(255,65,108,.3);
	position: relative; overflow: hidden;
	max-width: 850px; margin: 0 auto;
}
.jfx-cta-blur-1 { position: absolute; top: 0; right: 0; width: 160px; height: 160px; background: rgba(255,255,255,.1); border-radius: 50%; filter: blur(48px); transform: translate(50%, -50%); }
.jfx-cta-blur-2 { position: absolute; bottom: 0; left: 0; width: 160px; height: 160px; background: rgba(255,255,255,.1); border-radius: 50%; filter: blur(48px); transform: translate(-50%, 50%); }
.jfx-cta-title { font-size: 32px; font-weight: 900; margin: 0 0 16px; text-shadow: 0 4px 3px rgba(0,0,0,.07); position: relative; z-index: 10; color: #fff; }
.jfx-cta-text { font-size: 18px; font-weight: 700; opacity: .95; max-width: 672px; margin: 0 auto; line-height: 1.625; position: relative; z-index: 10; }
.jfx-cta-btn-wrap { position: relative; z-index: 10; margin-top: 28px; }
.jfx-cta-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 12px;
	background: linear-gradient(to right, #ffb300, #ff8f00);
	color: #4e2c00; font-weight: 900; font-size: 20px;
	padding: 14px 40px; border-radius: 999px; border: none; cursor: pointer;
	box-shadow: 0 10px 40px rgba(255,179,0,.4); text-decoration: none;
	transition: all .3s;
}
.jfx-cta-btn:hover { transform: scale(1.05); }
.jfx-cta-btn svg { width: 26px; height: 26px; }
@media (min-width: 768px) {
	.jfx-cta-title { font-size: 36px; }
	.jfx-cta-text { font-size: 22px; }
}

/* =========================================================
   15) AUDIO PLAYER BUTTON (অডিওটি শুনুন)
   ========================================================= */
@keyframes jfx-slide-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.jfx-audio-fixed { position: fixed; bottom: 24px; right: 24px; z-index: 100; animation: jfx-slide-up .5s ease both; }
.jfx-audio-fixed.jfx-pos-left { right: auto; left: 24px; }
.jfx-audio-inline { position: relative; display: inline-block; }
.jfx-audio-btn {
	position: relative; display: flex; align-items: center; justify-content: center; gap: 12px;
	background: linear-gradient(to right, #dc2626, #EB6B08);
	color: #fff; padding: 14px 20px 14px 16px; border-radius: 999px;
	box-shadow: 0 8px 30px rgba(220,38,38,.4);
	border: 2px solid rgba(255,255,255,.2);
	cursor: pointer; transition: all .3s;
}
.jfx-audio-btn:hover { box-shadow: 0 10px 40px rgba(220,38,38,.5); transform: translateY(-4px); }
.jfx-audio-icon { position: relative; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: rgba(255,255,255,.2); border-radius: 50%; flex-shrink: 0; }
.jfx-audio-icon svg { width: 16px; height: 16px; fill: #fff; stroke: #fff; }
.jfx-audio-icon .jfx-icon-play { margin-left: 2px; }
.jfx-audio-icon .jfx-icon-pause { display: none; margin-left: 0; }
.jfx-audio-btn.jfx-playing .jfx-icon-play { display: none; }
.jfx-audio-btn.jfx-playing .jfx-icon-pause { display: block; }
.jfx-audio-btn.jfx-playing .jfx-audio-icon { animation: jfx-pulse 1.2s infinite; }
.jfx-audio-label { font-weight: 700; font-size: 15px; letter-spacing: .025em; white-space: nowrap; }
.jfx-audio-bars { display: none; align-items: flex-end; gap: 2px; height: 16px; margin-left: 2px; }
.jfx-audio-btn.jfx-playing .jfx-audio-bars { display: flex; }
.jfx-audio-bars span { width: 3px; background: #fff; border-radius: 2px; animation: jfx-eq .8s ease-in-out infinite; }
.jfx-audio-bars span:nth-child(1) { height: 60%; animation-delay: 0s; }
.jfx-audio-bars span:nth-child(2) { height: 100%; animation-delay: .15s; }
.jfx-audio-bars span:nth-child(3) { height: 40%; animation-delay: .3s; }
.jfx-audio-bars span:nth-child(4) { height: 80%; animation-delay: .45s; }
@keyframes jfx-eq { 0%,100% { transform: scaleY(.4); } 50% { transform: scaleY(1); } }
@media (min-width: 640px) { .jfx-audio-label { font-size: 16px; } }

/* =========================================================
   16) FAKE ORDER POPUP (লাইভ সেলস নোটিফিকেশন)
   ========================================================= */
@keyframes jfx-popup-in { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes jfx-popup-out { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-16px); } }
.jfx-order-popup {
	position: fixed; z-index: 99; top: 80px; left: 16px;
	display: none;
}
.jfx-order-popup.jfx-pos-top-right { left: auto; right: 16px; }
.jfx-order-popup.jfx-pos-bottom-left { top: auto; bottom: 24px; }
.jfx-order-popup.jfx-pos-bottom-right { top: auto; bottom: 24px; left: auto; right: 16px; }
.jfx-order-popup.jfx-show { display: block; animation: jfx-popup-in .6s ease both; }
.jfx-order-popup.jfx-hide { animation: jfx-popup-out .5s ease both; }
.jfx-order-card {
	background: #fff; border-radius: 16px;
	box-shadow: 0 8px 30px rgba(0,0,0,.12);
	border: 1px solid #f1f5f9;
	padding: 16px 40px 16px 16px;
	width: 280px; position: relative;
	display: flex; gap: 16px; align-items: center;
}
.jfx-order-close {
	position: absolute; top: 12px; right: 12px;
	background: transparent; border: none; padding: 4px; cursor: pointer;
	color: #94a3b8; transition: color .2s; line-height: 0;
}
.jfx-order-close:hover { color: #475569; }
.jfx-order-close svg { width: 16px; height: 16px; }
.jfx-order-icon { width: 56px; height: 56px; border-radius: 50%; background: #E2F5ED; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.jfx-order-icon svg { width: 28px; height: 28px; color: #17A376; }
.jfx-order-info { display: flex; flex-direction: column; }
.jfx-order-name { font-weight: 700; font-size: 18px; color: #2D3748; line-height: 1.25; }
.jfx-order-location { font-size: 15px; color: #718096; line-height: 1.375; margin-top: 2px; }
.jfx-order-product { font-size: 15px; font-weight: 600; color: #17A376; line-height: 1.375; margin-top: 2px; }
.jfx-order-time { display: flex; align-items: center; gap: 6px; margin-top: 4px; color: #718096; font-size: 14px; }
.jfx-order-time svg { width: 14px; height: 14px; flex-shrink: 0; }
@media (min-width: 640px) {
	.jfx-order-popup { top: 80px; left: 24px; }
	.jfx-order-popup.jfx-pos-top-right { left: auto; right: 24px; }
	.jfx-order-card { width: 320px; }
}
/* এডিটর প্রিভিউ মোড – widget জায়গায় দেখানোর জন্য */
.elementor-editor-active .jfx-order-popup,
.jfx-order-popup.jfx-editor-preview { position: relative; top: auto; left: auto; right: auto; bottom: auto; display: block; animation: none; }
