/*!
Theme Name: Jobotechx
Theme URI: https://jobotechx.local/
Author: Jobotechx
Author URI: https://jobotechx.local/
Description: A modern, professional WordPress theme built to showcase the Workeera job-board plugin — a tech-focused, remote-friendly job platform. Includes purpose-built page templates for Home, Features, How It Works and Contact, with a fully responsive design and custom SVG iconography.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jobotechx
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================================================
   RESET & BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	color: #0F172A;
	background: #ffffff;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: #4F46E5; text-decoration: none; transition: color .2s ease; }
a:hover { color: #3730A3; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .6em; line-height: 1.2; color: #0F172A; font-weight: 700; letter-spacing: -.02em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
h4 { font-size: 1.125rem; }
p { margin: 0 0 1em; color: #475569; }
ul, ol { padding-left: 1.25rem; }
button { font-family: inherit; cursor: pointer; }

/* =========================================================
   LAYOUT HELPERS
   ========================================================= */
.jbx-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.jbx-section { padding: 96px 0; }
.jbx-section--tight { padding: 64px 0; }
.jbx-section--alt { background: #F8FAFC; }
.jbx-eyebrow {
	display: inline-block;
	padding: 6px 14px;
	background: rgba(79, 70, 229, .08);
	color: #4F46E5;
	border-radius: 999px;
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.jbx-section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.jbx-section-head p { font-size: 1.075rem; }
.jbx-text-center { text-align: center; }

/* =========================================================
   BUTTONS
   ========================================================= */
.jbx-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 10px;
	font-weight: 600;
	font-size: .95rem;
	border: 1px solid transparent;
	transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
	white-space: nowrap;
	cursor: pointer;
	line-height: 1;
}
.jbx-btn--primary {
	background: linear-gradient(135deg, #818CF8 0%, #4F46E5 100%);
	color: #fff;
	box-shadow: 0 6px 20px -8px rgba(79, 70, 229, .55);
}
.jbx-btn--primary:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 10px 28px -10px rgba(79, 70, 229, .75); }
.jbx-btn--ghost {
	background: transparent;
	color: #0F172A;
	border-color: #E2E8F0;
}
.jbx-btn--ghost:hover { color: #4F46E5; border-color: #C7D2FE; background: #F8FAFC; }
.jbx-btn--light {
	background: #fff;
	color: #4F46E5;
}
.jbx-btn--light:hover { color: #3730A3; transform: translateY(-1px); }
.jbx-btn--lg { padding: 14px 28px; font-size: 1rem; }

/* =========================================================
   HEADER
   ========================================================= */
.jbx-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, .85);
	backdrop-filter: saturate(180%) blur(12px);
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid #EEF2F7;
}
.jbx-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 72px;
}
.jbx-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #0F172A;
}
.jbx-brand:hover { color: #0F172A; }
.jbx-brand img { height: 32px; width: auto; }
.jbx-brand-name {
	font-weight: 800;
	font-size: 1.15rem;
	letter-spacing: -.02em;
}

.jbx-nav { display: flex; align-items: center; gap: 8px; }
.jbx-nav-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 4px;
}
.jbx-nav-list a {
	display: inline-block;
	padding: 10px 14px;
	color: #334155;
	font-weight: 500;
	font-size: .95rem;
	border-radius: 8px;
}
.jbx-nav-list a:hover,
.jbx-nav-list .current-menu-item > a,
.jbx-nav-list a.is-active { color: #4F46E5; background: rgba(79, 70, 229, .06); }

.jbx-nav-cta { margin-left: 8px; }

.jbx-menu-toggle {
	display: none;
	background: transparent;
	border: 1px solid #E2E8F0;
	border-radius: 10px;
	padding: 8px;
	color: #0F172A;
}
.jbx-menu-toggle svg { width: 22px; height: 22px; }

/* =========================================================
   HERO
   ========================================================= */
.jbx-hero {
	position: relative;
	overflow: hidden;
	padding: 96px 0 64px;
	background:
		radial-gradient(1200px 600px at 90% -10%, rgba(129, 140, 248, .25), transparent 60%),
		radial-gradient(800px 500px at -10% 10%, rgba(99, 102, 241, .18), transparent 55%),
		linear-gradient(180deg, #FAFBFF 0%, #FFFFFF 100%);
}
.jbx-hero-grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 56px;
	align-items: center;
}
.jbx-hero h1 { margin-bottom: 18px; }
.jbx-hero h1 .accent {
	background: linear-gradient(135deg, #818CF8 0%, #4F46E5 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.jbx-hero-lede {
	font-size: 1.125rem;
	color: #475569;
	max-width: 560px;
	margin-bottom: 28px;
}
.jbx-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.jbx-hero-meta {
	margin-top: 28px;
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	color: #475569;
	font-size: .9rem;
}
.jbx-hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.jbx-hero-meta svg { width: 18px; height: 18px; color: #10B981; }

.jbx-hero-media {
	position: relative;
}
.jbx-hero-media img {
	border-radius: 16px;
	box-shadow: 0 30px 60px -25px rgba(15, 23, 42, .25), 0 12px 30px -15px rgba(79, 70, 229, .25);
	border: 1px solid #E2E8F0;
}
.jbx-hero-media::before {
	content: "";
	position: absolute;
	inset: -20px;
	background: linear-gradient(135deg, rgba(129, 140, 248, .25), rgba(79, 70, 229, .1));
	border-radius: 24px;
	z-index: -1;
	filter: blur(40px);
}
.jbx-badge-float {
	position: absolute;
	background: #fff;
	border: 1px solid #E2E8F0;
	border-radius: 12px;
	padding: 10px 14px;
	box-shadow: 0 12px 30px -10px rgba(15, 23, 42, .18);
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: .85rem;
	font-weight: 600;
}
.jbx-badge-float--tl { top: -16px; left: -16px; z-index: 1; }
.jbx-badge-float--br { bottom: -16px; right: -16px; }
.jbx-badge-float .dot { width: 8px; height: 8px; background: #10B981; border-radius: 50%; }

/* =========================================================
   STATS BAR
   ========================================================= */
.jbx-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	padding: 32px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #EEF2F7;
	box-shadow: 0 8px 24px -16px rgba(15, 23, 42, .12);
	margin-top: 64px;
}
.jbx-stat { text-align: center; }
.jbx-stat-num {
	font-size: 1.85rem;
	font-weight: 800;
	color: #0F172A;
	letter-spacing: -.02em;
	background: linear-gradient(135deg, #4F46E5 0%, #818CF8 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.jbx-stat-label { color: #64748B; font-size: .9rem; }

/* =========================================================
   FEATURE GRID
   ========================================================= */
.jbx-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.jbx-feature-card {
	background: #fff;
	border: 1px solid #EEF2F7;
	border-radius: 14px;
	padding: 28px;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.jbx-feature-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 40px -22px rgba(15, 23, 42, .2);
	border-color: #C7D2FE;
}
.jbx-feature-icon {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(129, 140, 248, .15), rgba(79, 70, 229, .15));
	color: #4F46E5;
	border-radius: 12px;
	margin-bottom: 18px;
}
.jbx-feature-icon svg { width: 24px; height: 24px; }
.jbx-feature-card h3 { font-size: 1.125rem; margin-bottom: 8px; }
.jbx-feature-card p { font-size: .95rem; margin-bottom: 0; }

/* =========================================================
   SCREENSHOT / SHOWCASE
   ========================================================= */
.jbx-showcase {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 56px;
	align-items: center;
}
.jbx-showcase--reverse { grid-template-columns: 1.1fr 1fr; }
.jbx-showcase--reverse .jbx-showcase-media { order: -1; }
.jbx-showcase + .jbx-showcase { margin-top: 96px; }
.jbx-showcase-media img {
	border-radius: 14px;
	border: 1px solid #E2E8F0;
	box-shadow: 0 24px 48px -24px rgba(15, 23, 42, .25);
	background: #fff;
}
.jbx-showcase-list {
	list-style: none;
	padding: 0;
	margin: 24px 0 0;
	display: grid;
	gap: 14px;
}
.jbx-showcase-list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	color: #334155;
}
.jbx-showcase-list .check {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(16, 185, 129, .12);
	color: #10B981;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.jbx-showcase-list .check svg { width: 14px; height: 14px; }

/* =========================================================
   STEPS / HOW IT WORKS
   ========================================================= */
.jbx-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	position: relative;
}
.jbx-step {
	background: #fff;
	border: 1px solid #EEF2F7;
	border-radius: 14px;
	padding: 28px;
	position: relative;
}
.jbx-step-num {
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: linear-gradient(135deg, #818CF8, #4F46E5);
	color: #fff;
	font-weight: 700;
	margin-bottom: 16px;
}
.jbx-step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.jbx-step p { font-size: .95rem; margin: 0; }

.jbx-flow {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
}
.jbx-flow-row {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 56px;
	align-items: center;
}
.jbx-flow-row--reverse { grid-template-columns: 1.1fr 1fr; }
.jbx-flow-row--reverse .jbx-flow-media { order: -1; }
.jbx-flow-media img {
	border-radius: 14px;
	border: 1px solid #E2E8F0;
	box-shadow: 0 24px 48px -24px rgba(15, 23, 42, .25);
}
.jbx-flow-step-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border: 1px solid #EEF2F7;
	border-radius: 999px;
	padding: 6px 14px 6px 6px;
	font-weight: 600;
	color: #4F46E5;
	margin-bottom: 14px;
	font-size: .85rem;
}
.jbx-flow-step-pill span {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: linear-gradient(135deg, #818CF8, #4F46E5);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: .8rem;
}

/* =========================================================
   FEATURES PAGE — Tabs / Detail Grids
   ========================================================= */
.jbx-feature-detail {
	background: #fff;
	border: 1px solid #EEF2F7;
	border-radius: 16px;
	padding: 32px;
	display: grid;
	gap: 16px;
}
.jbx-feature-detail h3 { margin: 0; }
.jbx-feature-detail .icon {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(129, 140, 248, .15), rgba(79, 70, 229, .15));
	color: #4F46E5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.jbx-feature-detail .icon svg { width: 26px; height: 26px; }
.jbx-feature-detail ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}
.jbx-feature-detail ul li {
	padding-left: 22px;
	position: relative;
	color: #475569;
}
.jbx-feature-detail ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #818CF8;
}

.jbx-feature-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

/* =========================================================
   CONTACT
   ========================================================= */
.jbx-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 56px;
	align-items: start;
}
.jbx-contact-card {
	background: #fff;
	border: 1px solid #EEF2F7;
	border-radius: 16px;
	padding: 28px;
	display: grid;
	gap: 22px;
}
.jbx-contact-row {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}
.jbx-contact-row .icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: rgba(79, 70, 229, .08);
	color: #4F46E5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.jbx-contact-row .icon svg { width: 20px; height: 20px; }
.jbx-contact-row h4 { margin: 0 0 4px; font-size: 1rem; }
.jbx-contact-row p { margin: 0; color: #475569; font-size: .95rem; }
.jbx-contact-row a { color: #4F46E5; word-break: break-word; }

.jbx-form {
	background: #fff;
	border: 1px solid #EEF2F7;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 24px 48px -32px rgba(15, 23, 42, .18);
}
.jbx-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-bottom: 18px;
}
.jbx-form-group { display: grid; gap: 6px; margin-bottom: 18px; }
.jbx-form-group label,
.jbx-form-row label { font-size: .9rem; font-weight: 600; color: #334155; display: block; margin-bottom: 6px; }
.jbx-form input[type="text"],
.jbx-form input[type="email"],
.jbx-form input[type="url"],
.jbx-form select,
.jbx-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #E2E8F0;
	border-radius: 10px;
	background: #fff;
	color: #0F172A;
	font-size: .95rem;
	font-family: inherit;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.jbx-form input:focus,
.jbx-form select:focus,
.jbx-form textarea:focus {
	outline: none;
	border-color: #818CF8;
	box-shadow: 0 0 0 4px rgba(129, 140, 248, .15);
}
.jbx-form textarea { min-height: 140px; resize: vertical; }
.jbx-form-note { font-size: .85rem; color: #64748B; margin-top: 8px; }

.jbx-alert {
	padding: 12px 16px;
	border-radius: 10px;
	margin-bottom: 18px;
	font-size: .92rem;
}
.jbx-alert--success { background: rgba(16, 185, 129, .1); color: #047857; border: 1px solid rgba(16, 185, 129, .25); }
.jbx-alert--error { background: rgba(239, 68, 68, .08); color: #B91C1C; border: 1px solid rgba(239, 68, 68, .25); }

/* =========================================================
   CTA SECTION
   ========================================================= */
.jbx-cta {
	background: linear-gradient(135deg, #4F46E5 0%, #6366F1 50%, #818CF8 100%);
	color: #fff;
	border-radius: 24px;
	padding: 56px 48px;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 24px 60px -20px rgba(79, 70, 229, .45);
	position: relative;
	overflow: hidden;
}
.jbx-cta::before,
.jbx-cta::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	pointer-events: none;
}
.jbx-cta::before { width: 240px; height: 240px; right: -60px; top: -80px; }
.jbx-cta::after { width: 180px; height: 180px; left: -40px; bottom: -60px; }
.jbx-cta h2 { color: #fff; margin: 0 0 6px; }
.jbx-cta p { color: rgba(255, 255, 255, .85); margin: 0; max-width: 540px; }
.jbx-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; }
.jbx-cta-text { position: relative; z-index: 1; }

/* =========================================================
   PAGE HEADER (sub-pages)
   ========================================================= */
.jbx-page-hero {
	padding: 80px 0 64px;
	background:
		radial-gradient(800px 400px at 90% 0%, rgba(129, 140, 248, .18), transparent 60%),
		linear-gradient(180deg, #FAFBFF 0%, #FFFFFF 100%);
	text-align: center;
}
.jbx-page-hero h1 { margin-bottom: 14px; }
.jbx-page-hero p { font-size: 1.1rem; max-width: 640px; margin: 0 auto; color: #475569; }

/* =========================================================
   FOOTER
   ========================================================= */
.jbx-site-footer {
	background: #0F172A;
	color: #CBD5E1;
	padding: 64px 0 24px;
}
.jbx-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 48px;
}
.jbx-footer-brand img {
	height: 36px;
	width: auto;
	background: #fff;
	padding: 6px 10px;
	border-radius: 8px;
	margin-bottom: 16px;
}
.jbx-footer-brand p { color: #94A3B8; font-size: .95rem; max-width: 320px; }
.jbx-footer h4 {
	color: #fff;
	font-size: .95rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	margin-bottom: 18px;
	font-weight: 700;
}
.jbx-footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.jbx-footer-links a {
	color: #94A3B8;
	font-size: .95rem;
	transition: color .15s ease;
}
.jbx-footer-links a:hover { color: #fff; }
.jbx-footer-contact { display: grid; gap: 12px; color: #94A3B8; font-size: .95rem; }
.jbx-footer-contact a { color: #C7D2FE; }
.jbx-footer-contact a:hover { color: #fff; }

.jbx-footer-bottom {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	color: #94A3B8;
	font-size: .9rem;
}
.jbx-footer-bottom-links { display: flex; gap: 18px; flex-wrap: wrap; }
.jbx-footer-bottom-links a { color: #94A3B8; }
.jbx-footer-bottom-links a:hover { color: #fff; }
.jbx-footer-bottom .powered a { color: #C7D2FE; }

/* =========================================================
   ZOOMABLE IMAGES + LIGHTBOX
   ========================================================= */
.jbx-zoom-wrap {
	position: relative;
	display: block;
	cursor: zoom-in;
	outline: none;
}
.jbx-zoom-wrap > img { display: block; }
.jbx-zoom-wrap:focus-visible { box-shadow: 0 0 0 3px rgba(129, 140, 248, .5); border-radius: inherit; }

.jbx-zoom-overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, .42);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
}
.jbx-zoom-overlay-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .96);
	color: #4F46E5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 24px -8px rgba(15, 23, 42, .35);
	transform: scale(.85);
	transition: transform .2s ease;
}
.jbx-zoom-overlay-icon svg { width: 26px; height: 26px; }

.jbx-zoom-wrap:hover .jbx-zoom-overlay,
.jbx-zoom-wrap:focus .jbx-zoom-overlay,
.jbx-zoom-wrap:focus-visible .jbx-zoom-overlay,
.jbx-zoom-wrap.is-active .jbx-zoom-overlay { opacity: 1; }
.jbx-zoom-wrap:hover .jbx-zoom-overlay-icon,
.jbx-zoom-wrap:focus .jbx-zoom-overlay-icon,
.jbx-zoom-wrap:focus-visible .jbx-zoom-overlay-icon,
.jbx-zoom-wrap.is-active .jbx-zoom-overlay-icon { transform: scale(1); }

/* Match each context's image border-radius */
.jbx-hero-media .jbx-zoom-overlay { border-radius: 16px; }
.jbx-showcase-media .jbx-zoom-overlay,
.jbx-flow-media .jbx-zoom-overlay { border-radius: 14px; }
.jbx-feature-detail .jbx-zoom-overlay { border-radius: 10px; }

/* Lightbox */
.jbx-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(8, 12, 28, .88);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .2s ease, visibility .25s;
	cursor: zoom-out;
}
.jbx-lightbox.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.jbx-lightbox-inner {
	position: relative;
	max-width: 1200px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jbx-lightbox-img {
	max-width: 100%;
	max-height: 88vh;
	width: auto;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .6);
	background: #fff;
	display: block;
	cursor: default;
}
.jbx-lightbox-close {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
	border: 1px solid rgba(255, 255, 255, .22);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .2s ease, transform .15s ease;
	z-index: 1001;
}
.jbx-lightbox-close:hover { background: rgba(255, 255, 255, .28); transform: scale(1.05); }
.jbx-lightbox-close:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(129, 140, 248, .5); }
.jbx-lightbox-close svg { width: 22px; height: 22px; }
body.jbx-lock-scroll { overflow: hidden; }

@media (max-width: 720px) {
	.jbx-lightbox { padding: 16px; }
	.jbx-lightbox-close { top: 12px; right: 12px; width: 40px; height: 40px; }
	.jbx-zoom-overlay-icon { width: 52px; height: 52px; }
	.jbx-zoom-overlay-icon svg { width: 22px; height: 22px; }
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.skip-link {
	position: absolute;
	top: -40px;
	left: 8px;
	background: #4F46E5;
	color: #fff;
	padding: 8px 14px;
	border-radius: 6px;
	z-index: 1000;
}
.skip-link:focus { top: 8px; color: #fff; }

/* =========================================================
   DEFAULT WP CONTENT (404, archive, search)
   ========================================================= */
.jbx-default-main { padding: 64px 0; min-height: 50vh; }
.jbx-default-main .entry-title { margin-bottom: 16px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
	.jbx-section { padding: 72px 0; }
	.jbx-hero { padding: 72px 0 48px; }
	.jbx-hero-grid { grid-template-columns: 1fr; gap: 48px; }
	.jbx-features-grid { grid-template-columns: repeat(2, 1fr); }
	.jbx-steps { grid-template-columns: repeat(2, 1fr); }
	.jbx-stats { grid-template-columns: repeat(2, 1fr); }
	.jbx-showcase, .jbx-flow-row, .jbx-showcase--reverse, .jbx-flow-row--reverse {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.jbx-showcase--reverse .jbx-showcase-media,
	.jbx-flow-row--reverse .jbx-flow-media { order: 0; }
	.jbx-contact-grid { grid-template-columns: 1fr; }
	.jbx-footer-grid { grid-template-columns: 1fr 1fr; }
	.jbx-feature-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
	body { font-size: 15px; }
	.jbx-section, .jbx-section--tight { padding: 56px 0; }
	.jbx-hero { padding: 48px 0 32px; }
	.jbx-page-hero { padding: 56px 0 40px; }
	.jbx-cta { padding: 40px 28px; flex-direction: column; align-items: flex-start; }
	.jbx-form { padding: 24px; }
	.jbx-form-row { grid-template-columns: 1fr; }
	.jbx-features-grid { grid-template-columns: 1fr; }
	.jbx-steps { grid-template-columns: 1fr; }
	.jbx-stats { grid-template-columns: 1fr 1fr; gap: 20px; padding: 24px; }
	.jbx-footer-grid { grid-template-columns: 1fr; gap: 32px; }
	.jbx-footer-bottom { flex-direction: column; align-items: flex-start; }
	.jbx-menu-toggle { display: inline-flex; position: relative; z-index: 2; }
	.jbx-nav {
		position: fixed;
		top: 72px;
		left: 0;
		right: 0;
		background: #fff;
		border-bottom: 1px solid #EEF2F7;
		padding: 16px;
		flex-direction: column;
		align-items: stretch;
		transform: translateY(-100vh);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: transform .25s ease, opacity .2s ease, visibility .25s;
		box-shadow: 0 18px 30px -20px rgba(15, 23, 42, .2);
		z-index: 1;
	}
	.jbx-nav.is-open {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.jbx-nav-list { flex-direction: column; align-items: stretch; gap: 4px; width: 100%; }
	.jbx-nav-list a { display: block; padding: 12px 14px; }
	.jbx-nav-cta { margin: 12px 0 0; width: 100%; }
	.jbx-nav-cta .jbx-btn { width: 100%; justify-content: center; }
	.jbx-badge-float { display: none; }
	.jbx-hero-meta { gap: 14px; }
}
