/* ==========================================================================
   HERO SECTION — Arobase Technologies
   "Get Your Brand Recommended By AI Search"
   Requires Bootstrap 5 grid (container-fluid / row / col-*) to already
   be enqueued by the parent theme. No Bootstrap component JS is used.
   ========================================================================== */

.hero-section {
	/* --hero-bg: #050506; */
	--hero-bg-elevated: #101114;
	--hero-bg-card: #16171b;
	--hero-border: rgba(255, 255, 255, 0.1);
	--hero-border-soft: rgba(255, 255, 255, 0.07);
	--hero-white: #ffffff;
	--hero-text-muted: #a6a7ad;
	--hero-text-faint: #75767c;
	--hero-red: #e8262a;
	--hero-red-dark: #c01c20;
	--hero-green: #2ecc71;
	--hero-radius-lg: 28px;
	--hero-radius-md: 18px;
	--hero-radius-sm: 12px;
	--hero-radius-pill: 999px;
	--hero-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

	position: relative;
	overflow: hidden;
	font-family: var(--hero-font);
	padding: 172px 0 56px;
	isolation: isolate;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

/* Background image — swap this file to update the earth / starfield art */
/* .hero-section__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: radial-gradient(ellipse at 50% 120%, rgba(232, 38, 42, 0.12), transparent 55%),
		url("../images/hero/bg-earth.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: var(--hero-bg);
} */

.hero-section__inner {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	padding-left: clamp(20px, 4vw, 64px);
	padding-right: clamp(20px, 4vw, 64px);
}

/* ==========================================================================
   LEFT COLUMN
   ========================================================================== */

.hero-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 8px;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px;
	border: 1px solid var(--hero-border);
	border-radius: var(--hero-radius-pill);
	background: rgba(255, 255, 255, 0.02);
	margin-bottom: 28px;
}

.hero-badge__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--hero-red);
	flex-shrink: 0;
}

.hero-badge__text {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--hero-white);
}

.hero-heading {
	font-size: clamp(40px, 4.6vw, 64px);
	font-weight: 800;
	color: var(--hero-white);
	margin: 0 0 24px;
}

.hero-heading__accent {
	color: #B90926;
}

.hero-paragraph {
	max-width: 480px;
	font-size: 17px;
	line-height: 1.65;
	color: var(--hero-text-muted);
	margin: 0 0 36px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 26px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	border-radius: var(--hero-radius-pill);
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid transparent;
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.hero-btn:hover,
.hero-btn:focus-visible {
	transform: translateY(-2px);
}

.hero-btn:focus-visible {
	outline: 2px solid var(--hero-white);
	outline-offset: 3px;
}

.hero-btn--primary {
	background: var(--hero-red);
	color: var(--hero-white);
}

.hero-btn--primary:hover {
	background: var(--hero-red-dark);
}

.hero-btn--secondary {
	background: transparent;
	border-color: var(--hero-border);
	color: var(--hero-white);
}

.hero-btn--secondary:hover {
	background: rgba(255, 255, 255, 0.06);
}

.hero-btn__icon {
	flex-shrink: 0;
}

/* ==========================================================================
   RIGHT COLUMN — header row
   ========================================================================== */

.hero-right__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.hero-right__eyebrow {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.hero-right__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--hero-red);
	flex-shrink: 0;
}

.hero-right__eyebrow-strong {
	color: var(--hero-white);
	/* font-weight: 700; */
}

.hero-right__eyebrow-muted {
	color: var(--hero-text-faint);
	font-weight: 600;
}

.hero-right__title {
	margin: 0;
	text-align: right;
	font-size: 16px;
	line-height: 1.4;
	color: var(--hero-text-muted);
}

/* ==========================================================================
   TABS
   ========================================================================== */

.hero-tabs-wrap {
	margin-bottom: 20px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.hero-tabs-wrap::-webkit-scrollbar {
	display: none;
}

.hero-tabs {
	display: flex;
	align-items: center;
	gap: clamp(18px, 1vw, 34px);
	border-bottom: 1px solid var(--hero-border-soft);
	padding-bottom: 0;
	min-width: max-content;
	justify-content: space-between;
}

.hero-tabs__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
	padding: 0 2px 10px;
	font-size: 15px;
	font-weight: 600;
	color: var(--hero-text-muted);
	cursor: pointer;
	transition: color 0.18s ease, border-color 0.18s ease;
}

.hero-tabs__item:hover {
    color: var(--hero-white);
    background: none;
    border-color: #B90926;
}

.hero-tabs__item:focus-visible {
	outline: 2px solid var(--hero-white);
	outline-offset: 2px;
}

.hero-tabs__item.is-active {
	color: var(--hero-white);
	border-bottom-color: #B90926;
}

.hero-tabs__icon {
	width: 100%;
	height: 30px;
	/* object-fit: contain; */
	flex-shrink: 0;
}

.hero-tabs__label {
	white-space: nowrap;
}

/* ==========================================================================
   SLIDER / RESULT CARD
   ========================================================================== */

.hero-slider {
	position: relative;
}

.hero-slider__nav {
	position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 3;
    width: 4px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--hero-border);
    background: rgba(10, 10, 12, 0.7);
    color: var(--hero-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease;
    padding: 21px;
}
.hero-slider__nav--prev,
.hero-slider__nav--next{
    color: #ffffff;
}
.hero-slider__nav:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.3);
}

.hero-slider__nav:focus-visible {
	outline: 2px solid var(--hero-white);
	outline-offset: 2px;
}

.hero-slider__nav--prev {
	left: -8%;
}

.hero-slider__nav--next {
	right: -8%;
}

.hero-slider__track {
	position: relative;
	border-radius: var(--hero-radius-lg);
	background: var(--hero-bg-card);
	border: 1px solid var(--hero-border-soft);
	padding: 14px;
	min-height: 380px;
}

.hero-slide {
	display: none;
	opacity: 0;
	transition: opacity 0.35s ease;
}

.hero-slide.is-active {
	display: block;
	opacity: 1;
}

.hero-slide__card {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.hero-slide__screenshot {
	border-radius: var(--hero-radius-md);
	overflow: hidden;
	background: var(--hero-white);
	line-height: 0;
}

.hero-slide__screenshot-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.hero-slide__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 6px;
}

.hero-slide__sources {
	margin: 0;
	font-size: 13px;
	color: var(--hero-text-faint);
}

.hero-slide__sources-label {
	color: var(--hero-text-muted);
	font-weight: 600;
}

.hero-slide__meta {
	display: flex;
	align-items: center;
	gap: 12px;
}

.hero-slide__captured {
	font-size: 13px;
	color: var(--hero-text-faint);
}

.hero-slide__verified {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 12px;
	border-radius: var(--hero-radius-pill);
	background: rgba(46, 204, 113, 0.12);
	color: var(--hero-green);
	font-size: 12px;
	font-weight: 700;
}

/* Dots */
.hero-slider__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
}

.hero-slider__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.22);
	cursor: pointer;
	padding: 0;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.hero-slider__dot:hover {
	background: rgba(255, 255, 255, 0.4);
}

.hero-slider__dot:focus-visible {
	outline: 2px solid var(--hero-white);
	outline-offset: 3px;
}

.hero-slider__dot.is-active {
	background: var(--hero-red);
	transform: scale(1.25);
}

/* ==========================================================================
   PROOF CARD
   ========================================================================== */

.hero-proof {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 22px;
	padding: 22px 26px;
	border-radius: var(--hero-radius-md);
	background: var(--hero-bg-elevated);
	border: 1px solid var(--hero-border-soft);
}

.hero-proof__icon {
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--hero-white);
	border: 1px solid var(--hero-border);
}

.hero-proof__copy {
	min-width: 0;
}

.hero-proof__heading {
	margin: 0 0 4px;
	font-size: 16px;
	/* font-weight: 700; */
	color: var(--hero-white);
}

.hero-proof__text {
	margin: 0;
	font-size: 14px;
	color: var(--hero-text-faint);
}

/* ==========================================================================
   TRUSTED BY strip
   ========================================================================== */

.hero-trusted {
    margin-top: 64px;
    border-radius: var(--hero-radius-lg);
    padding: 40px clamp(20px, 4vw, 56px);
    background: linear-gradient(180deg, rgba(20, 22, 28, 0.95) 0%, rgba(10, 12, 18, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 20px 40px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    position: relative;
}

.hero-trusted__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 36px;
}

.hero-trusted__rule {
	flex: 1 1 auto;
	max-width: 120px;
	height: 1px;
	background: var(--hero-border);
}

.hero-trusted__title {
	margin: 0;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hero-white);
	text-align: center;
	white-space: nowrap;
}

.hero-trusted__accent {
	color: #b90926;
}

.hero-trusted__logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 32px 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hero-trusted__logo-item {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1 1 150px;
	justify-content: center;
}

.hero-trusted__logo-icon {
	width: 85%;
	height: 100%;
	object-fit: contain;
	flex-shrink: 0;
}

.hero-trusted__logo-label {
	font-size: 19px;
	font-weight: 600;
	color: var(--hero-white);
	white-space: nowrap;
}

.hero-slider__nav:focus-visible {
    outline: none;
    outline-offset: 2px;
    background: none;
    border-color: #ffffff4f;
}

/* ==========================================================================
   RESPONSIVE — Tablet (Bootstrap: < lg / 992px)
   ========================================================================== */

@media (max-width: 991.98px) {
	.hero-section {
		padding: 120px 0 44px;
	}

	.hero-right__title {
		text-align: left;
	}

	.hero-slider__nav {
		display: none !important;
	}

	.hero-trusted__logos {
		justify-content: center;
	}

	.hero-trusted__logo-item {
		flex: 1 1 33%;
	}
	.hero-trusted__logo-icon {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: contain; */
    flex-shrink: 0;
    width: 115px;
    height: 36px;
    object-fit: contain;
}
}


/* ==========================================================================
   RESPONSIVE — Mobile (Bootstrap: < sm / 576px)
   ========================================================================== */

@media (max-width: 575.98px) {
	.hero-section {
		padding: 120px 0 32px;
	}

	.hero-heading {
		font-size: 38px;
	}

	.hero-paragraph {
		font-size: 16px;
	}

	.hero-actions {
		flex-direction: row;
		width: 100%;
	}

	.hero-btn {
		width: 100%;
	}

	.hero-right__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.hero-slider__track {
		padding: 10px;
		border-radius: var(--hero-radius-md);
		min-height: 310px;
	}


	.hero-slide__footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.hero-proof {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.hero-trusted {
		padding: 28px 18px;
	}

	.hero-trusted__heading {
		gap: 12px;
	}

	.hero-trusted__title {
		white-space: normal;
		font-size: 12px;
	}

	.hero-trusted__logo-item {
		flex: 1 1 45%;
		justify-content: flex-start;
	}

	.hero-trusted__logo-label {
		font-size: 16px;
	}
}

/* ==========================================================================
   Reduced motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
	.hero-btn,
	.hero-slide,
	.hero-slider__dot,
	.hero-slider__nav {
		transition: none;
	}
}
button:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none;
    background: none;
	border-color: #ffffff5e;
}

.hero-slider__nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}