
:root { --blue:#056eb7; --deep:#063a65; --ink:#09253c; --orange:#ff7a2d; --cream:#f3f0e9; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#fff; font-family:"Segoe UI",Inter,Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
.site-header { height:92px; display:grid; grid-template-columns:minmax(220px,305px) 1fr auto; align-items:center; gap:20px; padding:0 clamp(20px,3.2vw,58px); background:#fff; position:relative; z-index:20; }
.brand img { width:min(310px,100%); height:64px; object-fit:contain; object-position:left center; }
.main-nav { justify-self:end; display:flex; align-items:center; gap:clamp(5px,.65vw,11px); font-size:14px; font-weight:800; letter-spacing:.025em; }
.main-nav a { position:relative; padding:11px 8px; border-radius:6px; transition:color .2s,background .2s; }
.main-nav>a,.nav-group>a { white-space:nowrap; }
.nav-group { position:relative; }
.nav-group>a span { color:var(--orange); font-size:11px; margin-left:3px; }
.nav-dropdown { position:absolute; top:calc(100% + 12px); left:50%; width:300px; padding:22px; background:#fff; color:var(--ink); border-top:3px solid var(--orange); box-shadow:0 18px 45px rgba(3,32,54,.2); opacity:0; visibility:hidden; transform:translate(-50%,8px); transition:.22s; z-index:40; }
.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown { opacity:1; visibility:visible; transform:translate(-50%,0); }
.nav-dropdown::before { content:""; position:absolute; height:18px; left:0; right:0; top:-18px; }
.nav-dropdown p { margin:0 0 12px; color:var(--blue); font-size:10px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.nav-dropdown a { display:block; padding:11px 0; font-size:14px; line-height:1.4; border-bottom:1px solid #e5ebee; }
.nav-dropdown a:last-child { border-bottom:0; }
.nav-dropdown a::after { display:none; }
.nav-dropdown a:hover { color:var(--orange); padding-left:4px; }
.company-dropdown a { color:#5c6d78; line-height:1.55; }
.main-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:5px; height:2px; background:var(--orange); transition:.25s; }
.main-nav a:hover::after { right:0; }
.main-nav>a:hover,.nav-group>a:hover { color:var(--blue); background:#eef6fb; }
.header-cta,.button { display:inline-flex; align-items:center; justify-content:center; gap:18px; font-weight:800; transition:.25s; }
.header-cta { height:42px; padding:0 16px; color:#fff; background:var(--orange); font-size:12px; border-radius:6px; }
.header-cta:hover,.button-primary:hover { background:#e85e14; transform:translateY(-2px); }
.system-cta { background:var(--blue); white-space:nowrap; }
.system-cta:hover { background:var(--deep); }
.system-cta svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.menu-toggle,.menu-button { display:none; }
.hero { min-height:calc(100svh - 92px); height:760px; max-height:920px; position:relative; isolation:isolate; display:flex; align-items:center; overflow:hidden; }
.hero-image { position:absolute; inset:0; z-index:-3; background-image:url('https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=2200&q=88'); background-size:cover; background-position:center 56%; transform:scale(1.01); }
.hero-shade { position:absolute; inset:0; z-index:-2; background:linear-gradient(90deg,rgba(3,27,48,.94) 0%,rgba(4,44,74,.82) 42%,rgba(4,35,58,.18) 78%),linear-gradient(0deg,rgba(4,29,50,.5),transparent 50%); }
.hero-content { width:min(780px,90%); margin-left:clamp(24px,7vw,120px); color:#fff; padding-bottom:44px; }
.eyebrow { display:flex; align-items:center; gap:12px; margin:0 0 24px; letter-spacing:.16em; font-size:12px; font-weight:800; }
.eyebrow span { width:38px; height:3px; background:var(--orange); }
h1 { margin:0; max-width:760px; font-size:clamp(54px,6.5vw,102px); line-height:.92; letter-spacing:-.055em; text-transform:uppercase; font-weight:900; }
h1 em { display:block; color:var(--orange); font-style:normal; }
.hero-copy { max-width:620px; margin:28px 0 34px; font-size:clamp(17px,1.4vw,21px); line-height:1.55; color:rgba(255,255,255,.84); }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; }
.button { min-height:58px; padding:0 27px; font-size:14px; }
.button-primary { color:#fff; background:var(--orange); }
.button-ghost { border:1px solid rgba(255,255,255,.6); color:#fff; backdrop-filter:blur(4px); }
.button-ghost:hover { background:#fff; color:var(--deep); }
.hero-stats { position:absolute; right:0; bottom:0; display:grid; grid-template-columns:repeat(3,1fr); width:min(690px,55%); min-height:116px; color:#fff; background:var(--blue); }
.hero-stats div { display:flex; flex-direction:column; justify-content:center; padding:24px 28px; border-left:1px solid rgba(255,255,255,.23); }
.hero-stats strong { font-size:18px; }
.hero-stats span { margin-top:6px; font-size:12px; opacity:.75; text-transform:uppercase; letter-spacing:.08em; }
@media (max-width:1080px) { .site-header { grid-template-columns:220px 1fr auto; padding-inline:20px; } .main-nav { gap:5px; font-size:13px; } .main-nav a { padding-inline:5px; }.header-cta { padding-inline:11px; font-size:11px; } }
@media (max-width:820px) {
 .site-header { height:76px; display:flex; justify-content:space-between; padding-inline:20px; } .brand img { width:215px; height:52px; } .header-cta { display:none; }
 .menu-button { display:flex; width:46px; height:46px; background:var(--blue); align-items:center; justify-content:center; flex-direction:column; gap:7px; cursor:pointer; } .menu-button span { width:22px; height:2px; background:#fff; }
 .main-nav { display:none; position:absolute; left:0; right:0; top:76px; max-height:calc(100vh - 76px); overflow:auto; padding:26px; background:#fff; flex-direction:column; align-items:stretch; box-shadow:0 18px 30px rgba(0,0,0,.12); } .menu-toggle:checked ~ .main-nav { display:flex; } .main-nav a:nth-child(4) { display:block; }
 .nav-group { width:100%; border-top:1px solid #e6ebee; padding-top:6px; }.nav-group>a { display:block; font-size:15px; }.nav-dropdown { position:static; width:100%; padding:6px 0 12px 16px; border-top:0; box-shadow:none; opacity:1; visibility:visible; transform:none; }.nav-dropdown p { display:none; }.nav-dropdown a { padding:7px 0; color:#5f727f; font-weight:600; }
 .hero { min-height:calc(100svh - 76px); height:auto; max-height:none; padding:90px 0 175px; align-items:flex-start; } .hero-content { margin-left:24px; padding:0; } h1 { font-size:clamp(45px,13vw,72px); }
 .hero-shade { background:linear-gradient(90deg,rgba(3,27,48,.94),rgba(3,27,48,.54)),linear-gradient(0deg,rgba(4,29,50,.5),transparent); } .hero-stats { width:100%; min-height:128px; } .hero-stats div { padding:18px 12px; } .hero-stats strong { font-size:15px; } .hero-stats span { font-size:10px; }
}
@media (max-width:480px) { .hero-actions { flex-direction:column; align-items:stretch; } .hero-content { width:calc(100% - 48px); } .eyebrow { font-size:10px; } .hero-copy { font-size:16px; } }

.internal-hero { min-height:510px; position:relative; isolation:isolate; display:flex; align-items:center; color:#fff; background-size:cover; background-position:center; }
.internal-shade { position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(3,27,48,.95),rgba(3,42,70,.66) 60%,rgba(3,27,48,.18)); }
.internal-hero-content { padding-top:80px; padding-bottom:80px; }
.internal-hero h1 { max-width:960px; font-size:clamp(48px,6vw,88px); }
.internal-hero-content>p:last-child { max-width:680px; margin:28px 0 0; color:#d5e0e8; font-size:18px; line-height:1.65; }
.hero-company { background-image:url('https://images.unsplash.com/photo-1542621334-a254cf47733d?auto=format&fit=crop&w=2100&q=88'); }
.hero-services { background-image:url('https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=2100&q=88'); }
.hero-solutions { background-image:url('https://images.unsplash.com/photo-1584276433295-4b49a252e5ee?auto=format&fit=crop&w=2100&q=88'); }
.hero-projects { background-image:url('https://images.unsplash.com/photo-1497440001374-f26997328c1b?auto=format&fit=crop&w=2100&q=88'); }
.hero-consulting { background-image:url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=2100&q=88'); }
.internal-content { padding-top:100px; padding-bottom:110px; }
.internal-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:0; margin-top:48px; border-top:1px solid #d8e0e5; }
.internal-grid article { min-height:230px; padding:36px 45px 36px 0; border-bottom:1px solid #d8e0e5; }
.internal-grid article:nth-child(even) { padding-left:45px; border-left:1px solid #d8e0e5; }
.internal-grid b { color:var(--orange); font-size:11px; letter-spacing:.1em; }
.internal-grid h2 { margin:18px 0 12px; font-size:28px; line-height:1.15; }
.internal-grid p { margin:0; color:#667984; font-size:15px; line-height:1.7; max-width:540px; }
.internal-cta { margin-top:90px; padding:55px 60px; background:var(--deep); color:#fff; display:flex; align-items:center; justify-content:space-between; gap:45px; }
.internal-cta span { color:#ffae75; font-size:10px; font-weight:900; letter-spacing:.16em; }
.internal-cta h2 { max-width:760px; margin:14px 0 0; font-size:clamp(30px,3.3vw,48px); text-transform:uppercase; line-height:1.02; }
.internal-cta .button { flex:0 0 auto; }
.consulting-intro { padding-top:100px; padding-bottom:85px; display:grid; grid-template-columns:.55fr 1.45fr; gap:70px; align-items:start; }
.consulting-intro h2 { margin:0; font-size:clamp(40px,4.5vw,68px); line-height:1; letter-spacing:-.045em; text-transform:uppercase; }
.consulting-intro h2 i { color:var(--orange); font-style:normal; }
.consulting-intro>div:last-child>p { max-width:760px; color:#637581; font-size:17px; line-height:1.75; margin:24px 0 0; }
.consulting-list { padding-bottom:110px; }
.consulting-topic { display:grid; grid-template-columns:1fr 1fr; min-height:650px; margin-bottom:70px; background:#f3f6f7; }
.consulting-topic.reverse .consulting-image { order:2; }.consulting-topic.reverse .consulting-copy { order:1; }
.consulting-image { position:relative; min-height:620px; overflow:hidden; }
.consulting-image img { width:100%; height:100%; object-fit:cover; display:block; }
.consulting-image>span { position:absolute; right:0; top:0; width:72px; height:72px; display:grid; place-items:center; background:var(--orange); color:#fff; font-size:18px; font-weight:900; }
.consulting-topic.reverse .consulting-image>span { right:auto; left:0; }
.consulting-copy { padding:clamp(45px,5.5vw,85px); align-self:center; }
.topic-label { color:var(--blue)!important; font-size:10px!important; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.consulting-copy h2 { margin:14px 0 22px; font-size:clamp(35px,3.2vw,51px); line-height:1.02; letter-spacing:-.035em; }
.consulting-copy>strong { display:block; font-size:17px; line-height:1.6; margin-bottom:17px; }
.consulting-copy>p:not(.topic-label) { color:#667984; font-size:15px; line-height:1.75; }
.consulting-copy h3 { margin:27px 0 14px; font-size:14px; text-transform:uppercase; letter-spacing:.06em; }
.consulting-copy ul { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:11px 20px; }
.consulting-copy li { display:flex; gap:9px; color:#536875; font-size:13px; line-height:1.4; }
.consulting-copy li span { color:var(--orange); font-weight:900; }
.sources { padding-top:65px; padding-bottom:75px; border-top:1px solid #d9e0e4; }
.sources h2 { margin:0 0 10px; font-size:24px; }.sources>p { margin:0; color:#6b7d87; line-height:1.6; }
.sources>div { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }.sources a { padding:13px 17px; border:1px solid #cfd9de; color:var(--blue); font-size:12px; font-weight:800; }.sources a:hover { border-color:var(--orange); color:var(--orange); }

.section { width:min(100%,1500px); margin-inline:auto; padding-inline:clamp(24px,7vw,120px); }
.section-kicker { display:flex; align-items:center; gap:14px; color:var(--blue); font-size:11px; font-weight:900; letter-spacing:.16em; }
.section-kicker span { display:grid; place-items:center; width:32px; height:32px; border:1px solid currentColor; border-radius:50%; letter-spacing:0; }
.section-kicker.light { color:#fff; }
.intro { padding-top:120px; padding-bottom:110px; }
.intro-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(50px,8vw,140px); margin-top:44px; align-items:start; }
.intro h2,.services h2,.solution h2,.projects h2,.cta-band h2 { margin:0; font-size:clamp(42px,5vw,76px); line-height:1; letter-spacing:-.045em; text-transform:uppercase; }
h2 i { color:var(--orange); font-style:normal; }
.intro-copy { max-width:580px; padding-top:5px; }
.intro-copy p,.services-title>p,.solution-copy>p { margin:0 0 20px; font-size:17px; line-height:1.75; color:#526473; }
.text-link { display:inline-flex; gap:18px; align-items:center; margin-top:18px; color:var(--blue); font-size:12px; font-weight:900; letter-spacing:.08em; border-bottom:2px solid var(--orange); padding-bottom:9px; }
.benefits-row { display:grid; grid-template-columns:repeat(4,1fr); margin-top:88px; border-top:1px solid #d9e0e4; }
.benefits-row article { padding:32px 30px 10px 0; border-right:1px solid #d9e0e4; }
.benefits-row article:not(:first-child) { padding-left:30px; }
.benefits-row article:last-child { border-right:0; }
.benefits-row b { color:var(--orange); font-size:12px; }
.benefits-row h3 { font-size:19px; margin:21px 0 10px; }
.benefits-row p { color:#6f7d87; line-height:1.6; font-size:14px; margin:0; }
.services { background:var(--deep); color:#fff; padding:110px 0 120px; }
.services-title { display:grid; grid-template-columns:1.25fr .6fr; gap:70px; align-items:end; margin-top:40px; }
.services-title>p { color:#bfd0dc; margin:0 0 5px; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:64px; }
.service-card { position:relative; height:510px; padding:26px; overflow:hidden; isolation:isolate; background-size:cover; background-position:center; display:flex; justify-content:space-between; flex-direction:column; }
.service-card::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(0deg,rgba(2,25,42,.94),rgba(2,25,42,.05) 65%); transition:.3s; }
.service-card:hover::before { background:linear-gradient(0deg,rgba(3,80,130,.96),rgba(2,25,42,.05) 70%); }
.service-card>span { align-self:flex-end; width:42px; height:42px; display:grid; place-items:center; background:#fff; color:var(--deep); font-size:12px; font-weight:900; }
.service-card div { display:grid; grid-template-columns:1fr 48px; align-items:end; }
.service-card p { grid-column:1/-1; color:#ffb27e; font-size:10px; letter-spacing:.15em; font-weight:800; }
.service-card h3 { font-size:28px; line-height:1.08; margin:8px 0 0; max-width:270px; }
.service-card a { width:48px; height:48px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.5); }
.service-residential { background-image:url('https://images.unsplash.com/photo-1559302504-64aae6ca6b6d?auto=format&fit=crop&w=1000&q=85'); }
.service-commercial { background-image:url('https://images.unsplash.com/photo-1497440001374-f26997328c1b?auto=format&fit=crop&w=1000&q=85'); }
.service-rural { background-image:url('https://images.unsplash.com/photo-1508514177221-188b1cf16e9d?auto=format&fit=crop&w=1000&q=85'); }
.solution { display:grid; grid-template-columns:1fr 1fr; padding-top:120px; padding-bottom:120px; gap:clamp(50px,7vw,110px); align-items:stretch; }
.solution-photo { min-height:700px; background:url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=1200&q=85') center/cover; position:relative; }
.solution-photo::after { content:"ENGENHARIA\A + EFICIÊNCIA"; white-space:pre; position:absolute; right:-28px; bottom:40px; background:var(--orange); color:#fff; padding:24px; font-size:14px; line-height:1.4; font-weight:900; }
.solution-copy { padding-top:18px; }
.solution-copy h2 { font-size:clamp(42px,4.2vw,68px); margin:35px 0 24px; }
.solution-copy ol { list-style:none; padding:0; margin:40px 0 0; border-top:1px solid #d9e0e4; }
.solution-copy li { display:flex; gap:22px; padding:22px 0; border-bottom:1px solid #d9e0e4; }
.solution-copy li>b { color:var(--orange); font-size:11px; padding-top:4px; }
.solution-copy li div { display:flex; flex-direction:column; gap:7px; }
.solution-copy li strong { font-size:18px; }
.solution-copy li span { color:#6e7c87; font-size:14px; }
.numbers { background:var(--orange); color:#fff; }
.numbers-inner { display:grid; grid-template-columns:repeat(4,1fr); padding-top:50px; padding-bottom:50px; }
.numbers-inner div { display:flex; align-items:center; gap:17px; padding:8px 28px; border-right:1px solid rgba(255,255,255,.35); }
.numbers-inner div:first-child { padding-left:0; }.numbers-inner div:last-child { border-right:0; }
.numbers-inner strong { font-size:43px; letter-spacing:-.05em; }
.numbers-inner span { font-size:12px; line-height:1.5; text-transform:uppercase; letter-spacing:.06em; }
.projects { padding-top:120px; padding-bottom:120px; }
.projects-head { display:flex; justify-content:space-between; align-items:end; gap:40px; }
.projects-head h2 { margin-top:30px; }
.project-grid { display:grid; grid-template-columns:1.25fr .75fr; grid-template-rows:330px 330px; gap:18px; margin-top:60px; }
.project-grid article { position:relative; background-size:cover; background-position:center; overflow:hidden; }
.project-grid article::before { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(2,25,42,.85),transparent 65%); }
.project-grid article div { position:absolute; left:30px; bottom:26px; color:#fff; }
.project-grid span { color:#ffad74; font-size:10px; font-weight:900; letter-spacing:.16em; }
.project-grid h3 { margin:8px 0 0; font-size:24px; }
.project-one { grid-row:1/3; background-image:url('https://images.unsplash.com/photo-1592833159155-c62df1b65634?auto=format&fit=crop&w=1200&q=85'); }
.project-two { background-image:url('https://images.unsplash.com/photo-1466611653911-95081537e5b7?auto=format&fit=crop&w=1000&q=85'); }
.project-three { background-image:url('https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1000&q=85'); }
.cta-band { display:grid; grid-template-columns:.45fr 1fr .72fr; background:var(--deep); color:#fff; min-height:500px; }
.cta-logo { display:grid; place-items:center; background:var(--blue); overflow:hidden; }
.cta-logo img { width:70%; opacity:.22; filter:grayscale(1) brightness(5); }
.cta-copy { padding:80px clamp(35px,5vw,80px); display:flex; flex-direction:column; justify-content:center; }
.cta-band h2 { margin:32px 0 22px; font-size:clamp(38px,4.3vw,66px); }
.cta-copy>p { color:#bfd0dc; line-height:1.7; font-size:16px; max-width:650px; }
.contact-card { margin:55px 60px 55px 0; background:#fff; color:var(--ink); padding:45px; display:flex; flex-direction:column; justify-content:center; }
.contact-card>p { color:var(--orange); font-size:10px; font-weight:900; letter-spacing:.16em; }
.contact-card h3 { font-size:28px; line-height:1.15; margin:12px 0 28px; }
.contact-card small { color:#77838d; margin-top:18px; line-height:1.5; }
.whatsapp-form { justify-content:flex-start; }
.whatsapp-form h3 { margin-bottom:22px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.form-grid label { display:flex; flex-direction:column; gap:7px; }
.form-grid label>span { color:#516573; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.form-grid input,.form-grid select,.form-grid textarea { width:100%; border:1px solid #d7e0e5; background:#f7f9fa; border-radius:0; color:var(--ink); font:inherit; font-size:14px; padding:13px 14px; outline:none; transition:.2s; }
.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(5,110,183,.1); background:#fff; }
.form-grid textarea { resize:vertical; min-height:82px; }
.form-full { grid-column:1/-1; }
.whatsapp-button { width:100%; border:0; cursor:pointer; background:#20a958; color:#fff; margin-top:18px; font-weight:900; }
.whatsapp-button:hover { background:#168b46; transform:translateY(-2px); }
.whatsapp-button>span { font-size:11px; }
footer { background:#061f33; color:#fff; padding:75px clamp(24px,7vw,120px) 25px; }
.footer-main { display:grid; grid-template-columns:1.35fr .9fr .55fr; gap:45px; align-items:start; padding-bottom:60px; }
.footer-brand>img { width:min(290px,100%); filter:brightness(0) invert(1); opacity:.95; }
.footer-contact { display:flex; flex-direction:column; gap:11px; margin-top:22px; color:#9bb0bf; font-style:normal; font-size:12px; line-height:1.55; }
.footer-contact>span { display:flex; align-items:flex-start; gap:10px; }
.footer-icon { width:17px; height:17px; flex:0 0 17px; margin-top:1px; fill:none; stroke:#ff9a58; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.footer-icon.whatsapp { stroke:#36cf72; }
.footer-icon.instagram { stroke:#ff9a58; }
.footer-icon .icon-fill { fill:currentColor; stroke:none; }
.footer-contact a { color:#ff9a58; }
.footer-about h3,.footer-main nav h3 { margin:0 0 20px; color:#fff; font-size:14px; text-transform:uppercase; letter-spacing:.08em; }
.footer-about p { color:#9bb0bf; line-height:1.75; margin:0 0 22px; font-size:14px; }
.footer-about>a { color:#ff9a58; font-size:11px; font-weight:900; letter-spacing:.08em; }
.footer-main nav { display:flex; flex-direction:column; gap:12px; font-size:13px; font-weight:700; }
.footer-main nav a:hover { color:#ff9a58; }
.footer-mail { color:#ff9a58; font-size:13px; word-break:break-word; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.14); padding-top:24px; display:flex; justify-content:space-between; gap:25px; color:#718997; font-size:11px; }
@media (max-width:980px) {
 .intro-grid,.solution { grid-template-columns:1fr; } .benefits-row { grid-template-columns:1fr 1fr; } .benefits-row article:nth-child(2) { border-right:0; }
 .services-title { grid-template-columns:1fr; gap:25px; } .service-grid { grid-template-columns:1fr 1fr; }.service-card:last-child { grid-column:1/-1; height:420px; }
 .solution-photo { min-height:540px; }.numbers-inner { grid-template-columns:1fr 1fr; }.numbers-inner div:nth-child(2) { border-right:0; }
 .cta-band { grid-template-columns:.25fr 1fr; }.contact-card { grid-column:1/-1; margin:0; padding:50px clamp(24px,7vw,80px); }.footer-main { grid-template-columns:1fr 1fr; }
 .internal-cta { align-items:flex-start; flex-direction:column; }
 .consulting-intro { grid-template-columns:1fr; gap:35px; }.consulting-topic,.consulting-topic.reverse { grid-template-columns:1fr; }.consulting-topic.reverse .consulting-image,.consulting-topic.reverse .consulting-copy { order:initial; }.consulting-image { min-height:480px; }
}
@media (max-width:680px) {
 .intro,.services,.solution,.projects { padding-top:80px; padding-bottom:80px; }.intro h2,.services h2,.solution h2,.projects h2,.cta-band h2 { font-size:40px; }
 .benefits-row { grid-template-columns:1fr; margin-top:55px; }.benefits-row article,.benefits-row article:not(:first-child) { padding:24px 0; border-right:0; border-bottom:1px solid #d9e0e4; }
 .service-grid { grid-template-columns:1fr; }.service-card,.service-card:last-child { grid-column:auto; height:440px; }
 .solution-photo { min-height:400px; }.solution-photo::after { right:0; bottom:0; }.numbers-inner { grid-template-columns:1fr; }.numbers-inner div { border-right:0; border-bottom:1px solid rgba(255,255,255,.3); padding:18px 0; }
 .projects-head { align-items:flex-start; flex-direction:column; }.project-grid { grid-template-columns:1fr; grid-template-rows:repeat(3,360px); }.project-one { grid-row:auto; }
 .cta-band { grid-template-columns:1fr; }.cta-logo { display:none; }.cta-copy { padding:70px 24px; }.contact-card { padding:45px 24px; }.form-grid { grid-template-columns:1fr; }.form-full { grid-column:auto; }.footer-main { grid-template-columns:1fr; }.footer-brand>img { width:250px; }.footer-bottom { flex-direction:column; gap:16px; }
 .internal-hero { min-height:440px; }.internal-hero-content { padding-top:65px; padding-bottom:65px; }.internal-hero h1 { font-size:47px; }.internal-hero-content>p:last-child { font-size:16px; }
 .internal-content { padding-top:75px; padding-bottom:80px; }.internal-grid { grid-template-columns:1fr; }.internal-grid article,.internal-grid article:nth-child(even) { min-height:auto; padding:28px 0; border-left:0; }.internal-cta { margin-top:65px; padding:38px 28px; }.internal-cta .button { width:100%; }
 .consulting-intro { padding-top:70px; padding-bottom:60px; }.consulting-topic { margin-bottom:35px; }.consulting-image { min-height:300px; }.consulting-image>span { width:56px; height:56px; }.consulting-copy { padding:35px 25px 42px; }.consulting-copy ul { grid-template-columns:1fr; }.sources>div { flex-direction:column; }.sources a { width:100%; }
}

/* Página principal remodelada */
.home-hero { min-height:780px; height:calc(100svh - 92px); max-height:940px; position:relative; isolation:isolate; overflow:hidden; display:flex; align-items:center; color:#fff; }
.home-hero-image { position:absolute; inset:0; z-index:-3; background:url('../images/home-hero-engenharia-energia.png') center/cover no-repeat; }
.home-hero-shade { position:absolute; inset:0; z-index:-2; background:linear-gradient(90deg,rgba(2,23,40,.96) 0%,rgba(3,39,65,.87) 42%,rgba(3,28,48,.16) 82%),linear-gradient(0deg,rgba(2,25,43,.58),transparent 58%); }
.home-hero-content { width:min(830px,88%); margin-left:clamp(24px,7vw,120px); }
.home-hero-content h1 { font-size:clamp(54px,6.4vw,100px); }
.home-hero-content>p:not(.eyebrow) { max-width:650px; margin:28px 0 34px; color:#d8e3ea; font-size:clamp(17px,1.35vw,21px); line-height:1.6; }
.home-intro { padding-top:115px; padding-bottom:105px; }
.home-intro-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:clamp(50px,8vw,135px); margin-top:45px; }
.home-intro-grid h2,.home-section-head h2,.home-solutions h2,.home-feature-copy h2,.process-head h2 { margin:0; font-size:clamp(42px,5vw,74px); line-height:1; letter-spacing:-.045em; text-transform:uppercase; }
.home-intro-grid h2 i,.home-section-head h2 i,.home-solutions h2 i,.home-feature-copy h2 i,.process-head h2 i { color:var(--orange); font-style:normal; }
.home-intro-grid>div>p { margin:0 0 20px; color:#586d79; font-size:17px; line-height:1.75; }
.home-trust { display:grid; grid-template-columns:repeat(3,1fr); margin-top:75px; border-top:1px solid #d9e0e4; border-bottom:1px solid #d9e0e4; }
.home-trust div { display:flex; flex-direction:column; gap:9px; padding:30px 32px; border-right:1px solid #d9e0e4; }.home-trust div:first-child{padding-left:0}.home-trust div:last-child{border-right:0}
.home-trust strong { font-size:20px; }.home-trust span { color:#71828c; font-size:13px; line-height:1.5; }
.home-areas { padding:110px 0 120px; background:var(--deep); color:#fff; }
.home-section-head { display:grid; grid-template-columns:1.25fr .75fr; gap:70px; align-items:end; margin-top:38px; }.home-section-head p { margin:0 0 5px; color:#b8cbd7; font-size:17px; line-height:1.7; }
.area-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:60px; }
.area-card { min-height:520px; position:relative; isolation:isolate; overflow:hidden; padding:28px; display:flex; flex-direction:column; justify-content:flex-end; background-size:cover; background-position:center; }
.area-card::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(0deg,rgba(2,22,39,.97),rgba(2,28,48,.08) 75%); transition:.3s; }.area-card:hover::before{background:linear-gradient(0deg,rgba(4,83,137,.98),rgba(2,28,48,.12) 78%)}
.area-card span { color:#ffae75; font-size:10px; font-weight:900; letter-spacing:.15em; }.area-card h3 { max-width:360px; margin:10px 0 12px; font-size:30px; line-height:1.08; }.area-card p { max-width:390px; margin:0 0 22px; color:#d0dce3; font-size:14px; line-height:1.6; }.area-card em { font-style:normal; font-size:11px; font-weight:900; letter-spacing:.08em; }
.area-solutions{background-image:url('../images/solucoes-eletropostos.png')}.area-services{background-image:url('../images/home-servicos-engenharia.png')}.area-consulting{background-image:url('../images/home-consultoria-energia.png')}
.home-solutions { padding-top:115px; padding-bottom:120px; display:grid; grid-template-columns:.55fr 1.45fr; gap:clamp(45px,6vw,95px); align-items:start; }
.home-solutions-copy { position:sticky; top:125px; }.home-solutions-copy h2 { margin:34px 0 24px; font-size:clamp(42px,4.3vw,66px); }.home-solutions-copy>p { color:#647783; font-size:16px; line-height:1.7; }
.solution-tiles { display:grid; grid-template-columns:1fr 1fr; gap:18px; }.solution-tiles>a { min-height:360px; position:relative; overflow:hidden; }.solution-tiles>a:first-child { grid-column:1/-1; min-height:470px; }.solution-tiles img { width:100%; height:100%; object-fit:cover; transition:.45s; }.solution-tiles a:hover img { transform:scale(1.035); }.solution-tiles a::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(2,24,41,.9),transparent 60%); }.solution-tiles div { position:absolute; z-index:1; left:25px; right:25px; bottom:22px; color:#fff; }.solution-tiles h3 { margin:0; font-size:25px; }
.home-feature { display:grid; grid-template-columns:1fr 1fr; min-height:720px; }.home-feature-image { min-height:620px; overflow:hidden; }.home-feature-image img { width:100%; height:100%; object-fit:cover; display:block; }.home-feature-copy { padding:clamp(65px,7vw,120px); display:flex; flex-direction:column; justify-content:center; }.home-feature-copy h2 { margin:34px 0 25px; font-size:clamp(42px,4.4vw,68px); }.home-feature-copy>p { max-width:650px; font-size:16px; line-height:1.75; }
.home-feature-services { background:#072e4e; color:#fff; }.home-feature-services .home-feature-copy>p { color:#bed0dc; }
.feature-links { display:grid; grid-template-columns:1fr 1fr; margin:25px 0 34px; border-top:1px solid rgba(255,255,255,.2); }.feature-links a { display:flex; justify-content:space-between; padding:17px 10px 17px 0; border-bottom:1px solid rgba(255,255,255,.2); font-size:13px; font-weight:800; }.feature-links a:nth-child(even){padding-left:18px}
.home-feature-consulting { background:#f1f4f5; }.home-feature-consulting .home-feature-copy>p { color:#627580; }
.consulting-tags { display:flex; flex-wrap:wrap; gap:10px; margin:25px 0 8px; }.consulting-tags a { padding:13px 15px; background:#fff; border:1px solid #d3dde2; color:var(--blue); font-size:12px; font-weight:800; }.consulting-tags a:hover{border-color:var(--orange);color:var(--orange)}
.home-process { padding:105px 0 115px; background:#061f33; color:#fff; }.process-head { display:grid; grid-template-columns:1.2fr .6fr; gap:70px; align-items:end; margin-top:38px; }.process-head p { color:#a9bfcc; font-size:16px; line-height:1.7; }.process-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:60px; border-top:1px solid rgba(255,255,255,.2); }.process-grid article { min-height:230px; padding:30px 28px; border-right:1px solid rgba(255,255,255,.2); }.process-grid article:first-child{padding-left:0}.process-grid article:last-child{border-right:0}.process-grid h3{margin:0 0 12px;font-size:22px}.process-grid p{margin:0;color:#a9bfcc;font-size:14px;line-height:1.6}
@media(max-width:980px){.home-intro-grid,.home-section-head,.home-solutions,.process-head{grid-template-columns:1fr}.area-grid{grid-template-columns:1fr 1fr}.area-card:last-child{grid-column:1/-1}.home-solutions-copy{position:static}.home-feature{grid-template-columns:1fr}.home-feature-consulting .home-feature-copy{order:2}.home-feature-consulting .home-feature-image{order:1}.process-grid{grid-template-columns:1fr 1fr}.process-grid article:nth-child(2){border-right:0}}
@media(max-width:680px){.home-hero{height:auto;min-height:700px;padding:85px 0 90px;align-items:flex-start}.home-hero-content{margin-left:24px;width:calc(100% - 48px);padding:0}.home-hero-content h1{font-size:clamp(43px,12vw,62px)}.home-intro{padding-top:78px;padding-bottom:75px}.home-trust{grid-template-columns:1fr}.home-trust div,.home-trust div:first-child{padding:22px 0;border-right:0;border-bottom:1px solid #d9e0e4}.home-areas{padding:78px 0 80px}.home-section-head h2,.home-intro-grid h2,.home-solutions h2,.home-feature-copy h2,.process-head h2{font-size:40px}.area-grid{grid-template-columns:1fr}.area-card,.area-card:last-child{grid-column:auto;min-height:440px}.home-solutions{padding-top:80px;padding-bottom:80px}.solution-tiles{grid-template-columns:1fr}.solution-tiles>a,.solution-tiles>a:first-child{grid-column:auto;min-height:350px}.home-feature{min-height:auto}.home-feature-image{min-height:360px}.home-feature-copy{padding:70px 24px}.feature-links{grid-template-columns:1fr}.feature-links a:nth-child(even){padding-left:0}.home-process{padding:78px 0 80px}.process-grid{grid-template-columns:1fr}.process-grid article,.process-grid article:first-child{min-height:auto;padding:24px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}}

/* Página Empresa */
.company-hero { background-image:url('../images/fachada-datacontrol-tratada.png'); background-position:center 45%; }
.company-intro { padding-top:110px; padding-bottom:110px; display:grid; grid-template-columns:.45fr 1.55fr; gap:70px; }
.company-intro h2,.company-scope h2,.company-capabilities h2,.company-location h2 { margin:0; font-size:clamp(42px,4.8vw,72px); line-height:1; letter-spacing:-.045em; text-transform:uppercase; }.company-intro h2 i,.company-scope h2 i,.company-capabilities h2 i,.company-location h2 i{color:var(--orange);font-style:normal}
.company-intro-text { display:grid; grid-template-columns:1fr 1fr; gap:35px; margin-top:40px; }.company-intro-text p { margin:0; color:#5f737f; font-size:16px; line-height:1.8; }
.company-scope { padding:105px 0 115px; background:var(--deep); color:#fff; }.company-scope-head { display:grid; grid-template-columns:1.2fr .7fr; gap:70px; align-items:end; margin-top:38px; }.company-scope-head p{color:#b5c9d5;font-size:16px;line-height:1.7;margin:0}
.company-scope-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:65px; border-top:1px solid rgba(255,255,255,.2); }.company-scope-grid article { min-height:330px; padding:32px 28px; border-right:1px solid rgba(255,255,255,.2); }.company-scope-grid article:first-child{padding-left:0}.company-scope-grid article:last-child{border-right:0}.company-scope-grid b{color:var(--orange);font-size:12px}.company-scope-grid h3{margin:30px 0 15px;font-size:23px}.company-scope-grid p{margin:0;color:#adbfca;font-size:14px;line-height:1.7}
.company-capabilities { padding-top:110px; padding-bottom:120px; }.company-capabilities-title { display:grid; grid-template-columns:.5fr 1.5fr; gap:70px; }.company-capabilities-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:65px; border-top:1px solid #d7e0e5; }.company-capabilities-grid a { min-height:300px; padding:34px 35px; border-right:1px solid #d7e0e5; transition:.25s; }.company-capabilities-grid a:first-child{padding-left:0}.company-capabilities-grid a:last-child{border-right:0}.company-capabilities-grid a:hover{background:#f3f6f7;padding-left:35px}.company-capabilities-grid span{color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.14em}.company-capabilities-grid h3{font-size:27px;margin:25px 0 14px}.company-capabilities-grid p{color:#637783;line-height:1.7;font-size:14px}.company-capabilities-grid em{display:inline-block;margin-top:20px;color:var(--orange);font-style:normal;font-size:11px;font-weight:900;letter-spacing:.08em}
.company-location { display:grid; grid-template-columns:1.2fr .8fr; gap:clamp(45px,7vw,110px); padding-bottom:120px; align-items:center; }.company-location-photo{position:relative;overflow:hidden;background:#f2eee8;aspect-ratio:1568/1003}.company-location-photo>.company-brazil-map{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.company-location-copy{display:flex;flex-direction:column;justify-content:center}.company-map-pin{position:absolute;left:76.5%;top:38%;width:clamp(72px,6vw,102px);transform:translate(-50%,-88%);filter:drop-shadow(0 14px 18px rgba(2,31,52,.35));z-index:2;transition:transform .25s,filter .25s}.company-map-pin:hover{transform:translate(-50%,-91%) scale(1.06);filter:drop-shadow(0 18px 22px rgba(2,31,52,.45))}.company-map-pin img{display:block;width:100%;height:auto}.company-location h2{margin:35px 0 25px;font-size:clamp(40px,4vw,62px)}.company-location-copy>p{color:#617581;line-height:1.75;font-size:15px}.company-location-copy .button{align-self:flex-start;margin-top:20px}
.company-values { padding:95px 0 105px; background:#061f33; color:#fff; }.company-values-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px;border-top:1px solid rgba(255,255,255,.2)}.company-values-grid article{padding:30px 28px;border-right:1px solid rgba(255,255,255,.2)}.company-values-grid article:first-child{padding-left:0}.company-values-grid article:last-child{border-right:0}.company-values-grid h3{font-size:20px;margin:0 0 13px}.company-values-grid p{margin:0;color:#a8bdc9;font-size:14px;line-height:1.65}
@media(max-width:980px){.company-intro,.company-scope-head,.company-capabilities-title{grid-template-columns:1fr}.company-location{grid-template-columns:1.15fr .85fr;gap:38px}.company-scope-grid,.company-values-grid{grid-template-columns:1fr 1fr}.company-scope-grid article:nth-child(2),.company-values-grid article:nth-child(2){border-right:0}.company-location-photo{min-height:0}}
@media(max-width:680px){.company-intro{padding-top:75px;padding-bottom:80px;gap:35px}.company-intro-text{grid-template-columns:1fr}.company-intro h2,.company-scope h2,.company-capabilities h2,.company-location h2{font-size:40px}.company-scope{padding:78px 0 80px}.company-scope-grid,.company-capabilities-grid,.company-values-grid{grid-template-columns:1fr}.company-scope-grid article,.company-scope-grid article:first-child,.company-values-grid article,.company-values-grid article:first-child{min-height:auto;padding:25px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.company-capabilities{padding-top:75px;padding-bottom:80px}.company-capabilities-grid a,.company-capabilities-grid a:first-child{min-height:auto;padding:28px 0;border-right:0;border-bottom:1px solid #d7e0e5}.company-capabilities-grid a:hover{padding-left:15px}.company-location{grid-template-columns:1fr;gap:35px;padding-bottom:80px}.company-location-photo{min-height:0}.company-map-pin{width:68px}.company-values{padding:75px 0 80px}}

/* Títulos auxiliares removidos conforme solicitado */
.home-intro>.section-kicker,
.home-areas .section-kicker,
.home-solutions .section-kicker,
.home-feature .section-kicker,
.home-process .section-kicker,
.cta-copy .section-kicker,
.company-intro>.section-kicker,
.company-scope .section-kicker,
.company-capabilities-title .section-kicker,
.company-location-copy .section-kicker,
.company-values .section-kicker { display:none; }
.home-intro-grid,.home-section-head,.process-head { margin-top:0; }
.home-solutions-copy h2,.home-feature-copy h2 { margin-top:0; }
.company-intro { grid-template-columns:1fr; }
.company-intro>div:empty { display:none; }
.company-scope-head { margin-top:0; }
.company-capabilities-title { grid-template-columns:1fr; }
.company-location h2 { margin-top:0; }
.company-values-grid { margin-top:0; }
.consulting-intro { grid-template-columns:1fr; }
.consulting-intro>div:empty { display:none; }
