
/*
Theme Name: VemComprar
Theme URI: https://vemcomprar.com
Author: VemComprar
Description: Tema institucional e comercial do VemComprar, baseado na identidade visual fornecida.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: vemcomprar
*/
:root{--navy:#071a3b;--blue:#0759d8;--orange:#ff6a00;--green:#17a83b;--red:#f04b63;--light:#f7f9fc;--line:#e5eaf2;--text:#14213d;--muted:#667085}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.site{overflow:hidden}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{height:82px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;position:relative;z-index:20}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.site-logo img{width:225px;display:block}.main-nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:700;color:#536176}.main-nav a:hover{color:var(--orange)}
.header-button{background:var(--orange);color:#fff;padding:12px 18px;border-radius:8px;font-weight:800;font-size:13px;box-shadow:0 7px 18px #ff6a0030}.mobile-toggle{display:none;background:none;border:0;font-size:25px}
.hero{position:relative;background:#fff;padding:65px 0 45px}.hero-grid{display:grid;grid-template-columns:48% 52%;align-items:center;min-height:600px}.hero-copy{position:relative;z-index:2}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.15em;color:var(--orange);text-transform:uppercase}.hero h1{font-size:clamp(48px,5.5vw,76px);line-height:1.02;letter-spacing:-3px;margin:15px 0 20px;color:var(--navy)}.hero h1 span{color:var(--orange)}.hero-copy>p{font-size:19px;line-height:1.65;color:var(--muted);max-width:560px}.hero-actions{display:flex;gap:12px;align-items:center;margin-top:28px}.btn-primary{background:var(--navy);color:#fff;padding:15px 22px;border-radius:9px;font-weight:800}.btn-primary:hover{background:var(--blue)}.btn-secondary{font-size:14px;font-weight:800;color:var(--navy);padding:14px 8px}
.hero-art{position:relative;align-self:stretch;min-height:550px} .hero-art img{display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);width:min(100%,734px);height:auto;max-height:100%;object-fit:contain;object-position:center;border-radius:0}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);padding-top:24px;margin-top:35px;gap:12px}.trust-item{display:flex;gap:10px;align-items:center}.trust-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;background:var(--orange)}.trust-item:nth-child(2) .trust-icon{background:#1c4ed8}.trust-item:nth-child(3) .trust-icon{background:var(--green)}.trust-item:nth-child(4) .trust-icon{background:var(--red)}.trust-item strong{font-size:12px;line-height:1.35}
.section{padding:80px 0}.section-soft{background:var(--light)}.section-title{text-align:center;max-width:720px;margin:0 auto 40px}.section-title small{font-size:11px;letter-spacing:.16em;color:var(--orange);font-weight:900}.section-title h2{font-size:clamp(32px,4vw,50px);line-height:1.08;margin:10px 0;color:var(--navy);letter-spacing:-1.5px}.section-title p{color:var(--muted);line-height:1.65}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:0 14px 35px #081c4010;transition:.2s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #081c4017}.feature-icon{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:#eef5ff;color:var(--blue);font-size:25px;margin-bottom:18px}.feature-card:nth-child(2) .feature-icon{background:#fff3e9;color:var(--orange)}.feature-card:nth-child(3) .feature-icon{background:#ebf9ee;color:var(--green)}.feature-card:nth-child(4) .feature-icon{background:#fff0f2;color:var(--red)}.feature-card h3{font-size:17px;margin:0 0 8px}.feature-card p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-2px;margin:10px 0 18px;color:var(--navy)}.about-copy p{font-size:15px;line-height:1.75;color:var(--muted)}.steps{display:grid;gap:12px}.step{display:grid;grid-template-columns:58px 1fr;gap:14px;padding:18px;border-bottom:1px solid var(--line)}.step-number{font-size:27px;font-weight:900;color:#aab5c7}.step h3{margin:0 0 5px;font-size:17px}.step p{margin:0;color:var(--muted);font-size:13px}
.contact-box{background:linear-gradient(120deg,#071a3b,#103d84);color:#fff;border-radius:22px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:30px}.contact-box h2{font-size:clamp(30px,4vw,48px);margin:8px 0}.contact-box p{color:#cbd6e7}.email-link{background:#fff;color:var(--navy);padding:17px 20px;border-radius:12px;font-weight:800;white-space:nowrap}.email-link:hover{color:var(--blue)}
.site-footer{background:#071326;color:#cbd4e2;padding:38px 0}.footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-logo{width:190px;filter:brightness(0) invert(1)}.footer-nav{display:flex;gap:20px;flex-wrap:wrap;font-size:12px}.copyright{font-size:11px;color:#78869b;margin-top:20px;text-align:center}
@media(max-width:950px){.main-nav{display:none}.mobile-toggle{display:block}.hero-grid{grid-template-columns:1fr}.hero-art{min-height:440px;order:-1;margin:0 -20px}.hero-art img{position:relative;right:auto;top:auto;transform:none;width:100%;height:auto;max-height:none;object-fit:contain;border-radius:0}.feature-grid{grid-template-columns:1fr 1fr}.trust-row{grid-template-columns:1fr 1fr}.about-grid{grid-template-columns:1fr;gap:35px}.contact-box{flex-direction:column;align-items:flex-start}}
@media(max-width:600px){.container{width:min(100% - 30px,1180px)}.site-header{height:68px}.site-logo img{width:175px}.header-button{display:none}.hero{padding-top:28px}.hero h1{font-size:48px;letter-spacing:-2px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.btn-primary{text-align:center}.hero-art{min-height:320px;margin:0 -15px}.hero-art img{height:320px;border-radius:0 0 0 70px}.trust-row{grid-template-columns:1fr 1fr}.trust-item{align-items:flex-start}.trust-item strong{font-size:10px}.section{padding:58px 0}.feature-grid{grid-template-columns:1fr}.contact-box{padding:30px 22px}.email-link{width:100%;text-align:center;white-space:normal}.footer-inner{flex-direction:column;text-align:center}.footer-nav{justify-content:center}}
