/**
 * Nexus Builder — front page block elements (carousel, flip, modal, etc.)
 */

.nexus-el-section {
	max-width: var(--nexus-container, 1200px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	min-width: 0;
	box-sizing: border-box;
	overflow-wrap: break-word;
}

.nexus-el-align-center {
	text-align: center;
}

.nexus-el-spacer {
	display: block;
	width: 100%;
}

.nexus-el-dual-head {
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	line-height: 1.15;
	margin: 0 0 1rem;
}
.nexus-el-dual-head .nexus-el-dual-a { color: var(--nexus-sec-heading, var(--nexus-heading, #0f172a)); }
.nexus-el-dual-head .nexus-el-dual-b { color: var(--nexus-primary, #0f766e); }

.nexus-el-buttons-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	justify-content: center;
	margin: 1rem 0;
}
.nexus-el-buttons-row.nexus-el-align-left { justify-content: flex-start; }

.nexus-el-carousel {
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	display: flex;
	gap: 1rem;
	padding: 1rem 0;
	scrollbar-width: thin;
}
.nexus-el-carousel::-webkit-scrollbar { height: 6px; }
.nexus-el-carousel figure {
	scroll-snap-align: center;
	flex: 0 0 min(85vw, 480px);
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}
.nexus-el-carousel img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.nexus-el-flip-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.25rem;
	perspective: 1000px;
}
.nexus-el-flip {
	height: 200px;
	position: relative;
}
.nexus-el-flip-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.55s ease;
	transform-style: preserve-3d;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.1);
}
.nexus-el-flip:hover .nexus-el-flip-inner { transform: rotateY(180deg); }
.nexus-el-flip-face {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	text-align: center;
	border-radius: 12px;
}
.nexus-el-flip-front {
	background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
	color: #0f172a;
}
.nexus-el-flip-back {
	background: linear-gradient(135deg, #0f766e, #0d9488);
	color: #fff;
	transform: rotateY(180deg);
}
.nexus-el-flip-inner.nexus-has-custom-card-bg .nexus-el-flip-front,
.nexus-el-flip-inner.nexus-has-custom-card-bg .nexus-el-flip-back {
	background: transparent !important;
	color: #0f172a;
}

.nexus-el-timeline {
	position: relative;
	padding-left: 1.5rem;
	border-left: 2px solid var(--nexus-primary, #0f766e);
	margin: 1.5rem 0;
}
.nexus-el-timeline li {
	list-style: none;
	margin-bottom: 1.5rem;
	position: relative;
}
.nexus-el-timeline li::before {
	content: "";
	position: absolute;
	left: -1.65rem;
	top: 0.35rem;
	width: 10px;
	height: 10px;
	background: var(--nexus-primary, #0f766e);
	border-radius: 50%;
}

.nexus-el-info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.25rem;
}
.nexus-el-info-box {
	padding: 1.25rem;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}
.nexus-el-info-box .nexus-el-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }

.nexus-el-circle-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	text-align: center;
}
.nexus-el-circle {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: linear-gradient(145deg, #ede9fe, #cffafe);
	border: 3px solid #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.nexus-el-circle-val { font-size: 1.35rem; font-weight: 700; color: #0f172a; }
.nexus-el-circle-lab { font-size: 0.8rem; color: #64748b; }

.nexus-el-icon-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nexus-el-icon-list li {
	padding: 0.35rem 0 0.35rem 1.75rem;
	position: relative;
}
.nexus-el-icon-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--nexus-primary, #0f766e);
	font-weight: 700;
}

.nexus-el-table-wrap { overflow-x: auto; margin: 1rem 0; }
.nexus-el-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}
.nexus-el-table th,
.nexus-el-table td {
	border: 1px solid #e2e8f0;
	padding: 0.65rem 0.85rem;
	text-align: left;
}
.nexus-el-table th { background: #f1f5f9; }

.nexus-el-highlight {
	padding: 1.5rem;
	border-radius: 12px;
	background: linear-gradient(90deg, #fef3c7, #fffbeb);
	border-left: 4px solid #d97706;
	/* Readable even when parent section sets light text (--nexus-sec-text) for heroes. */
	color: #78350f;
}
.nexus-el-highlight h3 {
	color: #78350f;
	margin-top: 0;
}
.nexus-el-highlight p {
	color: #92400e;
	margin-bottom: 0;
}

.nexus-el-expandable details {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1rem;
	background: #fff;
}
.nexus-el-expandable summary {
	cursor: pointer;
	font-weight: 600;
}

.nexus-el-modal-trig { margin: 1rem 0; }
.nexus-el-modal {
	border: none;
	border-radius: 12px;
	padding: 0;
	max-width: min(90vw, 520px);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.25);
}
.nexus-el-modal::backdrop { background: rgba(15, 23, 42, 0.45); }
.nexus-el-modal-inner { padding: 1.5rem; }
.nexus-el-modal h3 { margin-top: 0; }

.nexus-el-banner {
	position: relative;
	padding: 2.5rem 1.5rem;
	border-radius: 16px;
	background: linear-gradient(120deg, #312e81, #0f766e);
	color: #fff;
	overflow: hidden;
}
.nexus-el-banner-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	align-items: center;
	padding: 2rem;
	border-radius: 16px;
	background: #f1f5f9;
}
@media (max-width: 768px) {
	.nexus-el-banner-2 { grid-template-columns: 1fr; }
}
.nexus-el-banner-2 img { width: 100%; height: auto; border-radius: 12px; }

body.nexus-dark-mode .nexus-el-expandable details {
	background: var(--nexus-surface, #1a1a24);
	border-color: var(--nexus-border, #3f3f46);
	color: var(--nexus-body-text, #e4e4e7);
}
body.nexus-dark-mode .nexus-el-expandable summary {
	color: var(--nexus-body-text, #e4e4e7);
}
body.nexus-dark-mode .nexus-el-expandable .nexus-el-expand-inner {
	color: var(--nexus-body-text-muted, #a1a1aa);
}
body.nexus-dark-mode .nexus-el-modal-inner {
	background: var(--nexus-surface, #1a1a24);
	color: var(--nexus-body-text, #e4e4e7);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}
body.nexus-dark-mode .nexus-el-banner-2 {
	background: var(--nexus-surface, #1a1a24);
	color: var(--nexus-body-text, #e4e4e7);
}

.nexus-el-fancy .nexus-el-fancy-hi {
	color: var(--nexus-primary, #0f766e);
	font-weight: 700;
}

.nexus-el-ihover {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	max-width: 480px;
	margin: 0 auto;
}
.nexus-el-ihover img { display: block; width: 100%; height: auto; }
.nexus-el-ihover-cap {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.75);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	opacity: 0;
	transition: opacity 0.35s ease;
	text-align: center;
}
.nexus-el-ihover:hover .nexus-el-ihover-cap { opacity: 1; }

.nexus-el-hot-wrap {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}
.nexus-el-hot-wrap img { width: 100%; height: auto; display: block; }
.nexus-el-hot-dot {
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #f43f5e;
	border: 3px solid #fff;
	cursor: help;
	transform: translate(-50%, -50%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.nexus-el-vid-banner {
	position: relative;
	min-height: 280px;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0f172a;
}
.nexus-el-vid-banner video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.45;
}
.nexus-el-vid-banner .nexus-el-vid-cap {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	padding: 1rem;
}

.nexus-el-sep img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 0;
}

.nexus-el-ribbon {
	display: inline-block;
	padding: 0.25rem 2.5rem;
	background: #e11d48;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	transform: rotate(-4deg);
	box-shadow: 0 4px 12px rgba(225, 29, 72, 0.35);
}

.nexus-el-swatch {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 1rem;
}
.nexus-el-swatch span {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15);
}

.nexus-el-range {
	width: 100%;
	max-width: 400px;
	margin: 1rem auto;
	display: block;
}

.nexus-el-reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}
.nexus-el-reveal.nexus-el-inview {
	opacity: 1;
	transform: none;
}

.nexus-el-sticky-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
	gap: 2rem;
	align-items: start;
}
@media (max-width: 768px) {
	.nexus-el-sticky-grid { grid-template-columns: 1fr; }
}
.nexus-el-sticky-side {
	position: sticky;
	top: 100px;
	padding: 1rem;
	background: #f8fafc;
	border-radius: 12px;
}

.nexus-el-info-strip {
	background: #0f172a;
	color: #e2e8f0;
	padding: 0.75rem 1rem;
	text-align: center;
	font-size: 0.95rem;
	border-radius: 8px;
}

.nexus-el-woo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1.25rem;
}

.nexus-el-posts-grid.nexus-blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.5rem;
}
.nexus-el-posts-grid.nexus-blog-grid-cols-1 { grid-template-columns: 1fr; }
.nexus-el-posts-grid.nexus-blog-grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.nexus-el-posts-grid.nexus-blog-grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.nexus-el-posts-grid.nexus-blog-grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 782px) {
	.nexus-el-posts-grid.nexus-blog-grid-cols-3,
	.nexus-el-posts-grid.nexus-blog-grid-cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	.nexus-el-posts-grid.nexus-blog-grid { grid-template-columns: 1fr; }
}

/* Builder elements in dark mode — swap light-only surfaces to theme variables */
body.nexus-dark-mode .nexus-el-info-box {
	background: var(--nexus-surface, #1a1a24);
	border-color: var(--nexus-border, #3f3f46);
	color: var(--nexus-body-text, #e4e4e7);
}
body.nexus-dark-mode .nexus-el-info-box .nexus-el-info-title {
	color: var(--nexus-body-text, #e4e4e7);
}
body.nexus-dark-mode .nexus-el-flip-front {
	background: linear-gradient(135deg, var(--nexus-surface-alt, #27272f), var(--nexus-surface, #1a1a24));
	color: var(--nexus-body-text, #e4e4e7);
}
body.nexus-dark-mode .nexus-el-table th,
body.nexus-dark-mode .nexus-el-table td {
	border-color: var(--nexus-border, #3f3f46);
	color: var(--nexus-body-text, #e4e4e7);
}
body.nexus-dark-mode .nexus-el-table th {
	background: var(--nexus-surface-alt, #27272f);
}
body.nexus-dark-mode .nexus-el-circle {
	background: linear-gradient(145deg, var(--nexus-surface-alt, #27272f), var(--nexus-surface, #1a1a24));
	border-color: var(--nexus-border, #3f3f46);
	box-shadow: var(--nexus-shadow, 0 4px 12px rgba(0, 0, 0, 0.45));
}
body.nexus-dark-mode .nexus-el-circle-val {
	color: var(--nexus-body-text, #e4e4e7);
}
body.nexus-dark-mode .nexus-el-circle-lab {
	color: var(--nexus-body-text-muted, #a1a1aa);
}
body.nexus-dark-mode .nexus-el-sticky-side {
	background: var(--nexus-surface, #1a1a24);
	border: 1px solid var(--nexus-border, #3f3f46);
}
body.nexus-dark-mode .nexus-el-carousel figure {
	box-shadow: var(--nexus-shadow, 0 4px 12px rgba(0, 0, 0, 0.45));
}
body.nexus-dark-mode .nexus-el-highlight {
	background: linear-gradient(90deg, rgba(234, 179, 8, 0.15), rgba(250, 204, 21, 0.08));
	border-left-color: #ca8a04;
	color: var(--nexus-body-text, #e4e4e7);
}
body.nexus-dark-mode .nexus-el-highlight h3,
body.nexus-dark-mode .nexus-el-highlight p {
	color: inherit;
}
body.nexus-dark-mode .nexus-el-dual-head .nexus-el-dual-a {
	color: var(--nexus-body-text, #e4e4e7);
}</think>

<｜tool▁calls▁begin｜><｜tool▁call▁begin｜>
Read