/*
Theme Name: VendaPlus Extendable
Theme URI: https://www.vendaplus.com.br/
Author: Soft Design
Description: Tema-filho do Extendable para a nova home one-page do VendaPlus.
Template: extendable
Requires at least: 6.6
Requires PHP: 7.4
Version: 1.0.0
Text Domain: vendaplus-extendable
*/

:root {
	--vp-ink: #071827;
	--vp-ink-2: #0d2b44;
	--vp-blue: #006aa6;
	--vp-blue-2: #00a7d8;
	--vp-cyan: #7be8ff;
	--vp-green: #25d366;
	--vp-green-dark: #0b5a31;
	--vp-white: #ffffff;
	--vp-soft: #f4f9fc;
	--vp-soft-2: #e6f5fb;
	--vp-line: #d5e6ef;
	--vp-muted: #607283;
	--vp-shadow: 0 20px 52px rgba(7, 24, 39, 0.16);
	--vp-radius: 8px;
	--vp-grid-line: rgba(0, 167, 216, 0.16);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--vp-white);
	color: var(--vp-ink);
}

.vp-site,
.vp-site * {
	box-sizing: border-box;
}

.vp-site {
	font-family: Inter, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: var(--vp-ink);
	background: var(--vp-white);
	overflow-x: hidden;
}

.vp-container {
	width: min(1160px, calc(100% - 40px));
	margin-inline: auto;
}

.vp-header {
	position: sticky;
	top: 0;
	z-index: 80;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(213, 230, 239, 0.9);
	backdrop-filter: blur(16px);
}

.vp-header__inner {
	min-height: 78px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 22px;
}

.vp-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--vp-ink);
	text-decoration: none;
}

.vp-brand:hover,
.vp-brand:focus,
.vp-nav a:hover,
.vp-nav a:focus,
.vp-header-cta:hover,
.vp-header-cta:focus,
.vp-button:hover,
.vp-button:focus,
.vp-segments__grid a:hover,
.vp-segments__grid a:focus,
.vp-footer a:hover,
.vp-footer a:focus {
	text-decoration: none;
}

.vp-brand__logo {
	width: 132px;
	height: auto;
	display: block;
	filter: drop-shadow(0 8px 16px rgba(7, 24, 39, 0.16));
}

.vp-brand__copy {
	display: flex;
	flex-direction: column;
	gap: 1px;
	line-height: 1.1;
}

.vp-brand__copy strong {
	font-size: 1rem;
	color: var(--vp-ink);
}

.vp-brand__copy small {
	color: var(--vp-muted);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.vp-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
	flex-wrap: wrap;
}

.vp-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 10px;
	border-radius: 999px;
	color: var(--vp-ink-2);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.vp-nav a:hover,
.vp-nav a:focus {
	background: var(--vp-soft-2);
	color: var(--vp-blue);
}

.vp-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	background: var(--vp-green);
	color: #063f20;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(37, 211, 102, 0.25);
}

.vp-hero {
	position: relative;
	min-height: 690px;
	display: flex;
	align-items: center;
	isolation: isolate;
	overflow: hidden;
	background: #03111f;
	color: var(--vp-white);
}

.vp-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(3, 17, 31, 0.98) 0%, rgba(3, 17, 31, 0.86) 36%, rgba(3, 17, 31, 0.24) 72%, rgba(3, 17, 31, 0.12) 100%),
		url("/wp-content/themes/vendaplus-extendable/assets/hero-pdv-tech.png") center / cover no-repeat;
}

.vp-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 0 94%, rgba(123, 232, 255, 0.2) 94% 95%, transparent 95%),
		linear-gradient(0deg, transparent 0 94%, rgba(123, 232, 255, 0.14) 94% 95%, transparent 95%);
	background-size: 90px 90px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent 72%);
	opacity: 0.55;
}

.vp-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 180px;
	z-index: -1;
	background: linear-gradient(180deg, rgba(3, 17, 31, 0) 0%, #03111f 95%);
}

.vp-hero__content {
	padding: 88px 0 118px;
}

.vp-hero__eyebrow,
.vp-kicker {
	margin: 0 0 12px;
	color: var(--vp-blue-2);
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vp-hero h1 {
	max-width: 780px;
	margin: 12px 0 0;
	color: var(--vp-white);
	font-size: clamp(3rem, 6.6vw, 5.8rem);
	line-height: 0.94;
	letter-spacing: 0;
	text-wrap: balance;
}

.vp-product-mark {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid rgba(123, 232, 255, 0.32);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--vp-white);
	font-size: 1.05rem;
	font-weight: 950;
	letter-spacing: 0.02em;
}

.vp-hero__lead {
	max-width: 690px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.vp-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.vp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.96rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.vp-button:hover,
.vp-button:focus,
.vp-header-cta:hover,
.vp-header-cta:focus,
.vp-whatsapp-float:hover,
.vp-whatsapp-float:focus {
	transform: translateY(-2px);
}

.vp-button--whatsapp {
	background: var(--vp-green);
	color: #063f20;
	box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28);
}

.vp-button--ghost {
	border-color: rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.08);
	color: var(--vp-white);
}

.vp-button--dark {
	background: var(--vp-ink);
	color: var(--vp-white);
}

.vp-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.vp-hero__trust span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(123, 232, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.88rem;
	font-weight: 800;
}

.vp-automation-trace {
	width: min(760px, 100%);
	display: grid;
	grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
	align-items: center;
	gap: 10px;
	margin-top: 26px;
	padding: 14px;
	border: 1px solid rgba(123, 232, 255, 0.22);
	border-radius: var(--vp-radius);
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(14px);
}

.vp-automation-trace span {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.82rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.vp-automation-trace i {
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(123, 232, 255, 0.2), var(--vp-cyan), var(--vp-green));
}

.vp-strip {
	position: relative;
	margin-top: -54px;
	z-index: 2;
}

.vp-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border: 1px solid rgba(213, 230, 239, 0.8);
	border-radius: var(--vp-radius);
	background: var(--vp-white);
	box-shadow: var(--vp-shadow);
	overflow: hidden;
}

.vp-strip__grid div {
	padding: 24px;
	border-right: 1px solid var(--vp-line);
}

.vp-strip__grid div:last-child {
	border-right: 0;
}

.vp-strip__grid strong,
.vp-strip__grid span {
	display: block;
}

.vp-strip__grid strong {
	color: var(--vp-ink);
	font-size: 1.02rem;
}

.vp-strip__grid span {
	margin-top: 6px;
	color: var(--vp-muted);
	font-size: 0.92rem;
}

.vp-section {
	padding: 100px 0;
}

.vp-section-head {
	max-width: 820px;
}

.vp-section-head h2,
.vp-sticky-copy h2,
.vp-about__intro h2,
.vp-callout h2,
.vp-contact h2 {
	margin: 0;
	color: var(--vp-ink);
	font-size: clamp(2.1rem, 4.4vw, 3.8rem);
	line-height: 1.04;
	text-wrap: balance;
}

.vp-section-head p:not(.vp-kicker),
.vp-sticky-copy p,
.vp-about__intro p,
.vp-contact p {
	margin: 18px 0 0;
	color: var(--vp-muted);
	font-size: 1.05rem;
}

.vp-tech {
	position: relative;
	background:
		radial-gradient(circle at 15% 12%, rgba(0, 167, 216, 0.14), transparent 30%),
		radial-gradient(circle at 84% 18%, rgba(37, 211, 102, 0.1), transparent 26%),
		linear-gradient(180deg, #ffffff 0%, var(--vp-soft) 100%);
	overflow: hidden;
}

.vp-tech::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent 0 96%, var(--vp-grid-line) 96% 97%, transparent 97%),
		linear-gradient(0deg, transparent 0 96%, var(--vp-grid-line) 96% 97%, transparent 97%);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 70%);
}

.vp-tech > .vp-container {
	position: relative;
	z-index: 1;
}

.vp-ai-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: 22px;
	margin-top: 42px;
}

.vp-ai-console {
	position: relative;
	padding: 22px;
	border: 1px solid rgba(0, 106, 166, 0.18);
	border-radius: var(--vp-radius);
	background:
		linear-gradient(135deg, rgba(6, 27, 44, 0.96), rgba(8, 47, 74, 0.94)),
		#061b2c;
	box-shadow: var(--vp-shadow);
	overflow: hidden;
}

.vp-ai-console::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 0 95%, rgba(123, 232, 255, 0.16) 95% 96%, transparent 96%),
		linear-gradient(0deg, transparent 0 95%, rgba(123, 232, 255, 0.12) 95% 96%, transparent 96%);
	background-size: 54px 54px;
	opacity: 0.8;
}

.vp-ai-console__top,
.vp-ai-flow {
	position: relative;
	z-index: 1;
}

.vp-ai-console__top {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vp-ai-console__top span {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.34);
}

.vp-ai-console__top strong {
	margin-left: auto;
	color: var(--vp-cyan);
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vp-ai-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	padding-top: 20px;
}

.vp-ai-node {
	position: relative;
	min-height: 190px;
	padding: 20px;
	border: 1px solid rgba(123, 232, 255, 0.2);
	border-radius: var(--vp-radius);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
}

.vp-ai-node:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	width: 16px;
	height: 2px;
	background: linear-gradient(90deg, var(--vp-cyan), var(--vp-green));
}

.vp-ai-node b {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: var(--vp-radius);
	background: rgba(123, 232, 255, 0.12);
	color: var(--vp-cyan);
}

.vp-ai-node strong {
	display: block;
	margin-top: 18px;
	color: var(--vp-white);
	font-size: 1.08rem;
}

.vp-ai-node span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
}

.vp-ai-aside {
	padding: 28px;
	border: 1px solid var(--vp-line);
	border-radius: var(--vp-radius);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 14px 34px rgba(7, 24, 39, 0.08);
	backdrop-filter: blur(18px);
}

.vp-ai-aside h3 {
	margin: 0;
	color: var(--vp-ink);
	font-size: clamp(1.55rem, 3vw, 2.2rem);
	line-height: 1.08;
}

.vp-ai-aside p:not(.vp-kicker) {
	margin: 16px 0 0;
	color: var(--vp-muted);
}

.vp-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 24px;
}

.vp-pillar,
.vp-feature,
.vp-about__cards article,
.vp-contact-card {
	border: 1px solid var(--vp-line);
	border-radius: var(--vp-radius);
	background: var(--vp-white);
	box-shadow: 0 14px 34px rgba(7, 24, 39, 0.08);
}

.vp-pillar {
	position: relative;
	min-height: 300px;
	padding: 30px;
	overflow: hidden;
}

.vp-pillar::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--vp-blue), var(--vp-blue-2), var(--vp-green));
}

.vp-pillar span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: var(--vp-radius);
	background: var(--vp-soft-2);
	color: var(--vp-blue);
	font-size: 1.2rem;
	font-weight: 950;
}

.vp-pillar h3,
.vp-feature h3,
.vp-about__cards h3,
.vp-contact-card h3 {
	margin: 22px 0 0;
	color: var(--vp-ink);
	font-size: 1.35rem;
	line-height: 1.2;
}

.vp-pillar p,
.vp-feature p,
.vp-about__cards p {
	margin: 12px 0 0;
	color: var(--vp-muted);
}

.vp-solutions {
	background: #061b2c;
	color: var(--vp-white);
}

.vp-solutions__grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 46px;
	align-items: start;
}

.vp-sticky-copy {
	position: sticky;
	top: 112px;
}

.vp-solutions .vp-kicker,
.vp-callout .vp-kicker,
.vp-contact .vp-kicker {
	color: var(--vp-cyan);
}

.vp-solutions .vp-sticky-copy h2 {
	color: var(--vp-white);
}

.vp-solutions .vp-sticky-copy p {
	color: rgba(255, 255, 255, 0.76);
}

.vp-solutions .vp-button {
	margin-top: 28px;
}

.vp-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.vp-feature {
	min-height: 200px;
	padding: 26px;
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: none;
}

.vp-feature h3 {
	margin-top: 0;
	color: var(--vp-white);
}

.vp-feature p {
	color: rgba(255, 255, 255, 0.72);
}

.vp-segments {
	background: var(--vp-soft);
}

.vp-segments__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin-top: 38px;
}

.vp-segments__grid a {
	min-height: 112px;
	display: flex;
	align-items: flex-end;
	padding: 18px;
	border: 1px solid var(--vp-line);
	border-radius: var(--vp-radius);
	background:
		linear-gradient(145deg, rgba(0, 106, 166, 0.1), rgba(37, 211, 102, 0.08)),
		var(--vp-white);
	color: var(--vp-ink);
	font-weight: 900;
	line-height: 1.25;
	text-decoration: none;
	box-shadow: 0 10px 26px rgba(7, 24, 39, 0.05);
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.vp-segments__grid a:hover,
.vp-segments__grid a:focus {
	transform: translateY(-3px);
	border-color: var(--vp-blue);
	box-shadow: 0 18px 36px rgba(7, 24, 39, 0.11);
}

.vp-about {
	background: var(--vp-white);
}

.vp-about__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 44px;
	align-items: start;
}

.vp-about__intro {
	padding: 34px;
	border-radius: var(--vp-radius);
	background:
		linear-gradient(180deg, rgba(0, 106, 166, 0.12), rgba(37, 211, 102, 0.08)),
		var(--vp-soft);
	border: 1px solid var(--vp-line);
}

.vp-about__intro p + p {
	margin-top: 14px;
}

.vp-about__cards {
	display: grid;
	gap: 18px;
}

.vp-about__cards article {
	padding: 26px;
}

.vp-about__cards h3 {
	margin-top: 0;
}

.vp-callout {
	padding: 76px 0;
	background:
		linear-gradient(90deg, rgba(6, 27, 44, 0.98), rgba(0, 106, 166, 0.92)),
		#061b2c;
	color: var(--vp-white);
}

.vp-callout__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
}

.vp-callout h2 {
	max-width: 850px;
	color: var(--vp-white);
}

.vp-contact {
	background: var(--vp-ink);
	color: var(--vp-white);
}

.vp-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
	gap: 42px;
	align-items: start;
}

.vp-contact h2 {
	color: var(--vp-white);
}

.vp-contact p {
	color: rgba(255, 255, 255, 0.76);
}

.vp-contact .vp-button {
	margin-top: 28px;
}

.vp-contact-card {
	padding: 30px;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: none;
}

.vp-contact-card h3 {
	margin: 0 0 18px;
	color: var(--vp-white);
}

.vp-contact-card ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vp-contact-card li {
	display: grid;
	gap: 2px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.86);
}

.vp-contact-card li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.vp-contact-card span {
	color: var(--vp-cyan);
	font-size: 0.76rem;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vp-contact-card a {
	color: var(--vp-white);
	text-decoration: none;
}

.vp-contact-card a:hover,
.vp-contact-card a:focus {
	text-decoration: underline;
}

.vp-footer {
	padding: 34px 0;
	background: #04111d;
	color: rgba(255, 255, 255, 0.78);
}

.vp-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
}

.vp-footer__brand {
	display: flex;
	align-items: center;
	gap: 16px;
}

.vp-footer__brand img {
	width: 112px;
	height: auto;
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.24));
}

.vp-footer__brand p {
	margin: 0;
}

.vp-footer__brand strong {
	color: var(--vp-white);
}

.vp-footer__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 14px;
	font-weight: 800;
}

.vp-footer a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.vp-whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 100;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 60px;
	max-width: calc(100vw - 44px);
	padding: 9px 18px 9px 10px;
	border-radius: 999px;
	background: var(--vp-green);
	color: #063f20;
	text-decoration: none;
	font-weight: 950;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.vp-whatsapp-float__icon {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
}

.vp-whatsapp-float svg {
	width: 27px;
	height: 27px;
	fill: currentColor;
}

.vp-whatsapp-float__text {
	white-space: nowrap;
}

@media (max-width: 1040px) {
	.vp-header__inner {
		grid-template-columns: 1fr auto;
		padding: 12px 0;
	}

	.vp-nav {
		grid-column: 1 / -1;
		justify-content: flex-start;
		order: 3;
	}

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

	.vp-strip__grid div:nth-child(2) {
		border-right: 0;
	}

	.vp-strip__grid div:nth-child(-n + 2) {
		border-bottom: 1px solid var(--vp-line);
	}

	.vp-solutions__grid,
	.vp-about__grid,
	.vp-contact__grid,
	.vp-ai-grid {
		grid-template-columns: 1fr;
	}

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

	.vp-ai-node:not(:last-child)::after {
		display: none;
	}

	.vp-sticky-copy {
		position: static;
	}

	.vp-segments__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.vp-container {
		width: min(100% - 30px, 1160px);
	}

	.vp-header__inner {
		grid-template-columns: 1fr auto;
		gap: 10px 12px;
		min-height: 0;
	}

	.vp-brand__logo {
		width: 96px;
	}

	.vp-brand__copy {
		display: none;
	}

	.vp-header-cta {
		min-height: 38px;
		padding: 0 14px;
		font-size: 0.86rem;
	}

	.vp-nav {
		grid-column: 1 / -1;
		width: 100%;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 3px;
		overflow-x: auto;
		padding: 2px 0 4px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.vp-nav::-webkit-scrollbar {
		display: none;
	}

	.vp-nav a {
		flex: 0 0 auto;
		min-height: 34px;
		padding: 0 8px;
		font-size: 0.82rem;
	}

	.vp-hero {
		min-height: auto;
	}

	.vp-hero__media {
		background:
			linear-gradient(90deg, rgba(3, 17, 31, 0.98) 0%, rgba(3, 17, 31, 0.9) 62%, rgba(3, 17, 31, 0.48) 100%),
			url("/wp-content/themes/vendaplus-extendable/assets/hero-pdv-tech.png") 68% center / cover no-repeat;
	}

	.vp-hero__content {
		padding: 48px 0 92px;
	}

	.vp-hero h1 {
		font-size: clamp(2.35rem, 12vw, 3.55rem);
		line-height: 0.98;
	}

	.vp-product-mark {
		min-height: 38px;
		padding: 0 13px;
		font-size: 0.94rem;
	}

	.vp-hero__lead,
	.vp-section-head p:not(.vp-kicker),
	.vp-sticky-copy p,
	.vp-about__intro p,
	.vp-contact p {
		font-size: 1rem;
	}

	.vp-section-head h2,
	.vp-sticky-copy h2,
	.vp-about__intro h2,
	.vp-callout h2,
	.vp-contact h2 {
		font-size: clamp(1.95rem, 10vw, 2.75rem);
		line-height: 1.08;
	}

	.vp-button {
		width: 100%;
		min-height: 52px;
		padding-inline: 18px;
	}

	.vp-hero__trust {
		display: none;
	}

	.vp-automation-trace {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 12px;
	}

	.vp-automation-trace i {
		width: 2px;
		height: 14px;
		margin-left: 12px;
		background: linear-gradient(180deg, rgba(123, 232, 255, 0.2), var(--vp-cyan), var(--vp-green));
	}

	.vp-strip {
		margin-top: -38px;
	}

	.vp-strip__grid,
	.vp-pillars,
	.vp-feature-grid,
	.vp-segments__grid,
	.vp-ai-flow,
	.vp-callout__inner,
	.vp-footer__inner {
		grid-template-columns: 1fr;
	}

	.vp-strip__grid div {
		padding: 20px;
		border-right: 0;
		border-bottom: 1px solid var(--vp-line);
	}

	.vp-strip__grid div:last-child {
		border-bottom: 0;
	}

	.vp-section {
		padding: 72px 0;
	}

	.vp-pillar {
		min-height: auto;
		padding: 24px;
	}

	.vp-feature,
	.vp-ai-console,
	.vp-ai-aside,
	.vp-ai-node,
	.vp-about__cards article,
	.vp-about__intro,
	.vp-contact-card {
		padding: 22px;
	}

	.vp-ai-node {
		min-height: auto;
	}

	.vp-ai-console__top strong {
		font-size: 0.68rem;
	}

	.vp-contact-card li,
	.vp-contact-card a {
		overflow-wrap: anywhere;
	}

	.vp-callout {
		padding: 60px 0;
	}

	.vp-footer__links {
		justify-content: flex-start;
	}

	.vp-contact {
		padding-bottom: 92px;
	}

	.vp-whatsapp-float {
		right: 14px;
		bottom: 14px;
		min-height: 54px;
		padding: 7px 12px 7px 8px;
		font-size: 0.86rem;
	}

	.vp-whatsapp-float__icon {
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 430px) {
	.vp-container {
		width: min(100% - 24px, 1160px);
	}

	.vp-brand__logo {
		width: 88px;
	}

	.vp-header-cta {
		padding: 0 12px;
	}

	.vp-hero__content {
		padding-top: 42px;
	}

	.vp-whatsapp-float {
		width: 56px;
		height: 56px;
		min-height: 56px;
		padding: 7px;
	}

	.vp-whatsapp-float__text {
		display: none;
	}
}
