/* LP Comunicação Visual Porto Alegre — escopo .lp-cvpoa */
.lp-cvpoa { --lp-red: #ED1C24; --lp-red-d: #c9141b; --lp-green: #25D366; --lp-green-d: #1fb857; --lp-text: #3a3a3a; --lp-muted: #8a8a8a; --lp-line: #e3e3e3; }
.lp-cvpoa *, .lp-cvpoa *::before, .lp-cvpoa *::after { box-sizing: border-box; }
.lp-cvpoa img { max-width: 100%; height: auto; }

.lp-cvpoa .lp-content { display: flex; flex-direction: column; gap: 64px; padding-bottom: 64px; color: var(--lp-text); }
.lp-cvpoa .lp-content p { margin: 0; }

/* Títulos */
.lp-cvpoa .lp-h1 { margin: 0; font-size: 40px; line-height: 1.12; font-weight: 300; color: var(--lp-text); text-transform: uppercase; text-wrap: balance; }
.lp-cvpoa .lp-h1 strong { font-weight: 800; color: var(--lp-red); }
.lp-cvpoa .lp-h2 { margin: 0; font-size: 24px; line-height: 1.3; font-weight: 400; color: var(--lp-text); text-transform: uppercase; }
.lp-cvpoa .lp-h2 strong { font-weight: 800; color: var(--lp-red); }
.lp-cvpoa .lp-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.lp-cvpoa .lp-more { font-size: 13px; color: var(--lp-text); text-decoration: none; }
.lp-cvpoa .lp-more span { color: var(--lp-red); }

/* Hero */
.lp-cvpoa .lp-hero { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 36px; align-items: center; }
.lp-cvpoa .lp-hero__text { display: flex; flex-direction: column; gap: 22px; }
.lp-cvpoa .lp-sub { font-size: 20px; line-height: 1.45; font-weight: 600; color: #555; text-wrap: pretty; }
.lp-cvpoa .lp-checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.lp-cvpoa .lp-checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.45; margin: 0; padding: 0; }
.lp-cvpoa .lp-checks li::before { content: none; }
.lp-cvpoa .lp-checks li > span:first-child { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--lp-red); color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.lp-cvpoa .lp-checks strong { color: var(--lp-red); }
.lp-cvpoa .lp-btn-whats { align-self: flex-start; display: inline-flex; align-items: center; gap: 12px; background: var(--lp-green); color: #fff; font-weight: 800; font-size: 16px; border-radius: 32px; padding: 16px 28px; box-shadow: 0 6px 18px rgba(37,211,102,.35); text-decoration: none; transition: background .2s; }
.lp-cvpoa .lp-btn-whats:hover { background: var(--lp-green-d); color: #fff; }
.lp-cvpoa .lp-btn-whats svg { width: 26px; height: 26px; flex: none; }
.lp-cvpoa .lp-hero__fig { margin: 0; display: flex; flex-direction: column; gap: 12px; }
.lp-cvpoa .lp-hero__fig img { display: block; width: 100%; aspect-ratio: 615 / 437; object-fit: cover; border-radius: 6px; }
.lp-cvpoa .lp-hero__fig figcaption { display: flex; flex-direction: column; font-size: 14px; line-height: 1.4; }
.lp-cvpoa .lp-hero__fig figcaption p { font-size: 17px; line-height: 1.5; font-style: italic; color: var(--lp-text); margin-bottom: 10px; text-wrap: pretty; }
.lp-cvpoa .lp-hero__fig figcaption strong { font-size: 15px; color: var(--lp-red); }
.lp-cvpoa .lp-hero__fig figcaption span { color: var(--lp-muted); }

/* Sobre + slider */
.lp-cvpoa .lp-sobre { display: flex; flex-direction: column; gap: 28px; }
.lp-cvpoa .lp-sobre__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 36px; align-items: center; }
.lp-cvpoa .lp-sobre__text { display: flex; flex-direction: column; gap: 16px; font-size: 16px; line-height: 1.7; color: #4a4a4a; text-wrap: pretty; }
.lp-cvpoa .lp-slider { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.lp-cvpoa .lp-slider__view { position: relative; aspect-ratio: 4 / 3; width: 100%; overflow: hidden; border-radius: 6px; background: #eee; }
.lp-cvpoa .lp-slider__track { display: flex; height: 100%; transition: transform .5s ease; }
.lp-cvpoa .lp-slider__track img { flex: none; width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-cvpoa .lp-slider__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: 0; padding: 0; background: rgba(60,60,60,.75); color: #fff; font-size: 18px; line-height: 40px; cursor: pointer; transition: background .2s; }
.lp-cvpoa .lp-slider__nav:hover { background: var(--lp-red); }
.lp-cvpoa .lp-slider__prev { left: 12px; }
.lp-cvpoa .lp-slider__next { right: 12px; }
.lp-cvpoa .lp-slider__dots { display: flex; justify-content: center; gap: 8px; }
.lp-cvpoa .lp-slider__dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; padding: 0; cursor: pointer; background: #cfcfcf; }
.lp-cvpoa .lp-slider__dots button[aria-current="true"] { background: var(--lp-red); }
@media (prefers-reduced-motion: reduce) { .lp-cvpoa .lp-slider__track { transition: none; } }

/* Serviços */
.lp-cvpoa .lp-servicos { display: flex; flex-direction: column; gap: 28px; }
.lp-cvpoa .lp-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 20px; }
/* Cards "hover reveal": o card sob o mouse cresce, os demais apagam e desfocam */
.lp-cvpoa .lp-card { position: relative; aspect-ratio: 5 / 4; border-radius: 10px; overflow: hidden; background: #ddd; box-shadow: 0 8px 20px rgba(0,0,0,.12); transition: transform .5s ease, opacity .5s ease, filter .5s ease; }
.lp-cvpoa .lp-card a { position: absolute; inset: 0; display: block; color: #fff; text-decoration: none; border-radius: inherit; }
.lp-cvpoa .lp-card a:focus-visible { outline: 3px solid var(--lp-red); outline-offset: -3px; }
.lp-cvpoa .lp-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-cvpoa .lp-card__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.4) 45%, rgba(0,0,0,0) 75%); }
.lp-cvpoa .lp-card__txt { position: absolute; left: 0; right: 56px; bottom: 0; padding: 18px; display: flex; flex-direction: column; gap: 4px; }
.lp-cvpoa .lp-card__sub { font-size: 11px; font-weight: 300; text-transform: uppercase; letter-spacing: .15em; opacity: .85; }
.lp-cvpoa .lp-card h3 { margin: 0; font-size: 17px; line-height: 1.2; font-weight: 700; text-transform: uppercase; color: #fff; }
.lp-cvpoa .lp-card__go { position: absolute; right: 16px; bottom: 18px; width: 32px; height: 32px; border-radius: 50%; background: var(--lp-red); color: #fff; font-size: 15px; line-height: 32px; text-align: center; transition: transform .3s ease; }
.lp-cvpoa .lp-card:hover .lp-card__go, .lp-cvpoa .lp-card:focus-within .lp-card__go { transform: translateX(3px); }
@media (hover: hover) {
	.lp-cvpoa .lp-cards:hover .lp-card, .lp-cvpoa .lp-cards:focus-within .lp-card { transform: scale(.97); opacity: .6; filter: blur(2px); }
	.lp-cvpoa .lp-cards .lp-card:hover, .lp-cvpoa .lp-cards .lp-card:focus-within { transform: scale(1.05); opacity: 1; filter: none; z-index: 1; }
}
@media (prefers-reduced-motion: reduce) { .lp-cvpoa .lp-card, .lp-cvpoa .lp-card__go { transition: none; } }

/* Sidebar: botão WhatsApp */
.lp-cvpoa .lp-side-whats { display: flex; align-items: center; justify-content: center; gap: 10px; }
.lp-cvpoa .lp-side-whats svg { width: 18px; height: 18px; }

/* Faixas largas (consultor + clientes) */
.lp-cvpoa .lp-wide { padding-bottom: 0; display: flex; flex-direction: column; gap: 64px; }
.lp-cvpoa .lp-wide .calltoaction { margin: 0; }
.lp-cvpoa .lp-clientes { display: flex; flex-direction: column; gap: 32px; }
.lp-cvpoa .lp-logos { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 28px 40px; }
.lp-cvpoa .lp-logo { height: 90px; display: flex; align-items: center; justify-content: center; }
.lp-cvpoa .lp-logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.lp-cvpoa .lp-logo--pucrs img { max-width: 80%; }
.lp-cvpoa .lp-logo--banrisul img, .lp-cvpoa .lp-logo--decathlon img { max-height: 80%; }

/* Sidebar fixa: acompanha a rolagem enquanto houver conteúdo na coluna */
html:has(.lp-cvpoa), html:has(.lp-cvpoa) body { overflow-x: clip; }
@media (min-width: 769px) {
	.lp-cvpoa > .wrap { display: flex; align-items: stretch; }
	.lp-cvpoa > .wrap > .col2 { flex: none; }
	.lp-cvpoa > .wrap > .col2 .form_float { position: sticky; top: 20px; }
}

@media (max-width: 767px) {
	.lp-cvpoa .lp-content { gap: 48px; padding-bottom: 48px; }
	.lp-cvpoa .lp-h1 { font-size: 30px; }
	.lp-cvpoa .lp-sub { font-size: 18px; }
	.lp-cvpoa .lp-h2 { font-size: 20px; }
	.lp-cvpoa .lp-btn-whats { align-self: stretch; justify-content: center; font-size: 15px; padding: 15px 20px; }
	.lp-cvpoa .lp-cards { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.lp-cvpoa .lp-card { aspect-ratio: 1 / 1; }
	.lp-cvpoa .lp-card__txt { right: 0; padding: 12px; }
	.lp-cvpoa .lp-card__sub { font-size: 9px; letter-spacing: .1em; }
	.lp-cvpoa .lp-card h3 { font-size: 13px; }
	.lp-cvpoa .lp-card__go { display: none; }
	.lp-cvpoa .lp-wide { padding-bottom: 0; gap: 48px; }
	.lp-cvpoa .lp-logos { grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.lp-cvpoa .lp-logo { height: 70px; }
}

/* Outras cidades atendidas */
.lp-cvpoa .lp-cidades { display: flex; flex-direction: column; gap: 20px; }
.lp-cvpoa .lp-cidades ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.lp-cvpoa .lp-cidades li { margin: 0; padding: 0; }
.lp-cvpoa .lp-cidades li::before { content: none; }
.lp-cvpoa .lp-cidades a { display: inline-block; border: 1px solid var(--lp-line); border-radius: 20px; padding: 8px 16px; font-size: 13px; color: var(--lp-text); text-decoration: none; transition: background .2s, color .2s, border-color .2s; }
.lp-cvpoa .lp-cidades a:hover, .lp-cvpoa .lp-cidades a:focus-visible { background: var(--lp-red); border-color: var(--lp-red); color: #fff; }
