:root {
	--promo-ink: #0f172a;
	--promo-night: #111827;
	--promo-slate: #334155;
	--promo-soft: #e2e8f0;
	--promo-paper: #f8fafc;
	--promo-accent: #ffbb20;
	--promo-accent-rgb: 255, 187, 32;
	--promo-accent-deep: #ffbb20;
	--promo-accent-deep-rgb: 255, 187, 32;
	--promo-mint: #22c55e;
	--promo-line: rgba(148, 163, 184, 0.22);
	--promo-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
	--promo-radius: 1.5rem;
	--promo-font: "Segoe UI Variable Display", "Aptos", "Trebuchet MS", "Gill Sans", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body.promo-body {
	margin: 0;
	padding-top: 5.6rem;
	font-family: var(--promo-font);
	color: var(--promo-ink);
	background:
		radial-gradient(circle at top left, rgba(var(--promo-accent-rgb), 0.12), transparent 32%),
		radial-gradient(circle at right 20%, rgba(14, 165, 233, 0.1), transparent 28%),
		linear-gradient(180deg, #fffdf8 0%, #f8fafc 42%, #eef2f7 100%);
}

body.promo-body ::selection {
	background: rgba(var(--promo-accent-rgb), 0.24);
	color: var(--promo-ink);
}

a {
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

img {
	max-width: 100%;
	height: auto;
}

.section-pad {
	padding: 5rem 0;
}

.eyebrow {
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--promo-accent-deep);
}

.section-heading {
	max-width: 50rem;
	margin-bottom: 1.25rem;
}

.section-title {
	margin: 0;
	font-size: clamp(2rem, 2.6vw, 3.4rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: var(--promo-night);
}

.section-lead {
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--promo-slate);
}

.hero-shell {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.75)),
		url(../img/parc4.jpg) center center / cover no-repeat;
	color: #fff;
}

.hero-shell::before,
.hero-shell::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.hero-shell::before {
	width: 28rem;
	height: 28rem;
	top: -12rem;
	right: -8rem;
	background: radial-gradient(circle, rgba(var(--promo-accent-rgb), 0.34) 0%, rgba(var(--promo-accent-rgb), 0) 68%);
}

.hero-shell::after {
	width: 18rem;
	height: 18rem;
	left: -5rem;
	bottom: -6rem;
	background: radial-gradient(circle, rgba(34, 197, 94, 0.22) 0%, rgba(34, 197, 94, 0) 70%);
}

.promo-nav {
	padding: 0.9rem 0;
	background: rgba(15, 23, 42, 0.7);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-toggler {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	padding: 0.45rem 0.8rem;
}

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

.brand-mark {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.2rem;
	width: auto;
	max-width: min(14rem, 52vw);
	color: #fff;
	text-decoration: none;
}

.brand-mark:hover {
	color: #fff;
}

.brand-mark__logo {
	display: block;
	width: auto;
	height: auto;
	max-height: 35px;
	object-fit: contain;
}

.brand-mark__tag {
	display: block;
	font-size: 0.74rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.1;
}

.promo-link {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 600;
	letter-spacing: 0.01em;
}

.promo-link:hover,
.promo-link:focus,
.promo-link.active {
	color: #fff;
}

.promo-toolbar {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.lang-switcher {
	display: inline-flex;
	padding: 0.28rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	gap: 0.2rem;
}

.lang-switcher__btn {
	min-width: 2.7rem;
	height: 2.2rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.lang-switcher__btn:hover,
.lang-switcher__btn:focus {
	color: #fff;
}

.lang-switcher__btn.is-active {
	background: #fff;
	color: var(--promo-night);
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.14);
}

.hero-section {
	position: relative;
	padding: 4rem 0 5.5rem;
	z-index: 1;
}

.hero-copy {
	padding-right: 1rem;
}

.chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.info-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.6rem 0.95rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	backdrop-filter: blur(10px);
}

.hero-title {
	margin: 0;
	font-size: clamp(2.6rem, 5vw, 5.4rem);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.05em;
	color: #fff8ef;
}

.hero-lead {
	max-width: 40rem;
	margin: 1.5rem 0 0;
	font-size: 1.13rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.78);
}

.cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 2rem;
}

.btn-accent {
	padding: 0.88rem 1.4rem;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--promo-accent), var(--promo-accent-deep));
	color: #1c1204;
	font-weight: 800;
	letter-spacing: 0.01em;
	box-shadow: 0 16px 36px rgba(var(--promo-accent-deep-rgb), 0.28);
}

.btn-accent:hover,
.btn-accent:focus {
	color: #1c1204;
	transform: translateY(-1px);
	background: linear-gradient(135deg, #ffc53d, #e6a100);
}

.btn-ghost {
	padding: 0.88rem 1.4rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font-weight: 700;
	backdrop-filter: blur(8px);
}

.btn-ghost:hover,
.btn-ghost:focus {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.28);
}

.metric-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2.2rem;
}

.metric-card {
	padding: 1.3rem 1.2rem;
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.metric-card strong {
	display: block;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 800;
	line-height: 1;
	color: #fff;
}

.metric-card span {
	display: block;
	margin-top: 0.65rem;
	font-size: 0.92rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.78);
}

.showcase-card {
	position: relative;
	padding: 1.25rem;
	border-radius: calc(var(--promo-radius) + 0.25rem);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--promo-shadow);
	color: var(--promo-ink);
	overflow: hidden;
}

.showcase-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, rgba(var(--promo-accent-rgb), 0.12), transparent 36%);
	pointer-events: none;
}

.showcase-card__header,
.showcase-card__body {
	position: relative;
	z-index: 1;
}

.showcase-card__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.showcase-pill,
.showcase-status {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.showcase-pill {
	background: rgba(var(--promo-accent-deep-rgb), 0.12);
	color: var(--promo-accent-deep);
}

.showcase-status {
	background: rgba(34, 197, 94, 0.12);
	color: #15803d;
}

.showcase-card__body {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 1rem;
	align-items: end;
}

.showcase-copy h2 {
	margin: 0;
	font-size: 1.7rem;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: var(--promo-night);
}

.showcase-copy p {
	margin: 1rem 0 0;
	font-size: 0.98rem;
	line-height: 1.7;
	color: var(--promo-slate);
}

.showcase-list {
	padding: 0;
	margin: 1.2rem 0 0;
	list-style: none;
}

.showcase-list li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.7rem 0;
	font-size: 0.96rem;
	font-weight: 600;
	color: var(--promo-night);
	border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.showcase-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.showcase-list i {
	font-size: 1.2rem;
	color: var(--promo-accent-deep);
}

.showcase-visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 25rem;
	padding: 1rem 0;
	border-radius: 1.6rem;
	background:
		radial-gradient(circle at 50% 35%, rgba(var(--promo-accent-rgb), 0.18), transparent 38%),
		linear-gradient(180deg, #fff9ef 0%, #eef5ff 100%);
}

.showcase-phone {
	max-height: 24rem;
	filter: drop-shadow(0 24px 40px rgba(15, 23, 42, 0.18));
}

.floating-note {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	max-width: 12rem;
	padding: 0.75rem 0.9rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--promo-night);
}

.floating-note i {
	font-size: 1.15rem;
	color: var(--promo-accent-deep);
}

.floating-note--top {
	top: 1.2rem;
	left: -0.3rem;
}

.floating-note--bottom {
	right: -0.4rem;
	bottom: 1.4rem;
}

.trust-section {
	position: relative;
	margin-top: -1px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.brand-band {
	padding: 1.1rem;
	border-radius: calc(var(--promo-radius) + 0.2rem);
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid var(--promo-line);
	box-shadow: var(--promo-shadow);
}

.brand-tile {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6.2rem;
	padding: 1rem;
	border-radius: 1.2rem;
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	border: 1px solid rgba(148, 163, 184, 0.14);
}

.brand-logo {
	max-height: 3.5rem;
	object-fit: contain;
	filter: saturate(0.96) contrast(1.02);
}

.impact-section {
	background: var(--promo-night);
	color: #fff;
}

.impact-section .eyebrow,
.impact-card strong {
	color: var(--promo-accent);
}

.impact-section .section-title {
	color: #fff;
}

.impact-section .section-lead,
.impact-card span {
	color: rgba(255, 255, 255, 0.74);
}

.impact-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2.5rem;
}

.impact-card {
	grid-column: span 2;
	padding: 1.6rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.06);
	text-align: center;
}

.impact-card:nth-child(4),
.impact-card:nth-child(5) {
	grid-column: span 3;
}

.impact-card > strong,
.impact-card > span {
	display: block;
}

.impact-card > strong {
	font-size: clamp(2.8rem, 5.5vw, 4.6rem);
	line-height: 1;
	letter-spacing: -0.06em;
}

.impact-card > span {
	margin-top: 0.7rem;
	font-size: 0.92rem;
}

.impact-card__base {
	display: block;
	margin-top: 0.3rem;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.75rem;
}

.impact-card strong .count-up {
	display: inline;
	margin: 0;
	color: inherit;
	font: inherit;
}

.feature-section {
	background: transparent;
}

.feature-card {
	padding: 1.6rem;
	border-radius: var(--promo-radius);
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: var(--promo-shadow);
}

.feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	margin-bottom: 1rem;
	border-radius: 1rem;
	background: linear-gradient(135deg, rgba(var(--promo-accent-rgb), 0.16), rgba(var(--promo-accent-deep-rgb), 0.12));
	font-size: 1.45rem;
	color: var(--promo-accent-deep);
}

.feature-card h3,
.proof-card h3,
.stacked-point h3,
.testimonial-card h3,
.contact-side-card h3 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: var(--promo-night);
}

.feature-card p,
.proof-card p,
.stacked-point p,
.testimonial-card p,
.contact-side-card li,
.form-note,
.footer-copy {
	color: var(--promo-slate);
	line-height: 1.75;
	font-size: 0.98rem;
}

.ops-section {
	position: relative;
	background: linear-gradient(180deg, rgba(255, 249, 239, 0.92), rgba(255, 255, 255, 0.86));
}

.content-panel,
.contact-form-card,
.contact-side-card {
	padding: 1.8rem;
	border-radius: calc(var(--promo-radius) + 0.1rem);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.16);
	box-shadow: var(--promo-shadow);
}

.stacked-points {
	display: grid;
	gap: 1rem;
	margin-top: 1.7rem;
}

.stacked-point {
	padding: 1rem 0 0;
	border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.stacked-point:first-child {
	padding-top: 0;
	border-top: 0;
}

.visual-panel {
	position: relative;
	padding: 1.2rem;
	border-radius: calc(var(--promo-radius) + 0.3rem);
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.94));
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24);
	color: #fff;
	overflow: hidden;
}

.visual-panel__image {
	display: block;
	width: 100%;
	height: 27rem;
	object-fit: cover;
	border-radius: 1.35rem;
	opacity: 0.92;
}

.visual-panel__card {
	position: absolute;
	max-width: 16rem;
	padding: 1rem 1.05rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.2);
	color: var(--promo-night);
}

.visual-panel__card p,
.visual-panel__card span {
	margin: 0.35rem 0 0;
	font-size: 0.88rem;
	line-height: 1.55;
	color: var(--promo-slate);
}

.visual-panel__card strong {
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1;
}

.visual-kicker {
	display: inline-flex;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: rgba(var(--promo-accent-rgb), 0.14);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--promo-accent-deep);
}

.visual-panel__card--primary {
	top: 1.8rem;
	right: 1.8rem;
}

.visual-panel__card--secondary {
	left: 1.8rem;
	bottom: 1.8rem;
	display: flex;
	gap: 0.8rem;
	align-items: flex-start;
}

.visual-panel__card--secondary i {
	font-size: 1.4rem;
	color: var(--promo-accent-deep);
}

.proof-section {
	background: transparent;
}

.proof-card,
.testimonial-card {
	padding: 1.7rem;
	border-radius: var(--promo-radius);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: var(--promo-shadow);
}

.proof-card.is-featured {
	background: linear-gradient(180deg, rgba(255, 249, 239, 0.98), rgba(255, 255, 255, 0.95));
	border-color: rgba(var(--promo-accent-deep-rgb), 0.22);
}

.proof-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	margin-bottom: 1rem;
	border-radius: 999px;
	background: var(--promo-night);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.testimonial-quote {
	margin: 0;
	font-size: 1rem;
	line-height: 1.85;
	color: var(--promo-night);
}

.testimonial-author {
	display: inline-block;
	margin-top: 1rem;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--promo-accent-deep);
}

.contact-section {
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.98));
	color: #fff;
}

.contact-section .section-title,
.contact-section .section-lead,
.contact-section .eyebrow,
.contact-copy .contact-side-card h3,
.contact-checklist span,
.form-label,
.form-note,
.contact-section .footer-copy {
	color: #fff;
}

.contact-section .section-lead,
.contact-copy .contact-side-card li,
.form-note {
	color: rgba(255, 255, 255, 0.76);
}

.contact-copy,
.contact-form-card {
	position: relative;
	z-index: 1;
}

.contact-side-card {
	margin-top: 1.8rem;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: none;
}

.contact-checklist {
	padding: 0;
	margin: 1rem 0 0;
	list-style: none;
	display: grid;
	gap: 0.85rem;
}

.contact-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.contact-checklist i {
	font-size: 1.15rem;
	color: #ffbb20;
	margin-top: 0.12rem;
}

.contact-form-card {
	background: rgba(255, 255, 255, 0.96);
	color: var(--promo-night);
}

.contact-form-card .form-label,
.contact-form-card .form-note {
	color: var(--promo-night);
}

.contact-form-card .form-note {
	color: var(--promo-slate);
}

.promo-alert {
	padding: 1rem 1.1rem;
	border-radius: 1rem;
	font-weight: 600;
	box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.contact-confirmation {
	position: fixed;
	top: 1rem;
	left: 50%;
	z-index: 1100;
	width: min(calc(100% - 2rem), 42rem);
	transform: translateX(-50%);
	text-align: center;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.22);
}

.screenshots-section {
	background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
}

.fleet-carousel {
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 1.5rem;
	background: #0f172a;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
}

.fleet-carousel__trigger {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	text-align: left;
}

.fleet-carousel__image {
	aspect-ratio: 1920 / 911;
	object-fit: cover;
}

.fleet-carousel__caption {
	display: block;
	position: absolute;
	inset: auto 0 0;
	padding: 1.25rem 1.5rem;
	background: linear-gradient(90deg, rgba(8, 20, 38, 0.96), rgba(8, 20, 38, 0.72) 62%, transparent);
}

.fleet-carousel__caption strong,
.fleet-carousel__caption span {
	display: block;
}

.fleet-carousel__caption strong {
	margin-bottom: 0.25rem;
	font-size: 1.25rem;
}

.fleet-image-modal {
	border: 0;
	border-radius: 1rem;
	overflow: hidden;
}

@media (max-width: 575.98px) {
	.fleet-carousel__caption {
		position: static;
		background: #0f172a;
	}
}

.promo-input {
	min-height: 3.5rem;
	padding: 0.88rem 1rem;
	border-radius: 1rem;
	border: 1px solid rgba(148, 163, 184, 0.28);
	background: #fff;
	color: var(--promo-night);
	box-shadow: none;
}

.promo-input:focus {
	border-color: rgba(var(--promo-accent-deep-rgb), 0.5);
	box-shadow: 0 0 0 0.25rem rgba(var(--promo-accent-deep-rgb), 0.14);
}

.captcha-box {
	padding-top: 0.35rem;
}

.captcha-visual {
	display: inline-flex;
	padding: 0.8rem;
	border-radius: 1rem;
	background: linear-gradient(180deg, #fff9ef 0%, #fff 100%);
	border: 1px dashed rgba(var(--promo-accent-deep-rgb), 0.36);
}

.captcha-widget {
	display: inline-flex;
	max-width: 100%;
	overflow: hidden;
}

.captcha-widget .h-captcha {
	transform-origin: left top;
}

.captcha-visual img {
	border-radius: 0.75rem;
}

.site-footer {
	padding: 2.2rem 0 3rem;
	background: #0f172a;
	color: #fff;
}

.footer-title {
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #fff;
}

.footer-mail {
	color: #ffbb20;
	font-weight: 700;
	text-decoration: none;
}

.footer-mail:hover,
.footer-mail:focus {
	color: #fff;
}

.footer-copy {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
}

.footer-copy--small {
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.showcase-card__body {
		grid-template-columns: 1fr;
	}

	.showcase-copy {
		order: 2;
	}

	.showcase-visual {
		order: 1;
		min-height: 21rem;
	}

	.visual-panel__image {
		height: 22rem;
	}
}

@media (max-width: 991px) {
	body.promo-body {
		padding-top: 4.9rem;
	}

	.brand-mark {
		max-width: min(11.5rem, 58vw);
	}

	.hero-section {
		padding: 3rem 0 4.5rem;
	}

	.hero-copy {
		padding-right: 0;
	}

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

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

	.impact-card,
	.impact-card:nth-child(4),
	.impact-card:nth-child(5) {
		grid-column: span 1;
	}

	.promo-toolbar {
		padding-top: 1rem;
		justify-content: flex-start;
	}

	.section-pad {
		padding: 4.25rem 0;
	}

	.contact-section .section-title,
	.contact-section .section-lead {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.hero-title,
	.section-title {
		letter-spacing: -0.05em;
	}

	.hero-lead,
	.section-lead,
	.feature-card p,
	.proof-card p,
	.testimonial-quote,
	.footer-copy {
		font-size: 0.96rem;
	}

	.showcase-card,
	.feature-card,
	.proof-card,
	.testimonial-card,
	.content-panel,
	.contact-form-card,
	.contact-side-card,
	.brand-band {
		padding: 1.25rem;
	}

	.floating-note {
		position: static;
		max-width: none;
		margin-top: 0.9rem;
	}

	.showcase-visual {
		display: block;
		min-height: auto;
		text-align: center;
	}

	.showcase-phone {
		max-height: 18rem;
	}

	.visual-panel__card {
		position: static;
		max-width: none;
		margin-top: 1rem;
	}

	.visual-panel__image {
		height: 18rem;
	}

	.captcha-widget .h-captcha {
		transform: scale(0.92);
	}

}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition: none !important;
		animation: none !important;
	}
}
