body {
    font-size: 1.1em;
	line-height: 1.75em;
}
h1 { font-weight: 500; }
h2 {}
h3 {}
h4 {}
h5 {}
h6 { font-size: 1em; }
section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
section h2 { font-weight: 400; }
h2 + .slider, .h2 + .slider {
	margin-top: 0 !important;
}
.notification .boxed {
    background-color: #de1d23;
	padding: 15px 20px;
	border: 0;
	border-radius: 50px;
}
	.notification .boxed span {
		color: #FFF;
		background-color: #de1d23;
		font-weight: 700;
	}
	.notification .boxed a {
		color: #FFF;
		background-color: #de1d23;
	}
	.notification .notification-close-cross:before {
		display: none;
	}
.top-logo {
	height: 35px;
}
.bar__module .btn {
    display: inline-block;
}
.videobg .background-image-holder {
    opacity: 1 !important;
}
.video-cover .background-image-holder {
	opacity: 0.8 !important;
}
.btn {
	padding: 0.5em 1.5em;
}
.btn .btn__text {
    color: #FFFFFF;
}
.btn i {
	position: relative;
    top: 2px;
    color: #FFFFFF;
    border-color: #FFFFFF;
    font-weight: 700;
    font-size: 1em;
}
.btn.bg--red {
    color: #FFFFFF;
    background: #de1d23;
	border: none;
	border-radius: 50px;
}
.btn.bg--red:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}
.type--strikethrough {
    opacity: 1;
}

.input-select:after {
    top: 4px;
}
.input-radio input:checked + label:after {
    left: 9px;
    top: 8px;
}

footer .footer__lower {
    font-size: 0.9em;
}

/* --- Custom Shopify Cart: Product Grid --- */
#buy-button .shopify-buy__product {
	padding: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
#buy-button .shopify-buy__product img {
	width: 100%;
	display: block;
}
#buy-button .shopify-buy__product .shopify-buy__product__title {
	display: block;
	padding: 0 20px;
	margin-bottom: 0.25em;
	margin-top: 0.75em;
}
#buy-button .shopify-buy__product .shopify-buy__product__price {
	display: block;
	padding: 0 20px;
	margin-bottom: 1em;
}
#buy-button .shopify-buy__product .shopify-buy__btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 1em;
	font-weight: 600;
	width: 100%;
	margin-top: auto;
}
#buy-button .col-md-4 {
	margin-bottom: 30px;
	display: flex;
}
.sc-loading {
	text-align: center;
	padding: 40px 0;
	font-size: 1.1em;
	color: #999;
}

/* --- Custom Shopify Cart: Modal --- */

/* Reset theme margin on all buttons inside our custom components */
.sc-modal button,
.sc-cart-drawer button {
	margin: 0 !important;
}

.sc-modal-overlay {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-y: auto;
	padding: 20px;
}
.sc-modal {
	background: #fff;
	max-width: 960px;
	width: 100%;
	display: flex;
	position: relative;
	border-radius: 2px;
	max-height: 90vh;
	overflow: hidden;
}
.sc-modal-images {
	flex: 1 1 50%;
	position: relative;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	overflow-y: auto;
	max-height: 90vh;
}
.sc-modal-main-img {
	width: 100%;
	max-height: 400px;
	object-fit: contain;
	display: block;
}
.sc-img-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-80%);
	font-size: 3em;
	background: none;
	border: none;
	color: #999;
	cursor: pointer;
	padding: 0 8px;
	z-index: 2;
	line-height: 1;
}
.sc-img-arrow:hover { color: #333; }
.sc-img-prev { left: 0; }
.sc-img-next { right: 0; }
.sc-thumb-row {
	display: flex;
	gap: 8px;
	margin-top: 12px;
	justify-content: center;
	flex-wrap: wrap;
}
.sc-thumb {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border: 2px solid transparent;
	cursor: pointer;
	border-radius: 2px;
}
.sc-thumb-active {
	border-color: #4a8ec2;
}
.sc-modal-details {
	flex: 1 1 50%;
	padding: 24px 28px 28px 28px;
	overflow-y: auto;
	max-height: 90vh;
}
.sc-modal-title {
	font-size: 1.6em;
	font-weight: 700;
	margin-top: 0 !important;
	margin-bottom: 0.4em;
	padding-right: 40px;
	line-height: 1.3;
}
.sc-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 16px;
	font-size: 1.4em;
	line-height: 1;
	background: none;
	border: none;
	color: #888;
	cursor: pointer;
	z-index: 20;
	margin: 0 !important;
}
.sc-modal-close:hover {
	color: #111;
}
.sc-modal-pricing {
	margin-bottom: 1em;
}
.sc-modal-price {
	font-size: 1.5em;
	font-weight: 700;
}
.sc-modal-compare {
	font-size: 1.25em;
	text-decoration: line-through;
	color: #999;
	margin-left: 0.5em;
}
.sc-modal-actions {
	display: flex;
	gap: 10px;
	align-items: stretch;
	margin-bottom: 1.5em;
}
input.sc-qty {
	width: 60px !important;
	flex: 0 0 60px;
	text-align: center;
	font-size: 1em;
	padding: 0 8px;
	height: 46px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
}
.sc-add-to-cart {
	background: #78b657;
	color: #fff;
	border: none;
	padding: 0 28px;
	height: 46px;
	font-size: 1em;
	cursor: pointer;
	border-radius: 3px;
	font-weight: 600;
	white-space: nowrap;
	display: flex;
	align-items: center;
	margin-top: 0 !important;
}
.sc-add-to-cart:hover { background: #6aa34a; }
.sc-modal-description {
	font-size: 0.95em;
	line-height: 1.6;
	color: #333;
}
.sc-modal-description h4 {
	margin-top: 14px !important;
	margin-bottom: 3px !important;
	font-size: 1.05em;
	font-weight: 700;
}
.sc-modal-description ul {
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 8px;
}

/* --- Spinner for loading states --- */
.sc-spinner {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,0.4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: sc-spin 0.7s linear infinite;
	vertical-align: middle;
}
.sc-spinner-sm {
	width: 11px;
	height: 11px;
	border-color: rgba(0,0,0,0.15);
	border-top-color: #555;
}
.sc-btn-loading {
	opacity: 0.8;
	cursor: not-allowed !important;
}
@keyframes sc-spin {
	to { transform: rotate(360deg); }
}

/* --- Custom Shopify Cart: Cart Drawer --- */
.sc-cart-backdrop {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 10002;
	opacity: 0;
	transition: opacity 0.3s;
}
.sc-cart-backdrop-visible { opacity: 1; }
.sc-cart-drawer {
	position: fixed;
	top: 0;
	right: -380px;
	width: 380px;
	height: 100%;
	background: #fff;
	z-index: 10003;
	display: flex;
	flex-direction: column;
	box-shadow: -2px 0 8px rgba(0,0,0,0.15);
	transition: right 0.3s ease;
}
.sc-cart-open { right: 0; }
.sc-cart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	border-bottom: 1px solid #e5e5e5;
}
.sc-cart-title {
	font-size: 1.5em;
	font-weight: 700;
}
.sc-cart-close {
	font-size: 1.8em;
	background: none;
	border: none;
	cursor: pointer;
	line-height: 1;
	color: #333;
}
.sc-cart-items {
	flex: 1;
	overflow-y: auto;
	padding: 15px 20px;
}
.sc-cart-empty {
	text-align: center;
	color: #999;
	padding: 30px 0;
}
.sc-cart-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}
.sc-cart-item-img {
	width: 65px;
	height: 65px;
	object-fit: cover;
	border-radius: 3px;
	flex-shrink: 0;
}
.sc-cart-item-info { flex: 1; min-width: 0; }
.sc-cart-item-title {
	font-weight: 600;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.sc-cart-item-qty {
	display: flex;
	align-items: center;
	gap: 8px;
}
.sc-qty-btn {
	width: 28px;
	height: 28px;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
	font-size: 1em;
	line-height: 1;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sc-qty-btn:hover { background: #f5f5f5; }
.sc-qty-val {
	min-width: 20px;
	text-align: center;
	font-size: 0.95em;
}
.sc-cart-item-price {
	font-weight: 600;
	font-size: 0.95em;
	white-space: nowrap;
}
.sc-cart-footer {
	border-top: 1px solid #e5e5e5;
	padding: 15px 20px;
}
.sc-cart-note-label {
	font-size: 1em;
	text-align: center;
	margin-bottom: 0.25em;
}
.sc-cart-note-input {
	width: 100%;
	min-height: 60px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	font-size: 0.9em;
	resize: vertical;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.sc-cart-subtotal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.3em;
}
.sc-cart-subtotal-label {
	font-size: 1.25em;
	font-weight: 600;
}
.sc-cart-subtotal-amount {
	font-size: 1.25em;
	font-weight: 700;
}
.sc-cart-notice {
	font-size: 1em;
	color: #666;
	margin-bottom: 1em;
}
.sc-cart-checkout {
	display: block;
	width: 100%;
	padding: 12px;
	background: #78b657;
	color: #fff;
	border: none;
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 3px;
	letter-spacing: 0.5px;
}
.sc-cart-checkout:hover { background: #6aa34a; }

/* --- Cart FAB (floating reopen button) --- */
.sc-cart-fab {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 56px;
	height: 56px;
	background: #2d4d6b;
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(0,0,0,0.3);
	z-index: 9999;
	transition: background 0.2s;
}
.sc-cart-fab:hover { background: #1a3552; }
.sc-cart-fab-badge {
	position: absolute;
	top: -4px;
	right: -4px;
	background: #e74c3c;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

/* --- Responsive: Modal & Cart --- */
@media (max-width: 768px) {
	/* Overlay scrolls as one unit — no padding */
	.sc-modal-overlay {
		padding: 0;
		align-items: flex-start;
		overflow-y: auto;
	}
	/* Modal: full-width natural-height column — everything scrolls together */
	.sc-modal {
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		min-height: 100vh;
		max-height: none;
		height: auto;
		border-radius: 0;
		overflow: visible;
	}
	/* Images: natural height, no separate scroll */
	.sc-modal-images {
		flex: none;
		width: 100%;
		max-height: none;
		overflow: visible;
		padding: 16px 16px 8px;
	}
	/* Details: natural height, no separate scroll */
	.sc-modal-details {
		flex: none;
		min-height: 0;
		width: 100%;
		max-height: none;
		overflow: visible;
		padding: 12px 16px 48px;
	}
	/* Title: slightly smaller */
	.sc-modal-title {
		font-size: 1.3em;
		padding-right: 44px;
	}
	/* Close button: position:fixed so it's ALWAYS visible during scroll */
	.sc-modal-close {
		position: fixed;
		top: 8px;
		right: 8px;
		width: 36px;
		height: 36px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(255, 255, 255, 0.92);
		border-radius: 50%;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
		font-size: 1.3em;
		z-index: 10010;
	}
	/* Tighten spacing */
	.sc-modal-pricing { margin-bottom: 0.7em; }
	.sc-modal-price { font-size: 1.3em; }
	.sc-modal-compare { font-size: 1.1em; }
	.sc-modal-actions { margin-bottom: 1em; }
	/* Cart: full-width */
	.sc-cart-drawer {
		width: 100%;
		right: -100%;
	}
	.sc-cart-open { right: 0; }
	.sc-cart-fab { bottom: 16px; right: 16px; }
}

.section-title-small {
	color: #6c757d;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 1.1rem;
	font-weight: bold;
}
.trusted-ribbon-image {
	height: 65px;
	opacity: 0.9;
	filter: grayscale(20%);
}

.frustration-card {
	background: #ffffff;
	border: 1px solid #dc3545;
	border-radius: 0;
	padding: 2rem 2rem 1rem 2rem;
	margin-bottom: 2rem;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
.frustration-card:hover {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.frustration-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #dc3545;
	transition: width 0.3s ease;
}
.frustration-card .frustration-title {
	color: #212529;
	font-weight: 600;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 0.5rem;
	margin: -2rem -2rem 0.75rem -2rem;
	border-bottom: 1px solid #dee2e6;
	text-align: center;
	background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
	color: #ffffff;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.frustration-card .frustration-icon {
	color: #dc3545;
	font-size: 1.2rem;
	margin-right: 0.75rem;
}
.frustration-card .frustration-icon.icon-badge {
	background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
	color: white;
	padding: 4px 6px;
	border-radius: 4px;
	font-size: 0.7rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.frustration-card .frustration-description {
	color: #495057;
	margin-bottom: 0.5rem;
	line-height: 1.8;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.3px;
	max-width: 100%;
	text-align: left;
}
.frustration-card .frustration-description:last-child {
	margin-bottom: 0;
}

.frustration-card .system-container {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.frustration-card .system-action {
	text-align: center;
	position: relative;
	padding: 0 2rem;
}
.frustration-card .system-action::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #dc3545;
	z-index: 1;
}
.frustration-card .system-action::after {
	content: '';
	position: absolute;
	top: calc(50% + 4px);
	left: 0;
	right: 0;
	height: 1px;
	background: #dc3545;
	z-index: 1;
}
.frustration-card .system-timestamp {
	font-size: 1rem;
	color: #6c757d;
	font-style: italic;
	text-align: center;
	line-height: 1.6;
	margin: 0.5rem 0;
}
.frustration-card .chat-container .system-timestamp {
	margin: 0.5rem 0;
}
.frustration-card .chat-container .system-timestamp:last-child {
	margin-top: 1rem;
	margin-bottom: 0.25rem;
	font-size: 1.1rem;
	color: #dc3545;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	line-height: 1.4;
	padding: 0.75rem 1rem;
	background: linear-gradient(135deg, #fff5f5 0%, #ffe6e6 100%);
	border: 2px solid #dc3545;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(220, 53, 69, 0.15);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.frustration-card .system-action-text {
	font-size: 1rem;
	color: #2c3e50;
	font-weight: 600;
	margin: 0;
	line-height: 1.4;
	background: #ffffff;
	padding: 0 1rem;
	position: relative;
	z-index: 2;
	display: inline-block;
}

.frustration-card .chat-container {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.frustration-card .chat-message {
	max-width: 80%;
	padding: 0.75rem 1rem;
	border-radius: 18px;
	position: relative;
	font-size: 0.95rem;
	line-height: 1.4;
	word-wrap: break-word;
}
.frustration-card .chat-message.left {
	background: #e5e5ea;
	color: #2c3e50;
	align-self: flex-start;
	border-bottom-left-radius: 4px;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.frustration-card .chat-message.right {
	background: #007bff;
	color: white;
	align-self: flex-end;
	border-bottom-right-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,123,255,0.3);
}
.frustration-card .chat-speaker {
	font-weight: 600;
	font-size: 0.8rem;
	margin-bottom: 0.25rem;
	opacity: 0.8;
}
.frustration-card .chat-message.left .chat-speaker {
	color: #495057;
}
.frustration-card .chat-message.right .chat-speaker {
	color: rgba(255,255,255,0.9);
}
.frustration-card .chat-message.narrative {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	color: #495057;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	max-width: 100%;
	align-self: center;
	text-align: center;
	font-style: italic;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.frustration-card .chat-message.narrative::before {
	display: none;
}
.frustration-card .chat-message.narrative .chat-speaker {
	color: #6c757d;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 0.2rem;
}

.frustration-cards-slider .slider {
	overflow: visible;
}
.frustration-cards-slider .flickity-viewport {
	overflow: visible;
	width: 100%;
}
.frustration-cards-slider .flickity-slider {
	display: flex;
	gap: 0;
	align-items: stretch;
}
.frustration-cards-slider .slides .slide {
	width: 50%;
	margin-right: 0;
	flex-shrink: 0;
	padding: 0 15px;
}
.frustration-cards-slider .slides > li {
	display: flex;
}
.frustration-cards-slider .frustration-card {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 520px;
}
.frustration-cards-slider .frustration-card .chat-container {
	flex-grow: 1;
}
.frustration-cards-slider .frustration-card.frustration-card-quote .quote-container {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.frustration-cards-slider .flickity-page-dots {
	margin-top: -20px;
}

/* Quote card variant */
.frustration-card.frustration-card-quote {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.frustration-card .quote-container {
	padding: 1.5rem 0;
}
.frustration-card .quote-text {
	font-size: 1.15rem;
	font-style: italic;
	color: #2c3e50;
	line-height: 1.6;
	margin-bottom: 1rem;
	position: relative;
	padding-left: 1.5rem;
}
.frustration-card .quote-text::before {
	content: '"';
	position: absolute;
	left: 0;
	top: -0.25rem;
	font-size: 2.5rem;
	color: #dc3545;
	font-family: Georgia, serif;
	line-height: 1;
}
.frustration-card .quote-attribution {
	font-size: 0.95rem;
	color: #6c757d;
	font-weight: 600;
	padding-left: 1.5rem;
}
.frustration-card .quote-math {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border: 2px solid #dee2e6;
	border-radius: 8px;
	padding: 1.25rem;
	margin-top: 1rem;
}
.frustration-card .quote-math-title {
	font-size: 1rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 0.75rem;
}
.frustration-card .quote-math-line {
	font-size: 0.95rem;
	color: #495057;
	margin-bottom: 0.25rem;
	padding-left: 0.5rem;
}
.frustration-card .quote-math-line:last-child {
	margin-bottom: 0;
}
.frustration-card .quote-math-line.mt-2 {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px dashed #dee2e6;
}

/* Summary card variant */
.frustration-card.frustration-card-summary {
	background: linear-gradient(135deg, #ffffff 0%, #f8fff8 100%);
	border-color: #28a745;
}
.frustration-card.frustration-card-summary::before {
	background: #28a745;
}
.frustration-card.frustration-card-summary .frustration-title {
	background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}
.frustration-card .summary-intro {
	font-size: 1.1rem;
	color: #2c3e50;
	margin-bottom: 1rem;
	font-weight: 500;
}
.frustration-card .summary-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.25rem 0;
}
.frustration-card .summary-list li {
	font-size: 1rem;
	color: #495057;
	padding: 0.5rem 0;
	border-bottom: 1px solid #e9ecef;
}
.frustration-card .summary-list li:last-child {
	border-bottom: none;
}
.frustration-card .summary-outro {
	font-size: 1.1rem;
	color: #2c3e50;
	margin-bottom: 0;
}
.frustration-card .summary-cta {
	margin-top: 1.5rem;
	text-align: center;
}
.frustration-card .summary-cta .btn {
	width: 100%;
}

/* Tagline under chat scenarios */
.frustration-card .frustration-tagline {
	font-size: 0.95rem;
	color: #6c757d;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 0;
	padding-top: 1rem;
	border-top: 1px solid #e9ecef;
}
.frustration-card .frustration-tagline em {
	color: #495057;
}

/* =================================================
   STORYBOARD DESIGN - Minimal Grid
   ================================================= */
.storyboard-minimal {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.storyboard-panels {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.storyboard-panel {
	padding: 2rem 1.5rem;
	border-right: 1px solid #e9ecef;
	text-align: center;
	position: relative;
}

.storyboard-panel:last-child {
	border-right: none;
}

.panel-num {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	width: 24px;
	height: 24px;
	background: #dc3545;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.storyboard-panel:first-child .panel-num {
	background: #212529;
}

.panel-time {
	font-size: 1.5rem;
	font-weight: 800;
	color: #dc3545;
	margin-bottom: 1rem;
}

.storyboard-panel:first-child .panel-time {
	color: #212529;
}

.panel-icon {
	font-size: 2rem;
	margin-bottom: 0.75rem;
}

.panel-text {
	font-size: 1rem;
	color: #495057;
	line-height: 1.5;
	margin-bottom: 0;
}

.panel-bubble {
	background: #f1f3f5;
	border-radius: 16px;
	padding: 0.75rem 1rem;
	position: relative;
	margin-top: 0.75rem;
	font-style: italic;
	font-size: 1rem;
	color: #212529;
}

.panel-bubble::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #f1f3f5;
}

/* Storyboard Conclusion */
.storyboard-conclusion {
	border-top: 3px solid #dc3545;
	padding: 2rem;
	text-align: center;
}

.storyboard-conclusion h4 {
	color: #495057;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.storyboard-cost {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.storyboard-cost .cost-time {
	font-size: 1.5rem;
	font-weight: 600;
	color: #212529;
	opacity: 0.9;
}

.storyboard-cost .cost-money {
	font-size: 2rem;
	font-weight: 800;
	color: #dc3545;
}

/* =================================================
   ACCORDION DESIGN - Other Pain Points
   ================================================= */
.pain-accordion {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.accordion-item {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.accordion-item:hover {
	border-color: #dc3545;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.accordion-header {
	display: flex;
	align-items: center;
	padding: 1.25rem 1.5rem;
	cursor: pointer;
	gap: 1rem;
	transition: background 0.2s ease;
}
.accordion-header:hover {
	background: #f8f9fa;
}

.accordion-icon {
	font-size: 1.5rem;
	flex-shrink: 0;
}

.accordion-title {
	flex-grow: 1;
}
.accordion-title h4 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #212529;
	margin-bottom: 0.125rem;
}
.accordion-title p {
	font-size: 0.875rem;
	color: #6c757d;
	margin-bottom: 0;
}

.accordion-cost {
	font-size: 0.9rem;
	font-weight: 700;
	color: #dc3545;
	background: #fff5f5;
	padding: 0.35rem 0.75rem;
	border-radius: 20px;
	white-space: nowrap;
}

.accordion-toggle {
	font-size: 1.5rem;
	font-weight: 300;
	color: #6c757d;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}
.accordion-header[aria-expanded="true"] .accordion-toggle {
	transform: rotate(45deg);
}

.accordion-body {
	border-top: 1px solid #e9ecef;
	display: none;
}
.accordion-body.show {
	display: block;
}
.accordion-item.active .accordion-body {
	display: block;
}
.accordion-item.active .accordion-toggle {
	transform: rotate(45deg);
}

.accordion-content {
	padding: 1.5rem;
}

.accordion-content blockquote {
	font-size: 1.05rem;
	font-style: italic;
	color: #495057;
	margin: 0 0 0.5rem 0;
	padding-left: 1.25rem;
	border-left: 3px solid #dc3545;
}

.accordion-content .quote-source {
	font-size: 0.875rem;
	color: #6c757d;
	margin-bottom: 1rem;
	padding-left: 1.25rem;
}

.accordion-content .pain-math {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 1rem;
}
.accordion-content .pain-math p {
	margin-bottom: 0.5rem;
	font-size: 0.95rem;
	color: #495057;
}
.accordion-content .pain-math p:last-child {
	margin-bottom: 0;
}

/* Pain Summary CTA */
.pain-summary .lead {
	font-size: 1.15rem;
	color: #495057;
	margin-bottom: 1.5rem;
}

/* Mobile Responsive for Storyboard & Accordion */
@media (max-width: 767px) {
	/* Storyboard Minimal Grid - Mobile */
	.storyboard-panels {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.storyboard-panel {
		padding: 1.5rem 1rem;
	}
	
	/* Add border between rows on mobile */
	.storyboard-panel:nth-child(3),
	.storyboard-panel:nth-child(4) {
		border-top: 1px solid #e9ecef;
	}
	
	.panel-icon {
		font-size: 1.75rem;
		margin-bottom: 0.5rem;
	}
	
	.storyboard-conclusion {
		padding: 1.5rem 1rem;
	}
	
	.storyboard-cost .cost-time {
		font-size: 1.1rem;
	}
	
	.storyboard-cost .cost-money {
		font-size: 1.5rem;
	}
	
	.conclusion-cta {
		margin-top: 1rem;
		padding: 1rem;
	}
	
	.conclusion-cta h4 {
		font-size: 0.9rem;
	}
	
	.conclusion-cta p {
		font-size: 0.8rem;
	}
	
	.conclusion-problem .big-cost {
		font-size: 2.25rem;
	}
	
	.conclusion-cta {
		margin-top: 1.5rem;
	}
	
	.accordion-header {
		padding: 1rem;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	
	.accordion-icon {
		margin-top: 0.15rem;
	}
	
	.accordion-title {
		flex: 1;
		min-width: 0;
		padding-right: 0.5rem;
	}

	.accordion-title p {
        line-height: 1.6;
    }
	
	.accordion-cost {
		flex-shrink: 0;
		order: 3;
	}
	
	.accordion-toggle {
		flex-shrink: 0;
		margin-left: 0.5rem;
		order: 4;
	}
}

/* Trust Block section styling */
.trust-block-section .trust-block-divider {
	border: none;
	border-top: 1px solid #dee2e6;
	margin: 4em 0;
	opacity: 0.6;
}

/* Common Concerns section styling - Design A */
.concerns-section .concern-card {
	background: #fff;
	border-left: 4px solid #dc3545;
	padding: 1.5rem;
	border-radius: 0 8px 8px 0;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	margin-bottom: 1.5rem;
	transition: all 0.2s ease;
}
.concerns-section .concern-card:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}
.concerns-section .col-md-6:nth-last-child(-n+2) .concern-card {
	margin-bottom: 0;
}
.concerns-section .concern-question {
	font-size: 1.05rem;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 0.75rem;
}
.concerns-section .concern-answer {
	font-size: 0.95rem;
	color: #495057;
	margin-bottom: 0;
	line-height: 1.6;
}
.concerns-section .concern-answer strong {
	color: #1a1a1a;
}
.concerns-section .concern-answer em {
	font-style: italic;
}


.cost-cards-dashboard .cost-card {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	border: 2px solid #e9ecef;
	border-radius: 12px;
	padding: 2.5rem 1rem;
	margin-bottom: 2rem;
	text-align: center;
	position: relative;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
}
.cost-cards-dashboard .cost-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(0,0,0,0.15);
	border-color: #dc3545;
}
.cost-cards-dashboard .cost-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background: #dc3545;
	border-radius: 0 0 4px 4px;
}
.cost-cards-dashboard .cost-number {
	font-size: 3.5rem;
	font-weight: 700;
	color: #dc3545;
	margin-bottom: 1rem;
	line-height: 1;
}
.cost-cards-dashboard .cost-description {
	font-size: 1.2rem;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 1rem;
	line-height: 1.3;
}
.cost-cards-dashboard .cost-source {
	color: #6c757d;
	font-size: 0.9rem;
	font-style: italic;
}

.process__item h4 {
	font-size: 2rem;
}

.accordion .accordion__title {
	cursor: pointer;
	padding: 0.46428571em 0.92857143em;
	border: 1px solid #ececec;
	border-bottom: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.accordion li:not(.active) .accordion__title {
	background: #FFF !important;
	opacity: 1;
}
.accordion li:last-child .accordion__title {
	border-bottom: 1px solid #ececec;
}
.accordion .accordion__title span {
	display: inline;
	flex-grow: 1;
}
.accordion .accordion__title .title-content {
	display: flex;
	align-items: center;
}
.accordion .accordion__title img {
	width: 50px;
	margin-bottom: 0;
	margin-right: 10px;
}
.accordion .accordion__title .arrow {
	margin-left: auto;
	font-family: "stack-interface";
	content: '\e80d';
	transition: transform 0.3s;
}
.accordion li.active .accordion__title .arrow {
	transform: rotate(180deg);
	content: '\e80a';
}

.accordion-title-clickable {
	cursor: pointer;
	flex: 1;
	transition: color 0.2s ease;
}
.accordion-title-clickable:hover {
	color: #2374ab;
}
.product-image-clickable {
	cursor: zoom-in;
	margin-right: 10px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.product-image-clickable:hover {
	transform: scale(1.05);
	opacity: 0.8;
}
.accordion li:not(.active) .accordion__title:hover .h5 {
	color: #2374ab;
	transition: color 0.2s ease;
}

#case-studies .slider {
	overflow: visible;
}
#case-studies .flickity-viewport {
	overflow: visible;
	width: 100%;
	touch-action: pan-y;
}
#case-studies .flickity-slider {
	display: flex;
}
#case-studies .slides .slide {
	width: 50%;
	flex-shrink: 0;
}
#case-studies .flickity-page-dots {
	margin-top: -20px;
}

#lightbox .lb-number,
#lightbox .lb-prev,
#lightbox .lb-next {
	display: none !important;
}

@media (min-width: 768px) {
	.frustration-cards-slider .slides .frustration-title {
        font-size: 1.25em !important;
    }
	.frustration-cards-slider .slides * {
		font-size: 0.99em !important;
	}
	.frustration-card .chat-container {
		gap: 0.25rem !important;
	}
	.process-2:before {
		width: 94% !important;
		left: 3% !important;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 1.2em;
	}
	
	.notification .boxed {
		text-align: center;
	}
	h2 {
		font-size: 2em;
	}
	h2.pos-vertical-center {
		font-weight: 400;
	}
	.bar__module {
		margin-bottom: 0;
	}
	.text-sm-center {
		text-align: center !important;
	}
	
	.cover.switchable .switchable__text {
		margin-top: 0.5em;
	}
	.btn:not(:last-child) {
		margin-bottom: 0.5em;
	}
	
	.input-radio input:checked + label:after {
		left: 7px;
		top: 7px;
	}
	
	.frustration-cards-slider .flickity-viewport {
		overflow: visible;
	}
	.frustration-cards-slider .slides .frustration-title {
        font-size: 1.25em !important;
    }
	.frustration-cards-slider .slides * {
		font-size: 0.98em !important;
	}
	.frustration-cards-slider .slides .slide {
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	.frustration-cards-slider .frustration-card {
		min-height: auto;
	}
	.frustration-cards-slider .flickity-page-dots .dot {
		margin: 0 5px !important;
	}
	.frustration-card .system-action {
		padding: 0 0.5rem !important;
	}
	
	/* Quote cards mobile */
	.frustration-card .quote-text {
		font-size: 1.05rem;
		padding-left: 1.25rem;
	}
	.frustration-card .quote-text::before {
		font-size: 2rem;
	}
	.frustration-card .quote-math {
		padding: 1rem;
	}
	.frustration-card .quote-math-title,
	.frustration-card .quote-math-line {
		font-size: 0.9rem;
	}
	
	/* Summary card mobile */
	.frustration-card .summary-list li {
		font-size: 0.95rem;
		padding: 0.4rem 0;
	}
	
	/* Trust block divider mobile */
	.trust-block-section .trust-block-divider {
		margin: 2.5em 0;
	}
	
	/* Common concerns mobile */
	.concerns-section .concern-card {
		padding: 1.25rem;
		margin-bottom: 1rem;
	}
	.concerns-section .col-md-6:nth-last-child(-n+2) .concern-card {
		margin-bottom: 1rem;
	}
	.concerns-section .col-md-6:last-child .concern-card {
		margin-bottom: 0;
	}
	.concerns-section .concern-question {
		font-size: 1rem;
	}
	.concerns-section .concern-answer {
		font-size: 0.9rem;
	}
	
	.process-2:before {
		height: 94% !important;
		top: 2% !important;
	}
	
	#case-studies .slides .slide {
		width: 85%;
	}
	#case-studies .flickity-page-dots .dot {
		margin: 0 5px !important;
	}
	
	/* Mobile carousel improvements */
	.flickity-viewport {
		transition: height 0.2s;
	}
	.flickity-slider {
		transform: translateZ(0);
		will-change: transform;
	}
	.slide {
		backface-visibility: hidden;
		transform: translateZ(0);
	}
	
	/* Prevent vertical scroll during horizontal swipe - applied dynamically via JS */
	.flickity-enabled.swiping {
		touch-action: pan-x;
	}
	.flickity-viewport.swiping {
		touch-action: pan-x;
	}
	.flickity-slider.swiping {
		touch-action: pan-x;
	}
}

/* Make all text bigger for LinkedIn Ads */
/*.frustration-cards-slider * {
	font-size: 1.35em !important;
}
.frustration-title {
	font-size: 3rem !important;
}
.frustration-cards-slider .slides .slide {
	width: 700px;
	margin-right: 150px;
}
.frustration-card {
	width: 700px;
}
.slide.col-md-6 {
	width: 700px !important;
}
.frustration-card .chat-container {
	gap: 0.5rem !important;
}*/