/*
Theme Name: wp-apps
Theme URI: https://wp-apps.local/
Author: wp-apps
Author URI: https://wp-apps.local/
Description: Custom WordPress theme for the wp-apps project, built with ACF blocks.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-apps
*/

/* ==========================================================================
   Fonts — Inter & Poppins (global)
   ========================================================================== */

@font-face {
	font-family: 'Inter';
	src: url('assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   Colors
   ========================================================================== */

:root {
	--color-brand-blue: #0F7AC0;
	--color-vegetation-green: #3CA31D;
	--color-safety-orange: #E97132;
	--color-sky-blue: #1CA2E1;
	--color-industrial-grey: #9B9A9A;
	--color-iron-earth: #B84F20;
	--color-gold: #D6912D;
	--color-oxidised-copper: #2FA89E;
	--color-anthracite: #1F2931;
	--color-concrete: #D8D8D8;
	--color-mist: #F3F3F3;
	--color-white: #FFFFFF;
	--color-black: #000000;

	--font-family-base: 'Inter', sans-serif;
	--font-family-heading: 'Poppins', sans-serif;

	--header-bg: #FFFFFF;
	--header-border: rgba(0, 0, 0, 0.05);
	--header-menu-color: var(--color-anthracite);
	--header-menu-hover-color: var(--color-brand-blue);
	--header-menu-underline-color: var(--header-menu-hover-color);
	--header-brand-color: var(--color-brand-blue);

	--error-404-accent: var(--header-menu-hover-color);
	--error-404-title-color: var(--color-anthracite);
	--error-404-text-color: #475569;
	--error-404-button-bg: var(--header-menu-hover-color);
	--error-404-button-color: #FFFFFF;

	--footer-bg: var(--color-anthracite);
	--footer-heading-color: var(--color-brand-blue);
	--footer-link-color: rgba(255, 255, 255, 0.8);
	--footer-link-hover-color: var(--color-white);
	--footer-accent-color: var(--color-brand-blue);
	--footer-credit-color: var(--color-brand-blue);
	--footer-copyright-color: var(--footer-link-color);

	--faqs-bg: #1F1F1F;
	--faqs-title-color: #FFFFFF;
	--faqs-title-accent: var(--header-menu-hover-color);
	--faqs-accent: var(--header-menu-hover-color);
	--faqs-border-color: var(--faqs-accent);
	--faqs-title-border: var(--faqs-border-color);
	--faqs-card-bg: #FFFFFF;
	--faqs-card-title: #1F1F1F;
	--faqs-card-text: #46483D;
	--faqs-button-bg: var(--header-menu-hover-color);
	--faqs-button-color: #000000;
	--faqs-button-font: var(--font-family-heading);
	--faqs-item-bg: #272727;
	--faqs-question-color: var(--header-menu-hover-color);
	--faqs-answer-color: rgba(255, 255, 255, 0.8);
	--faqs-font-heading: var(--font-family-heading);
	--faqs-font-body: var(--font-family-base);

	--section-title-color: var(--faqs-title-color);
	--section-title-accent: var(--faqs-title-accent);
	--section-title-border: var(--faqs-title-border);
	--section-title-font: var(--faqs-font-heading);

	--cta-bg: #1F1F1F;
	--cta-title-color: #FFFFFF;
	--cta-text-color: rgba(255, 255, 255, 0.8);
	--cta-button-bg: #FFFFFF;
	--cta-button-color: #1F1F1F;
	--cta-button-bg-plain: #1F1F1F;
	--cta-button-color-plain: #FFFFFF;
	--cta-button-bg-with-bg: #FFFFFF;
	--cta-button-color-with-bg: #1F1F1F;
	--cta-button-font: var(--font-family-heading);

	--spotlight-bg: #F8FAFC;
	--spotlight-card-bg: #DBEAFE;
	--spotlight-title-color: #0F172A;
	--spotlight-title-gradient: linear-gradient(90deg, #0F172A 0%, #334F90 100%);
	--spotlight-text-color: #2A4075;
	--spotlight-trust-color: #273B6C;
	--spotlight-trust-line: #293E72;
	--spotlight-font-heading: var(--font-family-base);
	--spotlight-font-body: var(--font-family-base);

	--reviews-bg: #F8FAFC;
	--reviews-card-light-bg: #FFFFFF;
	--reviews-card-dark-bg: #DBEAFE;
	--reviews-star-color: #1E3A8A;
	--reviews-shape-color: var(--reviews-bg);
	--reviews-title-color: #0F172A;
	--reviews-text-color: #334155;
	--reviews-author-name-color: #0F172A;
	--reviews-author-role-color: #64748B;
	--reviews-font-heading: var(--font-family-heading);
	--reviews-font-body: var(--font-family-base);

	--features-bg: #F8FAFC;
	--features-card-bg: #DBEAFE;
	--features-heading-color: #0F172A;
	--features-text-color: #475569;
	--features-card-radius: 32px;
	--features-card-border: var(--header-menu-hover-color);
	--features-title-color: #0F172A;
	--features-title-accent: var(--header-menu-hover-color);
	--features-title-border: var(--header-menu-hover-color);
	--features-font-heading: var(--font-family-heading);
	--features-font-body: var(--font-family-base);

	--how-it-works-bg: transparent;
	--how-it-works-card-bg: #FFFFFF;
	--how-it-works-heading-color: #0F172A;
	--how-it-works-text-color: #475569;
	--how-it-works-card-radius: 16px;
	--how-it-works-title-color: #0F172A;
	--how-it-works-title-accent: var(--header-menu-hover-color);
	--how-it-works-title-border: var(--header-menu-hover-color);
	--how-it-works-font-heading: var(--font-family-heading);
	--how-it-works-font-body: var(--font-family-base);

	--growth-bg: #E3ECC4;
	--growth-card-bg: #60741B;
	--growth-text-color: #FFFFFF;
	--growth-title-color: #0F172A;
	--growth-title-accent: var(--header-menu-hover-color);
	--growth-title-border: var(--header-menu-hover-color);
	--growth-font-heading: var(--font-family-heading);
	--growth-font-body: var(--font-family-base);

	--services-bg: transparent;
	--services-card-bg: #0CBAE2;
	--services-card-overlay: rgba(255, 255, 255, 0.2);
	--services-card-decor: rgba(255, 255, 255, 0.06);
	--services-text-color: #FFFFFF;
	--services-title-color: #0F172A;
	--services-title-accent: var(--header-menu-hover-color);
	--services-title-border: var(--header-menu-hover-color);
	--services-font-heading: 'Manrope', var(--font-family-heading);
	--services-font-body: 'Manrope', var(--font-family-base);

	--highlights-bg: transparent;
	--highlights-card-bg: #FFFFFF;
	--highlights-heading-color: #0F172A;
	--highlights-text-color: #475569;
	--highlights-card-stroke: #39FF14;
	--highlights-card-radius: 24px;
	--highlights-title-color: #0F172A;
	--highlights-title-accent: var(--header-menu-hover-color);
	--highlights-title-border: var(--header-menu-hover-color);
	--highlights-font-heading: 'Manrope', var(--font-family-heading);
	--highlights-font-body: 'Poppins', var(--font-family-base);
}

/* ==========================================================================
   Global Reset & Base Layouts
   ========================================================================== */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--font-family-base);
	font-size: 16px;
	line-height: 1.6;
	background-color: var(--color-mist);
	color: var(--color-anthracite);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: var(--color-brand-blue);
	text-decoration: none;
	transition: color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

a:hover {
	color: var(--color-sky-blue);
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

main {
	min-height: calc(100vh - 160px - 140px);
	/* header + footer fallback */
	display: block;
}

/* ==========================================================================
   Typography Defaults
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-heading);
	color: var(--color-anthracite);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 16px;
}

p {
	margin-bottom: 20px;
}

/* ==========================================================================
   Page Content
   ========================================================================== */

.site-main {
	padding: 64px 0 80px;
}

.site-main--acf-render {
	padding: 0;
}

.site-main--app-template {
	padding: 0;
}

.site-main--policy-template {
	padding: 48px 0 80px;
}

.site-main--policy-template-has-hero {
	padding-top: 0;
}

.page-content {
	width: 100%;
}

.page-title {
	font-family: var(--font-family-heading);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-anthracite);
	margin: 0 0 32px;
}

.entry-content {
	font-family: var(--font-family-base);
	font-size: 16px;
	line-height: 1.7;
	color: var(--color-anthracite);
}

/* ==========================================================================
   Policy / Terms template (TOC + content)
   ========================================================================== */

.policy-hero {
	width: 100%;
}

.policy-layout {
	display: grid;
	grid-template-columns: minmax(0, 25%) minmax(0, 75%);
	gap: 40px 48px;
	align-items: start;
	padding-top: 48px;
	padding-bottom: 0;
}

.site-main--policy-template:not(.site-main--policy-template-has-hero) .policy-layout {
	padding-top: 0;
}

.policy-layout--no-toc {
	grid-template-columns: minmax(0, 1fr);
}

.policy-toc {
	position: sticky;
	top: 120px;
	max-height: calc(100vh - 140px);
	overflow: auto;
	padding-right: 8px;
}

.policy-toc__title {
	margin: 0 0 16px;
	font-family: var(--font-family-heading);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--color-anthracite, #0F172A);
}

.policy-toc__list,
.entry-content .policy-toc__list,
.entry-content ol.policy-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 2px solid rgba(15, 23, 42, 0.08);
}

.policy-toc__item,
.entry-content .policy-toc__item,
.entry-content li.policy-toc__item {
	margin: 0;
	padding: 0;
}

.policy-toc__link,
.entry-content .policy-toc__link,
.entry-content a.policy-toc__link {
	display: block;
	padding: 8px 0 8px 16px;
	margin-left: -2px;
	border-left: 2px solid transparent;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	color: #64748B;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.policy-toc__link:hover,
.policy-toc__link:focus,
.entry-content .policy-toc__link:hover,
.entry-content .policy-toc__link:focus {
	color: var(--header-menu-hover-color, #0F7AC0);
	text-decoration: none;
}

.policy-toc__link.is-active,
.entry-content .policy-toc__link.is-active,
.entry-content a.policy-toc__link.is-active {
	color: var(--header-menu-hover-color, #0F7AC0);
	border-left-color: var(--header-menu-hover-color, #0F7AC0);
	font-weight: 600;
}

.policy-content {
	min-width: 0;
}

.policy-content .policy-content__heading,
.entry-content--policy-template h2 {
	scroll-margin-top: 200px;
	margin-top: 2em;
	margin-bottom: 0.75em;
	font-family: var(--font-family-heading);
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-anthracite, #0F172A);
}

.policy-content .policy-content__heading:first-child,
.entry-content--policy-template>h2:first-child {
	margin-top: 0;
}

.entry-content--policy-template> :where(p,
	ul,
	ol,
	dl,
	blockquote,
	pre,
	table,
	figure,
	.wp-block-group,
	.wp-block-columns,
	.wp-block-quote,
	.wp-block-list,
	.wp-block-table,
	.wp-block-image,
	.wp-block-paragraph) {
	margin-bottom: 1.25em;
}

.entry-content--policy-template> :where(ul, ol) {
	padding-left: 1.25em;
}

@media screen and (max-width: 900px) {
	.site-main--policy-template {
		padding: 32px 0 64px;
	}

	.site-main--policy-template-has-hero {
		padding-top: 0;
	}

	.policy-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
		padding-top: 32px;
	}

	.policy-toc {
		position: relative;
		top: auto;
		max-height: none;
		overflow: visible;
		padding: 16px 18px;
		border: 1px solid rgba(15, 23, 42, 0.08);
		border-radius: 12px;
		background: #F8FAFC;
	}

	.policy-toc__list,
	.entry-content .policy-toc__list,
	.entry-content ol.policy-toc__list {
		border-left: 0;
	}

	.policy-toc__link,
	.entry-content .policy-toc__link,
	.entry-content a.policy-toc__link {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}

	.policy-toc__link.is-active,
	.entry-content .policy-toc__link.is-active,
	.entry-content a.policy-toc__link.is-active {
		border-left-color: transparent;
	}
}

/* Keep standard editor content readable; ACF sections stay full-bleed. */
.entry-content--app-template> :where(p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	ul,
	ol,
	dl,
	blockquote,
	pre,
	table,
	hr,
	figure,
	.wp-block-group,
	.wp-block-columns,
	.wp-block-quote,
	.wp-block-list,
	.wp-block-table,
	.wp-block-image,
	.wp-block-media-text,
	.wp-block-heading,
	.wp-block-paragraph,
	.wp-block-separator):not(.alignfull):not(.alignwide) {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

.entry-content--app-template> :where(p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	ul,
	ol,
	dl,
	blockquote,
	pre,
	figure,
	.wp-block-group,
	.wp-block-columns,
	.wp-block-quote,
	.wp-block-list,
	.wp-block-image,
	.wp-block-media-text,
	.wp-block-heading,
	.wp-block-paragraph):first-child {
	margin-top: 48px;
}

.entry-content--app-template> :where(p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	ul,
	ol,
	dl,
	blockquote,
	pre,
	figure,
	.wp-block-group,
	.wp-block-columns,
	.wp-block-quote,
	.wp-block-list,
	.wp-block-image,
	.wp-block-media-text,
	.wp-block-heading,
	.wp-block-paragraph):last-child {
	margin-bottom: 48px;
}

.entry-content>*:last-child {
	margin-bottom: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: var(--font-family-heading);
	font-weight: 700;
	line-height: 1.25;
	color: var(--color-anthracite);
	margin: 32px 0 16px;
}

.entry-content h1 {
	font-size: clamp(28px, 3.5vw, 40px);
}

.entry-content h2 {
	font-size: clamp(24px, 3vw, 32px);
}

.entry-content h3 {
	font-size: clamp(20px, 2.4vw, 24px);
}

.entry-content h4 {
	font-size: 20px;
}

.entry-content h5 {
	font-size: 18px;
}

.entry-content h6 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.entry-content p {
	margin-bottom: 20px;
}

.entry-content a {
	color: var(--color-brand-blue);
	text-decoration: underline;
	text-underline-offset: 3px;
	word-wrap: anywhere;
}

.entry-content a:hover,
.entry-content a:focus {
	color: var(--color-sky-blue);
}

.entry-content strong,
.entry-content b {
	font-weight: 700;
}

.entry-content em,
.entry-content i {
	font-style: italic;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 20px 24px;
	padding: 0;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li {
	margin-bottom: 8px;
}

.entry-content li ul,
.entry-content li ol {
	margin: 8px 0 8px 20px;
}

.entry-content blockquote {
	margin: 0 0 24px;
	padding: 16px 24px;
	border-left: 4px solid var(--color-brand-blue);
	background-color: var(--color-mist);
	font-style: italic;
}

.entry-content hr {
	border: 0;
	border-top: 1px solid var(--color-concrete);
	margin: 32px 0;
}

.entry-content img,
.entry-content figure,
.entry-content video,
.entry-content iframe {
	max-width: 100%;
	height: auto;
}

.entry-content figure {
	margin: 0 0 24px;
}

.entry-content figcaption {
	margin-top: 8px;
	font-size: 14px;
	color: var(--color-industrial-grey);
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 24px;
}

.entry-content th,
.entry-content td {
	padding: 12px 16px;
	border: 1px solid var(--color-concrete);
	text-align: left;
	vertical-align: top;
}

.entry-content th {
	font-weight: 700;
	background-color: var(--color-mist);
}

.entry-content code,
.entry-content kbd,
.entry-content samp {
	font-family: monospace;
	font-size: 0.95em;
	background-color: var(--color-mist);
	padding: 2px 6px;
	border-radius: 4px;
}

.entry-content pre {
	margin: 0 0 24px;
	padding: 16px 20px;
	overflow-x: auto;
	background-color: var(--color-mist);
	border-radius: 8px;
}

.entry-content pre code {
	padding: 0;
	background: none;
}

/* ==========================================================================
   Buttons & Interactivity
   ========================================================================== */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 30px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	text-decoration: none;
}

.btn-blue {
	background-color: var(--color-brand-blue);
	color: var(--color-white);
}

.btn-blue:hover {
	background-color: var(--color-sky-blue);
	color: var(--color-white);
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(15, 122, 192, 0.3);
}

.btn-blue:active {
	transform: translateY(0);
	box-shadow: 0 4px 6px rgba(15, 122, 192, 0.2);
}

/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.site-header {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.admin-bar {
	.site-header {
		top: 32px;
	}
}

.site-header__bar {
	position: relative;
	background-color: var(--header-bg);
	border-bottom: 1px solid var(--header-border);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.site-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 101px;
	transition: min-height 0.3s ease;
}

.site-header__brand {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	line-height: 0;
	color: var(--header-brand-color);
	text-decoration: none;
}

.site-header__brand-logo {
	display: block;
	width: 70px;
	height: auto;
	transition: width 0.3s ease;
}

.site-header__brand-text {
	font-family: var(--font-family-heading);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.site-header__nav {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.site-header__menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header__menu .menu-item {
	margin: 0;
	padding: 0;
}

.site-header__menu a {
	display: inline-block;
	font-family: var(--font-family-heading);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--header-menu-color);
	text-decoration: none;
	padding: 8px 0;
	position: relative;
	transition: color 0.3s ease, padding 0.3s ease;
}

.site-header__menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--header-menu-underline-color);
	transition: width 0.3s ease;
}

.site-header__menu a:hover,
.site-header__menu a:focus-visible,
.site-header__menu .menu-item.is-active-section>a,
.site-header__menu a.is-active-section {
	color: var(--header-menu-hover-color);
}

.site-header__menu a:hover::after,
.site-header__menu a:focus-visible::after,
.site-header__menu .menu-item.is-active-section>a::after,
.site-header__menu a.is-active-section::after {
	width: 100%;
}

.site-header.is-compact .site-header__inner {
	min-height: 72px;
}

.site-header.is-compact .site-header__brand-logo {
	width: 52px;
}

.site-header.is-compact .site-header__menu a {
	padding: 4px 0;
}

.site-header__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	margin-left: auto;
	border: 0;
	background: transparent;
	color: var(--header-menu-color);
	cursor: pointer;
	transition: color 0.2s ease;
}

.site-header__toggle:hover,
.site-header__toggle:focus {
	color: var(--header-menu-hover-color);
}

.site-header__toggle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.site-header__toggle-icon--close {
	display: none;
}

.site-header.is-menu-open .site-header__toggle-icon--open {
	display: none;
}

.site-header.is-menu-open .site-header__toggle-icon--close {
	display: inline-flex;
}

body.site-header-menu-open {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.site-header__inner {
		justify-content: space-between;
	}

	.site-header__toggle {
		display: inline-flex;
		position: relative;
		z-index: 1002;
	}

	.site-header__nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		transform: translateY(-12px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		background-color: var(--header-bg);
		border-bottom: 1px solid var(--header-border);
		padding: 24px 0 32px;
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	}

	.site-header.is-menu-open .site-header__nav {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	.site-header__menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		width: 100%;
	}

	.site-header__menu a {
		width: 100%;
	}
}

/* ==========================================================================
   404 page
   ========================================================================== */

.error-404 {
	display: flex;
	align-items: center;
	padding: 48px 0 80px;
	color: var(--error-404-accent);
}

.error-404__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}

.error-404__visual {
	width: 100%;
	max-width: 520px;
	color: var(--error-404-accent);
}

.error-404__svg {
	display: block;
	width: 100%;
	height: auto;
}

.error-404__title,
.entry-content .error-404__title {
	margin: 8px 0 12px;
	font-family: var(--font-family-heading);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--error-404-title-color);
	text-transform: none;
}

.error-404__text,
.entry-content .error-404__text {
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.5;
	color: var(--error-404-text-color);
}

.error-404__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	border-radius: 9999px;
	background: var(--error-404-button-bg);
	color: var(--error-404-button-color);
	font-family: var(--font-family-heading);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.error-404__button:hover,
.error-404__button:focus {
	opacity: 0.92;
	color: var(--error-404-button-color);
	text-decoration: none;
	transform: translateY(-1px);
}

@media (max-width: 768px) {
	.error-404 {
		padding: 32px 0 56px;
	}

	.error-404__title,
	.entry-content .error-404__title {
		font-size: 28px;
	}

	.error-404__text,
	.entry-content .error-404__text {
		font-size: 16px;
	}
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
	margin-top: auto;
}

.site-footer__bar {
	background-color: var(--footer-bg);
	color: var(--footer-link-color);
	padding: 64px 0 48px;
}

.site-footer__main {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
	margin-bottom: 48px;
	min-height: 280px;
}

.site-footer__column--features {
	justify-self: start;
}

.site-footer__column--brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.site-footer__column--resources {
	justify-self: end;
	grid-column: 2;
}

.site-footer__heading {
	font-family: var(--font-family-heading);
	font-size: clamp(28px, 3vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--footer-heading-color);
	margin-bottom: 24px;
}

.site-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.site-footer__menu .menu-item {
	margin: 0;
	padding: 0;
}

.site-footer__menu a {
	display: inline-block;
	font-family: var(--font-family-base);
	font-size: clamp(16px, 2vw, 24px);
	font-weight: 400;
	line-height: 1.35;
	color: var(--footer-link-color);
	text-decoration: none;
	text-transform: capitalize;
	transition: color 0.2s ease;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus-visible,
.site-footer__menu .menu-item.is-active-section>a,
.site-footer__menu a.is-active-section {
	color: var(--footer-link-hover-color);
}

.site-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.site-footer__list li {
	font-family: var(--font-family-base);
	font-size: clamp(16px, 2vw, 24px);
	font-weight: 400;
	line-height: 1.35;
	color: var(--footer-link-color);
	text-transform: capitalize;
}

.site-footer__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	text-decoration: none;
}

.site-footer__brand-logo {
	display: block;
	width: 154px;
	height: auto;
}

.site-footer__brand-text {
	font-family: var(--font-family-heading);
	font-size: 24px;
	font-weight: 700;
	color: var(--footer-accent-color);
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.site-footer__credit {
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
	color: var(--footer-credit-color);
}

.site-footer__credit a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.site-footer__credit a:hover,
.site-footer__credit a:focus {
	opacity: 0.85;
}

.site-footer__apps {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.site-footer__apps-title {
	margin: 0;
	font-family: var(--font-family-heading);
	font-size: clamp(28px, 3vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--footer-accent-color);
}

.site-footer__store-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.site-footer__store-link {
	display: inline-flex;
	line-height: 0;
	transition: opacity 0.2s ease;
}

.site-footer__store-link:hover,
.site-footer__store-link:focus {
	opacity: 0.85;
}

.site-footer__store-link img {
	display: block;
	height: 49px;
	width: auto;
}

.site-footer__copyright {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	text-align: center;
}

.site-footer__copyright-text {
	margin: 0;
	font-family: var(--font-family-base);
	font-size: 14px;
	line-height: 1.5;
	color: var(--footer-copyright-color);
}

/* ==========================================================================
   Default Block: Hero Section
   ========================================================================== */

.hero {
	background-color: var(--color-anthracite);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 80% 20%, rgba(15, 122, 192, 0.15) 0%, transparent 50%),
		radial-gradient(circle at 10% 80%, rgba(60, 163, 29, 0.08) 0%, transparent 50%);
	z-index: 1;
}

.hero .container {
	position: relative;
	z-index: 2;
}

.hero-wrapper {
	display: flex;
	align-items: center;
	max-width: 720px;
}

.hero-content {
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 48px;
	border-radius: 16px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.hero-content h1 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--color-sky-blue);
	margin-bottom: 12px;
}

.hero-content h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
	color: var(--color-white);
	margin-bottom: 24px;
}

.hero-content hr {
	border: 0;
	height: 1px;
	background: linear-gradient(to right, var(--color-sky-blue), transparent);
	margin-bottom: 24px;
}

.hero-content p {
	font-size: 16px;
	color: var(--color-concrete);
	margin-bottom: 32px;
}

.hero-logo img {
	max-width: 180px;
	height: auto;
	margin-bottom: 24px;
	display: block;
}

/* ==========================================================================
   Block: FAQs
   ========================================================================== */

.faqs {
	background-color: var(--faqs-bg);
	padding: 40px 0;
	scroll-margin-top: 120px;
	color: var(--faqs-title-color);
	--section-title-color: var(--faqs-title-color);
	--section-title-accent: var(--faqs-title-accent);
	--section-title-border: var(--faqs-title-border);
	--section-title-font: var(--faqs-font-heading);
}

.faqs .container {
	max-width: 1240px;
}

/* ==========================================================================
   Component: Section Title
   ========================================================================== */

.section-title {
	position: relative;
	margin-bottom: 40px;
}

.section-title--center {
	text-align: center;
}

.section-title__heading {
	display: block;
	margin: 0;
	font-family: var(--section-title-font);
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 52px;
	text-transform: uppercase;
	color: var(--section-title-color);
}

.section-title--center .section-title__heading {
	text-align: center;
}

.entry-content .section-title__heading,
.entry-content .section-title h2.section-title__heading {
	margin: 0;
	color: var(--section-title-color);
}

.section-title__main,
.section-title__accent {
	display: inline;
}

.section-title__main {
	color: var(--section-title-color);
}

.section-title__accent,
.section-title em {
	color: var(--section-title-accent);
	font-style: normal;
	font-weight: 700;
}

.section-title__deco {
	display: flex;
	align-items: center;
	margin-top: 10px;
	max-width: 100%;
	width: var(--section-title-deco-width, 0);
	margin-left: var(--section-title-deco-offset, 0);
}

.section-title__wave {
	display: block;
	flex: 0 0 120px;
	width: 120px;
	max-width: 40%;
	height: 7px;
	color: var(--section-title-border);
}

.section-title__wave path {
	stroke: currentColor;
}

.section-title--curved .section-title__line {
	flex: 1 1 auto;
	min-width: 0;
	height: 1px;
	background-color: var(--section-title-border);
}

.section-title--plain .section-title__line {
	display: block;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg,
			transparent 0%,
			color-mix(in srgb, var(--section-title-border) 40%, transparent) 50%,
			transparent 100%);
}

.faqs__layout {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.faqs__layout--single {
	grid-template-columns: minmax(0, 1fr);
}

.faqs__layout--single .faqs__card {
	max-width: 300px;
}

.faqs__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px;
	gap: 16px;
	background: var(--faqs-card-bg);
	border-radius: 24px;
}

.faqs__card-title {
	margin: 0;
	font-family: var(--faqs-font-heading);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: var(--faqs-card-title);
}

.entry-content .faqs__card-title,
.entry-content .faqs h3.faqs__card-title {
	margin: 0;
	color: var(--faqs-card-title);
}

.faqs__card-text {
	margin: 0;
	padding-bottom: 8px;
	font-family: var(--faqs-font-body);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--faqs-card-text);
}

.entry-content .faqs__card-text,
.entry-content .faqs p.faqs__card-text {
	margin: 0;
	color: var(--faqs-card-text);
}

.faqs__card-button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 24px;
	width: 100%;
	min-height: 56px;
	background: var(--faqs-button-bg);
	border-radius: 9999px;
	font-family: var(--faqs-button-font);
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: var(--faqs-button-color);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.entry-content .faqs__card-button,
.entry-content .faqs a.faqs__card-button {
	color: var(--faqs-button-color);
	text-decoration: none;
}

.faqs__card-button:hover,
.faqs__card-button:focus,
.entry-content .faqs a.faqs__card-button:hover,
.entry-content .faqs a.faqs__card-button:focus {
	opacity: 0.92;
	color: var(--faqs-button-color);
	text-decoration: none;
}

.faqs__list {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 20px;
	min-width: 0;
}

.faqs__item {
	background: var(--faqs-item-bg);
	border-radius: 10px;
	overflow: hidden;
}

.faqs__question {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 16px 32px;
	min-height: 60px;
	list-style: none;
	cursor: pointer;
}

.faqs__item.is-open .faqs__question {
	border-bottom: 1px solid var(--faqs-accent);
}

.faqs__question::-webkit-details-marker {
	display: none;
}

.faqs__question::marker {
	content: '';
	display: none;
}

.faqs__question-text {
	font-family: var(--faqs-font-heading);
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	text-transform: capitalize;
	color: var(--faqs-question-color);
	user-select: none;
}

.faqs__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 12px;
	height: 8px;
	color: var(--faqs-accent);
	transition: transform 0.35s ease;
}

.faqs__item.is-open .faqs__icon {
	transform: rotate(180deg);
}

.faqs__icon svg {
	display: block;
	width: 12px;
	height: 8px;
}

.faqs__answer {
	overflow: hidden;
	height: 0;
	transition: height 0.35s ease;
}

.faqs__answer-inner {
	padding: 18px 32px 32px;
}

.faqs__answer p {
	margin: 0;
	font-family: var(--faqs-font-body);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: var(--faqs-answer-color);
}

.entry-content .faqs__answer p {
	margin: 0;
	color: var(--faqs-answer-color);
}

@media (prefers-reduced-motion: reduce) {

	.faqs__icon,
	.faqs__answer {
		transition: none;
	}
}

@media (max-width: 1024px) {
	.faqs {
		padding: 30px 0;
	}

	.section-title__heading {
		font-size: 32px;
		line-height: 42px;
	}

	.faqs__layout {
		grid-template-columns: 1fr;
	}

	.faqs__card {
		max-width: 360px;
	}

	.faqs__question {
		padding: 16px 20px;
	}

	.faqs__item.is-open .faqs__question,
	.faqs__answer-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.faqs__question-text {
		font-size: 18px;
		line-height: 26px;
	}

	.faqs__answer p {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width: 768px) {
	.faqs {
		padding: 20px 0;
	}

	.faqs__header {
		margin-bottom: 28px;
	}

	.section-title__heading {
		font-size: 28px;
		line-height: 36px;
	}

	.section-title__wave {
		flex-basis: min(90px, 40%);
		width: min(90px, 40%);
	}

	.faqs__card {
		max-width: none;
	}
}

/* ==========================================================================
   Block: CTA
   ========================================================================== */

.cta {
	padding: 40px 0;
}

.cta__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
}

.cta__title {
	margin: 0;
	font-family: var(--font-family-heading);
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--color-anthracite);
}

.entry-content .cta__title {
	margin: 0;
	color: inherit;
}

.cta__text {
	max-width: 640px;
	margin: 0;
	font-family: var(--font-family-base);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	color: inherit;
}

.entry-content .cta__text {
	margin: 0;
	color: inherit;
}

.cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 40px;
	border-radius: 9999px;
	background: var(--cta-button-bg);
	font-family: var(--cta-button-font);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
	text-decoration: none;
	color: var(--cta-button-color);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.cta__button:hover,
.cta__button:focus,
.entry-content .cta a.cta__button:hover,
.entry-content .cta a.cta__button:focus {
	opacity: 0.92;
	text-decoration: none;
}

.entry-content .cta__button,
.entry-content .cta a.cta__button {
	text-decoration: none;
}

.cta--without-background .cta__inner {
	padding: 12px 0;
	gap: 24px;
}

.cta--without-background .cta__title {
	color: var(--color-anthracite);
}

.cta--without-background .cta__text {
	color: rgba(31, 41, 49, 0.8);
}

.cta--without-background .cta__button {
	background: var(--cta-button-bg-plain, var(--cta-button-bg));
	color: var(--cta-button-color-plain, var(--cta-button-color));
}

.entry-content .cta--without-background .cta__button,
.entry-content .cta--without-background a.cta__button {
	color: var(--cta-button-color-plain, var(--cta-button-color));
}

.cta--with-background .cta__inner {
	position: relative;
	overflow: hidden;
	padding: 80px 25px;
	gap: 28px;
	border-radius: 32px;
	background: var(--cta-bg);
	color: var(--cta-title-color);
	isolation: isolate;
}

.cta--with-background .cta__inner::before,
.cta--with-background .cta__inner::after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: -1;
}

.cta--with-background .cta__inner::before {
	top: 0;
	left: 0;
	width: 153px;
	height: 104px;
	background-image: url('assets/images/cta-left-overlay.svg');
}

.cta--with-background .cta__inner::after {
	right: 0;
	bottom: 0;
	width: 273px;
	height: 228px;
	background-image: url('assets/images/cta-right-overlay.svg');
}

.cta--with-background .cta__title {
	color: var(--cta-title-color);
}

.cta--with-background .cta__text {
	color: var(--cta-text-color);
}

.cta--with-background .cta__button {
	background: var(--cta-button-bg-with-bg, var(--cta-button-bg));
	color: var(--cta-button-color-with-bg, var(--cta-button-color));
}

.entry-content .cta--with-background .cta__button,
.entry-content .cta--with-background a.cta__button {
	color: var(--cta-button-color-with-bg, var(--cta-button-color));
}

@media (max-width: 1024px) {

	.cta {
		padding: 30px 0;
	}

	.cta__title {
		font-size: 34px;
	}

	.cta__button {
		padding: 18px 36px;
	}
}

@media (max-width: 768px) {
	.cta {
		padding: 20px 0;
	}

	.cta--with-background .cta__inner {
		padding: 40px 20px;
		border-radius: 24px;
	}

	.cta__title {
		font-size: 28px;
	}

	.cta__text {
		font-size: 16px;
	}

	.cta__button {
		width: 100%;
		max-width: 320px;
	}

	.cta--with-background .cta__inner::before {
		width: 120px;
		height: 82px;
	}

	.cta--with-background .cta__inner::after {
		width: 180px;
		height: 150px;
	}
}

/* ==========================================================================
   Block: Spotlight
   ========================================================================== */

.spotlight {
	background-color: var(--spotlight-bg);
	padding: 40px 0;
	scroll-margin-top: 120px;
}

.spotlight__card {
	background: var(--spotlight-card-bg);
	border-radius: 40px;
	padding: 60px 24px;
}

.spotlight__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}

.spotlight__title {
	margin: 0;
	font-family: var(--spotlight-font-heading);
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 52px;
	text-transform: uppercase;
	background: var(--spotlight-title-gradient, none);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: var(--spotlight-title-color);
}

.entry-content .spotlight__title,
.entry-content .spotlight h2.spotlight__title {
	margin: 0;
}

.spotlight__text {
	max-width: 660px;
	margin: 0;
	font-family: var(--spotlight-font-body);
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: var(--spotlight-text-color);
}

.entry-content .spotlight__text,
.entry-content .spotlight p.spotlight__text {
	margin: 0;
	color: var(--spotlight-text-color);
}

.spotlight__trust {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}

.spotlight__trust-line {
	width: 80px;
	height: 0;
	border-top: 1px solid var(--spotlight-trust-line);
}

.spotlight__trust-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
}

.spotlight__trust-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	color: var(--spotlight-trust-color);
}

.spotlight__trust-text {
	font-family: var(--spotlight-font-body);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: var(--spotlight-trust-color);
}

.spotlight__buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 8px;
}

.spotlight__store-link {
	display: inline-block;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.spotlight__store-link:hover,
.spotlight__store-link:focus {
	opacity: 0.92;
	transform: scale(1.02);
}

.spotlight__store-link img {
	display: block;
	width: auto;
	height: 73px;
	border-radius: 10.95px;
}

@media (max-width: 1024px) {
	.spotlight {
		padding: 30px 0;
	}

	.spotlight__title {
		font-size: 32px;
		line-height: 42px;
	}

	.spotlight__text {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.spotlight {
		padding: 20px 0;
	}

	.spotlight__card {
		padding: 40px 20px;
		border-radius: 24px;
	}

	.spotlight__title {
		font-size: 26px;
		line-height: 34px;
	}

	.spotlight__text {
		font-size: 16px;
		line-height: 24px;
	}

	.spotlight__trust-line {
		width: 40px;
	}

	.spotlight__trust-text {
		font-size: 14px;
	}

	.spotlight__buttons {
		flex-direction: column;
	}

	.spotlight__store-link img {
		height: 56px;
	}
}

/* ==========================================================================
   Reviews
   ========================================================================== */

.reviews {
	--reviews-bg: var(--spotlight-bg, #F8FAFC);
	--reviews-card-light-bg: #FFFFFF;
	--reviews-card-dark-bg: var(--spotlight-card-bg, #DBEAFE);
	--reviews-card-radius: 24px;
	--reviews-star-color: #1E3A8A;
	--reviews-shape-color: var(--reviews-bg);
	--reviews-title-color: #0F172A;
	--reviews-text-color: #0F172A;
	--reviews-author-name-color: #0F172A;
	--reviews-author-role-color: #475569;
	--reviews-font-heading: var(--font-family-heading);
	--reviews-font-body: var(--font-family-base);
	padding: 80px 0 40px 0;
	background: var(--reviews-bg);
	scroll-margin-top: 120px;
}

.reviews__carousel-wrap {
	overflow: hidden;
}


.reviews__carousel .slick-list {
	overflow: visible;
}

.reviews__carousel .slick-track {
	display: flex !important;
	align-items: stretch;
}

.reviews__carousel .slick-slide {
	height: auto;
	padding: 0 16px;
	box-sizing: border-box;
}

.reviews__carousel .slick-slide>div {
	height: 100%;
}

.reviews__carousel .slick-dots {
	display: flex !important;
	justify-content: center;
	gap: 8px;
	padding: 0;
	margin: 32px 0 0;
	list-style: none;
}

.reviews__carousel .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	padding: 0;
	font-size: 0;
	background: var(--reviews-card-dark-bg);
	opacity: 0.4;
	cursor: pointer;
	transition: opacity 0.3s, transform 0.3s;
}

.reviews__carousel .slick-dots li.slick-active button {
	opacity: 1;
	transform: scale(1.2);
	background: var(--reviews-star-color);
}

.reviews__card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: var(--reviews-card-radius);
	overflow: hidden;
	isolation: isolate;
	width: 100%;
	padding: 40px;
	background: var(--reviews-card-dark-bg);
	transition: background 0.4s ease;
	cursor: grab;
}

.reviews__card:active {
	cursor: grabbing;
}

.reviews__card--light {
	background: var(--reviews-card-light-bg);
}

.reviews__card-shape {
	position: absolute;
	top: 0;
	right: 0;
	width: 115px;
	height: 115px;
	pointer-events: none;
	line-height: 0;
	z-index: 2;
	color: var(--reviews-shape-color);
	opacity: 0;
	transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.reviews__card--light .reviews__card-shape {
	opacity: 1;
}

.reviews__card-shape svg {
	display: block;
	width: 100%;
	height: 100%;
}

.reviews__card-body {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding-bottom: 40px;
	z-index: 0;
}

.reviews__stars {
	display: flex;
	gap: 4px;
	color: var(--reviews-star-color);
}

.reviews__star {
	width: 20px;
	height: 19px;
}

.reviews__text {
	font-family: var(--reviews-font-body);
	font-size: 18px;
	line-height: 33px;
	color: var(--reviews-text-color);
	margin: 0;
}

.reviews__author {
	display: flex;
	align-items: center;
	gap: 16px;
	z-index: 1;
}

.reviews__author-avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.reviews__author-info {
	display: flex;
	flex-direction: column;
}

.reviews__author-name {
	font-family: var(--reviews-font-heading);
	font-weight: 500;
	font-size: 17px;
	line-height: 26px;
	color: var(--reviews-author-name-color);
}

.reviews__author-role {
	font-family: var(--reviews-font-body);
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: var(--reviews-author-role-color);
	text-transform: uppercase;
	letter-spacing: 0.35px;
}

@media (max-width: 768px) {
	.reviews {
		padding: 40px 0 20px 0;
	}

	.reviews__carousel {
		margin-top: 32px;
		padding: 6px 0 16px;
		margin-bottom: -16px;
	}

	.reviews__card {
		padding: 24px;
	}

	.reviews__card-shape {
		width: 80px;
		height: 80px;
	}

	.reviews__card-body {
		gap: 24px;
		padding-bottom: 32px;
	}

	.reviews__text {
		font-size: 15px;
		line-height: 26px;
	}

	.reviews__card--light .reviews__author-avatar {
		width: 48px;
		height: 48px;
	}
}

/* ==========================================================================
   Contact Us Section
   ========================================================================== */

:root {
	--contact-bg: #F8FAFC;
	--contact-form-bg: #FFFFFF;
	--contact-form-radius: 48px;
	--contact-form-shadow: 0px 40px 60px -15px rgba(27, 28, 26, 0.06);
	--contact-input-bg: #EFF6FF;
	--contact-label-color: #0F172A;
	--contact-placeholder-color: #94A3B8;
	--contact-note-color: #475569;
	--contact-btn-bg: #2563EB;
	--contact-btn-color: #FFFFFF;
	--contact-details-bg: #2563EB;
	--contact-details-radius: 24px;
	--contact-details-heading-color: #FFFFFF;
	--contact-details-icon-bg: rgba(255, 255, 255, 0.1);
	--contact-details-icon-color: #FFFFFF;
	--contact-info-label-color: #FFFFFF;
	--contact-info-value-color: #FFFFFF;
	--contact-social-heading-color: #FFFFFF;
	--contact-social-link-color: #FFFFFF;
	--contact-font-heading: var(--font-family-heading);
	--contact-font-body: var(--font-family-base);
}

.contact {
	background: var(--contact-bg);
	padding: 40px 0;
	scroll-margin-top: 120px;
}

.contact__body {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 32px;
	margin-top: 40px;
}

/* ── Form card ── */

.contact__form-card {
	flex: 1 1 0;
	background: var(--contact-form-bg);
	border-radius: var(--contact-form-radius);
	box-shadow: var(--contact-form-shadow);
	padding: 40px;
}

.contact__form-inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

/* ── CF7 form layout ── */

.cf7-form {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.cf7-row--two-col {
	display: flex;
	flex-direction: row;
	gap: 32px;
}

.cf7-row--two-col .cf7-field {
	flex: 1 1 0;
	min-width: 0;
}

.cf7-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cf7-field p,
.cf7-footer p,
.cf7-form p,
.entry-content .cf7-field p,
.entry-content .cf7-footer p,
.entry-content .cf7-form p {
	margin: 0;
	padding: 0;
}

.cf7-form br,
.cf7-field br,
.cf7-footer br,
.wpcf7-spinner {
	display: none;
}

.cf7-label,
.entry-content .cf7-label {
	display: block;
	font-family: var(--contact-font-body);
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--contact-label-color);
}

.cf7-input,
.entry-content .cf7-input {
	display: block;
	width: 100%;
	padding: 17px 24px;
	background: var(--contact-input-bg);
	border: none;
	border-radius: 9999px;
	font-family: var(--contact-font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--contact-label-color);
	outline: none;
	box-sizing: border-box;
}

.cf7-input::placeholder {
	color: var(--contact-placeholder-color);
}

.cf7-select,
.entry-content .cf7-select {
	display: block;
	width: 100%;
	padding: 17px 48px 17px 24px;
	background: var(--contact-input-bg);
	border: none;
	border-radius: 9999px;
	font-family: var(--contact-font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--contact-placeholder-color);
	outline: none;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%236B7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 24px center;
	cursor: pointer;
}

.cf7-select option:not([value=""]) {
	color: var(--contact-label-color);
}

.cf7-textarea,
.entry-content .cf7-textarea {
	display: block;
	width: 100%;
	min-height: unset;
	padding: 16px 24px;
	background: var(--contact-input-bg);
	border: none;
	border-radius: 20px;
	font-family: var(--contact-font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--contact-label-color);
	outline: none;
	resize: vertical;
	box-sizing: border-box;
}

.cf7-textarea::placeholder {
	color: var(--contact-placeholder-color);
}

.cf7-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}


.cf7-submit,
.entry-content .cf7-submit,
input.cf7-submit,
.entry-content input.cf7-submit {
	display: inline-flex;
	width: auto;
	align-items: center;
	justify-content: center;
	padding: 15px 25px;
	background: var(--contact-btn-bg);
	color: var(--contact-btn-color);
	border: none;
	border-radius: 9999px;
	font-family: var(--contact-font-body);
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;
	transition: opacity 0.2s ease;
	box-shadow: none;
	outline: none;
}

.cf7-submit:hover,
.entry-content .cf7-submit:hover,
input.cf7-submit:hover {
	opacity: 0.88;
}

.cf7-note,
.entry-content .cf7-note {
	font-family: var(--contact-font-body);
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: var(--contact-note-color);
	opacity: 0.7;
	margin: 0;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	color: #ef4444;
	margin-top: 4px;
}

.contact .wpcf7 form .wpcf7-response-output {
	margin-top: 10px;
	padding: 12px 16px;
	border-radius: 12px;
	font-size: 14px;
	border: none;
}

.contact .wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent;
	background: #f0fdf4;
	color: #15803d;
}

.contact .wpcf7 form.failed .wpcf7-response-output,
.contact .wpcf7 form.aborted .wpcf7-response-output {
	border-color: transparent;
	background: #fef2f2;
	color: #dc2626;
	margin-top: 10px;
}

.contact .wpcf7 form.spam .wpcf7-response-output {
	border-color: transparent;
	background: #fff7ed;
	color: #ea580c;
}

.contact .wpcf7 form.invalid .wpcf7-response-output,
.contact .wpcf7 form.unaccepted .wpcf7-response-output,
.contact .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: transparent;
	background: #fffbeb;
	color: #d97706;
	margin: 10px 0 0 0;
}


@media (max-width: 1024px) {
	.cf7-row--two-col {
		flex-direction: column;
	}

	.contact {
		padding: 30px 0;
	}
}

/* ── Details card ── */

.contact__details-card {
	flex: 0 0 380px;
	width: 380px;
	background: var(--contact-details-bg);
	border-radius: var(--contact-details-radius);
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}

/* When no form is present, center the details card */
.contact--no-form .contact__body {
	justify-content: center;
}

.contact--no-form .contact__details-card {
	flex: 0 0 560px;
	width: 560px;
}

.contact__details-heading,
.entry-content .contact__details-heading {
	font-family: var(--contact-font-heading);
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.75px;
	color: var(--contact-details-heading-color);
	margin: 0;
}


.contact__info-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	width: 100%;
}

.contact__info-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
}

.contact__info-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 9999px;
	background: var(--contact-details-icon-bg);
	color: var(--contact-details-icon-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact__info-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.contact__info-label,
.entry-content .contact__info-label {
	display: block;
	font-family: var(--contact-font-body);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--contact-info-label-color);
}

.contact__info-value,
.entry-content .contact__info-value {
	display: block;
	font-family: var(--contact-font-body);
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: var(--contact-info-value-color);
	text-decoration: none;
}

a.contact__info-value,
.entry-content a.contact__info-value {
	color: var(--contact-info-value-color);
	text-decoration: none;
}

a.contact__info-value:hover,
.entry-content a.contact__info-value:hover {
	text-decoration: underline;
	color: var(--contact-info-value-color);
}


/* Social row sits inside .contact__info-list; margin-top: auto pushes it to the bottom */
.contact__info-item--social {
	margin-top: auto;
}

.contact__social-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact__social-heading,
.entry-content .contact__social-heading {
	display: block;
	font-family: var(--contact-font-body);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--contact-social-heading-color);
}

.contact__social-links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
}

.contact__social-link,
.entry-content .contact__social-link {
	font-family: var(--contact-font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--contact-social-link-color);
	text-decoration: none;
}

.contact__social-link:hover,
.entry-content .contact__social-link:hover {
	text-decoration: underline;
	color: var(--contact-social-link-color);
}

@media (max-width: 1024px) {
	.contact--no-form .contact__details-card {
		flex: 0 0 480px;
		width: 480px;
	}

	.contact__form-card {
		border-radius: 24px;

	}
}

@media (max-width: 768px) {
	.contact {
		padding: 20px 0;
	}

	.contact__body {
		flex-direction: column;
	}

	.contact__form-card {
		width: 100%;
		padding: 30px;
	}

	.contact__details-card {
		padding: 30px;
	}

	.contact__details-card,
	.contact--no-form .contact__details-card {
		flex: none;
		width: 100%;
	}
}

/* ==========================================================================
   Features
   ========================================================================== */

.features {
	padding: 40px 0;
	scroll-margin-top: 120px;
	background: var(--features-bg);
	--section-title-color: var(--features-title-color);
	--section-title-accent: var(--features-title-accent);
	--section-title-border: var(--features-title-border);
	--section-title-font: var(--features-font-heading);
}

.features__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.features__card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 420px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	border-radius: var(--features-card-radius);
	background: var(--features-card-bg);
}

.features--with-border .features__card {
	border: 1px solid var(--features-card-border);
	box-shadow: inset 0 0 10px var(--features-card-border);
}

.features__card--w-1-3 {
	grid-column: span 2;
}

.features__card--w-1-2 {
	grid-column: span 3;
}

.features__card--w-2-3 {
	grid-column: span 4;
}

.features__card.features__card--split {
	display: grid;
	grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.2fr);
	grid-template-rows: minmax(0, 1fr);
	gap: 12px;
	align-items: stretch;
	min-height: 400px;
	height: 400px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	border-radius: 24px;
}

.features__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.features__icon {
	display: block;
	width: auto;
	height: auto;
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
}

.features__heading,
.entry-content .features__heading,
.entry-content h3.features__heading {
	margin: 0;
	font-family: var(--features-font-heading);
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3;
	color: var(--features-heading-color);
}

.features__text,
.entry-content .features__text,
.entry-content p.features__text {
	margin: 0;
	font-family: var(--features-font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: var(--features-text-color);
}

.features__media {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: auto;
	width: 100%;
	line-height: 0;
}

.features__card--split .features__content {
	min-width: 0;
	align-self: start;
	padding-right: 8px;
}

.features__card--split .features__media {
	margin-top: 0;
	width: auto;
	min-width: 0;
	min-height: 0;
	height: 100%;
	align-self: stretch;
	justify-content: center;
	align-items: flex-end;
	overflow: visible;
}

.features__image {
	display: block;
	width: 220px;
	height: 450px;
	max-width: 100%;
	object-fit: contain;
	object-position: center bottom;
	transform-origin: center bottom;
}

.features__card--split .features__image {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

.features__card--tilt-left .features__image {
	transform: translateY(20px) rotate(-8deg);
}

.features__card--tilt-right .features__image {
	transform: translateY(20px) rotate(8deg);
}

.features__card--split.features__card--tilt-left .features__image {
	transform: translateY(20px) rotate(-8deg) scale(0.88);
}

.features__card--split.features__card--tilt-right .features__image {
	transform: translateY(20px) rotate(8deg) scale(0.88);
}

@media screen and (max-width: 1024px) {
	.features__card--w-1-3 {
		grid-column: span 3;
	}

	.features__card--w-2-3 {
		grid-column: span 6;
	}

	.features__card.features__card--split {
		grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.2fr);
	}
}

@media screen and (max-width: 768px) {

	.features__card,
	.features__card--w-1-3,
	.features__card--w-1-2,
	.features__card--w-2-3 {
		grid-column: span 6;
		min-height: 0;
	}

	.features__card.features__card--split {
		display: flex;
		flex-direction: column;
		gap: 12px;
		height: auto;
		min-height: 0;
		max-height: none;
	}

	.features__card--split .features__media {
		justify-content: center;
		height: auto;
	}

	.features__heading,
	.entry-content .features__heading,
	.entry-content h3.features__heading {
		font-size: 20px;
	}

	.features__image {
		width: 220px;
		height: 450px;
		max-width: 100%;
	}

	.features__card--split .features__image {
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 360px;
		object-fit: contain;
	}
}

/* ==========================================================================
   How It Works
   ========================================================================== */

.how-it-works {
	padding: 80px 0;
	scroll-margin-top: 120px;
	background: var(--how-it-works-bg);
	--section-title-color: var(--how-it-works-title-color);
	--section-title-accent: var(--how-it-works-title-accent);
	--section-title-border: var(--how-it-works-title-border);
	--section-title-font: var(--how-it-works-font-heading);
}

.how-it-works__grid {
	display: grid;
	grid-template-columns: repeat(var(--how-it-works-columns, 3), minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

/* Center leftover cards when 3 columns. */
.how-it-works--cols-3 .how-it-works__card:last-child:nth-child(3n + 1) {
	grid-column: 2;
}

.how-it-works--cols-3 .how-it-works__grid:has(> .how-it-works__card:last-child:nth-child(3n + 2)) {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.how-it-works--cols-3 .how-it-works__grid:has(> .how-it-works__card:last-child:nth-child(3n + 2))>.how-it-works__card {
	grid-column: span 2;
}

.how-it-works--cols-3 .how-it-works__grid:has(> .how-it-works__card:last-child:nth-child(3n + 2))>.how-it-works__card:nth-last-child(2) {
	grid-column: 2 / span 2;
}

.how-it-works--cols-3 .how-it-works__grid:has(> .how-it-works__card:last-child:nth-child(3n + 2))>.how-it-works__card:last-child {
	grid-column: 4 / span 2;
}

.how-it-works__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 16px;
	padding: 24px 16px;
	background: var(--how-it-works-card-bg);
	border-radius: var(--how-it-works-card-radius);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.039);
	overflow: hidden;
}

.how-it-works__bg-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	display: block;
	width: auto;
	height: auto;
	max-width: 55%;
	max-height: 85%;
	pointer-events: none;
	user-select: none;
}

.how-it-works__icon,
.how-it-works__content {
	position: relative;
	z-index: 1;
}

.how-it-works--row .how-it-works__card {
	flex-direction: row;
	align-items: center;
}

.how-it-works--cols-6 .how-it-works__card,
.how-it-works--cols-5 .how-it-works__card {
	padding: 24px 16px;
	border-radius: 24px;
}

.how-it-works__icon {
	display: block;
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	object-fit: contain;
}

.how-it-works__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
	flex: 1 1 auto;
}

.how-it-works__heading,
.entry-content .how-it-works__heading,
.entry-content h3.how-it-works__heading {
	margin: 0;
	font-family: var(--how-it-works-font-heading);
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: var(--how-it-works-heading-color);
}

.how-it-works__text,
.entry-content .how-it-works__text,
.entry-content p.how-it-works__text {
	margin: 0;
	font-family: var(--how-it-works-font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: var(--how-it-works-text-color);
	text-transform: capitalize;
}

@media screen and (max-width: 1024px) {

	.how-it-works--cols-4 .how-it-works__grid,
	.how-it-works--cols-5 .how-it-works__grid,
	.how-it-works--cols-6 .how-it-works__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 768px) {
	.how-it-works {
		padding: 40px 0;
	}

	.how-it-works__grid,
	.how-it-works--cols-2 .how-it-works__grid,
	.how-it-works--cols-3 .how-it-works__grid,
	.how-it-works--cols-4 .how-it-works__grid,
	.how-it-works--cols-5 .how-it-works__grid,
	.how-it-works--cols-6 .how-it-works__grid,
	.how-it-works--cols-3 .how-it-works__grid:has(> .how-it-works__card:last-child:nth-child(3n + 2)) {
		grid-template-columns: 1fr;
	}

	.how-it-works--cols-3 .how-it-works__card:last-child:nth-child(3n + 1),
	.how-it-works--cols-3 .how-it-works__card:last-child:nth-child(odd),
	.how-it-works--cols-3 .how-it-works__grid:has(> .how-it-works__card:last-child:nth-child(3n + 2))>.how-it-works__card,
	.how-it-works--cols-3 .how-it-works__grid:has(> .how-it-works__card:last-child:nth-child(3n + 2))>.how-it-works__card:nth-last-child(2),
	.how-it-works--cols-3 .how-it-works__grid:has(> .how-it-works__card:last-child:nth-child(3n + 2))>.how-it-works__card:last-child,
	.how-it-works--cols-3 .how-it-works__grid:has(> .how-it-works__card:last-child:nth-child(3n + 2))>.how-it-works__card:last-child:nth-child(odd) {
		grid-column: auto;
		max-width: none;
		width: auto;
		justify-self: stretch;
	}
}

/* ==========================================================================
   Growth
   ========================================================================== */

.growth {
	padding: 80px 0;
	background: var(--growth-bg);
	--section-title-color: var(--growth-title-color);
	--section-title-accent: var(--growth-title-accent);
	--section-title-border: var(--growth-title-border);
	--section-title-font: var(--growth-font-heading);
}

.growth__steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	row-gap: 16px;
	margin-top: 40px;
	--growth-card-overlap: 8.7;
	--growth-card-slot: calc(100% / 3);
}

.growth__card {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 0 0 var(--growth-card-slot);
	max-width: var(--growth-card-slot);
	min-width: 0;
	min-height: clamp(140px, 14vw, 193px);
	color: var(--growth-text-color);
}

/* Desktop: overlap within each group of 3; first card in a row keeps margin 0. */
.growth__card:not(:nth-child(3n + 1)) {
	margin-left: calc(-1 * var(--growth-card-overlap) * var(--growth-card-slot) / 100);
}

.growth__card:nth-child(3n + 1) {
	z-index: 3;
}

.growth__card:nth-child(3n + 2) {
	z-index: 2;
}

.growth__card:nth-child(3n) {
	z-index: 1;
}

.growth__shape {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.growth__shape-tip,
.growth__shape-body,
.growth__shape-shade {
	fill: var(--growth-card-bg);
}

.growth__card-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 18% 16px 16%;
	text-align: center;
}

.growth__badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	flex-shrink: 0;
}

.growth__icon {
	display: block;
	width: 26px;
	height: 26px;
	object-fit: contain;
}

.growth__index {
	font-family: var(--growth-font-heading);
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	color: var(--growth-text-color);
}

.growth__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	max-width: 260px;
}

.growth__heading,
.entry-content .growth__heading,
.entry-content h3.growth__heading {
	margin: 0;
	font-family: var(--growth-font-heading);
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	text-transform: capitalize;
	color: var(--growth-text-color);
}

.growth__text,
.entry-content .growth__text,
.entry-content p.growth__text {
	margin: 0;
	font-family: var(--growth-font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	text-transform: capitalize;
	color: var(--growth-text-color);
}

@media screen and (max-width: 1024px) {
	.growth__steps {
		--growth-card-slot: 50%;
	}

	/* Tablet: overlap within each pair; odd cards start a new row. */
	.growth__card:not(:nth-child(3n + 1)) {
		margin-left: 0;
	}

	.growth__card:nth-child(2n + 1) {
		margin-left: 0;
		z-index: 2;
	}

	.growth__card:nth-child(2n) {
		margin-left: calc(-1 * var(--growth-card-overlap) * var(--growth-card-slot) / 100);
		z-index: 1;
	}

	.growth__card-body {
		padding: 20px 16% 20px 14%;
		gap: 8px;
	}

	.growth__badge {
		width: 48px;
		height: 48px;
	}

	.growth__icon {
		width: 22px;
		height: 22px;
	}

	.growth__index {
		font-size: 18px;
	}

	.growth__heading,
	.entry-content .growth__heading,
	.entry-content h3.growth__heading {
		font-size: 18px;
	}

	.growth__text,
	.entry-content .growth__text,
	.entry-content p.growth__text {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.growth {
		padding: 48px 0;
	}

	.growth__steps {
		--growth-card-slot: 100%;
		row-gap: 16px;
		margin-top: 32px;
	}

	.growth__card,
	.growth__card:nth-child(2n),
	.growth__card:not(:nth-child(3n + 1)) {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.growth__card-body {
		padding: 28px 18% 28px 16%;
	}
}

/* ==========================================================================
   Services
   ========================================================================== */

.services {
	padding: 80px 0;
	background: var(--services-bg);
	--section-title-color: var(--services-title-color);
	--section-title-accent: var(--services-title-accent);
	--section-title-border: var(--services-title-border);
	--section-title-font: var(--services-font-heading);
}

.services__grid {
	display: grid;
	align-items: stretch;
	grid-auto-rows: auto;
	gap: 20px;
	margin-top: 40px;
}

.services--column .services__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services--row .services__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services__card {
	--services-card-bg-end: color-mix(in srgb, var(--services-card-bg) 70%, #000);
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	border-radius: 10px;
	color: var(--services-text-color);
	background:
		linear-gradient(0deg, var(--services-card-overlay), var(--services-card-overlay)),
		linear-gradient(171.69deg,
			var(--services-card-bg) 4.51%,
			var(--services-card-bg-end) 93.63%);
}

.services__card-decor {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.services__card-decor-blob {
	position: absolute;
	width: 230px;
	height: 286px;
	border-radius: 50%;
	background: var(--services-card-decor);
	transform: scaleX(-1);
}

.services__card-decor-blob--1 {
	left: -59px;
	bottom: -145px;
}

.services__card-decor-blob--2 {
	left: -121px;
	top: -7px;
}

.services__card-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
}

.services--column .services__card-body {
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 24px;
	padding: 56px 24px 40px;
	text-align: center;
}

.services--row .services__card-body {
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 24px;
}

.services--row .services__icon-wrap {
	order: 2;
	align-self: flex-end;
	flex-shrink: 0;
}

.services--row .services__content {
	order: 1;
	flex: 1;
	min-width: 0;
	text-align: left;
	justify-content: flex-start;
}

.services__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border-radius: 7px;
	box-shadow: inset 2px 2px 8px #0000001a, inset -2px -2px 8px #ffffff61;
	border: 1px solid color-mix(in srgb, #ffffff 28%, transparent);
	backdrop-filter: blur(14px) saturate(1.35);
	flex-shrink: 0;
}

.services__icon {
	user-select: none;
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
	flex-shrink: 0;
	filter: drop-shadow(0 1px 2px color-mix(in srgb, #000000 20%, transparent));
}

.services__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.services--column .services__content {
	align-items: center;
	flex: 1 1 auto;
	max-width: 230px;
	gap: 16px;
}

.services--row .services__content {
	gap: 8px;
	max-width: 290px;
}

.services__heading,
.entry-content .services__heading,
.entry-content h3.services__heading {
	margin: 0;
	font-family: var(--services-font-heading);
	font-weight: 700;
	font-size: 27px;
	line-height: 1.35;
	color: var(--services-text-color);
}

.services--column .services__heading,
.entry-content .services--column .services__heading,
.entry-content .services--column h3.services__heading,
.services--row .services__heading,
.entry-content .services--row .services__heading,
.entry-content .services--row h3.services__heading {
	min-height: calc(2 * 1.35em);
}

.services__text,
.entry-content .services__text,
.entry-content p.services__text {
	margin: 0;
	font-family: var(--services-font-body);
	font-weight: normal;
	font-size: 22px;
	line-height: 1.35;
	color: var(--services-text-color);
}

.services--column .services__text,
.entry-content .services--column .services__text,
.entry-content .services--column p.services__text {
	min-height: calc(3 * 1.35em);
}

.services--row .services__text,
.entry-content .services--row .services__text,
.entry-content .services--row p.services__text {
	font-size: 19px;
	line-height: 1.37;
	min-height: calc(3 * 1.37em);
}

@media screen and (max-width: 1024px) {

	.services--column .services__grid,
	.services--row .services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.services__heading,
	.entry-content .services__heading,
	.entry-content h3.services__heading {
		font-size: 24px;
	}

	.services__text,
	.entry-content .services__text,
	.entry-content p.services__text {
		font-size: 18px;
	}

	.services--row .services__text,
	.entry-content .services--row .services__text,
	.entry-content .services--row p.services__text {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.services {
		padding: 40px 0;
	}

	.services__grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 32px;
	}

	.services--column .services__grid,
	.services--row .services__grid {
		grid-template-columns: 1fr;
	}

	.services__card {
		height: auto;
	}

	.services--column .services__card-body {
		padding: 32px 20px;
		gap: 20px;
	}

	.services--row .services__card-body {
		padding: 20px;
	}

	.services--column .services__content {
		flex: 0 0 auto;
	}

	.services--column .services__heading,
	.entry-content .services--column .services__heading,
	.entry-content .services--column h3.services__heading,
	.services--row .services__heading,
	.entry-content .services--row .services__heading,
	.entry-content .services--row h3.services__heading,
	.services--column .services__text,
	.entry-content .services--column .services__text,
	.entry-content .services--column p.services__text,
	.services--row .services__text,
	.entry-content .services--row .services__text,
	.entry-content .services--row p.services__text {
		min-height: 0;
	}

	.services__heading,
	.entry-content .services__heading,
	.entry-content h3.services__heading {
		font-size: 22px;
	}

	.services__text,
	.entry-content .services__text,
	.entry-content p.services__text {
		font-size: 16px;
	}

	.services--row .services__text,
	.entry-content .services--row .services__text,
	.entry-content .services--row p.services__text {
		font-size: 15px;
	}
}

/* ==========================================================================
   Highlights
   ========================================================================== */

.highlights {
	padding: 80px 0;
	background: var(--highlights-bg);
	--section-title-color: var(--highlights-title-color);
	--section-title-accent: var(--highlights-title-accent);
	--section-title-border: var(--highlights-title-border);
	--section-title-font: var(--highlights-font-heading);
}

.highlights__grid {
	display: grid;
	align-items: stretch;
	gap: 20px;
	margin-top: 40px;
}

.highlights--corner .highlights__grid {
	row-gap: 40px;
	margin-top: 80px;
}

.highlights--cols-3 .highlights__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.highlights--cols-2 .highlights__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Center a single leftover card on the last row (e.g. 4 cards). */
.highlights--cols-3 .highlights__card:last-child:nth-child(3n + 1) {
	grid-column: 2;
}

/* Center two leftover cards on the last row (e.g. 5 cards). */
.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2)) {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2))>.highlights__card {
	grid-column: span 2;
}

.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2))>.highlights__card:nth-last-child(2) {
	grid-column: 2 / span 2;
}

.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2))>.highlights__card:last-child {
	grid-column: 4 / span 2;
}

.highlights--cols-2 .highlights__card:last-child:nth-child(odd) {
	grid-column: 1 / -1;
	width: 100%;
	max-width: calc((100% - 20px) / 2);
	justify-self: center;
}

.highlights__card {
	position: relative;
	display: flex;
	height: 100%;
	min-width: 0;
	min-height: 0;
	padding: 28px;
	overflow: hidden;
	border-radius: var(--highlights-card-radius);
	background: var(--highlights-card-bg);
}

.highlights,
.entry-content .highlights {
	border: none;
	border-style: none;
}

.highlights--border .highlights__card {
	border: 1px solid var(--highlights-card-stroke);
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--highlights-card-stroke) 25%, transparent);
}

.highlights__card--left-accent,
.highlights--border .highlights__card--left-accent {
	--highlights-left-accent: #0B9588;
	border-left: 8px solid var(--highlights-left-accent);
}

/* Card rotation — desktop only (1024px+). */
@media screen and (min-width: 1024px) {
	.highlights__card--rotate-left-down {
		transform: rotate(-8deg);
		margin-bottom: 20px;
		margin-right: 15px;
	}

	.highlights__card--rotate-left-up {
		transform: rotate(8deg);
		margin-top: 20px;
		margin-left: 15px;
	}

	.highlights__card--rotate-left-down .highlights__heading,
	.highlights__card--rotate-left-up .highlights__heading,
	.entry-content .highlights__card--rotate-left-down .highlights__heading,
	.entry-content .highlights__card--rotate-left-up .highlights__heading,
	.entry-content .highlights__card--rotate-left-down h3.highlights__heading,
	.entry-content .highlights__card--rotate-left-up h3.highlights__heading {
		font-size: 45px;
		min-height: 0;
	}

	.highlights__card--rotate-left-down .highlights__text,
	.highlights__card--rotate-left-up .highlights__text,
	.entry-content .highlights__card--rotate-left-down .highlights__text,
	.entry-content .highlights__card--rotate-left-up .highlights__text,
	.entry-content .highlights__card--rotate-left-down p.highlights__text,
	.entry-content .highlights__card--rotate-left-up p.highlights__text {
		font-size: 34px;
		font-weight: 200;
	}

	.highlights--corner .highlights__card--rotate-left-down .highlights__icon,
	.highlights--corner .highlights__card--rotate-left-up .highlights__icon,
	.entry-content .highlights--corner .highlights__card--rotate-left-down .highlights__icon,
	.entry-content .highlights--corner .highlights__card--rotate-left-up .highlights__icon {
		width: 120px;
		height: 120px;
	}
}

.highlights__bg-shape,
.entry-content .highlights__bg-shape {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	user-select: none;
}

.highlights__header,
.highlights__content,
.highlights__body,
.highlights__icon,
.highlights__heading,
.highlights__text {
	position: relative;
	z-index: 1;
}

.highlights__icon {
	display: block;
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	object-fit: contain;
}

.highlights--header .highlights__card {
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
}

.highlights--header .highlights__header {
	display: flex;
	align-items: center;
	gap: 16px;
}

.highlights--header .highlights__heading {
	flex: 1;
	min-width: 0;
}

.highlights--split .highlights__card {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.highlights--split .highlights__content {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-self: stretch;
}

.highlights--split .highlights__icon {
	width: 72px;
	height: 72px;
}

.highlights--corner .highlights__card {
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
}

.highlights--corner .highlights__heading {
	width: 100%;
}

.highlights--corner .highlights__body {
	display: flex;
	flex: 1 1 auto;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.highlights--corner .highlights__text {
	flex: 1;
	min-width: 0;
	margin: 0;
}

.highlights--corner .highlights__icon {
	align-self: flex-end;
	margin-top: auto;
	width: 64px;
	height: 64px;
}

.highlights--corner-top .highlights__card {
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.highlights--corner-top .highlights__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	min-width: 0;
	align-self: stretch;
}

.highlights--corner-top .highlights__icon {
	align-self: flex-start;
	width: 64px;
	height: 64px;
}

.highlights__heading,
.entry-content .highlights__heading,
.entry-content h3.highlights__heading {
	margin: 0;
	font-family: var(--highlights-font-heading);
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	color: var(--highlights-heading-color);
}

.highlights__text,
.entry-content .highlights__text,
.entry-content p.highlights__text {
	margin: 0;
	font-family: var(--highlights-font-body);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: var(--highlights-text-color);
}

@media screen and (max-width: 1024px) {

	.highlights--cols-3 .highlights__grid,
	.highlights--cols-2 .highlights__grid,
	.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2)) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.highlights--cols-3 .highlights__card:last-child:nth-child(3n + 1),
	.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2))>.highlights__card,
	.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2))>.highlights__card:nth-last-child(2),
	.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2))>.highlights__card:last-child {
		grid-column: auto;
		max-width: none;
		width: auto;
		justify-self: stretch;
	}

	/* Center the odd last card in a 2-column grid (e.g. 5 cards). */
	.highlights--cols-3 .highlights__card:last-child:nth-child(odd),
	.highlights--cols-2 .highlights__card:last-child:nth-child(odd),
	.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2))>.highlights__card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		width: 100%;
		max-width: calc((100% - 20px) / 2);
		justify-self: center;
	}

	.highlights__heading,
	.entry-content .highlights__heading,
	.entry-content h3.highlights__heading {
		font-size: 20px;
	}

	.highlights__text,
	.entry-content .highlights__text,
	.entry-content p.highlights__text {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.highlights {
		padding: 48px 0;
	}

	.highlights__grid {
		gap: 16px;
		margin-top: 32px;
	}

	.highlights--cols-3 .highlights__grid,
	.highlights--cols-2 .highlights__grid,
	.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2)) {
		grid-template-columns: 1fr;
	}

	.highlights--cols-3 .highlights__card:last-child:nth-child(3n + 1),
	.highlights--cols-3 .highlights__card:last-child:nth-child(odd),
	.highlights--cols-2 .highlights__card:last-child:nth-child(odd),
	.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2))>.highlights__card,
	.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2))>.highlights__card:nth-last-child(2),
	.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2))>.highlights__card:last-child,
	.highlights--cols-3 .highlights__grid:has(> .highlights__card:last-child:nth-child(3n + 2))>.highlights__card:last-child:nth-child(odd) {
		grid-column: auto;
		max-width: none;
		width: auto;
		justify-self: stretch;
	}

	.highlights__card {
		padding: 24px;
	}

	.highlights--corner .highlights__heading {
		min-height: 0;
	}

	.highlights--corner .highlights__card {
		gap: 10px;
	}

	.highlights--corner .highlights__body {
		flex: 0 1 auto;
		align-items: center;
		gap: 16px;
	}

	.highlights--corner .highlights__icon {
		align-self: center;
		margin-top: 0;
	}
}

/* ==========================================================================
   Responsive Adaptations
   ========================================================================== */

@media (max-width: 768px) {
	.site-footer__main {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		min-height: 0;
	}

	.site-footer__column--brand {
		position: static;
		transform: none;
		order: -1;
	}

	.site-footer__column--features,
	.site-footer__column--resources {
		justify-self: center;
		width: 100%;
	}

	.site-footer__column--resources {
		grid-column: auto;
	}

	.site-footer__bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.site-footer__apps {
		flex-direction: column;
	}

	.hero {
		padding: 60px 0;
	}

	.hero-content {
		padding: 32px;
	}

	.hero-content h2 {
		font-size: 32px;
	}
}

@media (max-width: 600px) {
	.admin-bar {
		.site-header {
			top: 0px;
		}
	}
}

/* ==========================================================================
   Modular Hero Layout Engine & Component Styles
   ========================================================================== */

.hero {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: var(--header-bg);
	color: var(--color-anthracite);
	padding: 80px 0;
}

.hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

/* Decorative Before / After elements */
.hero__element-before,
.hero__element-after {
	overflow: hidden;
	/* clips the gradient overlay to the element bounds */
}

.hero__element-before img,
.hero__element-after img {
	display: block;
	position: relative;
	z-index: 0;
}

/* Gradient overlay rendered inside a Before/After decorative element */
.hero__element-gradient {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.hero__container {
	position: relative;
	z-index: 2;
}

.hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

/* Layout Modifiers */
.hero--split-right-image .hero__inner {
	flex-direction: row;
}

.hero--centered-bottom-image .hero__inner {
	flex-direction: column;
	text-align: center;
}

.hero--centered-bottom-image .hero__content {
	max-width: 800px;
	margin: 0 auto;
	align-items: center;
}

.hero--centered-bottom-image .hero__ctas {
	justify-content: center;
}

.hero--dual-device-hero .hero__inner {
	flex-direction: row;
}

.hero--split-floating-cards .hero__inner {
	flex-direction: row;
}

.hero--dark-split-hero {
	background-color: #181819;
	color: #FFFFFF;
}

.hero--dark-split-hero .hero__title {
	color: #FFFFFF;
	text-transform: uppercase;
}

.hero--dark-split-hero .hero__title em {
	color: var(--header-menu-hover-color, #39FF14);
}


/* Hero Content Components */
.hero__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1;
	z-index: 2;
}

.hero__tagline-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 16px;
	border-radius: 50px;
	border: 1px solid var(--header-menu-hover-color, var(--color-brand-blue));
	background: rgba(255, 255, 255, 0.1);
	font-family: var(--font-family-heading);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	width: fit-content;
}

.hero__tagline-icon {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.hero__title {
	font-family: var(--font-family-heading);
	font-size: clamp(32px, 5vw, 56px);
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.hero__title em {
	font-style: normal;
	color: var(--header-menu-hover-color, var(--color-brand-blue));
}

.hero__description {
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.6;
	opacity: 0.9;
}

/* Hero Buttons & CTAs */
.hero__ctas {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 32px;
	border-radius: 50px;
	font-family: var(--font-family-heading);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.hero a.hero__btn {
	text-decoration: none;
}

.hero__btn--primary {
	background-color: var(--header-menu-hover-color, var(--color-brand-blue));
	color: #FFFFFF;
}

.hero__btn--primary:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.hero__btn--neon {
	background-color: #39FF14;
	color: #000000;
	box-shadow: 0 0 20px rgba(57, 255, 20, 0.4);
}

.hero__btn--neon:hover {
	box-shadow: 0 0 30px rgba(57, 255, 20, 0.6);
	transform: translateY(-2px);
}

.hero__btn--outline {
	background-color: transparent;
	border: 2px solid var(--header-menu-hover-color, var(--color-brand-blue));
	color: inherit;
}

.hero__btn--outline:hover {
	background-color: var(--header-menu-hover-color, var(--color-brand-blue));
	color: #FFFFFF;
}

.hero__btn--light {
	background-color: #FFFFFF;
	color: var(--color-anthracite);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.hero__btn-icon {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

/* Featured Items Repeater Grid */
.hero__featured-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 20px;
	margin-top: 24px;
}

.hero__featured-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.hero__featured-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.hero__featured-title {
	font-weight: 700;
	font-size: 14px;
}

.hero__featured-desc {
	font-size: 12px;
	opacity: 0.8;
}

/* Hero Feature Media / Images */
.hero__media {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.hero__media-wrapper {
	position: relative;
	max-width: 100%;
}

.hero__media-image {
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

/* Dual Device Hero Layout Overlaps */
.hero--dual-device-hero .hero__media-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero--dual-device-hero .hero__media-image--primary {
	transform: rotate(9deg) scale(0.95);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 36px;
}

.hero--dual-device-hero .hero__media-image--secondary {
	position: absolute;
	left: -20px;
	top: 20px;
	transform: rotate(-5deg) scale(0.9);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
	border-radius: 36px;
	z-index: 1;
}


/* ==========================================================================
   Layout-Specific Styles (Isolated per Hero Layout)
   ========================================================================== */

/* 1. Squat Counter Layout Specific Styles */
.hero.hero--squat-counter {
	background-color: #181819;
	color: #FFFFFF;
}

.hero.hero--squat-counter .hero__content {
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
}

.hero.hero--squat-counter .hero__tagline-badge {

	border: 0.79px solid #39FF14;
	border-radius: 23px;
	background: transparent;
	color: #FFFFFF;
	font-family: var(--font-family-heading);
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: 0.79px;
	text-transform: uppercase;
}

.hero.hero--squat-counter .hero__title {
	font-family: 'Orbitron', var(--font-family-heading);
	font-size: clamp(32px, 4.5vw, 48px);
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
	color: #FFFFFF;
}

.hero.hero--squat-counter .hero__title em {
	color: #39FF14;
	font-style: normal;
}

.hero.hero--squat-counter .hero__description {
	font-size: 20px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.hero.hero--squat-counter .hero__btn--primary {
	background-color: #39FF14;
	color: #000000;
	border-radius: 50px;
	box-shadow: 0 0 20px rgba(57, 255, 20, 0.4);
	font-weight: 700;
}

.hero.hero--squat-counter .hero__btn--outline {
	border: 1px solid #39FF14;
	color: #FFFFFF;
	border-radius: 50px;
}

/* 2. Brainbite Layout Specific Styles */
.hero.hero--brainbite {
	background-color: #181819;
	background-image: none;
	color: #FFFFFF;
}

.hero.hero--brainbite::before {
	display: none;
	content: none;
}

.hero.hero--brainbite .hero__tagline-badge {
	background: transparent;
	border: 1px solid #FEDC05;
	color: #ffffff;
	border-radius: 50px;
}

.hero.hero--brainbite .hero__title {
	font-family: var(--font-family-heading);
	font-size: clamp(32px, 4.5vw, 44px);
	font-weight: 700;
	line-height: 1.25;
	color: #FFFFFF;
}

.hero.hero--brainbite .hero__title em {
	color: #FEDC05;
}

.hero.hero--brainbite .hero__description {
	font-size: 18px;
	line-height: 1.6;
	color: #B8B8C0;
}

.hero.hero--brainbite .hero__btn--primary {
	background-color: #FEDC05;
	color: #000000;
	border-radius: 50px;
	box-shadow: 0 10px 25px rgba(254, 220, 5, 0.4);
}

.hero.hero--brainbite .hero__btn--outline {
	background: transparent;
	border: 1px solid #FEDC05;
	color: #FFFFFF;
}

/* 3. Debt Planner Layout Specific Styles */
.hero.hero--debt-planner {
	background-color: #E5E3FF;
	color: #211C52;
	position: relative;
	overflow: hidden;
}

.hero.hero--debt-planner::before {
	display: none;
}

.hero.hero--debt-planner .hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.hero.hero--debt-planner .hero__content {
	flex: 0 0 70%;
	width: 70%;
	max-width: 70%;
	z-index: 2;
}

.hero.hero--debt-planner .hero__media {
	flex: 0 0 40%;
	width: 40%;
	max-width: 40%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	z-index: 2;
}

.hero.hero--debt-planner .hero__media-wrapper {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.hero.hero--debt-planner .hero__media-image--primary {
	max-width: 100%;
	height: auto;
	width: 100%;
	object-fit: contain;
	border-radius: 0;
	box-shadow: none;
	transform: none;
}

/* Remove dual-device transforms for debt-planner (single composite image) */
.hero.hero--debt-planner .hero__media-image--secondary {
	display: none;
}

.hero.hero--debt-planner .hero__tagline-badge {
	background: #EAE7FF;
	border: 1px solid #D0C9FF;
	color: #5945FF;
	border-radius: 30px;
}

.hero.hero--debt-planner .hero__title {
	font-family: 'Inter', var(--font-family-base);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 600;
	line-height: 1.38;
	color: #211C52;
	text-transform: capitalize;
	margin: 0;
}

.hero.hero--debt-planner .hero__title em {
	color: #471F92;
	font-style: normal;
	font-weight: 900;
}

.hero.hero--debt-planner .hero__description,
.hero.hero--debt-planner .hero__description p {
	font-family: 'Inter', var(--font-family-base);
	font-size: clamp(16px, 2vw, 24px);
	font-weight: 400;
	line-height: 1.8;
	color: #27215F;
	text-transform: capitalize;
	max-width: 582px;
	opacity: 1;
}

.hero.hero--debt-planner .hero__btn--primary {
	background-color: #5945FF;
	color: #FFFFFF;
	border-radius: 50px;
	box-shadow: 0 10px 25px rgba(89, 69, 255, 0.3);
}

.hero.hero--debt-planner .hero__btn--outline {
	border: 2px solid #5945FF;
	color: #5945FF;
	background: transparent;
}

/* Debt Planner Featured Items — Vertical transparent cards */
.hero.hero--debt-planner .hero__featured-grid {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 24px;
	width: 100%;
}

.hero.hero--debt-planner .hero__featured-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	width: fit-content;
	background: transparent;
	box-shadow: inset 2px 2px 8px #0000001a, inset -2px -2px 8px #ffffff61;
}

.hero.hero--debt-planner .hero__featured-icon {
	display: none;
}

.hero.hero--debt-planner .hero__featured-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hero.hero--debt-planner .hero__featured-title {
	font-family: 'Inter', var(--font-family-base);
	font-size: 15px;
	font-weight: 600;
	color: #27215F;
	line-height: 1.4;
	text-transform: capitalize;
}

.hero.hero--debt-planner .hero__featured-desc {
	font-family: 'Inter', var(--font-family-base);
	font-size: 14px;
	font-weight: 400;
	color: #27215F;
	line-height: 1.45;
	text-transform: capitalize;
	opacity: 1;
}


/* 4. Habit Tracker Layout Specific Styles */
.hero.hero--habit-tracker {
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 40%, #D2E0A1 100%);
	color: #22330A;
}

.hero.hero--habit-tracker:has(.hero__media) {
	padding-bottom: 0;
}

.hero.hero--habit-tracker::before {
	display: none;
}

.hero.hero--habit-tracker.hero--centered-bottom-image .hero__content {
	max-width: 1050px;
}

.hero.hero--habit-tracker .hero__tagline-badge {
	background: #E7F0C3;
	border: 1px solid #C5DB83;
	color: #5B7E1B;
	border-radius: 30px;
}

.hero.hero--habit-tracker .hero__title {
	font-family: var(--font-family-heading);
	font-size: clamp(32px, 4.5vw, 62px);
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	color: #534300;
}

.hero.hero--habit-tracker .hero__title em {
	color: #749917;
}

.hero.hero--habit-tracker .hero__description {
	font-size: 30px;
	line-height: 1.6;
	color: #534300;
}

.hero.hero--habit-tracker .hero__btn--primary {
	background-color: #749917;
	color: #FFFFFF;
	border-radius: 50px;
	box-shadow: 0 10px 25px rgba(116, 153, 23, 0.3);
}

.hero.hero--habit-tracker .hero__btn--outline {
	border: 2px solid #749917;
	color: #22330A;
}

/* 5. IPO Tracker Layout Specific Styles */
.hero.hero--IPO {
	background: linear-gradient(180deg, #FFFFFF 0%, #C4D5FF 100%);
	color: #0F172A;
}

/* Image sits flush at bottom — no bottom padding when media is present */
.hero.hero--IPO:has(.hero__media) {
	padding-bottom: 0;
}

/* Suppress the default ::before radial gradient overlay */
.hero.hero--IPO::before {
	display: none;
}

/* Centered content column — same as Habit Tracker */
.hero.hero--IPO.hero--centered-bottom-image .hero__content {
	max-width: 1050px;
	margin: 0 auto;
	text-align: center;
	align-items: center;
}

.hero.hero--IPO .hero__ctas {
	justify-content: center;
}

/* Full-width image at the bottom */
.hero.hero--IPO .hero__media {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.hero.hero--IPO .hero__media-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.hero.hero--IPO .hero__media-image--primary {
	max-width: 100%;
	max-height: 540px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.hero.hero--IPO .hero__tagline-badge {
	background: #DBEAFE;
	border: 1px solid #BFDBFE;
	color: #1D4ED8;
	border-radius: 30px;
}

.hero.hero--IPO .hero__title {
	font-family: var(--font-family-heading);
	font-size: clamp(32px, 4.5vw, 62px);
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	color: #1E3A8A;
	max-width: 935px;
	margin: 0 auto;
}

.hero.hero--IPO .hero__title em {
	color: #0e1a3b;
}

.hero.hero--IPO .hero__description {
	font-size: 30px;
	line-height: 1.6;
	color: #1E3A8A;
}

.hero.hero--IPO .hero__btn--primary {
	background-color: #2563EB;
	color: #FFFFFF;
	border-radius: 50px;
	box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}

.hero.hero--IPO .hero__btn--outline {
	border: 2px solid #2563EB;
	color: #1E40AF;
}


/* 6. Pro Plank Layout Specific Styles */
.hero.hero--pro-plank {
	background: linear-gradient(0deg, #8B9F5C 0%, #EDF2D1 50%, #EDF2D1 100%);
	color: #475428;
}

.hero.hero--pro-plank:has(.hero__media) {
	padding-bottom: 0;
}

.hero.hero--pro-plank::before {
	display: none;
}

.hero.hero--pro-plank .hero__inner {
	flex-direction: column;
	text-align: center;
}

.hero.hero--pro-plank .hero__content {
	max-width: 900px;
	margin: 0 auto;
	align-items: center;
}

.hero.hero--pro-plank .hero__tagline-badge {
	background: rgba(71, 84, 40, 0.1);
	border: 1px solid #475428;
	color: #475428;
	border-radius: 30px;
}

.hero.hero--pro-plank .hero__title {
	font-family: 'Syncopate', var(--font-family-heading);
	font-size: clamp(32px, 4.5vw, 53px);
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	color: #475428;
	text-align: center;
}

.hero.hero--pro-plank .hero__title em {
	color: #2F3918;
}

.hero.hero--pro-plank .hero__description {
	font-family: 'Manrope', var(--font-family-base);
	font-size: clamp(18px, 2.5vw, 30px);
	line-height: 1.35;
	color: #535353;
	text-align: center;
}

.hero.hero--pro-plank .hero__ctas {
	justify-content: center;
}

.hero.hero--pro-plank .hero__btn--primary {
	background-color: #475428;
	color: #FFFFFF;
	border-radius: 50px;
	box-shadow: 0 10px 25px rgba(71, 84, 40, 0.3);
	font-weight: 700;
}

.hero.hero--pro-plank .hero__btn--outline {
	border: 2px solid #475428;
	color: #475428;
	border-radius: 50px;
}

.hero.hero--pro-plank .hero__media {
	width: 100%;
}

.hero.hero--pro-plank .hero__media .hero__media-image {
	max-height: 540px;
}

/* 7. Track Layout Specific Styles */
.hero.hero--track {
	background-color: #FFF3EE;
	background-image: linear-gradient(180deg, #FFF3EE 0%, #FFDBCC 100%);
	color: #1F1F1F;
}

.hero.hero--track:has(.hero__media) {
	padding-bottom: 0;
	padding-top: 40px;
}

.hero.hero--track::before {
	display: none;
}

.hero.hero--track .hero__inner {
	flex-direction: column;
	text-align: center;
}

.hero.hero--track.hero--centered-bottom-image .hero__content {
	max-width: 1083px;
	margin: 0 auto;
	align-items: center;
}

.hero.hero--track .hero__tagline-badge {
	background: rgba(255, 92, 102, 0.12);
	border: 1px solid #FF5C66;
	color: #FF5C66;
	border-radius: 30px;
}

.hero.hero--track .hero__title {
	font-family: 'Classica', Georgia, 'Times New Roman', serif;
	font-size: clamp(32px, 4.5vw, 56px);
	font-weight: 700;
	line-height: 1.16;
	text-transform: uppercase;
	color: #1F1F1F;
	text-align: center;
}

.hero.hero--track .hero__title em {
	color: #FF5C66;
}

.hero.hero--track .hero__description {
	font-family: 'DM Sans', var(--font-family-base);
	font-size: clamp(18px, 2.5vw, 30px);
	font-weight: 500;
	line-height: 1.3;
	color: #535353;
	text-align: center;
	text-transform: capitalize;
	max-width: 994px;
}

.hero.hero--track .hero__ctas {
	justify-content: center;
}

.hero.hero--track .hero__btn--primary {
	background: linear-gradient(180deg, #FF5C66 0%, #DE819E 100%);
	color: #FFFFFF;
	border-radius: 50px;
	box-shadow: 0 10px 25px rgba(255, 92, 102, 0.3);
	font-weight: 700;
}

.hero.hero--track .hero__btn--outline {
	border: 2px solid #FF5C66;
	color: #FF5C66;
	border-radius: 50px;
}

.hero.hero--track .hero__media {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.hero.hero--track .hero__media-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.hero.hero--track .hero__media .hero__media-image {
	max-width: 100%;
	max-height: 540px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

/* 8. Pushup Counter Layout Specific Styles */
.hero.hero--pushup {
	background-color: #D4F0F1;
	color: #042F2C;
	position: relative;
	overflow: hidden;
	padding-top: 150px;
	padding-bottom: 50px;
}

.hero.hero--pushup::before {
	display: none;
}

.hero.hero--pushup .hero__content {
	flex: 0 0 60%;
	width: 60%;
	max-width: 60%;
	z-index: 3;
}

.hero.hero--pushup .hero__media {
	flex: 0 0 40%;
	width: 40%;
	max-width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
}

.hero.hero--pushup .hero__tagline-badge {
	background: #CCFBF1;
	border: 1px solid #99F6E4;
	color: #0F766E;
	border-radius: 30px;
}

.hero.hero--pushup .hero__title {
	font-family: 'Manrope', var(--font-family-heading);
	font-size: clamp(32px, 4.5vw, 53px);
	font-weight: 800;
	line-height: 1.2;
	color: #1F1F1F;
	text-transform: uppercase;
}

.hero.hero--pushup .hero__title:after {
	content: "";
	display: block;
	width: 98px;
	height: 7px;
	margin-top: 16px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='98' height='7' viewBox='0 0 98 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='80' height='7' rx='3.5' fill='%23035850'/%3E%3Crect x='84' width='14' height='7' rx='3.5' fill='%23035850'/%3E%3C/svg%3E");
}

.hero.hero--pushup .hero__title em {
	color: #035850;
	font-style: normal;
}

.hero.hero--pushup .hero__description,
.hero.hero--pushup .hero__description p {
	font-family: 'Manrope', var(--font-family-base);
	font-size: clamp(16px, 2vw, 22px);
	line-height: 1.5;
	color: #000000;
	max-width: 654px;
}

.hero.hero--pushup .hero__btn--primary {
	background: linear-gradient(176.17deg, #0B9588 49.75%, #035850 96.62%);
	color: #FFFFFF;
	border-radius: 30px;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding: 14px 28px;
	box-shadow: 0 8px 20px rgba(11, 149, 136, 0.3);
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.hero.hero--pushup .hero__btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(11, 149, 136, 0.4);
}

.hero.hero--pushup .hero__btn--outline {
	background: transparent;
	border: 1px solid #035850;
	color: #035850;
	border-radius: 30px;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding: 14px 28px;
	filter: drop-shadow(0px 0px 20px rgba(254, 220, 5, 0.3));
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.hero.hero--pushup .hero__btn--outline:hover {
	background: rgba(3, 88, 80, 0.08);
	transform: translateY(-2px);
}

.hero.hero--pushup .hero__featured-grid {
	display: flex;
	align-items: center;
	gap: 24px;
	background: #DCF2F3;
	border: 1px solid rgba(3, 88, 80, 0.2);
	border-radius: 20px;
	padding: 16px 24px;
	margin-top: 36px;
	width: max-content;
	max-width: 100%;
	flex-wrap: wrap;
}

.hero.hero--pushup .hero__featured-item {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	padding: 0;
	background: unset;
	border: 0;
	width: auto;
}

.hero.hero--pushup .hero__featured-item:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 36px;
	background: rgba(3, 88, 80, 0.2);
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
}

.hero.hero--pushup .hero__featured-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(11, 149, 136, 0.7) 0%, rgba(3, 88, 80, 0.7) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.hero.hero--pushup .hero__featured-icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.hero.hero--pushup .hero__featured-title {
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #1F1F1F;
	line-height: 1.3;
	text-transform: capitalize;
}

.hero.hero--pushup .hero__featured-desc {
	font-family: 'Manrope', sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #535353;
	line-height: 1.4;
	margin-top: 1px;
}

/* 8. Salary IQ Counter Layout Specific Styles */
.hero.hero--salary-IQ-counter {
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 40%, #61B2AB 100%);
	color: #012320;
}

.hero.hero--salary-IQ-counter:has(.hero__media) {
	padding-bottom: 0;
}

.hero.hero--salary-IQ-counter::before {
	display: none;
}

.hero.hero--salary-IQ-counter.hero--centered-bottom-image .hero__content {
	max-width: 1050px;
}

.hero.hero--salary-IQ-counter .hero__tagline-badge {
	background: #E6F4F1;
	border: 1px solid #BCE3DE;
	color: #013632;
	border-radius: 30px;
}

.hero.hero--salary-IQ-counter .hero__title {
	font-family: var(--font-family-heading);
	font-size: clamp(32px, 4.5vw, 62px);
	font-weight: 800;
	line-height: 1.2;
	color: #013632;
	margin: 0;
}

.hero.hero--salary-IQ-counter .hero__title em {
	color: #013632;
}

.hero.hero--salary-IQ-counter .hero__description {
	font-size: 30px;
	line-height: 1.6;
	color: #0F172A;
}

.hero.hero--salary-IQ-counter .hero__btn--primary {
	background-color: #013632;
	color: #FFFFFF;
	border-radius: 50px;
	box-shadow: 0 10px 25px rgba(1, 54, 50, 0.3);
}

.hero.hero--salary-IQ-counter .hero__btn--outline {
	border: 2px solid #013632;
	color: #013632;
}

/* 9. Tax Tracker Layout Specific Styles */
.hero.hero--tax-tracker {
	background-color: #376C43;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
	padding: 180px 0 245px;
}

.hero.hero--tax-tracker::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url('assets/taxtracker/images/hero-section-bg-shape.svg');
	pointer-events: none;
	z-index: 1;
	background-position: left center;
	background-size: contain;
}

.hero.hero--tax-tracker .hero__container {
	position: relative;
	z-index: 2;
}

.hero.hero--tax-tracker .hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hero.hero--tax-tracker .hero__content {
	flex: 0 0 60% !important;
	width: 60% !important;
	max-width: 60% !important;
	z-index: 3;
}

.hero.hero--tax-tracker .hero__media {
	flex: 0 0 40% !important;
	width: 40% !important;
	max-width: 40% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
}

.hero.hero--tax-tracker .hero__tagline-badge {
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #FFFFFF;
	border-radius: 30px;
	padding: 6px 16px;
	font-family: 'Manrope', var(--font-family-heading);
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
}

.hero.hero--tax-tracker .hero__title {
	font-family: 'Manrope', var(--font-family-heading);
	font-size: clamp(32px, 4.5vw, 52px);
	font-weight: 800;
	line-height: 1.2;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 24px;
}

.hero.hero--tax-tracker .hero__title:after {
	content: "";
	display: block;
	width: 98px;
	height: 7px;
	margin-top: 16px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='98' height='7' viewBox='0 0 98 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='80' height='7' rx='3.5' fill='%23FFFFFF'/%3E%3Crect x='84' width='14' height='7' rx='3.5' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.hero.hero--tax-tracker .hero__title em {
	color: #FFFFFF;
	font-style: normal;
}

.hero.hero--tax-tracker .hero__description,
.hero.hero--tax-tracker .hero__description p {
	font-family: 'Manrope', var(--font-family-base);
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
	max-width: 540px;
}

.hero.hero--tax-tracker .hero__ctas {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-top: 24px;
	flex-wrap: wrap;
}

.hero.hero--tax-tracker .hero__btn--primary {
	background-color: #FFFFFF;
	color: #376C43;
	border-radius: 50px;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	padding: 14px 30px;
	font-size: 16px;
	transition: all 0.3s ease;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
}

.hero.hero--tax-tracker .hero__btn--primary:hover {
	background-color: #F0FDF4;
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

.hero.hero--tax-tracker .hero__btn--outline {
	background: transparent;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	border-radius: 50px;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	padding: 14px 30px;
	font-size: 16px;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
}

.hero.hero--tax-tracker .hero__btn--outline:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #FFFFFF;
	color: #FFFFFF;
	transform: translateY(-2px);
}

.hero.hero--tax-tracker .hero__media-image {
	border-radius: 40px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
	max-height: 580px;
	width: auto;
	object-fit: contain;
}

/* Tax Tracker Featured Items Card Box ("Track Progress", "Group Challenges", "Stay Motivated") */
.hero.hero--tax-tracker .hero__featured-grid {
	display: inline-flex;
	align-items: center;
	gap: 24px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding: 16px 24px;
	margin-top: 36px;
	max-width: 100%;
	flex-wrap: wrap;
}

.hero.hero--tax-tracker .hero__featured-item {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
}

.hero.hero--tax-tracker .hero__featured-item:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 36px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
}

.hero.hero--tax-tracker .hero__featured-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	backdrop-filter: blur(4px);
}

.hero.hero--tax-tracker .hero__featured-icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.hero.hero--tax-tracker .hero__featured-title {
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.3;
}

.hero.hero--tax-tracker .hero__featured-desc {
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.4;
	margin-top: 1px;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
	.hero__inner {
		flex-direction: column !important;
		text-align: left;
	}

	.hero__content,
	.hero.hero--squat-counter .hero__content {
		align-items: flex-start;
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.hero.hero--tax-tracker {
		padding: 60px 0;
	}

	.hero.hero--tax-tracker .hero__content {
		align-items: flex-start;
		text-align: left;
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.hero.hero--tax-tracker .hero__media {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 36px;
		display: flex;
		justify-content: center;
	}

	.hero.hero--tax-tracker .hero__media-image {
		max-height: 480px;
		width: 100%;
		max-width: 360px;
	}

	.hero.hero--tax-tracker .hero__ctas {
		justify-content: flex-start;
	}

	.hero.hero--tax-tracker .hero__featured-grid {
		justify-content: flex-start;
	}

	.hero__ctas {
		justify-content: flex-start;
	}

	.hero__media {
		width: 100%;
		margin-top: 32px;
	}

	/* Debt Planner responsive */
	.hero.hero--debt-planner .hero__content {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		text-align: left;
	}

	.hero.hero--debt-planner .hero__media {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		justify-content: center;
		margin-top: 36px;
	}

	.hero.hero--debt-planner .hero__media-image--primary {
		max-width: 460px;
		width: 100%;
		margin: 0 auto;
	}

	.hero.hero--debt-planner .hero__featured-grid {
		width: 100%;
	}

	/* Pushup Counter responsive */
	.hero.hero--pushup .hero__content {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		text-align: left;
	}

	.hero.hero--pushup .hero__media {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		justify-content: center;
		margin-top: 36px;
	}

	.hero.hero--pushup .hero__featured-grid {
		width: 100%;
		max-width: 100%;
		justify-content: flex-start;
	}
}

.hero__media-picture {
	display: block;
	max-width: 100%;
}

@media (max-width: 1280px) {
	.hero.hero--squat-counter {
		background-image: none !important;
	}
}
.hero.hero--debt-planner .hero__element-img {
	display: block;
	max-width: 100%;
	height: auto;
}

.hero.hero--debt-planner .hero__element-img--mobile {
	display: none;
}

@media (max-width: 1280px) {
	.hero.hero--debt-planner {
		display: flex;
		flex-direction: column;
		padding-bottom: 0;
	}

	.hero.hero--debt-planner .hero__element-img--desktop {
		display: none !important;
	}

	.hero.hero--debt-planner .hero__element-img--mobile {
		display: block !important;
	}

	.hero.hero--debt-planner .hero__container {
		order: 1;
		width: 100%;
	}

	.hero.hero--debt-planner .hero__inner {
		flex-direction: column !important;
	}

	.hero.hero--debt-planner .hero__content {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.hero.hero--debt-planner .hero__element-before,
	.hero.hero--debt-planner .hero__element-after {
		order: 2;
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 32px;
		margin-bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 20px;
	}

	.hero.hero--debt-planner .hero__element-before img,
	.hero.hero--debt-planner .hero__element-after img,
	.hero.hero--debt-planner .hero__element-img {
		width: 100%;
		max-width: 460px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1281px) {
	.hero.hero--debt-planner .hero__element-img--desktop {
		display: block !important;
	}

	.hero.hero--debt-planner .hero__element-img--mobile {
		display: none !important;
	}
}

@media (max-width: 1440px) {
	.hero.hero--tax-tracker {
		padding: 30px;
	}
}

/* Pushup / Tax Tracker — mobile background image at bottom (1280px and below) */
.hero.hero--pushup .hero__bg-mobile,
.hero.hero--tax-tracker .hero__bg-mobile {
	display: none;
}

@media (max-width: 1024px) {

	.hero.hero--pushup.hero--has-bg-mobile,
	.hero.hero--tax-tracker.hero--has-bg-mobile {
		display: flex;
		flex-direction: column;
		padding-bottom: 0;
		background-image: none !important;
	}

	.hero.hero--pushup{
		padding-top: 40px;
	}

	.hero.hero--pushup.hero--has-bg-mobile .hero__container,
	.hero.hero--tax-tracker.hero--has-bg-mobile .hero__container {
		order: 1;
		width: 100%;
	}

	.hero.hero--tax-tracker.hero--has-bg-mobile .hero__container{
		padding: 0;
	}

	.hero.hero--pushup.hero--has-bg-mobile .hero__bg-mobile,
	.hero.hero--tax-tracker.hero--has-bg-mobile .hero__bg-mobile {
		display: flex;
		order: 2;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-top: 32px;
		padding: 0 20px;
	}

	.hero.hero--pushup.hero--has-bg-mobile .hero__bg-mobile-img,
	.hero.hero--tax-tracker.hero--has-bg-mobile .hero__bg-mobile-img {
		width: 100%;
		max-width: 460px;
		height: auto;
	}

	.hero.hero--tax-tracker.hero--has-bg-mobile::before {
		display: none;
	}
}

/* ==========================================================================
   Page Hero (single / inner pages)
   ========================================================================== */

.page-hero {
	--page-hero-bg-color: transparent;
	--page-hero-bg-gradient: none;
	--page-hero-bg-image: none;
	--page-hero-bg-size: cover;
	--page-hero-bg-position: center center;
	--page-hero-title-color: #0F172A;
	--page-hero-title-accent: var(--header-menu-hover-color, #0F7AC0);
	--page-hero-text-color: #64748B;
	--page-hero-breadcrumb-color: #94A3B8;
	--page-hero-breadcrumb-hover: #64748B;
	--page-hero-font-heading: var(--font-family-heading);
	--page-hero-font-body: var(--font-family-base);
	padding: 72px 0 56px;
	background-color: var(--page-hero-bg-color);
	background-image: var(--page-hero-bg-image), var(--page-hero-bg-gradient);
	background-size: var(--page-hero-bg-size), auto;
	background-position: var(--page-hero-bg-position), center;
	background-repeat: no-repeat, no-repeat;
	scroll-margin-top: 120px;
}

.page-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: none;
}

.page-hero--constrained .page-hero__inner {
	max-width: var(--page-hero-content-max-width, 760px);
}

.page-hero--align-center .page-hero__inner {
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.page-hero__breadcrumbs {
	width: 100%;
	margin: 0 0 20px;
}

.page-hero__breadcrumb-list,
.entry-content .page-hero__breadcrumb-list,
.entry-content ol.page-hero__breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-hero--align-center .page-hero__breadcrumb-list {
	justify-content: center;
}

.page-hero__breadcrumb-item,
.entry-content .page-hero__breadcrumb-item,
.entry-content li.page-hero__breadcrumb-item {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-family: var(--page-hero-font-body);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--page-hero-breadcrumb-color);
}

.page-hero__breadcrumb-item--first {
	gap: 6px;
}

.page-hero__breadcrumb-arrow {
	display: block;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	color: var(--page-hero-breadcrumb-color);
}

.page-hero__breadcrumb-item:not(:last-child)::after {
	content: "/";
	margin: 0 10px;
	color: var(--page-hero-breadcrumb-color);
	opacity: 0.7;
}

.page-hero__breadcrumb-link,
.entry-content .page-hero__breadcrumb-link,
.entry-content a.page-hero__breadcrumb-link {
	color: var(--page-hero-breadcrumb-color);
	text-decoration: none;
	transition: color 0.2s ease;
}

.page-hero__breadcrumb-link:hover,
.page-hero__breadcrumb-link:focus,
.entry-content .page-hero__breadcrumb-link:hover,
.entry-content .page-hero__breadcrumb-link:focus {
	color: var(--page-hero-breadcrumb-hover);
	text-decoration: none;
}

.page-hero__breadcrumb-current {
	color: var(--page-hero-breadcrumb-color);
}

.page-hero__tags,
.entry-content .page-hero__tags,
.entry-content ul.page-hero__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.page-hero--align-center .page-hero__tags {
	justify-content: center;
}

.page-hero__tag,
.entry-content .page-hero__tag,
.entry-content li.page-hero__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 6px 12px;
	border-radius: 999px;
	font-family: var(--page-hero-font-body);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.01em;
	white-space: nowrap;
	background: #F1F5F9;
	color: #334155;
}

.page-hero__title,
.entry-content .page-hero__title,
.entry-content h1.page-hero__title {
	margin: 0 0 16px;
	font-family: var(--page-hero-font-heading);
	font-size: clamp(32px, 5vw, 48px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--page-hero-title-color);
	text-transform: none;
}

.page-hero__title .section-title__main {
	color: var(--page-hero-title-color);
}

.page-hero__title .section-title__accent,
.page-hero__title em {
	color: var(--page-hero-title-accent);
	font-style: normal;
	font-weight: 700;
}

.page-hero__text,
.entry-content .page-hero__text,
.entry-content p.page-hero__text {
	margin: 0;
	max-width: none;
	width: 100%;
	font-family: var(--page-hero-font-body);
	font-size: clamp(16px, 2vw, 18px);
	font-weight: 400;
	line-height: 1.65;
	color: var(--page-hero-text-color);
}

.page-hero--align-center .page-hero__text {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.page-hero {
		padding: 48px 0 40px;
	}

	.page-hero__breadcrumbs {
		margin-bottom: 16px;
	}

	.page-hero__breadcrumb-item,
	.entry-content .page-hero__breadcrumb-item,
	.entry-content li.page-hero__breadcrumb-item {
		font-size: 13px;
	}

	.page-hero__breadcrumb-item:not(:last-child)::after {
		margin: 0 8px;
	}

	.page-hero__tags,
	.entry-content .page-hero__tags,
	.entry-content ul.page-hero__tags {
		gap: 6px;
		margin-bottom: 16px;
	}

	.page-hero__tag,
	.entry-content .page-hero__tag,
	.entry-content li.page-hero__tag {
		font-size: 12px;
		padding: 5px 10px;
	}

	.page-hero__title,
	.entry-content .page-hero__title,
	.entry-content h1.page-hero__title {
		margin-bottom: 12px;
	}
}