/*
Theme Name: Preto Clean Conversão
Theme URI: https://example.com/verde-conversao
Author: Elis Digital
Description: Landing page comercial clean em preto, branco e tons de cinza para agências, desenvolvedores e prestadores de serviços digitais. Conteúdo e imagens editáveis pelo Personalizador do WordPress.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: verde-conversao
*/

:root {
  --vc-dark: #050505;
  --vc-dark-2: #111111;
  --vc-green: #ffffff;
  --vc-green-2: #151515;
  --vc-ink: #111111;
  --vc-muted: #6f6f6f;
  --vc-white: #ffffff;
  --vc-soft: #f5f5f5;
  --vc-line: #e5e5e5;
  --vc-radius: 18px;
  --vc-shadow: 0 16px 50px rgba(0, 0, 0, .10);
  --vc-container: 1180px;
  --vc-font: "Montserrat", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--vc-ink); background: var(--vc-white); font-family: var(--vc-font); line-height: 1.55; }
body.admin-bar .vc-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.vc-container { width: min(calc(100% - 40px), var(--vc-container)); margin-inline: auto; }
.vc-section { padding: 92px 0; }
.vc-section--dark { color: #fff; background: var(--vc-dark); }
.vc-section--soft { background: var(--vc-soft); }
.vc-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: #111111; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.vc-eyebrow::before { content: ""; width: 20px; height: 3px; border-radius: 4px; background: var(--vc-green-2); }
.vc-section--dark .vc-eyebrow { color: var(--vc-green); }
.vc-title { max-width: 700px; margin: 0 0 18px; font-family: var(--vc-font); font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 800; line-height: .98; letter-spacing: -.045em; }
.vc-title em { color: #8b8b8b; font-style: normal; font-weight: 400; }
.vc-lead { max-width: 650px; margin: 0; color: var(--vc-muted); font-size: 1.05rem; }
.vc-section--dark .vc-lead { color: #b9b9b9; }
.vc-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; background: var(--vc-green); color: #111111; font-size: .83rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.vc-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(255,255,255,.18); }
.vc-btn--outline { border-color: rgba(255,255,255,.22); background: transparent; color: #fff; }
.vc-btn--dark { background: var(--vc-dark); color: #fff; }

.vc-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: #fff; }
.vc-header__inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 24px; }
.vc-logo { display: inline-flex; align-items: center; gap: 10px; font-size: 1rem; font-weight: 900; letter-spacing: -.03em; }
.vc-logo img { max-width: 150px; max-height: 46px; width: auto; }
.vc-logo .custom-logo-link { display: inline-flex; align-items: center; }
.vc-logo__mark { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; background: var(--vc-green); color: var(--vc-dark); }
.vc-nav ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.vc-nav a { color: #d8d8d8; font-size: .82rem; font-weight: 700; }
.vc-nav a:hover { color: var(--vc-green); }
.vc-menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: #fff; }

.vc-hero { position: relative; display: grid; min-height: 680px; align-items: center; overflow: hidden; padding: 140px 0 80px; color: #fff; background: radial-gradient(circle at 50% 100%, #242424 0, var(--vc-dark) 52%, #000000 100%); }
.vc-hero::before, .vc-hero::after { position: absolute; bottom: -30px; width: 210px; height: 380px; content: ""; opacity: .48; filter: blur(.1px); background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(255,255,255,.35) 19px 25px), linear-gradient(0deg, transparent, rgba(255,255,255,.05)); clip-path: polygon(0 100%, 0 60%, 15% 60%, 15% 34%, 31% 34%, 31% 72%, 50% 72%, 50% 45%, 67% 45%, 67% 20%, 84% 20%, 84% 55%, 100% 55%, 100% 100%); }
.vc-hero::before { left: -40px; }
.vc-hero::after { right: -40px; transform: scaleX(-1); }
.vc-hero__media { position: absolute; inset: 0; opacity: .15; background-size: cover; background-position: center; mix-blend-mode: luminosity; }
.vc-hero__content { position: relative; z-index: 2; max-width: 850px; margin-inline: auto; text-align: center; }
.vc-hero h1 { margin: 0 auto 22px; font-family: var(--vc-font); font-size: clamp(3rem, 7.8vw, 6.6rem); font-weight: 800; line-height: .86; letter-spacing: -.065em; text-wrap: balance; }
.vc-hero h1 span { color: var(--vc-green); }
.vc-hero p { max-width: 650px; margin: 0 auto 30px; color: #bdbdbd; font-size: 1.08rem; }
.vc-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.vc-proof { display: flex; justify-content: center; gap: 30px; margin-top: 54px; color: #cfcfcf; font-size: .78rem; }
.vc-proof strong { color: #fff; font-size: 1rem; }

.vc-projects-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.vc-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vc-project { position: relative; min-height: 280px; overflow: hidden; border: 1px solid var(--vc-line); border-radius: var(--vc-radius); background: #ededed; box-shadow: 0 8px 24px rgba(0,0,0,.07); }
.vc-project img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.vc-project:hover img { transform: scale(1.035); }
.vc-project__empty { display: grid; width: 100%; height: 100%; min-height: 280px; place-items: center; background: linear-gradient(135deg, #111111, #3a3a3a); color: rgba(255,255,255,.75); }
.vc-project__label { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 14px 16px; border-radius: 12px; background: rgba(0,0,0,.88); color: #fff; font-size: .85rem; font-weight: 700; backdrop-filter: blur(9px); }

.vc-trust__header { text-align: center; }
.vc-trust__header .vc-title { margin-inline: auto; }
.vc-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.vc-quote { padding: 24px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.035); }
.vc-quote__stars { color: var(--vc-green); letter-spacing: 2px; }
.vc-quote p { color: #cccccc; font-size: .91rem; }
.vc-person { display: flex; align-items: center; gap: 11px; margin-top: 18px; }
.vc-person img, .vc-avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; background: #2b2b2b; }
.vc-person strong { display: block; font-size: .85rem; }
.vc-person span { color: #969696; font-size: .72rem; }

.vc-services-head { margin-bottom: 38px; text-align: center; }
.vc-services-head .vc-title, .vc-services-head .vc-lead { margin-inline: auto; }
.vc-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.vc-service { display: flex; min-height: 360px; flex-direction: column; padding: 27px 23px; border: 1px solid var(--vc-line); border-radius: var(--vc-radius); background: #fff; box-shadow: 0 8px 28px rgba(0,0,0,.05); }
.vc-service:nth-child(2) { transform: translateY(-12px); border-color: #2c2c2c; background: var(--vc-dark); color: #fff; }
.vc-service__icon { display: grid; width: 42px; height: 42px; margin-bottom: 24px; place-items: center; border-radius: 12px; background: #f0f0f0; color: #111111; font-weight: 900; }
.vc-service h3 { margin: 0 0 10px; font-family: var(--vc-font); font-size: 1.35rem; font-weight: 800; }
.vc-service p { margin: 0 0 18px; color: var(--vc-muted); font-size: .87rem; }
.vc-service:nth-child(2) p { color: #b0b0b0; }
.vc-service ul { margin: 0; padding: 0; list-style: none; }
.vc-service li { position: relative; margin: 10px 0; padding-left: 20px; color: #5d5d5d; font-size: .82rem; }
.vc-service:nth-child(2) li { color: #d8d8d8; }
.vc-service li::before { position: absolute; top: .38em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--vc-green-2); content: ""; }
.vc-service .vc-btn { margin-top: auto; }

.vc-method { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.vc-steps { border-top: 1px solid rgba(255,255,255,.12); }
.vc-step { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.vc-step__number { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #555555; border-radius: 50%; color: var(--vc-green); font-size: .72rem; font-weight: 900; }
.vc-step h3 { margin: 0 0 5px; font-size: 1rem; }
.vc-step p { margin: 0; color: #a6a6a6; font-size: .84rem; }

.vc-about { display: grid; grid-template-columns: .86fr 1.14fr; gap: 64px; align-items: center; }
.vc-about__photo { position: relative; min-height: 590px; overflow: hidden; border-radius: 24px; background: linear-gradient(145deg, #eeeeee, #cfcfcf); }
.vc-about__photo img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.vc-photo-placeholder { display: grid; min-height: 590px; place-items: center; color: #666666; font-weight: 800; text-align: center; }
.vc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 30px 0; }
.vc-stat { padding: 17px; border-radius: 12px; background: var(--vc-soft); }
.vc-stat strong { display: block; color: #111111; font-size: 1.45rem; }
.vc-stat span { color: var(--vc-muted); font-size: .72rem; }
.vc-checks { display: grid; gap: 9px; margin: 26px 0; }
.vc-check { padding: 13px 15px; border-radius: 9px; background: #f5f5f5; font-size: .86rem; font-weight: 700; }
.vc-check::before { margin-right: 9px; color: #111111; content: "✓"; }

.vc-results { display: grid; grid-template-columns: .72fr 1.28fr; gap: 52px; align-items: center; }
.vc-results__image { overflow: hidden; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.06); }
.vc-results__image img { width: 100%; border-radius: 10px; }
.vc-dashboard-placeholder { display: grid; min-height: 330px; place-items: center; border-radius: 10px; background: linear-gradient(#fafafa, #e6e6e6); color: #222222; text-align: center; }

.vc-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
.vc-review { padding: 24px; border: 1px solid var(--vc-line); border-radius: 14px; background: #fff; }
.vc-review p { color: #606060; font-size: .88rem; }

.vc-faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.vc-faq-list { display: grid; gap: 9px; }
.vc-faq details { overflow: hidden; border-radius: 10px; background: var(--vc-dark); color: #fff; }
.vc-faq summary { position: relative; padding: 18px 48px 18px 20px; cursor: pointer; font-size: .88rem; font-weight: 800; list-style: none; }
.vc-faq summary::-webkit-details-marker { display: none; }
.vc-faq summary::after { position: absolute; top: 50%; right: 18px; color: var(--vc-green); content: "+"; transform: translateY(-50%); }
.vc-faq details[open] summary::after { content: "–"; }
.vc-faq details p { margin: 0; padding: 0 20px 20px; color: #bdbdbd; font-size: .86rem; }

.vc-footer { padding: 60px 0 24px; color: #bdbdbd; background: #000000; }
.vc-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.vc-footer h4 { margin: 0 0 17px; color: var(--vc-green); font-size: .78rem; text-transform: uppercase; }
.vc-footer ul { margin: 0; padding: 0; list-style: none; }
.vc-footer li { margin: 9px 0; font-size: .82rem; }
.vc-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: .72rem; }
.vc-whatsapp { position: fixed; z-index: 30; right: 20px; bottom: 20px; display: grid; width: 58px; height: 58px; place-items: center; border: 4px solid #fff; border-radius: 50%; background: #111111; color: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.25); font-size: 1.45rem; font-weight: 900; }
body:not(.home) .vc-header { position: relative; background: var(--vc-dark); }


/* Ajustes monocromáticos: contraste em fundos escuros */
.vc-section--dark .vc-eyebrow::before,
.vc-service:nth-child(2) li::before { background: #ffffff; }
.vc-btn { border-color: #ffffff; }
.vc-btn--dark { border-color: #111111; }
.vc-btn--outline:hover { background: #ffffff; color: #111111; }
.vc-nav a:hover { color: #ffffff; opacity: .82; }

@media (max-width: 960px) {
  .vc-nav { display: none; position: absolute; top: 76px; right: 20px; left: 20px; padding: 20px; border-radius: 14px; background: #111111; }
  .vc-nav.is-open { display: block; }
  .vc-nav ul { align-items: stretch; flex-direction: column; }
  .vc-menu-toggle { display: block; }
  .vc-project-grid, .vc-reviews { grid-template-columns: repeat(2, 1fr); }
  .vc-services { grid-template-columns: repeat(2, 1fr); }
  .vc-service:nth-child(2) { transform: none; }
  .vc-method, .vc-results, .vc-faq { grid-template-columns: 1fr; gap: 38px; }
  .vc-about { grid-template-columns: 1fr; }
  .vc-about__photo, .vc-about__photo img, .vc-photo-placeholder { min-height: 480px; }
  .vc-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  body.admin-bar .vc-header { top: 46px; }
  .vc-container { width: min(calc(100% - 28px), var(--vc-container)); }
  .vc-section { padding: 68px 0; }
  .vc-hero { min-height: 620px; }
  .vc-hero h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }
  .vc-proof { flex-direction: column; gap: 10px; }
  .vc-projects-head { align-items: flex-start; flex-direction: column; }
  .vc-project-grid, .vc-testimonials, .vc-services, .vc-reviews { grid-template-columns: 1fr; }
  .vc-stats { grid-template-columns: 1fr; }
  .vc-about__photo, .vc-about__photo img, .vc-photo-placeholder { min-height: 400px; }
  .vc-footer__grid { grid-template-columns: 1fr; }
  .vc-footer__bottom { flex-direction: column; }
}
