:root{--navy: #16243f;--navy-2: #1b2a4a;--navy-3: #223358;--orange: #ff4612;--orange-2: #ff6a3d;--ink: #1f2937;--muted: #5b6b80;--line: #e5e9f0;--bg: #ffffff;--bg-soft: #f5f7fa;--bg-soft-2: #eef2f7;--white: #ffffff;--radius: 14px;--radius-sm: 10px;--shadow-sm: 0 1px 3px rgba(16, 32, 64, .06), 0 1px 2px rgba(16, 32, 64, .04);--shadow: 0 10px 30px rgba(16, 32, 64, .08);--shadow-lg: 0 20px 50px rgba(16, 32, 64, .14);--container: 1180px;--space-section: clamp(3.5rem, 2.5rem + 4vw, 6rem);--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.6;font-size:16px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{margin:0;line-height:1.15;color:var(--navy);font-weight:800;letter-spacing:-.01em}p{margin:0}ul{margin:0;padding:0;list-style:none}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:20px}.section{padding-block:var(--space-section)}.section--soft{background:var(--bg-soft)}.section--navy{background:var(--navy);color:#d9e1ee}.eyebrow{color:var(--orange);font-weight:700;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}.section-head{text-align:center;max-width:760px;margin:0 auto 2.6rem}.section-head h2{font-size:clamp(1.7rem,1.2rem + 1.8vw,2.4rem)}.section-head p{color:var(--muted);margin-top:.8rem;font-size:1.05rem}.accent{color:var(--orange)}.btn{display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 1.5rem;border-radius:10px;font-weight:700;font-size:.96rem;cursor:pointer;border:2px solid transparent;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px #ff46124d}.btn--primary:hover{background:var(--orange-2)}.btn--ghost{background:#ffffff14;color:#fff;border-color:#ffffff73}.btn--ghost:hover{background:#ffffff29}.btn--outline{background:transparent;color:var(--navy);border-color:var(--line)}.btn--outline:hover{border-color:var(--orange);color:var(--orange)}.btn--lg{padding:1rem 1.7rem;font-size:1rem}.site-header{position:sticky;top:0;z-index:50;background:#fffffff5;backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:76px}.nav__logo img{height:38px;width:auto}.nav__menu{display:flex;align-items:center;gap:1.4rem}.nav__menu a{font-size:.92rem;font-weight:600;color:var(--navy)}.nav__menu a:hover{color:var(--orange)}.nav__cta{display:flex;align-items:center;gap:.8rem}.nav__toggle{display:none;background:none;border:0;cursor:pointer;flex-direction:column;gap:5px;padding:8px}.nav__toggle span{width:24px;height:2px;background:var(--navy);border-radius:2px}.hero{position:relative;background:linear-gradient(120deg,#0b1226eb,#0f1a34c7),url(/img/engenheiro-predio.webp) center/cover;color:#fff}.hero__inner{padding-block:clamp(3.5rem,2rem + 7vw,6.5rem);max-width:640px}.hero h1{color:#fff;font-size:clamp(2.1rem,1.3rem + 3.2vw,3.4rem);line-height:1.08}.hero p{color:#cdd6e6;margin-top:1.3rem;font-size:1.12rem;max-width:540px}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero__strip{background:var(--navy-2);border-top:4px solid var(--orange)}.hero__strip .container{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.hero__strip-item{display:flex;align-items:center;gap:.8rem;padding:1.3rem .5rem;color:#e7edf6;font-weight:600;font-size:.98rem;justify-content:center}.hero__strip-item svg{width:26px;height:26px;color:var(--orange);flex:none}.intro__grid{display:grid;grid-template-columns:1fr 1.05fr;gap:3rem;align-items:center}.intro__media img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.intro__body h2{font-size:clamp(1.6rem,1.2rem + 1.6vw,2.2rem);margin-bottom:1.1rem}.intro__body p{color:var(--muted);margin-bottom:1rem}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}.stat{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow-sm)}.stat__num{font-size:2.1rem;font-weight:800;color:var(--orange);display:flex;align-items:center;gap:.5rem}.stat__num svg{width:28px;height:28px;color:var(--navy)}.stat__label{font-weight:700;color:var(--navy);margin-top:.4rem}.stat__desc{color:var(--muted);font-size:.9rem;margin-top:.25rem}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card__media{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--bg-soft-2)}.card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.card:hover .card__media img{transform:scale(1.06)}.card__icon{position:absolute;right:12px;bottom:-22px;width:46px;height:46px;border-radius:12px;background:var(--orange);display:grid;place-items:center;box-shadow:var(--shadow)}.card__icon svg{width:24px;height:24px;color:#fff}.card__body{padding:1.6rem 1.3rem 1.4rem;flex:1;display:flex;flex-direction:column}.card__body h3{font-size:1.1rem;margin-bottom:.5rem}.card__body p{color:var(--muted);font-size:.92rem;flex:1}.card__link{color:var(--orange);font-weight:700;font-size:.9rem;margin-top:1rem;display:inline-flex;align-items:center;gap:.35rem}.card__link:hover{gap:.6rem}.steps{display:grid;grid-template-columns:repeat(8,1fr);gap:.6rem;position:relative}.step{text-align:center;padding:.5rem;position:relative}.step__num{width:30px;height:30px;border-radius:50%;background:var(--orange);color:#fff;font-weight:800;font-size:.9rem;display:grid;place-items:center;margin:0 auto .9rem}.step__icon{width:58px;height:58px;border-radius:14px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;margin:0 auto .8rem;box-shadow:var(--shadow-sm)}.step__icon svg{width:28px;height:28px;color:var(--navy)}.step__label{font-size:.82rem;font-weight:600;color:var(--navy)}.aud{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.aud__card{position:relative;border-radius:var(--radius);overflow:hidden;min-height:230px;display:flex;flex-direction:column;justify-content:flex-end;padding:1.6rem;color:#fff;background:linear-gradient(180deg,#16243f59,#16243feb)}.aud__card:before{content:"";position:absolute;inset:0;background:var(--navy-2);z-index:-1}.aud__icon{width:46px;height:46px;border-radius:12px;background:var(--orange);display:grid;place-items:center;margin-bottom:1rem}.aud__icon svg{width:24px;height:24px;color:#fff}.aud__card h3{color:#fff;margin-bottom:.5rem}.aud__card p{color:#cdd6e6;font-size:.92rem}.aud__card a{color:var(--orange-2);font-weight:700;font-size:.9rem;margin-top:.9rem}.consult__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.consult__media img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover;width:100%}.checklist{display:grid;gap:.9rem;margin-top:1.4rem}.checklist li{display:flex;align-items:flex-start;gap:.7rem;color:var(--ink);font-weight:500}.checklist svg{width:22px;height:22px;color:var(--orange);flex:none;margin-top:2px}.equip{display:grid;grid-template-columns:repeat(6,1fr);gap:1.2rem}.equip__item{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1rem;text-align:center;box-shadow:var(--shadow-sm);transition:transform .2s ease,border-color .2s}.equip__item:hover{transform:translateY(-4px);border-color:var(--orange)}.equip__ico{width:62px;height:62px;margin:0 auto .8rem;display:grid;place-items:center;background:var(--bg-soft);border-radius:50%}.equip__ico svg{width:32px;height:32px;color:var(--orange)}.equip__item span{font-weight:700;color:var(--navy);font-size:.92rem}.feats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem}.feat__ico{width:52px;height:52px;border-radius:14px;background:#ff46121a;display:grid;place-items:center;margin-bottom:1rem}.feat__ico svg{width:28px;height:28px;color:var(--orange)}.feat h3{font-size:1.05rem;margin-bottom:.5rem}.feat p{color:var(--muted);font-size:.92rem}.segs{display:grid;grid-template-columns:repeat(7,1fr);gap:1rem}.seg{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem .8rem;text-align:center;box-shadow:var(--shadow-sm)}.seg svg{width:30px;height:30px;color:var(--navy);margin:0 auto .6rem}.seg span{font-weight:600;color:var(--navy);font-size:.85rem}.faq{max-width:820px;margin:0 auto;display:grid;gap:.8rem}.faq__item{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}.faq__q{width:100%;text-align:left;background:none;border:0;padding:1.15rem 1.3rem;font-weight:700;color:var(--navy);font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:inherit}.faq__q:after{content:"+";color:var(--orange);font-size:1.5rem;font-weight:400;transition:transform .2s}.faq__item[open] .faq__q:after{content:"–"}.faq__a{padding:0 1.3rem 1.2rem;color:var(--muted);font-size:.95rem}.cta-band{background:linear-gradient(120deg,var(--navy),var(--navy-3));color:#fff}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;padding-block:3rem}.cta-band h2{color:#fff;font-size:clamp(1.5rem,1.1rem + 1.6vw,2.1rem);max-width:560px}.cta-band p{color:#c6d0e0;margin-top:.7rem;max-width:520px}.cta-band__actions{display:flex;gap:1rem;flex-wrap:wrap}.site-footer{background:var(--navy);color:#b9c4d6;padding-block:3.5rem 1.5rem}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2.5rem}.footer__brand img{height:40px;margin-bottom:1rem;background:#fff;padding:8px 12px;border-radius:10px}.footer__brand p{font-size:.9rem;max-width:280px}.footer h4{color:#fff;font-size:.95rem;margin-bottom:1.1rem;text-transform:uppercase;letter-spacing:.05em}.footer ul li{margin-bottom:.6rem}.footer ul li a{font-size:.9rem}.footer ul li a:hover{color:var(--orange-2)}.footer__social{display:flex;gap:.7rem;margin-top:1.2rem}.footer__social a{width:36px;height:36px;border-radius:8px;background:#ffffff14;display:grid;place-items:center}.footer__social a:hover{background:var(--orange)}.footer__social svg{width:18px;height:18px;color:#fff}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2.5rem;padding-top:1.5rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.85rem}.page-hero{background:linear-gradient(120deg,var(--navy),var(--navy-3));color:#fff;padding-block:clamp(2.5rem,1.5rem + 4vw,4rem)}.page-hero h1{color:#fff;font-size:clamp(1.8rem,1.3rem + 2.4vw,2.8rem);margin-top:.6rem;max-width:800px}.page-hero p{color:#cdd6e6;margin-top:1rem;max-width:760px;font-size:1.08rem}.page-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.8rem}.breadcrumb{font-size:.85rem;color:#9fb0c8;display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.breadcrumb a{color:#cdd6e6}.breadcrumb a:hover{color:#fff}.breadcrumb strong{color:var(--orange-2);font-weight:600}.page-grid{display:grid;grid-template-columns:1fr 340px;gap:3rem;padding-block:var(--space-section);align-items:start}.page-body{min-width:0}.page-section{margin-bottom:2.2rem}.page-section h2{font-size:clamp(1.3rem,1.1rem + 1vw,1.7rem);margin-bottom:.9rem}.page-section p{color:var(--ink);margin-bottom:.9rem}.page-list{display:grid;gap:.65rem}.page-list li{position:relative;padding-left:1.7rem;color:var(--ink)}.page-list li:before{content:"";position:absolute;left:0;top:.5rem;width:9px;height:9px;border-radius:2px;background:var(--orange)}.page-list a{color:var(--navy);font-weight:600;text-decoration:underline;text-decoration-color:var(--line);text-underline-offset:3px}.page-list a:hover{color:var(--orange)}.resposta-rapida{background:var(--bg-soft);border:1px solid var(--line);border-left:4px solid var(--orange);border-radius:var(--radius-sm);padding:1.3rem 1.4rem;margin-bottom:2.2rem}.resposta-rapida__tag{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem}.resposta-rapida p{margin:0;color:var(--navy);font-weight:500;font-size:1.02rem}.page-cta{background:linear-gradient(120deg,var(--navy),var(--navy-3));color:#fff;border-radius:var(--radius);padding:1.8rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin:2.4rem 0}.page-cta h3{color:#fff;margin-bottom:.35rem}.page-cta p{color:#c6d0e0;font-size:.94rem}.page-aside{position:sticky;top:96px;display:grid;gap:1.4rem}.page-aside__img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);object-fit:cover}.page-aside__card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow-sm)}.page-aside__card h3{font-size:1rem;margin-bottom:.9rem}.page-aside__card ul{display:grid;gap:.6rem}.page-aside__card li a{font-size:.9rem;color:var(--muted);font-weight:500}.page-aside__card li a:hover{color:var(--orange)}.post__cover{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:16/7;object-fit:cover;margin-bottom:2rem}.post-lead{font-size:1.15rem;line-height:1.6;color:var(--navy);font-weight:500;border-left:4px solid var(--orange);padding-left:1.1rem;margin-bottom:2rem}.post-body .page-section p{font-size:1.02rem}.areas{display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem;align-items:center}.areas h2{font-size:clamp(1.5rem,1.2rem + 1.4vw,2rem);margin:.5rem 0 .9rem}.areas p{color:var(--muted)}.areas__card{background:var(--navy);color:#cdd6e6;border-radius:var(--radius);padding:1.6rem}.areas__card strong{color:#fff;font-size:1.1rem;display:block;margin-bottom:.6rem}.areas__card p{color:#cdd6e6;margin-bottom:.35rem;font-size:.94rem}.areas__card a{color:var(--orange-2);font-weight:600}.areas__links{display:flex;flex-wrap:wrap;gap:.5rem .9rem;margin-top:1.1rem}.areas__links a{font-size:.85rem;font-weight:600;color:var(--navy);border-bottom:1px solid var(--line)}.areas__links a:hover{color:var(--orange);border-color:var(--orange)}@media(max-width:1024px){.page-grid{grid-template-columns:1fr}.page-aside{position:static;grid-template-columns:1fr 1fr}.areas{grid-template-columns:1fr}.cards,.equip{grid-template-columns:repeat(3,1fr)}.steps{grid-template-columns:repeat(4,1fr);row-gap:1.6rem}.segs{grid-template-columns:repeat(4,1fr)}.feats{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.nav__menu{display:none}.nav__toggle{display:flex}.nav__menu.is-open{display:flex;position:absolute;top:76px;left:0;right:0;flex-direction:column;background:#fff;padding:1rem 20px;border-bottom:1px solid var(--line);gap:.4rem}.intro__grid,.consult__grid{grid-template-columns:1fr}.stats,.cards,.aud,.equip,.segs,.feats{grid-template-columns:repeat(2,1fr)}.hero__strip .container{grid-template-columns:1fr 1fr}.footer__grid{grid-template-columns:1fr}}@media(max-width:480px){.stats,.cards,.equip,.segs{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}}
