/* --- Browser Frames for Screenshots --- */
.features-browser-frame {
	border-radius: 12px;
	border: 1px solid rgba(7, 51, 65, 0.12);
	background: #ffffff;
	box-shadow:
		0 4px 12px rgba(7, 51, 65, 0.04),
		0 20px 48px rgba(7, 51, 65, 0.08);
	overflow: hidden;
	transition:
		box-shadow 0.3s ease,
		transform 0.3s ease,
		border-color 0.3s ease;
	position: relative;
}

.features-browser-frame:hover {
	box-shadow:
		0 8px 24px rgba(7, 51, 65, 0.06),
		0 32px 64px rgba(7, 51, 65, 0.1);
	border-color: rgba(7, 51, 65, 0.18);
}

.features-browser-frame-titlebar {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-bottom: 1px solid rgba(7, 51, 65, 0.08);
	background: rgba(249, 251, 253, 0.95);
	position: relative;
}

.features-browser-frame-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex: 0 0 auto;
}

.features-browser-frame-dot--close {
	background: #ff5f57;
}

.features-browser-frame-dot--minimize {
	background: #febc2e;
}

.features-browser-frame-dot--maximize {
	background: #28c840;
}

.features-browser-frame-title {
	font-size: 11px;
	color: #748291;
	font-weight: 500;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	letter-spacing: 0.01em;
}

.features-browser-frame-image {
	display: block;
	width: 100%;
	height: auto;
	background: #f4f9fc;
}

/* Operations grid images — capped height for consistent card bottoms */
#features-operations .features-browser-frame-image {
	max-height: 170px;
	object-fit: contain;
	object-position: center top;
	width: 100%;
}

/* --- Stats Bar Section --- */
.features-stats-section {
	background: #ffffff;
	border-top: 1px solid rgba(7, 51, 65, 0.06);
	border-bottom: 1px solid rgba(7, 51, 65, 0.06);
}

.features-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgba(7, 51, 65, 0.06);
	border-radius: 16px;
	overflow: hidden;
}

.features-stat-item {
	background: #ffffff;
	padding: 2rem 1.5rem;
	text-align: center;
}

.features-stat-value {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1;
	color: #073341;
	letter-spacing: -0.02em;
	margin: 0 0 0.35rem;
}

.features-stat-label {
	font-size: 0.88rem;
	color: #5f7687;
	line-height: 1.4;
	margin: 0;
	font-weight: 500;
}

/* --- Premium Proof Sections --- */
#features-visibility,
#features-workspace,
#features-reporting {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.features-proof-copy {
	max-width: 34rem;
}

.features-proof-copy h2 {
	font-size: 1.65rem;
	line-height: 1.25;
	letter-spacing: -0.01em;
	margin-bottom: 0.9rem;
}

.features-proof-copy p {
	font-size: 0.96rem;
	line-height: 1.65;
}

.features-proof-list li {
	font-size: 0.92rem;
	line-height: 1.55;
}

/* --- Operations Card Premium --- */
.features-operations-card {
	border-radius: 16px;
	border: 1px solid rgba(7, 51, 65, 0.08);
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(7, 51, 65, 0.04);
	transition:
		box-shadow 0.3s ease,
		transform 0.3s ease,
		border-color 0.3s ease;
}

.features-operations-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(7, 51, 65, 0.08);
	border-color: rgba(7, 51, 65, 0.14);
}

.features-operations-image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	object-position: center;
	background: #f4f9fc;
	border-bottom: 1px solid rgba(7, 51, 65, 0.08);
}

.features-operations-body {
	padding: 1.25rem 1.25rem 1.35rem;
}

.features-operations-title {
	color: #073341;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0.75rem 0 0.5rem;
	letter-spacing: -0.01em;
}

.features-operations-copy {
	color: #496071;
	line-height: 1.6;
	font-size: 0.92rem;
}

.feature-capability-eyebrow {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: rgba(129, 216, 111, 0.1);
	color: #1a7a4f;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.28rem 0.55rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

/* --- Easy Trial Strip Premium --- */
.features-trial-strip {
	border-radius: 20px;
	border: 1px solid rgba(7, 51, 65, 0.08);
	background:
		radial-gradient(
			circle at 90% 90%,
			rgba(129, 216, 111, 0.06),
			transparent 50%
		),
		linear-gradient(180deg, #fafcfd 0%, #f4f9fc 100%);
	box-shadow: 0 4px 16px rgba(7, 51, 65, 0.04);
	padding: 2rem;
}

.features-trial-checklist {
	border-radius: 14px;
	border: 1px solid rgba(7, 51, 65, 0.06);
	background: rgba(255, 255, 255, 0.9);
	padding: 1rem 1.15rem;
	list-style: none;
}

.features-trial-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	color: #355267;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.4rem 0;
}

.features-trial-checklist li + li {
	border-top: 1px solid rgba(7, 51, 65, 0.04);
}

.features-trial-checklist i {
	color: #16a06f;
	font-size: 1rem;
	margin-top: 0.2rem;
	flex: 0 0 auto;
}

/* --- Summary Groups Premium --- */
.features-summary-card {
	border-radius: 16px;
	border: 1px solid rgba(7, 51, 65, 0.07);
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(7, 51, 65, 0.04);
	padding: 1.35rem;
	transition:
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.features-summary-card:hover {
	box-shadow: 0 8px 24px rgba(7, 51, 65, 0.06);
	border-color: rgba(7, 51, 65, 0.12);
}

.features-summary-card-header {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.75rem;
}

.features-summary-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: rgba(129, 216, 111, 0.1);
	color: #1a7a4f;
	font-size: 0.95rem;
	flex: 0 0 auto;
}

.features-summary-title {
	color: #073341;
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
	letter-spacing: -0.01em;
}

.features-summary-copy {
	color: #496071;
	font-size: 0.92rem;
	line-height: 1.6;
}

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

.features-summary-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	color: #496071;
	font-size: 0.9rem;
	line-height: 1.5;
	padding: 0.35rem 0;
}

.features-summary-list i {
	color: #16a06f;
	font-size: 0.9rem;
	flex: 0 0 auto;
	margin-top: -0.06rem;
}

/* --- Value Pillars Premium --- */
.features-value-pillar {
	border-radius: 16px;
	border: 1px solid rgba(7, 51, 65, 0.07);
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(7, 51, 65, 0.04);
	padding: 1.35rem;
	transition:
		box-shadow 0.3s ease,
		border-color 0.3s ease,
		transform 0.3s ease;
}

.features-value-pillar:hover {
	box-shadow: 0 8px 24px rgba(7, 51, 65, 0.06);
	border-color: rgba(129, 216, 111, 0.18);
	transform: translateY(-3px);
}

.features-value-pillar-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.55rem;
}

.features-value-pillar-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(129, 216, 111, 0.1);
	color: #1a7a4f;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	flex: 0 0 auto;
}

.features-value-pillar-title {
	color: #073341;
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0;
	letter-spacing: -0.01em;
}

.features-value-pillar-copy {
	color: #496071;
	font-size: 0.92rem;
	line-height: 1.6;
}

/* --- Gallery Premium --- */
.features-gallery-grid {
	align-items: stretch;
}

.features-gallery-tile {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(7, 51, 65, 0.07);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(7, 51, 65, 0.04);
	padding: 0;
	display: flex;
	flex-direction: column;
	text-align: left;
	overflow: hidden;
	transition:
		box-shadow 0.3s ease,
		border-color 0.3s ease,
		transform 0.3s ease;
}

.features-gallery-tile:hover,
.features-gallery-tile:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(7, 51, 65, 0.08);
	border-color: rgba(7, 51, 65, 0.14);
	outline: none;
}

.features-gallery-media-wrap {
	position: relative;
	border-bottom: 1px solid rgba(7, 51, 65, 0.06);
	background: #f4f9fc;
}

.features-gallery-media {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: contain;
	object-position: center;
}

.features-gallery-zoom {
	position: absolute;
	inset: auto 0.85rem 0.85rem auto;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #0b5a73;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(7, 51, 65, 0.1);
	font-size: 1rem;
	opacity: 0;
	transition:
		opacity 0.25s ease,
		transform 0.25s ease;
	transform: translateY(4px);
}

.features-gallery-tile:hover .features-gallery-zoom {
	opacity: 1;
	transform: translateY(0);
}

.features-gallery-title {
	color: #073341;
	font-size: 0.95rem;
	font-weight: 600;
	padding: 1rem 1rem 0.25rem;
	letter-spacing: -0.01em;
}

.features-gallery-caption {
	color: #496071;
	font-size: 0.88rem;
	line-height: 1.5;
	padding: 0 1rem 1rem;
}

/* --- Lightbox Premium --- */
.features-lightbox-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: rgba(4, 18, 29, 0.7);
	backdrop-filter: blur(8px);
	animation: lightboxFadeIn 0.2s ease;
}

@keyframes lightboxFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.features-lightbox-dialog {
	position: relative;
	width: min(1280px, 100%);
	max-height: 90vh;
	overflow: auto;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid rgba(7, 51, 65, 0.1);
	box-shadow: 0 32px 64px rgba(4, 18, 29, 0.3);
	animation: lightboxDialogIn 0.25s ease;
}

@keyframes lightboxDialogIn {
	from {
		opacity: 0;
		transform: scale(0.96) translateY(8px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

/* Mac-style titlebar in lightbox */
.features-lightbox-stage {
	padding: 0.5rem 0.5rem 0;
}

.features-lightbox-stage::before {
	content: "";
	display: none;
}

.features-lightbox-frame {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgba(7, 51, 65, 0.08);
	background: #ffffff;
}

.features-lightbox-image {
	display: block;
	width: 100%;
	max-height: calc(90vh - 180px);
	object-fit: contain;
	object-position: center;
}

.features-lightbox-copy {
	padding: 1rem 1.25rem 1.15rem;
}

.features-lightbox-title {
	font-size: 1.05rem;
	font-weight: 600;
	color: #073341;
	margin-bottom: 0.35rem;
	letter-spacing: -0.01em;
}

.features-lightbox-caption {
	color: #496071;
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 0;
}

.features-lightbox-close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(7, 51, 65, 0.08);
	background: rgba(255, 255, 255, 0.95);
	color: #496071;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	z-index: 2;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.features-lightbox-close:hover {
	background: rgba(7, 51, 65, 0.08);
	color: #073341;
}

.features-lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(7, 51, 65, 0.08);
	background: rgba(255, 255, 255, 0.95);
	color: #073341;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	z-index: 3;
	box-shadow: 0 4px 12px rgba(7, 51, 65, 0.08);
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.features-lightbox-nav:hover {
	background: rgba(7, 51, 65, 0.92);
	color: #fff;
}

.features-lightbox-nav-prev {
	left: 0.75rem;
}

.features-lightbox-nav-next {
	right: 0.75rem;
}

/* --- Hero Section Premium --- */
#features-hero h1 {
	font-size: clamp(2rem, 3.5vw, 2.8rem);
	line-height: 1.15;
	letter-spacing: -0.02em;
}

#features-hero .row.text-center p,
#features-hero p {
	font-size: 1.02rem;
	line-height: 1.65;
	max-width: 60ch;
	margin-left: auto;
	margin-right: auto;
}

/* --- CTA Banner Premium --- */
#features-cta .bg-primary {
	border-radius: 20px;
	background: linear-gradient(135deg, #0a3a50 0%, #0b4863 100%) !important;
	position: relative;
	overflow: hidden;
}

#features-cta .bg-primary::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(
		circle at 80% 20%,
		rgba(129, 216, 111, 0.08),
		transparent 50%
	);
	pointer-events: none;
}

#features-cta .bg-primary > * {
	position: relative;
	z-index: 1;
}

#features-cta h2 {
	font-size: 1.75rem;
	letter-spacing: -0.01em;
}

/* --- FAQ Premium --- */
#ticketing-features-faq .accordion-item {
	border: 1px solid rgba(7, 51, 65, 0.08);
	border-radius: 14px;
	margin-bottom: 0.5rem;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 2px 6px rgba(7, 51, 65, 0.03);
}

#ticketing-features-faq .accordion-button {
	border-radius: 14px !important;
	font-size: 0.95rem;
	font-weight: 600;
	color: #073341;
	background: #ffffff;
	box-shadow: none !important;
	padding: 1rem 1.15rem;
}

#ticketing-features-faq .accordion-button:not(.collapsed) {
	background: rgba(129, 216, 111, 0.04);
	color: #0a4a2a;
}

#ticketing-features-faq .accordion-button::after {
	background-image: none;
	content: "\ea4e";
	font-family: "remixicon";
	font-size: 1.1rem;
	width: auto;
	height: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #16a06f;
	transition: transform 0.3s ease;
}

#ticketing-features-faq .accordion-button:not(.collapsed)::after {
	transform: rotate(180deg);
}

#ticketing-features-faq .accordion-body {
	padding: 0.2rem 1.15rem 1rem;
	color: #496071;
	font-size: 0.92rem;
	line-height: 1.65;
}

/* --- Section Polish --- */
.section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

/* Dark variant overrides */
.features-themed-image--dark {
	background: #0a1722;
}

/* --- Integrations Grid --- */
.features-integrations-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: center;
}

.features-integration-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 1rem;
	border-radius: 100px;
	border: 1px solid rgba(7, 51, 65, 0.08);
	background: #ffffff;
	transition:
		box-shadow 0.2s ease,
		border-color 0.2s ease;
}

.features-integration-chip:hover {
	border-color: rgba(129, 216, 111, 0.2);
	box-shadow: 0 2px 8px rgba(7, 51, 65, 0.04);
}

.features-integration-chip i {
	font-size: 1.15rem;
	color: #1a7a4f;
	flex: 0 0 auto;
}

.features-integration-name {
	font-size: 0.88rem;
	font-weight: 600;
	color: #073341;
	white-space: nowrap;
}

.features-integration-type {
	font-size: 0.72rem;
	font-weight: 500;
	color: #748291;
	background: rgba(7, 51, 65, 0.04);
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	white-space: nowrap;
}

/* --- AI Features Cards - Clean Professional UI --- */
#features-ai {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.features-ai-card {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	border: 1px solid rgba(7, 51, 65, 0.08);
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(7, 51, 65, 0.04);
	padding: 1.75rem;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	height: 100%;
}

.features-ai-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(7, 51, 65, 0.1);
	border-color: rgba(7, 51, 65, 0.12);
}

.features-ai-card-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 0;
}

.features-ai-card-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: rgba(129, 216, 111, 0.1);
	color: #1a7a4f;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	flex-shrink: 0;
}

.feature-eyebrow {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #1a7a4f;
	background: rgba(129, 216, 111, 0.12);
	padding: 0.25rem 0.6rem;
	border-radius: 20px;
}

.features-ai-card-title {
	color: #073341;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0.75rem 0 0 0;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.features-ai-card-copy {
	color: #5a6e7e;
	font-size: 0.94rem;
	line-height: 1.6;
	margin: 0.75rem 0 0 0;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
	.features-ai-card {
		padding: 1.25rem;
	}

	.features-ai-card-icon {
		width: 44px;
		height: 44px;
		font-size: 1.25rem;
	}

	.features-ai-card-title {
		font-size: 1.1rem;
	}

	.features-ai-card-copy {
		font-size: 0.9rem;
	}
}
