:root {
  --azul: #1e3a8a;
  --azul-esc: #0f1f4d;
  --azul-med: #2e4092;
  --laranja: #f59e0b;
  --laranja-esc: #d97706;
  --verde-zap: #25d366;
  --verde-zap-esc: #1db954;
  --grafite: #0b1530;
  --aco: #475569;
  --aco-claro: #94a3b8;
  --cinza-bg: #eef2f8;
  --cinza-borda: #dde5f0;
  --texto: #2b3648;
  --texto-leve: #647189;
  --branco: #ffffff;
  --max: 1180px;
  --sombra: 0 8px 28px rgba(14, 30, 80, .09);
  --sombra-lg: 0 22px 58px rgba(14, 30, 80, .16);
  --radius: 10px;
  --radius-lg: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; overflow-x: hidden; color: var(--texto); background: var(--branco); font-family: "Barlow", system-ui, sans-serif; font-size: 16px; line-height: 1.6; }
img, video { max-width: 100%; }
a, button, summary { color: inherit; touch-action: manipulation; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99; left: 12px; top: -60px; padding: 10px 16px; color: #fff; background: var(--laranja-esc); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.utility-bar { background: var(--grafite); color: #c7d4f0; font-size: .81rem; }
.utility-content { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar a { color: #fff; text-decoration: none; font-weight: 700; }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(15,31,77,.09); backdrop-filter: blur(10px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 145px; height: auto; display: block; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav > a:not(.button) { color: var(--azul-esc); text-decoration: none; font-family: "Barlow Condensed", sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.main-nav > a:not(.button):hover, .main-nav > a[aria-current="page"] { color: var(--laranja-esc); }
.menu-button { display: none; border: 0; background: none; padding: 10px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--azul-esc); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 13px 23px; border: 0; border-radius: 8px; text-decoration: none; cursor: pointer; font-family: "Barlow Condensed", sans-serif; font-size: .96rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 16px; background: var(--laranja); color: #fff; font-size: .82rem; }
.button-small:hover { background: var(--laranja-esc); }
.button-primary { background: var(--verde-zap); color: #fff; box-shadow: 0 9px 22px rgba(37,211,102,.28); }
.button-primary:hover { background: var(--verde-zap-esc); box-shadow: 0 13px 28px rgba(37,211,102,.34); }
.button-brand { background: var(--laranja); color: #fff; box-shadow: 0 9px 22px rgba(245,158,11,.25); }
.button-brand:hover { background: var(--laranja-esc); }
.button-form { background: var(--azul); color: #fff; box-shadow: 0 9px 22px rgba(30,58,138,.22); }
.button-form:hover { background: var(--azul-esc); box-shadow: 0 13px 28px rgba(15,31,77,.28); }
.button-outline { color: #fff; border: 2px solid rgba(255,255,255,.48); background: rgba(255,255,255,.03); }
.button-outline:hover { border-color: #fff; background: rgba(255,255,255,.10); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--azul); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link.light { color: #fff; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--azul-esc); font-family: "Barlow Condensed", "Barlow", sans-serif; line-height: 1.04; letter-spacing: -.018em; }
h1 { max-width: 840px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 900; }
h2 { margin-bottom: 20px; font-size: clamp(2.4rem, 4.2vw, 4rem); font-weight: 900; }
h3 { font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #fcd68a; font-family: "Barlow Condensed", sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--laranja-esc); }

.hero { position: relative; min-height: 620px; isolation: isolate; overflow: hidden; display: flex; align-items: center; background: var(--azul-esc); }
.hero-media, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; z-index: -2; }
.hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(11,21,48,.95), rgba(15,31,77,.78) 56%, rgba(30,58,138,.34)); }
.hero-content { padding-block: 78px; color: #fff; }
.hero h1 { color: #fff; text-shadow: 0 3px 22px rgba(0,0,0,.3); }
.hero h1 strong, .page-hero h1 span { color: var(--laranja); }
.hero-copy { max-width: 690px; color: #e4eafb; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 31px; }
.hero .text-link { color: #fff; }
.hero-points { display: flex; gap: 24px; flex-wrap: wrap; margin: 38px 0 0; padding: 0; list-style: none; font-size: .88rem; font-weight: 700; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--laranja); }

.trust-strip { background: var(--azul); color: #fff; }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-items > div { min-height: 78px; padding: 20px 26px; border-right: 1px solid rgba(255,255,255,.22); display: flex; align-items: baseline; gap: 12px; }
.trust-items > div:last-child { border: 0; }
.trust-items strong { color: var(--laranja); font-family: "Barlow Condensed", sans-serif; font-size: 1.55rem; font-weight: 900; }
.trust-items span { font-size: .8rem; font-weight: 600; }

.section { padding: 104px 0; }
.section-soft { background: var(--cinza-bg); }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 120px); }
.problem-layout > div:first-child { max-width: 560px; }
.problem-card { padding: 32px; border: 1px solid var(--cinza-borda); border-radius: var(--radius-lg); background: var(--cinza-bg); box-shadow: var(--sombra); color: var(--texto-leve); font-size: 1.08rem; }
.problem-card strong { display: block; margin-top: 20px; padding-left: 16px; border-left: 4px solid var(--laranja); color: var(--azul-esc); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 40px; }
.section-heading > div { max-width: 720px; }
.section-heading > p { max-width: 340px; margin: 0 0 10px; color: var(--texto-leve); }
.section-heading.narrow { display: block; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 308px; padding: 27px; border: 1px solid var(--cinza-borda); border-radius: var(--radius-lg); background: #fff; display: flex; flex-direction: column; box-shadow: var(--sombra); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--sombra-lg); }
.service-number { color: var(--laranja-esc); font-family: "Barlow Condensed", sans-serif; font-weight: 800; }
.service-card h3 { margin: 47px 0 12px; font-size: 2rem; }
.service-card p { color: var(--texto-leve); font-size: .94rem; }
.service-card a { margin-top: auto; color: var(--azul); font-weight: 800; text-decoration: none; }
.service-card a span { color: var(--laranja-esc); margin-left: 4px; }
.feature-card { color: #fff; background: linear-gradient(145deg, var(--azul-esc), var(--azul)); border-color: var(--azul); }
.feature-card h3, .feature-card a { color: #fff; }
.feature-card p { color: #dbe5ff; }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0; margin: 46px 0 0; list-style: none; }
.process-list li { padding-right: 18px; }
.process-list li:not(:last-child) { border-right: 1px solid var(--cinza-borda); }
.process-list > li > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 38px; border-radius: 50%; color: var(--laranja); background: var(--azul-esc); font-family: "Barlow Condensed"; font-weight: 900; }
.process-list h3 { margin-bottom: 8px; font-size: 1.55rem; }
.process-list p { color: var(--texto-leve); font-size: .9rem; }

.dark-panel { color: #fff; background: linear-gradient(135deg, var(--grafite), var(--azul-esc)); }
.dark-panel h2 { max-width: 610px; color: #fff; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 160px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.check-list li:first-child { padding-top: 0; }
.check-list strong { color: var(--laranja); }
.check-list span { color: #d6def2; font-size: .94rem; }

.faq-layout > div:first-child p:not(.eyebrow) { max-width: 440px; color: var(--texto-leve); }
.accordion { border-top: 1px solid var(--cinza-borda); }
details { border-bottom: 1px solid var(--cinza-borda); }
summary { position: relative; padding: 22px 34px 22px 0; cursor: pointer; list-style: none; color: var(--azul-esc); font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 13px; color: var(--laranja-esc); font-size: 1.6rem; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { max-width: 650px; margin: 0; padding: 0 34px 20px 0; color: var(--texto-leve); font-size: .94rem; }

.contact-section { background: var(--cinza-bg); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(42px, 8vw, 110px); align-items: start; }
.contact-intro > p:not(.eyebrow) { max-width: 440px; color: var(--texto-leve); }
.contact-details { display: grid; gap: 14px; margin-top: 30px; }
.contact-details a { color: var(--azul-esc); font-weight: 700; text-decoration: none; }
.contact-details a:hover { color: var(--laranja-esc); }
.lead-form { padding: 36px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--sombra-lg); }
.lead-form label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--azul-esc); font-family: "Barlow Condensed", sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--cinza-borda); border-radius: var(--radius); background: #fff; color: var(--texto); font: 400 1rem "Barlow", sans-serif; letter-spacing: 0; text-transform: none; outline-offset: 2px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--laranja); outline: 3px solid rgba(245,158,11,.17); }
.lead-form textarea { resize: vertical; }
.lead-form button { width: 100%; margin-top: 5px; }
.lead-form button:disabled { cursor: wait; opacity: .72; }
.form-note { margin: 14px 0 0; color: var(--texto-leve); font-size: .76rem; text-align: center; }
.form-note a { color: var(--azul); font-weight: 700; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.form-status { margin: 16px 0 0; padding: 13px 15px; border: 1px solid; border-radius: var(--radius); font-size: .9rem; font-weight: 700; line-height: 1.45; }
.form-status[hidden] { display: none; }
.form-status-success { border-color: #86c997; background: #edf9f0; color: #17642b; }
.form-status-error { border-color: #e6a2a2; background: #fff1f1; color: #992b2b; }

.page-hero { position: relative; overflow: hidden; padding: 100px 0 92px; color: #fff; background: linear-gradient(135deg, var(--grafite), var(--azul) 120%); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -150px; top: -170px; border: 1px solid rgba(245,158,11,.38); border-radius: 50%; box-shadow: 0 0 0 70px rgba(245,158,11,.05), 0 0 0 140px rgba(245,158,11,.035); }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { max-width: 760px; color: #fff; }
.page-hero p:last-child { max-width: 700px; margin: 0; color: #dbe5ff; font-size: 1.15rem; }
.breadcrumb { display: flex; gap: 8px; margin-bottom: 24px; color: #c3d0f3; font-size: .82rem; }
.breadcrumb a { color: #fff; text-decoration: none; }

.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.facade-grid { grid-template-columns: 1.12fr .88fr; gap: clamp(42px, 6vw, 82px); }
.content-grid.reverse > :first-child { order: 2; }
.content-grid p { color: var(--texto-leve); }
.image-frame { position: relative; overflow: hidden; min-height: 410px; border-radius: var(--radius-lg); background: var(--azul-esc); box-shadow: var(--sombra-lg); }
.image-frame img, .image-frame video { width: 100%; height: 100%; min-height: 410px; object-fit: cover; display: block; }
.image-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(15,31,77,.55)); }
.image-frame-facade { min-height: 0; aspect-ratio: 951 / 380; background: var(--cinza-bg); }
.image-frame-facade img { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; }
.image-frame-facade::after { display: none; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.mini-stats div { padding: 18px; border-radius: var(--radius); background: var(--cinza-bg); }
.mini-stats strong { display: block; color: var(--azul); font-family: "Barlow Condensed"; font-size: 1.5rem; font-weight: 900; }
.mini-stats span { color: var(--texto-leve); font-size: .8rem; }
.value-grid, .channel-grid, .material-grid { display: grid; gap: 20px; }
.value-grid { grid-template-columns: repeat(3, 1fr); }
.value-card, .channel-card { padding: 30px; border: 1px solid var(--cinza-borda); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--sombra); }
.value-icon, .channel-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 24px; border-radius: var(--radius); color: var(--laranja-esc); background: #fff7ed; font-family: "Barlow Condensed"; font-weight: 900; }
.value-card h3, .channel-card h3 { font-size: 1.5rem; }
.value-card p, .channel-card p { margin-bottom: 0; color: var(--texto-leve); }
.channel-grid { grid-template-columns: repeat(4, 1fr); }
.channel-card a { color: var(--azul); font-weight: 800; text-decoration: none; }
.material-grid { grid-template-columns: repeat(6, 1fr); }
.material-chip { padding: 22px 10px; border: 1px solid var(--cinza-borda); border-radius: var(--radius); background: #fff; color: var(--azul-esc); text-align: center; font-family: "Barlow Condensed"; font-weight: 800; }
.service-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-detail { padding: 30px; border: 1px solid var(--cinza-borda); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--sombra); }
.service-detail h3 { font-size: 1.55rem; }
.service-detail p { color: var(--texto-leve); }
.service-detail ul { padding-left: 18px; color: var(--texto-leve); }
.service-detail a { color: var(--azul); font-weight: 800; text-decoration: none; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--cinza-borda); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--sombra); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--sombra-lg); }
.product-image { height: 245px; padding: 18px; background: linear-gradient(145deg, #fff, #e8edf6); }
.product-image img { width: 100%; height: 100%; object-fit: contain; display: block; }
.product-body { padding: 26px; }
.product-body > span { color: var(--laranja-esc); font-family: "Barlow Condensed"; font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-body h3 { margin: 13px 0 9px; font-size: 1.65rem; }
.product-body p { color: var(--texto-leve); }
.product-body a { color: var(--azul); font-weight: 800; text-decoration: none; }
.cta-band { padding: 60px 0; color: #fff; background: linear-gradient(100deg, var(--azul-esc), var(--azul)); }
.cta-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-band h2 { margin-bottom: 8px; color: #fff; font-size: clamp(2.2rem,4vw,3.2rem); }
.cta-band p { margin: 0; color: #dbe5ff; }
.cta-actions { display: flex; gap: 12px; flex-shrink: 0; }
.map-frame { overflow: hidden; min-height: 390px; border: 0; border-radius: var(--radius-lg); box-shadow: var(--sombra); }
.map-frame iframe { width: 100%; height: 390px; border: 0; display: block; }

.site-footer { padding: 48px 0; color: rgba(255,255,255,.68); background: #070d22; }
.footer-wrap { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 45px; align-items: start; }
.footer-brand img { width: 120px; filter: brightness(0) invert(1); }
.footer-col h4 { margin: 0 0 14px; color: var(--laranja); font-family: "Barlow Condensed"; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-col p { margin-bottom: 10px; font-size: .86rem; }
.footer-col a { display: block; margin-bottom: 7px; color: rgba(255,255,255,.78); font-size: .86rem; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.mobile-cta { display: none; }

@media (max-width: 960px) {
  .main-nav { gap: 14px; }
  .main-nav > a:not(.button) { font-size: .78rem; }
  .button-small { padding: 8px 10px; font-size: .72rem; }
  .service-grid, .service-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .process-list li:nth-child(2) { border-right: 0; }
  .channel-grid { grid-template-columns: repeat(2, 1fr); }
  .material-grid { grid-template-columns: repeat(3, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { padding-bottom: 62px; }
  .shell { width: min(calc(100% - 36px), var(--max)); }
  .utility-content { justify-content: center; font-size: .75rem; }
  .utility-content span { display: none; }
  .nav-wrap { height: 69px; }
  .brand img { width: 120px; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 18px; background: #fff; border-bottom: 1px solid var(--cinza-borda); box-shadow: var(--sombra); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 8px 2px; font-size: .98rem; }
  .main-nav > a { min-height: 44px; display: flex; align-items: center; }
  .main-nav .button { margin-top: 8px; }
  .hero { min-height: 650px; align-items: end; }
  .hero-overlay { background: linear-gradient(0deg, rgba(11,21,48,.98), rgba(15,31,77,.72) 82%, rgba(30,58,138,.46)); }
  .hero-content { padding-block: 64px 48px; }
  .hero h1 { font-size: clamp(2.9rem, 12vw, 4.2rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .hero .text-link { justify-content: center; }
  .hero-points { justify-content: center; gap: 10px 17px; font-size: .76rem; }
  .trust-items { grid-template-columns: repeat(2, 1fr); }
  .trust-items > div { padding: 16px 12px; flex-direction: column; gap: 0; }
  .trust-items > div:nth-child(2) { border-right: 0; }
  .trust-items > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .section { padding: 76px 0; }
  .two-columns, .content-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .content-grid.reverse > :first-child { order: initial; }
  .section-heading { display: block; margin-bottom: 30px; }
  .service-grid, .service-detail-grid, .value-grid, .channel-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .service-card h3 { margin-top: 32px; }
  .process-list { grid-template-columns: 1fr; gap: 0; margin-top: 26px; }
  .process-list li, .process-list li:nth-child(2) { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 21px 0; border-right: 0; border-bottom: 1px solid var(--cinza-borda); }
  .process-list > li > span { margin: 0; }
  .check-list li { grid-template-columns: 1fr; gap: 5px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 23px; }
  .lead-form input, .lead-form select, .lead-form textarea { min-height: 48px; font-size: 16px; }
  .page-hero { padding: 74px 0 70px; }
  .page-hero h1 { font-size: clamp(2.8rem, 12vw, 4rem); }
  .mini-stats { grid-template-columns: 1fr; }
  .material-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band .shell, .cta-actions { align-items: stretch; flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .footer-wrap { grid-template-columns: 1fr; gap: 27px; }
  .mobile-cta { display: block; position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; padding: 8px 12px; background: #fff; box-shadow: 0 -8px 22px rgba(14,30,80,.14); }
  .mobile-cta a { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; background: var(--verde-zap); border-radius: 7px; text-decoration: none; font-family: "Barlow Condensed"; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .service-card { transition: none; }
}
