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;
}

#buy-button .shopify-buy-frame--product {
	display: flex;
}
#buy-button .shopify-buy-frame {
	display: flex;
}
#buy-button .shopify-buy__product {
	padding: 0;
}
	#buy-button .shopify-buy__product .shopify-buy__product__title {
		display: block;
		padding: 0 20px;
		margin-bottom: 0.25em;
	}
	#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%;
	}
#buy-button .visuallyhidden {
	display: none;
}

.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%);
	cursor: zoom-in;
}

.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;
}
.frustration-cards-slider .slides .slide {
	width: 50%;
	margin-right: 0;
	flex-shrink: 0;
	padding: 0 15px;
}
.frustration-cards-slider .frustration-card {
	margin-bottom: 0;
}
.frustration-cards-slider .flickity-page-dots {
	margin-top: -20px;
}

.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%;
}
#case-studies .flickity-slider {
	display: flex;
	gap: 10px;
}
#case-studies .slides .slide {
	width: calc(100% - 20px);
	margin-right: 10px;
	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 .flickity-page-dots .dot {
		margin: 0 5px !important;
	}
	.frustration-card .system-action {
		padding: 0 0.5rem !important;
	}
	
	.process-2:before {
		height: 94% !important;
		top: 2% !important;
	}
	
	#case-studies .slides .slide {
		width: calc(100% - 40px);
	}
	#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;
}*/