:root{
  --green-950:#07361d;
  --green-900:#0b4726;
  --green-800:#155d2e;
  --green-700:#1d7438;
  --green-600:#2b9148;
  --green-100:#e8f5e9;
  --green-050:#f3f9f3;
  --yellow-500:#f8bd12;
  --yellow-400:#ffd541;
  --ink:#183126;
  --muted:#607468;
  --line:#d8e6db;
  --white:#fff;
  --shadow:0 22px 60px rgba(9,70,34,.14);
  --shadow-soft:0 14px 38px rgba(11,71,38,.09);
  --radius:24px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:10px;z-index:200;background:var(--yellow-500);color:#2f2400;padding:10px 14px;border-radius:10px;font-weight:800}.skip-link:focus{left:10px}
.site-header{height:84px;background:rgba(255,255,255,.93);border-bottom:1px solid rgba(216,230,219,.85);position:sticky;top:0;z-index:100;backdrop-filter:blur(14px)}
.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;text-decoration:none}.brand img{width:176px;height:auto;max-height:72px;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:28px}.main-nav a{text-decoration:none;font-size:14px;font-weight:750;color:#365342;transition:.2s}.main-nav a:hover{color:var(--green-700)}
.main-nav .nav-system{border:1px solid #abcbb2;border-radius:999px;padding:10px 16px;color:var(--green-800)}.main-nav .nav-system:hover{background:var(--green-050);border-color:var(--green-700)}
.menu-toggle{display:none;width:46px;height:42px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px}.menu-toggle span{height:2px;background:var(--green-900);display:block;margin:5px 0;border-radius:4px}
.hero{position:relative;overflow:hidden;background:linear-gradient(145deg,#f9fcf8 0%,#edf8ed 58%,#fff8d8 100%);min-height:650px;display:flex;align-items:center;padding:76px 0 88px}
.hero::after{content:"";position:absolute;inset:auto -140px -260px auto;width:600px;height:600px;border-radius:50%;border:80px solid rgba(248,189,18,.13)}
.hero-shape{position:absolute;border-radius:50%;filter:blur(1px)}.hero-shape-one{width:380px;height:380px;left:-240px;top:-180px;background:rgba(43,145,72,.11)}.hero-shape-two{width:180px;height:180px;right:42%;bottom:-110px;background:rgba(248,189,18,.14)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;position:relative;z-index:1}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--green-700);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:1.2px}.eyebrow span{width:28px;height:3px;border-radius:4px;background:var(--yellow-500)}
.hero h1{font-size:clamp(42px,5.4vw,70px);line-height:1.03;letter-spacing:-2.8px;margin:18px 0 22px;color:var(--green-950);max-width:760px}.hero-copy>p{font-size:19px;color:#536c5c;max-width:650px;margin:0 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:0 20px;text-decoration:none;border:1px solid transparent;font-weight:850;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--yellow-400),var(--yellow-500));color:#342700;box-shadow:0 12px 28px rgba(213,153,0,.22)}.btn-primary:hover{box-shadow:0 16px 34px rgba(213,153,0,.3)}.btn-secondary{background:#fff;border-color:#b8d2bd;color:var(--green-800)}.btn-secondary:hover{background:var(--green-050)}.btn-block{width:100%}
.hero-points{display:flex;gap:20px;flex-wrap:wrap;margin-top:26px;font-size:13px;color:#547060}.hero-points span::first-letter{color:var(--green-600)}
.hero-visual{position:relative;min-height:460px;display:flex;align-items:center;justify-content:center}.hero-card{width:min(100%,510px);height:390px;border-radius:40px;background:rgba(255,255,255,.82);border:1px solid rgba(184,210,189,.9);box-shadow:var(--shadow);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;transform:rotate(1.5deg)}.hero-card::before{content:"";position:absolute;inset:18px;border:1px dashed #c5ddca;border-radius:30px}.hero-card img{width:82%;position:relative;z-index:2;filter:drop-shadow(0 18px 20px rgba(4,55,24,.12))}.hero-card-glow{position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(255,213,65,.42),rgba(255,255,255,0) 68%)}.hero-card-note{position:absolute;z-index:3;bottom:22px;left:28px;right:28px;background:var(--green-900);color:#fff;border-radius:17px;padding:13px 17px;display:flex;justify-content:space-between;align-items:center;gap:10px}.hero-card-note strong{font-size:14px}.hero-card-note span{font-size:12px;color:#cfe9d5}
.floating-badge{position:absolute;z-index:4;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:16px;padding:12px 16px;min-width:150px}.floating-badge b,.floating-badge span{display:block}.floating-badge b{color:var(--green-800);font-size:14px}.floating-badge span{color:var(--muted);font-size:11px}.badge-top{right:-24px;top:42px}.badge-bottom{left:-18px;bottom:48px}
.trust-strip{background:var(--green-900);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust-grid>div{padding:25px 28px;border-right:1px solid rgba(255,255,255,.14)}.trust-grid>div:last-child{border-right:none}.trust-grid strong,.trust-grid span{display:block}.trust-grid strong{font-size:15px}.trust-grid span{font-size:12px;color:#c4dec9;margin-top:3px}
.section{padding:92px 0}.section-head{text-align:center;max-width:720px;margin:0 auto 42px}.section-head h2,.quality-copy h2,.quote-copy h2{font-size:clamp(32px,4vw,50px);line-height:1.08;letter-spacing:-1.7px;color:var(--green-950);margin:11px 0 14px}.section-head p,.quality-copy>p,.quote-copy>p{color:var(--muted);font-size:17px;margin:0}
.products{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{position:relative;background:linear-gradient(155deg,#fff,#f6faf6);border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-soft);transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card.featured{border-color:#e7ba21;background:linear-gradient(155deg,#fffdf3,#fff8d7)}.featured-label{position:absolute;top:18px;right:18px;background:var(--yellow-500);color:#3a2c00;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}.product-icon{width:64px;height:64px;border-radius:19px;background:var(--green-800);color:#fff;display:grid;place-items:center;font-size:24px;font-weight:950;box-shadow:0 10px 24px rgba(21,93,46,.2)}.product-icon.service{background:var(--yellow-500);color:#423200}.product-tag{display:block;margin-top:22px;color:var(--green-700);text-transform:uppercase;font-size:10px;font-weight:900;letter-spacing:1.2px}.product-card h3{font-size:27px;line-height:1.15;margin:7px 0 12px;color:var(--green-950)}.product-card p{color:var(--muted);font-size:14px}.product-card ul{list-style:none;padding:0;margin:22px 0}.product-card li{padding:8px 0;border-bottom:1px solid #e5eee6;font-size:13px}.product-card li::before{content:"✓";color:var(--green-600);font-weight:900;margin-right:8px}.text-link{border:none;background:none;padding:0;color:var(--green-800);font-weight:900;text-decoration:none;font-size:14px}.text-link span{display:inline-block;margin-left:5px;transition:.2s}.text-link:hover span{transform:translateX(4px)}
.quality{background:var(--green-050);position:relative;overflow:hidden}.quality::before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;left:-260px;bottom:-260px;border:70px solid rgba(43,145,72,.08)}.quality-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;position:relative}.quality-copy h2{margin-top:12px}.quality-callout{margin-top:30px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;align-items:flex-start;gap:14px;box-shadow:var(--shadow-soft)}.callout-icon{width:48px;height:48px;border-radius:14px;background:#fff5c8;display:grid;place-items:center;font-size:24px;flex:0 0 auto}.quality-callout strong{display:block;color:var(--green-900)}.quality-callout p{margin:4px 0 0;color:var(--muted);font-size:13px}.steps{list-style:none;padding:0;margin:0;display:grid;gap:13px}.steps li{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;display:grid;grid-template-columns:62px 1fr;gap:18px;align-items:center;box-shadow:var(--shadow-soft)}.steps li>span{width:54px;height:54px;border-radius:16px;background:var(--green-900);color:var(--yellow-400);display:grid;place-items:center;font-weight:950}.steps h3{margin:0 0 4px;color:var(--green-950);font-size:17px}.steps p{margin:0;color:var(--muted);font-size:13px}
.audience{background:#fff}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.audience-card{border:1px solid var(--line);border-radius:22px;padding:28px;text-align:center}.audience-card>span{font-size:34px}.audience-card h3{color:var(--green-950);margin:12px 0 7px}.audience-card p{color:var(--muted);font-size:14px;margin:0}
.quote{background:linear-gradient(135deg,var(--green-950),var(--green-800));color:#fff;position:relative;overflow:hidden}.quote::after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-260px;top:-300px;border:75px solid rgba(255,213,65,.11)}.quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;position:relative;z-index:1}.section-kicker.light{color:var(--yellow-400)}.quote-copy h2{color:#fff}.quote-copy>p{color:#cce2d1}.contact-card{margin-top:28px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:18px;padding:18px 20px;display:inline-flex;flex-direction:column}.contact-card span,.contact-card small{font-size:11px;color:#c5ddca}.contact-card strong{font-size:25px;color:var(--yellow-400)}
.quote-form{background:#fff;color:var(--ink);border-radius:26px;padding:30px;box-shadow:0 28px 80px rgba(0,0,0,.23)}.quote-form label{display:block;margin-bottom:15px}.quote-form label>span{display:block;font-size:12px;font-weight:850;color:#496454;margin-bottom:6px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #cbdcce;border-radius:12px;padding:12px 13px;color:var(--ink);background:#fbfdfb;outline:none;transition:.2s}.quote-form textarea{resize:vertical}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--green-600);box-shadow:0 0 0 4px rgba(43,145,72,.11);background:#fff}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-note{display:block;text-align:center;color:#77897c;margin-top:10px;font-size:10px}
.site-footer{background:#071c10;color:#d8e8dc;padding:58px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .8fr;gap:70px;padding-bottom:42px}.footer-brand img{width:145px;background:#fff;border-radius:14px;padding:4px}.footer-brand p{color:#91aa98;max-width:460px;font-size:13px}.site-footer h3{font-size:13px;text-transform:uppercase;letter-spacing:1.1px;color:#fff;margin:8px 0 13px}.site-footer a{display:block;text-decoration:none;color:#a9c0af;font-size:13px;margin:8px 0}.site-footer a:hover{color:var(--yellow-400)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#7f9b87;font-size:11px}.footer-bottom b{color:#d8e8dc}
.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;display:grid;place-items:center;box-shadow:0 14px 32px rgba(0,0,0,.22);z-index:90;transition:.2s}.whatsapp-float:hover{transform:translateY(-4px) scale(1.03)}.whatsapp-float svg{width:31px;height:31px;fill:#fff}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){
  .hero{min-height:auto;padding:62px 0 72px}.hero-grid,.quality-grid,.quote-grid{grid-template-columns:1fr;gap:48px}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-points{justify-content:center}.hero-visual{min-height:410px}.product-grid{grid-template-columns:1fr 1fr}.product-card:last-child{grid-column:1/-1}.trust-grid>div{padding-inline:18px}.footer-grid{grid-template-columns:1.3fr .7fr .8fr;gap:30px}
}
@media(max-width:760px){
  .site-header{height:74px}.brand img{width:145px;max-height:64px}.menu-toggle{display:block}.main-nav{position:fixed;inset:74px 0 auto 0;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 22px 40px rgba(9,70,34,.13);padding:18px 20px 26px;display:flex;flex-direction:column;align-items:stretch;gap:0;transform:translateY(-140%);opacity:0;visibility:hidden;transition:.25s}.main-nav.open{transform:none;opacity:1;visibility:visible}.main-nav a{padding:13px 8px;border-bottom:1px solid #edf3ee}.main-nav .nav-system{text-align:center;margin-top:12px;border-bottom:1px solid #abcbb2}.hero{padding-top:48px}.hero h1{font-size:43px;letter-spacing:-1.8px}.hero-copy>p{font-size:16px}.hero-actions .btn{width:100%}.hero-points{gap:10px 16px}.hero-card{height:315px;border-radius:28px}.hero-card-note{bottom:17px;left:17px;right:17px}.floating-badge{min-width:130px;padding:9px 12px}.badge-top{right:-4px;top:28px}.badge-bottom{left:-5px;bottom:38px}.trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:none;border-bottom:1px solid rgba(255,255,255,.13);text-align:center}.product-grid,.audience-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.section{padding:70px 0}.section-head h2,.quality-copy h2,.quote-copy h2{font-size:36px}.field-grid{grid-template-columns:1fr;gap:0}.quote-form{padding:22px}.footer-grid{grid-template-columns:1fr;gap:26px}.footer-bottom{flex-direction:column;text-align:center}.whatsapp-float{right:14px;bottom:14px;width:54px;height:54px}
}
@media(max-width:430px){.container{width:min(calc(100% - 26px),var(--container))}.hero h1{font-size:36px}.hero-visual{min-height:320px}.hero-card{height:270px}.hero-card-note{display:none}.badge-top{top:10px}.badge-bottom{bottom:20px}.section-head h2,.quality-copy h2,.quote-copy h2{font-size:31px}.steps li{grid-template-columns:50px 1fr;padding:15px}.steps li>span{width:46px;height:46px}.product-card{padding:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn,.product-card,.whatsapp-float{transition:none}}


/* ================= UGV — AJUSTE VISUAL 7.0.1 =================
   Mantém a proporção e as cores da marca original.
   Os selos da produção e CEASA ficam fora do quadro principal,
   sem sobreposição em telas grandes ou pequenas.
*/
.brand img{
  width:auto;
  height:70px;
  max-width:190px;
  max-height:none;
  object-fit:contain;
}
.hero-visual{
  min-height:500px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:auto auto;
  gap:14px 16px;
  align-content:center;
  justify-items:center;
}
.hero-card{
  grid-column:1/-1;
  width:min(100%,560px);
  height:360px;
  padding:34px 36px 76px;
  border-radius:34px;
  transform:none;
}
.hero-card::before{inset:18px}
.hero-card img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:245px;
  object-fit:contain;
  border-radius:15px;
  filter:drop-shadow(0 14px 18px rgba(4,55,24,.10));
}
.hero-card-note{bottom:20px;left:24px;right:24px}
.floating-badge{
  position:static;
  width:100%;
  max-width:245px;
  min-width:0;
  padding:13px 17px;
}
.badge-top{justify-self:end}
.badge-bottom{justify-self:start}
.footer-brand img{
  width:auto;
  height:84px;
  max-width:180px;
  object-fit:contain;
}
@media(max-width:980px){
  .hero-visual{min-height:480px}
}
@media(max-width:760px){
  .brand img{height:62px;max-width:165px}
  .hero-visual{min-height:420px;gap:12px}
  .hero-card{height:320px;padding:28px 24px 70px}
  .hero-card img{max-height:210px}
  .floating-badge{max-width:none}
}
@media(max-width:430px){
  .hero-visual{grid-template-columns:1fr;min-height:470px}
  .hero-card{grid-column:1;height:280px;padding:22px 18px 62px}
  .hero-card img{max-height:180px}
  .badge-top,.badge-bottom{justify-self:stretch}
  .hero-card-note{left:14px;right:14px;bottom:14px}
}
