/*
  Sinergy Comercial — Operação Crítica
  Design tokens e componentes: neo-industrial editorial, resposta visível,
  precisão sem ruído, confiança operacional. Verde assinatura: #00B83A.
*/
:root {
  --radius: .45rem;
  --background: #f4f5f2; --foreground: #14202a;
  --card: #fff; --card-foreground: #14202a;
  --popover: #fff; --popover-foreground: #14202a;
  --primary: #00552e; --primary-foreground: #fff;
  --secondary: #e8ece8; --secondary-foreground: #14202a;
  --muted: #e5e9e5; --muted-foreground: #60706a;
  --accent: #00b83a; --accent-foreground: #042b18;
  --border: #d8dfda; --input: #d1d9d3; --ring: #00b83a;
  --ink: #14202a; --petrol: #082d31; --deep: #061f28; --green: #00b83a;
  --paper: #f4f5f2; --line: #d8dfda; --muted-text: #60706a;
  --ease-out: cubic-bezier(.23,1,.32,1);
}
* { box-sizing: border-box; }
* { border-color: var(--border); }
html { scroll-behavior: smooth; }
body { background: var(--background); color: var(--foreground); margin: 0; font-family: "IBM Plex Sans", sans-serif; }
button:not(:disabled), a[href], input, textarea { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid #00b83a; outline-offset: 3px; }
button { font-family: inherit; }

.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.site-shell { overflow: hidden; background: var(--paper); }
.topline { background: #061f28; color: #a8bab4; font-size: 11px; letter-spacing: .04em; }
.topline-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topline-right { display: flex; align-items: center; gap: 8px; }
.topline-separator { color: #46625d; margin: 0 6px; }
.pulse-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(0,184,58,.13); margin-right: 9px; }
.site-header { height: 82px; background: rgba(244,245,242,.96); position: relative; z-index: 10; border-bottom: 1px solid rgba(216,223,218,.7); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-lockup img { display: block; width: 178px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a, .header-phone { color: #33443f; font-size: 12px; font-weight: 500; text-decoration: none; transition: color .18s ease; }
.main-nav a:hover, .header-phone:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.header-phone { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.button { border: 0; font: inherit; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; transition: transform .18s var(--ease-out), background .18s ease, color .18s ease, box-shadow .18s ease; }
.button:active { transform: scale(.97); }
.button-green { background: var(--green); color: #032d18; font-weight: 600; padding: 13px 18px; }
.button-green:hover { background: #21cc5a; box-shadow: 0 10px 24px rgba(0,184,58,.2); }
.button-large { padding: 15px 20px; font-size: 13px; }
.menu-trigger, .nav-mobile-cta { display: none; }
.hero-section { min-height: 680px; position: relative; color: white; display: flex; align-items: center; background: var(--deep); }
.hero-image, .network-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,26,34,.96) 0%, rgba(4,26,34,.88) 36%, rgba(4,26,34,.28) 75%, rgba(4,26,34,.5) 100%); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(155,190,180,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(155,190,180,.24) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero-content { display: grid; grid-template-columns: minmax(0, 1fr) 380px; align-items: center; gap: 80px; position: relative; z-index: 1; padding-top: 60px; padding-bottom: 60px; }
.hero-copy { max-width: 710px; }
.section-kicker { color: #507368; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.light-kicker { color: #9bc1b5; }
.kicker-line { width: 28px; height: 1px; background: var(--green); display: inline-block; }
.kicker-muted { color: #6e8980; margin-left: 5px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; }
.hero-copy h1 { font-size: clamp(50px, 6.4vw, 84px); line-height: .96; letter-spacing: -.07em; font-weight: 600; margin: 30px 0 25px; }
.hero-copy h1 em, .network-copy h2 em, .contact-copy h2 em { font-style: normal; color: var(--green); }
.hero-lead { max-width: 570px; color: #c8d5d1; font-size: 16px; line-height: 1.65; margin-bottom: 30px; }
.hero-buttons { display: flex; align-items: center; gap: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; text-decoration: none; transition: gap .18s var(--ease-out), color .18s ease; background: none; border: 0; padding: 0; }
.text-link:hover { gap: 12px; }
.light-link { color: white; }
.dark-link { color: #1d4437; }
.dark-link:hover { color: var(--green); }
.hero-proof-row { display: flex; gap: 40px; margin-top: 70px; }
.hero-proof-row div { display: flex; flex-direction: column; gap: 4px; padding-right: 38px; border-right: 1px solid rgba(210,231,223,.24); }
.hero-proof-row div:last-child { border-right: 0; }
.hero-proof-row strong { font: 600 26px/1 "Space Grotesk", sans-serif; color: white; }
.hero-proof-row span { color: #9db5ac; font-size: 11px; }
.response-card { border: 1px solid rgba(180,219,203,.35); background: rgba(10,46,47,.55); backdrop-filter: blur(10px); padding: 26px; box-shadow: 0 24px 80px rgba(0,0,0,.2); }
.response-card-header, .response-card-footer { display: flex; justify-content: space-between; align-items: center; }
.status-pill { color: #9ce7b3; background: rgba(0,184,58,.12); padding: 6px 9px; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.status-pill .pulse-dot { margin-right: 6px; width: 5px; height: 5px; }
.micro-label, .image-caption, .form-code { color: #91aaa1; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.response-card h2 { font-size: 29px; line-height: 1.05; letter-spacing: -.045em; margin: 44px 0 11px; }
.response-card p { color: #b5cbc2; font-size: 13px; line-height: 1.55; margin-bottom: 25px; }
.response-steps { border-top: 1px solid rgba(180,219,203,.2); }
.response-step { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(180,219,203,.2); color: #e5efeb; font-size: 12px; }
.response-step svg { margin-left: auto; color: var(--green); }
.step-index { color: var(--green); font: 600 11px "Space Grotesk", sans-serif; }
.response-card-footer { margin-top: 24px; color: #8fb6a5; font-size: 11px; }.response-card-footer svg { color: var(--green); }
.hero-scroll { position: absolute; bottom: 25px; left: calc(50% - 620px); display: flex; align-items: center; gap: 13px; color: #89a69b; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; z-index: 2; }.scroll-line { height: 1px; width: 42px; background: var(--green); }
.signal-strip { background: var(--green); color: #07301d; }.signal-inner { display: flex; justify-content: space-between; align-items: center; min-height: 62px; }.signal-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }.signal-label .pulse-dot { background: #07301d; box-shadow: 0 0 0 4px rgba(7,48,29,.15); }.signal-items { display: flex; align-items: center; gap: 19px; font: 500 12px "Space Grotesk", sans-serif; }.signal-divider { width: 4px; height: 4px; background: #087d38; border-radius: 50%; }
.section { padding: 132px 0; }.section-heading { margin-bottom: 68px; }.split-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; }.section-heading h2 { font-size: clamp(40px, 5vw, 65px); line-height: .98; letter-spacing: -.065em; font-weight: 600; margin: 24px 0 0; }.section-heading h2 span { color: #1a7955; }.heading-aside { color: #64736d; font-size: 16px; line-height: 1.65; margin: 0; max-width: 380px; }.heading-aside .text-link { margin-top: 25px; }
.solution-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 45px; align-items: stretch; }.solution-intro-image { min-height: 520px; background-position: center; background-size: cover; position: relative; }.solution-intro-image:after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(7,32,34,.66), transparent 60%); }.image-caption { position: absolute; bottom: 23px; left: 25px; right: 25px; z-index: 1; display: flex; justify-content: space-between; color: #d0e2da; }.solution-list { display: flex; flex-direction: column; gap: 13px; }.solution-card { display: grid; grid-template-columns: 44px 1fr 32px; gap: 22px; padding: 25px 24px; border: 1px solid var(--line); background: #f9faf7; position: relative; transition: background .2s ease, transform .2s var(--ease-out), border-color .2s ease; text-decoration: none; }.solution-card:hover { background: #fff; transform: translateX(7px); border-color: #86bda0; }.solution-card-top { display: flex; flex-direction: column; justify-content: space-between; color: #1b7152; }.solution-number, .process-number { color: #6d8b7d; font: 600 12px "Space Grotesk", sans-serif; }.card-eyebrow { color: #1b7152; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 600; margin-bottom: 7px; }.solution-card h3 { font-size: 23px; line-height: 1.1; letter-spacing: -.04em; margin-bottom: 9px; color: var(--ink); }.solution-card p { font-size: 13px; line-height: 1.55; color: #62736d; max-width: 500px; margin-bottom: 15px; }.tag-row { display: flex; flex-wrap: wrap; gap: 6px; }.tag-row span { font-size: 10px; color: #456259; border: 1px solid #d2ded7; padding: 5px 8px; }.card-arrow { color: #20714f; align-self: center; justify-self: end; transition: transform .2s var(--ease-out); }.solution-card:hover .card-arrow { transform: translate(3px,-3px); }
.brands-section { padding: 118px 0; border-top: 1px solid var(--line); background: #e9eee9; }.brands-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 95px; align-items: center; }.brands-copy h2 { font: 600 clamp(40px, 4.8vw, 63px)/.97 "Space Grotesk", sans-serif; letter-spacing: -.065em; margin: 24px 0; }.brands-copy h2 span { color: #1b7954; }.brands-copy p { color: #62736d; line-height: 1.65; max-width: 315px; margin-bottom: 24px; }
.brands-source-note { display: flex; align-items: center; gap: 2px; color: #658078; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; margin-top: 38px; }.brands-source-note .pulse-dot { width: 6px; height: 6px; margin-right: 3px; }.brands-wall { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.brand-tile { min-height: 122px; background: #f8faf7; border: 1px solid #d3ded6; display: flex; align-items: center; justify-content: center; position: relative; padding: 22px 18px 27px; transition: transform .2s var(--ease-out), background .2s ease, border-color .2s ease, box-shadow .2s ease; }.brand-tile:hover { transform: translateY(-4px); background: white; border-color: #96bca5; box-shadow: 0 12px 28px rgba(27,74,51,.1); }.brand-tile img { display: block; width: 78%; max-width: 160px; max-height: 50px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .2s ease, opacity .2s ease, transform .2s ease; }.brand-tile:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.04); }.brand-logo-siemens { max-width: 158px !important; }.brand-logo-ge { width: 56px !important; max-height: 56px !important; }.brand-logo-rockwell { max-width: 170px !important; }.brand-logo-abb { width: 100px !important; max-height: 58px !important; }.brand-logo-schneider { max-width: 178px !important; }.brand-logo-omron { max-width: 148px !important; }.brand-logo-mitsubishi { max-width: 178px !important; }.brand-logo-yokogawa { max-width: 165px !important; }.brand-logo-honeywell { max-width: 170px !important; }.brand-logo-bently { max-width: 168px !important; max-height: 66px !important; }.brand-logo-proface { max-width: 172px !important; max-height: 66px !important; }.brand-logo-endress { max-width: 174px !important; max-height: 48px !important; }.brand-tile-label { position: absolute; bottom: 8px; left: 10px; right: 10px; color: #89a097; font-size: 8px; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.network-section { min-height: 600px; color: white; position: relative; display: flex; align-items: center; background: var(--deep); }.network-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,31,40,.97), rgba(6,31,40,.58) 55%, rgba(6,31,40,.82)); }.network-inner { display: grid; grid-template-columns: 1fr .9fr; align-items: end; gap: 90px; position: relative; z-index: 1; }.network-copy h2 { font: 600 clamp(48px, 5.7vw, 76px)/.95 "Space Grotesk", sans-serif; letter-spacing: -.07em; margin: 28px 0 22px; }.network-copy p { color: #b8cec5; max-width: 460px; line-height: 1.65; font-size: 15px; }.network-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; border-top: 1px solid rgba(190,222,211,.26); padding-top: 22px; }.network-stat { display: flex; flex-direction: column; gap: 7px; }.network-stat strong { font: 600 42px "Space Grotesk", sans-serif; color: var(--green); }.network-stat span { font-size: 11px; color: #9fb8ae; line-height: 1.4; max-width: 90px; }
.process-section { background: #f8f9f6; }.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.process-card { min-height: 300px; padding: 25px 20px 22px; border-right: 1px solid var(--line); position: relative; transition: background .2s ease; }.process-card:first-child { border-left: 1px solid var(--line); }.process-card:hover { background: #eef5ef; }.process-number { display: block; margin-bottom: 55px; color: #5b8371; }.process-icon { width: 34px; height: 34px; color: var(--green); display: flex; align-items: center; justify-content: center; background: #e2f3e6; margin-bottom: 18px; }.process-card h3 { font-size: 19px; letter-spacing: -.04em; margin-bottom: 10px; }.process-card p { color: #6b7973; font-size: 12px; line-height: 1.55; max-width: 200px; }.process-arrow { position: absolute; right: 20px; bottom: 22px; color: #7b978b; }
.contact-section { background: var(--petrol); color: white; padding: 124px 0; position: relative; }.contact-section:before { content:""; position:absolute; inset:0; background-image: linear-gradient(90deg, rgba(142,188,168,.08) 1px, transparent 1px), linear-gradient(rgba(142,188,168,.08) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 80%); }.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 110px; align-items: start; position: relative; }.contact-copy h2 { font: 600 clamp(46px, 5.3vw, 72px)/.95 "Space Grotesk", sans-serif; letter-spacing: -.07em; margin: 28px 0; }.contact-copy p { color: #bdd1c8; line-height: 1.65; max-width: 490px; }.contact-options { display: flex; flex-direction: column; gap: 0; margin-top: 45px; max-width: 480px; }.contact-options a { display: grid; grid-template-columns: 25px 1fr 18px; align-items: center; gap: 13px; padding: 17px 0; color: white; text-decoration: none; border-top: 1px solid rgba(190,222,211,.23); }.contact-options a:last-child { border-bottom: 1px solid rgba(190,222,211,.23); }.contact-options a>svg:first-child { color: var(--green); }.contact-options a>svg:last-child { color: #91b6a6; }.contact-options span { display: flex; flex-direction: column; gap: 3px; }.contact-options small { color: #8eaea1; font-size: 10px; }.contact-options strong { font-size: 13px; font-weight: 500; }.contact-form { background: #f3f6f2; color: var(--ink); padding: 29px; }.form-topline { display: flex; justify-content: space-between; color: #236346; font: 600 11px "Space Grotesk", sans-serif; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid #d3ddd4; padding-bottom: 17px; margin-bottom: 22px; }.form-code { color: #729084; font-family: "IBM Plex Sans", sans-serif; }.contact-form label { display: flex; flex-direction: column; gap: 8px; color: #476057; font-size: 11px; font-weight: 600; margin-top: 17px; }.contact-form input, .contact-form textarea { background: transparent; border: 0; border-bottom: 1px solid #c8d5cb; padding: 7px 0 11px; color: var(--ink); font: 400 14px "IBM Plex Sans", sans-serif; outline: 0; border-radius: 0; resize: vertical; width: 100%; }.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--green); }.form-submit { margin-top: 25px; width: 100%; }.form-disclaimer { display: block; color: #80938a; font-size: 10px; line-height: 1.4; margin-top: 13px; }
.site-footer { background: #061f28; color: #d1e1db; padding: 54px 0 21px; }.footer-top { display: grid; grid-template-columns: 1.5fr .7fr 1.3fr .35fr; gap: 45px; padding-bottom: 48px; }.footer-brand img { width: 156px; filter: brightness(0) invert(1); opacity: .93; }.footer-brand p { color: #8da89d; max-width: 190px; line-height: 1.55; font-size: 12px; margin-top: 18px; }.footer-column { display: flex; flex-direction: column; gap: 11px; font-size: 12px; }.footer-column a, .footer-column span:not(.footer-label) { color: #9fb8ad; text-decoration: none; }.footer-column a:hover { color: var(--green); }.footer-label { color: var(--green); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 9px; }.footer-mark { display: flex; align-items: flex-end; justify-content: flex-end; gap: 9px; color: var(--green); font: 600 11px/1.15 "Space Grotesk", sans-serif; }.footer-mark img { width: 32px; height: 32px; object-fit: contain; }.footer-bottom { border-top: 1px solid rgba(170,210,194,.16); padding-top: 19px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #6f8c80; font-size: 10px; }.footer-bottom a { color: #b3c9bf; text-decoration: none; display: flex; align-items: center; gap: 5px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; width: 50px; height: 50px; display: grid; place-items: center; color: #06301d; background: var(--green); z-index: 20; box-shadow: 0 8px 25px rgba(0,0,0,.22); transition: transform .18s var(--ease-out); text-decoration: none; }.floating-whatsapp:hover { transform: translateY(-4px); }
@media (max-width: 900px) { .container { padding: 0 22px; }.header-phone { display: none; }.main-nav { gap: 16px; }.hero-content { grid-template-columns: 1fr 320px; gap: 35px; }.hero-copy h1 { font-size: 58px; }.split-heading, .brands-grid, .network-inner, .contact-grid { gap: 45px; }.solution-layout { gap: 20px; }.footer-top { gap: 25px; } }
@media (max-width: 720px) { .topline-right { display: none; }.topline-inner { justify-content: center; min-height: 30px; }.site-header { height: 72px; }.brand-lockup img { width: 155px; }.header-cta { display: none; }.menu-trigger { display: grid; place-items: center; border: 0; color: var(--ink); background: transparent; }.main-nav { position: absolute; top: 72px; left: 0; right: 0; padding: 20px 22px 25px; background: #f4f5f2; border-bottom: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 14px 30px rgba(0,0,0,.08); }.main-nav.is-open { display: flex; }.main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }.main-nav .nav-mobile-cta { display: flex; align-items: center; gap: 6px; border: 0; color: #0a6037; }.hero-section { min-height: auto; }.hero-content { display: block; padding-top: 85px; padding-bottom: 90px; }.hero-copy h1 { font-size: clamp(49px, 14vw, 72px); }.hero-lead { font-size: 14px; }.hero-proof-row { margin-top: 46px; gap: 18px; }.hero-proof-row div { padding-right: 18px; }.hero-proof-row strong { font-size: 22px; }.response-card { margin-top: 55px; max-width: 410px; }.hero-scroll { display: none; }.signal-inner { display: block; padding-top: 17px; padding-bottom: 17px; }.signal-items { margin-top: 11px; gap: 10px; font-size: 10px; flex-wrap: wrap; }.signal-divider { display: none; }.section { padding: 85px 0; }.split-heading, .brands-grid, .network-inner, .contact-grid { display: block; }.section-heading { margin-bottom: 45px; }.heading-aside { margin-top: 25px; font-size: 14px; }.solution-layout { display: block; }.solution-intro-image { min-height: 290px; margin-bottom: 15px; }.solution-card { grid-template-columns: 30px 1fr 25px; gap: 13px; padding: 20px 16px; }.solution-card h3 { font-size: 19px; }.brands-section { padding: 85px 0; }.brands-copy { margin-bottom: 45px; }.brands-source-note { margin-top: 25px; }.brands-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.brand-tile { min-height: 98px; padding: 18px 10px 25px; }.brand-tile img { max-width: 118px !important; max-height: 38px; }.brand-logo-ge { width: 42px !important; max-height: 42px !important; }.brand-logo-bently { max-width: 130px !important; max-height: 56px !important; }.brand-logo-proface { max-width: 132px !important; max-height: 52px !important; }.brand-logo-endress { max-width: 136px !important; max-height: 40px !important; }.network-section { min-height: 640px; padding: 85px 0; }.network-stats { margin-top: 70px; }.network-stat strong { font-size: 32px; }.process-grid { grid-template-columns: 1fr 1fr; }.process-card { min-height: 270px; padding: 20px 14px; }.process-card:first-child { border-bottom: 1px solid var(--line); }.process-card:nth-child(2) { border-bottom: 1px solid var(--line); }.process-card:nth-child(3) { border-left: 1px solid var(--line); }.contact-section { padding: 85px 0; }.contact-copy { margin-bottom: 52px; }.contact-form { padding: 22px 18px; }.footer-top { grid-template-columns: 1fr 1fr; gap: 35px 22px; }.footer-brand { grid-column: 1 / -1; }.footer-mark { justify-content: flex-start; }.footer-bottom { display: block; line-height: 1.7; }.footer-bottom span, .footer-bottom a { display: block; margin-top: 8px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
