/*
Theme Name: VB Construções
Theme URI: https://example.com/vb-construcoes
Author: OpenAI
Description: Tema institucional personalizado da VB Construções, integrado ao plugin VB Construções Manager.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: vb-construcoes
*/

:root {
  --red: #ed1c24;
  --red-dark: #b90e15;
  --black: #0b0b0c;
  --black-2: #141416;
  --gray-900: #242428;
  --gray-700: #55565b;
  --gray-500: #8c8d92;
  --gray-300: #d9dadd;
  --gray-150: #ececee;
  --gray-100: #f5f5f6;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0,0,0,.14);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--gray-900); background: var(--white); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { color: var(--white); background: var(--black); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0,0,0,.07); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { width: 148px; flex: 0 0 auto; }
.brand img { width: 100%; height: 68px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; gap: 28px; margin-left: auto; align-items: center; }
.main-nav a { font-size: .92rem; font-weight: 650; color: var(--gray-700); transition: .2s ease; }
.main-nav a:hover { color: var(--red); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; margin-left: auto; }
.menu-toggle span { display: block; height: 2px; background: var(--black); margin: 6px 0; transition: .25s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; background: var(--red); color: var(--white); border: 1px solid var(--red); font-weight: 800; font-size: .91rem; letter-spacing: .01em; border-radius: 4px; box-shadow: 0 12px 30px rgba(237,28,36,.22); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); border-color: var(--red-dark); box-shadow: 0 16px 34px rgba(237,28,36,.3); }
.button-sm { min-height: 44px; padding-inline: 19px; font-size: .84rem; }
.button-outline { background: transparent; color: var(--black); border-color: var(--gray-300); box-shadow: none; }
.button-outline:hover { color: var(--white); border-color: var(--black); background: var(--black); box-shadow: none; }
.button-light { background: var(--white); color: var(--black); border-color: var(--white); box-shadow: none; }
.button-light:hover { background: var(--black); color: var(--white); border-color: var(--black); box-shadow: none; }
.button-full { width: 100%; }

.hero { position: relative; overflow: hidden; min-height: 760px; display: flex; align-items: center; padding: 90px 0 100px; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(237,28,36,.20), transparent 68%); right: -190px; top: -210px; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .15; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent 5%, black 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #c6c6c8; font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.eyebrow span { width: 28px; height: 2px; background: var(--red); }
.hero h1 { margin: 22px 0 24px; font-size: clamp(3.25rem, 5.6vw, 5.7rem); line-height: .98; letter-spacing: -.055em; max-width: 720px; }
.hero h1 strong { color: var(--red); font-weight: 850; }
.hero-copy > p { margin: 0; max-width: 650px; color: #c7c7ca; font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 35px; flex-wrap: wrap; }
.text-link { color: var(--white); font-size: .91rem; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }
.text-link span { color: var(--red); margin-left: 5px; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 1.5rem; color: var(--white); line-height: 1; }
.hero-trust span { color: #919196; font-size: .76rem; margin-top: 7px; text-transform: uppercase; letter-spacing: .07em; }
.hero-visual { position: relative; min-height: 570px; }
.hero-image { position: absolute; overflow: hidden; border-radius: 4px; box-shadow: var(--shadow); background: var(--gray-900); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-main { width: 70%; height: 520px; right: 0; top: 0; }
.hero-image-main img { object-position: 50% 48%; }
.hero-image-small { width: 44%; height: 300px; left: 0; bottom: 0; border: 8px solid var(--black); }
.hero-image-small img { object-position: 50% 64%; }
.experience-badge { position: absolute; right: 52%; top: 52px; width: 150px; height: 150px; background: var(--red); color: var(--white); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; transform: rotate(-7deg); box-shadow: 0 18px 42px rgba(237,28,36,.28); }
.experience-badge span, .experience-badge small { font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.experience-badge strong { font-size: 1.75rem; line-height: 1.05; margin: 4px 0; }
.hero-line { position: absolute; left: 0; bottom: 0; width: 33%; height: 7px; background: var(--red); }

.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-media { min-height: 610px; position: relative; }
.about-image-main { width: 78%; height: 560px; object-fit: cover; object-position: center; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-image-detail { position: absolute; width: 46%; height: 260px; object-fit: cover; right: 0; bottom: 0; border: 10px solid var(--white); border-radius: var(--radius); }
.about-caption { position: absolute; left: 26px; bottom: 28px; background: var(--black); color: var(--white); padding: 15px 18px; border-radius: 4px; font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; display: flex; align-items: center; gap: 10px; }
.about-caption span { width: 18px; height: 2px; background: var(--red); }
.kicker { color: var(--red); text-transform: uppercase; font-size: .77rem; font-weight: 900; letter-spacing: .14em; }
.section-copy h2, .section-heading h2, .why-copy h2, .contact-copy h2 { margin: 15px 0 24px; color: var(--black); font-size: clamp(2.4rem, 4.2vw, 4.25rem); line-height: 1.04; letter-spacing: -.045em; }
.section-copy h2 strong, .section-heading h2 strong, .contact-copy h2 strong { color: var(--red); }
.section-copy > p { color: var(--gray-700); font-size: 1rem; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin: 30px 0 34px; }
.check-grid span { font-weight: 750; font-size: .91rem; display: flex; align-items: center; gap: 10px; }
.check-grid span::before { content: "✓"; width: 23px; height: 23px; border-radius: 50%; background: rgba(237,28,36,.1); color: var(--red); display: grid; place-items: center; font-size: .72rem; font-weight: 900; }

.services { background: var(--gray-100); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--gray-700); margin: 0 0 8px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: var(--white); border-radius: 10px; overflow: hidden; border: 1px solid var(--gray-150); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(20,20,24,.12); }
.service-card img { width: 100%; height: 220px; object-fit: cover; }
.service-content { padding: 28px; }
.service-content > span { display: inline-block; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.service-content h3 { font-size: 1.2rem; margin: 8px 0 10px; color: var(--black); }
.service-content p { font-size: .9rem; color: var(--gray-700); margin: 0; }

.cta-band { background: var(--red); color: var(--white); padding: 58px 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band span { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; opacity: .8; }
.cta-band h2 { max-width: 790px; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.1; margin: 7px 0 0; letter-spacing: -.03em; }

.projects { background: var(--white); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 15px; }
.gallery-item { position: relative; border: 0; padding: 0; overflow: hidden; background: var(--gray-150); border-radius: 5px; text-align: left; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .4s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.82), transparent 55%); opacity: .8; }
.gallery-item span { position: absolute; left: 20px; right: 20px; bottom: 16px; z-index: 2; color: var(--white); font-weight: 800; font-size: .85rem; transform: translateY(4px); transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.05); filter: brightness(.85); }
.gallery-item:hover span { transform: translateY(0); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.why-us { color: var(--white); background: var(--black); position: relative; overflow: hidden; }
.why-us::after { content: "VB"; position: absolute; right: -5vw; bottom: -12vw; color: rgba(255,255,255,.025); font-size: 34vw; font-weight: 900; line-height: 1; letter-spacing: -.1em; }
.why-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.kicker-light { color: #ff4b52; }
.why-copy h2 { color: var(--white); }
.why-copy h2 strong { color: var(--red); }
.why-copy p { color: #a7a7aa; }
.process-list { border-top: 1px solid rgba(255,255,255,.16); }
.process-item { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-item > span { color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .1em; padding-top: 4px; }
.process-item h3 { margin: 0 0 7px; font-size: 1.15rem; }
.process-item p { color: #9a9a9f; margin: 0; font-size: .9rem; }

.contact { background: var(--gray-100); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-copy p { color: var(--gray-700); }
.contact-points { display: grid; gap: 16px; margin-top: 32px; }
.contact-points > div { display: flex; gap: 13px; align-items: flex-start; }
.contact-points > div > span { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: var(--white); font-size: .75rem; font-weight: 900; }
.contact-points p { margin: 0; display: flex; flex-direction: column; }
.contact-points strong { color: var(--black); }
.contact-points small { color: var(--gray-700); margin-top: 3px; }
.contact-form { background: var(--white); padding: 38px; border-radius: 10px; box-shadow: 0 24px 65px rgba(0,0,0,.08); border-top: 4px solid var(--red); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; color: var(--black); font-size: .8rem; font-weight: 800; margin-bottom: 17px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--gray-300); background: #fbfbfc; border-radius: 4px; padding: 13px 14px; color: var(--black); outline: none; transition: .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237,28,36,.1); }
.contact-form textarea { resize: vertical; }
.form-note { display: block; text-align: center; color: var(--gray-500); margin-top: 11px; font-size: .72rem; }

.footer { background: #070708; color: #a0a0a5; padding: 75px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; }
.footer-brand img { width: 165px; height: 90px; object-fit: contain; object-position: left; filter: brightness(1.4); }
.footer-brand p { max-width: 330px; font-size: .88rem; }
.footer h3 { color: var(--white); font-size: .86rem; margin: 18px 0; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer a, .footer span { font-size: .8rem; }
.footer a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 14px 36px rgba(0,0,0,.24); transition: .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); }
.whatsapp-float svg { width: 33px; height: 33px; fill: var(--white); }
.lightbox { position: fixed; inset: 0; z-index: 80; background: rgba(0,0,0,.93); display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(100%, 980px); max-height: 88vh; object-fit: contain; box-shadow: 0 20px 70px rgba(0,0,0,.35); }
.lightbox-close { position: absolute; right: 25px; top: 18px; border: 0; background: transparent; color: var(--white); font-size: 2.6rem; font-weight: 300; }
.toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 100px); z-index: 100; background: var(--black); color: var(--white); padding: 12px 18px; border-radius: 4px; opacity: 0; pointer-events: none; transition: .3s ease; font-size: .82rem; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-sm { transition-delay: .1s; }
.reveal-delay { transition-delay: .2s; }

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(3.2rem, 6.2vw, 4.8rem); }
  .two-column { gap: 50px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery-wide { grid-column: span 1; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .main-nav { position: fixed; inset: 82px 0 auto 0; background: var(--white); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; border-bottom: 1px solid var(--gray-150); transform: translateY(-140%); transition: .3s ease; box-shadow: 0 20px 45px rgba(0,0,0,.12); }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 14px 5px; border-bottom: 1px solid var(--gray-150); }
  .menu-toggle { display: block; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 72px; }
  .hero-grid, .two-column, .section-heading, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; min-height: 500px; margin-top: 20px; }
  .hero-trust { max-width: 560px; }
  .section-heading { gap: 18px; }
  .two-column { gap: 60px; }
  .about-media { min-height: 560px; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .why-grid { gap: 50px; }
  .contact-grid { gap: 50px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { height: 72px; }
  .brand { width: 124px; }
  .brand img { height: 58px; }
  .main-nav { inset: 72px 0 auto 0; }
  .hero { padding: 58px 0 78px; }
  .hero h1 { font-size: 3.15rem; }
  .hero-copy > p { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-trust { grid-template-columns: 1fr 1fr; }
  .hero-trust div:last-child { display: none; }
  .hero-visual { min-height: 410px; }
  .hero-image-main { width: 78%; height: 380px; }
  .hero-image-small { width: 46%; height: 210px; }
  .experience-badge { width: 112px; height: 112px; right: 57%; top: 34px; }
  .experience-badge strong { font-size: 1.3rem; }
  .experience-badge span, .experience-badge small { font-size: .52rem; }
  .section-copy h2, .section-heading h2, .why-copy h2, .contact-copy h2 { font-size: 2.55rem; }
  .about-media { min-height: 460px; }
  .about-image-main { height: 430px; width: 84%; }
  .about-image-detail { height: 190px; width: 50%; }
  .about-caption { left: 14px; bottom: 18px; font-size: .62rem; padding: 11px 12px; }
  .check-grid, .field-row { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 315px; }
  .gallery-tall, .gallery-wide { grid-column: auto; grid-row: auto; }
  .contact-form { padding: 25px 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Lead capture and panel access */
.panel-access-link { color: #d9d9dc; font-weight: 800; display: inline-flex; align-items: center; gap: 8px; }
.panel-access-link::before { content: "↗"; color: var(--red); }
.panel-access-link:hover { color: var(--white) !important; }
.whatsapp-float { border: 0; }
body.modal-open { overflow: hidden; }
.lead-modal { position: fixed; inset: 0; z-index: 95; display: none; align-items: center; justify-content: center; padding: 24px; }
.lead-modal.open { display: flex; }
.lead-modal-backdrop { position: absolute; inset: 0; background: rgba(4,4,5,.78); backdrop-filter: blur(7px); }
.lead-modal-card { position: relative; z-index: 2; width: min(100%, 470px); background: var(--white); padding: 36px; border-radius: 12px; box-shadow: 0 30px 90px rgba(0,0,0,.34); border-top: 5px solid #25d366; animation: leadModalIn .22s ease-out; }
@keyframes leadModalIn { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
.lead-modal-close { position: absolute; top: 12px; right: 15px; width: 38px; height: 38px; border: 0; background: transparent; color: #5f6065; font-size: 1.8rem; line-height: 1; }
.lead-modal-icon { width: 54px; height: 54px; border-radius: 50%; background: #25d366; display: grid; place-items: center; margin-bottom: 17px; }
.lead-modal-icon svg { width: 31px; height: 31px; fill: var(--white); }
.lead-modal-kicker { color: #14833b; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 900; }
.lead-modal-card h2 { margin: 6px 0 8px; color: var(--black); font-size: 1.9rem; line-height: 1.1; letter-spacing: -.035em; }
.lead-modal-card > p { margin: 0 0 23px; color: var(--gray-700); font-size: .92rem; }
.lead-modal-card form > label:not(.consent-field) { display: flex; flex-direction: column; gap: 7px; color: var(--black); font-weight: 800; font-size: .8rem; margin-bottom: 15px; }
.lead-modal-card input[type="text"], .lead-modal-card input[type="tel"] { width: 100%; border: 1px solid var(--gray-300); border-radius: 5px; background: #fafafb; padding: 13px 14px; outline: none; }
.lead-modal-card input:focus { border-color: #25d366; box-shadow: 0 0 0 3px rgba(37,211,102,.12); }
.consent-field { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; margin: 5px 0 18px; color: var(--gray-700); font-size: .74rem; line-height: 1.45; }
.consent-field input { margin-top: 2px; accent-color: #25d366; }
.whatsapp-submit { width: 100%; min-height: 52px; border: 0; border-radius: 5px; background: #25d366; color: var(--white); font-weight: 900; box-shadow: 0 12px 28px rgba(37,211,102,.22); transition: .2s ease; }
.whatsapp-submit:hover { transform: translateY(-2px); background: #1fba58; }
.lead-modal-card > small { display: block; margin-top: 12px; color: var(--gray-500); font-size: .7rem; text-align: center; }

@media (max-width: 560px) {
  .lead-modal { padding: 14px; align-items: flex-end; }
  .lead-modal-card { width: 100%; padding: 28px 20px 22px; border-radius: 14px 14px 5px 5px; }
  .lead-modal-card h2 { font-size: 1.65rem; }
}
.contact-form .contact-consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; margin: -2px 0 19px; color: var(--gray-700); font-size: .74rem; font-weight: 500; line-height: 1.5; }
.contact-form .contact-consent input { width: 16px; height: 16px; margin: 2px 0 0; padding: 0; accent-color: var(--red); box-shadow: none; }

/* Integração com WordPress */
body.admin-bar .site-header { top: 32px; }
.vb-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.form-error { display: none; margin: 12px 0 0; color: #b90e15; font-size: .8rem; font-weight: 700; text-align: center; }
.form-error.show { display: block; }
.button[disabled], .whatsapp-submit[disabled] { opacity: .68; cursor: wait; transform: none !important; }
.wp-site-blocks { padding: 0; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }


/* Página de obrigado */
.vb-thank-you-page .whatsapp-float,
.vb-thank-you-page #whatsapp-modal { display: none !important; }
.thank-you-page { min-height: 72vh; background: linear-gradient(135deg, #f6f6f7 0%, #ffffff 48%, #f1f1f3 100%); }
.thank-you-section { position: relative; overflow: hidden; padding: 112px 0 124px; }
.thank-you-section::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(229, 9, 20, .07); top: -280px; right: -160px; }
.thank-you-section::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; border: 1px solid rgba(11, 11, 12, .08); bottom: -210px; left: -130px; }
.thank-you-card { position: relative; z-index: 2; width: min(100%, 820px); margin: 0 auto; padding: 58px 62px; background: rgba(255,255,255,.96); border: 1px solid var(--gray-300); border-top: 6px solid var(--red); border-radius: 12px; box-shadow: 0 28px 80px rgba(13,13,16,.11); text-align: center; }
.thank-you-icon { width: 78px; height: 78px; margin: 0 auto 24px; border-radius: 50%; display: grid; place-items: center; background: #ecfff3; border: 1px solid #bde9ca; color: #14833b; font-size: 2.15rem; font-weight: 950; }
.thank-you-kicker { display: inline-block; color: var(--red); text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 950; }
.thank-you-card h1 { max-width: 690px; margin: 12px auto 18px; color: var(--black); font-size: clamp(2.35rem, 6vw, 4.25rem); line-height: .98; letter-spacing: -.055em; }
.thank-you-card h1 em { color: var(--red); font-style: normal; }
.thank-you-description { max-width: 650px; margin: 0 auto; color: var(--gray-700); font-size: 1.02rem; line-height: 1.75; }
.thank-you-next { max-width: 620px; margin: 30px auto 0; padding: 20px 22px; border-radius: 9px; background: #f6f6f7; border: 1px solid var(--gray-300); }
.thank-you-next strong { display: block; color: var(--black); font-size: .92rem; margin-bottom: 5px; }
.thank-you-next p { margin: 0; color: var(--gray-700); font-size: .84rem; line-height: 1.55; }
.thank-you-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.thank-you-actions .button { min-width: 210px; }
.thank-you-actions .button-whatsapp { background: #25d366; border-color: #25d366; color: #fff; }
.thank-you-actions .button-whatsapp:hover { background: #1fba58; border-color: #1fba58; }
.thank-you-note { display: block; max-width: 610px; margin: 20px auto 0; color: var(--gray-500); font-size: .72rem; line-height: 1.55; }
@media (max-width: 720px) {
  .thank-you-section { padding: 72px 0 82px; }
  .thank-you-card { padding: 42px 23px; }
  .thank-you-actions { flex-direction: column; }
  .thank-you-actions .button { width: 100%; min-width: 0; }
}
