/* Source Sans Pro */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 200;
	/* Extra Light */
	src: url('../fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 200;
	src: url('../fonts/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	/* Light */
	src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/SourceSansPro-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	/* Regular */
	src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	/* SemiBold */
	src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 600;
	src: url('../fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	/* Bold */
	src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 900;
	/* Black */
	src: url('../fonts/SourceSansPro-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 900;
	src: url('../fonts/SourceSansPro-BlackItalic.ttf') format('truetype');
}

/* IBM Plex Mono */
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 100;
	/* Thin */
	src: url('../fonts/IBMPlexMono-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 100;
	src: url('../fonts/IBMPlexMono-ThinItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 200;
	/* Extra Light */
	src: url('../fonts/IBMPlexMono-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 200;
	src: url('../fonts/IBMPlexMono-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 300;
	/* Light */
	src: url('../fonts/IBMPlexMono-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/IBMPlexMono-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 400;
	/* Regular */
	src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/IBMPlexMono-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 500;
	/* Medium */
	src: url('../fonts/IBMPlexMono-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 500;
	src: url('../fonts/IBMPlexMono-MediumItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 600;
	/* SemiBold */
	src: url('../fonts/IBMPlexMono-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 600;
	src: url('../fonts/IBMPlexMono-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 700;
	/* Bold */
	src: url('../fonts/IBMPlexMono-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/IBMPlexMono-BoldItalic.ttf') format('truetype');
}

/* Share Tech Mono only has Regular */
@font-face {
	font-family: 'Share Tech Mono';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/ShareTechMono-Regular.ttf') format('truetype');
}


body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.528571429;
	color: #333;
	background: #282828;
}

.top-gradient-section {
	background: linear-gradient(160deg, #2a2a2a 0%, #060606 60%, #181818 100%);
	border-bottom: 1px solid #111;
}

/* NAVBAR  */
.navbar {
	background: transparent !important;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand {
	display: flex;
	align-items: center;
	color: #FFF !important;
	font-family: 'Share Tech Mono', monospace;
	font-size: 190%;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: -1px;
	padding: 10px 0;
	width: 190px;
}

.navbar-brand .logo {
	box-shadow: 2px 4px 0 #585858, 4px 4px 0 #585858, 6px 4px 0 #585858, 8px 4px 0 #585858, 10px 4px 0 #585858, 12px 4px 0 #585858, 14px 4px 0 #585858, 16px 4px 0 #585858, 18px 4px 0 #585858, 20px 4px 0 #585858, 22px 4px 0 #585858, 24px 4px 0 #585858, 26px 4px 0 #585858, 28px 4px 0 #585858, 30px 4px 0 #585858, 2px 6px 0 #585858, 4px 6px 0 #585858, 6px 6px 0 #585858, 8px 6px 0 #585858, 10px 6px 0 #585858, 12px 6px 0 #585858, 14px 6px 0 #585858, 16px 6px 0 #585858, 18px 6px 0 #585858, 20px 6px 0 #585858, 22px 6px 0 #585858, 24px 6px 0 #585858, 26px 6px 0 #585858, 28px 6px 0 #585858, 30px 6px 0 #585858, 4px 10px 0 #C6C6C6, 6px 10px 0 #C6C6C6, 8px 10px 0 #C6C6C6, 12px 10px 0 #AFD700, 14px 10px 0 #AFD700, 16px 10px 0 #AFD700, 18px 10px 0 #AFD700, 2px 14px 0 #585858, 4px 14px 0 #585858, 6px 14px 0 #585858, 8px 14px 0 #585858, 10px 14px 0 #585858, 12px 14px 0 #585858, 14px 14px 0 #585858, 16px 14px 0 #585858, 18px 14px 0 #585858, 20px 14px 0 #585858, 22px 14px 0 #585858, 24px 14px 0 #585858, 26px 14px 0 #585858, 28px 14px 0 #585858, 30px 14px 0 #585858, 2px 16px 0 #585858, 4px 16px 0 #585858, 6px 16px 0 #585858, 8px 16px 0 #585858, 10px 16px 0 #585858, 12px 16px 0 #585858, 14px 16px 0 #585858, 16px 16px 0 #585858, 18px 16px 0 #585858, 20px 16px 0 #585858, 22px 16px 0 #585858, 24px 16px 0 #585858, 26px 16px 0 #585858, 28px 16px 0 #585858, 30px 16px 0 #585858, 4px 20px 0 #FF005F, 6px 20px 0 #FF005F, 10px 20px 0 #AFD700, 12px 20px 0 #AFD700, 16px 20px 0 #5FD7FF, 18px 20px 0 #5FD7FF, 22px 20px 0 #C6C6C6, 24px 20px 0 #C6C6C6, 26px 20px 0 #C6C6C6, 4px 24px 0 #FF005F, 6px 24px 0 #FF005F, 10px 24px 0 #AFD700, 12px 24px 0 #AFD700, 16px 24px 0 #5FD7FF, 18px 24px 0 #5FD7FF, 22px 24px 0 #C6C6C6, 24px 24px 0 #C6C6C6, 26px 24px 0 #C6C6C6, 28px 24px 0 #C6C6C6, 4px 28px 0 #FF005F, 6px 28px 0 #FF005F, 10px 28px 0 #AFD700, 12px 28px 0 #AFD700, 16px 28px 0 #5FD7FF, 18px 28px 0 #5FD7FF, 22px 28px 0 #C6C6C6, 24px 28px 0 #C6C6C6;
	height: 2px;
	position: relative;
	top: -17px;
	width: 2px;
	flex-shrink: 0;
}

.navbar-brand .name {
	margin-left: 40px;
}

.navbar-brand .name span:first-child {
	color: #FF005F;
}

.navbar-brand .name span:last-child {
	color: #C6C6C6;
}

.navbar-nav .nav-link {
	color: #ffffff !important;
	font-size: 1.1em;
	padding: 15px 12px !important;
	transition: color 0.15s;
	text-transform: lowercase;
	text-shadow: 1px 1px 1px #000;
}

.navbar-nav .nav-link:hover {
	color: #fff !important;
}

.navbar-nav .nav-item.active .nav-link {
	color: #fff !important;
	border-bottom: 2px solid #FF005F;
}

.navbar-toggler {
	border-color: #555;
}

.navbar-toggler-icon {
	filter: invert(0.7);
}

/* HERO (dark, gradient) */
.hero {
	background: transparent !important;
	padding: 20px 0 30px;
	border-bottom: 1px solid #111;
}

/* Fix hero custom carousel sizing */
.hero-img-wrap {
	position: relative;
	/* contains the absolute child */
	width: 100%;
	aspect-ratio: 16 / 10;
	/* gives it height */
	overflow: hidden;
	/* prevents bleed */
}

/* Ensure media fills the hero area */
.hero-img-wrap img,
.hero-img-wrap video {
	width: 100%;
	height: 100%;
	object-fit: none;
	display: block;
	object-position: top left;
}

/* Optional: ensure it doesn't stack above everything */
.hero-img-wrap .product-image-custom-carousel {
	z-index: 1;
}

.hero h1 {
	font-size: 3.2rem;
	text-transform: uppercase;
	letter-spacing: -4px;
	font-weight: 700;
	color: #eee;
	line-height: 1.2;
	margin-bottom: 14px;
}

.hero p {
	color: #C6C6C6;
	line-height: 1.6;
	margin-bottom: 15px;
	font-size: 21px;
}

.hero p b {
	color: #fff;
	font-weight: bold;
}

.min-ul-r {
	border-bottom: 2px solid #FF005F;
}

.min-ul-c {
	border-bottom: 2px solid #00ACED;
}

.btn-hero-demo {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #fff !important;
	background-color: #141414;
	border-color: #303030;
	font-size: 1.3em;
	font-weight: 600;
	padding: 8px 18px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.15s;
	border: 1px solid #303030;
}

.btn-hero-demo:hover {
	background-color: #212121;
}

.btn-row {
	display: flex;
}

.btn-row .btn-hero-demo {
	width: 49%;
	justify-content: center;
}

.btn-hero-dl {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #3c763d;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 18px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.15s;
	border: 1px solid #2d5a2e;
}

.btn-hero-dl:hover {
	background: #2d5a2e;
}

.hero .btn-row {
	display: flex;
	gap: 8px;
	text-align: center;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	border: 1px solid #303030;
	display: block;
	border-radius: 6px;
	padding: 6px;
}

.outputs-line {
	font-size: 1.0em !important;
	color: #999;
	margin: 0;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid #333;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.outputs-line a {
	color: #00ACED;
	font-weight: 600;
}

.outputs-line a:hover {
	color: #AFD700;
}

/*  MIDDLE (light gray)  */
.content-section {
	background: #f5f5f5;
	padding: 28px 0 32px;
	border-bottom: 1px solid #ddd;
	font-size: 1.17em;
}

.content-section h3 {
	font-weight: 700;
	margin-bottom: 12px;
	letter-spacing: -2px;
	text-transform: uppercase;
}

.content-section h3 span {
	background: #1c1c1c;
	color: #fff;
	padding: 3px 10px;
}

.content-section h3 i {
	color: #555;
	margin-right: 4px;
}

.content-section h3 a {
	color: #337ab7;
	font-weight: 600;
}

.content-section h3 a:hover {
	color: #23527c;
}

.content-section p {
	line-height: 1.6;
	color: #444;
	margin-bottom: 10px;
}

.content-section p strong {
	color: #222;
}

.content-section p i {
	font-style: italic;
	color: #555;
}

.content-section a {
	color: #337ab7;
}

.content-section a:hover {
	color: #23527c;
}

code {
	background: #e8e8e8;
	color: #c7254e;
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 87%;
	font-family: 'Share Tech Mono', monospace;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.feature-list li {
	padding: 6px 0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 18px;
	color: #444;
	line-height: 1.5;
}

.feature-list li:last-child {
	border-bottom: none;
}

.feature-list li b {
	color: #222;
}

.feature-list li a {
	color: #337ab7;
}

/*  BOTTOM (white)  */
.bottom-section {
	background: #fff;
	padding: 20px 0 24px;
	border-bottom: 1px solid #e5e5e5;
}

/* FOOTER  */
footer {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	padding: 16px 0;
}

footer small {
	color: #777;
	font-size: 13px;
}

footer strong {
	color: #333;
}

.footer-links {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.footer-links a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	color: #555;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 3px 10px;
	border-radius: 3px;
	transition: border-color 0.15s, color 0.15s;
	background: #fafafa;
}

.footer-links a:hover {
	border-color: #999;
	color: #222;
	background: #f0f0f0;
}

.star-count {
	background: #eee;
	padding: 0 6px;
	border-radius: 2px;
	font-size: 12px;
}

@media (max-width: 991px) {
	.col-border {
		padding-top: 24px;
		margin-top: 8px;
		border-top: 1px solid #ddd;
	}
}

@media (min-width: 992px) {
	.col-border {
		border-left: 1px solid #ddd;
	}
}

/* Left group: text on top, buttons below */
.footer-left-group {
	/* flex-column makes buttons stack below text */
	flex-direction: column;
	gap: 12px;
	/* space between text and buttons */
}

/* Carbon ad – right-aligned, takes its natural width */
.carbon-ad-footer-wrapper {
	width: 300px;
	/* standard Carbon size – adjust if needed */
	max-width: 100%;
	flex: 0 0 auto;
	/* don't grow, stay compact */
	align-self: flex-start;
	/* keeps it near the top of the row, not stretched */
	text-align: right;
	/* optional: aligns ad content right if it helps */
}

/* Make sure buttons can wrap nicely on smaller widths */
.footer-links {
	/* Already d-flex flex-wrap gap-2 – good as-is */
}

/* Mobile: stack left → right, center elements for better feel */
@media (max-width: 768px) {
	footer .container {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.footer-left-group {
		align-items: center;
		width: 100%;
		margin-bottom: 16px;
	}

	.carbon-ad-footer-wrapper {
		width: 100%;
		max-width: 340px;
		/* slightly wider on mobile often looks better */
		margin: 0 auto;
		text-align: center;
	}

	.footer-links {
		justify-content: center;
		/* center buttons on mobile */
	}
}

#carbonads {
	display: block;
	overflow: hidden;
	padding: 10px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.5;
	max-width: 300px;
	font-size: 12px;
	background-color: transparent;
}

#carbonads a {
	text-decoration: none;
}

#carbonads span {
	position: relative;
	display: block;
	overflow: hidden;
}

.carbon-img {
	float: left;
	margin-right: 1em;
}

.carbon-img img {
	display: block;
}

.carbon-text {
	display: block;
	float: left;
	max-width: calc(100% - 130px - 1em);
	text-align: left;
	color: #000;
}

.cahome .carbon-text {
	color: #333;
}

.carbon-poweredby {
	position: absolute;
	left: 142px;
	bottom: 0;
	display: block;
	font-size: 8px;
	color: #6f6f6f;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1px;
}

.cahome .carbon-poweredby {
	color: #333;
}

/* If you already pasted the provided CSS, you do NOT need this again.
This is just the minimum subset the hero needs (matches your provided CSS). */

/* Custom Product Image Carousel - No conflict with Bootstrap */
.product-image-custom-carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.product-image-custom-carousel .custom-carousel-inner {
	display: flex;
	transition: transform 0.4s ease;
	height: 100%;
	width: 100%;
}

.product-image-custom-carousel .custom-carousel-item {
	min-width: 100%;
	width: 100%;
	flex-shrink: 0;
	height: 100%;
}

/* Dots */
.product-image-custom-carousel .custom-carousel-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
	z-index: 10;
}

.product-image-custom-carousel .custom-dot {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	transition: background 0.3s;
	cursor: pointer;
}

.product-image-custom-carousel .custom-dot.active {
	background: white;
}

/* Carousel arrows - inside each product card */
.carousel-arrow {
	align-items: baseline;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	cursor: pointer;
	display: flex;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 2.4rem;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	transition: opacity 0.2s ease, transform 0.15s ease;
	width: 50px;
	z-index: 8;
}

.carousel-prev {
	left: 12px;
}

.carousel-next {
	right: 12px;
}

/* Always show arrows on touch devices / small screens */
@media (hover: none) {

	/* touch devices */
	.carousel-arrow {
		opacity: 0.7 !important;
		/* always somewhat visible */
		width: 60px;
		height: 60px;
		font-size: 2.6rem;
	}
}

@media (max-width: 768px) {
	.carousel-arrow {
		width: 38px;
		height: 38px;
		font-size: 1.8rem;
		/* smaller chevron/symbol */
		box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.6);
	}

	.carousel-arrow:hover {
		transform: translateY(-50%) scale(1.08);
		box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.6);
	}

	.carousel-prev {
		left: 8px;
	}

	.carousel-next {
		right: 8px;
	}
}

/* Even smaller on very narrow phones (optional) */
@media (max-width: 480px) {
	.carousel-arrow {
		width: 34px;
		height: 34px;
		font-size: 1.6rem;
	}

	.carousel-prev {
		left: 6px;
	}

	.carousel-next {
		right: 6px;
	}
}
