/**
 * Fature Tools - Estilos
 * =====================
 */

/* Reset básico para elementos do plugin */
.fature-section {
    box-sizing: border-box;
}

.fature-section *,
.fature-section *::before,
.fature-section *::after {
    box-sizing: inherit;
}

/* Container padrão */
.fature-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===================
   HOME - Hero Section
   =================== */
.fature-hero {
    position: relative;
    width: 100%;
}

.fature-hero__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.fature-hero__content {
    /* Estilos do conteúdo */
}

.fature-hero__title {
    margin: 0;
}

.fature-hero__subtitle {
    margin: 0;
}

.fature-hero__buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
