:root{--navy:#0b1f33;--navy2:#102d48;--orange:#f28c28;--ink:#152333;--muted:#617080;--line:#dce3e8;--soft:#f1f5f7;--white:#fff;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.65;background:#fff}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12}h2{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.05em;margin-bottom:1.5rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - var(--max))/2));position:fixed;z-index:20;top:0;left:0;right:0;color:#fff;transition:.25s}.site-header.scrolled{height:72px;background:rgba(11,31,51,.97);box-shadow:0 8px 30px rgba(0,0,0,.15)}.brand{display:flex;align-items:center;gap:11px;line-height:1}.brand-mark{width:38px;height:38px;display:grid;place-items:center;background:var(--orange);color:#fff;font-weight:900;clip-path:polygon(50% 100%,0 0,100% 0)}.brand strong{letter-spacing:.12em;font-size:1rem}.brand em{font-style:normal;color:var(--orange);font-weight:800;margin-left:3px}.brand small{display:block;font-size:.55rem;letter-spacing:.07em;margin-top:5px;text-transform:uppercase;opacity:.82}.site-header nav{display:flex;align-items:center;gap:30px;font-size:.88rem;font-weight:600}.site-header nav>a:not(.button):hover{color:var(--orange)}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;background:var(--orange);color:#111;padding:15px 24px;font-weight:800;border-radius:2px;transition:.2s}.button:hover{background:#ffa142;transform:translateY(-2px)}.button-small{padding:10px 17px}.menu-button{display:none;background:none;border:0}.hero{min-height:760px;height:100vh;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,20,34,.94) 0%,rgba(5,20,34,.75) 37%,rgba(5,20,34,.08) 72%)}.hero-content{position:relative;width:min(var(--max),calc(100% - 48px));margin:80px auto 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:800;color:#ffab55;margin-bottom:1.25rem}.eyebrow.dark{color:#cb6e12}.hero h1{font-size:clamp(3rem,6.4vw,6.4rem);letter-spacing:-.065em;max-width:800px;margin-bottom:1.5rem}.hero-copy{max-width:610px;font-size:1.15rem;opacity:.86}.hero-actions{display:flex;align-items:center;gap:28px;margin:2.2rem 0 3rem}.text-link{font-weight:700}.text-link span{color:var(--orange);margin-left:5px}.hero-proof{display:flex;gap:0;border-top:1px solid rgba(255,255,255,.25);width:max-content}.hero-proof span{padding:18px 34px 0 0;margin-right:34px;border-right:1px solid rgba(255,255,255,.25);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.hero-proof span:last-child{border-right:0}.hero-proof strong{font-size:1.35rem;color:#ffab55;margin-right:5px}.section{padding:110px max(24px,calc((100vw - var(--max))/2))}.intro{display:grid;grid-template-columns:1.25fr .75fr;gap:9%;align-items:end}.intro p:last-child{font-size:1.15rem;color:var(--muted);padding-bottom:12px}.section-dark{background:var(--navy);color:#fff;padding:110px max(24px,calc((100vw - var(--max))/2))}.section-heading{max-width:760px;margin-bottom:58px}.section-heading>p:last-child{color:var(--muted);font-size:1.08rem;max-width:650px}.section-dark .section-heading>p:last-child{color:#b9c7d2}.finding-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.18)}.finding-grid article{padding:35px 28px 10px 0;margin-right:28px;border-right:1px solid rgba(255,255,255,.18)}.finding-grid article:last-child{border:0}.number,.service-card>span{color:var(--orange);font-weight:800;font-size:.78rem;letter-spacing:.12em}.finding-grid h3{font-size:1.25rem;margin:40px 0 14px}.finding-grid p{color:#afbfcc;font-size:.93rem}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.service-card{padding:40px;border:1px solid var(--line);min-height:285px;display:flex;flex-direction:column;transition:.25s}.service-card:hover{transform:translateY(-4px);box-shadow:0 15px 45px rgba(11,31,51,.1)}.service-card.featured{background:var(--navy);color:#fff;border-color:var(--navy)}.service-card h3{font-size:1.6rem;margin:32px 0 12px}.service-card p{color:var(--muted)}.service-card.featured p{color:#b9c7d2}.service-card a{font-weight:800;color:#cb6e12;margin-top:auto}.section-soft{padding:110px max(24px,calc((100vw - var(--max))/2));background:var(--soft);display:grid;grid-template-columns:.8fr 1.2fr;gap:10%}.method-copy>p:last-child{color:var(--muted)}.timeline{list-style:none;padding:0;margin:0}.timeline li{display:flex;gap:24px;padding:0 0 30px;position:relative}.timeline li:before{content:"";position:absolute;left:20px;top:42px;bottom:0;width:1px;background:#c9d4db}.timeline li:last-child:before{display:none}.timeline li>span{flex:0 0 42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:800}.timeline h3{margin:5px 0 7px}.timeline p{color:var(--muted);margin:0}.scope-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:70px}.scope-list span{padding:12px 17px;border:1px solid var(--line);font-weight:700;font-size:.9rem}.equipment{border-top:1px solid var(--line);padding-top:55px;display:grid;grid-template-columns:1fr 1fr;gap:8%}.equipment h3{font-size:2rem;letter-spacing:-.03em}.equipment>p{color:var(--muted);font-size:1.05rem}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.price-grid article{position:relative;background:var(--navy2);padding:32px 28px;border:1px solid rgba(255,255,255,.1)}.price-grid article.popular{border-color:var(--orange)}.price-grid .popular>span{position:absolute;top:-12px;right:12px;background:var(--orange);color:#111;padding:5px 9px;font-size:.65rem;font-weight:800;text-transform:uppercase}.price-grid p{color:#b9c7d2}.price-grid strong{font-size:2.3rem}.price-note{color:#9badba;margin:24px 0 0;font-size:.85rem}.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.team-grid article{display:flex;gap:28px;padding:34px;border:1px solid var(--line)}.initials{flex:0 0 72px;height:72px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:1.25rem;font-weight:800;border:4px solid #e9eef1}.team-grid h3{font-size:1.4rem;margin:5px 0}.team-grid .role{color:#cb6e12;font-weight:700;font-size:.85rem}.team-grid article p:last-child{color:var(--muted);font-size:.92rem;margin:0}.contact{padding:90px max(24px,calc((100vw - var(--max))/2));background:var(--orange);display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:8%}.contact .eyebrow{color:#5d2d00}.contact h2{max-width:760px}.contact p:last-child{max-width:680px}.button-light{background:#fff;color:var(--navy);font-size:1rem;padding:20px 25px}.button-light:hover{background:var(--navy);color:#fff}footer{background:#071624;color:#fff;padding:55px max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1fr auto auto;gap:60px;align-items:center}.footer-brand{width:max-content}footer p{color:#94a6b5;font-size:.78rem;margin:0}.menu-button{width:42px;height:42px;padding:9px}.menu-button span:not(.sr-only){display:block;height:2px;background:#fff;margin:5px 0}
@media(max-width:900px){.site-header nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--navy);padding:24px;flex-direction:column;align-items:stretch;gap:18px}.site-header nav.open{display:flex}.menu-button{display:block}.hero{min-height:720px}.hero-shade{background:linear-gradient(90deg,rgba(5,20,34,.94),rgba(5,20,34,.62))}.intro,.section-soft,.contact{grid-template-columns:1fr;gap:36px}.finding-grid{grid-template-columns:1fr 1fr}.finding-grid article:nth-child(2){border-right:0}.price-grid{grid-template-columns:1fr 1fr}.team-grid{grid-template-columns:1fr}.contact .button{justify-self:start}footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:620px){.section,.section-dark,.section-soft{padding-top:78px;padding-bottom:78px}.site-header{height:72px}.hero{min-height:780px}.hero>img{object-position:63% center}.hero-shade{background:linear-gradient(90deg,rgba(5,20,34,.95),rgba(5,20,34,.74))}.hero-content{width:calc(100% - 40px)}.hero h1{font-size:3.25rem}.hero-copy{font-size:1rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.hero-proof{width:100%;display:grid;grid-template-columns:1fr 1fr}.hero-proof span{margin:0;padding-right:12px}.hero-proof span:last-child{display:none}.intro{align-items:start}.service-grid,.finding-grid,.price-grid,.equipment{grid-template-columns:1fr}.finding-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);margin:0}.finding-grid article:last-child{border-bottom:0}.service-card{padding:30px}.price-grid{gap:15px}.team-grid article{flex-direction:column}.contact{padding-top:70px;padding-bottom:70px}footer{grid-template-columns:1fr;gap:26px}.footer-brand{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Identidade oficial Vistoria 360 */
.site-header{height:100px}
.site-header.scrolled{height:88px}
.brand{display:flex;align-items:center;background:rgba(255,255,255,.95);padding:5px 10px;border-radius:4px;line-height:1}
.brand img{display:block;width:132px;height:72px;object-fit:contain}
.site-header.scrolled .brand img{width:118px;height:62px}
.footer-brand img{width:150px;height:auto}
@media(max-width:900px){.site-header nav{top:88px}}
@media(max-width:620px){.site-header{height:88px}.brand img{width:112px;height:62px}.site-header.scrolled .brand img{width:104px;height:56px}}

.mobile-whatsapp{display:none}
.team-photo{flex:0 0 112px;width:112px;height:112px;object-fit:cover;object-position:center 28%;border-radius:4px;border:4px solid #e9eef1;background:var(--soft)}
@media(max-width:620px){
  body{padding-bottom:66px;overflow-x:hidden}
  .site-header{padding-left:16px;padding-right:16px}
  .site-header .brand{padding:3px 7px}
  .site-header nav{top:88px;padding:22px 20px 28px;gap:0;border-top:1px solid rgba(255,255,255,.12);box-shadow:0 18px 30px rgba(0,0,0,.22)}
  .site-header nav>a:not(.button){padding:14px 2px;border-bottom:1px solid rgba(255,255,255,.12);font-size:1rem}
  .site-header nav .button{margin-top:20px;width:100%;min-height:50px}
  .menu-button{width:46px;height:46px;padding:10px}
  .hero{min-height:720px;height:auto;padding:125px 0 60px}
  .hero-content{margin:0 auto;width:calc(100% - 32px)}
  .hero h1{font-size:clamp(2.55rem,13vw,3.2rem);line-height:1.02;letter-spacing:-.055em}
  .hero-copy{font-size:1rem;line-height:1.6}
  .hero-actions{width:100%;margin:1.8rem 0 2.25rem}
  .hero-actions .button{width:100%;min-height:52px}
  .hero-proof{grid-template-columns:1fr 1fr}
  .hero-proof span{font-size:.7rem;line-height:1.45;padding-top:14px}
  .hero-proof strong{display:block;font-size:1.25rem;margin-bottom:3px}
  h2{font-size:2.15rem;line-height:1.1;letter-spacing:-.045em}
  .section-heading{margin-bottom:38px}
  .section,.section-dark,.section-soft{padding-left:18px;padding-right:18px}
  .intro p:last-child,.section-heading>p:last-child{font-size:1rem}
  .finding-grid h3{margin-top:24px}
  .service-card{min-height:0;padding:28px 24px}
  .service-card h3{margin-top:22px}
  .timeline li{gap:16px}
  .scope-list{gap:8px;margin-bottom:50px}
  .scope-list span{padding:10px 12px;font-size:.82rem}
  .equipment{gap:14px}
  .price-grid{grid-template-columns:1fr 1fr;gap:10px}
  .price-grid article{padding:22px 16px}
  .price-grid p{font-size:.82rem;min-height:44px}
  .price-grid strong{font-size:1.65rem}
  .team-grid article{gap:18px;padding:26px 22px}
  .team-photo{width:100%;height:280px;object-position:center 24%}
  .contact{padding-left:18px;padding-right:18px}
  .contact .button{width:100%;min-height:56px;text-align:center}
  footer{padding:46px 18px;text-align:center;justify-items:center}
  .mobile-whatsapp{position:fixed;z-index:40;display:flex;align-items:center;justify-content:space-between;left:0;right:0;bottom:0;min-height:66px;padding:0 20px;background:var(--orange);color:#111;font-weight:800;box-shadow:0 -8px 28px rgba(0,0,0,.2)}
  .mobile-whatsapp span{font-size:1.35rem}
}
@media(max-width:360px){
  .hero h1{font-size:2.35rem}
  .price-grid{grid-template-columns:1fr}
  .price-grid p{min-height:0}
}

/* Aplicação das versões transparentes oficiais */
.site-header,.site-header.scrolled{background:rgba(255,255,255,.97);color:var(--navy);box-shadow:0 8px 28px rgba(5,20,34,.12)}
.brand{background:transparent;padding:0;border-radius:0}
.brand img{width:142px;height:88px}
.site-header.scrolled .brand img{width:128px;height:78px}
.menu-button span:not(.sr-only){background:var(--navy)}
.footer-brand{background:#fff;padding:7px 12px;border-radius:4px}
.footer-brand img{width:145px;height:auto}
@media(max-width:900px){
  .site-header nav{background:#fff;color:var(--navy);border-top:1px solid var(--line)}
  .site-header nav>a:not(.button){border-bottom-color:var(--line)}
}
@media(max-width:620px){
  .site-header .brand{padding:0}
  .brand img{width:116px;height:76px}
  .site-header.scrolled .brand img{width:108px;height:70px}
}
