/* Reset e base */
:root {
  --color-primary: #009fe3;
  --color-primary-dark: #007cb5;
  --color-secondary: #78c8e8;
  --color-dark: #03192c;
  --color-dark-2: #062944;
  --color-light: #ffffff;
  --color-soft: #f3f6f8;
  --color-muted: #5e6b76;
  --color-border: #d8e0e6;
  --shadow-soft: 0 18px 48px rgba(3, 25, 44, 0.12);
  --radius-lg: 12px;
  --radius-md: 7px;
  --container: 1180px;
  --header-height: 104px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--color-dark); background: var(--color-light); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; text-transform: uppercase; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; transform: translateY(-160%); color: var(--color-dark); background: #fff; border-radius: 4px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #68d4ff; outline-offset: 3px; }

/* Tipografia e títulos */
.section { padding: 76px 0; }
.section-heading { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.section-heading h2, .faq-intro h2, .quote-copy h2, .capability h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 2.65rem); letter-spacing: -0.035em; }
.section-heading > p:last-child { margin: 0; color: var(--color-muted); }
.section-kicker, .eyebrow { margin-bottom: 8px; color: var(--color-primary-dark); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.section-kicker.light { color: #64cef6; }

/* Botões */
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 2px; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.015em; text-transform: uppercase; transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--color-primary); }
.btn-primary:hover { background: var(--color-primary-dark); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.72); background: rgba(3,25,44,.18); }
.btn-outline-light:hover { background: #fff; color: var(--color-dark); }
.btn-outline-dark { color: var(--color-dark); border-color: var(--color-dark); background: #fff; }
.btn-outline-dark:hover { background: var(--color-dark); color: #fff; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--color-primary-dark); font-weight: 800; }

/* Cabeçalho */
.site-header { position: sticky; z-index: 1000; top: 0; height: var(--header-height); background: rgba(2, 20, 35, 0.97); box-shadow: 0 10px 28px rgba(0,0,0,.15); }
.header-inner { display: flex; height: 100%; align-items: center; gap: 28px; }
.brand { display: flex; width: 210px; flex: 0 0 210px; align-items: center; }
.brand img, .footer-brand img { width: 100%; height: auto; }
.main-nav { display: flex; flex: 1 1 auto; align-items: center; justify-content: center; gap: clamp(15px, 2vw, 28px); }
.main-nav a { position: relative; color: #fff; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; transform: scaleX(0); background: var(--color-primary); transition: transform 180ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.main-nav a[aria-current="page"] { color: #79d8fb; }
.main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-whatsapp { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; color: #fff; }
.header-whatsapp-icon { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--color-primary); border-radius: 50%; color: #fff; font-size: 1.35rem; }
.header-whatsapp strong, .header-whatsapp small { display: block; white-space: nowrap; }
.header-whatsapp strong { font-size: 0.83rem; }
.header-whatsapp small { margin-top: 2px; font-size: 0.7rem; }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.36); border-radius: 4px; color: #fff; background: transparent; font-size: 1.25rem; cursor: pointer; }

/* Hero */
.hero { position: relative; min-height: 535px; display: grid; align-items: center; color: #fff; background: #071d30 url("../img/hero-estrutura.webp") center/cover no-repeat; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2,21,37,.98) 0%, rgba(2,21,37,.9) 31%, rgba(2,21,37,.25) 66%, rgba(2,21,37,.06) 100%); }
.hero-content { padding-top: 54px; padding-bottom: 54px; }
.hero-content h1 { max-width: 740px; margin-bottom: 22px; font-size: clamp(2.25rem, 5vw, 4rem); letter-spacing: -0.045em; }
.hero-copy { max-width: 630px; margin-bottom: 30px; color: rgba(255,255,255,.92); font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Indicadores */
.numbers { padding: 26px 0; color: #fff; background: linear-gradient(110deg, #052b48, #02182b); border-top: 1px solid rgba(92,199,240,.3); }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.number-item { display: flex; min-height: 90px; align-items: center; justify-content: center; gap: 22px; padding: 12px 28px; border-right: 1px solid rgba(91,206,250,.32); }
.number-item:last-child { border-right: 0; }
.number-item > i { color: #fff; font-size: 2.55rem; }
.number-item strong, .number-item span { display: block; }
.number-item strong { font-size: 2.05rem; line-height: 1; }
.number-item span { margin-top: 7px; font-size: 0.67rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }

/* Soluções */
.solutions { background: #fff; }
.solutions-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.solution-card { display: block; overflow: hidden; min-width: 0; background: var(--color-dark-2); box-shadow: 0 9px 24px rgba(3,25,44,.1); transition: transform 180ms ease, box-shadow 180ms ease; }
.solution-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.solution-card:focus-visible { outline-color: var(--color-primary); transform: translateY(-4px); }
.solution-card > img { width: 100%; height: 145px; object-fit: cover; }
.solution-body { min-height: 250px; display: flex; flex-direction: column; padding: 22px 20px 18px; color: #fff; }
.solution-body > i { margin-bottom: 20px; font-size: 1.75rem; }
.solution-body h3 { min-height: 42px; margin-bottom: 12px; font-size: 1rem; }
.solution-body p { flex: 1; margin-bottom: 14px; color: rgba(255,255,255,.82); font-size: .78rem; }
.solution-arrow { width: 32px; color: #fff; transition: color 180ms ease, transform 180ms ease; }
.solution-card:hover .solution-arrow { color: var(--color-secondary); transform: translateX(4px); }

/* Institucional */
.capability { min-height: 430px; display: grid; align-items: center; color: #fff; background: #071d30 url("../img/fabrica-estrutura.webp") center/cover no-repeat; position: relative; isolation: isolate; }
.capability::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2,23,40,.98), rgba(2,23,40,.84) 36%, rgba(2,23,40,.24) 70%); }
.capability-content { padding-top: 64px; padding-bottom: 64px; }
.capability-content h2 { font-size: clamp(2rem, 4vw, 3.05rem); }
.capability-content p { max-width: 480px; color: rgba(255,255,255,.9); }
.capability-content .btn { margin-top: 8px; }

/* Galeria de projetos */
.projects { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gallery-item { overflow: hidden; padding: 0; border: 1px solid var(--color-border); border-radius: var(--radius-md); color: var(--color-dark); background: #fff; box-shadow: 0 10px 28px rgba(3,25,44,.07); cursor: zoom-in; text-align: left; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.gallery-item:hover { transform: translateY(-5px); border-color: #9dc4d8; box-shadow: var(--shadow-soft); }
.gallery-photo { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #dbe4e9; }
.gallery-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(3,25,44,.72)); opacity: .18; transition: opacity 180ms ease; }
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.gallery-item:hover .gallery-photo img { transform: scale(1.045); }
.gallery-item:hover .gallery-photo::after { opacity: 1; }
.gallery-zoom { position: absolute; z-index: 1; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.55); border-radius: 3px; color: #fff; background: rgba(3,25,44,.72); font-size: .68rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease; }
.gallery-item:hover .gallery-zoom, .gallery-item:focus-visible .gallery-zoom { opacity: 1; transform: translateY(0); }
.gallery-caption { display: block; min-height: 92px; padding: 18px 20px 20px; border-top: 3px solid var(--color-primary); }
.gallery-caption strong, .gallery-caption small { display: block; }
.gallery-caption strong { margin-bottom: 6px; font-size: .91rem; line-height: 1.25; text-transform: uppercase; }
.gallery-caption small { color: var(--color-muted); font-size: .77rem; }
.center-action { margin-top: 30px; text-align: center; }

/* Popup da galeria */
body.lightbox-open { overflow: hidden; }
.gallery-lightbox { width: min(94vw, 1180px); max-width: none; max-height: 94vh; padding: 0; border: 0; border-radius: var(--radius-lg); color: #fff; background: transparent; overflow: visible; }
.gallery-lightbox::backdrop { background: rgba(0, 11, 21, .91); backdrop-filter: blur(5px); }
.lightbox-panel { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); background: #031421; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox-panel figure { margin: 0; }
.lightbox-image-wrap { display: grid; min-height: min(66vh, 680px); place-items: center; background: #010b13; }
.lightbox-image { width: 100%; height: min(66vh, 680px); object-fit: contain; }
.lightbox-panel figcaption { display: flex; min-height: 118px; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 80px 24px 28px; border-top: 1px solid rgba(255,255,255,.1); }
.lightbox-panel figcaption h2 { margin-bottom: 7px; font-size: 1.18rem; }
.lightbox-panel figcaption p { max-width: 780px; margin: 0; color: rgba(255,255,255,.72); font-size: .86rem; }
.lightbox-counter { flex: 0 0 auto; color: #7ed9fa; font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: rgba(3,25,44,.78); cursor: pointer; transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.lightbox-close:hover, .lightbox-nav:hover { color: var(--color-dark); background: #fff; }
.lightbox-close { top: 16px; right: 16px; width: 44px; height: 44px; font-size: 1.15rem; }
.lightbox-nav { top: calc(50% - 58px); width: 48px; height: 48px; font-size: 1.05rem; }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }

/* Clientes */
.clients { padding: 35px 0 39px; color: #fff; background: linear-gradient(110deg, #062c49, #02182a); }
.clients h2 { margin-bottom: 24px; font-size: 1.18rem; }
.client-logos { display: grid; grid-template-columns: repeat(8, 1fr); align-items: center; gap: 26px; }
.client-logos img { width: 100%; height: 62px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .88; }

/* Processo e diferenciais */
.process { background: var(--color-soft); }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: start; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 28px; right: -20px; width: 18px; border-top: 1px dashed #76a4bd; }
.process-icon { display: grid; width: 56px; height: 56px; place-items: center; color: var(--color-dark-2); font-size: 1.7rem; }
.process-list b { color: var(--color-dark); font-size: 1.15rem; }
.process-list h3 { margin: 4px 0 7px; font-size: .75rem; }
.process-list p { margin: 0; color: var(--color-muted); font-size: .72rem; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 58px; }
.testimonial-card { padding: 28px; border-top: 3px solid var(--color-primary); background: #fff; box-shadow: 0 12px 35px rgba(4,35,57,.08); }
.testimonial-card > i { margin-bottom: 16px; color: var(--color-primary-dark); font-size: 1.75rem; }
.testimonial-card h3 { margin-bottom: 9px; font-size: 1rem; }
.testimonial-card p { margin: 0; color: var(--color-muted); font-size: .88rem; }

/* FAQ */
.faq { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-intro h2 { max-width: 390px; }
.faq-intro > p:not(.section-kicker) { color: var(--color-muted); }
.faq-list { border-top: 1px solid var(--color-border); }
.faq-list details { border-bottom: 1px solid var(--color-border); }
.faq-list summary { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--color-primary-dark); transition: transform 180ms ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; padding: 0 42px 22px 0; color: var(--color-muted); }

/* Chamada e contato */
.quote-cta { position: relative; padding: 58px 0; color: #fff; background: #05233b url("../img/hero-estrutura.webp") center 64%/cover no-repeat; isolation: isolate; }
.quote-cta::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(2,24,41,.88); }
.quote-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 74px; align-items: center; }
.quote-copy h2 { font-size: clamp(2rem, 4vw, 3rem); }
.quote-copy p:not(.section-kicker) { max-width: 390px; color: rgba(255,255,255,.83); }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 32px; font-style: normal; }
.contact-item { display: flex; min-width: 0; gap: 14px; align-items: flex-start; color: #fff; }
.contact-item > i { width: 24px; flex: 0 0 24px; margin-top: 3px; color: #fff; font-size: 1.35rem; text-align: center; }
.contact-item span, .contact-item b { display: block; }
.contact-item span { overflow-wrap: anywhere; font-size: .84rem; }
.contact-item b { margin-bottom: 3px; color: #9fdff7; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
a.contact-item:hover span { color: #aee9ff; }

/* Rodapé */
.site-footer { color: #fff; background: #021426; }
.footer-grid { display: grid; grid-template-columns: 1.05fr 1.2fr 1.25fr .7fr; gap: 42px; padding-top: 45px; padding-bottom: 38px; }
.footer-grid > *:not(:first-child) { border-left: 1px solid rgba(83,187,229,.25); padding-left: 38px; }
.footer-brand { width: 220px; align-self: start; }
.site-footer h2 { margin-bottom: 16px; font-size: .75rem; letter-spacing: .06em; }
.footer-nav > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 20px; }
.footer-nav a { color: rgba(255,255,255,.77); font-size: .72rem; }
.footer-nav a:hover, .footer-bottom a:hover { color: #72d6fa; }
.footer-quality p { display: flex; gap: 12px; color: rgba(255,255,255,.75); font-size: .77rem; }
.footer-quality i { color: var(--color-secondary); font-size: 1.4rem; }
.footer-social > div { display: flex; gap: 12px; }
.footer-social a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transition: color 180ms ease, border-color 180ms ease, background 180ms ease; }
.footer-social a:hover { color: var(--color-dark); border-color: #fff; background: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.58); font-size: .7rem; }
.footer-bottom a { color: rgba(255,255,255,.82); }
.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-size: 1.75rem; transition: transform 180ms ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
/* Páginas internas */
.page-hero { position: relative; min-height: 320px; display: grid; align-items: center; color: #fff; background: #05243c url("../img/fabrica-estrutura.webp") center/cover no-repeat; isolation: isolate; }
.page-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2,21,37,.97), rgba(2,21,37,.72) 58%, rgba(2,21,37,.34)); }
.page-hero-content { padding-top: 62px; padding-bottom: 62px; }
.page-hero h1 { max-width: 760px; margin-bottom: 13px; font-size: clamp(2.25rem, 5vw, 4rem); letter-spacing: -.045em; }
.page-hero p:not(.section-kicker) { max-width: 650px; margin: 0; color: rgba(255,255,255,.86); font-size: 1rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: #8edffa; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a:hover { color: #fff; }
.content-section { padding: 76px 0; }
.content-section.soft { background: var(--color-soft); }
.about-layout, .contact-layout, .budget-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: start; }
.prose h2, .contact-copy h2, .form-card h2 { margin-bottom: 20px; font-size: clamp(1.8rem, 3.5vw, 2.8rem); letter-spacing: -.035em; }
.prose p, .contact-copy p { color: var(--color-muted); }
.about-media { display: grid; gap: 22px; }
.about-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.facts-band { color: #fff; background: linear-gradient(110deg, #062c49, #02182a); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { min-height: 160px; display: grid; align-content: center; justify-items: center; padding: 26px 18px; border-right: 1px solid rgba(91,206,250,.3); text-align: center; }
.fact:last-child { border-right: 0; }
.fact strong { display: block; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; }
.fact span { display: block; margin-top: 10px; color: #7ed9fa; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-detail { scroll-margin-top: calc(var(--header-height) + 20px); overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 34px rgba(3,25,44,.08); }
.service-detail img { width: 100%; height: 270px; object-fit: cover; }
.service-detail-body { padding: 28px; }
.service-detail-body > i { margin-bottom: 17px; color: var(--color-primary-dark); font-size: 2rem; }
.service-detail h2 { margin-bottom: 12px; font-size: 1.42rem; }
.service-detail p { color: var(--color-muted); }
.feature-list { margin: 16px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; margin-top: 8px; padding-left: 23px; color: var(--color-muted); font-size: .88rem; }
.feature-list li::before { content: "\f058"; position: absolute; top: 1px; left: 0; color: var(--color-primary-dark); font: var(--fa-font-solid); }
.other-services { margin-top: 46px; padding: 30px; border-left: 4px solid var(--color-primary); color: #fff; background: var(--color-dark-2); }
.other-services h2 { font-size: 1.3rem; }
.other-services p { margin: 0; color: rgba(255,255,255,.76); }
.page-cta { padding: 54px 0; color: #fff; background: linear-gradient(105deg, #063452, #02192c); }
.page-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.page-cta h2 { margin-bottom: 7px; font-size: clamp(1.55rem, 3vw, 2.35rem); }
.page-cta p { margin: 0; color: rgba(255,255,255,.76); }
.clients-portfolio-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.client-logo-card { display: grid; min-height: 128px; place-items: center; padding: 22px; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; box-shadow: 0 8px 24px rgba(3,25,44,.05); }
.client-logo-card img { width: 100%; height: 74px; object-fit: contain; }
.contact-list { display: grid; gap: 18px; margin-top: 32px; }
.contact-list .contact-item { padding: 18px; border-radius: var(--radius-md); color: var(--color-dark); background: var(--color-soft); }
.contact-list .contact-item > i { color: var(--color-primary-dark); }
.contact-list .contact-item b { color: var(--color-primary-dark); }
.contact-list a.contact-item:hover span { color: var(--color-primary-dark); }
.consultant-card { margin-top: 28px; padding: 22px; border-radius: var(--radius-md); color: #fff; background: var(--color-dark-2); }
.consultant-card p { margin: 0 0 12px; color: #fff; font-weight: 800; }
.form-card { padding: 34px; border-top: 4px solid var(--color-primary); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-soft); }
.form-card .form-intro { color: var(--color-muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.form-field input, .form-field textarea, .form-field select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #bdc9d1; border-radius: 3px; color: var(--color-dark); background: #fff; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-card .btn { margin-top: 22px; cursor: pointer; }
.form-note { margin: 14px 0 0; color: var(--color-muted); font-size: .72rem; }
.info-box { margin-bottom: 26px; padding: 24px; border-left: 4px solid var(--color-primary); background: var(--color-soft); }
.info-box h2 { margin-bottom: 10px; font-size: 1.2rem; }
.info-box p { margin: 0; color: var(--color-muted); }
.jobs-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.job-card { display: flex; min-height: 250px; flex-direction: column; padding: 28px; border-top: 3px solid var(--color-primary); border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 34px rgba(3,25,44,.08); }
.job-card > i { margin-bottom: 20px; color: var(--color-primary-dark); font-size: 2rem; }
.job-card h2 { flex: 1; font-size: 1.05rem; }
.job-card p { color: var(--color-muted); font-size: .84rem; }
.blog-card { overflow: hidden; border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 34px rgba(3,25,44,.09); }
.blog-card img { width: 100%; height: 220px; object-fit: cover; }
.blog-card-body { padding: 24px; }
.blog-card .tag { color: var(--color-primary-dark); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-card h2 { margin: 9px 0 10px; font-size: 1.1rem; text-transform: none; }
.blog-card p { margin-bottom: 0; color: var(--color-muted); font-size: .86rem; }

/* Responsividade */
@media (max-width: 1180px) {
  :root { --header-height: 88px; }
  .header-inner { gap: 18px; }
  .brand { width: 174px; flex-basis: 174px; }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .65rem; }
  .header-whatsapp small { display: none; }
  .header-whatsapp-icon { width: 42px; height: 42px; }
  .solutions-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .solution-card > img { height: 180px; }
  .solution-body { min-height: 220px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .client-logos { grid-template-columns: repeat(4, 1fr); }
  .process-list { grid-template-columns: repeat(3, 1fr); row-gap: 38px; }
  .process-list li::after { display: none; }
}

@media (max-width: 900px) {
  .header-inner { justify-content: space-between; }
  .brand { width: 192px; flex-basis: 192px; }
  .menu-toggle { display: inline-flex; order: 3; }
  .header-whatsapp { margin-left: auto; }
  .header-whatsapp strong { display: none; }
  .main-nav { position: fixed; z-index: 1001; top: var(--header-height); right: 0; bottom: 0; width: min(88vw, 390px); display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 24px; transform: translateX(105%); visibility: hidden; background: #03192c; box-shadow: -18px 30px 60px rgba(0,0,0,.25); transition: transform 220ms ease, visibility 220ms ease; }
  .main-nav.is-open { transform: translateX(0); visibility: visible; }
  .main-nav a { padding: 17px 6px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
  .main-nav a::after { display: none; }
  .hero { min-height: 600px; background-position: 60% center; }
  .hero::before { background: linear-gradient(90deg, rgba(2,21,37,.97), rgba(2,21,37,.78) 62%, rgba(2,21,37,.3)); }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .number-item:nth-child(2) { border-right: 0; }
  .number-item:nth-child(-n+2) { border-bottom: 1px solid rgba(91,206,250,.32); }
  .faq-layout, .quote-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-layout, .contact-layout, .budget-layout { grid-template-columns: 1fr; gap: 42px; }
  .clients-portfolio-grid { grid-template-columns: repeat(4, 1fr); }
  .jobs-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > *:not(:first-child) { border-left: 0; padding-left: 0; }
  .footer-grid > :nth-child(even) { border-left: 1px solid rgba(83,187,229,.25); padding-left: 38px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 58px 0; }
  .brand { width: 166px; flex-basis: 166px; }
  .header-whatsapp { display: none; }
  .hero { min-height: 650px; background-position: 66% center; }
  .hero::before { background: linear-gradient(90deg, rgba(2,21,37,.97), rgba(2,21,37,.74)); }
  .hero-content { padding-top: 45px; padding-bottom: 45px; }
  .hero-content h1 { font-size: clamp(2.15rem, 10.4vw, 3.2rem); }
  .hero-copy { font-size: .95rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .numbers { padding: 10px 0; }
  .number-item { min-height: 112px; flex-direction: column; gap: 10px; padding: 18px 10px; text-align: center; }
  .number-item > i { font-size: 2rem; }
  .number-item strong { font-size: 1.7rem; }
  .solutions-grid { grid-template-columns: 1fr; }
  .solution-card { display: grid; grid-template-columns: 42% 58%; }
  .solution-card > img { height: 100%; min-height: 245px; }
  .solution-body { min-height: 245px; padding: 18px 16px; }
  .solution-body > i { margin-bottom: 15px; }
  .capability { background-position: 62% center; }
  .capability::before { background: rgba(2,23,40,.82); }
  .gallery-grid { grid-template-columns: 1fr; gap: 18px; }
  .gallery-photo { aspect-ratio: 4 / 3; }
  .gallery-caption { min-height: 0; }
  .gallery-zoom { opacity: 1; transform: none; }
  .gallery-lightbox { width: 100vw; max-height: 100dvh; border-radius: 0; }
  .lightbox-panel { min-height: 100dvh; display: flex; flex-direction: column; justify-content: center; border: 0; border-radius: 0; }
  .lightbox-image-wrap { min-height: 0; }
  .lightbox-image { height: min(62dvh, 600px); }
  .lightbox-panel figcaption { min-height: 150px; align-items: flex-start; flex-direction: column; gap: 12px; padding: 20px 26px 24px; }
  .lightbox-nav { top: 42%; width: 42px; height: 42px; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .client-logos { grid-template-columns: repeat(2, 1fr); gap: 18px 30px; }
  .process-list { grid-template-columns: 1fr; gap: 28px; }
  .process-list li { grid-template-columns: 62px 1fr; }
  .process-list p { font-size: .8rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > :nth-child(even) { border-left: 0; padding-left: 0; }
  .footer-brand { width: 220px; }
  .footer-bottom { flex-direction: column; }
  .page-hero { min-height: 280px; }
  .page-hero-content { padding-top: 48px; padding-bottom: 48px; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid rgba(91,206,250,.3); }
  .page-cta .container { align-items: flex-start; flex-direction: column; }
  .clients-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .jobs-grid, .blog-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .form-card { padding: 26px 20px; }
}

@media (max-width: 430px) {
  .solution-card { grid-template-columns: 1fr; }
  .solution-card > img { min-height: 190px; height: 190px; }
  .solution-body { min-height: 220px; }
  .faq-list summary { font-size: .9rem; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
