/* shared.css — Styles shared across all pages. Cache-bust via ?v=N when updating. */

/* === Variables === */
:root {
	--black: #000000;
	--white: #ffffff;
	--neutral-8: #595959;
	--purple: #A92AF8;
	--neutral-6: #BFBFBF;
	--neutral-7: #8C8C8C;
	--neutral-9: #434343;
	--neutral-10: #262626;
	--neutral-13: #000000;
}

html, body {
	font-size: 16px;
	overflow-x: hidden;
}

/* === Buttons === */
.btn-purple {
	border: none;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 16px;
	text-align: center;
	border-radius: 20px;
	color: var(--white, #FFF);
	background: linear-gradient(63deg, #5E44FF 0%, #A92AF8 47.47%, #C520F5 65.48%);
}

.btn.btn-purple:hover, .btn.btn-purple:active, .btn.btn-purple:focus {
	border: none;
	color: var(--white, #FFF);
	background: linear-gradient(63deg, #5E44FF 0%, #A92AF8 37.47%, #C520F5 55.48%);
}

.btn-pink {
	border: none;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 16px;
	text-align: center;
	border-radius: 30px;
	color: var(--white, #FFF);
	background: linear-gradient(79deg, #FE9E39 20.6886%, #FD648E 45.2369%, #FC2DDE 71.0327%);
}

.btn.btn-pink:hover, .btn.btn-pink:active, .btn.btn-pink:focus {
	border: none;
	color: var(--white, #FFF);
	background: linear-gradient(79deg, #FE9E39 20.6886%, #FD648E 45.2369%, #FC2DDE 71.0327%);
}

.btn-pricing {
	font-size: 14px;
	font-weight: 500;
	padding: 12px 16px;
	text-align: center;
	border-radius: 30px;
	border: none !important;
	color: #FFFFFF !important;
	font-feature-settings: 'clig' off, 'liga' off;
	background: linear-gradient(56deg, #5E44FF 0%, #6242FF 8.02%, #A92AF8 62.47%, #C520F5 88.09%);
}

.btn-pricing-outline {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 16px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #5E44FF !important;
	font-feature-settings: 'clig' off, 'liga' off;
}

/* === Typography === */
.body-h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	font-style: normal;
	color: var(--black, #000);
}

.body-h1 {
	font-size: 38px;
	font-weight: 700;
	line-height: 50px;
	font-style: normal;
	color: var(--black, #000);
}

.body-p {
	font-size: 16px;
	font-weight: 400;
	color: var(--black, #000);
}

/* === Header === */
.main-header {
	top: 0;
	width: 100%;
	z-index: 1000;
	position: sticky;
	filter: blur(0px);
	background: rgba(255, 255, 255, 0.90);
	border-bottom: 1px solid rgb(245, 245, 245);
}

.main-header > header > nav.navbar {
	padding-top: 11px;
	padding-bottom: 11px;
}

.main-header .header-nav-link {
	color: #5E44FF;
	font-size: 14px;
	font-weight: 600;
}

.main-header .navbar-nav {
	gap: 16px;
}

.main-header .header-nav-link:hover,
.main-header .header-nav-link:focus,
.main-header .header-nav-link:active {
	color: rgba(94, 68, 255, .9);
}

.navbar-toggler:focus {
	box-shadow: none;
}

/* === Footer === */
.footer-section {
	background: #FFF;
	box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
}

.footer {
	gap: 2rem;
	display: flex;
	align-items: center;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.footer img {
	width: 130px;
}

.footer p {
	font-size: 12px;
	margin-bottom: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.50);
}

.footer p a {
	font-size: 12px;
	cursor: pointer;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.80);
	text-decoration: underline;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
	margin-bottom: 0.75rem;
}

.footer-links a {
	font-size: 13px;
	font-weight: 500;
	color: #5E44FF;
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
}

/* === FAQ === */
.faq-container {
	width: 100%;
	padding: 5rem;
	margin-bottom: 5rem;
	border-radius: 20px;
	background: linear-gradient(0deg, #FFF5FF 0%, #FFF5FF 100%), rgba(255, 247, 250, 0.35);
}

.faq-description {
	font-size: 16px;
	font-weight: 400;
	color: var(--neutral-8, #595959);
}

.accordion-wrapper {
	gap: 2rem;
	display: flex;
	justify-content: space-between;
}

.accordion-wrapper > div {
	width: 50%;
	max-width: 50%;
}

.accordion-wrapper .accordion-item {
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.accordion-wrapper .accordion-item .accordion-button {
	gap: 1rem;
	font-size: 16px;
	font-weight: 500;
	background: transparent;
	color: var(--neutral-13, #000);
}

.accordion-wrapper .accordion-item .accordion-button:focus {
	border: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: 500;
	color: var(--neutral-13, #000);
}

.accordion-wrapper .accordion-item .accordion-button::after {
	background-image: url("/assets/images/fb98f8d2-d4e7-454d-8792-a20201a9c9e2.svg");
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(-135deg);
}

.accordion-wrapper .accordion-item .accordion-button {
	height: 72px;
}

/* === Closing CTA === */
.closing-cta {
	padding: 5rem 0;
	background: linear-gradient(128deg, #5E44FF 0%, #8B52F4 100%);
	text-align: center;
	color: #fff;
}

.closing-cta .body-h2 {
	color: #fff;
	margin-bottom: 1.5rem;
}

.closing-cta .btn-pink {
	font-size: 18px;
	padding: 16px 40px;
}

.closing-cta .sub-text {
	margin-top: 1rem;
	font-size: 14px;
	opacity: 0.8;
}

/* === Sticky mobile CTA === */
.sticky-mobile-cta {
	display: none;
}

@media (max-width: 767px) {
	.sticky-mobile-cta {
		display: block;
		position: fixed;
		bottom: -100px;
		left: 0;
		right: 0;
		z-index: 999;
		padding: 10px 16px;
		background: rgba(255,255,255,0.95);
		box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
		transition: bottom 0.3s ease;
	}
	.sticky-mobile-cta.visible {
		bottom: 0;
	}
	.sticky-mobile-cta .btn {
		width: 100%;
		font-size: 16px;
		padding: 14px;
	}
	.footer-section {
		padding-bottom: 70px;
	}
}

/* === Content page styles (new pages) === */
.content-section {
	padding: 4rem 0;
}

.content-section:nth-child(even) {
	background: rgba(251, 228, 255, 0.12);
}

.content-section .body-h2 {
	margin-bottom: 1.5rem;
}

.content-section .quick-answer {
	font-size: 17px;
	line-height: 1.7;
	color: var(--neutral-9);
	margin-bottom: 2rem;
	padding: 1.25rem;
	background: #f9f5ff;
	border-left: 4px solid #5E44FF;
	border-radius: 0 8px 8px 0;
}

.benchmark-table {
	width: 100%;
	margin-bottom: 2rem;
	border-collapse: collapse;
}

.benchmark-table thead th {
	background: linear-gradient(63deg, #5E44FF 0%, #A92AF8 100%);
	color: #fff;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

.benchmark-table thead th:first-child {
	border-radius: 8px 0 0 0;
}

.benchmark-table thead th:last-child {
	border-radius: 0 8px 0 0;
}

.benchmark-table tbody td {
	padding: 12px 16px;
	font-size: 14px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

.benchmark-table tbody tr:nth-child(even) {
	background: rgba(251, 228, 255, 0.15);
}

.benchmark-table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 8px;
}

.benchmark-table tbody tr:last-child td:last-child {
	border-radius: 0 0 8px 0;
}

.breadcrumb-nav {
	padding: 1rem 0;
	font-size: 14px;
	color: var(--neutral-7);
}

.breadcrumb-nav a {
	color: #5E44FF;
	text-decoration: none;
}

.breadcrumb-nav a:hover {
	text-decoration: underline;
}

.content-hero {
	padding: 4rem 0 3rem;
	background: linear-gradient(128deg, #5E44FF 0%, #8B52F4 100%);
	color: #fff;
}

.content-hero .body-h1,
.content-hero h1 {
	color: #fff;
}

.content-hero .body-p,
.content-hero p {
	color: rgba(255,255,255,0.9);
}

.content-hero .calc-widget {
	background: #fff;
	color: var(--black);
}

.content-hero .calc-widget label {
	color: var(--black);
}

.content-hero .calc-widget .calc-result {
	color: var(--black);
}

.related-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.5rem;
}

.related-tools a {
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	text-decoration: underline;
}

.related-tools a:hover {
	color: #fff;
}

/* Calculator widget */
.calc-widget {
	background: #f9f5ff;
	border-radius: 12px;
	padding: 2rem;
	margin-bottom: 2rem;
}

.calc-widget label {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 4px;
	display: block;
}

.calc-widget input {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 16px;
	margin-bottom: 1rem;
}

.calc-widget input:focus {
	outline: none;
	border-color: #5E44FF;
	box-shadow: 0 0 0 3px rgba(94, 68, 255, 0.15);
}

.calc-result {
	font-size: 24px;
	text-align: center;
	padding: 1rem;
	background: #fff;
	border-radius: 8px;
	margin-top: 1rem;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Methodology cards */
.method-card {
	padding: 1.5rem;
	border-radius: 12px;
	background: #f9f5ff;
	height: 100%;
}

.method-card h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.method-card p {
	font-size: 14px;
	color: var(--neutral-8);
	margin-bottom: 0;
}

.method-number {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: linear-gradient(63deg, #5E44FF, #A92AF8);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.75rem;
}

/* Formula display */
.formula-display {
	background: #1a1145;
	color: #fff;
	padding: 1.5rem 2rem;
	border-radius: 12px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 2rem 0;
	font-family: monospace;
}

/* Resource card grid */
.resource-card {
	padding: 2rem 1.5rem;
	border-radius: 12px;
	background: #f9f5ff;
	height: 100%;
	text-align: center;
	transition: box-shadow 0.2s;
}

.resource-card:hover {
	box-shadow: 0 4px 15px rgba(94, 68, 255, 0.15);
}

.resource-card h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.resource-card h3 a {
	color: var(--black);
	text-decoration: none;
}

.resource-card h3 a:hover {
	color: #5E44FF;
}

.resource-card p {
	font-size: 14px;
	color: var(--neutral-8);
	margin-bottom: 1rem;
}

/* Data analysis cards */
.data-card {
	padding: 2rem 1.5rem;
	border-radius: 12px;
	background: #f9f5ff;
	height: 100%;
}

.data-card h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.data-card p {
	font-size: 14px;
	color: var(--neutral-8);
	margin-bottom: 0.5rem;
}

.data-card p:last-child {
	margin-bottom: 0;
}

/* === Responsive (shared) === */
@media (max-width: 991px) {
	.main-header .navbar-nav {
		gap: 0;
		margin-left: 1.5rem !important;
	}

	.accordion-wrapper {
		gap: 0;
		flex-direction: column;
	}

	.accordion-wrapper > div {
		width: 100%;
		max-width: 100%;
	}

	.accordion-wrapper .accordion-item .accordion-button {
		height: auto;
	}
}

@media (max-width: 767px) {
	.faq-container {
		padding: 2rem;
	}
}
