/* =============================
   ZPP Publicidade — Main Styles
   ============================= */

:root {
	--cyan: #00c8e8;
	--cyan-dark: #0096b4;
	--magenta: #e8006e;
	--navy: #00131a;
	--dark: #001820;
	--mid: #00273a;
	--light-blue: #e0f7fc;
	--white: #ffffff;
	--gray: #8ab8c8;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
	font-family: 'Barlow', sans-serif;
	background: var(--navy);
	color: var(--white);
	overflow-x: hidden;
}

/* ========== NOISE TEXTURE OVERLAY ========== */
body::before {
	content: '';
	position: fixed;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
	pointer-events: none;
	z-index: 9999;
	opacity: 0.4;
}

/* ========== NAVBAR ========== */
.navbar {
	background: rgba(0, 19, 26, 0.92) !important;
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(0, 200, 232, 0.15);
	padding: 18px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	transition: all 0.3s;
}
.navbar.scrolled {
	padding: 10px 0;
	background: rgba(0, 13, 18, 0.98) !important;
	border-bottom-color: rgba(0, 200, 232, 0.3);
}
.navbar-brand {
	display: flex;
	align-items: center;
	gap: 12px;
}
.brand-logo {
	width: 52px;
	height: 52px;
	background: linear-gradient(135deg, var(--cyan), var(--cyan-dark));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Bebas Neue', cursive;
	font-size: 18px;
	color: var(--navy);
	font-weight: 900;
	box-shadow: 0 0 20px rgba(0, 200, 232, 0.4);
}
.brand-text { line-height: 1; }
.brand-text span {
	display: block;
	font-family: 'Bebas Neue', cursive;
	font-size: 24px;
	letter-spacing: 3px;
	color: var(--cyan);
}
.brand-text small {
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--gray);
}
.nav-link {
	color: var(--gray) !important;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 8px 16px !important;
	transition: color 0.2s;
	position: relative;
}
.nav-link::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: var(--magenta);
	transition: width 0.3s;
}
.nav-link:hover { color: var(--white) !important; }
.nav-link:hover::after { width: 60%; }
.nav-cta {
	background: var(--magenta) !important;
	color: var(--white) !important;
	border-radius: 2px;
	padding: 8px 22px !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	transition: background 0.3s, transform 0.2s !important;
}
.nav-cta:hover {
	background: #c2005e !important;
	transform: translateY(-1px);
}
.nav-cta::after { display: none; }

/* ========== HERO ========== */
#hero {
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding-top: 90px;
}
.hero-bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #000d12 0%, #001f2e 40%, #00131a 100%);
}
.hero-orb-1 {
	position: absolute;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 200, 232, 0.12) 0%, transparent 70%);
	top: -100px;
	right: -100px;
	animation: pulse 6s ease-in-out infinite;
}
.hero-orb-2 {
	position: absolute;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(232, 0, 110, 0.1) 0%, transparent 70%);
	bottom: 50px;
	left: -80px;
	animation: pulse 8s ease-in-out infinite reverse;
}
@keyframes pulse {
	0%, 100% { transform: scale(1); opacity: 1; }
	50%       { transform: scale(1.08); opacity: 0.7; }
}
.hero-grid-lines {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 200, 232, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 200, 232, 0.04) 1px, transparent 1px);
	background-size: 60px 60px;
}
.hero-content { position: relative; z-index: 2; }
.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(0, 200, 232, 0.1);
	border: 1px solid rgba(0, 200, 232, 0.25);
	padding: 6px 16px;
	border-radius: 2px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--cyan);
	margin-bottom: 28px;
	animation: fadeInDown 0.8s ease both;
}
.hero-eyebrow span { width: 20px; height: 1px; background: var(--cyan); }
.hero-title {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(56px, 9vw, 110px);
	font-weight: 900;
	line-height: 0.92;
	text-transform: uppercase;
	animation: fadeInUp 0.9s ease 0.1s both;
}
.hero-title .line-1 { color: var(--white); display: block; }
.hero-title .line-2 {
	color: transparent;
	-webkit-text-stroke: 2px var(--cyan);
	display: block;
}
.hero-title .line-3 { color: var(--magenta); display: block; }
.hero-subtitle {
	font-size: 16px;
	color: var(--gray);
	font-weight: 300;
	line-height: 1.7;
	max-width: 480px;
	margin: 28px 0 40px;
	animation: fadeInUp 0.9s ease 0.2s both;
}
.hero-since {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transform-origin: right center;
	font-size: 11px;
	letter-spacing: 4px;
	color: rgba(0, 200, 232, 0.4);
	text-transform: uppercase;
	white-space: nowrap;
}
.hero-cta-group {
	animation: fadeInUp 0.9s ease 0.3s both;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
}
.btn-primary-zpp {
	background: var(--cyan);
	color: var(--navy);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 14px 36px;
	border: none;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s;
	box-shadow: 0 8px 30px rgba(0, 200, 232, 0.3);
}
.btn-primary-zpp:hover {
	background: var(--white);
	transform: translateY(-2px);
	box-shadow: 0 12px 40px rgba(0, 200, 232, 0.4);
	color: var(--navy);
}
.btn-outline-zpp {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--white);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 13px 32px;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s;
}
.btn-outline-zpp:hover {
	border-color: var(--cyan);
	color: var(--cyan);
}
.hero-stat-strip {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 200, 232, 0.06);
	border-top: 1px solid rgba(0, 200, 232, 0.15);
	padding: 24px 0;
	z-index: 2;
}
.stat-item { text-align: center; }
.stat-num {
	font-family: 'Bebas Neue', cursive;
	font-size: 40px;
	letter-spacing: 2px;
	color: var(--cyan);
	line-height: 1;
}
.stat-label {
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--gray);
	margin-top: 4px;
}

/* ========== SECTION TITLES ========== */
.section-tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--magenta);
	margin-bottom: 12px;
}
.section-title {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(36px, 5vw, 60px);
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	color: var(--white);
}
.section-title em {
	font-style: normal;
	color: var(--cyan);
}
.section-divider {
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, var(--magenta), var(--cyan));
	margin: 20px 0;
}

/* ========== ABOUT ========== */
#sobre {
	padding: 100px 0;
	background: var(--dark);
	position: relative;
}
#sobre::before {
	content: '2001';
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-family: 'Bebas Neue', cursive;
	font-size: 180px;
	color: rgba(0, 200, 232, 0.04);
	pointer-events: none;
	white-space: nowrap;
}
.about-card {
	background: rgba(0, 200, 232, 0.05);
	border: 1px solid rgba(0, 200, 232, 0.12);
	border-radius: 4px;
	padding: 36px;
	height: 100%;
	transition: all 0.3s;
}
.about-card:hover {
	border-color: rgba(0, 200, 232, 0.3);
	background: rgba(0, 200, 232, 0.08);
	transform: translateY(-4px);
}
.about-card-icon {
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, var(--cyan), var(--cyan-dark));
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--navy);
	margin-bottom: 20px;
}
.about-card h5 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--white);
	margin-bottom: 12px;
}
.about-card p { font-size: 14px; color: var(--gray); line-height: 1.7; }

/* ========== SERVICES ========== */
#servicos {
	padding: 100px 0;
	background: var(--navy);
	position: relative;
	overflow: hidden;
}
.services-bg-accent {
	position: absolute;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(232, 0, 110, 0.07) 0%, transparent 70%);
	top: 50%;
	right: -100px;
	transform: translateY(-50%);
}
.service-item {
	position: relative;
	padding: 28px 28px 28px 80px;
	border-left: 1px solid rgba(0, 200, 232, 0.1);
	margin-bottom: 12px;
	cursor: default;
	transition: all 0.3s;
	border-radius: 0 4px 4px 0;
}
.service-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--cyan);
	transform: scaleY(0);
	transition: transform 0.3s;
}
.service-item:hover::before { transform: scaleY(1); }
.service-item:hover {
	background: rgba(0, 200, 232, 0.04);
	padding-left: 92px;
}
.service-num {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Bebas Neue', cursive;
	font-size: 32px;
	color: rgba(0, 200, 232, 0.2);
	transition: color 0.3s;
	line-height: 1;
}
.service-item:hover .service-num { color: var(--cyan); }
.service-name {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--white);
	transition: color 0.3s;
}
.service-item:hover .service-name { color: var(--cyan); }
.service-desc { font-size: 13px; color: var(--gray); margin-top: 4px; line-height: 1.5; }

/* ========== COVERAGE ========== */
#cobertura {
	padding: 100px 0;
	background: var(--mid);
}
.coverage-box {
	background: rgba(0, 13, 18, 0.6);
	border: 1px solid rgba(0, 200, 232, 0.15);
	border-radius: 4px;
	padding: 32px;
}
.city-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(0, 200, 232, 0.08);
	border: 1px solid rgba(0, 200, 232, 0.2);
	padding: 10px 18px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--cyan);
	margin: 6px;
	transition: all 0.3s;
	cursor: default;
}
.city-tag:hover {
	background: var(--cyan);
	color: var(--navy);
}
.city-tag.hq {
	background: rgba(232, 0, 110, 0.12);
	border-color: rgba(232, 0, 110, 0.3);
	color: #ff4da6;
}
.city-tag.hq:hover {
	background: var(--magenta);
	color: var(--white);
}
.contact-card {
	background: rgba(0, 200, 232, 0.06);
	border: 1px solid rgba(0, 200, 232, 0.15);
	border-radius: 4px;
	padding: 28px;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.contact-card:hover {
	border-color: var(--cyan);
	transform: translateX(4px);
}
.contact-card h6 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--cyan);
	margin-bottom: 12px;
}
.contact-card p { font-size: 13px; color: var(--gray); line-height: 1.8; margin: 0; }
.contact-card a { color: var(--gray); text-decoration: none; }
.contact-card a:hover { color: var(--cyan); }

/* ========== PARTNERS ========== */
#parcerias {
	padding: 80px 0;
	background: var(--dark);
}
.partner-logo {
	background: rgba(0, 200, 232, 0.05);
	border: 1px solid rgba(0, 200, 232, 0.1);
	border-radius: 3px;
	padding: 20px 24px;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--gray);
	transition: all 0.3s;
	cursor: default;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partner-logo:hover {
	border-color: var(--cyan);
	color: var(--cyan);
	background: rgba(0, 200, 232, 0.1);
}

/* ========== CLIENTS TICKER ========== */
#clientes {
	padding: 80px 0;
	background: var(--navy);
	overflow: hidden;
}
.clients-ticker-wrap {
	overflow: hidden;
	position: relative;
}
.clients-ticker-wrap::before,
.clients-ticker-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100px;
	z-index: 2;
}
.clients-ticker-wrap::before {
	left: 0;
	background: linear-gradient(to right, var(--navy), transparent);
}
.clients-ticker-wrap::after {
	right: 0;
	background: linear-gradient(to left, var(--navy), transparent);
}
.clients-ticker {
	display: flex;
	gap: 0;
	animation: ticker 22s linear infinite;
	width: max-content;
}
@keyframes ticker {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
.clients-ticker:hover { animation-play-state: paused; }
.client-chip {
	white-space: nowrap;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.25);
	padding: 0 40px;
	transition: color 0.3s;
}
.client-chip:hover { color: var(--cyan); }
.client-chip::after { content: '·'; margin-left: 40px; color: var(--magenta); }

/* ========== MVV ========== */
#mvv {
	padding: 100px 0;
	background: var(--mid);
	position: relative;
}
.mvv-card {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	padding: 48px 36px;
	height: 100%;
}
.mvv-card.missao {
	background: linear-gradient(135deg, rgba(0, 200, 232, 0.1), rgba(0, 200, 232, 0.03));
	border: 1px solid rgba(0, 200, 232, 0.2);
}
.mvv-card.visao {
	background: linear-gradient(135deg, rgba(232, 0, 110, 0.1), rgba(232, 0, 110, 0.03));
	border: 1px solid rgba(232, 0, 110, 0.2);
}
.mvv-card.valores {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.mvv-card-label {
	font-family: 'Bebas Neue', cursive;
	font-size: 80px;
	position: absolute;
	bottom: -10px;
	right: -10px;
	opacity: 0.06;
	line-height: 1;
	color: var(--white);
}
.mvv-icon { font-size: 28px; margin-bottom: 20px; }
.mvv-card.missao .mvv-icon { color: var(--cyan); }
.mvv-card.visao .mvv-icon  { color: var(--magenta); }
.mvv-card.valores .mvv-icon { color: var(--gray); }
.mvv-card h4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.mvv-card.missao h4 { color: var(--cyan); }
.mvv-card.visao h4  { color: #ff4da6; }
.mvv-card.valores h4 { color: var(--white); }
.mvv-card p, .mvv-card ul { font-size: 14px; color: var(--gray); line-height: 1.8; }
.mvv-card ul { list-style: none; padding: 0; }
.mvv-card ul li::before { content: '▸'; color: var(--cyan); margin-right: 8px; }

/* ========== CONTACT FORM ========== */
#contacto {
	padding: 100px 0;
	background: var(--dark);
	position: relative;
	overflow: hidden;
}
#contacto::after {
	content: '';
	position: absolute;
	width: 800px;
	height: 800px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 200, 232, 0.06) 0%, transparent 65%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.form-control-zpp {
	background: rgba(0, 200, 232, 0.05) !important;
	border: 1px solid rgba(0, 200, 232, 0.15) !important;
	border-radius: 2px !important;
	color: var(--white) !important;
	padding: 14px 18px !important;
	font-size: 14px !important;
	transition: all 0.3s !important;
}
.form-control-zpp:focus {
	background: rgba(0, 200, 232, 0.08) !important;
	border-color: var(--cyan) !important;
	box-shadow: 0 0 0 3px rgba(0, 200, 232, 0.1) !important;
}
.form-control-zpp::placeholder { color: rgba(138, 184, 200, 0.5) !important; }
.form-label-zpp {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--gray);
	margin-bottom: 8px;
}

/* ========== FOOTER ========== */
footer {
	background: #000a0f;
	border-top: 1px solid rgba(0, 200, 232, 0.12);
	padding: 60px 0 30px;
}
.footer-brand { font-family: 'Bebas Neue', cursive; font-size: 42px; color: var(--cyan); letter-spacing: 4px; }
.footer-tagline { font-size: 12px; letter-spacing: 2px; color: var(--gray); text-transform: uppercase; margin-top: 4px; }
.footer-links a {
	display: block;
	color: var(--gray);
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 10px;
	transition: color 0.2s;
}
.footer-links a:hover { color: var(--cyan); }
.footer-links h6 { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--white); margin-bottom: 20px; }
.social-btn {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(0, 200, 232, 0.2);
	border-radius: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--gray);
	font-size: 14px;
	text-decoration: none;
	margin-right: 8px;
	transition: all 0.3s;
}
.social-btn:hover {
	border-color: var(--cyan);
	color: var(--cyan);
	background: rgba(0, 200, 232, 0.08);
}
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding-top: 28px;
	margin-top: 48px;
	font-size: 12px;
	color: rgba(138, 184, 200, 0.4);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.footer-bottom span { color: var(--cyan); }

/* ========== ANIMATIONS ========== */
@keyframes fadeInDown {
	from { opacity: 0; transform: translateY(-20px); }
	to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(30px); }
	to   { opacity: 1; transform: translateY(0); }
}
.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ========== SCROLLBAR ========== */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--navy); }
::-webkit-scrollbar-thumb { background: var(--cyan-dark); border-radius: 2px; }

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
	.hero-title { font-size: 52px; }
	.hero-since { display: none; }
	.stat-num { font-size: 30px; }
}

/* ========== WOOCOMMERCE BASIC RESETS (future-proof) ========== */
.woocommerce .button,
.woocommerce button.button {
	background: var(--cyan);
	color: var(--navy);
	border-radius: 2px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.woocommerce .button:hover { background: var(--white); color: var(--navy); }
