/* TARGET HOME — topo em HTML/CSS, responsivo e fiel ao mockup */
:root{--hero-dark:#071018;--hero-dark-2:#0b151d;--red:#c82633}

.home-hero{
  position:relative;
  min-height:760px;
  overflow:hidden;
  color:#fff;
  background:#091219;
}
.home-hero-bg{
  position:absolute;
  inset:0;
  background-image:url('../img/hero-antennas-cleanwide.png');
  background-repeat:no-repeat;
  background-position:84% 52%;
  background-size:auto 119%;
  transform:none;
  opacity:.98;
  -webkit-mask-image:linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.01) 3%, rgba(0,0,0,.04) 7%, rgba(0,0,0,.10) 12%, rgba(0,0,0,.22) 18%, rgba(0,0,0,.40) 25%, rgba(0,0,0,.66) 33%, rgba(0,0,0,.90) 42%, #000 50%, #000 89%, rgba(0,0,0,.50) 96%, rgba(0,0,0,0) 100%);
  mask-image:linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.01) 3%, rgba(0,0,0,.04) 7%, rgba(0,0,0,.10) 12%, rgba(0,0,0,.22) 18%, rgba(0,0,0,.40) 25%, rgba(0,0,0,.66) 33%, rgba(0,0,0,.90) 42%, #000 50%, #000 89%, rgba(0,0,0,.50) 96%, rgba(0,0,0,0) 100%);
  -webkit-mask-size:100% 100%;
  mask-size:100% 100%;
}
.home-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(4,12,18,1) 0%,rgba(4,12,18,.995) 10%,rgba(4,12,18,.975) 20%,rgba(4,12,18,.92) 30%,rgba(4,12,18,.80) 41%,rgba(4,12,18,.58) 52%,rgba(4,12,18,.30) 66%,rgba(4,12,18,.18) 76%,rgba(4,12,18,.42) 88%,rgba(4,12,18,.86) 100%),
    linear-gradient(180deg,rgba(5,12,18,.18) 0%,rgba(5,12,18,.08) 46%,rgba(5,12,18,.66) 100%);
  pointer-events:none;
}
.home-hero-layout{
  position:relative;
  z-index:2;
  min-height:760px;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(290px,.50fr);
  grid-template-rows:1fr auto;
  column-gap:42px;
  align-items:center;
  padding-top:54px;
  padding-bottom:42px;
}
.home-hero-copy{max-width:650px;align-self:center;padding-top:26px}
.home-kicker{display:inline-block;margin-bottom:18px;font-size:13px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#edf2f6}
.home-hero h1{font-size:clamp(54px,5.2vw,82px);line-height:.95;letter-spacing:-.055em;max-width:730px;margin:0 0 22px;color:#fff}
.home-hero h1 .accent{display:block;color:#ef2430}
.home-hero .lead{max-width:560px;color:#edf2f5;font-size:clamp(17px,1.5vw,20px);line-height:1.55}
.home-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.home-hero-actions .btn{min-height:56px;padding:0 24px;border-radius:8px;font-size:15px}
.home-hero-actions .btn-secondary{background:rgba(8,16,22,.36);border-color:rgba(255,255,255,.58);color:#fff}

.home-hero-dashboard{align-self:start;margin-top:88px;display:grid;gap:14px;max-width:330px;justify-self:end}
.home-dashboard-card{background:rgba(11,22,29,.78);border:1px solid rgba(203,221,233,.30);border-radius:12px;padding:20px 22px;backdrop-filter:blur(10px);box-shadow:0 18px 34px rgba(0,0,0,.24)}
.home-dashboard-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.15)}
.home-dashboard-label{display:block;font-size:16px;color:#edf3f7;margin-bottom:4px}.home-dashboard-title strong{display:block;font-size:15px;color:#fff}
.home-dashboard-check{width:48px;height:48px;border:2px solid #3ce773;border-radius:50%;display:grid;place-items:center;color:#3ce773;font-size:30px;line-height:1;flex:0 0 auto}
.home-dashboard-row{display:grid;gap:3px;padding-top:16px}.home-dashboard-row span{font-size:15px;color:#c7d3dc}.home-dashboard-row strong{font-size:16px;color:#fff;font-weight:600}
.home-livebars{height:76px;display:flex;align-items:flex-end;gap:5px;margin:16px 0 14px;position:relative}.home-livebars:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(24,212,232,.42),transparent)}.home-livebars span{width:6px;background:linear-gradient(180deg,#31e8f7 0%,#18d4e8 58%,#0b8fa4 100%);border-radius:2px;box-shadow:0 0 11px rgba(24,212,232,.26);transform-origin:bottom;animation:targetLiveRead 1.15s ease-in-out infinite alternate}
.home-livebars span:nth-child(1){height:26%}.home-livebars span:nth-child(2){height:48%}.home-livebars span:nth-child(3){height:66%}.home-livebars span:nth-child(4){height:40%}.home-livebars span:nth-child(5){height:30%}.home-livebars span:nth-child(6){height:36%}.home-livebars span:nth-child(7){height:58%}.home-livebars span:nth-child(8){height:44%}.home-livebars span:nth-child(9){height:62%}.home-livebars span:nth-child(10){height:50%}.home-livebars span:nth-child(11){height:72%}.home-livebars span:nth-child(12){height:56%}
.home-dashboard-stable{display:flex;align-items:center;gap:9px;color:#f4f7f8;font-size:14px}.home-dashboard-stable i{width:11px;height:11px;border-radius:50%;background:#35ea67;box-shadow:0 0 0 5px rgba(53,234,103,.08)}

.home-hero-tagline{position:absolute;right:18px;bottom:70px;font-family:Georgia,serif;font-style:italic;font-size:29px;line-height:1.04;color:#fff;transform:rotate(-7deg);text-align:center;opacity:.94}.home-hero-tagline span{display:block;width:92px;height:3px;background:#e71f2b;margin:10px auto 0;transform:rotate(-10deg)}

.home-benefits{grid-column:1/2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;align-self:end;max-width:650px;border-top:1px solid rgba(255,255,255,.10);padding-top:20px;margin-top:40px}
.home-benefit{display:flex;align-items:center;gap:10px;min-height:50px;padding:0 14px;border-right:1px solid rgba(255,255,255,.17);color:#f2f4f6;font-size:13px}.home-benefit:first-child{padding-left:0}.home-benefit:last-child{border-right:none}.home-benefit svg{width:25px;height:25px;stroke:#fff;fill:none;stroke-width:1.7;flex:0 0 auto}

/* Conteúdo abaixo do hero */
.home-tech-wrap{position:relative;margin-top:28px;z-index:3}
.home-tech-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 20px 50px rgba(10,16,23,.13)}
.home-tech{padding:25px;transition:.25s;border-right:1px solid var(--line)}.home-tech:last-child{border-right:0}.home-tech:hover{background:#fcfdff;transform:translateY(-3px)}
.home-tech-icon{width:48px;height:48px;border-radius:14px;background:#fff3f4;border:1px solid #f4d4d7;display:grid;place-items:center;margin-bottom:16px;color:var(--red)}.home-tech-icon svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.8}.home-tech h3{font-size:22px}.home-tech p{font-size:14px;min-height:66px}
.home-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px}.home-head p{max-width:620px}.home-section-title{max-width:760px}
.home-segments{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.home-segment{position:relative;min-height:270px;border-radius:22px;overflow:hidden;padding:18px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:linear-gradient(160deg,#151d25,#0c1218);border:1px solid rgba(255,255,255,.06);box-shadow:var(--shadow2);isolation:isolate}.home-segment:after{content:"";position:absolute;inset:0;background-image:var(--segment-bg);background-size:cover;background-position:center center;transform:scale(1.03);transition:transform .5s ease;z-index:0}.home-segment:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,10,16,.08) 0%,rgba(4,10,16,.14) 24%,rgba(4,10,16,.44) 52%,rgba(4,10,16,.88) 100%),radial-gradient(circle at 78% 18%,rgba(200,38,51,.20),transparent 30%);z-index:1}.home-segment:hover:after{transform:scale(1.08)}.home-segment>*{position:relative;z-index:2}.home-segment .segment-copy{display:inline-flex;flex-direction:column;align-items:flex-start;gap:0;max-width:100%;padding:14px 14px 12px;border-radius:18px;background:linear-gradient(180deg,rgba(7,14,20,.78),rgba(7,14,20,.62));backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.10);box-shadow:0 10px 24px rgba(0,0,0,.18)}.home-segment small{display:inline-flex;align-items:center;width:max-content;padding:7px 10px;border-radius:999px;background:rgba(200,38,51,.18);border:1px solid rgba(255,255,255,.10);color:#ffd1d5;font-weight:800;letter-spacing:.1em;text-transform:uppercase;font-size:11px;line-height:1}.home-segment h3{font-size:24px;margin:10px 0 6px;line-height:1.02;text-shadow:0 2px 10px rgba(0,0,0,.38)}.home-segment p{color:#edf3f7;font-size:14px;line-height:1.42;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.34)}.home-segment .arrow{margin-top:auto;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.32);background:rgba(7,14,20,.56);backdrop-filter:blur(8px);align-self:flex-end}.seg-logistica{--segment-bg:url("../img/segmentos/logistica-rfid.png")}.seg-industria{--segment-bg:url("../img/segmentos/industria-rfid.png")}.seg-estoque{--segment-bg:url("../img/segmentos/estoque-rfid.png")}.seg-ativos{--segment-bg:url("../img/segmentos/ativos-rfid.png")}.seg-monitoramento{--segment-bg:url("../img/segmentos/monitoramento-iot.png")}.seg-lavanderias{--segment-bg:url("../img/segmentos/lavanderias-rfid.png")}.seg-hospitais{--segment-bg:url("../img/segmentos/hospitais-rfid.png")}.seg-frota{--segment-bg:url("../img/segmentos/frota-onibus-rfid.png")} 
.home-split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.home-proof,.home-lab{border-radius:28px;padding:34px;min-height:390px;position:relative;overflow:hidden}.home-proof{background:#10161c;color:#fff}.home-proof p{color:#cdd6de}.home-proof:after{content:"";position:absolute;right:-70px;bottom:-70px;width:240px;height:240px;border-radius:50%;border:1px solid rgba(255,255,255,.07);box-shadow:0 0 0 45px rgba(255,255,255,.018),0 0 0 90px rgba(255,255,255,.012)}.home-lab{background:linear-gradient(140deg,#fff 0%,#f4f7f9 100%);border:1px solid var(--line)}.home-proof .mini-grid,.home-lab .mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.home-mini{padding:15px;border-radius:16px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.04)}.home-lab .home-mini{border-color:var(--line);background:#fff}.home-mini b{display:block;margin-bottom:5px}.home-mini p{font-size:13px;margin:0}
.home-tools{background:linear-gradient(135deg,#ba202c,#d52b39);color:#fff;position:relative;overflow:hidden}.home-tools:after{content:"";position:absolute;right:-120px;top:-180px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 55px rgba(255,255,255,.03),0 0 0 110px rgba(255,255,255,.018)}.home-tools .container{position:relative;z-index:2}.home-tools p{color:#ffe9eb}.home-tools-grid{display:grid;grid-template-columns:.9fr repeat(3,1fr);gap:16px;align-items:stretch}.home-tools-intro{padding:22px 10px 22px 0}.home-tool-card{background:#fff;color:var(--text);border-radius:22px;padding:23px;box-shadow:0 16px 35px rgba(100,10,20,.12);display:flex;flex-direction:column}.home-tool-card p{color:var(--muted);font-size:14px;flex:1}.home-tool-card .tag{align-self:flex-start}.home-tool-card .btn{margin-top:8px}
.home-why{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:start}.home-why-list{display:grid;gap:12px}.home-why-item{display:flex;gap:14px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.home-why-item .n{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#fff0f2;color:var(--red);font-weight:800;flex:0 0 auto}.home-why-item p{margin:4px 0 0;font-size:14px}
.home-final{padding:60px 0;background:linear-gradient(90deg,#0e141a,#151d24);color:#fff}.home-final-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.home-final p{color:#cfd9e1;margin:0}.home-final-actions{display:flex;gap:12px;flex-wrap:wrap;flex:0 0 auto}

@media(max-width:1180px){
 .home-hero-bg{background-position:70% center;transform:scale(1.05)}
 .home-hero-layout{grid-template-columns:minmax(0,1fr) 290px;column-gap:24px}
 .home-hero h1{font-size:clamp(52px,6vw,72px)}
 .home-hero-dashboard{margin-top:76px;max-width:285px}
 .home-benefits{grid-template-columns:1fr 1fr;max-width:520px;gap:8px;border-top:none}.home-benefit{border:1px solid rgba(255,255,255,.12)!important;border-radius:12px;padding:10px 12px}
 .home-segments{grid-template-columns:repeat(3,1fr)}.home-tools-grid{grid-template-columns:1fr 1fr}.home-tools-intro{padding-right:0;grid-column:1/-1}.home-why{grid-template-columns:1fr}
}
@media(max-width:960px){
 .home-hero{min-height:auto}.home-hero-bg{inset:0 0 auto 0;height:540px;background-position:70% top;background-size:cover;transform:none;opacity:.88}.home-hero-overlay{background:linear-gradient(90deg,rgba(5,12,18,.97) 0%,rgba(5,12,18,.88) 18%,rgba(5,12,18,.66) 38%,rgba(5,12,18,.28) 70%,rgba(5,12,18,.42) 100%),linear-gradient(180deg,rgba(5,12,18,.78) 0%,rgba(5,12,18,.68) 300px,rgba(5,12,18,.98) 540px,#081119 100%)}
 .home-hero-layout{min-height:auto;grid-template-columns:1fr;grid-template-rows:auto auto auto;padding-top:70px;padding-bottom:42px}.home-hero-copy{max-width:720px;padding-top:10px}.home-hero-dashboard{justify-self:stretch;max-width:none;grid-template-columns:1fr 1fr;margin-top:44px;align-self:auto}.home-hero-tagline{display:none}.home-benefits{grid-column:1;margin-top:28px;max-width:none;grid-template-columns:repeat(4,1fr)}
 .home-tech-grid{grid-template-columns:1fr 1fr}.home-tech:nth-child(2){border-right:0}.home-tech:nth-child(-n+2){border-bottom:1px solid var(--line)}.home-split{grid-template-columns:1fr}.home-final-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:760px){
 .home-hero-layout{padding-top:56px}.home-hero h1{font-size:clamp(46px,13vw,62px);max-width:580px}.home-hero .lead{font-size:17px}.home-hero-dashboard{grid-template-columns:1fr}.home-benefits{grid-template-columns:1fr 1fr}.home-head{align-items:flex-start;flex-direction:column}.home-segments{grid-template-columns:1fr 1fr}.home-tools-grid{grid-template-columns:1fr}.home-proof .mini-grid,.home-lab .mini-grid{grid-template-columns:1fr}
}
@media(max-width:540px){
 .home-hero-bg{height:450px;background-position:67% top}.home-hero-overlay{background:linear-gradient(90deg,rgba(5,12,18,.96) 0%,rgba(5,12,18,.78) 26%,rgba(5,12,18,.42) 58%,rgba(5,12,18,.20) 100%),linear-gradient(180deg,rgba(5,12,18,.58) 0%,rgba(5,12,18,.74) 250px,rgba(5,12,18,.98) 450px,#081119 100%)}.home-kicker{font-size:11px;letter-spacing:.11em}.home-hero h1{font-size:clamp(40px,13vw,54px)}.home-hero-actions{display:grid;width:100%;grid-template-columns:1fr}.home-hero-actions .btn{width:100%}.home-benefits{grid-template-columns:1fr}.home-tech-grid{grid-template-columns:1fr}.home-tech{border-right:0!important;border-bottom:1px solid var(--line)}.home-tech:last-child{border-bottom:0}.home-segments{grid-template-columns:1fr}.home-segment{min-height:220px;padding:16px}.home-segment .segment-copy{padding:12px 12px 10px}.home-final-actions{display:grid;width:100%;grid-template-columns:1fr}.home-final-actions .btn{width:100%}.home-proof,.home-lab{padding:26px}.home-tools-intro{padding:0}
}


/* Hero TARGET — integração visual da foto e leitura em tempo real animada */
.home-livebars span:nth-child(1){animation-delay:-.95s;animation-duration:1.05s}
.home-livebars span:nth-child(2){animation-delay:-.52s;animation-duration:.82s}
.home-livebars span:nth-child(3){animation-delay:-.20s;animation-duration:1.18s}
.home-livebars span:nth-child(4){animation-delay:-.75s;animation-duration:.92s}
.home-livebars span:nth-child(5){animation-delay:-.12s;animation-duration:1.28s}
.home-livebars span:nth-child(6){animation-delay:-.66s;animation-duration:.88s}
.home-livebars span:nth-child(7){animation-delay:-.31s;animation-duration:1.08s}
.home-livebars span:nth-child(8){animation-delay:-.84s;animation-duration:.78s}
.home-livebars span:nth-child(9){animation-delay:-.42s;animation-duration:1.22s}
.home-livebars span:nth-child(10){animation-delay:-.18s;animation-duration:.96s}
.home-livebars span:nth-child(11){animation-delay:-.70s;animation-duration:1.12s}
.home-livebars span:nth-child(12){animation-delay:-.28s;animation-duration:.86s}
@keyframes targetLiveRead{
  0%{transform:scaleY(.48);filter:brightness(.86);opacity:.72}
  45%{transform:scaleY(.78);filter:brightness(1.02);opacity:.90}
  100%{transform:scaleY(1.14);filter:brightness(1.24);opacity:1}
}
.home-dashboard-stable i{animation:targetStablePulse 1.8s ease-in-out infinite}
@keyframes targetStablePulse{
  0%,100%{box-shadow:0 0 0 5px rgba(53,234,103,.08),0 0 9px rgba(53,234,103,.28)}
  50%{box-shadow:0 0 0 9px rgba(53,234,103,.035),0 0 18px rgba(53,234,103,.52)}
}
@media(max-width:1180px){
  .home-hero-bg{background-position:80% 50%;background-size:auto 112%;transform:none}
}
@media(max-width:960px){
  .home-hero-bg{height:560px;background-position:70% 42%;background-size:auto 108%;-webkit-mask-image:linear-gradient(90deg,transparent 0%, rgba(0,0,0,.35) 18%, #000 34%, #000 100%), linear-gradient(180deg,#000 0%,#000 72%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%, rgba(0,0,0,.35) 18%, #000 34%, #000 100%), linear-gradient(180deg,#000 0%,#000 72%,transparent 100%)}
}
@media(max-width:540px){
  .home-hero-bg{height:470px;background-position:68% 28%;background-size:auto 105%}
}
@media(prefers-reduced-motion:reduce){
  .home-livebars span,.home-dashboard-stable i{animation:none!important}
}

/* Formulário de contato da página inicial */
.home-contact{background:#f5f7fa}
.home-contact-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:42px;align-items:start}
.home-contact-copy{padding-top:24px}.home-contact-copy h2,.home-contact-copy .lead{max-width:520px}
.home-contact-details{display:grid;gap:14px;margin-top:30px}.home-contact-details div{display:grid;gap:3px;padding:16px 18px;border-left:3px solid var(--red);background:#fff;border-radius:0 14px 14px 0}.home-contact-details strong{font-size:15px}.home-contact-details span{font-size:14px;color:var(--muted)}
.home-contact-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:0 18px 45px rgba(16,24,32,.08)}
.home-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.home-contact-form .wide{grid-column:1/-1}.home-contact-form label{display:block;font-weight:700;font-size:14px;margin-bottom:7px}.home-contact-form input,.home-contact-form select,.home-contact-form textarea{width:100%;border:1px solid #dce2e7;border-radius:14px;padding:13px 14px;font:inherit;background:#fff;color:#17202a;outline:none;transition:.2s}.home-contact-form textarea{min-height:130px;resize:vertical}.home-contact-form input:focus,.home-contact-form select:focus,.home-contact-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(200,38,51,.08)}
.home-contact-consent{display:flex!important;align-items:flex-start;gap:10px;background:#f7f9fb;border:1px solid #e8edf1;border-radius:14px;padding:14px}.home-contact-consent input{width:auto;margin-top:4px}.home-contact-consent span{font-size:13px;font-weight:400;color:#66727e}.home-contact-consent a{color:var(--red);text-decoration:underline}
.home-contact-form .form-status{display:none;padding:13px 14px;border-radius:14px;font-size:14px}.home-contact-form .form-status.show{display:block}.home-contact-form .form-status.ok{background:#ebf9f0;color:#176b3a;border:1px solid #bfe8cd}.home-contact-form .form-status.error{background:#fff0f1;color:#982630;border:1px solid #f0c3c7}
@media(max-width:960px){.home-contact-grid{grid-template-columns:1fr}.home-contact-copy{padding-top:0}}
@media(max-width:760px){.home-contact-form{grid-template-columns:1fr}}
@media(max-width:540px){.home-contact-card{padding:22px}}
