/* Tailwind utilities — Mirtilos Goiás (equivalente ao config do index.html) */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:Karla,system-ui,sans-serif}
body{margin:0;line-height:inherit}
a{color:inherit;text-decoration:inherit}
img,video{display:block;max-width:100%;height:auto}
button,input,select{font:inherit;color:inherit;margin:0}
h1,h2,h3,h4,blockquote,p,dl,dd{margin:0}
ul{list-style:none;margin:0;padding:0}
.scroll-smooth{scroll-behavior:smooth}
.font-sans{font-family:Karla,system-ui,sans-serif}
.font-display{font-family:Fraunces,Georgia,serif}
.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.font-medium{font-weight:500}
.not-italic{font-style:normal}
.text-azul-escuro{color:#162C49}
.text-azul{color:#1E3A5F}
.text-azul-escuro\/55{color:rgba(22,44,73,.55)}
.text-azul-escuro\/70{color:rgba(22,44,73,.7)}
.text-azul-escuro\/75{color:rgba(22,44,73,.75)}
.text-azul-escuro\/80{color:rgba(22,44,73,.8)}
.text-marfim{color:#FDFBF6}
.text-marfim\/60{color:rgba(253,251,246,.6)}
.text-marfim\/70{color:rgba(253,251,246,.7)}
.text-marfim\/80{color:rgba(253,251,246,.8)}
.text-marfim\/85{color:rgba(253,251,246,.85)}
.text-marfim\/90{color:rgba(253,251,246,.9)}
.text-dourado{color:#D9971E}
.text-dourado-escuro{color:#B77C12}
.text-dourado-suave{color:#F2C464}
.text-verde{color:#2E7D4A}
.text-verde-escuro{color:#22603A}
.text-white{color:#fff}
.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-center{text-align:center}
.uppercase{text-transform:uppercase}
.leading-tight{line-height:1.25}
.leading-snug{line-height:1.375}
.leading-relaxed{line-height:1.625}
.leading-\[1\.08\]{line-height:1.08}
.tracking-\[0\.18em\]{letter-spacing:.18em}
.bg-azul{background-color:#1E3A5F}
.bg-azul-escuro{background-color:#162C49}
.bg-azul\/30{background-color:rgba(30,58,95,.3)}
.bg-creme{background-color:#F7EFDC}
.bg-dourado{background-color:#D9971E}
.bg-marfim{background-color:#FDFBF6}
.bg-\[\#25D366\]{background-color:#25D366}
.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}
.from-azul-escuro\/80{--tw-gradient-from:rgba(22,44,73,.8);--tw-gradient-to:rgba(22,44,73,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.via-azul\/55{--tw-gradient-to:rgba(30,58,95,0);--tw-gradient-stops:var(--tw-gradient-from),rgba(30,58,95,.55),var(--tw-gradient-to)}
.to-azul-escuro\/75{--tw-gradient-to:rgba(22,44,73,.75)}
.border{border-width:1px}
.border-2{border-width:2px}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.border-l-4{border-left-width:4px}
.border-azul\/10{border-color:rgba(30,58,95,.1)}
.border-azul\/15{border-color:rgba(30,58,95,.15)}
.border-marfim\/10{border-color:rgba(253,251,246,.1)}
.border-marfim\/70{border-color:rgba(253,251,246,.7)}
.border-verde{border-color:#2E7D4A}
.rounded-lg{border-radius:.5rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.shadow-azul\/5{--tw-shadow-color:rgba(30,58,95,.05);box-shadow:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}
.shadow-azul\/10{--tw-shadow-color:rgba(30,58,95,.1);box-shadow:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}
.shadow-azul\/20{--tw-shadow-color:rgba(30,58,95,.2);box-shadow:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}
.shadow-black\/25{box-shadow:0 20px 25px -5px rgba(0,0,0,.25),0 8px 10px -6px rgba(0,0,0,.25)}
.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}
.inset-0{inset:0}
.inset-x-0{left:0;right:0}
.top-0{top:0}
.top-1\/2{top:50%}
.-top-6{top:-1.5rem}
.right-0{right:0}
.-right-4{right:-1rem}
.right-5{right:1.25rem}
.bottom-5{bottom:1.25rem}
.z-10{z-index:10}
.z-40{z-index:40}
.z-50{z-index:50}
.focus\:z-\[100\]:focus{z-index:100}
.focus\:absolute:focus{position:absolute}
.focus\:top-2:focus{top:.5rem}
.focus\:left-2:focus{left:.5rem}
.focus\:bg-dourado:focus{background-color:#D9971E}
.focus\:text-azul-escuro:focus{color:#162C49}
.focus\:px-4:focus{padding-left:1rem;padding-right:1rem}
.focus\:py-2:focus{padding-top:.5rem;padding-bottom:.5rem}
.focus\:rounded:focus{border-radius:.25rem}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none}
.flex-col{flex-direction:column}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.items-baseline{align-items:baseline}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-1{gap:.25rem}
.gap-2{gap:.5rem}
.gap-2\.5{gap:.625rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}
.gap-x-10{column-gap:2.5rem}
.gap-y-6{row-gap:1.5rem}
.space-y-2\.5>:not([hidden])~:not([hidden]){margin-top:.625rem}
.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.w-14{width:3.5rem}
.w-20{width:5rem}
.w-auto{width:auto}
.w-full{width:100%}
.h-14{height:3.5rem}
.h-20{height:5rem}
.h-48{height:12rem}
.h-full{height:100%}
.h-px{height:1px}
.h-\[24rem\]{height:24rem}
.h-\[26rem\]{height:26rem}
.min-h-\[calc\(100svh-9\.5rem\)\]{min-height:calc(100svh - 9.5rem)}
.max-w-xs{max-width:20rem}
.max-w-md{max-width:28rem}
.max-w-xl{max-width:36rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-site{max-width:72rem}
.mx-auto{margin-left:auto;margin-right:auto}
.my-5{margin-top:1.25rem;margin-bottom:1.25rem}
.-mr-2{margin-right:-.5rem}
.mt-0\.5{margin-top:.125rem}
.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-12{margin-top:3rem}
.mt-14{margin-top:3.5rem}
.mt-16{margin-top:4rem}
.mb-10{margin-bottom:2.5rem}
.p-2{padding:.5rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-28{padding-top:7rem;padding-bottom:7rem}
.pt-28{padding-top:7rem}
.pb-10{padding-bottom:2.5rem}
.pl-5{padding-left:1.25rem}
.overflow-hidden{overflow:hidden}
.object-cover{object-fit:cover}
.shrink-0{flex-shrink:0}
.order-1{order:1}
.order-2{order:2}
.-translate-y-1\/2{transform:translateY(-50%)}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.duration-300{transition-duration:300ms}
.duration-500{transition-duration:500ms}
.group:hover .group-hover\:translate-x-1\.5{transform:translateX(.375rem)}
.hover\:-translate-y-0\.5:hover{transform:translateY(-.125rem)}
.hover\:-translate-y-1\.5:hover{transform:translateY(-.375rem)}
.hover\:scale-110:hover{transform:scale(1.1)}
.hover\:bg-dourado-escuro:hover{background-color:#B77C12}
.hover\:bg-azul-claro:hover{background-color:#2C4F7C}
.hover\:bg-marfim:hover{background-color:#FDFBF6}
.hover\:text-azul:hover{color:#1E3A5F}
.hover\:text-marfim:hover{color:#FDFBF6}
.hover\:text-dourado-suave:hover{color:#F2C464}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.hover\:shadow-dourado\/30:hover{box-shadow:0 20px 25px -5px rgba(217,151,30,.3),0 8px 10px -6px rgba(217,151,30,.3)}
.hover\:shadow-dourado\/40:hover{box-shadow:0 10px 15px -3px rgba(217,151,30,.4),0 4px 6px -4px rgba(217,151,30,.4)}
.hover\:shadow-azul\/10:hover{box-shadow:0 20px 25px -5px rgba(30,58,95,.1),0 8px 10px -6px rgba(30,58,95,.1)}
.hover\:shadow-azul\/30:hover{box-shadow:0 10px 15px -3px rgba(30,58,95,.3),0 4px 6px -4px rgba(30,58,95,.3)}
@media (min-width:640px){
.sm\:flex-row{flex-direction:row}
.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.sm\:col-span-2{grid-column:span 2/span 2}
.sm\:gap-4{gap:1rem}
.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}
.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}
}
@media (min-width:768px){
.md\:hidden{display:none}
.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.md\:order-1{order:1}
.md\:order-2{order:2}
.md\:p-10{padding:2.5rem}
.md\:px-8{padding-left:2rem;padding-right:2rem}
.md\:pt-36{padding-top:9rem}
.md\:pb-12{padding-bottom:3rem}
.md\:py-28{padding-top:7rem;padding-bottom:7rem}
.md\:py-36{padding-top:9rem;padding-bottom:9rem}
.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
.md\:min-h-\[calc\(100svh-6\.0rem\)\]{min-height:calc(100svh - 6rem)}
}
@media (min-width:1024px){
.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.lg\:col-span-2{grid-column:span 2/span 2}
.lg\:col-span-3{grid-column:span 3/span 3}
.lg\:gap-20{gap:5rem}
.lg\:text-5xl{font-size:3rem;line-height:1}
}