/* Tailwind CSS Compilado para SMMM Soluções */
/* Versão: 3.4.0 - Compilado para produção */

/* Reset e base */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::before,::after{--tw-content:''}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role="button"]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}

/* Utility classes essenciais para SMMM */
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}
@media (min-width: 640px){.container{max-width:640px}}
@media (min-width: 768px){.container{max-width:768px}}
@media (min-width: 1024px){.container{max-width:1024px}}
@media (min-width: 1280px){.container{max-width:1280px}}
@media (min-width: 1536px){.container{max-width:1536px}}

.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.block{display:block}
.inline-block{display:inline-block}
.inline-flex{display:inline-flex}
.relative{position:relative}
.absolute{position:absolute}
.fixed{position:fixed}
.inset-0{top:0;right:0;bottom:0;left:0}
.top-0{top:0}
.right-0{right:0}
.bottom-0{bottom:0}
.left-0{left:0}
.z-10{z-index:10}
.z-1000{z-index:1000}

.w-full{width:100%}
.h-full{height:100%}
.h-screen{height:100vh}
.min-h-screen{min-height:100vh}
.max-w-3xl{max-width:48rem}
.max-w-2xl{max-width:42rem}

.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-6{padding-bottom:1.5rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.p-8{padding:2rem}
.mt-4{margin-top:1rem}
.mt-8{margin-top:2rem}
.mb-4{margin-bottom:1rem}
.mb-8{margin-bottom:2rem}
.mb-12{margin-bottom:3rem}
.mx-auto{margin-left:auto;margin-right:auto}

.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-5xl{font-size:3rem;line-height:1}
.text-6xl{font-size:3.75rem;line-height:1}
.text-7xl{font-size:4.5rem;line-height:1}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}

.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.leading-tight{line-height:1.25}

.text-white{color:rgb(255 255 255)}
.text-gray-200{color:rgb(229 231 235)}
.text-gray-300{color:rgb(209 213 219)}
.text-gray-400{color:rgb(156 163 175)}
.text-indigo-400{color:rgb(129 140 248)}
.text-indigo-500{color:rgb(99 102 241)}

.bg-black{background-color:rgb(0 0 0)}
.bg-gray-800{background-color:rgb(31 41 55)}
.bg-gray-900{background-color:rgb(17 24 39)}
.bg-indigo-600{background-color:rgb(79 70 229)}
.bg-indigo-700{background-color:rgb(67 56 202)}

.bg-opacity-50{--tw-bg-opacity:0.5}
.bg-opacity-70{--tw-bg-opacity:0.7}

.rounded-lg{border-radius:0.5rem}
.rounded-full{border-radius:9999px}

.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)}

.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}

.hover\:bg-indigo-700:hover{background-color:rgb(67 56 202)}
.hover\:bg-indigo-500:hover{color:rgb(99 102 241)}
.hover\:text-white:hover{color:rgb(255 255 255)}
.hover\:scale-105:hover{transform:scale(1.05)}

.backdrop-blur-sm{backdrop-filter:blur(4px)}

/* Grid system */
.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}
.gap-8{gap:2rem}

@media (min-width: 768px){
    .md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
    .md\:text-7xl{font-size:4.5rem;line-height:1}
    .md\:text-2xl{font-size:1.5rem;line-height:2rem}
}

/* Custom classes para SMMM */
.gradient-text{
    background: linear-gradient(90deg, #4f46e5, #ec4899);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-bg{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

@media (max-width: 768px){
    .hero-bg{
        background-attachment: scroll;
    }
}

.hero-bg{
    background-image: url('https://images.pexels.com/photos/3861969/pexels-photo-3861969.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-bg.loaded{
    background-image: url('https://images.pexels.com/photos/3861969/pexels-photo-3861969.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
}

/* Loading states */
.loading{
    opacity: 0;
    transition: opacity 0.3s ease;
}

.loaded{
    opacity: 1;
}
