html,body{margin:0;padding:0;width:100%;overflow-x:hidden;}
/* Utilitários locais gerados para substituir o Tailwind CDN em produção */

*,:before,:after{box-sizing:border-box}
img,svg{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit;color:inherit}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.space-y-2 > :not([hidden]) ~ :not([hidden]){margin-top:.5rem}
.space-y-3 > :not([hidden]) ~ :not([hidden]){margin-top:.75rem}
.group{}

.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,"Noto Sans",sans-serif;}
.sticky{position:sticky;}
.fixed{position:fixed;}
.absolute{position:absolute;}
.relative{position:relative;}
.top-0{top:0;}
.right-0{right:0;}
.inset-0{inset:0;}
.z-50{z-index:50;}
.z-\[60\]{z-index:60;}
.z-\[80\]{z-index:80;}
.z-\[90\]{z-index:90;}
.block{display:block;}
.hidden{display:none;}
.flex{display:flex;}
.grid{display:grid;}
.inline-flex{display:inline-flex;}
.flex-col{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.flex-1{flex:1 1 0%;}
.items-center{align-items:center;}
.items-start{align-items:flex-start;}
.items-stretch{align-items:stretch;}
.justify-between{justify-content:space-between;}
.justify-center{justify-content:center;}
.justify-end{justify-content:flex-end;}
.gap-2{gap:.5rem;}
.gap-3{gap:.75rem;}
.gap-4{gap:1rem;}
.gap-5{gap:1.25rem;}
.gap-6{gap:1.5rem;}
.gap-8{gap:2rem;}
.max-w-7xl{max-width:80rem;}
.max-w-5xl{max-width:64rem;}
.max-w-4xl{max-width:56rem;}
.max-w-3xl{max-width:48rem;}
.max-w-lg{max-width:32rem;}
.max-w-sm{max-width:24rem;}
.max-w-\[34ch\]{max-width:34ch;}
.max-w-\[30ch\]{max-width:30ch;}
.mx-auto{margin-left:auto;margin-right:auto;}
.mx-0{margin-left:0;margin-right:0;}
.mt-auto{margin-top:auto;}
.mt-1{margin-top:.25rem;}
.mt-2{margin-top:.5rem;}
.mt-3{margin-top:.75rem;}
.mt-4{margin-top:1rem;}
.mt-5{margin-top:1.25rem;}
.mt-6{margin-top:1.5rem;}
.mt-7{margin-top:1.75rem;}
.mt-8{margin-top:2rem;}
.mt-10{margin-top:2.5rem;}
.mt-\[7px\]{margin-top:7px;}
.mb-4{margin-bottom:1rem;}
.pb-2{padding-bottom:.5rem;}
.pt-5{padding-top:1.25rem;}
.p-0{padding:0;}
.p-2{padding:.5rem;}
.p-3{padding:.75rem;}
.p-4{padding:1rem;}
.p-5{padding:1.25rem;}
.p-6{padding:1.5rem;}
.p-7{padding:1.75rem;}
.px-2{padding-left:.5rem;padding-right:.5rem;}
.px-4{padding-left:1rem;padding-right:1rem;}
.px-6{padding-left:1.5rem;padding-right:1.5rem;}
.px-10{padding-left:2.5rem;padding-right:2.5rem;}
.py-2{padding-top:.5rem;padding-bottom:.5rem;}
.py-3{padding-top:.75rem;padding-bottom:.75rem;}
.py-4{padding-top:1rem;padding-bottom:1rem;}
.w-full{width:100%;}
.w-11{width:2.75rem;}
.w-2\.5{width:.625rem;}
.w-\[86\%\]{width:86%;}
.h-full{height:100%;}
.h-11{height:2.75rem;}
.h-2\.5{height:.625rem;}
.h-\[360px\]{height:360px;}
.h-\[420px\]{height:420px;}
.h-\[60vh\]{height:60vh;}
.min-w-\[290px\]{min-width:290px;}
.min-w-\[420px\]{min-width:420px;}
.rounded-xl{border-radius:.75rem;}
.rounded-2xl{border-radius:1rem;}
.rounded-full{border-radius:9999px;}
.border{border-width:1px;border-style:solid;}
.border-l{border-left-width:1px;border-left-style:solid;}
.border-b{border-bottom-width:1px;border-bottom-style:solid;}
.border-\[rgba\(15\,23\,42\,\.12\)\]{border-color:rgba(15,23,42,.12);}
.border-\[rgba\(15\,23\,42\,\.10\)\]{border-color:rgba(15,23,42,.10);}
.bg-white{background-color:#fff;}
.bg-\[rgba\(242\,193\,46\,\.18\)\]{background-color:rgba(242,193,46,.18);}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-white{color:#fff;}
.text-white\/85{color:rgba(255,255,255,.85);}
.text-xs{font-size:.75rem;line-height:1rem;}
.text-sm{font-size:.875rem;line-height:1.25rem;}
.text-base{font-size:1rem;line-height:1.5rem;}
.text-lg{font-size:1.125rem;line-height:1.75rem;}
.text-xl{font-size:1.25rem;line-height:1.75rem;}
.text-2xl{font-size:1.5rem;line-height:2rem;}
.text-3xl{font-size:1.875rem;line-height:2.25rem;}
.text-\[11px\]{font-size:11px;line-height:1rem;}
.text-\[15px\]{font-size:15px;line-height:1.25rem;}
.text-\[rgba\(11\,18\,32\,\.62\)\]{color:rgba(11,18,32,.62);}
.text-\[rgba\(11\,18\,32\,\.70\)\]{color:rgba(11,18,32,.70);}
.text-\[rgba\(11\,18\,32\,\.72\)\]{color:rgba(11,18,32,.72);}
.text-\[rgba\(11\,18\,32\,\.78\)\]{color:rgba(11,18,32,.78);}
.text-\[rgba\(11\,18\,32\,\.80\)\]{color:rgba(11,18,32,.80);}
.text-\[rgba\(11\,18\,32\,\.82\)\]{color:rgba(11,18,32,.82);}
.text-\[rgba\(11\,18\,32\,\.92\)\]{color:rgba(11,18,32,.92);}
.font-extrabold{font-weight:800;}
.font-semibold{font-weight:600;}
.tracking-tight{letter-spacing:-.025em;}
.outline-none{outline:2px solid transparent;outline-offset:2px;}
.overflow-hidden{overflow:hidden;}
.object-cover{object-fit:cover;}
.cursor-pointer{cursor:pointer;}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);}
.duration-500{transition-duration:.5s;}
.will-change-transform{will-change:transform;}
.underline{text-decoration-line:underline;}
.underline-offset-4{text-underline-offset:4px;}
.focus\:ring-2:focus{box-shadow:0 0 0 2px rgba(255,154,60,.25);}
.focus\:ring-\[rgba\(255\,154\,60\,\.25\)\]:focus{box-shadow:0 0 0 2px rgba(255,154,60,.25);}
@media (min-width:640px){.sm\:flex-row{flex-direction:row;}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem;}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem;}}
@media (min-width:768px){.md\:flex{display:flex;}.md\:hidden{display:none;}.md\:inline-flex{display:inline-flex;}.md\:flex-row{flex-direction:row;}.md\:items-center{align-items:center;}.md\:justify-between{justify-content:space-between;}.md\:justify-end{justify-content:flex-end;}.md\:gap-3{gap:.75rem;}.md\:text-base{font-size:1rem;line-height:1.5rem;}.md\:text-xl{font-size:1.25rem;line-height:1.75rem;}.md\:text-2xl{font-size:1.5rem;line-height:2rem;}.md\:text-left{text-align:left;}.md\:mx-0{margin-left:0;margin-right:0;}.md\:p-4{padding:1rem;}.md\:p-6{padding:1.5rem;}.md\:p-7{padding:1.75rem;}.md\:p-8{padding:2rem;}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.md\:min-w-\[420px\]{min-width:420px;}.md\:max-w-\[30ch\]{max-width:30ch;}.md\:h-\[420px\]{height:420px;}}
@media (min-width:1024px){.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem;}.lg\:p-8{padding:2rem;}.lg\:p-10{padding:2.5rem;}.lg\:gap-5{gap:1.25rem;}.lg\:gap-6{gap:1.5rem;}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr));}.lg\:grid-cols-\[\.9fr_1\.1fr\]{grid-template-columns:.9fr 1.1fr;}.lg\:col-span-5{grid-column:span 5 / span 5;}.lg\:col-span-7{grid-column:span 7 / span 7;}.lg\:text-base{font-size:1rem;line-height:1.5rem;}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem;}.lg\:justify-start{justify-content:flex-start;}}
@media (min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr));}}
/* ajuste da hero sob o cabeçalho */
#home{padding-top:0 !important;padding-bottom:0 !important;margin-top:0 !important;}
#home > .hero-bleed{margin-top:0 !important;}
header.sticky + #home{margin-top:0 !important;}
